1537 Commits

Author SHA1 Message Date
Jenkins
afdf71e934 Merge "Deprecate auth_plugin option in manila" 2016-10-19 15:39:39 +00:00
Jenkins
6b25205b3b Merge "Add http as allowed store when glance configured to use rbd" 2016-10-19 15:39:09 +00:00
Jenkins
ed7ac53e08 Merge "Fix api_paste_config option" 2016-10-19 15:25:28 +00:00
Jenkins
aa823dc09e Merge "Memcache configuration for Ceilometer is broken" 2016-10-19 15:18:38 +00:00
Jenkins
1c3ac012f6 Merge "Add upgrade tasks for Mongodb" 2016-10-19 13:02:51 +00:00
Jenkins
21bc93af4a Merge "add influxdb to precheck" 2016-10-19 12:19:54 +00:00
ZhongShengping
e5a278a293 Fix api_paste_config option
Option "api_paste_config" from group "DEFAULT" is deprecated
in Nova.
Use option "api_paste_config" from group "wsgi".

Change-Id: I7727aa67da71fefe20b2aaefb1337dba4f9008b1
Closes-Bug: #1632066
2016-10-19 18:48:44 +08:00
Jenkins
7cf6d3e9e2 Merge "Fix memcache configuration of manila-share" 2016-10-19 09:14:35 +00:00
Jenkins
ac56f2498c Merge "Murano fails to deploy - cannot check core library" 2016-10-19 09:13:44 +00:00
zhubingbing
8d39cbe249
Fix memcache configuration of manila-share
TrivialFix

Change-Id: I1e900ef3a13222eeeb7bad3b53c1c91f82d8a8fa
2016-10-19 14:55:32 +08:00
Jenkins
bf0ebffc98 Merge "Add missing debugging paramters to nova config" 2016-10-19 06:45:59 +00:00
Chris Hoge
70643a5237 Add http as allowed store when glance configured to use rbd
Adds http as an allowed store when glance is configured to use
ceph/rbd as the image store. The default configuration for
glance with lvm uses http as a secondary store. http store
is commonly used with automation tools like heat to pull
images into glance from endpoints. Without specifying http
as a store the expected default behavior fails. This patch
restores that default behavior.

Change-Id: Id3663123b8d54e53bd1fd130b65fd8383c9f35c0
Closes-Bug: #1631637
2016-10-18 21:48:36 -07:00
ZhongShengping
5040ea568f Deprecate auth_plugin option in manila
Option "auth_plugin" from group "keystone_authtoken" is deprecated
in Manila.
Use option "auth_type" from group "keystone_authtoken" instead.

Change-Id: Id0cfe82d72cc59a1695c70474344313f5c2f2250
Closes-Bug: #1634724
2016-10-19 10:16:15 +08:00
ZhongShengping
53150ca2c0 Memcache configuration for Ceilometer is broken
At the moment we use "memcached_servers =
{{ kolla_internal_fqdn }}:{{ memcached_port }}" in
keystone_authtoken for Ceilometer.
This cannot work because we our haproxy service does
not offer memcache, so fix it.

Change-Id: I7d9630b8b232f0e5e2a0a33304817a1b255d4855
Closes-Bug: #1634146
2016-10-19 09:12:58 +08:00
Jeffrey Zhang
b76a58a44e Fix wrong log permission for services collected through syslog
Change-Id: I3b1ddffde2ffd9a2b777d99c552550cda324c570
Partial-Bug: #1631503
2016-10-19 03:12:18 +08:00
Jenkins
ada5740c55 Merge "Adding kubetoolbox image" 2016-10-18 18:59:59 +00:00
Serguei Bezverkhi
46b41d2fad Adding kubetoolbox image
This PS adds kubetoolbox image which is required for Kubernetes
fencing pod. This image includes, kubectl binary, ceph-common and ipmi.

Change-Id: I17b2a47b95ed7dea391f1427a41c92b15c97986d
Partially-Implements: blueprint kubernetes-toolbox
2016-10-18 14:03:44 -04:00
Vladislav Belogrudov
d7d8fc8069 Murano fails to deploy - cannot check core library
Murano sometimes fails to deploy due to delay in haproxy
identifying started API services. Instead of waiting for all the
services and checking existance of core library via VIP deploy
task should connect to one of the services directly for testing
service status and for package import.

Change-Id: I2934579edc910e81730dd89dbd8ff9eb11a2cc1c
Closes-Bug: #1634531
2016-10-18 18:00:45 +03:00
Jenkins
761713ddf5 Merge "Bump retries in starting nova-libvirt to 5" 2016-10-18 14:07:53 +00:00
Jenkins
08fece9dd7 Merge "Add missing closing brace in grafana configuration file" 2016-10-18 13:44:12 +00:00
Jeffrey Zhang
aed67d9cc5 Add missing closing brace in grafana configuration file
Change-Id: Iebcca62cccb02b71953c43e1b595b731fc9d0b92
Closes-Bug: #1634506
2016-10-18 21:36:09 +08:00
Jenkins
15e686dc9f Merge "Adds Fluentd docker image required for kolla-kube" 2016-10-18 13:22:30 +00:00
Jeffrey Zhang
88e9323792 Bump retries in starting nova-libvirt to 5
retries: 1 won't really retry in part of ansible release. Bumping the
number to 5 ensure it works as expected

