b8e0978d6d
Since this field is no longer actually used, there is need to remove it completely. Change-Id: I9f7002f8def31d1660919bd0128707e43a57ad71 Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
26 lines
618 B
Plaintext
26 lines
618 B
Plaintext
apiVersion: airshipit.org/v1alpha1
|
|
contexts:
|
|
kind-capi-azure:
|
|
manifest: azure_manifest
|
|
currentContext: kind-capi-azure
|
|
kind: Config
|
|
managementConfiguration:
|
|
default:
|
|
systemActionRetries: 30
|
|
systemRebootDelay: 30
|
|
type: azure
|
|
manifests:
|
|
azure_manifest:
|
|
phaseRepositoryName: primary
|
|
repositories:
|
|
primary:
|
|
checkout:
|
|
branch: ${AIRSHIP_CONFIG_PRIMARY_REPO_BRANCH}
|
|
commitHash: ""
|
|
force: false
|
|
tag: ""
|
|
url: https://review.opendev.org/airship/airshipctl
|
|
targetPath: /home/zuul/src/opendev.org/airship
|
|
users:
|
|
kind-capi-azure: {}
|