193dc935f1
This change removes the SubPath entry portion of the config manifests, and refactors several areas that used it. This also updates unit tests to reflect the new changes. Closes: #255 Change-Id: Ibbb519a3f1fb28a1594e971274c5de54b99c867e
27 lines
662 B
Plaintext
27 lines
662 B
Plaintext
apiVersion: airshipit.org/v1alpha1
|
|
contexts:
|
|
kind-capi-azure:
|
|
contextKubeconf: kind-capi-azure_target
|
|
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: {}
|