cd9b4dddb4
Removed Modules from config. There are no other types of modules that need additional configuration. BootstrapInfo is defined in the config directly. Used camelCase for config parameters. Change-Id: I3531a061026f3b2f1e72af6272ba4709f28d1b3d
42 lines
952 B
YAML
42 lines
952 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
bootstrapInfo:
|
|
default:
|
|
builder:
|
|
networkConfigFileName: network-config
|
|
outputMetadataFileName: output-metadata.yaml
|
|
userDataFileName: user-data
|
|
container:
|
|
containerRuntime: docker
|
|
image: quay.io/airshipit/isogen:latest
|
|
volume: /srv/iso:/config
|
|
remoteDirect:
|
|
isoUrl: http://localhost:8099/debian-custom.iso
|
|
remoteType: redfish
|
|
clusters:
|
|
default:
|
|
clusterType:
|
|
target:
|
|
bootstrapInfo: ""
|
|
clusterKubeconf: default_target
|
|
kubernetes:
|
|
clusterType: {}
|
|
contexts:
|
|
default:
|
|
contextKubeconf: default_target
|
|
manifest: default
|
|
currentContext: ""
|
|
kind: Config
|
|
manifests:
|
|
default:
|
|
repository:
|
|
checkout:
|
|
branch: master
|
|
commitHash: master
|
|
force: false
|
|
remoteRef: master
|
|
tag: ""
|
|
url: https://opendev.org/airship/treasuremap
|
|
targetPath: /tmp/default
|
|
users:
|
|
admin: {}
|