3942 Commits

Author SHA1 Message Date
Jenkins
bde5e732d5 Merge "Deletes fake containers on cleanup" 2016-05-05 15:07:37 +00:00
Jenkins
0691b0f14e Merge "Add a CONTRIBUTING.rst for Kolla" 2016-05-05 09:49:59 +00:00
prithiv
0fda8badd2 Deletes fake containers on cleanup
Closes-Bug: #1576277

Change-Id: Ie68d1d5da620f26a0aa21aa5c6473bc464994ed8
2016-05-05 08:24:37 +00:00
Jeff Peeler
696f0b9a06 Generate image dependencies on CLI
Using the new --list-dependencies flag, one can query dependencies for a
given filter. For example:

./build.py --list-dependencies heat swift
{'base': [{'openstack-base': [{'heat-base': ['heat-engine',
                                             'heat-api-cfn',
                                             'heat-api']},
                              {'swift-base': ['swift-object',
                                              'swift-proxy-server',
                                              'swift-container',
                                              'swift-rsyncd',
                                              'swift-account']}]}]}

Also added --list-images to list all available images.

Change-Id: I1797e32e32705182a763f53329eeb5c4a361abec
Implements: blueprint images-dependency-tree-cli
2016-05-05 00:03:31 -04:00
Jenkins
233158f754 Merge "Adding ability to specify capabilities and security" 2016-05-04 21:27:04 +00:00
Jenkins
f547836140 Merge "Cleanup Mesos/Marathon related work" 2016-05-04 15:20:10 +00:00
Mauricio Lima
6dfc1ef650 Add a CONTRIBUTING.rst for Kolla
Change-Id: I9910b4fba5ef11c26e687af3273e4fccaf5f235f
Closes-Bug: #1570017
2016-05-04 08:10:33 -04:00
Davanum Srinivas
fa88ce2e4c Cleanup Mesos/Marathon related work
We got rid of the kolla-mesos repo:
http://git.openstack.org/cgit/openstack/kolla-mesos/tree/README.rst

So we don't need things in the main kolla tree
related to Mesos/Marathon

Closes-Bug: #1577951
Change-Id: Iafae63914c8a6601dc1b5b04231af8a1d2cc8642
2016-05-03 21:39:57 +00:00
Jenkins
f247217156 Merge "Updated from global requirements" 2016-05-03 19:43:26 +00:00
Serguei Bezverkhi
a08a762f30 Adding ability to specify capabilities and security
This patch adds ability to specify required capabilities and security
mode for a specific docker container.

Change-Id: Ib8c15a8e354178bedd31ebb31a64618431f0e135
Closes-Bug: #1572648
2016-05-03 15:24:16 -04:00
Jenkins
1011b7cd24 Merge "map the host localtime to the container" 2016-05-03 19:12:15 +00:00
Jenkins
665e6af23e Merge "Update Vagrant docs to ensure libvirt is installed" 2016-05-03 16:23:55 +00:00
OpenStack Proposal Bot
e4505aa610 Updated from global requirements
Change-Id: I4d06f36d03c9e74265c628686fabed601fe14c20
2016-05-03 15:58:36 +00:00
Mauricio Lima
8065a79cb9 Update kolla irc channel
TrivialFix

Change-Id: I065b526c1fbb306f64c0a1c8a122c98f95a37bdd
2016-05-03 11:36:03 -04:00
Jenkins
31d1271f1e Merge "Fix radosgw 'rgw frontends' param" 2016-05-03 10:24:18 +00:00
Jenkins
bf6b2a4458 Merge "Adding a few #nosec tags to prepare for Bandit usage" 2016-05-03 10:20:12 +00:00
Jenkins
e522064f3f Merge "Add python-memcache package openstack base" 2016-05-03 10:18:50 +00:00
Travis McPeak
cc33c103d4 Adding a few #nosec tags to prepare for Bandit usage
This commit adds a few #nosec tags for non-issues.  I've examined
the code and determined that these don't represent security issues
so we should add a #nosec tag that tells Bandit not to find these
issues in the future.

Closes-Bug: #1577498
Change-Id: Ic37216c08442c700c64118c78cfb46e6cedd237c
2016-05-02 20:58:57 -07:00
Jenkins
6fa8261a5c Merge "Remove unecessary blank lines" 2016-05-03 02:53:00 +00:00
Jeffrey Zhang
0fcee87549 map the host localtime to the container
Closes-Bug: #1577148
Change-Id: I636cefc63cf532434a41af3898b63dffa711e280
2016-05-03 09:27:51 +08:00
Stephane Boisvert
a933ceb39a
Add python-memcache package openstack base
Adding python-memcache package to openstack-base ubuntu docker images.

Closes-Bug: #1577422

Change-Id: I5112c0ba3234a0b3cfc7677f9fbb7c152ab64917
2016-05-02 16:55:49 -04:00
Jenkins
86a99c4634 Merge "Remove dependencies on kazoo and friends" 2016-05-02 16:36:45 +00:00
Jenkins
85134c9e4f Merge "Handle multi Ethernets case in the gate" 2016-05-02 14:28:51 +00:00
Jenkins
c155758c2d Merge "Use a random virtual_router_id in the keepalived" 2016-05-02 13:42:30 +00:00
Steven Dake
025d57f820 Remove dependencies on kazoo and friends
Since kolla-mesos has been retired, there is no need in the code
base to keep the zookeeper implementation.  As a result, just remove
it.  If we were to keep it we need virtualenvs for that part of the
code base which installs the python dependencies related to it
for from-binary installs.

This just simplifies the implementation tremendously and culls dead
code.

