Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlatformStages = []terraform.Stage{ stages.NewStage( ovirttypes.Name, "image", []providers.Provider{providers.OVirt}, stages.WithNormalBootstrapDestroy(), ), stages.NewStage( ovirttypes.Name, "cluster", []providers.Provider{providers.OVirt}, stages.WithCustomExtractHostAddresses(extractOutputHostAddresses), ), stages.NewStage( ovirttypes.Name, "bootstrap", []providers.Provider{providers.OVirt}, stages.WithNormalBootstrapDestroy(), stages.WithCustomExtractHostAddresses(extractOutputHostAddresses), ), }
PlatformStages are the stages to run to provision the infrastructure in oVirt.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.