Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppLabel - AppLabel = "osp-controlplane" // FinalizerName - FinalizerName = "controlplane.osp-director.openstack.org" // Count - controlplane count is atm fixed to 1 Count = 1 // Role - controlplane has not tripleo role, set it as const Role = "ControlPlane" // TripleoPasswordSecret - name of the generated tripleo password secret TripleoPasswordSecret = "tripleo-passwords" )
Variables ¶
This section is empty.
Functions ¶
func CreateFencingConfigMapParams ¶
func CreateFencingConfigMapParams(virtualMachineInstanceLists []*virtv1.VirtualMachineInstanceList) (map[string]interface{}, error)
CreateFencingConfigMapParams - creates a map of parameters for fencing data needed in tripleo-deploy-config config map
func GetFencingRoles ¶
func GetFencingRoles() []string
GetFencingRoles - roles that normally require fencing
Types ¶
type FencingConfig ¶
FencingConfig - stores the unique fencing configuration for a particular Kubevirt VM
Click to show internal directories.
Click to hide internal directories.