Documentation ¶
Index ¶
- Constants
- func CreateConfigMapParams(r common.ReconcilerCommon, instance ospdirectorv1beta1.OpenStackIPSet, ...) (map[string]interface{}, map[string]*RoleType, error)
- func GetNetName(net string) string
- func GetNetNameLower(net string) string
- func OvercloudipsetCreateOrUpdate(r common.ReconcilerCommon, obj metav1.Object, ipset common.IPSet) (*ospdirectorv1beta1.OpenStackIPSet, controllerutil.OperationResult, error)
- type RoleType
Constants ¶
View Source
const ( // AppLabel - AppLabel = "osp-openstackipset" // AddToPredictableIPsLabel - AddToPredictableIPsLabel = "addToPredictableIPsLabel" // FinalizerName - FinalizerName = "openstackipset.osp-director.openstack.org" // InternalAPIName - InternalAPIName = "internal_api" // StorageMgmtName - StorageMgmtName = "storage_mgmt" )
Variables ¶
This section is empty.
Functions ¶
func CreateConfigMapParams ¶
func CreateConfigMapParams(r common.ReconcilerCommon, instance ospdirectorv1beta1.OpenStackIPSet, osNetList ospdirectorv1beta1.OpenStackNetList, osMACList ospdirectorv1beta1.OpenStackMACAddressList) (map[string]interface{}, map[string]*RoleType, error)
CreateConfigMapParams - creates a map of parameters for the overcloud ipset config map
func OvercloudipsetCreateOrUpdate ¶
func OvercloudipsetCreateOrUpdate(r common.ReconcilerCommon, obj metav1.Object, ipset common.IPSet) (*ospdirectorv1beta1.OpenStackIPSet, controllerutil.OperationResult, error)
OvercloudipsetCreateOrUpdate -
Types ¶
Click to show internal directories.
Click to hide internal directories.