3927 Commits

Author SHA1 Message Date
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
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
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
Jenkins
279e6b2ed4 Merge "Configures swift-rsyncd to use non-default port" 2016-04-22 04:48:24 +00:00
Jenkins
52db885f0d Merge "Add missing extend_start files for ceilometer container" 2016-04-22 01:59:03 +00:00
Swapnil Kulkarni (coolsvap)
2fdd7e4ddd Update designate dockerfile for formatting
Change-Id: I6d87fd19db433023d3d466e21e6dff27d7bf3927
Partial-Bug:#1569417
2016-04-21 17:44:55 +00:00
Serguei Bezverkhi
d553514cb7 Configures swift-rsyncd to use non-default port
This PS configures swift-rsyncd process to use non-default port
from the range above 1024.

Change-Id: I7c37c548a5185a2ffac789383fe012619e401131
Closes-Bug: #1573137
2016-04-21 12:54:30 -04:00
Jenkins
f759bad859 Merge "Update zookeeper dockerfile for formatting" 2016-04-21 16:48:36 +00:00
Jenkins
1de1fe8bc9 Merge "Disable tty for keystone register script" 2016-04-21 16:48:29 +00:00
Jenkins
1c266502ea Merge "Fix iscsid & tgtd sections in inventory samples" 2016-04-21 16:12:02 +00:00
Swapnil Kulkarni (coolsvap)
fc8d716316 Update remaining files for formatting
Change-Id: Ie9fc941bb48edf86b00fc1f2dba0b83b675a5a1c
Partial-Bug:#1569417
2016-04-21 12:03:42 +00:00
Swapnil Kulkarni (coolsvap)
74601e38bf Update openvswitch dockerfile for formatting
Change-Id: Ia9c8a4d4a24f3a80652b950924917091ba7d16fe
Partial-Bug:#1569417
2016-04-21 17:18:50 +05:30
Swapnil Kulkarni (coolsvap)
db12b0c327 Update ceilometer dockerfile for formatting
Change-Id: I1bb3436d9f702b9680eeb0efc4a648c94dd59cb4
Partial-Bug:#1569417
2016-04-21 17:15:47 +05:30
Swapnil Kulkarni (coolsvap)
ccba149fc2 Update chronos dockerfile for formatting
Change-Id: I690e1ae8c199be3f6ff86f56ebd9498843414a70
Partial-Bug:#1569417
2016-04-21 17:14:19 +05:30
Swapnil Kulkarni (coolsvap)
63c5e77e04 Update zookeeper dockerfile for formatting
Change-Id: Ic75140f89ad193479416036743e7c9330298a18d
Partial-Bug:#1569417
2016-04-21 17:12:45 +05:30
Steven Dake
a861450fd2 Fix failure to deploy with qemu.conf
Closes-Bug: #1572819

Change-Id: I1f2edb482af1e85708159a0dba44a79427dc5af3
2016-04-21 03:00:45 -04:00
Jenkins
549726484f Merge "Add Mistral Binary Containers" 2016-04-21 06:49:37 +00:00
Jenkins
d636ee6781 Merge "Remove check for config files to verify MountFlags" 2016-04-21 05:43:50 +00:00