Skip to content

Commit

Permalink
Expanding procedure to inclued removal of TripleO services
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed May 28, 2024
1 parent ec0f395 commit c2893b3
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 c2893b3

Please sign in to comment.