Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
web
Commits
de8be6bb
Commit
de8be6bb
authored
7 years ago
by
Giuseppe Attardi
Browse files
Options
Downloads
Patches
Plain Diff
Update OpenStack_Release_Upgrade.rst
parent
c5964159
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/support/kb/juju/OpenStack_Release_Upgrade.rst
+4
-38
4 additions, 38 deletions
web/support/kb/juju/OpenStack_Release_Upgrade.rst
with
4 additions
and
38 deletions
web/support/kb/juju/OpenStack_Release_Upgrade.rst
+
4
−
38
View file @
de8be6bb
...
...
@@ -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 `
O
pen
S
tack`::
Upgrade `
o
pen
s
tack
-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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment