apiVersion: airshipit.org/v1alpha1 bootstrapInfo: dummy_bootstrap_config: container: volume: {{ airship_config_iso_gen_target_path }}:/config image: {{ airship_config_iso_builder_docker_image }} containerRuntime: docker remoteDirect: remoteType: {{ remote_type }} insecure: {{ remote_insecure }} useproxy: {{ remote_proxy }} isoUrl: http://{{ airship_config_iso_serve_host }}:{{ airship_config_iso_port }}/{{ airship_config_iso_name }} builder: userDataFileName: user-data networkConfigFileName: network-config outputMetadataFileName: output-metadata.yaml managementConfiguration: dummy_management_config: type: {{ remote_type }} insecure: {{ remote_insecure }} useproxy: {{ remote_proxy }} clusters: dummycluster: clusterType: ephemeral: bootstrapInfo: dummy_bootstrap_config clusterKubeconf: dummycluster_ephemeral managementConfiguration: dummy_management_config contexts: dummy_cluster: contextKubeconf: dummy_cluster manifest: dummy_manifest currentContext: dummy_cluster kind: Config manifests: dummy_manifest: primaryRepositoryName: primary repositories: primary: checkout: branch: "master" force: false remoteRef: "" tag: "" url: {{ airship_config_primary_repo_url }} ## this is temporary hack, as soon as we use `document pull` command in gate process ## this will subpath will be airshipctl/manifests/site/test-bootstrap, as airshipctl ## will be primary repository subPath: {{ airship_site_name }} targetPath: {{ airship_config_manifest_directory }} users: dummy_user: {}