Skip to content

Instantly share code, notes, and snippets.

@cdoan1
Last active September 21, 2020 19:41
Show Gist options
  • Save cdoan1/fece13e4d5622a303a3bcb6146797f54 to your computer and use it in GitHub Desktop.
Save cdoan1/fece13e4d5622a303a3bcb6146797f54 to your computer and use it in GitHub Desktop.
parameter description examples
apiVIP The VIP to use for internal API communication.
bootMACAddress The MAC address of the NIC the host will use to boot on the provisioning network. It must be unique.
bootstrapOSImage A URL to override the default operating system image for the bootstrap node. The URL must contain a sha256 hash of the image. https://mirror.example.com/images/qemu.qcow2.gz?sha256=a07bd...
clusterOSImage A URL to override the default operating system for cluster nodes. The URL must include a sha256 hash of the image. https://mirror.example.com/images/metal.qcow2.gz?sha256=3b5a8...
externalBridge The name of the bridge on the hypervisor attached to the external network. baremetal
ingressVIP The VIP to use for ingress traffic.
libvirtURI The location of the hypervisor for running the bootstrap VM. qemu://localhost/system
provisioningBridge The name of the bridge on the hypervisor attached to the provisioning network. provisioning
provisioningNetworkCIDR The CIDR for the network to use for provisioning. 172.22.0.0/24
provisioningNetworkInterface The name of the network interface on control plane nodes connected to the provisioning network. It cannot overlap with the main network (see machineNetwork)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment