Closed mbruzek closed 4 years ago
I ran the automation scripts again today and got the same error as yesterday! However this run I updated the Ansible host to install libsemanage-python package. I think this is a serious problem preventing the provision.yaml script to complete. Would appreciate any help or advice on this.
This looks to be an issue with the infra-ansible project so an issue was created there as well: https://github.com/redhat-cop/infra-ansible/issues/89
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
Is this a BUG REPORT or a FEATURE REQUEST ? (choose one): BUG REPORT
BUG REPORT INFO
Environment
Cloud provider: OpenStack
OS details (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Version of Ansible (
ansible --version
): 2.3.2.0Version of Jinja (
pip freeze | grep -i jinja
): 2.7.2Version of Shade (
pip freeze | grep -i shade
): 1.24.0The openstack-ansible-contrib version (commit) (
git rev-parse --short HEAD
): bb04b7bCopy of inventory files and custom variables used (please omit your secrets!):
Command used to invoke ansible:
source /home/cloud-user/keystonerc; ansible-playbook -vvv openshift-ansible-contrib/playbooks/provisioning/openstack/provision.yaml 2>&1 > openstack_provision_log.txt
Output of ansible run:
Anything else do we need to know:
This error is new to me. The script installs the "libselinux-python" package on the Ansible host, but not the "libsemanage-python" package. I can update my script but I do not know why this was not an issue before.
It looks to be a role that is installed in the ansible-galaxy command. Did something change over there? Is that a problem?
Thoughts? Ideas? Help?