DOC - Add note regarding Ansible hostname bug
Added a note to the operations guide and a release note for the issue Change-Id: I8cc3d8b3c46de5e99fd5e2aa03a44be36efe28ba Closes-Bug: #1669125
This commit is contained in:
parent
b13cea3e80
commit
39d1f38c39
@ -17,6 +17,16 @@ used. There are alternatives that may work in more
|
||||
restrictive environments. For more details on that setup, see
|
||||
`Inet Configuration <http://erlang.org/doc/apps/erts/inet_cfg.html>`_.
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
There is currently an Ansible bug in regards to ``HOSTNAME``. If
|
||||
the host ``.bashrc`` holds a var named ``HOSTNAME``, the container where the
|
||||
``lxc_container`` module attaches will inherit this var and potentially
|
||||
set the wrong ``$HOSTNAME``. See
|
||||
`the Ansible fix <https://github.com/ansible/ansible/pull/22246>`_ which will
|
||||
be released in Ansible version 2.3.
|
||||
|
||||
Create a RabbitMQ cluster
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
issues:
|
||||
- |
|
||||
There is currently an Ansible bug in regards to ``HOSTNAME``. If
|
||||
the host ``.bashrc`` holds a var named ``HOSTNAME``, the container where the
|
||||
``lxc_container`` module attaches will inherit this var and potentially
|
||||
set the wrong ``$HOSTNAME``. See
|
||||
`the Ansible fix <https://github.com/ansible/ansible/pull/22246>`_ which will be released
|
||||
in Ansible version 2.3.
|
Loading…
x
Reference in New Issue
Block a user