Skip to content

Commit

Permalink
Move installation post tasks to a separate partial
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Nov 1, 2023
1 parent 6c692dc commit 925ee7d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 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[]
10 changes: 0 additions & 10 deletions docs/modules/ROOT/partials/install/finalize_part2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +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]
. 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]
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 925ee7d

Please sign in to comment.