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