5130 Commits

Author SHA1 Message Date
Christian Berendt
419e560d2b Check if libvirtd apparmor profiles exists before removal
TrivialFix

Change-Id: Ifa6432f24d4eaa354b977b71a6dbcd5f5080e1b0
2016-09-12 19:13:29 +02:00
Jenkins
87b4b3c19f Merge "Use delorean rabbitmq" 2016-09-12 12:56:18 +00:00
Jenkins
1e9258d10e Merge "Improve README file" 2016-09-12 12:02:52 +00:00
Jenkins
8249f3a188 Merge "Ansible roles for collectd Container" 2016-09-12 11:47:00 +00:00
Paul Bourke
82f6d3f44b Allow mysql to be used as a database for Ceilometer
MongoDB is still default.

Refer to
http://docs.openstack.org/developer/ceilometer/install/dbreco.html for
more info on Ceilometer database backends.

Closes-Bug: #1622532

Change-Id: Iaf84f9efe0537f42797f4bb7ba2a3611835cc84e
2016-09-12 11:41:35 +00:00
Steven Dake
99f355e145 Use delorean rabbitmq
For centos, we should be using the RDO repositories to provide
rabbitmq-server.  This version is updated with bug fixes and provides
a more stable experience then using rabbitmq.com builds.

Co-Authored-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Co-Authored-by: Michal (inc0) Jastrzebski <inc007@gmail.com>
Closes-Bug: #1621460
Change-Id: Ib0eafc5da4397756fbdd837520b15543180ce229
2016-09-12 09:58:57 +00:00
Nguyen Hung Phuong
253692630f Clean imports in code
In some part in the code we import objects. In the Openstack style
guidelines they recommend to import only modules.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: I4b55cae8c2672f82025a95112b14d441d66f9d6d
2016-09-12 15:17:28 +07:00
Mathias Ewald
6417595b9f Added grafana container
Added grafana repository to base image

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Installed grafana from repository

Change-Id: Ib99195ec4522f185f6fd4cebf10e305bb58f69c4
Partially-Implements: Blueprint performance-monitoring
2016-09-12 08:03:39 +00:00
Christian Berendt
25f0794657 Improve README file
* add missing infrastructure component images
* sync missing statement with projects.yaml file (governance repo)
* improve syntax

Change-Id: Ie1716e7482c11b9de243b6ee04d04f1039dcf784
2016-09-12 09:51:54 +02:00
Jenkins
8c0f8daa22 Merge "Add neutron-lbaas-agent to exlude image for Ubuntu binary" 2016-09-12 06:28:53 +00:00
Jeffrey Zhang
cae4d364ad
Add ara to collect ansible playbook running statics
TrivialFix

Change-Id: Id2a13be9c04920b5326534005750286f842aa731
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-11 18:39:28 +08:00
Jenkins
ec5a90daee Merge "Fix generated sahara conf" 2016-09-11 04:11:19 +00:00
Jenkins
22363e63b8 Merge "TrivialFix: Delete virtual bridge artifacts when cleaning hosts" 2016-09-11 04:11:12 +00:00
Jenkins
cafc99c793 Merge "Use `tgtd` to take place of tgtd" 2016-09-11 04:03:12 +00:00
Jenkins
448c6f9e5e Merge "Remove the duplicate word to improve the clarity of the sentence" 2016-09-11 04:03:05 +00:00
Jenkins
aef69ae2c2 Merge "Adding manila endpoints to HAProxy" 2016-09-11 04:02:34 +00:00
Jenkins
5070d9c2b2 Merge "Change with_ loop variables syntax to ansible 2" 2016-09-11 03:55:55 +00:00
Tin Lam
79e85865a7 Change with_ loop variables syntax to ansible 2
Migrate to full variable syntax with_ loop for cloudkitty.

TrivialFix

Change-Id: Ibdbc17accfd96fb4ed79d8024ed152bf5696a371
2016-09-10 16:02:00 -05:00
Jeffrey Zhang
f59ddb3527
Add neutron-lbaas-agent to exlude image for Ubuntu binary
UCA latest Newton release lack of neutron-lbaas-common package, disable
neutron-lbaas-agent for Ubuntu binary until they fix it.

TrivialFix

Change-Id: I2c02fc578cffe82918ae6affe6cf0e6095ae47e4
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com>
2016-09-11 02:22:45 +08:00
Jenkins
cdfae00272 Merge "Remove novncproxy and spice from reload" 2016-09-10 18:00:13 +00:00
Michal (inc0) Jastrzebski
8cd59db6f6 Remove novncproxy and spice from reload
Since these services don't use RPC, we don't need to reload them. And
these caused problems in gates.

Change-Id: I6967bdc7da0d0c3c06873e3d554124ca995f4c13
Closes-Bug: #1622117
2016-09-10 16:14:18 +00:00
liyingjun
e31dede2b0 Fix generated sahara conf
There should be a blank line between 'transport_url' and 'use_neutron = True',
otherwise these line will be merge into one line after rendering.

TrivialFix

Change-Id: I66d14d5bc4b03b450cdcc0f7ac80548ed90bcd2d
2016-09-10 10:12:42 +08:00
caoyuan
52b5254121 Use `tgtd` to take place of tgtd
TrivialFix

Change-Id: Ib7b21858a5c60b20d8361a5a4809ce197a368888
2016-09-10 10:10:03 +08:00
caoyuan
0ca195668d Remove the duplicate word to improve the clarity of the sentence
TrivialFix

Change-Id: Id829706078341720c2b81c5a1c66b48eabb0ab8a
2016-09-10 09:29:29 +08:00
Jenkins
99897c5438 Merge "Change ceph version to Jewel" 2016-09-09 18:58:29 +00:00
Jenkins
8658eb5261 Merge "Add guidelines on adding a new service" 2016-09-09 16:06:45 +00:00
Michal (inc0) Jastrzebski
0a50cb8889 Change ceph version to Jewel
This patch changes version of ceph from hammer to jewel. Also removed
versionlock as it seems we don't use it in ubuntu, and actually might be
risky if we miss security patch on ceph.

Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165
Implements: blueprint upgrade-ceph-to-jewel
2016-09-09 14:30:36 +00:00
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