Skip to content

Commit

Permalink
Merge pull request #287 from appuio/fix/install/post-tasks
Browse files Browse the repository at this point in the history
Clean up install instructions post tasks
  • Loading branch information
simu authored Nov 1, 2023
2 parents 37a1669 + 925ee7d commit a9d8b52
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,5 @@ include::partial$install/finalize_part2.adoc[]
mc rm -r --force "${CLUSTER_ID}/${CLUSTER_ID}-bootstrap-ignition"
mc rb "${CLUSTER_ID}/${CLUSTER_ID}-bootstrap-ignition"
----

include::partial$install/post-tasks.adoc[]
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/how-tos/exoscale/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,5 @@ include::partial$install/registry-samples-operator.adoc[]
include::partial$install/finalize_part1.adoc[]

include::partial$install/finalize_part2.adoc[]

include::partial$install/post-tasks.adoc[]
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/how-tos/openstack/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,5 @@ include::partial$install/registry-samples-operator.adoc[]
include::partial$install/finalize_part1.adoc[]

include::partial$install/finalize_part2.adoc[]

include::partial$install/post-tasks.adoc[]
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/how-tos/vsphere/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,5 @@ include::partial$install/registry-samples-operator.adoc[]
include::partial$install/finalize_part1.adoc[]

include::partial$install/finalize_part2.adoc[]

include::partial$install/post-tasks.adoc[]
8 changes: 0 additions & 8 deletions docs/modules/ROOT/partials/install/finalize_part2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ endif::[]
rm -r ${INSTALLER_DIR}/
----

=== Post tasks

. VSHN: xref:oc4:ROOT:how-tos/update_maintenance/automated-upgrades-at-vshn.adoc[Enable automated upgrades]

OR

. Doing a https://kb.vshn.ch/oc4/how-tos/update_maintenance.html[first maintenance]
. Add the cluster to the https://wiki.vshn.net/pages/templates2/editpagetemplate.action?entityId=137527297&key=VT[maintenance template]
10 changes: 10 additions & 0 deletions docs/modules/ROOT/partials/install/post-tasks.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
=== Post tasks

==== VSHN

. xref:oc4:ROOT:how-tos/update_maintenance/automated-upgrades-at-vshn.adoc[Enable automated upgrades]
. Add the cluster to the https://wiki.vshn.net/pages/templates2/editpagetemplate.action?entityId=137527297&key=VT[maintenance template], if necessary

==== Generic

. Do a https://docs.openshift.com/container-platform/latest/updating/updating-cluster-cli.html#updating-cluster-cli[first maintenance]

0 comments on commit a9d8b52

Please sign in to comment.