5480 Commits

Author SHA1 Message Date
Jenkins
a963078d25 Merge "Fix configuration templates used for Ceilometer" 2016-10-17 17:03:29 +00:00
Jenkins
580fcde959 Merge "Fix stale namespace removal issue" 2016-10-17 16:48:00 +00:00
Jenkins
51f46035e7 Merge "Remove ceph repo for Ubuntu install" 2016-10-17 16:20:58 +00:00
Christian Berendt
88bbd1bb24 Fix configuration templates used for Ceilometer
* global ceilometer.conf file is missing
* makes no sense to use glance configuration files for Ceilometer

TrivialFix

Change-Id: Ia37d28e8d854e6a1dc48bfa96afdaee2061be9a7
2016-10-17 16:17:45 +02:00
Jenkins
19b0173b0d Merge "Fix mistral upgrade permission issue" 2016-10-17 12:14:36 +00:00
Jenkins
4822fe9803 Merge "Fix congress upgrade permission issue" 2016-10-17 12:14:28 +00:00
Jenkins
95cd123936 Merge "Fix heat upgrade permission issue" 2016-10-17 12:13:31 +00:00
Jenkins
37aa948663 Merge "add etcd to precheck" 2016-10-17 11:31:45 +00:00
Jenkins
b395237f5c Merge "Fix manila upgrade permission issue" 2016-10-17 10:27:02 +00:00
Jenkins
5de0865754 Merge "Fix senlin upgrade permission issue" 2016-10-17 10:17:26 +00:00
zhubingbing
96515aefc9
Fix senlin upgrade permission issue
Change-Id: Ief97e09c671c592098ea411e3b2f85214385a3b5
Partial-Bug: #1631503
2016-10-17 17:26:41 +08:00
Jenkins
fbdcf34db7 Merge "Fix elasticsearch upgrade permission issue" 2016-10-17 09:04:14 +00:00
Jenkins
2fde030fd4 Merge "Delete the unnecessary space" 2016-10-17 08:05:16 +00:00
Jenkins
4490f2c6b9 Merge "Fix mariadb upgrade permission issue" 2016-10-17 08:05:09 +00:00
Jenkins
aab30b9a88 Merge "Fix rally upgrade permission issue" 2016-10-17 08:00:08 +00:00
Jenkins
c6a0bb951e Merge "Fix watcher upgrade permission issue" 2016-10-17 07:57:54 +00:00
caoyuan
ef5e1ee364 Fix rally upgrade permission issue
Change-Id: If765a66ebfdac43fc987d1cca7c82a6d6e734725
Partial-Bug: #1631503
2016-10-17 10:47:21 +08:00
caoyuan
2b7abb600a Fix watcher upgrade permission issue
Change-Id: I68c172de1f61807e8fed4535709b31a9acbe0b22
Partial-Bug: #1631503
2016-10-17 10:43:16 +08:00
bjolo
e29a09df23 fix cron logrotate for sahara
sahara.conf was not copied over to target nodes. Prevented cron container from starting

Change-Id: I98ad65ad1541e1a64fb5762571556e2661611ff2
Closes-Bug: #1631944
2016-10-16 21:19:50 +02:00
Jeffrey Zhang
060b2053b8 Remove ceph repo for Ubuntu install
Ubuntu cloud archive provides ceph jewel now. Remove ceph official repo
for the wrong dependency when installing ceph.

Change-Id: I5be6b18c4250733ed9ab4f526fcdc45eb84f8342
Closes-Bug: #1633888
2016-10-16 16:28:48 +00:00
Jenkins
97686e9fab Merge "Cinder endpoint wrong fix" 2016-10-16 15:44:37 +00:00
Jenkins
d3ed3be3b7 Merge "OpenStack Services Should Use keystone_internal_url for auth" 2016-10-16 14:30:52 +00:00
Jenkins
77e2dfbd73 Merge "change source to . in gnocchi-base dockerfile" 2016-10-16 01:24:56 +00:00
Dave McCowan
cc2dde0854 OpenStack Services Should Use keystone_internal_url for auth
Horizon and Neutron mistakenly were using keystone_public_url
for authentication.  This works without error in deployments
when the internal services happen to have access to the
public network, but it is still wrong.  This fails to work
when the internal services can not access the public URLs,
for example when TLS is enabled on the public endppoints.

This patches corrects horizon and neutron to use
keystone_internal_url for auth.

Change-Id: I59b9094364bef375036028ba86a771dabf28c963
Closes-bug: #1625648
2016-10-15 18:50:41 -04:00
Kevin Fox
38912d8806 Cinder endpoint wrong fix
kolla genconfig is pointing at cinder v1, not v2. nova pointing
at v1 is now broken. At least when cinder is backed by ceph and
the release is >= mitaka.

Closes-Bug: #1633758

