Skip to content

Commit

Permalink
default upgrade order
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Apr 30, 2019
1 parent 649ebe0 commit 5885864
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions jujuna/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
# Services are upgraded in the order specified
# The order of services is based on:
# https://github.com/openstack-charmers/openstack-charms-tools/blob/master/os-upgrade.py
# https://docs.openstack.org/charm-guide/latest/1708.html
# https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-upgrade-openstack.html
SERVICES = [
# Identity
'keystone',

# Ceph
'ceph-mon',
'ceph-osd',
'ceph-radosgw',

# Identity and Image
'keystone',

# Image
'glance',

# Upgrade nova
Expand Down

0 comments on commit 5885864

Please sign in to comment.