Skip to content

Commit 99c3ba0

Browse files
amoralejfultonj
authored andcommitted
Change the ip address for rabbitmq-notifications in uni5epsilon
Current one, 172.17.0.87, is used for the rabbitmq instance for cell2 [1], so I am setting the following one in the internalapi subnet which is unused. [1] https://github.com/openstack-k8s-operators/architecture/blob/3fb0f0cf4891a16ddca99a35be30fcccd7f1c925/examples/dt/uni05epsilon/control-plane/networking/nncp/values.yaml#L251-L254 Signed-off-by: Alfredo Moralejo <[email protected]>
1 parent 911cc32 commit 99c3ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dt/uni05epsilon/service-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ data:
152152
metadata:
153153
annotations:
154154
metallb.universe.tf/address-pool: internalapi
155-
metallb.universe.tf/loadBalancerIPs: 172.17.0.87
155+
metallb.universe.tf/loadBalancerIPs: 172.17.0.88
156156
spec:
157157
type: LoadBalancer
158158
replicas: 3

0 commit comments

Comments
 (0)