5103 Commits

Author SHA1 Message Date
Christian Berendt
4bdf43c34d Move transport_url parameter before service_providers section
TrivialFix

Change-Id: I3ab030e4723afb032011b7aacf4b909764e954f0
2016-09-09 13:39:13 +02:00
OpenStack Proposal Bot
6f3d8aa242 Updated from global requirements
Change-Id: Ia6cc6c3d60c861e1051a6b4204d8d9ba962f08aa
2016-09-09 10:19:39 +00:00
prithiv
4af9bbe2e3 Ansible roles for collectd Container
Collectd-ceilometer-plugin is essential for further
more detailed metrics collection, smarter scheduling and service
assurance.

Change-Id: I8da572980de370517ec120d745ad1d36e316b465
Implements: blueprint collectd-ceilometer-plugin
2016-09-09 10:20:18 +01:00
Jenkins
abf4193aa7 Merge "Fix manila-api binds to ::" 2016-09-08 17:33:56 +00:00
Bartłomiej Daca
d8c70ecadc Adding manila endpoints to HAProxy
Manila endpoints (internal and external) should be created in
haproxy configuration just like other services.

Change-Id: I5dbc6ca94a118b9655e1c5a87b0a5163153ab5af
Closes-Bug: #1621556
2016-09-08 19:15:49 +02:00
Jenkins
a422265568 Merge "loc fails with recent removal of heat dev env" 2016-09-08 15:59:03 +00:00
Jenkins
76c6b3620d Merge "Update the command to restart the docker" 2016-09-08 15:54:58 +00:00
Mauricio Lima
d1d2e8e348 Fix manila-api binds to ::
TrivialFix

Change-Id: Id2db05033d5c9c7150117a5e91f5a75a3bce71e2
2016-09-08 11:45:22 -04:00
caoyuan
7b5d5ced50 Update the command to restart the docker
Change-Id: I73c22055bd332a788cde05132b98b5561a90e68a
2016-09-08 23:33:20 +08:00
Mauricio Lima
ffe56f8b1d Add Checking free port for Manila API
TrivialFix

Change-Id: I583e1a5a2563b0b0617b5ab0c304fe2092d827bc
2016-09-08 10:22:23 -04:00
Jenkins
15228232e1 Merge "Added influxdb role" 2016-09-08 14:06:16 +00:00
Jenkins
5f2a0f7da0 Merge "Fix lost parameter --remote in generated start_ovsdb_server.sh" 2016-09-08 14:04:07 +00:00
Jenkins
207bef6abe Merge "Improve script to check used source versions" 2016-09-08 13:53:34 +00:00
Steven Dake
442daf7846 loc fails with recent removal of heat dev env
TrivialFix

Change-Id: I9ec8ac8956e3b1f93a3829da7883055b091b5747
2016-09-08 08:22:28 -04:00
Jenkins
052da60beb Merge "add CentOS's docker config file in multinode.rst" 2016-09-08 12:08:31 +00:00
Jenkins
32318c1742 Merge "Add empty upgrade file to gnocchi role" 2016-09-08 12:05:45 +00:00
Jenkins
4a1e761e30 Merge "Keepalived leaves VIP on the host in case of accidental removal." 2016-09-08 12:00:09 +00:00
MD NADEEM
92eb565c33 Correct Ironic keystone_authtoken option name
Change below parameters name
right <-- wrong
admin_tenant_name <-- project_name
admin_user <-- username
admin_password <-- passowrd

Change-Id: Iac6a9e949df2ae952abd7a2a3a571e569db7c0ab
Closes-Bug: #1621432
2016-09-08 16:50:49 +05:30
Jenkins
b10e29281a Merge "Remove the deprecated kolla-build group name" 2016-09-08 07:10:18 +00:00
Jenkins
2da0aa8ffc Merge "Fix keytone options in all.yml/globals.yml" 2016-09-08 07:09:37 +00:00
Christian Berendt
95798a1874 Add empty upgrade file to gnocchi role
TrivialFix

Change-Id: I0b2dcd83eedb4610ad702e7d10aa2590068e2366
2016-09-08 09:03:20 +02:00
Zhou Ya
b364c67c7b add CentOS's docker config file in multinode.rst
Change-Id: Ie3a7256265f2b1a05c1af1e887b48d48c140c022
Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>
2016-09-08 14:53:41 +08:00
Jeffrey Zhang
363fa659e4
Remove the deprecated kolla-build group name
TrivialFix

Change-Id: Ie6d5ab380a22c32eb6a5cee29ff7912e9f4cfe74
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-08 12:30:23 +08:00
Jenkins
9974652588 Merge "Add sahara ansible role" 2016-09-07 16:53:16 +00:00
Jenkins
33ace47bd3 Merge "Ensure doesn't use LOG.warn" 2016-09-07 15:57:22 +00:00
Christian Berendt
77f565e527 Fix keytone options in all.yml/globals.yml
* merge keystone sections in all.yml
* move keystone parameters in globals.yml into its own section

TrivialFix

Change-Id: I72893a44dabd515243175098d5c4da3f8191597b
2016-09-07 15:33:25 +00:00
zhubingbing
0c9debe893 Add sahara ansible role
Change-Id: I75b58248bfc4e86cace75faa82526d55a9ebbdbf
Partially-Implements: blueprint sahara-role
2016-09-07 15:29:02 +00:00
Jenkins
5d8878de6d Merge "Add cloudkitty ansible role" 2016-09-07 15:21:44 +00:00
Vladislav Belogrudov
504fc351ba Cinder-backup misses client part for NFS backend
When using an NFS server for backup a cinder container mounts a location
specified in configuration file (one can do this via add-on files).
The mount process fails due to missing mount.nfs and mount.nfs4 tools.

