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>
33 lines
792 B
YAML
33 lines
792 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
contexts:
|
|
dummy_context:
|
|
managementConfiguration: dummy_management_config
|
|
manifest: dummy_manifest
|
|
currentContext: dummy_context
|
|
kind: Config
|
|
managementConfiguration:
|
|
dummy_management_config:
|
|
insecure: true
|
|
type: redfish
|
|
manifests:
|
|
dummy_manifest:
|
|
inventoryRepositoryName: primary
|
|
metadataPath: metadata.yaml
|
|
phaseRepositoryName: primary
|
|
repositories:
|
|
primary:
|
|
auth:
|
|
sshKey: testdata/test-key.pem
|
|
type: ssh-key
|
|
checkout:
|
|
branch: ""
|
|
commitHash: ""
|
|
force: false
|
|
localBranch: false
|
|
tag: v1.0.1
|
|
url: http://dummy.url.com/manifests.git
|
|
targetPath: /var/tmp/
|
|
permissions:
|
|
DirectoryPermission: 488
|
|
FilePermission: 416
|