@@ -157,12 +157,45 @@ spec:
157157 creates the Neutron resources needed for its Management Network
158158 type : boolean
159159 type : object
160+ messagingBus :
161+ description : MessagingBus configuration (cluster, username, and vhost)
162+ properties :
163+ cluster :
164+ description : Name of the cluster
165+ minLength : 1
166+ type : string
167+ user :
168+ description : User - RabbitMQ username
169+ type : string
170+ vhost :
171+ description : Vhost - RabbitMQ vhost name
172+ type : string
173+ required :
174+ - cluster
175+ type : object
160176 nodeSelector :
161177 additionalProperties :
162178 type : string
163179 description : NodeSelector to target subset of worker nodes running
164180 this service
165181 type : object
182+ notificationsBus :
183+ description : NotificationsBus configuration (cluster, username, and
184+ vhost) for a dedicated notifications RabbitMQ cluster
185+ properties :
186+ cluster :
187+ description : Name of the cluster
188+ minLength : 1
189+ type : string
190+ user :
191+ description : User - RabbitMQ username
192+ type : string
193+ vhost :
194+ description : Vhost - RabbitMQ vhost name
195+ type : string
196+ required :
197+ - cluster
198+ type : object
166199 octaviaAPI :
167200 description : OctaviaAPI - Spec definition for the API service of the
168201 Octavia deployment
@@ -223,6 +256,10 @@ spec:
223256 description : NodeSelector to target subset of worker nodes running
224257 this service
225258 type : object
259+ notificationsTransportURLSecret :
260+ description : NotificationsTransportURLSecret - Secret containing
261+ RabbitMQ notifications transportURL
262+ type : string
226263 override :
227264 description : Override, provides the ability to override the generated
228265 manifest of several child resources.
@@ -658,6 +695,10 @@ spec:
658695 description : NodeSelector to target subset of worker nodes running
659696 this service
660697 type : object
698+ notificationsTransportURLSecret :
699+ description : NotificationsTransportURLSecret - Secret containing
700+ RabbitMQ notifications transportURL
701+ type : string
661702 octaviaProviderSubnetCIDR :
662703 description : OctaviaProviderSubnetCIDR -
663704 type : string
@@ -914,6 +955,10 @@ spec:
914955 description : NodeSelector to target subset of worker nodes running
915956 this service
916957 type : object
958+ notificationsTransportURLSecret :
959+ description : NotificationsTransportURLSecret - Secret containing
960+ RabbitMQ notifications transportURL
961+ type : string
917962 octaviaProviderSubnetCIDR :
918963 description : OctaviaProviderSubnetCIDR -
919964 type : string
@@ -1346,6 +1391,10 @@ spec:
13461391 description : NodeSelector to target subset of worker nodes running
13471392 this service
13481393 type : object
1394+ notificationsTransportURLSecret :
1395+ description : NotificationsTransportURLSecret - Secret containing
1396+ RabbitMQ notifications transportURL
1397+ type : string
13491398 octaviaProviderSubnetCIDR :
13501399 description : OctaviaProviderSubnetCIDR -
13511400 type : string
@@ -1539,10 +1588,10 @@ spec:
15391588 e.g. to check logs
15401589 type : boolean
15411590 rabbitMqClusterName :
1542- default : rabbitmq
15431591 description : |-
15441592 RabbitMQ instance name
15451593 Needed to request a transportURL that is created and used in Octavia
1594+ Deprecated: Use MessagingBus.Cluster instead
15461595 type : string
15471596 redisServiceName :
15481597 default : octavia-redis
@@ -1662,7 +1711,6 @@ spec:
16621711 - databaseInstance
16631712 - octaviaAPI
16641713 - octaviaNetworkAttachment
1665- - rabbitMqClusterName
16661714 - secret
16671715 type : object
16681716 status :
@@ -1730,6 +1778,10 @@ spec:
17301778 description : ReadyCount of octavia Housekeeping instances
17311779 format : int32
17321780 type : integer
1781+ notificationsTransportURLSecret :
1782+ description : NotificationsTransportURLSecret - Secret containing RabbitMQ
1783+ notifications transportURL
1784+ type : string
17331785 observedGeneration :
17341786 description : |-
17351787 ObservedGeneration - the most recent generation observed for this
0 commit comments