Change-Id: Ic34667c1bf4d4660a4e773a9f8d98996ea11c070
Closes-Bug: #1620548
2016-09-07 14:57:50 +00:00
Christian Berendt
5f62c22959 Add cloudkitty ansible role
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: Id83c852e32c3dd583e6128e888ac511634e8eabb
Partially-Implements: blueprint cloudkitty
2016-09-07 14:10:06 +00:00
Jenkins
c9307494c4 Merge "Correct Murano keystone_authtoken option name" 2016-09-07 13:54:19 +00:00
Jenkins
aa16a98c80 Merge "Turn off bindep" 2016-09-07 13:50:45 +00:00
Jeffrey Zhang
754a0cef25
Add extra methods in template when using template override
Add the Kolla template methods when using --template-override parameter

TrivialFix

Change-Id: I67ab579817fc5462143e5742d78db4a202debf2e
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-07 20:20:27 +08:00
Takashi Sogabe
b6de8fdc06 Keepalived leaves VIP on the host in case of accidental removal.
This patch removes VIPs when 'kolla-ansible destroy' is invoked.

Change-Id: I263b9bc852c7bc3448a6a15b3115b1f226071afc
Closes-Bug: #1605442
2016-09-07 17:13:58 +09:00
Jenkins
5fca91c6fd Merge "Add cloudkitty containers for type source" 2016-09-07 07:42:58 +00:00
Jenkins
00ffed3872 Merge "Implement Ansible rally role" 2016-09-07 07:26:38 +00:00
Jenkins
9d9f3eea04 Merge "Add Barbican container dockerfile" 2016-09-07 03:25:08 +00:00
Steven Dake
b51d107847 Turn off bindep
bindep installs a slew of stuff we don't really need and doesn't add
much if any value.  This only turns on bindeps that are required.

This shaves about 3 minutes off each gate run.

Closes-Bug: #1620865
Change-Id: I24df4f2a30c682c1b09e89c7c52f7608582da1a6
2016-09-06 19:45:52 -07:00
zhubingbing
d3d3472326 Implement Ansible rally role
Change-Id: I647c38adbfd00c70874cf51c0bfcb68d243e26cc
Partially-Implements: blueprint rally-role
2016-09-07 02:07:04 +00:00
Jenkins
972db51982 Merge "Comment some lines in globals.yml" 2016-09-07 01:08:55 +00:00
Jenkins
c930a0045c Merge "Update destroy include images arg to LONGOPT" 2016-09-07 01:08:07 +00:00
Jenkins
682025c9e2 Merge "Add gnocchi ansible role" 2016-09-06 14:48:52 +00:00
Jenkins
cecf0a3aef Merge "Replace deprecated rabbitmq parametrs" 2016-09-06 14:42:00 +00:00
Vladislav Belogrudov
da8ce56cc6 Cinder-backup fails while backing up iSCSI volumes
Cinder backup needs access to the same volumes as
cinder volume service when saving/restoring iSCSI disks

Change-Id: Ib1956cbd57e8959bad520b8d4c6d792a449ecf22
Closes-Bug: #1614460
2016-09-06 16:49:02 +03:00
zhubingbing
89392f4f6a Add gnocchi ansible role
Partially-Implements: blueprint ansible-gnocchi

Change-Id: I8dd0460bd21ac0a233fab0142ec7b6079459bdc2
2016-09-06 13:17:47 +00:00
Mauricio Lima
9e8f7ef3e5 Comment some lines in globals.yml
TrivialFix

Change-Id: Ibd3c18d37833b8abc50a48a258783f2629ef8e83
2016-09-06 08:10:27 -04:00
MD NADEEM
663cbfb063 Correct Murano keystone_authtoken option name
Change below parameters name right <-- wrong

identity_uri <-- auth_url
admin_tenant_name <-- project_name
admin_user <-- username
admin_password <-- passowrd

http://docs.openstack.org/developer/murano/install/manual.html

Change-Id: I9a687567597c3d9b0c04db98d048bfedff4f9438
Closes-Bug: #1620379
2016-09-06 11:27:22 +00:00
Jenkins
ff648fbca3 Merge "Init group owner of /etc/kolla to kolla" 2016-09-06 10:19:31 +00:00
luyao
cf2ff03d60 TrivialFix: Delete virtual bridge artifacts when cleaning hosts
After cleaning hosts by using tools/cleanup_host, some of the ovs bridge
devices such as ovs-system still exist. This will result in
{{neutron_external_interface}} not working properly because it had been
added to the ovs-system bridge. The solution is calling
neutron-ovs-cleanup script in neutron_openvswitch_agent container before
removing it.

TrivialFix

Change-Id: Ib3b096d842f2210b8bd223892a3492ef2fcf7c52
Signed-off-by: luyao <lu.yao135@zte.com.cn>
2016-09-06 09:05:30 +00:00
Pengfei Du
8bc778e8cd Fix lost parameter --remote in generated start_ovsdb_server.sh
Change-Id: I2e2546fbc292975742f48ab35b92455b1bfc685c
Closes-Bug: #1616779
2016-09-06 15:38:59 +08:00