@@ -103,7 +103,6 @@ spec:
103103 lbMgmtNetwork :
104104 default :
105105 manageLbMgmtNetworks : true
106- subnetIpVersion : 4
107106 description : OctaviaLbMgmtNetworks Settings for Octavia management
108107 networks
109108 properties :
@@ -116,10 +115,6 @@ spec:
116115 manageLbMgmtNetworks :
117116 default : true
118117 type : boolean
119- subnetIpVersion :
120- default : 4
121- description : IP Version of the managed subnets
122- type : integer
123118 type : object
124119 nodeSelector :
125120 additionalProperties :
@@ -585,6 +580,12 @@ spec:
585580 description : NodeSelector to target subset of worker nodes running
586581 this service
587582 type : object
583+ octaviaProviderSubnetCIDR :
584+ description : OctaviaProviderSubnetCIDR -
585+ type : string
586+ octaviaProviderSubnetGateway :
587+ description : OctaviaProviderSubnetGateway -
588+ type : string
588589 passwordSelectors :
589590 default :
590591 service : OctaviaPassword
@@ -780,6 +781,12 @@ spec:
780781 description : NodeSelector to target subset of worker nodes running
781782 this service
782783 type : object
784+ octaviaProviderSubnetCIDR :
785+ description : OctaviaProviderSubnetCIDR -
786+ type : string
787+ octaviaProviderSubnetGateway :
788+ description : OctaviaProviderSubnetGateway -
789+ type : string
783790 passwordSelectors :
784791 default :
785792 service : OctaviaPassword
@@ -892,6 +899,11 @@ spec:
892899 - secret
893900 - serviceAccount
894901 type : object
902+ octaviaNetworkAttachment :
903+ default : octavia
904+ description : OctaviaNetworkAttachment is a NetworkAttachment resource
905+ name for the Octavia Management Network
906+ type : string
895907 octaviaWorker :
896908 description : OctaviaHousekeeping - Spec definition for the Octavia
897909 Housekeeping agent for the Octavia deployment
@@ -975,6 +987,12 @@ spec:
975987 description : NodeSelector to target subset of worker nodes running
976988 this service
977989 type : object
990+ octaviaProviderSubnetCIDR :
991+ description : OctaviaProviderSubnetCIDR -
992+ type : string
993+ octaviaProviderSubnetGateway :
994+ description : OctaviaProviderSubnetGateway -
995+ type : string
978996 passwordSelectors :
979997 default :
980998 service : OctaviaPassword
@@ -1197,6 +1215,7 @@ spec:
11971215 - apacheContainerImage
11981216 - databaseInstance
11991217 - octaviaAPI
1218+ - octaviaNetworkAttachment
12001219 - rabbitMqClusterName
12011220 - secret
12021221 type : object
0 commit comments