Fix RabbitMQ locale for CentOS 7 (t-h-t part)

It seems that CentOS 7 does not have C.UTF-8 locale. Since we need
UTF-8-based locale, use en_US.UTF-8 instead.

Change-Id: Id510565edd33e6f4d409afc7a4afb938ab2f9fd0
Partial-Bug: #1823062
This commit is contained in:
Jiri Stransky 2019-04-03 20:56:39 +02:00
parent 4f52a7f949
commit ceb005b07f
4 changed files with 8 additions and 8 deletions

View File

@ -131,8 +131,8 @@ outputs:
rabbitmq::tcp_keepalive: true
# https://launchpad.net/bugs/1822673 (lang/lc_all to utf-8 are an elixir requirement)
rabbitmq_environment:
LANG: 'C.UTF-8'
LC_ALL: 'C.UTF-8'
LANG: 'en_US.UTF-8'
LC_ALL: 'en_US.UTF-8'
NODE_PORT: ''
NODE_IP_ADDRESS: ''
RABBITMQ_NODENAME: "rabbit@%{::hostname}"

View File

@ -232,8 +232,8 @@ outputs:
- /bin/true:/bin/epmd
environment:
# https://launchpad.net/bugs/1822673 (lang/lc_all to utf-8 are an elixir requirement)
- 'LANG=C.UTF-8'
- 'LC_ALL=C.UTF-8'
- 'LANG=en_US.UTF-8'
- 'LC_ALL=en_US.UTF-8'
# NOTE: this should force this container to re-run on each
# update (scale-out, etc.)
- list_join:

View File

@ -232,8 +232,8 @@ outputs:
- /bin/true:/bin/epmd
environment:
# https://launchpad.net/bugs/1822673 (lang/lc_all to utf-8 are an elixir requirement)
- 'LANG=C.UTF-8'
- 'LC_ALL=C.UTF-8'
- 'LANG=en_US.UTF-8'
- 'LC_ALL=en_US.UTF-8'
# NOTE: this should force this container to re-run on each
# update (scale-out, etc.)
- list_join:

View File

@ -232,8 +232,8 @@ outputs:
- /bin/true:/bin/epmd
environment:
# https://launchpad.net/bugs/1822673 (lang/lc_all to utf-8 are an elixir requirement)
- 'LANG=C.UTF-8'
- 'LC_ALL=C.UTF-8'
- 'LANG=en_US.UTF-8'
- 'LC_ALL=en_US.UTF-8'
# NOTE: this should force this container to re-run on each
# update (scale-out, etc.)
- list_join: