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
(cherry picked from commit 39d1f38c39)
This commit is contained in:
Amy Marrich (spotz) 2017-03-07 20:53:19 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 5989be2e3d
commit f4f1fd69e4
2 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,16 @@ RabbitMQ cluster maintenance
This is a draft RabbitMQ cluster maintenance page for the proposed
OpenStack-Ansible operations guide.
.. 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.