Skip to content

Commit

Permalink
Move 'Configuring a Ceph backend' right after initial control plane c…
Browse files Browse the repository at this point in the history
…reation

Previously the Ceph backend configuration was after Keystone and
Neutron adoption, before Glance adoption. While it makes some sense to
have it before adopting the first service that makes use of the Ceph
backend, inserting it in the middle of service adoption docs breaks
the adoption flow too. The best place to configure the Ceph backend is
probably right after the intial control plane deployment. This means
we'll have an uninterrupted sequence of "<$service> adoption"
steps later in the workflow.
  • Loading branch information
jistr committed Feb 9, 2024
1 parent 0229984 commit 3163486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs_user/assemblies/openstack_adoption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ include::../modules/openstack-planning.adoc[leveloffset=+1]
include::../modules/openstack-node-selector.adoc[leveloffset=+1]

include::../modules/openstack-backend_services_deployment.adoc[leveloffset=+1]
include::../modules/openstack-ceph_backend_configuration.adoc[leveloffset=+1]
include::../modules/openstack-stop_openstack_services.adoc[leveloffset=+1]
include::../modules/openstack-pull_openstack_configuration.adoc[leveloffset=+1]
include::../modules/openstack-mariadb_copy.adoc[leveloffset=+1]
include::../modules/openstack-ovn_adoption.adoc[leveloffset=+1]
include::../modules/openstack-keystone_adoption.adoc[leveloffset=+1]
include::../modules/openstack-neutron_adoption.adoc[leveloffset=+1]
include::../modules/openstack-ceph_backend_configuration.adoc[leveloffset=+1]
include::../modules/openstack-glance_adoption.adoc[leveloffset=+1]
include::../modules/openstack-placement_adoption.adoc[leveloffset=+1]
include::../modules/openstack-nova_adoption.adoc[leveloffset=+1]
Expand All @@ -36,4 +36,4 @@ include::../modules/openstack-edpm_adoption.adoc[leveloffset=+1]
include::../modules/openstack-troubleshooting.adoc[leveloffset=+1]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
ifndef::parent-context[:!context:]
2 changes: 1 addition & 1 deletion tests/playbooks/test_with_ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
roles:
- development_environment
- backend_services
- ceph_backend_configuration
- pull_openstack_configuration
- stop_openstack_services
- mariadb_copy
- ovn_adoption
- keystone_adoption
- neutron_adoption
- ceph_backend_configuration
- glance_adoption
- placement_adoption
- nova_adoption
Expand Down

0 comments on commit 3163486

Please sign in to comment.