tripleo-podman: Enable podman.socket

Instead of relying on nsenter in the various wrappers, we should use
podman --remote. To do this, we need to enable podman.socket.

Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/800847
Related-Bug: #1936005
Change-Id: I4d6c6e5dbaaa6e9ff7fdb6f0c719ad3ae3645f15
This commit is contained in:
David Vallee Delisle 2021-07-14 18:17:21 -04:00
parent 7d96c96b81
commit 04cd218c82
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,8 @@ outputs:
include_role:
name: tripleo_podman
tasks_from: tripleo_podman_install.yml
vars:
tripleo_podman_enable_socket: true
- name: Run podman login
include_role:
@ -193,6 +195,8 @@ 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: