Skip to content

Commit

Permalink
Merge pull request #343 from appuio/cloudscale/update-install-instruc…
Browse files Browse the repository at this point in the history
…tions

Update cloudscale install instructions
  • Loading branch information
simu authored Jul 19, 2024
2 parents 1d43189 + 9fe4a3f commit a825020
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions docs/modules/ROOT/partials/install/prepare-commodore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,6 @@ git push
popd
----

ifeval::["{provider}" == "cloudscale"]
. Add Cloud Controller Manager to cluster configuration
+
[source,bash]
----
pushd "inventory/classes/${TENANT_ID}/"

yq eval -i '.classes += ["global.distribution.openshift4.cloud.cloudscale.machineconfig-ccm"]' ${CLUSTER_ID}.yml

yq eval -i '.applications += ["cloudscale-cloud-controller-manager"]' ${CLUSTER_ID}.yml

git commit -a -m "Add Cloud Controller Manager addon to ${CLUSTER_ID}"

git push
popd
----
endif::[]

. Compile catalog
+
include::partial$install/commodore-dynfacts.adoc[]
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/install/register.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For customer clusters, set the following cluster facts in Lieutenant:

=== Set up Keycloak service

. Create an LDAP service
. Create a Keycloak service
+
Use https://control.vshn.net/vshn/services/_create to create a service.
The name and ID must be clusters name.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/install/run-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for f in catalog/manifests/cloudscale-cloud-controller-manager/*; do
$f
done
yq -i e ".stringData.access-token=\"${CLOUDSCALE_API_TOKEN}\"" \
${INSTALLER_DIR}/manifests/cloudscale-cloud-controller-manager_01_secret_0_secret.yaml
${INSTALLER_DIR}/manifests/cloudscale-cloud-controller-manager_01_secret_0_secret.yml
----
endif::[]
Expand Down

0 comments on commit a825020

Please sign in to comment.