Skip to content
Snippets Groups Projects
Commit de8be6bb authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Update OpenStack_Release_Upgrade.rst

parent c5964159
No related branches found
No related tags found
No related merge requests found
......@@ -64,32 +64,6 @@ Find the leader::
Stop the service::
$ juju run-action keystone$ZONE/0 pause
Action queued with id: 4665bfa7-79ea-4de7-8889-8a5ef068548c
$ juju show-action-output 4665bfa7-79ea-4de7-8889-8a5ef068548c
message: 'exec: "/var/lib/juju/agents/unit-keystone-ba1-cl2-0/charm/actions/pause":
permission denied'
status: failed
timing:
completed: 2017-07-22 08:35:18 +0000 UTC
enqueued: 2017-07-22 08:35:18 +0000 UTC
started: 2017-07-22 08:35:18 +0000 UTC
root@ba1-juju2cli-02:~# juju show-action-output 4665bfa7-79ea-4de7-8889-8a5ef068548c
message: 'exec: "/var/lib/juju/agents/unit-keystone-ba1-cl2-0/charm/actions/pause":
permission denied'
status: failed
This occurrs with an old version of `GARR` modified keystone charm.
[Note: a failure occurred also with the latest keystone charm release from jujucharms (267)]
Here is the fix::
$ juju ssh keystone$ZONE/0
$ sudo chmod +x /var/lib/juju/agents/unit-keystone$ZONE-0/charm/actions/*.py
$ exit
Now retry::
$ juju run-action keystone$ZONE/0 pause
Action queued with id: ad835404-0b47-4804-8482-a77e4401d2f7
$ juju show-action-output ad835404-0b47-4804-8482-a77e4401d2f7
......@@ -196,20 +170,14 @@ Check it with::
Ceph
....
Upgrade charm `ceph-proxy$ZONE`::
Upgrade charm `ceph-proxy`::
$ juju upgrade-charm ceph-proxy$ZONE
APply GARR specific patches to the charm::
$ cd csd-install
$ export JUJU_CLUSTER_SUFFIX=ba1-cl2
$ ansible-playbook -v -i inventories/dynamic/cephJuju.py -l ceph-proxy cephconfig.yml
Rados GW
........
Update charm `ceph-radosgw$ZONE`::
Update charm `ceph-radosgw`::
$ juju upgrade-charm ceph-radosgw$ZONE
......@@ -301,14 +269,12 @@ to all units.
Edit file `/usr/lib/python2.7/dist-packages/cinder/api/versions.py`.
At line 88 add::
# NOTE (jose-castro-leon): Avoid to register extensions
# on the versions router, the versions router does not offer
# resources to be extended.
def _setup_extensions(self, ext_mgr):
pass
Cinder Ceph
...........
......@@ -323,7 +289,7 @@ When upgrading to `xenial-ocata` you need to do this first::
$ juju upgrade-charm openstack-dashboard$ZONE
Upgrade `OpenStack`::
Upgrade `openstack-dashboard`::
$ juju config openstack-dashboard$ZONE action-managed-upgrade=true
$ juju config openstack-dashboard$ZONE openstack-origin=cloud:xenial-newton
......@@ -339,7 +305,7 @@ Charm upgrades
..............
Ensure the `nrpe-xxx` charm use at least version `nrpe-30`.
For Ocata we are using the 17.08 release of the OpenStack Charms.
For Ocata we are using the 17.08 release of the `OpenStack Charms`.
::
$ juju upgrade-charm nova-cloud-controller$ZONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment