~/src/github.com/openstack-k8s-operators/install_yamls/devsetup ~/ci-framework-data/artifacts scripts/standalone.sh 0 libvirt ''[]'' ''[]'' ++ mktemp -d + MY_TMP_DIR=/tmp/tmp.Knqc2PXgXb + trap 'rv=$?; rm -rf -- "$MY_TMP_DIR"; exit $rv' EXIT + export VIRSH_DEFAULT_CONNECT_URI=qemu:///system + VIRSH_DEFAULT_CONNECT_URI=qemu:///system +++ dirname scripts/standalone.sh ++ cd scripts ++ pwd -P + SCRIPTPATH=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts + EDPM_COMPUTE_SUFFIX=0 + COMPUTE_DRIVER=libvirt + EDPM_COMPUTE_ADDITIONAL_NETWORKS='[]' + EDPM_COMPUTE_ADDITIONAL_HOST_ROUTES='[]' + EDPM_COMPUTE_NAME=edpm-compute-0 + EDPM_COMPUTE_NETWORK=default + STANDALONE_VM=false + [[ false == \t\r\u\e ]] + IP_ADRESS_SUFFIX=100 + IP=192.168.122.100 + OS_NET_CONFIG_IFACE=nic2 + GATEWAY=192.168.122.10 + OUTPUT_DIR=/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../../out/edpm/ + SSH_KEY_FILE=/home/zuul/.ssh/id_rsa + SSH_OPT='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa' + REPO_SETUP_CMDS=/home/zuul/cdn_subscription_repos.sh + CMDS_FILE=/tmp/tmp.Knqc2PXgXb/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.Knqc2PXgXb/standalone_cmds ]] + cat ++ ssh -o BatchMode=yes -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 echo ok Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ ok != \o\k ]] + '[' libvirt == ironic ']' + PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 ++ mktemp --suffix=.yaml --tmpdir=/tmp/tmp.Knqc2PXgXb + J2_VARS_FILE=/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/network_data.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/network_data.j2'\'')).render(**vars)) ' + jinja2_render standalone/deployed_network.j2 /tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/deployed_network.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/deployed_network.j2'\'')).render(**vars)) ' + jinja2_render standalone/net_config.j2 /tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/net_config.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/net_config.j2'\'')).render(**vars)) ' + jinja2_render standalone/role.j2 /tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml + /usr/bin/python3 -c ' import jinja2 import os import yaml def to_bool(a): '\'''\'''\'' return a bool for the arg '\'''\'''\'' if a is None or isinstance(a, bool): return a if isinstance(a, str): a = a.lower() if a in ('\''yes'\'', '\''on'\'', '\''1'\'', '\''true'\'', 1): return True return False with open('\''/tmp/tmp.Knqc2PXgXb/tmp.e8mva8rrhB.yaml'\'', '\''r'\'') as f: vars = yaml.safe_load(f.read()) loader = jinja2.FileSystemLoader(os.path.dirname('\''standalone/role.j2'\'')) env = jinja2.Environment(autoescape=True, loader=loader) env.filters['\''bool'\''] = to_bool print(env.get_template(os.path.basename('\''standalone/role.j2'\'')).render(**vars)) ' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/cdn_subscription_repos.sh root@192.168.122.100:/tmp/repo-setup.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.Knqc2PXgXb/standalone_cmds root@192.168.122.100:/tmp/standalone-deploy.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.Knqc2PXgXb/net_config.yaml root@192.168.122.100:/tmp/net_config.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.Knqc2PXgXb/network_data.yaml root@192.168.122.100:/tmp/network_data.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.Knqc2PXgXb/deployed_network.yaml root@192.168.122.100:/tmp/deployed_network.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /tmp/tmp.Knqc2PXgXb/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 8.4 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 272 kB/s | 26 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 3.8 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 5.8 MB/s | 786 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.2 MB/s | 62 kB 00:00 (5/399): krb5-workstation-1.20.1-8.el9.x86_64.r 11 MB/s | 542 kB 00:00 (6/399): glibc-langpack-en-2.34-60.el9.x86_64.r 7.4 MB/s | 675 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.8 MB/s | 81 kB 00:00 (8/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.2 MB/s | 45 kB 00:00 (9/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 804 kB/s | 37 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 367 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 325 kB/s | 12 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.4 MB/s | 418 kB 00:00 (13/399): python3-openvswitch3.3-3.3.4-110.el9f 8.2 MB/s | 369 kB 00:00 (14/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 851 kB/s | 36 kB 00:00 (15/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 556 kB/s | 30 kB 00:00 (16/399): device-mapper-event-1.02.187-7.el9_2. 808 kB/s | 32 kB 00:00 (17/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 427 kB/s | 19 kB 00:00 (18/399): device-mapper-event-libs-1.02.187-7.e 593 kB/s | 31 kB 00:00 (19/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 24 MB/s | 1.5 MB 00:00 (20/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 14 MB/s | 1.0 MB 00:00 (21/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.8 MB/s | 223 kB 00:00 (22/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.0 MB/s | 64 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.6 MB/s | 98 kB 00:00 (24/399): python3-urllib-gssapi-1.0.2-4.el9.noa 635 kB/s | 24 kB 00:00 (25/399): boost-system-1.75.0-8.el9.x86_64.rpm 128 kB/s | 15 kB 00:00 (26/399): boost-locale-1.75.0-8.el9.x86_64.rpm 5.0 MB/s | 216 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 431 kB/s | 17 kB 00:00 (28/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.5 MB/s | 57 kB 00:00 (29/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.1 MB/s | 59 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 593 kB/s | 34 kB 00:00 (31/399): perl-File-Temp-0.231.100-4.el9.noarch 987 kB/s | 63 kB 00:00 (32/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 683 kB/s | 25 kB 00:00 (33/399): perl-parent-0.238-460.el9.noarch.rpm 411 kB/s | 16 kB 00:00 (34/399): python3-pyasn1-modules-0.4.8-6.el9.no 6.1 MB/s | 283 kB 00:00 (35/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.9 MB/s | 321 kB 00:00 (36/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.2 MB/s | 45 kB 00:00 (37/399): libisofs-1.5.4-4.el9.x86_64.rpm 3.4 MB/s | 224 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.0 MB/s | 92 kB 00:00 (39/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.0 MB/s | 392 kB 00:00 (40/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (41/399): perl-URI-5.09-3.el9.noarch.rpm 2.9 MB/s | 125 kB 00:00 (42/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.2 MB/s | 229 kB 00:00 (43/399): perl-Text-ParseWords-3.30-460.el9.noa 120 kB/s | 18 kB 00:00 (44/399): perl-libnet-3.13-4.el9.noarch.rpm 888 kB/s | 134 kB 00:00 (45/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 (46/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 228 kB/s | 26 kB 00:00 (47/399): iptables-nft-services-1.8.8-6.el9_1.n 543 kB/s | 28 kB 00:00 (48/399): perl-Encode-3.08-462.el9.x86_64.rpm 29 MB/s | 1.7 MB 00:00 (49/399): perl-Pod-Escapes-1.07-460.el9.noarch. 347 kB/s | 22 kB 00:00 (50/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.0 MB/s | 218 kB 00:00 (51/399): libburn-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 175 kB 00:00 (52/399): perl-Mozilla-CA-20200520-6.el9.noarch 193 kB/s | 14 kB 00:00 (53/399): perl-Carp-1.50-460.el9.noarch.rpm 128 kB/s | 31 kB 00:00 (54/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 263 kB/s | 24 kB 00:00 (55/399): perl-Time-Local-1.300-7.el9.noarch.rp 653 kB/s | 37 kB 00:00 (56/399): sshpass-1.09-4.el9.x86_64.rpm 760 kB/s | 30 kB 00:00 (57/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.3 MB/s | 59 kB 00:00 (58/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 693 kB/s | 76 kB 00:00 (59/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.4 MB/s | 410 kB 00:00 (60/399): python3-yubico-1.3.3-7.el9.noarch.rpm 485 kB/s | 73 kB 00:00 (61/399): boost-program-options-1.75.0-8.el9.x8 1.3 MB/s | 108 kB 00:00 (62/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 515 kB/s | 34 kB 00:00 (63/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 369 kB/s | 39 kB 00:00 (64/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 273 kB/s | 19 kB 00:00 (65/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.7 MB/s | 419 kB 00:00 (66/399): perl-File-Path-2.18-4.el9.noarch.rpm 993 kB/s | 38 kB 00:00 (67/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.2 MB/s | 43 kB 00:00 (68/399): perl-Digest-1.19-4.el9.noarch.rpm 279 kB/s | 29 kB 00:00 (69/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 906 kB/s | 92 kB 00:00 (70/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (71/399): perl-constant-1.33-461.el9.noarch.rpm 557 kB/s | 25 kB 00:00 (72/399): perl-podlators-4.14-460.el9.noarch.rp 2.1 MB/s | 118 kB 00:00 (73/399): perl-Scalar-List-Utils-1.56-461.el9.x 632 kB/s | 77 kB 00:00 (74/399): python3-appdirs-1.4.4-4.el9.noarch.rp 746 kB/s | 27 kB 00:00 (75/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.5 MB/s | 112 kB 00:00 (76/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (77/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.8 MB/s | 96 kB 00:00 (78/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 163 kB 00:00 (79/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.8 MB/s | 279 kB 00:00 (80/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.1 MB/s | 221 kB 00:00 (81/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 469 kB/s | 48 kB 00:00 (82/399): python3-augeas-0.5.0-25.el9.noarch.rp 610 kB/s | 31 kB 00:00 (83/399): python3-alembic-1.7.5-3.el9.noarch.rp 10 MB/s | 900 kB 00:00 (84/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 9.6 MB/s | 489 kB 00:00 (85/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 930 kB/s | 42 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 3.3 MB/s | 185 kB 00:00 (87/399): perl-AutoLoader-5.74-480.el9.noarch.r 270 kB/s | 23 kB 00:00 (88/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 599 kB/s | 23 kB 00:00 (89/399): perl-Class-Struct-0.66-480.el9.noarch 202 kB/s | 24 kB 00:00 (90/399): perl-File-Basename-2.85-480.el9.noarc 388 kB/s | 19 kB 00:00 (91/399): perl-Errno-1.30-480.el9.x86_64.rpm 137 kB/s | 17 kB 00:00 (92/399): perl-FileHandle-2.03-480.el9.noarch.r 461 kB/s | 17 kB 00:00 (93/399): perl-File-stat-1.09-480.el9.noarch.rp 286 kB/s | 19 kB 00:00 (94/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 639 kB/s | 25 kB 00:00 (95/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 668 kB/s | 25 kB 00:00 (96/399): perl-IO-1.43-480.el9.x86_64.rpm 872 kB/s | 94 kB 00:00 (97/399): perl-Getopt-Std-1.12-480.el9.noarch.r 140 kB/s | 17 kB 00:00 (98/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.5 MB/s | 99 kB 00:00 (99/399): perl-Symbol-1.08-480.el9.noarch.rpm 425 kB/s | 16 kB 00:00 (100/399): perl-SelectSaver-1.02-480.el9.noarch 227 kB/s | 13 kB 00:00 (101/399): perl-base-2.27-480.el9.noarch.rpm 227 kB/s | 18 kB 00:00 (102/399): perl-if-0.60.800-480.el9.noarch.rpm 289 kB/s | 16 kB 00:00 (103/399): perl-interpreter-5.32.1-480.el9.x86_ 1.8 MB/s | 75 kB 00:00 (104/399): perl-overload-1.31-480.el9.noarch.rp 1.2 MB/s | 47 kB 00:00 (105/399): perl-libs-5.32.1-480.el9.x86_64.rpm 26 MB/s | 2.2 MB 00:00 (106/399): perl-mro-1.23-480.el9.x86_64.rpm 346 kB/s | 31 kB 00:00 (107/399): perl-subs-1.03-480.el9.noarch.rpm 347 kB/s | 13 kB 00:00 (108/399): perl-vars-1.05-480.el9.noarch.rpm 245 kB/s | 15 kB 00:00 (109/399): perl-overloading-0.02-480.el9.noarch 126 kB/s | 15 kB 00:00 (110/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.6 MB/s | 459 kB 00:00 (111/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (112/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 176 kB 00:00 (113/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 510 kB/s | 40 kB 00:00 (114/399): jq-1.6-14.el9.x86_64.rpm 2.4 MB/s | 190 kB 00:00 (115/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 803 kB/s | 59 kB 00:00 (116/399): ansible-freeipa-1.9.2-3.el9_2.noarch 10 MB/s | 452 kB 00:00 (117/399): rhel-system-roles-1.21.2-1.el9_2.noa 28 MB/s | 2.4 MB 00:00 (118/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (119/399): ansible-collection-community-general 16 MB/s | 1.3 MB 00:00 (120/399): ansible-collection-ansible-posix-1.2 2.9 MB/s | 124 kB 00:00 (121/399): ipa-client-common-4.10.1-12.el9_2.2. 1.1 MB/s | 44 kB 00:00 (122/399): cephadm-18.2.1-361.el9cp.noarch.rpm 5.5 MB/s | 354 kB 00:00 (123/399): ipa-common-4.10.1-12.el9_2.2.noarch. 10 MB/s | 656 kB 00:00 (124/399): python3-ipaclient-4.10.1-12.el9_2.2. 11 MB/s | 648 kB 00:00 (125/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.5 MB/s | 57 kB 00:00 (126/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.8 MB/s | 663 kB 00:00 (127/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 634 kB/s | 41 kB 00:00 (128/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.2 MB/s | 46 kB 00:00 (129/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 52 MB/s | 7.9 MB 00:00 (130/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 33 MB/s | 3.3 MB 00:00 (131/399): rubygem-bundler-2.2.33-161.el9_2.2.n 8.4 MB/s | 456 kB 00:00 (132/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 541 kB/s | 55 kB 00:00 (133/399): rubygem-io-console-0.5.7-161.el9_2.2 700 kB/s | 26 kB 00:00 (134/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (135/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (136/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.7 MB/s | 110 kB 00:00 (137/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 6.6 MB/s | 441 kB 00:00 (138/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.7 MB/s | 245 kB 00:00 (139/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.5 MB/s | 306 kB 00:00 (140/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 35 MB/s | 2.2 MB 00:00 (141/399): buildah-1.29.5-1.el9_2.x86_64.rpm 56 MB/s | 8.6 MB 00:00 (142/399): ansible-collection-ansible-netcommon 2.4 MB/s | 181 kB 00:00 (143/399): ansible-collection-ansible-utils-2.3 1.6 MB/s | 91 kB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 959 kB/s | 77 kB 00:00 (145/399): golang-github-vbatts-tar-split-0.11. 11 MB/s | 1.0 MB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (147/399): puppet-fdio-18.2-1.20220727113954.6f 621 kB/s | 25 kB 00:00 (148/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.7 MB/s | 178 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 2.7 MB/s | 122 kB 00:00 (150/399): python3-beautifulsoup4-4.9.3-2.el9os 4.3 MB/s | 204 kB 00:00 (151/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 568 kB/s | 44 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 699 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 1.0 MB/s | 39 kB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.1 MB/s | 44 kB 00:00 (155/399): python3-docutils-0.16-6.el9ost.noarc 24 MB/s | 1.5 MB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 25 MB/s | 1.6 MB 00:00 (157/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.7 MB/s | 107 kB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.4 MB/s | 284 kB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 1.3 MB/s | 46 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 910 kB/s | 31 kB 00:00 (161/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (162/399): python3-logutils-0.3.5-15.el9ost.noa 888 kB/s | 47 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 4.8 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 471 kB/s | 16 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 1.5 MB/s | 59 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 11 MB/s | 712 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.1 MB/s | 90 kB 00:00 (168/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.8 MB/s | 111 kB 00:00 (169/399): python3-pyperclip-1.8.0-3.el9ost.noa 674 kB/s | 25 kB 00:00 (170/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.8 MB/s | 273 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.3 MB/s | 47 kB 00:00 (172/399): python3-setproctitle-1.2.2-1.el9ost. 532 kB/s | 23 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 1.7 MB/s | 67 kB 00:00 (174/399): python3-tenacity-6.3.1-1.el9ost.noar 1.3 MB/s | 51 kB 00:00 (175/399): python3-sqlalchemy13-1.3.24-3.el9ost 28 MB/s | 1.7 MB 00:00 (176/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 7.9 MB/s | 396 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 3.7 MB/s | 205 kB 00:00 (178/399): python3-webtest-2.0.35-6.el9ost.noar 729 kB/s | 82 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 4.9 MB/s | 202 kB 00:00 (180/399): rubygem-fast_gettext-1.2.0-9.el9ost. 884 kB/s | 34 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 278 kB/s | 14 kB 00:00 (182/399): rubygem-concurrent-ruby-1.1.5-2.el9o 3.8 MB/s | 243 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.3 MB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 257 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 388 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 456 kB/s | 16 kB 00:00 (187/399): rubygem-semantic_puppet-1.0.4-2.el9o 541 kB/s | 21 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 10 MB/s | 433 kB 00:00 (189/399): ansible-role-atos-hsm-1.0.1-17.1.202 500 kB/s | 17 kB 00:00 (190/399): ansible-config_template-2.0.1-17.1.2 452 kB/s | 29 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 1.4 MB/s | 53 kB 00:00 (192/399): ansible-role-container-registry-1.4. 640 kB/s | 24 kB 00:00 (193/399): ansible-role-openstack-operations-0. 853 kB/s | 30 kB 00:00 (194/399): ansible-role-redhat-subscription-1.3 765 kB/s | 28 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 290 kB/s | 21 kB 00:00 (196/399): ansible-role-chrony-1.3.1-17.1.20230 156 kB/s | 22 kB 00:00 (197/399): ansible-role-tripleo-modify-image-1. 770 kB/s | 27 kB 00:00 (198/399): ansible-role-thales-hsm-3.0.1-17.1.2 270 kB/s | 21 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 513 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 915 kB/s | 38 kB 00:00 (201/399): openstack-heat-agents-2.2.1-17.1.202 252 kB/s | 9.6 kB 00:00 (202/399): dib-utils-0.0.11-17.1.20230620173328 299 kB/s | 12 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 1.4 MB/s | 50 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 1.6 MB/s | 62 kB 00:00 (206/399): os-refresh-config-13.1.1-17.1.202310 390 kB/s | 21 kB 00:00 (207/399): puppet-apache-6.5.2-17.1.20230621001 6.6 MB/s | 259 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 1.0 MB/s | 44 kB 00:00 (209/399): puppet-auditd-2.2.1-17.1.20230620192 724 kB/s | 28 kB 00:00 (210/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (211/399): puppet-certmonger-2.7.1-17.1.2023062 752 kB/s | 26 kB 00:00 (212/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (213/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (214/399): puppet-concat-6.2.1-17.1.20230620181 905 kB/s | 41 kB 00:00 (215/399): puppet-corosync-8.0.1-17.1.202306211 1.3 MB/s | 68 kB 00:00 (216/399): puppet-dns-8.2.1-17.1.20230621002045 1.0 MB/s | 36 kB 00:00 (217/399): puppet-designate-18.6.1-17.1.2023062 1.3 MB/s | 69 kB 00:00 (218/399): puppet-etcd-1.12.3-17.1.202306201932 698 kB/s | 25 kB 00:00 (219/399): puppet-git-0.5.0-17.1.20230620193928 629 kB/s | 23 kB 00:00 (220/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (221/399): puppet-haproxy-4.2.2-17.1.2023062019 1.3 MB/s | 52 kB 00:00 (222/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (223/399): puppet-inifile-4.2.1-17.1.2023062018 744 kB/s | 42 kB 00:00 (224/399): puppet-heat-18.4.1-17.1.202306211116 615 kB/s | 70 kB 00:00 (225/399): puppet-firewall-3.4.1-17.1.202306210 409 kB/s | 77 kB 00:00 (226/399): puppet-ipaclient-2.5.2-17.1.20230620 436 kB/s | 17 kB 00:00 (227/399): puppet-keepalived-0.0.2-17.1.2023062 329 kB/s | 14 kB 00:00 (228/399): puppet-kmod-2.5.0-17.1.2023062019064 385 kB/s | 21 kB 00:00 (229/399): puppet-manila-18.5.2-17.1.2023110219 1.5 MB/s | 81 kB 00:00 (230/399): puppet-memcached-6.0.0-17.1.20230620 477 kB/s | 23 kB 00:00 (231/399): puppet-module-data-0.5.1-17.1.202306 373 kB/s | 13 kB 00:00 (232/399): puppet-mysql-10.6.1-17.1.20230621022 2.6 MB/s | 99 kB 00:00 (233/399): puppet-neutron-18.6.1-17.1.202306210 4.7 MB/s | 196 kB 00:00 (234/399): puppet-nova-18.6.1-17.1.202306210904 3.4 MB/s | 200 kB 00:00 (235/399): puppet-octavia-18.5.1-17.1.202306210 1.4 MB/s | 76 kB 00:00 (236/399): puppet-openstack_extras-18.5.1-17.1. 851 kB/s | 48 kB 00:00 (237/399): puppet-nssdb-1.0.2-17.1.202306201856 131 kB/s | 12 kB 00:00 (238/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (239/399): puppet-placement-5.4.3-17.1.20230621 1.2 MB/s | 41 kB 00:00 (240/399): puppet-qdr-7.4.1-17.1.20230620195605 748 kB/s | 31 kB 00:00 (241/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.4 MB/s | 266 kB 00:00 (242/399): puppet-redis-6.1.1-17.1.202306201917 927 kB/s | 51 kB 00:00 (243/399): puppet-oslo-18.5.1-17.1.202306210523 413 kB/s | 48 kB 00:00 (244/399): puppet-remote-10.0.0-17.1.2023062019 410 kB/s | 16 kB 00:00 (245/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (246/399): puppet-rsync-1.1.4-17.1.202306210028 429 kB/s | 28 kB 00:00 (247/399): puppet-ssh-6.2.1-17.1.20230620190251 787 kB/s | 29 kB 00:00 (248/399): puppet-stdlib-6.3.1-17.1.20230621000 3.9 MB/s | 160 kB 00:00 (249/399): puppet-snmp-3.9.1-17.1.2023062020041 369 kB/s | 34 kB 00:00 (250/399): puppet-swift-18.6.1-17.1.20230621052 2.9 MB/s | 115 kB 00:00 (251/399): puppet-sysctl-0.0.13-17.1.2023062018 411 kB/s | 16 kB 00:00 (252/399): puppet-vcsrepo-3.1.1-17.1.2023062018 949 kB/s | 50 kB 00:00 (253/399): puppet-vswitch-14.4.3-17.1.202306210 991 kB/s | 41 kB 00:00 (254/399): puppet-systemd-2.12.1-17.1.202306201 520 kB/s | 42 kB 00:00 (255/399): puppet-xinetd-3.3.1-17.1.20230620185 674 kB/s | 26 kB 00:00 (256/399): python-oslo-log-lang-4.4.0-17.1.2023 406 kB/s | 14 kB 00:00 (257/399): python-oslo-cache-lang-2.7.1-17.1.20 386 kB/s | 19 kB 00:00 (258/399): python-oslo-middleware-lang-4.2.1-17 354 kB/s | 13 kB 00:00 (259/399): python-oslo-policy-lang-3.7.1-17.1.2 377 kB/s | 14 kB 00:00 (260/399): python-oslo-versionedobjects-lang-2. 334 kB/s | 14 kB 00:00 (261/399): python-pycadf-common-3.1.1-17.1.2023 239 kB/s | 15 kB 00:00 (262/399): python3-aodhclient-2.2.0-17.1.202306 1.4 MB/s | 56 kB 00:00 (263/399): python3-cinderclient-7.4.1-17.1.2023 2.1 MB/s | 218 kB 00:00 (264/399): python3-barbicanclient-5.3.0-17.1.20 1.1 MB/s | 127 kB 00:00 (265/399): python3-GitPython-3.1.14-2.el9ost.no 1.4 MB/s | 238 kB 00:00 (266/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (267/399): python3-futurist-2.3.0-17.1.20230621 1.7 MB/s | 64 kB 00:00 (268/399): python3-designateclient-4.2.1-17.1.2 1.8 MB/s | 92 kB 00:00 (269/399): python3-heat-agent-2.2.1-17.1.202306 465 kB/s | 19 kB 00:00 (270/399): python3-heat-agent-apply-config-2.2. 217 kB/s | 9.9 kB 00:00 (271/399): python3-heat-agent-ansible-2.2.1-17. 192 kB/s | 11 kB 00:00 (272/399): python3-heat-agent-docker-cmd-2.2.1- 199 kB/s | 12 kB 00:00 (273/399): python3-heat-agent-hiera-2.2.1-17.1. 274 kB/s | 10 kB 00:00 (274/399): python3-heat-agent-json-file-2.2.1-1 158 kB/s | 9.8 kB 00:00 (275/399): python3-heat-agent-puppet-2.2.1-17.1 323 kB/s | 11 kB 00:00 (276/399): python3-heatclient-2.3.1-17.1.202306 3.0 MB/s | 158 kB 00:00 (277/399): python3-ironic-inspector-client-4.5. 1.5 MB/s | 67 kB 00:00 (278/399): python3-ironicclient-4.6.4-17.1.2023 6.8 MB/s | 342 kB 00:00 (279/399): python3-keystoneclient-4.3.0-17.1.20 5.6 MB/s | 239 kB 00:00 (280/399): python3-keystonemiddleware-9.2.0-17. 1.6 MB/s | 92 kB 00:00 (281/399): python3-mistralclient-4.2.0-17.1.202 4.0 MB/s | 166 kB 00:00 (282/399): python3-magnumclient-3.4.1-17.1.2023 2.0 MB/s | 121 kB 00:00 (283/399): python3-neutronclient-7.3.1-17.1.202 7.4 MB/s | 298 kB 00:00 (284/399): python3-novaclient-17.4.1-17.1.20230 5.2 MB/s | 201 kB 00:00 (285/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (286/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (287/399): python3-os-service-types-1.7.0-17.1. 663 kB/s | 38 kB 00:00 (288/399): python3-oslo-cache-2.7.1-17.1.202306 1.1 MB/s | 56 kB 00:00 (289/399): python3-oslo-context-3.2.1-17.1.2023 643 kB/s | 27 kB 00:00 (290/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (291/399): python3-osc-lib-2.3.1-17.1.202306202 548 kB/s | 78 kB 00:00 (292/399): python3-oslo-log-4.4.0-17.1.20230620 1.0 MB/s | 64 kB 00:00 (293/399): python3-oslo-policy-3.7.1-17.1.20230 1.3 MB/s | 76 kB 00:00 (294/399): python3-oslo-reports-2.2.0-17.1.2023 1.2 MB/s | 59 kB 00:00 (295/399): python3-oslo-serialization-4.1.1-17. 885 kB/s | 34 kB 00:00 (296/399): python3-oslo-upgradecheck-1.3.1-17.1 744 kB/s | 29 kB 00:00 (297/399): python3-oslo-rootwrap-6.3.1-17.1.202 507 kB/s | 46 kB 00:00 (298/399): python3-pycadf-3.1.1-17.1.2023062021 1.2 MB/s | 53 kB 00:00 (299/399): python3-oslo-versionedobjects-2.4.1- 1.3 MB/s | 79 kB 00:00 (300/399): python3-osprofiler-3.4.0-17.1.202306 1.7 MB/s | 130 kB 00:00 (301/399): python3-saharaclient-3.3.0-17.1.2023 4.1 MB/s | 188 kB 00:00 (302/399): python3-shade-1.33.0-17.1.2023062022 9.8 MB/s | 523 kB 00:00 (303/399): python3-requestsexceptions-1.4.0-17. 156 kB/s | 17 kB 00:00 (304/399): python3-swiftclient-3.11.1-17.1.2023 3.3 MB/s | 136 kB 00:00 (305/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.1 MB/s | 50 kB 00:00 (306/399): python3-troveclient-7.0.0-17.1.20230 7.6 MB/s | 344 kB 00:00 (307/399): python3-statsd-3.2.1-20.1.el9ost.noa 308 kB/s | 35 kB 00:00 (308/399): python3-validations-libs-1.9.1-17.1. 2.5 MB/s | 137 kB 00:00 (309/399): python3-zaqarclient-2.4.0-17.1.20230 2.4 MB/s | 129 kB 00:00 (310/399): validations-common-1.9.1-17.1.202310 2.0 MB/s | 111 kB 00:00 (311/399): python3-paramiko-2.11.0-2.el9ost.noa 7.5 MB/s | 299 kB 00:00 (312/399): ansible-pacemaker-1.0.4-17.1.2023121 516 kB/s | 21 kB 00:00 (313/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.2 MB/s | 83 kB 00:00 (314/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.8 MB/s | 427 kB 00:00 (315/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.8 MB/s | 230 kB 00:00 (316/399): python3-manilaclient-2.6.4-17.1.2024 5.4 MB/s | 528 kB 00:00 (317/399): ansible-role-metalsmith-deployment-1 466 kB/s | 21 kB 00:00 (318/399): openstack-selinux-0.8.37-17.1.202311 5.7 MB/s | 221 kB 00:00 (319/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (320/399): python-oslo-db-lang-8.5.2-17.1.20240 389 kB/s | 14 kB 00:00 (321/399): python3-glanceclient-3.3.0-17.1.2024 3.8 MB/s | 143 kB 00:00 (322/399): python3-metalsmith-1.4.4-17.1.202405 1.3 MB/s | 65 kB 00:00 (323/399): python3-keystoneauth1-4.4.0-17.1.202 5.9 MB/s | 409 kB 00:00 (324/399): python3-neutron-lib-2.10.3-17.1.2023 7.8 MB/s | 375 kB 00:00 (325/399): python3-oslo-db-8.5.2-17.1.202408201 3.4 MB/s | 144 kB 00:00 (326/399): python3-octaviaclient-2.3.1-17.1.202 1.4 MB/s | 91 kB 00:00 (327/399): python3-oslo-messaging-12.7.3-17.1.2 3.4 MB/s | 216 kB 00:00 (328/399): python3-rhosp-openvswitch-3.3-1.el9o 163 kB/s | 8.3 kB 00:00 (329/399): python3-oslo-service-2.5.1-17.1.2024 1.1 MB/s | 71 kB 00:00 (330/399): python3-waitress-2.0.0-4.el9ost.noar 2.6 MB/s | 109 kB 00:00 (331/399): openstack-ansible-core-2.14.2-4.7.el 37 MB/s | 2.3 MB 00:00 (332/399): openstack-tripleo-validations-14.3.2 3.1 MB/s | 204 kB 00:00 (333/399): puppet-glance-18.6.1-17.1.2025022015 1.1 MB/s | 87 kB 00:00 (334/399): puppet-ovn-18.6.1-17.1.2024092509490 760 kB/s | 29 kB 00:00 (335/399): puppet-pacemaker-1.5.1-17.1.20250214 4.1 MB/s | 158 kB 00:00 (336/399): python3-os-ken-1.4.1-17.1.2024120509 30 MB/s | 2.1 MB 00:00 (337/399): puppet-tripleo-14.2.3-17.1.202503201 3.2 MB/s | 239 kB 00:00 (338/399): ansible-collection-containers-podman 3.1 MB/s | 243 kB 00:00 (339/399): ansible-collections-openstack-1.9.1- 3.7 MB/s | 146 kB 00:00 (340/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 6.8 MB/s | 351 kB 00:00 (341/399): facter-3.14.19-3.el9ost.x86_64.rpm 10 MB/s | 518 kB 00:00 (342/399): hiera-3.6.0-6.el9ost.noarch.rpm 818 kB/s | 33 kB 00:00 (343/399): openstack-tripleo-common-15.4.1-17.1 1.4 MB/s | 52 kB 00:00 (344/399): openstack-tripleo-common-containers- 1.7 MB/s | 78 kB 00:00 (345/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.9 MB/s | 405 kB 00:00 (346/399): puppet-7.10.0-4.el9ost.noarch.rpm 165 kB/s | 11 kB 00:00 (347/399): puppet-headless-7.10.0-4.el9ost.noar 22 MB/s | 1.4 MB 00:00 (348/399): puppet-keystone-18.6.1-17.1.20250425 2.6 MB/s | 127 kB 00:00 (349/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.7 MB/s | 92 kB 00:00 (350/399): python3-cachetools-4.2.2-3.el9ost.no 881 kB/s | 33 kB 00:00 (351/399): python3-boto-2.45.0-8.1.el9ost.noarc 22 MB/s | 1.3 MB 00:00 (352/399): python3-colorama-0.4.4-4.el9ost.noar 751 kB/s | 35 kB 00:00 (353/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 4.9 MB/s | 284 kB 00:00 (354/399): python3-dogpile-cache-1.1.5-5.el9ost 1.7 MB/s | 89 kB 00:00 (355/399): python3-fixtures-3.0.0-24.el9ost.noa 2.3 MB/s | 93 kB 00:00 (356/399): python3-extras-1.0.0-17.el9ost.noarc 380 kB/s | 21 kB 00:00 (357/399): python3-keyring-21.8.0-4.el9ost.noar 1.9 MB/s | 77 kB 00:00 (358/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.3 MB/s | 87 kB 00:00 (359/399): python3-munch-2.5.0-6.el9ost.noarch. 659 kB/s | 25 kB 00:00 (360/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.2 MB/s | 313 kB 00:00 (361/399): python3-openstacksdk-0.55.1-17.1.202 13 MB/s | 735 kB 00:00 (362/399): python3-paste-3.5.0-5.el9ost.noarch. 12 MB/s | 776 kB 00:00 (363/399): python3-pystache-0.5.4-15.el9ost.noa 3.2 MB/s | 132 kB 00:00 (364/399): python3-repoze-lru-0.7-12.el9ost.noa 923 kB/s | 32 kB 00:00 (365/399): python3-routes-2.4.1-14.el9ost.noarc 2.2 MB/s | 188 kB 00:00 (366/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 607 kB/s | 57 kB 00:00 (367/399): python3-paste-deploy-2.1.1-4.el9ost. 210 kB/s | 41 kB 00:00 (368/399): python3-simplejson-3.17.5-3.el9ost.x 6.2 MB/s | 266 kB 00:00 (369/399): python3-secretstorage-3.3.1-3.el9ost 407 kB/s | 36 kB 00:00 (370/399): python3-testtools-2.4.0-10.el9ost.no 7.7 MB/s | 333 kB 00:00 (371/399): python3-tripleo-common-15.4.1-17.1.2 4.2 MB/s | 202 kB 00:00 (372/399): python3-tripleoclient-16.5.1-17.1.20 13 MB/s | 553 kB 00:00 (373/399): python3-vine-5.0.0-5.el9ost.noarch.r 707 kB/s | 26 kB 00:00 (374/399): python3-warlock-1.3.3-7.el9ost.noarc 606 kB/s | 21 kB 00:00 (375/399): python3-tempita-0.5.1-27.el9ost.noar 230 kB/s | 36 kB 00:00 (376/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 780 kB/s | 29 kB 00:00 (377/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.7 MB/s | 180 kB 00:00 (378/399): python3-yappi-1.3.1-5.el9ost.x86_64. 725 kB/s | 56 kB 00:00 (379/399): ruby-facter-3.14.19-3.el9ost.x86_64. 229 kB/s | 9.5 kB 00:00 (380/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.1 MB/s | 123 kB 00:00 (381/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 386 kB/s | 19 kB 00:00 (382/399): openstack-heat-api-16.1.1-17.1.20250 367 kB/s | 16 kB 00:00 (383/399): openstack-heat-common-16.1.1-17.1.20 28 MB/s | 1.6 MB 00:00 (384/399): openstack-heat-engine-16.1.1-17.1.20 451 kB/s | 15 kB 00:00 (385/399): openstack-heat-monolith-16.1.1-17.1. 449 kB/s | 16 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 14 MB/s | 617 kB 00:00 (387/399): puppet-barbican-18.4.2-17.1.20250625 1.2 MB/s | 57 kB 00:00 (388/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (389/399): python3-openstackclient-5.5.2-17.1.2 22 MB/s | 1.1 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.5 MB/s | 156 kB 00:00 (391/399): tripleo-ansible-3.3.1-17.1.202507021 9.6 MB/s | 570 kB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 846 kB/s | 30 kB 00:00 (393/399): util-linux-2.37.4-11.el9_2.x86_64.rp 35 MB/s | 2.3 MB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.7 MB/s | 464 kB 00:00 (395/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (396/399): device-mapper-1.02.187-7.el9_2.2.x86 3.5 MB/s | 142 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.0 MB/s | 65 kB 00:00 (398/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 109 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 12 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 226/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 227/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 228/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 229/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 230/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 231/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 232/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 233/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 234/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 329/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 330/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 331/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 354/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 355/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 356/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 357/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 358/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 363/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 364/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 365/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 366/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 367/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 13/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 16/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 17/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 18/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 20/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 21/408 Verifying : boost-system-1.75.0-8.el9.x86_64 22/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 23/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 24/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 25/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 26/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 27/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 28/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 29/408 Verifying : perl-Exporter-5.74-461.el9.noarch 30/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 31/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 32/408 Verifying : perl-parent-1:0.238-460.el9.noarch 33/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 34/408 Verifying : xorriso-1.5.4-4.el9.x86_64 35/408 Verifying : libisofs-1.5.4-4.el9.x86_64 36/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 37/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 38/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 39/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 40/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 41/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 42/408 Verifying : perl-URI-5.09-3.el9.noarch 43/408 Verifying : perl-libnet-3.13-4.el9.noarch 44/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 45/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 46/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 47/408 Verifying : perl-Carp-1.50-460.el9.noarch 48/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 49/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 50/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/408 Verifying : libburn-1.5.4-4.el9.x86_64 52/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 53/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 54/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 55/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 56/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 57/408 Verifying : sshpass-1.09-4.el9.x86_64 58/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 59/408 Verifying : boost-log-1.75.0-8.el9.x86_64 60/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 61/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 62/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 63/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 64/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-1.19-4.el9.noarch 66/408 Verifying : perl-File-Path-2.18-4.el9.noarch 67/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 70/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 71/408 Verifying : perl-constant-1.33-461.el9.noarch 72/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 73/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 74/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 75/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 76/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 77/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 78/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 79/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 80/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 81/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 82/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 83/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 84/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 85/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 86/408 Verifying : perl-B-1.80-480.el9.x86_64 87/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 88/408 Verifying : perl-Errno-1.30-480.el9.x86_64 89/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 90/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 91/408 Verifying : perl-File-stat-1.09-480.el9.noarch 92/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 93/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 94/408 Verifying : perl-IO-1.43-480.el9.x86_64 95/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 96/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 97/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 98/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 99/408 Verifying : perl-Symbol-1.08-480.el9.noarch 100/408 Verifying : perl-base-2.27-480.el9.noarch 101/408 Verifying : perl-if-0.60.800-480.el9.noarch 102/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 104/408 Verifying : perl-mro-1.23-480.el9.x86_64 105/408 Verifying : perl-overload-1.31-480.el9.noarch 106/408 Verifying : perl-overloading-0.02-480.el9.noarch 107/408 Verifying : perl-subs-1.03-480.el9.noarch 108/408 Verifying : perl-vars-1.05-480.el9.noarch 109/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 110/408 Verifying : python3-mako-1.1.4-6.el9.noarch 111/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 112/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 113/408 Verifying : jq-1.6-14.el9.x86_64 114/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 115/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 116/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 117/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 118/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 119/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 120/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 121/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 122/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 123/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 124/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 125/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 126/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 127/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 128/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 129/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 130/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 131/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 132/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 133/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 134/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 135/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 136/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 137/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 138/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 139/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 140/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 207/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 208/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 209/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 210/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 211/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 212/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 213/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 214/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 215/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 216/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 217/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 218/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 219/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 220/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 221/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 222/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 223/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 224/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 225/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 226/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 227/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 228/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 229/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 231/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 232/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 233/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 234/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 235/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 236/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 238/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 239/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 240/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 241/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 243/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 244/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 245/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 246/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 247/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 248/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 249/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 250/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 251/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 252/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 253/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 254/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 255/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 256/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 257/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 258/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 259/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 260/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 261/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 262/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 263/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 265/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 266/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 267/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 268/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 269/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 270/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 271/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 272/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 273/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 274/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 275/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 276/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 277/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 278/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 279/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 280/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 281/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 282/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 283/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 284/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 285/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 286/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 287/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 288/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 289/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 290/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 291/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 292/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 293/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 294/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 295/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 296/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 297/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 298/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 299/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 300/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 301/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 302/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 303/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 304/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 305/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 306/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 307/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 308/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 309/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 310/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 311/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 312/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 313/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 314/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 315/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 316/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 317/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 318/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 319/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 320/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 321/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 322/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 323/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 324/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 325/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 326/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 327/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 328/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 329/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 330/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 331/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 332/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 334/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 335/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 336/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 337/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 338/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 339/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 340/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 341/408 Verifying : hiera-3.6.0-6.el9ost.noarch 342/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 343/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 344/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 345/408 Verifying : puppet-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 347/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 348/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 349/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 350/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 351/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 352/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 353/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 354/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 355/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 356/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 357/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 358/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 359/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 360/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 361/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 362/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 363/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 364/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 365/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 366/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 367/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 368/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 369/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 370/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 371/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 372/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 373/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 374/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 375/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 376/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 377/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 378/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 379/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 380/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 381/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 382/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 384/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 387/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 388/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-08T06:57:19.119461 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 4.6832e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-08 06:57:23.074258 | fa163e2e-e7ee-dbb2-41a9-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-08 06:57:23.111781 | fa163e2e-e7ee-dbb2-41a9-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-08 06:57:23.112346 | fa163e2e-e7ee-dbb2-41a9-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.052081 | 0.04s 2025-10-08 06:57:23.115380 | fa163e2e-e7ee-dbb2-41a9-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-08 06:57:23.151824 | fa163e2e-e7ee-dbb2-41a9-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-08 06:57:23.152542 | fa163e2e-e7ee-dbb2-41a9-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.092276 | 0.04s 2025-10-08 06:57:23.156509 | fa163e2e-e7ee-dbb2-41a9-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-08 06:57:23.251976 | fa163e2e-e7ee-dbb2-41a9-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-08 06:57:23.253148 | fa163e2e-e7ee-dbb2-41a9-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.192874 | 0.10s 2025-10-08 06:57:23.259423 | fa163e2e-e7ee-dbb2-41a9-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-08 06:57:23.594163 | fa163e2e-e7ee-dbb2-41a9-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-08 06:57:23.595508 | fa163e2e-e7ee-dbb2-41a9-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.535232 | 0.33s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-08 06:57:23.619107 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 06:57:23.619579 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 06:57:23.620083 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.559818 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 06:57:23.620589 | UUID | Info | Host | Task Name | Run Time 2025-10-08 06:57:23.621101 | fa163e2e-e7ee-dbb2-41a9-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.33s 2025-10-08 06:57:23.621582 | fa163e2e-e7ee-dbb2-41a9-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-10-08 06:57:23.622108 | fa163e2e-e7ee-dbb2-41a9-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-08 06:57:23.622566 | fa163e2e-e7ee-dbb2-41a9-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-08 06:57:23.623055 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-10-08 06:57:26.104403 | fa163e2e-e7ee-dcaf-d61f-000000000005 | TASK | set ssh key path facts 2025-10-08 06:57:26.141414 | fa163e2e-e7ee-dcaf-d61f-000000000005 | OK | set ssh key path facts | undercloud 2025-10-08 06:57:26.142103 | fa163e2e-e7ee-dcaf-d61f-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.052411 | 0.04s 2025-10-08 06:57:26.145374 | fa163e2e-e7ee-dcaf-d61f-000000000006 | TASK | stat private key 2025-10-08 06:57:26.499331 | fa163e2e-e7ee-dcaf-d61f-000000000006 | OK | stat private key | undercloud 2025-10-08 06:57:26.500763 | fa163e2e-e7ee-dcaf-d61f-000000000006 | TIMING | stat private key | undercloud | 0:00:00.411058 | 0.35s 2025-10-08 06:57:26.508477 | fa163e2e-e7ee-dcaf-d61f-000000000007 | TASK | stat public key 2025-10-08 06:57:26.708391 | fa163e2e-e7ee-dcaf-d61f-000000000007 | OK | stat public key | undercloud 2025-10-08 06:57:26.709788 | fa163e2e-e7ee-dcaf-d61f-000000000007 | TIMING | stat public key | undercloud | 0:00:00.620082 | 0.20s 2025-10-08 06:57:26.717732 | fa163e2e-e7ee-dcaf-d61f-000000000008 | TASK | create private key if it does not exist 2025-10-08 06:57:27.542092 | fa163e2e-e7ee-dcaf-d61f-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-08 06:57:27.543554 | fa163e2e-e7ee-dcaf-d61f-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.453844 | 0.82s 2025-10-08 06:57:27.551222 | fa163e2e-e7ee-dcaf-d61f-000000000009 | TASK | create public key if it does not exist 2025-10-08 06:57:27.786909 | fa163e2e-e7ee-dcaf-d61f-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-08 06:57:27.788356 | fa163e2e-e7ee-dcaf-d61f-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.698651 | 0.24s PLAY [allovercloud] ************************************************************ 2025-10-08 06:57:27.841666 | fa163e2e-e7ee-dcaf-d61f-000000000023 | TASK | Get local private key 2025-10-08 06:57:28.226562 | fa163e2e-e7ee-dcaf-d61f-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e2e-e7ee-dcaf-d61f-000000000023') missing from stats 2025-10-08 06:57:28.240072 | fa163e2e-e7ee-dcaf-d61f-000000000024 | TASK | Get local public key 2025-10-08 06:57:28.441196 | fa163e2e-e7ee-dcaf-d61f-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e2e-e7ee-dcaf-d61f-000000000024') missing from stats 2025-10-08 06:57:28.463634 | fa163e2e-e7ee-dcaf-d61f-000000000012 | TASK | create user ceph-admin 2025-10-08 06:57:28.969872 | fa163e2e-e7ee-dcaf-d61f-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-08 06:57:28.970710 | fa163e2e-e7ee-dcaf-d61f-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.881013 | 0.51s 2025-10-08 06:57:28.976987 | fa163e2e-e7ee-dcaf-d61f-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-08 06:57:29.580249 | fa163e2e-e7ee-dcaf-d61f-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-08 06:57:29.581143 | fa163e2e-e7ee-dcaf-d61f-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.491446 | 0.60s 2025-10-08 06:57:29.586934 | fa163e2e-e7ee-dcaf-d61f-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-08 06:57:29.929619 | fa163e2e-e7ee-dcaf-d61f-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-08 06:57:29.930465 | fa163e2e-e7ee-dcaf-d61f-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.840770 | 0.34s 2025-10-08 06:57:29.936119 | fa163e2e-e7ee-dcaf-d61f-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-08 06:57:30.163131 | fa163e2e-e7ee-dcaf-d61f-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-08 06:57:30.163795 | fa163e2e-e7ee-dcaf-d61f-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.074104 | 0.23s 2025-10-08 06:57:30.167911 | fa163e2e-e7ee-dcaf-d61f-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-08 06:57:30.384804 | fa163e2e-e7ee-dcaf-d61f-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-08 06:57:30.385785 | fa163e2e-e7ee-dcaf-d61f-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.296088 | 0.22s 2025-10-08 06:57:30.392267 | fa163e2e-e7ee-dcaf-d61f-000000000017 | TASK | get remote ceph-admin public key 2025-10-08 06:57:30.449173 | fa163e2e-e7ee-dcaf-d61f-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-08 06:57:30.450227 | fa163e2e-e7ee-dcaf-d61f-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.360527 | 0.06s 2025-10-08 06:57:30.457087 | fa163e2e-e7ee-dcaf-d61f-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-08 06:57:30.503329 | fa163e2e-e7ee-dcaf-d61f-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-08 06:57:30.504404 | fa163e2e-e7ee-dcaf-d61f-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.414705 | 0.05s 2025-10-08 06:57:30.510939 | fa163e2e-e7ee-dcaf-d61f-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-08 06:57:30.868855 | fa163e2e-e7ee-dcaf-d61f-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-08 06:57:30.869652 | fa163e2e-e7ee-dcaf-d61f-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.779959 | 0.36s 2025-10-08 06:57:30.873904 | fa163e2e-e7ee-dcaf-d61f-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-08 06:57:31.368706 | fa163e2e-e7ee-dcaf-d61f-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-08 06:57:31.369770 | fa163e2e-e7ee-dcaf-d61f-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.280073 | 0.50s 2025-10-08 06:57:31.376118 | fa163e2e-e7ee-dcaf-d61f-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-08 06:57:31.883201 | fa163e2e-e7ee-dcaf-d61f-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-08 06:57:31.884016 | fa163e2e-e7ee-dcaf-d61f-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.794322 | 0.51s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-08 06:57:31.897842 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 06:57:31.898210 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 06:57:31.898564 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.808877 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 06:57:31.898954 | UUID | Info | Host | Task Name | Run Time 2025-10-08 06:57:31.899313 | fa163e2e-e7ee-dcaf-d61f-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.82s 2025-10-08 06:57:31.899660 | fa163e2e-e7ee-dcaf-d61f-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-10-08 06:57:31.900023 | fa163e2e-e7ee-dcaf-d61f-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-10-08 06:57:31.900368 | fa163e2e-e7ee-dcaf-d61f-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-10-08 06:57:31.900698 | fa163e2e-e7ee-dcaf-d61f-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-10-08 06:57:31.901040 | fa163e2e-e7ee-dcaf-d61f-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-10-08 06:57:31.901368 | fa163e2e-e7ee-dcaf-d61f-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-10-08 06:57:31.901706 | fa163e2e-e7ee-dcaf-d61f-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.34s 2025-10-08 06:57:31.902066 | fa163e2e-e7ee-dcaf-d61f-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.24s 2025-10-08 06:57:31.902415 | fa163e2e-e7ee-dcaf-d61f-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-08 06:57:31.902743 | fa163e2e-e7ee-dcaf-d61f-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-08 06:57:31.903134 | fa163e2e-e7ee-dcaf-d61f-000000000007 | SUMMARY | undercloud | stat public key | 0.20s 2025-10-08 06:57:31.903421 | fa163e2e-e7ee-dcaf-d61f-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-08 06:57:31.903760 | fa163e2e-e7ee-dcaf-d61f-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-10-08 06:57:31.904135 | fa163e2e-e7ee-dcaf-d61f-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-10-08 06:57:31.904487 | fa163e2e-e7ee-dcaf-d61f-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-08 06:57:31.904842 | fa163e2e-e7ee-dcaf-d61f-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-08 06:57:31.905199 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-10-08 06:57:34.419404 | fa163e2e-e7ee-dc64-f9cb-000000000039 | TASK | Gathering Facts 2025-10-08 06:57:34.973258 | fa163e2e-e7ee-dc64-f9cb-000000000039 | OK | Gathering Facts | undercloud 2025-10-08 06:57:34.974972 | fa163e2e-e7ee-dc64-f9cb-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.568050 | 0.55s 2025-10-08 06:57:34.998524 | fa163e2e-e7ee-dc64-f9cb-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-08 06:57:34.999618 | fa163e2e-e7ee-dc64-f9cb-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.592739 | 0.58s 2025-10-08 06:57:35.029733 | fa163e2e-e7ee-dc64-f9cb-00000000000a | TASK | Load distro-specific variables 2025-10-08 06:57:35.111361 | fa163e2e-e7ee-dc64-f9cb-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.704453 | 0.08s 2025-10-08 06:57:35.133065 | fa163e2e-e7ee-dc64-f9cb-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.726087 | 0.09s 2025-10-08 06:57:35.153807 | a7ed2389-43e3-443c-97b5-f3786ac91104 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 06:57:35.154487 | a7ed2389-43e3-443c-97b5-f3786ac91104 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 06:57:35.177028 | fa163e2e-e7ee-dc64-f9cb-000000000052 | TASK | Load distro-specific variables 2025-10-08 06:57:35.259336 | fa163e2e-e7ee-dc64-f9cb-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:35.260617 | fa163e2e-e7ee-dc64-f9cb-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.853725 | 0.08s 2025-10-08 06:57:35.265959 | fa163e2e-e7ee-dc64-f9cb-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.859047 | 0.09s 2025-10-08 06:57:35.299568 | fa163e2e-e7ee-dc64-f9cb-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:35.300510 | fa163e2e-e7ee-dc64-f9cb-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.893630 | 0.11s 2025-10-08 06:57:35.310437 | fa163e2e-e7ee-dc64-f9cb-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.903557 | 0.12s 2025-10-08 06:57:35.318371 | fa163e2e-e7ee-dc64-f9cb-00000000000b | TASK | Install chronyd 2025-10-08 06:57:35.367789 | fa163e2e-e7ee-dc64-f9cb-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.960892 | 0.05s 2025-10-08 06:57:35.379190 | fa163e2e-e7ee-dc64-f9cb-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.972310 | 0.05s 2025-10-08 06:57:35.400126 | a7da2435-2de5-411f-9b78-ed173ac45a14 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-08 06:57:35.400803 | a7da2435-2de5-411f-9b78-ed173ac45a14 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-08 06:57:35.424906 | fa163e2e-e7ee-dc64-f9cb-0000000000a2 | TASK | Load distro-specific variables 2025-10-08 06:57:35.499159 | fa163e2e-e7ee-dc64-f9cb-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.092268 | 0.07s 2025-10-08 06:57:35.500173 | fa163e2e-e7ee-dc64-f9cb-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.093294 | 0.07s 2025-10-08 06:57:35.514207 | 4eb7cb8c-fff0-4a96-b33d-35921949b287 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 06:57:35.514868 | 4eb7cb8c-fff0-4a96-b33d-35921949b287 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 06:57:35.534763 | fa163e2e-e7ee-dc64-f9cb-000000000102 | TASK | Load distro-specific variables 2025-10-08 06:57:35.632715 | fa163e2e-e7ee-dc64-f9cb-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:35.634319 | fa163e2e-e7ee-dc64-f9cb-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.227426 | 0.10s 2025-10-08 06:57:35.643794 | fa163e2e-e7ee-dc64-f9cb-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:35.644979 | fa163e2e-e7ee-dc64-f9cb-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.238099 | 0.10s 2025-10-08 06:57:35.646377 | fa163e2e-e7ee-dc64-f9cb-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.239497 | 0.11s 2025-10-08 06:57:35.651747 | fa163e2e-e7ee-dc64-f9cb-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.244869 | 0.11s 2025-10-08 06:57:35.659885 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | TASK | Check for NTP service 2025-10-08 06:57:36.025368 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-08 06:57:36.026392 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.619508 | 0.36s 2025-10-08 06:57:36.057570 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-08 06:57:36.058115 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.651241 | 0.38s 2025-10-08 06:57:36.064360 | fa163e2e-e7ee-dc64-f9cb-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-08 06:57:36.149434 | fa163e2e-e7ee-dc64-f9cb-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-08 06:57:36.150313 | fa163e2e-e7ee-dc64-f9cb-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.743431 | 0.08s 2025-10-08 06:57:36.165099 | fa163e2e-e7ee-dc64-f9cb-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-08 06:57:36.165822 | fa163e2e-e7ee-dc64-f9cb-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.758945 | 0.09s 2025-10-08 06:57:36.174264 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | TASK | Install chronyd package 2025-10-08 06:57:39.085402 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-08 06:57:39.086831 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.679941 | 2.90s 2025-10-08 06:57:40.754720 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-08 06:57:40.755762 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.348878 | 4.58s 2025-10-08 06:57:40.763739 | fa163e2e-e7ee-dc64-f9cb-00000000000c | TASK | Upgrade chronyd 2025-10-08 06:57:40.811451 | fa163e2e-e7ee-dc64-f9cb-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-08 06:57:40.812734 | fa163e2e-e7ee-dc64-f9cb-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.405841 | 0.05s 2025-10-08 06:57:40.854142 | fa163e2e-e7ee-dc64-f9cb-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-08 06:57:40.854771 | fa163e2e-e7ee-dc64-f9cb-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.447893 | 0.08s 2025-10-08 06:57:40.862252 | fa163e2e-e7ee-dc64-f9cb-00000000000d | TASK | Configure chronyd 2025-10-08 06:57:40.912327 | fa163e2e-e7ee-dc64-f9cb-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.505430 | 0.05s 2025-10-08 06:57:40.954551 | fa163e2e-e7ee-dc64-f9cb-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.547671 | 0.08s 2025-10-08 06:57:40.971581 | 2c41c01c-05d2-4ff2-8497-59064c85b3b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-08 06:57:40.972237 | 2c41c01c-05d2-4ff2-8497-59064c85b3b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-08 06:57:41.005682 | fa163e2e-e7ee-dc64-f9cb-000000000162 | TASK | Load distro-specific variables 2025-10-08 06:57:41.081108 | fa163e2e-e7ee-dc64-f9cb-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.674212 | 0.07s 2025-10-08 06:57:41.092487 | fa163e2e-e7ee-dc64-f9cb-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.685608 | 0.08s 2025-10-08 06:57:41.107497 | 3d0ca834-9938-4717-a87d-570168ce76fa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 06:57:41.108170 | 3d0ca834-9938-4717-a87d-570168ce76fa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 06:57:41.123644 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | TASK | Load distro-specific variables 2025-10-08 06:57:41.225041 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:41.226653 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.819761 | 0.10s 2025-10-08 06:57:41.236587 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:41.237691 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.830812 | 0.10s 2025-10-08 06:57:41.242741 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.835854 | 0.12s 2025-10-08 06:57:41.243867 | fa163e2e-e7ee-dc64-f9cb-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.836989 | 0.11s 2025-10-08 06:57:41.252417 | fa163e2e-e7ee-dc64-f9cb-000000000163 | TASK | Install chrony configuration file 2025-10-08 06:57:42.047995 | fa163e2e-e7ee-dc64-f9cb-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-08 06:57:42.053822 | fa163e2e-e7ee-dc64-f9cb-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.646934 | 0.79s 2025-10-08 06:57:42.054900 | fa163e2e-e7ee-dc64-f9cb-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-08 06:57:42.055593 | fa163e2e-e7ee-dc64-f9cb-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.648715 | 0.80s 2025-10-08 06:57:42.064246 | fa163e2e-e7ee-dc64-f9cb-00000000000e | TASK | Run chronyd 2025-10-08 06:57:42.142783 | fa163e2e-e7ee-dc64-f9cb-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.735888 | 0.08s 2025-10-08 06:57:42.176617 | fa163e2e-e7ee-dc64-f9cb-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.769736 | 0.10s 2025-10-08 06:57:42.196247 | e856932b-fb67-4ee6-b0c0-786f0b39e663 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-08 06:57:42.197068 | e856932b-fb67-4ee6-b0c0-786f0b39e663 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-08 06:57:42.235062 | fa163e2e-e7ee-dc64-f9cb-000000000233 | TASK | Load distro-specific variables 2025-10-08 06:57:42.330294 | fa163e2e-e7ee-dc64-f9cb-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.923399 | 0.09s 2025-10-08 06:57:42.342676 | fa163e2e-e7ee-dc64-f9cb-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.935796 | 0.10s 2025-10-08 06:57:42.356979 | d5f9e117-fe08-42fd-99a3-644a7bd1c56d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 06:57:42.357634 | d5f9e117-fe08-42fd-99a3-644a7bd1c56d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 06:57:42.374823 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | TASK | Load distro-specific variables 2025-10-08 06:57:42.476156 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:42.477546 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.070656 | 0.10s 2025-10-08 06:57:42.483108 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.076219 | 0.11s 2025-10-08 06:57:42.520338 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 06:57:42.521107 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.114229 | 0.11s 2025-10-08 06:57:42.526500 | fa163e2e-e7ee-dc64-f9cb-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.119620 | 0.11s 2025-10-08 06:57:42.534365 | fa163e2e-e7ee-dc64-f9cb-000000000234 | TASK | Ensure chronyd is running 2025-10-08 06:57:43.144680 | fa163e2e-e7ee-dc64-f9cb-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-08 06:57:43.146967 | fa163e2e-e7ee-dc64-f9cb-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.740041 | 0.61s 2025-10-08 06:57:43.160199 | fa163e2e-e7ee-dc64-f9cb-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-08 06:57:43.161573 | fa163e2e-e7ee-dc64-f9cb-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.754693 | 0.61s 2025-10-08 06:57:43.171442 | fa163e2e-e7ee-dc64-f9cb-000000000235 | TASK | Force chronyd restart 2025-10-08 06:57:43.260792 | fa163e2e-e7ee-dc64-f9cb-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-08 06:57:43.262058 | fa163e2e-e7ee-dc64-f9cb-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:08.855168 | 0.09s 2025-10-08 06:57:43.642088 | fa163e2e-e7ee-dc64-f9cb-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-08 06:57:43.643585 | fa163e2e-e7ee-dc64-f9cb-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.236704 | 0.46s 2025-10-08 06:57:43.653171 | fa163e2e-e7ee-dc64-f9cb-00000000000f | TASK | Enable online service 2025-10-08 06:57:43.724024 | fa163e2e-e7ee-dc64-f9cb-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.317127 | 0.07s 2025-10-08 06:57:43.745568 | fa163e2e-e7ee-dc64-f9cb-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.338688 | 0.08s 2025-10-08 06:57:43.762224 | 65a7c3c4-05a1-46ad-bd2c-060c0de2bab8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-08 06:57:43.762885 | 65a7c3c4-05a1-46ad-bd2c-060c0de2bab8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-08 06:57:43.803993 | fa163e2e-e7ee-dc64-f9cb-000000000338 | TASK | Create chrony-online.service unit file 2025-10-08 06:57:44.246440 | fa163e2e-e7ee-dc64-f9cb-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-08 06:57:44.247819 | fa163e2e-e7ee-dc64-f9cb-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.840929 | 0.44s 2025-10-08 06:57:44.289583 | fa163e2e-e7ee-dc64-f9cb-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-08 06:57:44.290425 | fa163e2e-e7ee-dc64-f9cb-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.883546 | 0.48s 2025-10-08 06:57:44.298682 | fa163e2e-e7ee-dc64-f9cb-000000000339 | TASK | Enable chrony-online.service 2025-10-08 06:57:45.523702 | fa163e2e-e7ee-dc64-f9cb-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-08 06:57:45.527091 | fa163e2e-e7ee-dc64-f9cb-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.120203 | 1.21s 2025-10-08 06:57:45.530401 | fa163e2e-e7ee-dc64-f9cb-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-08 06:57:45.532514 | fa163e2e-e7ee-dc64-f9cb-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.125634 | 1.23s 2025-10-08 06:57:45.542483 | fa163e2e-e7ee-dc64-f9cb-000000000010 | TASK | Sync chronyc 2025-10-08 06:57:45.624998 | fa163e2e-e7ee-dc64-f9cb-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.218049 | 0.08s 2025-10-08 06:57:45.636839 | fa163e2e-e7ee-dc64-f9cb-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.229955 | 0.08s 2025-10-08 06:57:45.652054 | 04742aa3-86e0-417c-95ad-511214a1ba04 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-08 06:57:45.653061 | 04742aa3-86e0-417c-95ad-511214a1ba04 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-08 06:57:45.707063 | fa163e2e-e7ee-dc64-f9cb-00000000042a | TASK | Force NTP sync 2025-10-08 06:57:45.968159 | fa163e2e-e7ee-dc64-f9cb-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-08 06:57:45.969601 | fa163e2e-e7ee-dc64-f9cb-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.562705 | 0.26s 2025-10-08 06:57:45.980810 | fa163e2e-e7ee-dc64-f9cb-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-08 06:57:45.981595 | fa163e2e-e7ee-dc64-f9cb-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.574715 | 0.26s 2025-10-08 06:57:45.989681 | fa163e2e-e7ee-dc64-f9cb-00000000042b | TASK | Ensure system is NTP time synced 2025-10-08 07:02:36.569224 | fa163e2e-e7ee-dc64-f9cb-00000000042b | FATAL | Ensure system is NTP time synced | standalone.localdomain | error={"changed": true, "cmd": ["chronyc", "waitsync", "30"], "delta": "0:04:50.303509", "end": "2025-10-08 07:02:36.540763", "msg": "non-zero return code", "rc": 1, "start": "2025-10-08 06:57:46.237254", "stderr": "", "stderr_lines": [], "stdout": "try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 2, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 3, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 4, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 5, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 6, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 7, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 8, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 9, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 10, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 11, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 12, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 13, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 14, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 15, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 16, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 17, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 18, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 19, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 20, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 21, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 22, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 23, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 24, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 25, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 26, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 27, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 28, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 29, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 30, refid: 00000000, correction: 0.000000001, skew: 0.000", "stdout_lines": ["try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 7, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 8, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 9, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 10, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 11, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 12, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 13, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 14, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 15, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 16, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 17, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 18, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 19, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 20, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 21, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 22, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 23, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 24, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 25, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 26, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 27, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 28, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 29, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 30, refid: 00000000, correction: 0.000000001, skew: 0.000"]} 2025-10-08 07:02:36.570794 | fa163e2e-e7ee-dc64-f9cb-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:05:02.163900 | 290.58s 2025-10-08 07:02:36.583607 | fa163e2e-e7ee-dc64-f9cb-00000000042b | FATAL | Ensure system is NTP time synced | undercloud | error={"changed": true, "cmd": ["chronyc", "waitsync", "30"], "delta": "0:04:50.291446", "end": "2025-10-08 07:02:36.554786", "msg": "non-zero return code", "rc": 1, "start": "2025-10-08 06:57:46.263340", "stderr": "", "stderr_lines": [], "stdout": "try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 2, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 3, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 4, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 5, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 6, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 7, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 8, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 9, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 10, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 11, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 12, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 13, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 14, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 15, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 16, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 17, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 18, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 19, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 20, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 21, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 22, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 23, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 24, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 25, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 26, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 27, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 28, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 29, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 30, refid: 00000000, correction: 0.000000001, skew: 0.000", "stdout_lines": ["try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 7, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 8, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 9, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 10, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 11, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 12, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 13, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 14, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 15, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 16, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 17, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 18, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 19, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 20, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 21, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 22, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 23, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 24, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 25, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 26, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 27, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 28, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 29, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 30, refid: 00000000, correction: 0.000000001, skew: 0.000"]} 2025-10-08 07:02:36.584432 | fa163e2e-e7ee-dc64-f9cb-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:05:02.177553 | 290.58s PLAY RECAP ********************************************************************* standalone.localdomain : ok=21 changed=4 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 undercloud : ok=22 changed=5 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 2025-10-08 07:02:36.590535 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 07:02:36.591259 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 07:02:36.591963 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:05:02.185051 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 07:02:36.592627 | UUID | Info | Host | Task Name | Run Time 2025-10-08 07:02:36.593328 | fa163e2e-e7ee-dc64-f9cb-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 290.58s 2025-10-08 07:02:36.594112 | fa163e2e-e7ee-dc64-f9cb-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 290.58s 2025-10-08 07:02:36.594725 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.58s 2025-10-08 07:02:36.595263 | fa163e2e-e7ee-dc64-f9cb-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 2.90s 2025-10-08 07:02:36.595752 | fa163e2e-e7ee-dc64-f9cb-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.23s 2025-10-08 07:02:36.596255 | fa163e2e-e7ee-dc64-f9cb-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.21s 2025-10-08 07:02:36.596720 | fa163e2e-e7ee-dc64-f9cb-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.80s 2025-10-08 07:02:36.597240 | fa163e2e-e7ee-dc64-f9cb-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-10-08 07:02:36.597737 | fa163e2e-e7ee-dc64-f9cb-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.61s 2025-10-08 07:02:36.598255 | fa163e2e-e7ee-dc64-f9cb-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.61s 2025-10-08 07:02:36.598715 | fa163e2e-e7ee-dc64-f9cb-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.58s 2025-10-08 07:02:36.599231 | fa163e2e-e7ee-dc64-f9cb-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-10-08 07:02:36.599701 | fa163e2e-e7ee-dc64-f9cb-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.48s 2025-10-08 07:02:36.600200 | fa163e2e-e7ee-dc64-f9cb-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.46s 2025-10-08 07:02:36.600660 | fa163e2e-e7ee-dc64-f9cb-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.44s 2025-10-08 07:02:36.601155 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2025-10-08 07:02:36.601619 | fa163e2e-e7ee-dc64-f9cb-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.36s 2025-10-08 07:02:36.602197 | fa163e2e-e7ee-dc64-f9cb-00000000042a | SUMMARY | undercloud | chrony : Force NTP sync | 0.26s 2025-10-08 07:02:36.602666 | fa163e2e-e7ee-dc64-f9cb-00000000042a | SUMMARY | standalone.localdomain | chrony : Force NTP sync | 0.26s 2025-10-08 07:02:36.603159 | fa163e2e-e7ee-dc64-f9cb-000000000052 | SUMMARY | undercloud | chrony : Load distro-specific variables | 0.12s 2025-10-08 07:02:36.603611 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 07:02:36.604128 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ State Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 07:02:36.604624 | ~~~~~~~~~~~~~~~~~~ Number of nodes which did not deploy successfully: 2 ~~~~~~~~~~~~~~~~~ 2025-10-08 07:02:36.605125 | The following node(s) had failures: standalone.localdomain, undercloud 2025-10-08 07:02:36.605575 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ansible execution failed. playbook: /usr/share/ansible/tripleo-playbooks/ceph-chrony.yaml, Run Status: failed, Return Code: 2 Exception occured while running the command Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/tripleoclient/command.py", line 32, in run super(Command, self).run(parsed_args) File "/usr/lib/python3.9/site-packages/osc_lib/command/command.py", line 39, in run return super(Command, self).run(parsed_args) File "/usr/lib/python3.9/site-packages/cliff/command.py", line 186, in run return_code = self.take_action(parsed_args) or 0 File "/usr/lib/python3.9/site-packages/tripleoclient/v2/overcloud_ceph.py", line 715, in take_action oooutils.run_ansible_playbook( File "/usr/lib/python3.9/site-packages/tripleoclient/utils.py", line 743, in run_ansible_playbook raise RuntimeError(err_msg) RuntimeError: Ansible execution failed. playbook: /usr/share/ansible/tripleo-playbooks/ceph-chrony.yaml, Run Status: failed, Return Code: 2 Ansible execution failed. playbook: /usr/share/ansible/tripleo-playbooks/ceph-chrony.yaml, Run Status: failed, Return Code: 2 + rv=1 + rm -rf -- /tmp/tmp.Knqc2PXgXb + exit 1 make: *** [Makefile:546: standalone_deploy] Error 1