From f57b16c9a125fe5d5962b3dfcd69acbc3b187266 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 13 Mar 2020 13:46:21 -0400 Subject: [PATCH] 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 77ce31dc09cb2eed0720c72bf8d4341446f98e78) --- doc/source/roles/role-tripleo-container-manage.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/source/roles/role-tripleo-container-manage.rst b/doc/source/roles/role-tripleo-container-manage.rst index c579d7422..9ba8ec0dd 100644 --- a/doc/source/roles/role-tripleo-container-manage.rst +++ b/doc/source/roles/role-tripleo-container-manage.rst @@ -155,18 +155,6 @@ overrides the image setting in one-off. haproxy: 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, however at the end of the playbook a list of commands will be displayed to show what would have been run.