Remove useless doc in tripleo-container-manag

The block isn't working well and we need a file to for the dict data,
which we have in the previous block. Let's just remove it.

Change-Id: I9b9a0796aac6354629124f7490a1e7911c0b82c0
(cherry picked from commit 77ce31dc09)
This commit is contained in:
Emilien Macchi 2020-03-13 13:46:21 -04:00
parent 2e74cf5e8a
commit f57b16c9a1

View File

@ -155,18 +155,6 @@ overrides the image setting in one-off.
haproxy: haproxy:
image: docker.io/tripleomaster/centos-binary-haproxy:hotfix image: docker.io/tripleomaster/centos-binary-haproxy:hotfix
The same can be achieved with this command:
.. code-block:: bash
ansible -m include_role -a role=tripleo-container-manage \
-e tripleo_container_manage_systemd_order=True \
-e tripleo_container_manage_config_patterns='haproxy.json' \
-e tripleo_container_manage_config='/var/lib/tripleo-config/container-startup-config/step_1' \
-e tripleo_container_manage_config_id='tripleo_step1' \
-e tripleo_container_manage_config_overrides="{'haproxy': {'image': 'docker.io/tripleomaster/centos-binary-haproxy:hotfix'}}" \
--become --one-line localhost
If Ansible is run in check mode, no container will be removed nor created, If Ansible is run in check mode, no container will be removed nor created,
however at the end of the playbook a list of commands will be displayed to show however at the end of the playbook a list of commands will be displayed to show
what would have been run. what would have been run.