Documentation ¶
Overview ¶
Package ovirt contains ovirt-specific Terraform-variable logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TFVars ¶
func TFVars( auth Auth, clusterID string, storageDomainID string, networkName string, vnicProfileID string, baseImage string, infraID string, masterSpec *v1beta1.OvirtMachineProviderSpec, affinityGroups []ovirt.AffinityGroup, ) ([]byte, error)
TFVars generates ovirt-specific Terraform variables.
Types ¶
type Auth ¶
type Auth struct { URL string `json:"ovirt_url"` Username string `json:"ovirt_username"` Password string `json:"ovirt_password"` Cafile string `json:"ovirt_cafile"` Cabundle string `json:"ovirt_ca_bundle"` Insecure bool `json:"ovirt_insecure"` }
Auth is the collection of credentials that will be used by terraform.
Click to show internal directories.
Click to hide internal directories.