inconsistent UID in named volume results in inability to upgrade

Bug #1631503 reported by Otavio Salvador
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Critical
Steven Dake
Newton
Fix Released
Critical
Steven Dake
Ocata
Fix Released
Critical
Steven Dake

Bug Description

During the upgrade from Mitaka to Newton, the uid/gid may change for the
same image. Especially on Ubuntu, we moved to Ubuntu Xenial in Newton
and it added systemd related user which break all the uid/gid during an
upgrade. It will the permissions in all docker named volumes.

The uid should be kept constant otherwise, it will cause a serious upgrade problem.

etherpad link: https://etherpad.openstack.org/p/kolla-bug-1631503

Steven Dake (sdake)
Changed in kolla:
status: New → Confirmed
importance: Undecided → Critical
milestone: none → newton-rc2
Revision history for this message
Kevin Fox (kevpn) wrote :

+1. users/groups should probably be manually created before installing the packages.

Steven Dake (sdake)
summary: - uid is not being kept across Docker container builds
+ inconsistent UID in rabbitmq results in inability to upgrade
Steven Dake (sdake)
Changed in kolla:
assignee: nobody → Steven Dake (sdake)
Revision history for this message
Steven Dake (sdake) wrote : Re: inconsistent UID in rabbitmq results in inability to upgrade

Note I was not able to reproduce this with 2.0.2->2.0.3 but was able to reproduce this with 2.0.2->3.0.0.

3.0.0 base image needs all UIDs that access volumes to be consistent with the 2.0.2 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/384029

Changed in kolla:
status: Confirmed → In Progress
summary: - inconsistent UID in rabbitmq results in inability to upgrade
+ inconsistent UID in named volume results in inability to upgrade
Steven Dake (sdake)
Changed in kolla:
milestone: newton-rc2 → newton-rc3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/384598
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=4c207bc0399f024f24c05446a6924875c0f7aaef
Submitter: Jenkins
Branch: master

commit 4c207bc0399f024f24c05446a6924875c0f7aaef
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 10 22:37:05 2016 +0800

    Fix rabbitmq upgrade permission issue

    During the upgrade from Mitaka to Newton, the uid/gid may change for the
    same image. Especially on Ubuntu, we moved to Ubuntu Xenial in Newton
    and it added systemd related user which break all the uid/gid during an
    upgrade. It will the permissions in all docker named volumes.

    This fix extends set_config.py to set the proper permission during
    container start. This is super light then add commands in
    extend_start.sh file or add ansible tasks.

    This patch just fixes rabbitmq case. Other services will be fixed in
    following patches.

    Partial-Bug: #1631503
    Change-Id: Ib17027b97abbc9bf4e3cd503601b8010325b5c5b

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by Steven Dake (<email address hidden>) on branch: master
Review: https://review.openstack.org/384029
Reason: jeffrey fixed

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/386412

description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/386471

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/386412
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=f182dc6e9d5060a67110a825e158888583991b71
Submitter: Jenkins
Branch: stable/newton

commit f182dc6e9d5060a67110a825e158888583991b71
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 10 22:37:05 2016 +0800

    Fix rabbitmq upgrade permission issue

    During the upgrade from Mitaka to Newton, the uid/gid may change for the
    same image. Especially on Ubuntu, we moved to Ubuntu Xenial in Newton
    and it added systemd related user which break all the uid/gid during an
    upgrade. It will the permissions in all docker named volumes.

    This fix extends set_config.py to set the proper permission during
    container start. This is super light then add commands in
    extend_start.sh file or add ansible tasks.

    This patch just fixes rabbitmq case. Other services will be fixed in
    following patches.

    Partial-Bug: #1631503
    Change-Id: Ib17027b97abbc9bf4e3cd503601b8010325b5c5b
    (cherry picked from commit 4c207bc0399f024f24c05446a6924875c0f7aaef)

tags: added: in-stable-newton
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/386421
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=e7bdc62d02414753bfa8b89ff10d9f107437c0fe
Submitter: Jenkins
Branch: master

commit e7bdc62d02414753bfa8b89ff10d9f107437c0fe
Author: Jeffrey Zhang <email address hidden>
Date: Fri Oct 14 15:09:02 2016 +0800

    Fix keystone upgrade permission issue

    Change-Id: I211d9f2dbdd9647ec99e8b43be6332c8ad64114e
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/386431
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2828fe8c6b4ed4bbf6d4f6547e12e9074171b12d
Submitter: Jenkins
Branch: master

commit 2828fe8c6b4ed4bbf6d4f6547e12e9074171b12d
Author: Jeffrey Zhang <email address hidden>
Date: Fri Oct 14 21:30:14 2016 +0800

    Fix glance upgrade permission issue

    Change-Id: I8316310c13017b86eb13c3ffad260fecb0e7f61b
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (stable/newton)

Change abandoned by zhubingbing (<email address hidden>) on branch: stable/newton
Review: https://review.openstack.org/386471

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by zhubingbing (<email address hidden>) on branch: master
Review: https://review.openstack.org/386493

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by zhubingbing (<email address hidden>) on branch: master
Review: https://review.openstack.org/386500

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/386977

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/386978

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/386923
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2b7abb600a571b7c8db84417d58937176548fc9d
Submitter: Jenkins
Branch: master

commit 2b7abb600a571b7c8db84417d58937176548fc9d
Author: caoyuan <cao.yuan@99cloud.net>
Date: Sat Oct 15 17:35:48 2016 +0800

    Fix watcher upgrade permission issue

    Change-Id: I68c172de1f61807e8fed4535709b31a9acbe0b22
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/386927
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=ef5e1ee364a355187f61dcbfa624677f883ddace
Submitter: Jenkins
Branch: master

commit ef5e1ee364a355187f61dcbfa624677f883ddace
Author: caoyuan <cao.yuan@99cloud.net>
Date: Sat Oct 15 17:43:41 2016 +0800

    Fix rally upgrade permission issue

    Change-Id: If765a66ebfdac43fc987d1cca7c82a6d6e734725
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/386515
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=bb51ca3a3d081e90288472970588e85235753321
Submitter: Jenkins
Branch: master

commit bb51ca3a3d081e90288472970588e85235753321
Author: zhubingbing <email address hidden>
Date: Fri Oct 14 18:02:41 2016 +0800

    Fix mariadb upgrade permission issue

    Change-Id: I356d41d030365b7b4f917b1334f9f68e560b7512
    Co-Authored-By: Michal (inc0) Jastrzebski <email address hidden>
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387252

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387253

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387255

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (stable/newton)

Change abandoned by zhubingbing (<email address hidden>) on branch: stable/newton
Review: https://review.openstack.org/387253

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387279

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/386523
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=250d7bc10639eb60f306a5a51e7698b3ec5ff207
Submitter: Jenkins
Branch: master

commit 250d7bc10639eb60f306a5a51e7698b3ec5ff207
Author: zhubingbing <email address hidden>
Date: Fri Oct 14 18:11:28 2016 +0800

    Fix elasticsearch upgrade permission issue

    Change-Id: I113912e492c719385700da89307c7af4538207f9
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (stable/newton)

Change abandoned by zhubingbing (<email address hidden>) on branch: stable/newton
Review: https://review.openstack.org/387255

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387283

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (stable/newton)

Change abandoned by zhubingbing (<email address hidden>) on branch: stable/newton
Review: https://review.openstack.org/387252

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387297

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387300

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/387296
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=96515aefc9c5cae411aa91ce662ebb84afd81dda
Submitter: Jenkins
Branch: master

commit 96515aefc9c5cae411aa91ce662ebb84afd81dda
Author: zhubingbing <email address hidden>
Date: Mon Oct 17 17:26:41 2016 +0800

    Fix senlin upgrade permission issue

    Change-Id: Ief97e09c671c592098ea411e3b2f85214385a3b5
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387333

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/386920
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=709cbd345e59308f048e034a51b4b20f12715b61
Submitter: Jenkins
Branch: master

commit 709cbd345e59308f048e034a51b4b20f12715b61
Author: zhubingbing <email address hidden>
Date: Sat Oct 15 17:25:02 2016 +0800

    Fix manila upgrade permission issue

    Change-Id: I52e47aee0d373be102c855cc791c7f369468302a
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387337

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/386512
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=b361fe8ea29c16a4115639c300f013a6823b76f4
Submitter: Jenkins
Branch: master

