Skip to content

Commit

Permalink
Fix oslo messaging endpoint for rabbitmq operator and to match unders…
Browse files Browse the repository at this point in the history
…tack keystone aio-values.yaml
  • Loading branch information
nicholaskuechler committed Mar 1, 2024
1 parent c6821be commit 3f77c0a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions components/13-ironic/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,42 @@ conf:
automated_clean: false
dhcp:
dhcp_provider: none
oslo_messaging_rabbit:
rabbit_ha_queues: true
logging:
logger_root:
level: DEBUG
logger_ironic:
level: DEBUG

endpoints:
oslo_messaging:
namespace: null
auth:
admin:
username: rabbitmq
password: password
secret:
tls:
internal: rabbitmq-tls-direct
ironic:
username: ironic
password: password
statefulset:
replicas: 3
name: rabbitmq-server
hosts:
default: rabbitmq-nodes
host_fqdn_override:
default: null
path: /ironic
scheme: rabbit
port:
amqp:
default: 5672
http:
default: 15672

network:
api:
ingress:
Expand Down

0 comments on commit 3f77c0a

Please sign in to comment.