From 4525c8aee09af5b4dfa1cb452ea9629517e636e9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 14 Jul 2020 16:45:15 -0400 Subject: [PATCH] [train-only] change parent for tripleo-ansible-centos-7-role-addition Using tripleo-ansible-centos-7-base parent instead of tox-molecule to get the node prepared correctly on centos7 and avoid the failure: "No package matching 'libsemanage-python3' found available, installed or updated" From TASK [bindep : Install distro packages from bindep]. I'll still run bindep but deal with libsemanage-python3 not being available. Change-Id: Ifca6bfae046377aac9847783ca55cfdb4ced1fe5 --- zuul.d/molecule.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zuul.d/molecule.yaml b/zuul.d/molecule.yaml index de272ae81..614dae9ec 100644 --- a/zuul.d/molecule.yaml +++ b/zuul.d/molecule.yaml @@ -132,8 +132,7 @@ - ^tox.ini - ^molecule-requirements.txt name: tripleo-ansible-centos-7-role-addition - nodeset: centos-7 - parent: tox-molecule + parent: tripleo-ansible-centos-7-base timeout: 1800 vars: tox_envlist: role-addition