![Ian H. Pittwood](/assets/img/avatar_default.png)
Adds `airshipctl document pull` command that will check the current manifest specified by the config and download it to the config specified target path. Change-Id: I493564c056225ff1e19f5d1aecb8c187683529ec
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
apiVersion: airshipit.org/v1alpha1
|
|
clusters:
|
|
dummy_cluster:
|
|
cluster-type:
|
|
ephemeral:
|
|
bootstrap-info: dummy_bootstrap_config
|
|
cluster-kubeconf: dummy_cluster_ephemeral
|
|
target:
|
|
bootstrap-info: dummy_bootstrap_config
|
|
cluster-kubeconf: dummy_cluster_target
|
|
contexts:
|
|
dummy_context:
|
|
context-kubeconf: dummy_cluster_ephemeral
|
|
manifest: dummy_manifest
|
|
current-context: dummy_context
|
|
kind: Config
|
|
manifests:
|
|
dummy_manifest:
|
|
repository:
|
|
auth:
|
|
ssh-key: testdata/test-key.pem
|
|
type: ssh-key
|
|
checkout:
|
|
branch: ""
|
|
force: false
|
|
remote-ref: ""
|
|
tag: v1.0.1
|
|
url: http://dummy.url.com
|
|
target-path: /var/tmp/
|
|
modules-config:
|
|
bootstrapInfo:
|
|
dummy_bootstrap_config:
|
|
builder:
|
|
networkConfigFileName: netconfig
|
|
outputMetadataFileName: output-metadata.yaml
|
|
userDataFileName: user-data
|
|
container:
|
|
containerRuntime: docker
|
|
image: dummy_image:dummy_tag
|
|
volume: /dummy:dummy
|
|
users:
|
|
dummy_user: {}
|