Skip to content

Commit

Permalink
Merge pull request #471 from jpodivin/docs/cleanup
Browse files Browse the repository at this point in the history
Expanding procedure to include removal of TripleO services
  • Loading branch information
jistr authored May 29, 2024
2 parents ec0f395 + c2893b3 commit 5f0ff6b
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,41 @@ the 17 node.
`edpm_tuned_profile` variable in the `OpenStackDataPlaneNodeSet` is configured
to use the same profile as set on the (source) OSP 17 node.

. Remove leftover {OpenStackPreviousInstaller} services

.. Create cleanup data plane service
+
[source,yaml]
---
oc apply -f - <<EOF
apiVersion: dataplane.openstack.org/v1beta1
kind: OpenStackDataPlaneService
metadata:
name: tripleo-cleanup
spec:
playbook: osp.edpm.tripleo_cleanup
EOF
---

.. Create OpenStackDataPlaneDeployment to run cleanup
+
[source,yaml]
---
oc apply -f - <<EOF
apiVersion: dataplane.openstack.org/v1beta1
kind: OpenStackDataPlaneDeployment
metadata:
name: tripleo-cleanup
spec:
nodeSets:
- openstack
servicesOverride:
- tripleo-cleanup
EOF
---

.. Wait for the removal to finish.

. Deploy the `OpenStackDataPlaneDeployment` CR:
+
[source,yaml]
Expand Down

0 comments on commit 5f0ff6b

Please sign in to comment.