-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Add default values for the 'cloudName' and 'identityRef' fields Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> * Catch unknown error from the getCloudNameFromSecret function Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> * Change the severity of unknown error to warning Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> * Fix yaml lint warnings Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> * Update config/cspo/secret.yaml Co-authored-by: Matej Feder <matej.feder@dnation.cloud> Signed-off-by: Michal Gubricky <michal.gubricky@dnation.cloud> * Replace <my-cloud-secret> with openstack in docs Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> * Get rid off the spec.CloudName field from the OpenStackNodeImageRelease resource Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> * Move defaultCloudName into const Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> --------- Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud> Signed-off-by: Michal Gubricky <michal.gubricky@dnation.cloud> Co-authored-by: Matej Feder <matej.feder@dnation.cloud>
- Loading branch information
1 parent
731ffe1
commit 1d01a75
Showing
16 changed files
with
86 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
apiVersion: v1 | ||
data: | ||
# The default value of `cloudName` is configured as `openstack`. | ||
# This can be overridden by including the `cloudName` key in this secret. | ||
# cloudName: "openstack" | ||
clouds.yaml: ${ENCODED_CLOUDS_YAML} | ||
kind: Secret | ||
metadata: | ||
labels: | ||
clusterctl.cluster.x-k8s.io/move: "true" | ||
name: "${SECRET_NAME}" | ||
# Note: `metadata.name` must be the same as the value of the field | ||
# `identityRef.name` in OpenStackClusterStackReleaseTemplate object. | ||
name: "openstack" | ||
namespace: cluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.