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:
Amy Marrich (spotz) 2017-03-07 20:53:19 -06:00 committed by Alexandra Settle
parent b13cea3e80
commit 39d1f38c39
2 changed files with 19 additions and 0 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -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.