commit b361fe8ea29c16a4115639c300f013a6823b76f4
Author: zhubingbing <email address hidden>
Date: Fri Oct 14 17:53:40 2016 +0800

    Fix heat upgrade permission issue

    Change-Id: I666368dcb2dd900234b373bfd433ab918233c601
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/386900
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2d570b886d1c230cf229a4e45cab1fbc088092be
Submitter: Jenkins
Branch: master

commit 2d570b886d1c230cf229a4e45cab1fbc088092be
Author: zhubingbing <email address hidden>
Date: Sat Oct 15 13:51:17 2016 +0800

    Fix congress upgrade permission issue

    Change-Id: I215d17cbaa7265c93cebb7454e0a53868c13d7a2
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/386917
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=a8cb87c6723d52f464ecccfd8545f6a2cadb491f
Submitter: Jenkins
Branch: master

commit a8cb87c6723d52f464ecccfd8545f6a2cadb491f
Author: zhubingbing <email address hidden>
Date: Sat Oct 15 17:15:50 2016 +0800

    Fix mistral upgrade permission issue

    Change-Id: Ic21cb035a75870690be0f98377fe45f41983e658
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387171
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=ecab56a1826ce9f31d0b5da8497240e525afde9a
Submitter: Jenkins
Branch: master

commit ecab56a1826ce9f31d0b5da8497240e525afde9a
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 17 14:13:29 2016 +0800

    Fix common role upgrade permission issue

    Change-Id: I0f989b8a0ebd30424f71619981775d75ff1db691
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387300
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=6220b9d7678145dc31e307bbd3dc351b88bfd8a3
Submitter: Jenkins
Branch: stable/newton

commit 6220b9d7678145dc31e307bbd3dc351b88bfd8a3
Author: caoyuan <cao.yuan@99cloud.net>
Date: Sat Oct 15 17:35:48 2016 +0800

    Fix watcher upgrade permission issue

    Change-Id: I68c172de1f61807e8fed4535709b31a9acbe0b22
    Partial-Bug: #1631503
    (cherry picked from commit 2b7abb600a571b7c8db84417d58937176548fc9d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387297
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=25184b444587a39a6a314738d3ef061ba2d50cfd
Submitter: Jenkins
Branch: stable/newton

commit 25184b444587a39a6a314738d3ef061ba2d50cfd
Author: caoyuan <cao.yuan@99cloud.net>
Date: Sat Oct 15 17:43:41 2016 +0800

    Fix rally upgrade permission issue

    Change-Id: If765a66ebfdac43fc987d1cca7c82a6d6e734725
    Partial-Bug: #1631503
    (cherry picked from commit ef5e1ee364a355187f61dcbfa624677f883ddace)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387283
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=dc003b9d877e92dba0423476c449121d5d023acf
Submitter: Jenkins
Branch: stable/newton

commit dc003b9d877e92dba0423476c449121d5d023acf
Author: zhubingbing <email address hidden>
Date: Fri Oct 14 18:11:28 2016 +0800

    Fix elasticsearch upgrade permission issue

    Change-Id: I113912e492c719385700da89307c7af4538207f9
    Partial-Bug: #1631503
    (cherry picked from commit 250d7bc10639eb60f306a5a51e7698b3ec5ff207)

37 comments hidden view all 117 comments
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387597
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=bcd918d4d355a45347c6a9a80e54ac9332e04569
Submitter: Jenkins
Branch: stable/newton

commit bcd918d4d355a45347c6a9a80e54ac9332e04569
Author: zhubingbing <email address hidden>
Date: Sat Oct 15 17:53:37 2016 +0800

    Fix cinder upgrade permission issue

    Change-Id: If778c981cfcf020fcf0be6bf7e38a3243e63b85c
    Partial-Bug: #1631503
    (cherry picked from commit 032234bad63fa4b9f8c04d31d1be26d97086a0fa)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387762
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=f6e6e1763ccaba0979589b9afd3a1fd6aff7253f
Submitter: Jenkins
Branch: stable/newton

commit f6e6e1763ccaba0979589b9afd3a1fd6aff7253f
Author: zhubingbing <email address hidden>
Date: Sat Oct 15 13:51:17 2016 +0800

    Fix congress upgrade permission issue

    Change-Id: I215d17cbaa7265c93cebb7454e0a53868c13d7a2
    Partial-Bug: #1631503
    (cherry picked from commit 2d570b886d1c230cf229a4e45cab1fbc088092be)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387753
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=859b95e6006f4f7b577c9d79aae69359b09e5017
Submitter: Jenkins
Branch: stable/newton

commit 859b95e6006f4f7b577c9d79aae69359b09e5017
Author: Michal (inc0) Jastrzebski <email address hidden>
Date: Fri Oct 14 17:38:30 2016 +0000

    Fix nova upgrade permission issue

    Change-Id: I61738f2d8ef89d6a8c5fb1187f18c5bb154bbe04
    Partial-Bug: #1631503
    (cherry picked from commit 6f0e770fe82a56dddc8902361d7fdb36311c4d8a)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387780

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/387768
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=ce3126c54a608f84bd37629b49ed44ca52aaeed3
Submitter: Jenkins
Branch: master

commit ce3126c54a608f84bd37629b49ed44ca52aaeed3
Author: zhubingbing <email address hidden>
Date: Tue Oct 18 11:09:34 2016 +0800

    Fix grafana upgrade permission issue

    Change-Id: I15d96a8ee04f860ce149b8a64f306e181383d2fa
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387212
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=558d8ae99879d91e8a0334708dcd214c5951c6ae
Submitter: Jenkins
Branch: master

commit 558d8ae99879d91e8a0334708dcd214c5951c6ae
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 17 15:27:37 2016 +0800

    Fix neutron upgrade permission issue

    Change-Id: Id4e9d019ee5072b3a24e383174a2acfdb3ed984d
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387764
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=97e13cb4447fac252ab172c8313ff3bd15360eea
Submitter: Jenkins
Branch: stable/newton

commit 97e13cb4447fac252ab172c8313ff3bd15360eea
Author: zhubingbing <email address hidden>
Date: Mon Oct 17 18:06:49 2016 +0800

    Fix influxdb upgrade permission issue

    Change-Id: I0936a26bd51114e372a89daa463a16e5aac3c477
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387761
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=fa459a66f5987e8e3070d95f14614e9a7789450d
Submitter: Jenkins
Branch: stable/newton

commit fa459a66f5987e8e3070d95f14614e9a7789450d
Author: zhubingbing <email address hidden>
Date: Fri Oct 14 17:53:40 2016 +0800

    Fix heat upgrade permission issue

    Change-Id: I666368dcb2dd900234b373bfd433ab918233c601
    Partial-Bug: #1631503
    (cherry picked from commit b361fe8ea29c16a4115639c300f013a6823b76f4)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387785

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387786

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by zhubingbing (<email address hidden>) on branch: master
Review: https://review.openstack.org/387779

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387788

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387760
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=aee86c1f781de7cba39b6e14e3c9da47d53f5f9c
Submitter: Jenkins
Branch: stable/newton

commit aee86c1f781de7cba39b6e14e3c9da47d53f5f9c
Author: zhubingbing <email address hidden>
Date: Sat Oct 15 17:15:50 2016 +0800

    Fix mistral upgrade permission issue

    Change-Id: Ic21cb035a75870690be0f98377fe45f41983e658
    Partial-Bug: #1631503
    (cherry picked from commit a8cb87c6723d52f464ecccfd8545f6a2cadb491f)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/387779
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=ba1eb0356580dc173ad8e2b1323fbe98886a2622
Submitter: Jenkins
Branch: master

commit ba1eb0356580dc173ad8e2b1323fbe98886a2622
Author: zhubingbing <email address hidden>
Date: Tue Oct 18 11:36:58 2016 +0800

    Fix gnocchi upgrade permission issue

    Change-Id: If22b6cf9fa3ce9f1c18e4c9a71c637e96e7c2347
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387793

description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387774
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=3389a72136f85fb89fc0bfa0b17b4a6810aec627
Submitter: Jenkins
Branch: stable/newton

commit 3389a72136f85fb89fc0bfa0b17b4a6810aec627
Author: zhubingbing <email address hidden>
Date: Tue Oct 18 11:09:34 2016 +0800

    Fix grafana upgrade permission issue

    Change-Id: I15d96a8ee04f860ce149b8a64f306e181383d2fa
    Partial-Bug: #1631503

Steven Dake (sdake)
no longer affects: kolla/liberty
no longer affects: kolla/mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387785
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=9089e586a667496dcc94be788da6debe610aa1bc
Submitter: Jenkins
Branch: stable/newton

commit 9089e586a667496dcc94be788da6debe610aa1bc
Author: Steven Dake <email address hidden>
Date: Mon Oct 17 20:31:53 2016 -0400

    Fix for cinder not working with permissions changes

    Change-Id: I0c38c25b1f9af6077e117420b466f0b3b38d9509
    Partial-Bug: #1631503
    (cherry picked from commit 7fb32cf3eb3914bd65a0cb1f6f2ad42ca9bf3c2a)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/387786
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=dcefb6ff5035859263c80e1d3d57cfba89b7f91c
Submitter: Jenkins
Branch: stable/newton

commit dcefb6ff5035859263c80e1d3d57cfba89b7f91c
Author: Jeffrey Zhang <email address hidden>
Date: Tue Oct 18 09:05:18 2016 +0800

    Fix wrong magnum volume path in json file

    Change-Id: I355dc08e979811333eb47bb2eb14856f56d04a7c
    Partial-Bug: #1631503
    (cherry picked from commit 8a19ffc445ed864317c11c067c77d98e48b73a4f)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to kolla (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/387806

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387788
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8af8e7d2d4012afd88d8ed4bac279aa3a08e1a32
Submitter: Jenkins
Branch: stable/newton

commit 8af8e7d2d4012afd88d8ed4bac279aa3a08e1a32
Author: zhubingbing <email address hidden>
Date: Tue Oct 18 11:36:58 2016 +0800

    Fix gnocchi upgrade permission issue

    Change-Id: If22b6cf9fa3ce9f1c18e4c9a71c637e96e7c2347
    Partial-Bug: #1631503
    (cherry picked from commit ba1eb0356580dc173ad8e2b1323fbe98886a2622)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to kolla (stable/newton)

Related fix proposed to branch: stable/newton
Review: https://review.openstack.org/387811

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387780
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=e3b60a63118dc6b9749da83309abd46de9d4abb1
Submitter: Jenkins
Branch: stable/newton

commit e3b60a63118dc6b9749da83309abd46de9d4abb1
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 17 15:27:37 2016 +0800

    Fix neutron upgrade permission issue

    Change-Id: Id4e9d019ee5072b3a24e383174a2acfdb3ed984d
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/387180
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=1a57ab0343825ab5446761adffbf6ea86d8df284
Submitter: Jenkins
Branch: master

commit 1a57ab0343825ab5446761adffbf6ea86d8df284
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 17 14:28:06 2016 +0800

    Fix ironic upgrade permission issue

    Change-Id: I8af7c842e9b0afdc035bb64d3350f6ad65682377
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/387822

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla (master)

Reviewed: https://review.openstack.org/387806
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=0e6c0abcd14967d687e54d5fdedca6b064ebbc58
Submitter: Jenkins
Branch: master

commit 0e6c0abcd14967d687e54d5fdedca6b064ebbc58
Author: Martin André <email address hidden>
Date: Tue Oct 18 08:26:12 2016 +0200

    Fix syntax error in sahara permissions

    Key was missing an ending double quote.

    Change-Id: Ia11e3f7484c1937cd11a01410dcbee213e994338
    Related-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387811
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=d308bb2b74d8a993e2826d061c0cdfba91eacda7
Submitter: Jenkins
Branch: stable/newton

commit d308bb2b74d8a993e2826d061c0cdfba91eacda7
Author: Martin André <email address hidden>
Date: Tue Oct 18 08:26:12 2016 +0200

    Fix syntax error in sahara permissions

    Key was missing an ending double quote.

    Change-Id: Ia11e3f7484c1937cd11a01410dcbee213e994338
    Related-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/387822
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=6537d8e2340b9f2f91dfb55f8581158aa7c8338e
Submitter: Jenkins
Branch: stable/newton

commit 6537d8e2340b9f2f91dfb55f8581158aa7c8338e
Author: Jeffrey Zhang <email address hidden>
Date: Mon Oct 17 14:28:06 2016 +0800

    Fix ironic upgrade permission issue

    Change-Id: I8af7c842e9b0afdc035bb64d3350f6ad65682377
    Partial-Bug: #1631503
    (cherry picked from commit 1a57ab0343825ab5446761adffbf6ea86d8df284)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/388217

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/388182
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=b76a58a44eb401c8570cfed6d9d3515be8d75cbd
Submitter: Jenkins
Branch: master

commit b76a58a44eb401c8570cfed6d9d3515be8d75cbd
Author: Jeffrey Zhang <email address hidden>
Date: Wed Oct 19 03:10:18 2016 +0800

    Fix wrong log permission for services collected through syslog

    Change-Id: I3b1ddffde2ffd9a2b777d99c552550cda324c570
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/388217
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=5c9c786a556a0890997e64238f7549777859e6d5
Submitter: Jenkins
Branch: stable/newton

commit 5c9c786a556a0890997e64238f7549777859e6d5
Author: Jeffrey Zhang <email address hidden>
Date: Wed Oct 19 03:10:18 2016 +0800

    Fix wrong log permission for services collected through syslog

    Change-Id: I3b1ddffde2ffd9a2b777d99c552550cda324c570
    Partial-Bug: #1631503
    (cherry picked from commit b76a58a44eb401c8570cfed6d9d3515be8d75cbd)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/388811
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=b11504d4e1ac2e787e8015d7ccca1cb2f1aa7325
Submitter: Jenkins
Branch: master

commit b11504d4e1ac2e787e8015d7ccca1cb2f1aa7325
Author: Jeffrey Zhang <email address hidden>
Date: Thu Oct 20 00:56:21 2016 +0800

    Fix invalid json in ironic service

    Change-Id: Idbf10404606dd17be334056c95b6e5f9ae800495
    Partial-Bug: #1631503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/390020

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/390020
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=6c6cff5b4f51c01dc26d93b8e5710e848bf82598
Submitter: Jenkins
Branch: stable/newton

commit 6c6cff5b4f51c01dc26d93b8e5710e848bf82598
Author: Jeffrey Zhang <email address hidden>
Date: Thu Oct 20 00:56:21 2016 +0800

    Fix invalid json in ironic service

    Change-Id: Idbf10404606dd17be334056c95b6e5f9ae800495
    Partial-Bug: #1631503
    (cherry picked from commit b11504d4e1ac2e787e8015d7ccca1cb2f1aa7325)

Changed in kolla:
milestone: ocata-1 → ocata-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by zhubingbing (zhu.bingbing@99cloud.net) on branch: master
Review: https://review.openstack.org/387800

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by zhubingbing (zhu.bingbing@99cloud.net) on branch: master
Review: https://review.openstack.org/387797

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (stable/newton)

Change abandoned by zhubingbing (zhu.bingbing@99cloud.net) on branch: stable/newton
Review: https://review.openstack.org/387793

Changed in kolla:
milestone: ocata-2 → ocata-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/415021

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/newton)

Reviewed: https://review.openstack.org/415021
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=5600be2c4e9b7cd3f993b4244b9cc4619460c85b
Submitter: Jenkins
Branch: stable/newton

commit 5600be2c4e9b7cd3f993b4244b9cc4619460c85b
Author: zhubingbing <email address hidden>
Date: Tue Dec 13 05:17:23 2016 +0000

    Fix aodh upgrade permission issue

    Change-Id: I6ba291eb77586d04ae0840363421908d9477945a
    Partial-Bug: #1631503
    (cherry picked from commit ebc301c8910d4f50ab9bbf2863fbd20bc29ad513)

Changed in kolla:
milestone: ocata-3 → ocata-rc1
Changed in kolla:
milestone: ocata-rc1 → pike-1
Changed in kolla:
milestone: pike-2 → pike-3
Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :

This is already fixed. please re-open it or file a new bug, if this issue still exist.

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by caoyuan (cao.yuan@99cloud.net) on branch: master
Review: https://review.openstack.org/388067

Displaying first 40 and last 40 comments. View all 117 comments or add a comment.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.