Merge "fix all tripleo_container_* molecule jobs on centos8"

This commit is contained in:
Zuul 2020-03-17 22:34:23 +00:00 committed by Gerrit Code Review
commit 2ba47dd457
6 changed files with 5 additions and 7 deletions

View File

@ -1524,6 +1524,7 @@ class PodmanContainerDiff:
strip_from_name = [
"docker.io/library/",
"docker.io/",
"registry.fedoraproject.org/",
":latest",
]
for repl in strip_from_name:

View File

@ -35,7 +35,7 @@
command: "podman pull centos:8"
- name: Create test containers
command: "podman run -itd --systemd --name {{ item }} fedora bash"
command: "podman run -itd --systemd true --name {{ item }} fedora bash"
with_items:
- podman-legacy-container1
- podman-legacy-container2

View File

@ -35,7 +35,7 @@
command: "podman pull centos:8"
- name: Create test containers
command: "podman run -itd --systemd --name {{ item }} fedora bash"
command: "podman run -itd --systemd true --name {{ item }} fedora bash"
with_items:
- podman-container1
- podman-container2

View File

@ -35,7 +35,7 @@
command: "podman pull centos:8"
- name: Create test containers
command: "podman run -itd --systemd --name {{ item }} fedora bash"
command: "podman run -itd --systemd true --name {{ item }} fedora bash"
with_items:
- podman-container1
- podman-container2

View File

@ -35,7 +35,7 @@
command: "podman pull centos:8"
- name: Create test containers
command: "podman run -itd --systemd --name {{ item }} fedora bash"
command: "podman run -itd --systemd true --name {{ item }} fedora bash"
with_items:
- podman-container1
- podman-container2

View File

@ -236,7 +236,6 @@
parent: tripleo-ansible-centos-8-base
vars:
tripleo_role_name: tripleo_container_manage
voting: false
- job:
files:
- ^tripleo_ansible/roles/tripleo_container_rm/.*
@ -244,7 +243,6 @@
parent: tripleo-ansible-centos-8-base
vars:
tripleo_role_name: tripleo_container_rm
voting: false
- job:
files:
- ^tripleo_ansible/roles/tripleo_container_stop/.*
@ -252,7 +250,6 @@
parent: tripleo-ansible-centos-8-base
vars:
tripleo_role_name: tripleo_container_stop
voting: false
- job:
files:
- ^tripleo_ansible/roles/tripleo_container_tag/.*