Change-Id: Idf4a26b37587f1dabe2de0c1ffbddb8c08ee3bdb
2016-10-15 12:39:08 -07:00
zhubingbing
250d7bc106 Fix elasticsearch upgrade permission issue
Change-Id: I113912e492c719385700da89307c7af4538207f9
Partial-Bug: #1631503
2016-10-15 12:02:50 +00:00
zhubingbing
b361fe8ea2
Fix heat upgrade permission issue
Change-Id: I666368dcb2dd900234b373bfd433ab918233c601
Partial-Bug: #1631503
2016-10-15 20:00:14 +08:00
zhubingbing
a8cb87c672
Fix mistral upgrade permission issue
Change-Id: Ic21cb035a75870690be0f98377fe45f41983e658
Partial-Bug: #1631503
2016-10-15 19:08:13 +08:00
zhubingbing
709cbd345e
Fix manila upgrade permission issue
Change-Id: I52e47aee0d373be102c855cc791c7f369468302a
Partial-Bug: #1631503
2016-10-15 18:57:47 +08:00
zhubingbing
2d570b886d
Fix congress upgrade permission issue
Change-Id: I215d17cbaa7265c93cebb7454e0a53868c13d7a2
Partial-Bug: #1631503
2016-10-15 18:53:28 +08:00
caoyuan
a31a70d265 Delete the unnecessary space
TrivialFix

Change-Id: Ifca64d8c4d6e7654d25001022e806f082acfa0b8
2016-10-15 04:07:29 +00:00
Jenkins
57203424c2 Merge "ansible: swift: Fix swift-object-expirer restart loop" 2016-10-14 18:08:12 +00:00
Jeffrey Zhang
ce5a11a374 Fix stale namespace removal issue
When using both /run and /run/netns in docker container, mount
propagation won't work when delete namespace after the containers are
restarted. This PS makes /run mount as shared.

Closes-Bug: #1616268
Change-Id: Ie16699e1b193b2bf1263d89ea634e89ea69add9e
2016-10-15 01:49:13 +08:00
zhubingbing
bb51ca3a3d Fix mariadb upgrade permission issue
Change-Id: I356d41d030365b7b4f917b1334f9f68e560b7512
Co-Authored-By: Michal (inc0) Jastrzebski <inc007@gmail.com>
Partial-Bug: #1631503
2016-10-14 16:51:03 +00:00
Jenkins
b473da2348 Merge "Update Manila Guide" 2016-10-14 16:43:52 +00:00
Jenkins
d73615a1a7 Merge "Fix glance upgrade permission issue" 2016-10-14 16:18:46 +00:00
Jenkins
22e895dcb9 Merge "Use sudo to create loop device on gate nodes" 2016-10-14 16:14:32 +00:00
Jenkins
5b1c46b06d Merge "Move demos and dev directory into a new contrib directory" 2016-10-14 16:04:25 +00:00
Jenkins
0bc18f0bf6 Merge "Remove indentation from l3_agent.ini.j2" 2016-10-14 15:57:39 +00:00
Jenkins
3257d04adb Merge "Fix keystone upgrade permission issue" 2016-10-14 15:28:48 +00:00
Jenkins
f3767135c6 Merge "Fix ceilometer idempotent" 2016-10-14 15:26:21 +00:00
Jeffrey Zhang
2828fe8c6b Fix glance upgrade permission issue
Change-Id: I8316310c13017b86eb13c3ffad260fecb0e7f61b
Partial-Bug: #1631503
2016-10-14 22:33:53 +08:00
James McCarthy
cd968665eb Remove indentation from l3_agent.ini.j2
If enable_neutron_dvr is set, it leads to a failure of the
'Copying over l3_agent.ini' task due to parsing errors.

TrivialFix
Closes-bug: #1633488

Change-Id: Ia30970d65cf7b09fff336fe878d2be02e934b082
2016-10-14 15:05:45 +01:00
Mauricio Lima
7bc185a55e Update Manila Guide
Change-Id: I114082a603764e0726b29708217567822bf2fefa
2016-10-14 10:02:47 -03:00
Jeffrey Zhang
033a444fef Fix ceilometer idempotent
bootstrap_service in ceilometer should only be ran once during multi
deployment to keep idempotent

Partial-Bug: #1633463
Change-Id: Ic5d256e2e887661b4679c4518e8c3865b85189bf
2016-10-14 20:54:26 +08:00
Jenkins
b53988a088 Merge "add kibana to precheck" 2016-10-14 11:24:35 +00:00
Christian Berendt
b725bd09dd Move demos and dev directory into a new contrib directory
TrivialFix

Change-Id: Ifb8f19afa1514488bd288670d08b96f84982a4e1
2016-10-14 12:57:49 +02:00
James McCarthy
64e6e58627 Reorder the interface/network checks.
Perform the interface specific checks first, then do the network
related checks (not the other way around)

TrivialFix

Change-Id: Iae2c9fb9491060f1e33f067c08d22479108c3c98
2016-10-14 10:04:50 +01:00
Jenkins
dbf05f076f Merge "add magnum to precheck" 2016-10-14 08:28:21 +00:00
Jenkins
a683486a07 Merge "Remove unneeded blank lines" 2016-10-14 08:28:14 +00:00