Change-Id: I9f131001bd96ed33832b42cc8143327f249e916a
Closes-Bug: #1634401
2016-10-18 13:05:34 +00:00
Jenkins
8f2f9642cd Merge "Fix syntax error in sahara permissions" 2016-10-18 07:20:45 +00:00
Jenkins
0e22ec5d2b Merge "Fix ironic upgrade permission issue" 2016-10-18 07:00:06 +00:00
Martin André
0e6c0abcd1 Fix syntax error in sahara permissions
Key was missing an ending double quote.

Change-Id: Ia11e3f7484c1937cd11a01410dcbee213e994338
Related-Bug: #1631503
2016-10-18 08:26:12 +02:00
zhubingbing
ba1eb03565 Fix gnocchi upgrade permission issue
Change-Id: If22b6cf9fa3ce9f1c18e4c9a71c637e96e7c2347
Partial-Bug: #1631503
2016-10-18 12:31:07 +08:00
Jenkins
239c0c66fe Merge "Fix neutron upgrade permission issue" 2016-10-18 03:54:31 +00:00
Jenkins
8a69e8940e Merge "Fix grafana upgrade permission issue" 2016-10-18 03:54:01 +00:00
Jenkins
bd62df9988 Merge "Fix wrong magnum volume path in json file" 2016-10-18 03:20:39 +00:00
Jenkins
748c675739 Merge "Fix for cinder not working with permissions changes" 2016-10-18 03:17:23 +00:00
zhubingbing
ce3126c54a
Fix grafana upgrade permission issue
Change-Id: I15d96a8ee04f860ce149b8a64f306e181383d2fa
Partial-Bug: #1631503
2016-10-18 11:09:34 +08:00
Jenkins
62b7fc99e6 Merge "Fix influxdb upgrade permission issue" 2016-10-18 02:55:02 +00:00
Jeffrey Zhang
558d8ae998 Fix neutron upgrade permission issue
Change-Id: Id4e9d019ee5072b3a24e383174a2acfdb3ed984d
Partial-Bug: #1631503
2016-10-18 02:32:39 +00:00
Jenkins
a67e632ad3 Merge "Fix nova upgrade permission issue" 2016-10-18 02:21:18 +00:00
zhubingbing
e95722522a
Fix influxdb upgrade permission issue
Change-Id: I0936a26bd51114e372a89daa463a16e5aac3c477
Partial-Bug: #1631503
2016-10-18 09:16:00 +08:00
Jeffrey Zhang
8a19ffc445 Fix wrong magnum volume path in json file
Change-Id: I355dc08e979811333eb47bb2eb14856f56d04a7c
Partial-Bug: #1631503
2016-10-18 09:05:18 +08:00
Steven Dake
7fb32cf3eb Fix for cinder not working with permissions changes
Change-Id: I0c38c25b1f9af6077e117420b466f0b3b38d9509
Partial-Bug: #1631503
2016-10-17 20:37:45 -04:00
Jenkins
2691639bf4 Merge "Fix murano upgrade permission issue" 2016-10-17 20:50:34 +00:00
Michal (inc0) Jastrzebski
6f0e770fe8 Fix nova upgrade permission issue
Change-Id: I61738f2d8ef89d6a8c5fb1187f18c5bb154bbe04
Partial-Bug: #1631503
2016-10-17 20:00:48 +00:00
zhubingbing
a0d5ac7f53 Fix murano upgrade permission issue
Change-Id: I5061c572226dbb762e21cad02dccc8722ef91dc8
Partial-Bug: #1631503
2016-10-17 15:48:18 -03:00
Jenkins
ac458c8ccc Merge "Fix log directory of Elasticsearch" 2016-10-17 18:35:48 +00:00
Jenkins
08e4675df7 Merge "Fix mongodb upgrade permission issue" 2016-10-17 18:34:47 +00:00
Jenkins
d6504ec4cc Merge "Fix telegraf upgrade permission issue" 2016-10-17 18:29:46 +00:00
Jenkins
fc64b7a9e2 Merge "Fix magnum upgrade permission issue" 2016-10-17 18:29:04 +00:00
Jenkins
6a6943eada Merge "Fix sahara upgrade permission issue" 2016-10-17 18:20:51 +00:00
Jenkins
b84585524e Merge "Fix cinder upgrade permission issue" 2016-10-17 18:19:59 +00:00
Jenkins
81e20c7291 Merge "Fix common role upgrade permission issue" 2016-10-17 18:01:27 +00:00
Jenkins
ab0f274564 Merge "Ceilometer cannot create standalone mysql database" 2016-10-17 17:59:33 +00:00
Jenkins
a963078d25 Merge "Fix configuration templates used for Ceilometer" 2016-10-17 17:03:29 +00:00