tripleo-common/container-images/tcib/base/rabbitmq
Michele Baldessari 049f9a9659 Remove /etc/rabbitmq/rabbitmq.conf
Currently the rabbitmq container image ships the default rabbitmq
ini-based conf file:
$ podman run -it --net=host --rm -uroot undercloud-0.ctlplane.bgp.ftw:8787/tripleomaster/openstack-rabbitmq:current-tripleo sh -c 'ls -l /etc/rabbitmq/'
  -rw-r--r--. 1 rabbitmq rabbitmq 32393 Mar 9 2020 rabbitmq.conf

$ podman run -it --net=host --rm -uroot undercloud-0.ctlplane.bgp.ftw:8787/tripleomaster/openstack-rabbitmq:current-tripleo sh -c 'head -n5 /etc/rabbitmq/rabbitmq.conf'
  # ======================================
  # RabbitMQ broker section
  # ======================================

  ## Related doc guide: https://rabbitmq.com/configure.html. See

In puppet we instead create /etc/rabbitmq/rabbitmq.config and it still
uses the erlang syntax.  See https://github.com/voxpupuli/puppet-rabbitmq/issues/829 for info.
Even though /etc/rabbitmq/rabbitmq.config and its erlang syntax take
precedence over /etc/rabbitmq/rabbitmq.conf, we should prolly remove the
non used config format from the container

Closes-Bug: #1943731

Change-Id: I2b17c3bc930f5964e19c261db65f79593173fb95
2021-09-15 17:55:02 +02:00
..
rabbitmq.yaml Remove /etc/rabbitmq/rabbitmq.conf 2021-09-15 17:55:02 +02:00