Change-Id: Ieda226e652d67f5b5667112f4f2556f3171366d3
Closes-Bug: #1577194
2016-05-02 06:12:50 -07:00
Mauricio Lima
2c34214388 Remove unecessary blank lines
TrivialFix

Change-Id: I1f03d428c380dfdbde5ef33e7ea43cbf5e9154ce
2016-05-02 07:44:29 -04:00
Carlos Cesario
819ae24b50 Fix radosgw 'rgw frontends' param
Fix 'rgw frontends' param on ceph-rgw container.
After apply this patch the service starts
http://paste.openstack.org/show/495786/

Closes-Bug: #1576817
Change-Id: I434ca2a72c035f457bd50ef5de20e62f89974e0c
2016-05-02 08:32:04 -03:00
Blake Smith
420f8740ea Yum install Ansible 1.9 specified
EPEL has added an Ansible 2.0 rpm.
Version 1.9 needs to be specifically called out.

Change-Id: I4bf296d72cc6eab50213a3a96923bf7e6b5f3399
2016-04-28 18:13:14 -05:00
Jenkins
4075a2382f Merge "Re-order the when condition in the cinder reconfigure" 2016-04-28 20:57:37 +00:00
Jenkins
cb51e8b149 Merge "Remove the useless nova_ssh configure in the passwords.yml" 2016-04-28 20:47:35 +00:00
OpenStack Proposal Bot
7a0a5987ea Updated from global requirements
Change-Id: I677541277d3393d92529b6b0fe19f8a7bf8ad24c
2016-04-28 16:12:23 +00:00
Jeffrey Zhang
1c85dc1858 Re-order the when condition in the cinder reconfigure
Change-Id: Ib058a0d2bfd442cc80d67ec034b37298e881ae79
Closes-Bug: #1576209
2016-04-28 21:10:51 +08:00
Jeffrey Zhang
9318b93c73 Remove the useless nova_ssh configure in the passwords.yml
The nova_ssh_private_key and nova_ssh_public_key is useless, and
they should not be merged.

Change-Id: I7e7178398242060a78fe7caee6e14fa77f2ffe35
Closes-Bug: #1576199
2016-04-28 20:55:56 +08:00
Paul Bourke
d9fc4c6f40 Update murano service name
In Mitaka, the service name must have a dash rather than underscore when using
the sql catalog driver in Keystone[0] (the default).

This works for upgrade also, though further improvements could be written to
remove the old endpoint from Keystone, and automatically chose a dash or
underscore based on driver type used.

[0] http://docs.openstack.org/releasenotes/murano/mitaka.html#upgrade-notes

Change-Id: I15a03370afdad6529eec51a206b6134bf80b283d
Closes-Bug: 1576152
2016-04-28 12:35:16 +01:00
Jeffrey Zhang
00720db254 Handle multi Ethernets case in the gate
rax-iad node has two Ethernets, but others not. Detect the private
Ethernet by using script.

Closes-Bug: #1561563
Change-Id: I7c5d241f2b1a21f97512e52c487d875dd270011b
2016-04-28 01:05:42 +00:00
Jenkins
2705d67fa1 Merge "Document custom-repos" 2016-04-27 21:33:29 +00:00
Michal (inc0) Jastrzebski
e2fa75fce6 Override default latest tag on ubuntu
After 16.04 got released we can't build our images as we pull latest
(16.04 now) and our sources lists are built for 14.04. We pin ubuntu to
14.04 here.

Change-Id: Ib29a1c607c3a725cdaf2098edd1c4b80f06a5e38
Closes-Bug: #1575884
2016-04-27 20:35:25 +00:00
Jenkins
a22b7714e3 Merge "Add a role to cleanup containers after deployment" 2016-04-27 17:21:46 +00:00
Ryan Hallisey
9fce1ac981 Document custom-repos
Change-Id: I8777a354acba4395d8ccc48e32cc4178db58461b
2016-04-27 10:48:37 -04:00
Jenkins
9610ce7a9e Merge "Remove the eth1 up and down manually in the rax-ord node" 2016-04-27 10:47:08 +00:00
Jenkins
0ffda5e142 Merge "Update base dockerfile for formatting" 2016-04-26 22:45:01 +00:00
Jenkins
d421365657 Merge "Update designate dockerfile for formatting" 2016-04-26 21:20:38 +00:00
Jenkins
adc81a8137 Merge "Update ceilometer dockerfile for formatting" 2016-04-26 21:20:31 +00:00
Jenkins
47af76130c Merge "Update remaining files for formatting" 2016-04-26 21:18:10 +00:00
Jenkins
5ad8635b6d Merge "Update haproxy dockerfile for formatting" 2016-04-26 16:58:10 +00:00
Paul Bourke
d0a8579c0e Update Vagrant docs to ensure libvirt is installed
Change-Id: I4c34a30eba0bd56ea3aeb20f18430e266deea773
2016-04-26 14:55:43 +01:00
Jeffrey Zhang
f21485fbaa Remove the eth1 up and down manually in the rax-ord node
Change-Id: I8372df9869df6e83b7a176184ce93da633525cbd
Closes-Bug: #1574134
2016-04-24 08:00:08 +08:00
Michal (inc0) Jastrzebski
22a07075d2 Robustify of rabbitmq upgrade
String parsing for gospel node detection was overly complex and not
robust. Hopefully this will make it better.

Closes-bug: #1573684
Change-Id: I12e869eff274d286d239c4f55cc4b4ddca389bbd
2016-04-22 16:49:00 +00:00
Jenkins
39aec94983 Merge "Update chronos dockerfile for formatting" 2016-04-22 11:22:47 +00:00
Jenkins
bd1d1622be Merge "Update openvswitch dockerfile for formatting" 2016-04-22 11:20:43 +00:00