Merge "[Docs] Add explicit warnings on common mistake"
This commit is contained in:
@@ -19,6 +19,16 @@ defaults defined in the ``inventory/env.d`` directory.
|
|||||||
To understand how the dynamic inventory works, see
|
To understand how the dynamic inventory works, see
|
||||||
:ref:`inventory-in-depth`.
|
:ref:`inventory-in-depth`.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
Never edit or delete the files
|
||||||
|
``/etc/openstack_deploy/openstack_inventory.json`` or
|
||||||
|
``/etc/openstack_deploy/openstack_hostnames_ips.yml``. This can
|
||||||
|
lead to file corruptions, and problems with the inventory: hosts
|
||||||
|
and container could disappear and new ones would appear,
|
||||||
|
breaking your existing deployment.
|
||||||
|
|
||||||
|
|
||||||
Configuration constraints
|
Configuration constraints
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,8 @@ Once executed, the script will output an ``openstack_inventory.json`` file into
|
|||||||
the directory specified with the ``--config`` argument. This is used as the
|
the directory specified with the ``--config`` argument. This is used as the
|
||||||
source of truth for repeated runs.
|
source of truth for repeated runs.
|
||||||
|
|
||||||
.. note::
|
.. warning::
|
||||||
|
|
||||||
The ``openstack_inventory.json`` file is the source of truth for the
|
The ``openstack_inventory.json`` file is the source of truth for the
|
||||||
environment. Deleting this in a production environment means that the UUID
|
environment. Deleting this in a production environment means that the UUID
|
||||||
portion of container names will be regenerated, which then results in new
|
portion of container names will be regenerated, which then results in new
|
||||||
|
|||||||
Reference in New Issue
Block a user