openstack-helm-infra/rabbitmq/templates
Zhipeng Liu a2c43262cf Fix rabbitmq could not bind port to ipv6 address issue
When we use amarda to deploy openstack service for ipv6, rabbitmq
pod could not start listen on [::]:5672 and [::]:15672.
For ipv6, we need do some override as below.
conf:
  rabbitmq:
    management.listener.port: 15672
    management.listener.ip: "::"
  rabbitmq_env: |
    SERVER_ADDITIONAL_ERL_ARGS="+A 128 -kernel inetrc '/etc/rabbitmq/erl_inetrc' -proto_dist inet6_tcp"
    CTL_ERL_ARGS="-proto_dist inet6_tcp"
  erl_inetrc: |
    {inet6,true}.

We have test pass on both ipv4 and ipv6 setup for StarlingX project.

Signed-off-by: Zhipeng Liu <zhipengs.liu@intel.com>

Change-Id: I7af840ecd8960f9f1aa3f38d155c6e1bd822cb6e
2020-08-19 18:44:01 +08:00
..
bin Merge "Adjust rabbitmq probes to better reflect its actual state" 2020-07-10 17:18:12 +00:00
etc Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
monitoring/prometheus Add extra settings for rabbitmq_exporter 2020-05-21 06:21:23 +00:00
utils Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
configmap-bin.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
configmap-etc.yaml Fix rabbitmq could not bind port to ipv6 address issue 2020-08-19 18:44:01 +08:00
ingress-management.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
job-cluster-wait.yaml Undo octal-values restriction together with corresponding code 2020-07-07 15:42:53 +00:00
job-image-repo-sync.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
network_policy.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
pod-test.yaml Undo octal-values restriction together with corresponding code 2020-07-07 15:42:53 +00:00
secret-erlang-cookie.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
secret-rabbit-admin.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
service-ingress-management.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
service.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
statefulset.yaml Fix rabbitmq could not bind port to ipv6 address issue 2020-08-19 18:44:01 +08:00