I checked 22.0.1, but now the bootstrap is not completing as follows: git clone https://git.openstack.org/openstack/openstack-ansible \ /opt/openstack-ansible cd /opt/openstack-ansible # ext switch the applicable branch/tag to be deployed from. Note that deploying from the head of a branch may result in an unstable build due to changes in flight and upstream OpenStack changes. For a test (ie not a development) build it is usually best to checkout the latest tagged version. git tag -l git checkout stable/victoria git describe --abbrev=0 --tags git checkout 20.0.1 [root@iaas-infra openstack-ansible]# scripts/bootstrap-ansible.sh + export HTTP_PROXY= + HTTP_PROXY= + export HTTPS_PROXY= + HTTPS_PROXY= + export ANSIBLE_PACKAGE=ansible==2.8.5 + ANSIBLE_PACKAGE=ansible==2.8.5 + export ANSIBLE_ROLE_FILE=ansible-role-requirements.yml + ANSIBLE_ROLE_FILE=ansible-role-requirements.yml + export USER_ROLE_FILE=user-role-requirements.yml + USER_ROLE_FILE=user-role-requirements.yml + export SSH_DIR=/root/.ssh + SSH_DIR=/root/.ssh + export DEBIAN_FRONTEND=noninteractive + DEBIAN_FRONTEND=noninteractive + export SETUP_ARA=false + SETUP_ARA=false + export PIP_OPTS= + PIP_OPTS= + export OSA_WRAPPER_BIN=scripts/openstack-ansible.sh + OSA_WRAPPER_BIN=scripts/openstack-ansible.sh ++ dirname scripts/bootstrap-ansible.sh + cd scripts/.. + info_block 'Checking for required libraries.' + source scripts/scripts-library.sh ++ LINE=---------------------------------------------------------------------- ++ ANSIBLE_PARAMETERS= +++ date +%s ++ STARTTIME=1613409281 ++ COMMAND_LOGS=/openstack/log/ansible_cmd_logs ++ PIP_COMMAND=/opt/ansible-runtime/bin/pip ++ ZUUL_PROJECT= ++ GATE_EXIT_LOG_COPY=false ++ GATE_EXIT_LOG_GZIP=true ++ GATE_EXIT_RUN_ARA=true ++ GATE_EXIT_RUN_DSTAT=true ++ [[ -n '' ]] ++ '[' -z '' ']' +++ grep -c '^processor' /proc/cpuinfo ++ CPU_NUM=4 ++ '[' 4 -lt 10 ']' ++ ANSIBLE_FORKS=4 ++ trap 'exit_fail 398 0 '\''Received STOP Signal'\''' SIGHUP SIGINT SIGTERM ++ trap 'exit_fail 399 0' ERR +++ id -u ++ '[' 0 '!=' 0 ']' ++ '[' '!' -d etc -a '!' -d scripts -a '!' -d playbooks ']' ++ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin ++ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin ++ export HOME=/root ++ HOME=/root ++ [[ -f /usr/local/bin/openstack-ansible.rc ]] + info_block 'Bootstrapping System with Ansible' + echo ---------------------------------------------------------------------- ---------------------------------------------------------------------- + print_info 'Bootstrapping System with Ansible' + PROC_NAME='- [ Bootstrapping System with Ansible ] -' + printf '\n%s%s\n' '- [ Bootstrapping System with Ansible ] -' ----------------------------- - [ Bootstrapping System with Ansible ] ------------------------------ + echo ---------------------------------------------------------------------- ---------------------------------------------------------------------- ++ pwd + export OSA_CLONE_DIR=/opt/openstack-ansible + OSA_CLONE_DIR=/opt/openstack-ansible ++ readlink -f ansible-role-requirements.yml + ANSIBLE_ROLE_FILE=/opt/openstack-ansible/ansible-role-requirements.yml ++ readlink -f inventory + OSA_INVENTORY_PATH=/opt/openstack-ansible/inventory ++ readlink -f playbooks + OSA_PLAYBOOK_PATH=/opt/openstack-ansible/playbooks + ssh_key_create + key_path=/root/.ssh + key_file=/root/.ssh/id_rsa + '[' '!' -d /root/.ssh ']' + '[' '!' -f /root/.ssh/id_rsa -o '!' -f /root/.ssh/id_rsa.pub ']' ++ cat /root/.ssh/id_rsa.pub + key_content='ssh-rsa xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /root/.ssh/authorized_keys + determine_distro + source /etc/os-release + export DISTRO_ID=centos + DISTRO_ID=centos + export 'DISTRO_NAME=CentOS Linux' + DISTRO_NAME='CentOS Linux' + which dnf + RHT_PKG_MGR=dnf + case ${DISTRO_ID} in + dnf -y install git curl autoconf gcc gcc-c++ nc python2 python2-devel openssl-devel libffi-devel libselinux-python python-virtualenv Repository centos-rabbitmq-38 is listed more than once in the configuration Repository centos-rabbitmq-38-test is listed more than once in the configuration Repository centos-nfv-openvswitch is listed more than once in the configuration Repository centos-nfv-openvswitch-testing is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-baremetal is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-cinder is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-clients is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-cloudops is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-common is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-compute is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-glance is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-manila is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-network is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-octavia is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-security is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-swift is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-tempest is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-tripleo is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-ui is listed more than once in the configuration Last metadata expiration check: 6:10:06 ago on Mon 15 Feb 2021 12:04:36 PM CET. Package git-2.27.0-1.el8.x86_64 is already installed. Package curl-7.61.1-14.el8_3.1.x86_64 is already installed. Package autoconf-2.69-27.el8.noarch is already installed. Package gcc-8.3.1-5.1.el8.x86_64 is already installed. Package gcc-c++-8.3.1-5.1.el8.x86_64 is already installed. Package python2-2.7.17-2.module_el8.3.0+478+7570e00c.x86_64 is already installed. No match for argument: libselinux-python No match for argument: python-virtualenv Error: Unable to find a match: libselinux-python python-virtualenv ++ exit_fail 399 0 ++ set +x Repository centos-rabbitmq-38 is listed more than once in the configuration Repository centos-rabbitmq-38-test is listed more than once in the configuration Repository centos-nfv-openvswitch is listed more than once in the configuration Repository centos-nfv-openvswitch-testing is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-baremetal is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-cinder is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-clients is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-cloudops is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-common is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-compute is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-glance is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-manila is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-network is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-octavia is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-security is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-swift is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-tempest is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-tripleo is listed more than once in the configuration Repository rdo-trunk-victoria-tested-component-ui is listed more than once in the configuration Last metadata expiration check: 6:10:07 ago on Mon 15 Feb 2021 12:04:36 PM CET. Package iproute-5.3.0-5.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! which: no lxc-ls in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no lxc-checkconfig in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no machinectl in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no networkctl in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) which: no ansible in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin) Unit nspawn-macvlan.service could not be found. scripts/scripts-library.sh: line 367: btrfs: command not found scripts/scripts-library.sh: line 369: btrfs: command not found scripts/scripts-library.sh: line 371: btrfs: command not found scripts/scripts-library.sh: line 373: btrfs: command not found scripts/scripts-library.sh: line 367: btrfs: command not found scripts/scripts-library.sh: line 369: btrfs: command not found scripts/scripts-library.sh: line 371: btrfs: command not found scripts/scripts-library.sh: line 373: btrfs: command not found ++ info_block 'Error Info - 399' 0 ++ echo ---------------------------------------------------------------------- ---------------------------------------------------------------------- ++ print_info 'Error Info - 399' 0 ++ PROC_NAME='- [ Error Info - 399 0 ] -' ++ printf '\n%s%s\n' '- [ Error Info - 399 0 ] -' -------------------------------------------- - [ Error Info - 399 0 ] --------------------------------------------- ++ echo ---------------------------------------------------------------------- ---------------------------------------------------------------------- ++ exit_state 1 ++ set +x ---------------------------------------------------------------------- - [ Run Time = 7 seconds || 0 minutes ] ------------------------------ ---------------------------------------------------------------------- ---------------------------------------------------------------------- - [ Status: Failure ] ------------------------------------------------ ---------------------------------------------------------------------- [root@iaas-infra openstack-ansible]#