From db3996369fff1e776f275ad88f41c19eda8750d9 Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Fri, 3 Sep 2021 19:52:56 +0000 Subject: [PATCH] Revert "tripleo-podman: Enable podman.socket" This reverts commit 04cd218c823b3e7d9eb50f7b269e439282f9bfa7. Reason for revert: We wanted to enable podman.socket to allow podman --remote calls from inside the containers. Since this is no longer needed and this requires a version match between container and host, we should probably disable this. Let's discuss about this. Change-Id: I65e9fdd196dca41413955440c0764e14e50717f0 --- deployment/podman/podman-baremetal-ansible.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/podman/podman-baremetal-ansible.yaml b/deployment/podman/podman-baremetal-ansible.yaml index 0ee7a0c6d6..b307688653 100644 --- a/deployment/podman/podman-baremetal-ansible.yaml +++ b/deployment/podman/podman-baremetal-ansible.yaml @@ -119,8 +119,6 @@ outputs: include_role: name: tripleo_podman tasks_from: tripleo_podman_install.yml - vars: - tripleo_podman_enable_socket: true - name: Run podman login include_role: @@ -195,8 +193,6 @@ outputs: - include_role: name: tripleo_podman tasks_from: tripleo_podman_install.yml - vars: - tripleo_podman_enable_socket: true - name: system_upgrade_prepare step 2 tags: