Skip to content

Commit

Permalink
Merge pull request #290 from appuio/fix/install/openstack/finalize
Browse files Browse the repository at this point in the history
Add steps to remove the initial worker machineset in OpenStack install instructions
  • Loading branch information
simu committed Nov 1, 2023
2 parents a9d8b52 + 7378e10 commit 36658d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/modules/ROOT/partials/install/finalize_part2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ ifeval::["{provider}" == "exoscale"]
include::partial$install/finalize_part2_cloudscale_exoscale.adoc[]
endif::[]
ifeval::["{provider}" == "vsphere"]
include::partial$install/finalize_part2_vsphere.adoc[]
include::partial$install/finalize_part2_ipi.adoc[]
endif::[]
ifeval::["{provider}" == "openstack"]
include::partial$install/finalize_part2_ipi.adoc[]
endif::[]

. Delete local config files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ kubectl get pods -A | grep -vw -e Running -e Completed
kubectl -n openshift-machine-api delete machineset ${INFRA_ID}-worker
----

ifeval::["{provider}" == "vsphere"]
. Clean up the vSphere CA certificate
+
[source,bash]
----
for cert in certs/lin/*.0; do sudo rm /usr/local/share/ca-certificates/$(basename ${cert}.crt); done
sudo update-ca-certificates
----
endif::[]

0 comments on commit 36658d9

Please sign in to comment.