~/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.Vbr5MIgfZ5 + 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.Vbr5MIgfZ5/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=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + 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.Vbr5MIgfZ5/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.Vbr5MIgfZ5 + J2_VARS_FILE=/tmp/tmp.Vbr5MIgfZ5/tmp.S0TQtAuDh9.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.Vbr5MIgfZ5/tmp.S0TQtAuDh9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/tmp.S0TQtAuDh9.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.Vbr5MIgfZ5/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.Vbr5MIgfZ5/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.Vbr5MIgfZ5/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.Vbr5MIgfZ5/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.Vbr5MIgfZ5/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. + [[ false == \t\r\u\e ]] + 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.0 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.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 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-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-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 openstack-17.1-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 openstack-17.1-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-eus-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-eus-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-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-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-eus-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-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-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.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 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.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 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.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 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.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 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.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 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.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 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.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 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.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.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.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 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.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 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.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 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-eus-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.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 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.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 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-eus-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): boost-system-1.75.0-8.el9.x86_64.rpm 167 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 472 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.5 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.6 MB/s | 98 kB 00:00 (5/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 439 kB/s | 17 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 216 kB 00:00 (7/399): python3-urllib-gssapi-1.0.2-4.el9.noar 331 kB/s | 24 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 1.3 MB/s | 59 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 574 kB/s | 34 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 1.4 MB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 513 kB/s | 25 kB 00:00 (13/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.6 MB/s | 283 kB 00:00 (14/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.3 MB/s | 321 kB 00:00 (15/399): perl-parent-0.238-460.el9.noarch.rpm 131 kB/s | 16 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 3.4 MB/s | 224 kB 00:00 (17/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.9 MB/s | 92 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.0 MB/s | 392 kB 00:00 (19/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.0 MB/s | 229 kB 00:00 (20/399): perl-Text-ParseWords-3.30-460.el9.noa 451 kB/s | 18 kB 00:00 (21/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 199 kB/s | 45 kB 00:00 (22/399): perl-Term-ANSIColor-5.01-461.el9.noar 408 kB/s | 51 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 2.6 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.6 MB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 321 kB/s | 26 kB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 405 kB/s | 28 kB 00:00 (27/399): perl-Carp-1.50-460.el9.noarch.rpm 468 kB/s | 31 kB 00:00 (28/399): perl-Encode-3.08-462.el9.x86_64.rpm 15 MB/s | 1.7 MB 00:00 (29/399): perl-Pod-Escapes-1.07-460.el9.noarch. 290 kB/s | 22 kB 00:00 (30/399): libburn-1.5.4-4.el9.x86_64.rpm 219 kB/s | 175 kB 00:00 (31/399): python3-psutil-5.8.0-12.el9.x86_64.rp 264 kB/s | 218 kB 00:00 (32/399): perl-Mozilla-CA-20200520-6.el9.noarch 312 kB/s | 14 kB 00:00 (33/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 682 kB/s | 24 kB 00:00 (34/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.8 MB/s | 76 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 455 kB/s | 37 kB 00:00 (36/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.3 MB/s | 73 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 483 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.3 MB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.4 MB/s | 410 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 2.5 MB/s | 108 kB 00:00 (41/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.0 MB/s | 39 kB 00:00 (42/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 715 kB/s | 34 kB 00:00 (43/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 368 kB/s | 19 kB 00:00 (44/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.2 MB/s | 419 kB 00:00 (45/399): perl-Digest-1.19-4.el9.noarch.rpm 747 kB/s | 29 kB 00:00 (46/399): perl-File-Path-2.18-4.el9.noarch.rpm 473 kB/s | 38 kB 00:00 (47/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.6 MB/s | 92 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (49/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.9 MB/s | 77 kB 00:00 (50/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (51/399): perl-podlators-4.14-460.el9.noarch.rp 2.3 MB/s | 118 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 281 kB/s | 25 kB 00:00 (53/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 771 kB/s | 1.2 MB 00:01 (54/399): python3-appdirs-1.4.4-4.el9.noarch.rp 673 kB/s | 27 kB 00:00 (55/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.3 MB/s | 112 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.8 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.1 MB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 1.3 MB/s | 61 kB 00:00 (59/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.5 MB/s | 221 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 4.6 MB/s | 279 kB 00:00 (61/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 451 kB/s | 48 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 673 kB/s | 31 kB 00:00 (63/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 736 kB/s | 42 kB 00:00 (64/399): python3-alembic-1.7.5-3.el9.noarch.rp 7.4 MB/s | 900 kB 00:00 (65/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 6.1 MB/s | 489 kB 00:00 (66/399): perl-AutoLoader-5.74-480.el9.noarch.r 448 kB/s | 23 kB 00:00 (67/399): perl-B-1.80-480.el9.x86_64.rpm 3.2 MB/s | 185 kB 00:00 (68/399): perl-Errno-1.30-480.el9.x86_64.rpm 207 kB/s | 17 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 183 kB/s | 24 kB 00:00 (70/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 249 kB/s | 23 kB 00:00 (71/399): perl-File-Basename-2.85-480.el9.noarc 385 kB/s | 19 kB 00:00 (72/399): perl-FileHandle-2.03-480.el9.noarch.r 321 kB/s | 17 kB 00:00 (73/399): perl-Getopt-Std-1.12-480.el9.noarch.r 450 kB/s | 17 kB 00:00 (74/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 467 kB/s | 25 kB 00:00 (75/399): perl-File-stat-1.09-480.el9.noarch.rp 134 kB/s | 19 kB 00:00 (76/399): perl-IO-1.43-480.el9.x86_64.rpm 747 kB/s | 94 kB 00:00 (77/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 224 kB/s | 25 kB 00:00 (78/399): perl-SelectSaver-1.02-480.el9.noarch. 184 kB/s | 13 kB 00:00 (79/399): perl-Symbol-1.08-480.el9.noarch.rpm 276 kB/s | 16 kB 00:00 (80/399): perl-POSIX-1.94-480.el9.x86_64.rpm 617 kB/s | 99 kB 00:00 (81/399): perl-base-2.27-480.el9.noarch.rpm 440 kB/s | 18 kB 00:00 (82/399): perl-if-0.60.800-480.el9.noarch.rpm 425 kB/s | 16 kB 00:00 (83/399): perl-interpreter-5.32.1-480.el9.x86_6 1.2 MB/s | 75 kB 00:00 (84/399): perl-libs-5.32.1-480.el9.x86_64.rpm 29 MB/s | 2.2 MB 00:00 (85/399): perl-mro-1.23-480.el9.x86_64.rpm 571 kB/s | 31 kB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 830 kB/s | 47 kB 00:00 (87/399): perl-overloading-0.02-480.el9.noarch. 370 kB/s | 15 kB 00:00 (88/399): perl-subs-1.03-480.el9.noarch.rpm 196 kB/s | 13 kB 00:00 (89/399): perl-vars-1.05-480.el9.noarch.rpm 323 kB/s | 15 kB 00:00 (90/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.0 MB/s | 176 kB 00:00 (91/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 950 kB/s | 40 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.4 MB/s | 459 kB 00:00 (93/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.7 MB/s | 259 kB 00:00 (94/399): jq-1.6-14.el9.x86_64.rpm 4.2 MB/s | 190 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.5 MB/s | 59 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 7.8 MB/s | 452 kB 00:00 (97/399): ipa-client-common-4.10.1-12.el9_2.2.n 1.0 MB/s | 44 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 28 MB/s | 2.4 MB 00:00 (99/399): python3-ipaclient-4.10.1-12.el9_2.2.n 14 MB/s | 648 kB 00:00 (100/399): python3-ipalib-4.10.1-12.el9_2.2.noa 16 MB/s | 663 kB 00:00 (101/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 848 kB/s | 57 kB 00:00 (102/399): ipa-common-4.10.1-12.el9_2.2.noarch. 4.7 MB/s | 656 kB 00:00 (103/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 71 MB/s | 7.9 MB 00:00 (104/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 630 kB/s | 41 kB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 757 kB/s | 46 kB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.5 MB/s | 55 kB 00:00 (107/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.5 MB/s | 456 kB 00:00 (108/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 24 MB/s | 3.3 MB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 265 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 993 kB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 7.9 MB/s | 441 kB 00:00 (113/399): rubygems-3.2.33-161.el9_2.2.noarch.r 4.4 MB/s | 306 kB 00:00 (114/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 858 kB/s | 110 kB 00:00 (115/399): buildah-1.29.5-1.el9_2.x86_64.rpm 59 MB/s | 8.6 MB 00:00 (116/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 28 MB/s | 2.2 MB 00:00 (117/399): bash-completion-2.11-4.el9.noarch.rp 7.9 MB/s | 459 kB 00:00 (118/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.3 MB/s | 245 kB 00:00 (119/399): libaio-0.3.111-13.el9.x86_64.rpm 712 kB/s | 26 kB 00:00 (120/399): device-mapper-persistent-data-0.9.0- 7.3 MB/s | 786 kB 00:00 (121/399): glibc-langpack-en-2.34-60.el9.x86_64 12 MB/s | 675 kB 00:00 (122/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 741 kB/s | 62 kB 00:00 (123/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.8 MB/s | 81 kB 00:00 (124/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 438 kB/s | 37 kB 00:00 (125/399): pkgconf-1.7.3-10.el9.x86_64.rpm 441 kB/s | 45 kB 00:00 (126/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 408 kB/s | 16 kB 00:00 (127/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 254 kB/s | 12 kB 00:00 (128/399): python3-dns-2.2.1-2.el9.noarch.rpm 8.8 MB/s | 418 kB 00:00 (129/399): krb5-workstation-1.20.1-8.el9.x86_64 2.4 MB/s | 542 kB 00:00 (130/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 604 kB/s | 30 kB 00:00 (131/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 452 kB/s | 19 kB 00:00 (132/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 545 kB/s | 36 kB 00:00 (133/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 25 MB/s | 1.5 MB 00:00 (134/399): device-mapper-event-1.02.187-7.el9_2 365 kB/s | 32 kB 00:00 (135/399): device-mapper-event-libs-1.02.187-7. 270 kB/s | 31 kB 00:00 (136/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 12 MB/s | 1.0 MB 00:00 (137/399): ansible-collection-ansible-netcommon 2.7 MB/s | 181 kB 00:00 (138/399): ansible-collection-ansible-utils-2.3 1.9 MB/s | 91 kB 00:00 (139/399): ansible-collection-community-general 21 MB/s | 1.3 MB 00:00 (140/399): golang-github-vbatts-tar-split-0.11. 20 MB/s | 1.0 MB 00:00 (141/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.5 MB/s | 77 kB 00:00 (142/399): ansible-collection-ansible-posix-1.2 710 kB/s | 124 kB 00:00 (143/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.2 MB/s | 162 kB 00:00 (144/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.1 MB/s | 178 kB 00:00 (145/399): python3-ansible-runner-2.0.0a1-3.el9 2.9 MB/s | 122 kB 00:00 (146/399): puppet-fdio-18.2-1.20220727113954.6f 304 kB/s | 25 kB 00:00 (147/399): python3-beautifulsoup4-4.9.3-2.el9os 3.1 MB/s | 204 kB 00:00 (148/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 429 kB/s | 44 kB 00:00 (149/399): python3-croniter-0.3.35-2.el9ost.noa 650 kB/s | 49 kB 00:00 (150/399): python3-docutils-0.16-6.el9ost.noarc 25 MB/s | 1.5 MB 00:00 (151/399): python3-daemon-2.3.0-1.el9ost.noarch 445 kB/s | 39 kB 00:00 (152/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 577 kB/s | 44 kB 00:00 (153/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.5 MB/s | 107 kB 00:00 (154/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.2 MB/s | 284 kB 00:00 (155/399): python3-gevent-21.1.2-2.el9ost.x86_6 17 MB/s | 1.6 MB 00:00 (156/399): python3-lockfile-0.12.2-2.el9ost.noa 807 kB/s | 31 kB 00:00 (157/399): python3-jmespath-0.10.0-1.el9ost.noa 533 kB/s | 46 kB 00:00 (158/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (159/399): python3-logutils-0.3.5-15.el9ost.noa 603 kB/s | 47 kB 00:00 (160/399): python3-migrate-0.13.0-1.el9ost.noar 5.1 MB/s | 224 kB 00:00 (161/399): python3-natsort-7.1.1-2.el9ost.noarc 1.4 MB/s | 59 kB 00:00 (162/399): python3-mimeparse-1.6.0-16.el9ost.no 218 kB/s | 16 kB 00:00 (163/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.1 MB/s | 273 kB 00:00 (164/399): python3-passlib-1.7.4-3.el9ost.noarc 7.8 MB/s | 712 kB 00:00 (165/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.3 MB/s | 90 kB 00:00 (166/399): python3-pyperclip-1.8.0-3.el9ost.noa 474 kB/s | 25 kB 00:00 (167/399): python3-setproctitle-1.2.2-1.el9ost. 455 kB/s | 23 kB 00:00 (168/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.3 MB/s | 111 kB 00:00 (169/399): python3-soupsieve-2.2-1.el9ost.noarc 920 kB/s | 67 kB 00:00 (170/399): python3-smmap-3.0.1-4.el9ost.noarch. 498 kB/s | 47 kB 00:00 (171/399): python3-sqlalchemy13-1.3.24-3.el9ost 20 MB/s | 1.7 MB 00:00 (172/399): python3-tenacity-6.3.1-1.el9ost.noar 1.0 MB/s | 51 kB 00:00 (173/399): python3-webtest-2.0.35-6.el9ost.noar 1.7 MB/s | 82 kB 00:00 (174/399): python3-zope-interface-5.4.0-1.el9os 3.8 MB/s | 202 kB 00:00 (175/399): python3-zope-event-4.2.0-20.el9ost.n 2.1 MB/s | 205 kB 00:00 (176/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.1 MB/s | 243 kB 00:00 (177/399): rubygem-fast_gettext-1.2.0-9.el9ost. 644 kB/s | 34 kB 00:00 (178/399): rubygem-deep_merge-1.2.1-7.el9ost.no 219 kB/s | 14 kB 00:00 (179/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 1.8 MB/s | 396 kB 00:00 (180/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.9 MB/s | 90 kB 00:00 (181/399): rubygem-multi_json-1.15.0-2.el9ost.n 379 kB/s | 22 kB 00:00 (182/399): rubygem-puppet-resource_api-1.8.13-1 745 kB/s | 34 kB 00:00 (183/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 448 kB/s | 16 kB 00:00 (184/399): rubygem-semantic_puppet-1.0.4-2.el9o 538 kB/s | 21 kB 00:00 (185/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.3 MB/s | 433 kB 00:00 (186/399): ansible-config_template-2.0.1-17.1.2 689 kB/s | 29 kB 00:00 (187/399): ansible-role-atos-hsm-1.0.1-17.1.202 434 kB/s | 17 kB 00:00 (188/399): ansible-role-collectd-config-0.0.3-1 1.4 MB/s | 53 kB 00:00 (189/399): ansible-role-chrony-1.3.1-17.1.20230 514 kB/s | 22 kB 00:00 (190/399): ansible-role-container-registry-1.4. 486 kB/s | 24 kB 00:00 (191/399): ansible-role-openstack-operations-0. 801 kB/s | 30 kB 00:00 (192/399): ansible-role-qdr-config-0.0.2-17.1.2 402 kB/s | 21 kB 00:00 (193/399): ansible-role-thales-hsm-3.0.1-17.1.2 528 kB/s | 21 kB 00:00 (194/399): ansible-role-tripleo-modify-image-1. 736 kB/s | 27 kB 00:00 (195/399): ansible-role-redhat-subscription-1.3 412 kB/s | 28 kB 00:00 (196/399): ansible-tripleo-ipa-0.3.1-17.1.20230 955 kB/s | 36 kB 00:00 (197/399): ansible-tripleo-ipsec-11.0.1-17.1.20 1.0 MB/s | 38 kB 00:00 (198/399): dib-utils-0.0.11-17.1.20230620173328 338 kB/s | 12 kB 00:00 (199/399): openstack-heat-agents-2.2.1-17.1.202 256 kB/s | 9.6 kB 00:00 (200/399): os-apply-config-13.1.1-17.1.20231020 1.3 MB/s | 54 kB 00:00 (201/399): os-collect-config-13.1.1-17.1.202310 1.2 MB/s | 50 kB 00:00 (202/399): os-refresh-config-13.1.1-17.1.202310 546 kB/s | 21 kB 00:00 (203/399): puppet-archive-4.6.1-17.1.2023062018 980 kB/s | 44 kB 00:00 (204/399): puppet-aodh-18.4.2-17.1.202306201512 1.1 MB/s | 62 kB 00:00 (205/399): puppet-auditd-2.2.1-17.1.20230620192 730 kB/s | 28 kB 00:00 (206/399): puppet-certmonger-2.7.1-17.1.2023062 623 kB/s | 26 kB 00:00 (207/399): puppet-cinder-18.5.2-17.1.2023062105 2.7 MB/s | 120 kB 00:00 (208/399): puppet-ceilometer-18.4.3-17.1.202309 1.0 MB/s | 70 kB 00:00 (209/399): puppet-corosync-8.0.1-17.1.202306211 1.7 MB/s | 68 kB 00:00 (210/399): puppet-collectd-13.0.1-17.1.20230620 2.3 MB/s | 135 kB 00:00 (211/399): puppet-designate-18.6.1-17.1.2023062 1.1 MB/s | 69 kB 00:00 (212/399): puppet-dns-8.2.1-17.1.20230621002045 892 kB/s | 36 kB 00:00 (213/399): puppet-etcd-1.12.3-17.1.202306201932 581 kB/s | 25 kB 00:00 (214/399): puppet-gnocchi-18.4.3-17.1.202306210 1.5 MB/s | 58 kB 00:00 (215/399): puppet-heat-18.4.1-17.1.202306211116 1.7 MB/s | 70 kB 00:00 (216/399): puppet-memcached-6.0.0-17.1.20230620 621 kB/s | 23 kB 00:00 (217/399): puppet-manila-18.5.2-17.1.2023110219 1.7 MB/s | 81 kB 00:00 (218/399): puppet-kmod-2.5.0-17.1.2023062019064 263 kB/s | 21 kB 00:00 (219/399): puppet-mysql-10.6.1-17.1.20230621022 1.9 MB/s | 99 kB 00:00 (220/399): puppet-nssdb-1.0.2-17.1.202306201856 319 kB/s | 12 kB 00:00 (221/399): puppet-nova-18.6.1-17.1.202306210904 2.5 MB/s | 200 kB 00:00 (222/399): puppet-neutron-18.6.1-17.1.202306210 2.0 MB/s | 196 kB 00:00 (223/399): puppet-octavia-18.5.1-17.1.202306210 1.7 MB/s | 76 kB 00:00 (224/399): puppet-openstack_extras-18.5.1-17.1. 870 kB/s | 48 kB 00:00 (225/399): puppet-openstacklib-18.5.2-17.1.2023 750 kB/s | 62 kB 00:00 (226/399): puppet-oslo-18.5.1-17.1.202306210523 872 kB/s | 48 kB 00:00 (227/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (228/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.8 MB/s | 266 kB 00:00 (229/399): puppet-qdr-7.4.1-17.1.20230620195605 483 kB/s | 31 kB 00:00 (230/399): puppet-redis-6.1.1-17.1.202306201917 818 kB/s | 51 kB 00:00 (231/399): puppet-ssh-6.2.1-17.1.20230620190251 705 kB/s | 29 kB 00:00 (232/399): puppet-stdlib-6.3.1-17.1.20230621000 3.8 MB/s | 160 kB 00:00 (233/399): puppet-rsyslog-4.0.1-17.1.2023062020 605 kB/s | 58 kB 00:00 (234/399): puppet-swift-18.6.1-17.1.20230621052 1.6 MB/s | 115 kB 00:00 (235/399): puppet-systemd-2.12.1-17.1.202306201 539 kB/s | 42 kB 00:00 (236/399): python-oslo-cache-lang-2.7.1-17.1.20 484 kB/s | 19 kB 00:00 (237/399): puppet-xinetd-3.3.1-17.1.20230620185 370 kB/s | 26 kB 00:00 (238/399): python-oslo-log-lang-4.4.0-17.1.2023 263 kB/s | 14 kB 00:00 (239/399): puppet-vswitch-14.4.3-17.1.202306210 317 kB/s | 41 kB 00:00 (240/399): python-oslo-middleware-lang-4.2.1-17 180 kB/s | 13 kB 00:00 (241/399): python-oslo-versionedobjects-lang-2. 356 kB/s | 14 kB 00:00 (242/399): python-oslo-policy-lang-3.7.1-17.1.2 193 kB/s | 14 kB 00:00 (243/399): python3-GitPython-3.1.14-2.el9ost.no 5.9 MB/s | 238 kB 00:00 (244/399): python-pycadf-common-3.1.1-17.1.2023 131 kB/s | 15 kB 00:00 (245/399): python3-aodhclient-2.2.0-17.1.202306 524 kB/s | 56 kB 00:00 (246/399): python3-barbicanclient-5.3.0-17.1.20 1.2 MB/s | 127 kB 00:00 (247/399): python3-cliff-3.7.0-17.1.20230620172 2.5 MB/s | 95 kB 00:00 (248/399): python3-cinderclient-7.4.1-17.1.2023 2.2 MB/s | 218 kB 00:00 (249/399): python3-futurist-2.3.0-17.1.20230621 1.5 MB/s | 64 kB 00:00 (250/399): python3-heat-agent-ansible-2.2.1-17. 246 kB/s | 11 kB 00:00 (251/399): python3-heat-agent-apply-config-2.2. 286 kB/s | 9.9 kB 00:00 (252/399): python3-designateclient-4.2.1-17.1.2 551 kB/s | 92 kB 00:00 (253/399): python3-heat-agent-2.2.1-17.1.202306 187 kB/s | 19 kB 00:00 (254/399): python3-heat-agent-docker-cmd-2.2.1- 330 kB/s | 12 kB 00:00 (255/399): python3-heat-agent-hiera-2.2.1-17.1. 299 kB/s | 10 kB 00:00 (256/399): python3-heat-agent-json-file-2.2.1-1 246 kB/s | 9.8 kB 00:00 (257/399): python3-heat-agent-puppet-2.2.1-17.1 295 kB/s | 11 kB 00:00 (258/399): python3-heatclient-2.3.1-17.1.202306 3.6 MB/s | 158 kB 00:00 (259/399): python3-ironic-inspector-client-4.5. 1.6 MB/s | 67 kB 00:00 (260/399): python3-ironicclient-4.6.4-17.1.2023 7.6 MB/s | 342 kB 00:00 (261/399): python3-keystonemiddleware-9.2.0-17. 1.9 MB/s | 92 kB 00:00 (262/399): python3-keystoneclient-4.3.0-17.1.20 3.6 MB/s | 239 kB 00:00 (263/399): python3-magnumclient-3.4.1-17.1.2023 2.2 MB/s | 121 kB 00:00 (264/399): python3-novaclient-17.4.1-17.1.20230 5.1 MB/s | 201 kB 00:00 (265/399): python3-mistralclient-4.2.0-17.1.202 2.0 MB/s | 166 kB 00:00 (266/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (267/399): python3-neutronclient-7.3.1-17.1.202 3.0 MB/s | 298 kB 00:00 (268/399): python3-os-service-types-1.7.0-17.1. 853 kB/s | 38 kB 00:00 (269/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (270/399): python3-osc-lib-2.3.1-17.1.202306202 1.8 MB/s | 78 kB 00:00 (271/399): python3-oslo-context-3.2.1-17.1.2023 282 kB/s | 27 kB 00:00 (272/399): python3-oslo-cache-2.7.1-17.1.202306 492 kB/s | 56 kB 00:00 (273/399): python3-oslo-log-4.4.0-17.1.20230620 699 kB/s | 64 kB 00:00 (274/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (275/399): python3-oslo-policy-3.7.1-17.1.20230 1.5 MB/s | 76 kB 00:00 (276/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (277/399): python3-oslo-reports-2.2.0-17.1.2023 701 kB/s | 59 kB 00:00 (278/399): python3-oslo-serialization-4.1.1-17. 905 kB/s | 34 kB 00:00 (279/399): python3-oslo-upgradecheck-1.3.1-17.1 540 kB/s | 29 kB 00:00 (280/399): python3-osprofiler-3.4.0-17.1.202306 3.3 MB/s | 130 kB 00:00 (281/399): python3-oslo-versionedobjects-2.4.1- 1.2 MB/s | 79 kB 00:00 (282/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (283/399): python3-saharaclient-3.3.0-17.1.2023 3.4 MB/s | 188 kB 00:00 (284/399): python3-requestsexceptions-1.4.0-17. 201 kB/s | 17 kB 00:00 (285/399): python3-shade-1.33.0-17.1.2023062022 8.2 MB/s | 523 kB 00:00 (286/399): python3-statsd-3.2.1-20.1.el9ost.noa 918 kB/s | 35 kB 00:00 (287/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.2 MB/s | 50 kB 00:00 (288/399): python3-swiftclient-3.11.1-17.1.2023 1.8 MB/s | 136 kB 00:00 (289/399): python3-troveclient-7.0.0-17.1.20230 5.0 MB/s | 344 kB 00:00 (290/399): python3-validations-libs-1.9.1-17.1. 1.7 MB/s | 137 kB 00:00 (291/399): python3-zaqarclient-2.4.0-17.1.20230 1.7 MB/s | 129 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 2.1 MB/s | 111 kB 00:00 (293/399): python3-paramiko-2.11.0-2.el9ost.noa 6.5 MB/s | 299 kB 00:00 (294/399): ansible-pacemaker-1.0.4-17.1.2023121 550 kB/s | 21 kB 00:00 (295/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.1 MB/s | 427 kB 00:00 (296/399): python3-manilaclient-2.6.4-17.1.2024 9.0 MB/s | 528 kB 00:00 (297/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.8 MB/s | 83 kB 00:00 (298/399): ansible-role-metalsmith-deployment-1 585 kB/s | 21 kB 00:00 (299/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.8 MB/s | 230 kB 00:00 (300/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (301/399): python3-glanceclient-3.3.0-17.1.2024 3.3 MB/s | 143 kB 00:00 (302/399): python-oslo-db-lang-8.5.2-17.1.20240 171 kB/s | 14 kB 00:00 (303/399): python3-keystoneauth1-4.4.0-17.1.202 9.5 MB/s | 409 kB 00:00 (304/399): openstack-selinux-0.8.37-17.1.202311 1.3 MB/s | 221 kB 00:00 (305/399): python3-neutron-lib-2.10.3-17.1.2023 8.3 MB/s | 375 kB 00:00 (306/399): python3-oslo-db-8.5.2-17.1.202408201 3.3 MB/s | 144 kB 00:00 (307/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (308/399): python3-metalsmith-1.4.4-17.1.202405 477 kB/s | 65 kB 00:00 (309/399): python3-oslo-messaging-12.7.3-17.1.2 4.3 MB/s | 216 kB 00:00 (310/399): python3-oslo-service-2.5.1-17.1.2024 1.3 MB/s | 71 kB 00:00 (311/399): python3-rhosp-openvswitch-3.3-1.el9o 134 kB/s | 8.3 kB 00:00 (312/399): python3-waitress-2.0.0-4.el9ost.noar 2.9 MB/s | 109 kB 00:00 (313/399): openstack-ansible-core-2.14.2-4.7.el 27 MB/s | 2.3 MB 00:00 (314/399): puppet-glance-18.6.1-17.1.2025022015 1.3 MB/s | 87 kB 00:00 (315/399): openstack-tripleo-validations-14.3.2 2.5 MB/s | 204 kB 00:00 (316/399): puppet-ovn-18.6.1-17.1.2024092509490 768 kB/s | 29 kB 00:00 (317/399): puppet-pacemaker-1.5.1-17.1.20250214 3.6 MB/s | 158 kB 00:00 (318/399): puppet-tripleo-14.2.3-17.1.202503201 4.6 MB/s | 239 kB 00:00 (319/399): ansible-collection-containers-podman 5.2 MB/s | 243 kB 00:00 (320/399): python3-os-ken-1.4.1-17.1.2024120509 21 MB/s | 2.1 MB 00:00 (321/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.3 MB/s | 351 kB 00:00 (322/399): ansible-collections-openstack-1.9.1- 2.3 MB/s | 146 kB 00:00 (323/399): facter-3.14.19-3.el9ost.x86_64.rpm 6.9 MB/s | 518 kB 00:00 (324/399): hiera-3.6.0-6.el9ost.noarch.rpm 690 kB/s | 33 kB 00:00 (325/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.3 MB/s | 405 kB 00:00 (326/399): puppet-headless-7.10.0-4.el9ost.noar 25 MB/s | 1.4 MB 00:00 (327/399): puppet-7.10.0-4.el9ost.noarch.rpm 127 kB/s | 11 kB 00:00 (328/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (329/399): python3-boto-2.45.0-8.1.el9ost.noarc 21 MB/s | 1.3 MB 00:00 (330/399): python3-cachetools-4.2.2-3.el9ost.no 779 kB/s | 33 kB 00:00 (331/399): python3-colorama-0.4.4-4.el9ost.noar 797 kB/s | 35 kB 00:00 (332/399): python3-dogpile-cache-1.1.5-5.el9ost 1.3 MB/s | 89 kB 00:00 (333/399): python3-extras-1.0.0-17.el9ost.noarc 435 kB/s | 21 kB 00:00 (334/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (335/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.3 MB/s | 284 kB 00:00 (336/399): python3-fixtures-3.0.0-24.el9ost.noa 775 kB/s | 93 kB 00:00 (337/399): python3-kombu-5.0.2-3.el9ost.noarch. 4.5 MB/s | 313 kB 00:00 (338/399): python3-openstacksdk-0.55.1-17.1.202 15 MB/s | 735 kB 00:00 (339/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.2 MB/s | 87 kB 00:00 (340/399): python3-munch-2.5.0-6.el9ost.noarch. 351 kB/s | 25 kB 00:00 (341/399): python3-paste-3.5.0-5.el9ost.noarch. 16 MB/s | 776 kB 00:00 (342/399): python3-paste-deploy-2.1.1-4.el9ost. 735 kB/s | 41 kB 00:00 (343/399): python3-pystache-0.5.4-15.el9ost.noa 2.2 MB/s | 132 kB 00:00 (344/399): python3-repoze-lru-0.7-12.el9ost.noa 756 kB/s | 32 kB 00:00 (345/399): python3-routes-2.4.1-14.el9ost.noarc 4.7 MB/s | 188 kB 00:00 (346/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (347/399): python3-secretstorage-3.3.1-3.el9ost 922 kB/s | 36 kB 00:00 (348/399): python3-simplejson-3.17.5-3.el9ost.x 6.3 MB/s | 266 kB 00:00 (349/399): python3-tempita-0.5.1-27.el9ost.noar 713 kB/s | 36 kB 00:00 (350/399): python3-testtools-2.4.0-10.el9ost.no 6.6 MB/s | 333 kB 00:00 (351/399): python3-warlock-1.3.3-7.el9ost.noarc 581 kB/s | 21 kB 00:00 (352/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.2 MB/s | 56 kB 00:00 (353/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.3 MB/s | 180 kB 00:00 (354/399): python3-vine-5.0.0-5.el9ost.noarch.r 203 kB/s | 26 kB 00:00 (355/399): ruby-facter-3.14.19-3.el9ost.x86_64. 198 kB/s | 9.5 kB 00:00 (356/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.0 MB/s | 123 kB 00:00 (357/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 381 kB/s | 19 kB 00:00 (358/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 232 kB/s | 29 kB 00:00 (359/399): openstack-heat-api-16.1.1-17.1.20250 396 kB/s | 16 kB 00:00 (360/399): openstack-heat-engine-16.1.1-17.1.20 395 kB/s | 15 kB 00:00 (361/399): openstack-heat-common-16.1.1-17.1.20 23 MB/s | 1.6 MB 00:00 (362/399): openstack-heat-monolith-16.1.1-17.1. 433 kB/s | 16 kB 00:00 (363/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (364/399): python-openstackclient-lang-5.5.2-17 1.3 MB/s | 58 kB 00:00 (365/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 48 kB 00:00 (366/399): python3-openstackclient-5.5.2-17.1.2 14 MB/s | 1.1 MB 00:00 (367/399): puppet-apache-6.5.2-17.1.20250811150 4.6 MB/s | 253 kB 00:00 (368/399): puppet-concat-6.2.1-17.1.20250725131 1.2 MB/s | 44 kB 00:00 (369/399): puppet-firewall-3.4.1-17.1.202508041 1.8 MB/s | 73 kB 00:00 (370/399): puppet-git-0.5.0-17.1.20250725114148 482 kB/s | 26 kB 00:00 (371/399): openstack-tripleo-common-containers- 562 kB/s | 74 kB 00:00 (372/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (373/399): puppet-ipaclient-2.5.2-17.1.20250725 525 kB/s | 21 kB 00:00 (374/399): puppet-keepalived-0.0.2-17.1.2025072 475 kB/s | 17 kB 00:00 (375/399): puppet-remote-10.0.0-17.1.2025072511 510 kB/s | 19 kB 00:00 (376/399): puppet-inifile-4.2.1-17.1.2025080415 498 kB/s | 46 kB 00:00 (377/399): puppet-module-data-0.5.1-17.1.202507 257 kB/s | 16 kB 00:00 (378/399): puppet-rsync-1.1.4-17.1.202508041515 755 kB/s | 28 kB 00:00 (379/399): puppet-sysctl-0.0.13-17.1.2025072511 397 kB/s | 19 kB 00:00 (380/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.0 MB/s | 53 kB 00:00 (381/399): puppet-snmp-3.9.1-17.1.2025072511575 394 kB/s | 38 kB 00:00 (382/399): python3-tripleo-common-15.4.1-17.1.2 3.7 MB/s | 198 kB 00:00 (383/399): python3-tripleoclient-16.5.1-17.1.20 11 MB/s | 552 kB 00:00 (384/399): openstack-tripleo-heat-templates-14. 13 MB/s | 611 kB 00:00 (385/399): tripleo-ansible-3.3.1-17.1.202508040 7.3 MB/s | 569 kB 00:00 (386/399): puppet-horizon-18.6.1-17.1.202510081 1.4 MB/s | 59 kB 00:00 (387/399): puppet-keystone-18.6.1-17.1.20251008 2.7 MB/s | 126 kB 00:00 (388/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.6 MB/s | 68 kB 00:00 (389/399): python3-openvswitch3.3-3.3.6-141.el9 6.1 MB/s | 383 kB 00:00 (390/399): cephadm-18.2.1-361.el9cp.noarch.rpm 6.6 MB/s | 354 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.2 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.3 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.5 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 774 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.9 MB/s | 464 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 978 kB/s | 142 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 11 MB/s | 2.3 MB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.1 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 9.9 MB/s | 97 MB 00:09 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 : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.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-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.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 : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 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 : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 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 : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 169/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 170/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 171/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 172/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 173/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 174/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 175/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 176/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 177/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 178/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 179/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 229/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 230/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 231/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 232/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 233/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 234/408 Installing : pkgconf-1.7.3-10.el9.x86_64 235/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 236/408 Installing : bash-completion-1:2.11-4.el9.noarch 237/408 Installing : libkadm5-1.20.1-8.el9.x86_64 238/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 239/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 240/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/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-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : bash-completion-1:2.11-4.el9.noarch 118/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 119/408 Verifying : libaio-0.3.111-13.el9.x86_64 120/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 121/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 122/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 123/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 124/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 125/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 126/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 127/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 128/408 Verifying : python3-dns-2.2.1-2.el9.noarch 129/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 130/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 131/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 132/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 133/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 134/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 135/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 136/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 137/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 138/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 139/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 140/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 141/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 142/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 143/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 144/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 145/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 146/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 147/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 148/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 149/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 150/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 151/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 152/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 153/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 154/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 155/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 156/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 157/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 158/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 159/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 160/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 161/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 162/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 163/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 164/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 165/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 166/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 167/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 168/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 169/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 170/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 171/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 172/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 173/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 174/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 175/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 176/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 177/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 178/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 179/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 180/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 181/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 182/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 183/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 184/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 185/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 186/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 187/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 188/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 189/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 190/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 191/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 192/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 193/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 194/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 195/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 196/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 197/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 198/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 199/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 200/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 201/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 202/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 203/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 204/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 205/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 206/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 207/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 208/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 209/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 210/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 211/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 212/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 213/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 214/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 215/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 216/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 217/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 218/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 219/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 220/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 221/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 222/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 223/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 224/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 225/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 226/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 227/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 228/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 229/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 230/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 231/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 232/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 233/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 234/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 235/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 236/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 237/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 238/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 239/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 240/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 241/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 242/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 243/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 244/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 245/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 246/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 247/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 248/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 249/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 250/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 251/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 252/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 257/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 258/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 259/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 260/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 261/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 262/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 263/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 264/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 265/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 266/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 267/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 268/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 269/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 270/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 271/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 272/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 273/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 274/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 275/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 276/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 277/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 278/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 279/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 280/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 281/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 282/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 283/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 284/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 285/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 286/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 287/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 288/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 289/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 290/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 291/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 292/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 293/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 294/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 295/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 296/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 297/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 298/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 299/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 300/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 301/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 303/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 304/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 305/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 306/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 307/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 308/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 309/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 310/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 311/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 312/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 313/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 314/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 315/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 316/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 317/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 318/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 319/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 320/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 321/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 322/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 323/408 Verifying : hiera-3.6.0-6.el9ost.noarch 324/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 325/408 Verifying : puppet-7.10.0-4.el9ost.noarch 326/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 327/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 328/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 329/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 330/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 331/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 332/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 333/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 334/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 335/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 336/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 337/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 338/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 339/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 340/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 341/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 342/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 343/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 344/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 345/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 346/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 347/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 348/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 349/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 350/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 351/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 352/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 353/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 354/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 355/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 356/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 357/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 358/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 359/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 360/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 362/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 363/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 364/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 365/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 366/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 367/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 368/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 369/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 370/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 371/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 372/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 373/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 374/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 375/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 376/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 377/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 378/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 379/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 380/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 381/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 382/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 383/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 384/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 386/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 387/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-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.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.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.20250811150836.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.20250725131333.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.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.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.20250725114653.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.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.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.20250725115430.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.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.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.20250725113328.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.20250725113408.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.6-141.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.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.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.20250804050821.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.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --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=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + 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' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + 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=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + 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-11-24T19:44:19.408791 # # 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 + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-41 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-41... Getting image source signatures Copying blob sha256:707bfc4d30a0287c17f3a485f18589998913d4ebf564d3a6e4289dc553add366 Copying blob sha256:51d76eac0784f4fd48e27244eb04ffd6ab864e305ec7cfd7ce99084a9833cf05 Copying blob sha256:d5ffd7f88af464dc81d446104161b9b1d65c58aa03d841fc246b4468718d5676 Copying blob sha256:345fbee7845e7bee77bfcee2743e9edb71244864eeb2d68489378d3606426bc7 Copying blob sha256:e06d30be0a26fdb981ca402d282899495e658c748fc946da8e0a3f318ada7d41 Copying blob sha256:94f68bf5bf757e29df7645573954967026a3e99e1e337b326635f4be6c46f0bd Copying blob sha256:36b7a5fc1cf473950f16c2477c1f48ed82dc7852efc32029598d7b17985719d8 Copying blob sha256:c123008595a5b76a758ca30c61afc48012f807ee7ec639ba995e0cb743e8f984 Copying blob sha256:da3fd09093b8cb9c87cc9c7cb358d98c53deba49b36739401d2cec6d8727d891 Copying blob sha256:756af8215275e5cf7440ac835764076d2776f5e4a578b22d2a3aa7191c3839fb Copying blob sha256:068e92ccbce3e33c3296e0554c6858efe74b7d9f65b2ec5ecd121c8bbfba31ed Copying blob sha256:0c19df6ac29638a542e23b6bb3dfbb1c04c6d92e5f4bd3b0b4f2d4e980d242ea Copying blob sha256:3b3f0ff9ea66503ef1c5faf4035c0d5e112f24ceb5fbd085a72aa2eab4f3a226 Copying blob sha256:97bc40caffe8ed9ba9f30901d0adea1c25527f2d11631995b94bda51f0204882 Copying blob sha256:fb75fee72f684191fcfd92755c0fb6775e2739c0cd158aa9bf69879fc69ba510 Copying blob sha256:af40c92ad5860d9c67cfb45db34fe0a3d13689340182f9d8ab00ed638e599f2a Copying blob sha256:a6ca25bc4e92b5c6e714fbedb42d0555946cf96164247d792319ed6f6fb57ca8 Copying blob sha256:d176d18cffd1d1bd863b6fa1b6a2dd74dffebffe5cb487fe22c2ff7b21001420 Copying blob sha256:79dace9beb3b5de08b19a506019bc185c133590b64f78f233c102b6b5b9a75ce Copying blob sha256:5b073845f0ab18eb921ca6be580ea2d2066c65204c000ef2bb75e8662a3cf178 Copying blob sha256:8f2948ec3e7a94868617be0957e68468e38bc262a9b23d88178d21bd8e65c6e5 Copying blob sha256:e1df36b0838bb41909ccd337d5b401184efcb235c57d08d524b5047b8f448b8f Copying blob sha256:248a6b28ff9e386255b23b357cb25ec385f64b535c2885b69d6a1c0d89159ad6 Copying blob sha256:692fd9c4fe1b66136e94d321be4d878c40ae4844571beac88610974b382fcc13 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:26f2bdb6dd7f534aeddf3e3fabd67a6f67fde4f2f880bb67872a274f761b53fa Copying blob sha256:57919efbacdc46fd59a156b791da1a0e6a95d1055c7aba23f8ec2a3c0f44a31c Copying blob sha256:987d2e26dbe78165b32f5f98d418258b0ed6223c1fdc797df5f37b2df203debf Copying blob sha256:098348553b55697e2453801fe49d0332ca61aaacb51c4db7ec3df449a332bf38 Copying blob sha256:47af134e430ec5a337204b91215d9adb745e2fc74a00b892ccc81515146555a0 Copying blob sha256:d611746bd7f0728c84758bc698611e0e99dcfc2e60baefe7dd8b06277fc35fc6 Copying blob sha256:30a4aa8b4c837eaf2b65ba0723ab24d5fdcbd80f6f9988f44a1cafa6075f80d1 Copying blob sha256:79080987fca5b33b7a57e1c35bd21a34812992a39d869731a7512586ae24d8d2 Copying blob sha256:3eb7806d14e3f433c66e738ade7d5e3b1fae33949346988f35ec7678ee5461cd Copying blob sha256:9e211250d4876eb0c8372dca5886d2567d86858d793d58cec9d831387e6c4d40 Copying blob sha256:6a94ae86162a014c5bfbbc8fdf68a6342adc7a3a3e9c0b4eeaba88e66394c185 Copying blob sha256:07e067c9101f69a8006422d7dbea03e55034b24bfbf2f24c4b2b96b2773e1f23 Copying blob sha256:629337fba23e7b2d8268f808424fa48ee060aa28fd84fc565f6358f8445f5cc2 Copying blob sha256:fb9360f3f9026df407f0611d9277c72156a0fe789a1c5d1e77fdde4c7ddf4744 Copying blob sha256:fa50477db06c8433450d8275f49c182f1abdc62478eae3fbf1c95b2f84fcb208 Copying blob sha256:901617085c5373bbaf34af024fc54f60924b30a1de70e4cf3080f8e8b45a8f67 Copying blob sha256:9f385c62c9df67ba6a378e27c558b219076d2e0bbcf0317b1d5a0fffbd62a976 Copying blob sha256:1dd617ccebf222adc22438923edfdcec0d81f8573161dd2de9e62297b9ec1812 Copying blob sha256:55f176dc512399760511d2e2e5ff17facc4c77a9c4a6eb6bd0fec25e86dcd21a Copying blob sha256:ff63816004dbfcb5eed4724dd6915a8ea825a01037a9c430dece442b163c137f Copying blob sha256:1ba9b6b17410f67c1fa997e6e3ff42debdb936425d4164b87b68fdd3bcaa6030 Copying blob sha256:6f0d61bcface91a56d008bf5c3557cbb4a3d4c45f9de7d3088131436df120516 Copying config sha256:7ae8247dbc7e6e827155a9edd4129b9afc0d9e3aace235ca7e1d2bf92bb14a5b Writing manifest to image destination Storing signatures 426d595bec3f1c483dab83e90923845b319edf023a81eb0bb89f4201e1428e6e + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-11-24 19:52:11.893 42921 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-24 19:52:11.918 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.918 42921 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-24 19:52:11.920 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.920 42921 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-24 19:52:11.922 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.922 42921 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-24 19:52:11.923 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.924 42921 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-24 19:52:11.925 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.925 42921 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-24 19:52:11.927 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.927 42921 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-24 19:52:11.952 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.952 42921 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-24 19:52:11.969 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.969 42921 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-24 19:52:11.971 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.971 42921 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-24 19:52:11.973 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.973 42921 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-24 19:52:11.975 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.975 42921 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-24 19:52:11.976 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.977 42921 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-24 19:52:11.979 42921 INFO migrate.versioning.api [-] done 2025-11-24 19:52:11.979 42921 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-24 19:52:12.001 42921 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-11-24 19:52:19Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:20Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:20Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-24 19:52:21Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:21Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:21Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:21Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-24 19:52:21Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:22Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-24 19:52:22Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:22Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-24 19:52:22Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:22Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-24 19:52:22Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:23Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:23Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:23Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-24 19:52:23Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:23Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-24 19:52:24Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:24Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:24Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:24Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:24Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-24 19:52:24Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:24Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:24Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:24Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-24 19:52:24Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:25Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:25Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-24 19:52:25Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-24 19:52:25Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-24 19:52:25Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:25Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:25Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-24 19:52:26Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:26Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:26Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:26Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-24 19:52:26Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:26Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-24 19:52:27Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:27Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:27Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:27Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-24 19:52:27Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-24 19:52:27Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:27Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-24 19:52:28Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:28Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-24 19:52:29Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:29Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-24 19:52:30Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:30Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-24 19:52:30Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:31Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-24 19:52:31Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:31Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:31Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:31Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-24 19:52:32Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-24 19:52:32Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-24 19:52:32Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-24 19:52:32Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-24 19:52:32Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:32Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:33Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:33Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:33Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:34Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-24 19:52:34Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:34Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:34Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-24 19:52:35Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-24 19:52:35Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:35Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-24 19:52:35Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:35Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:36Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:37Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:38Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:38Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:52:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:40Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:40Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:52:41Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:41Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:52:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:42Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-11-24 19:52:43Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:52:43Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:44Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-24 19:52:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:45Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:46Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:46Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:52:47Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:47Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-11-24 19:52:48Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:48Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:48Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:52:48Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:49Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-24 19:52:49Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:49Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:49Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:50Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:50Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:50Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:52:51Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:52Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:53Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:52:53Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-11-24 19:52:53Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:52:54Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-24 19:52:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:52:55Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:56Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:56Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:52:56Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:52:57Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:58Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:52:58Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-11-24 19:52:59Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:52:59Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:00Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-24 19:53:00Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:01Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:01Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:02Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-24 19:53:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:03Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-24 19:53:03Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:03Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:04Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:05Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:05Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:05Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:06Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:07Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:07Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:07Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-24 19:53:08Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:08Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:08Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:09Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:09Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:09Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:10Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:11Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:12Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-24 19:53:12Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:12Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:13Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:14Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:53:15Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:15Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:15Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:15Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:53:15Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:16Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:17Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:53:18Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:18Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:18Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:18Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:18Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:19Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:19Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:20Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-24 19:53:20Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:20Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:20Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:21Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:21Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:21Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:22Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:23Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:53:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:53:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:53:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:27Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:27Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:28Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:28Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:28Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:53:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:32Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:33Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-24 19:53:34Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:35Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:36Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:53:37Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:37Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:37Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:53:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:39Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:40Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:40Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:41Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-24 19:53:41Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:41Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:42Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:43Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:43Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:43Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:44Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:45Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:45Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:46Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:53:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:53:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:53:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:53:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:53Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:53:53Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-24 19:53:55Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:55Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:55Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:55Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:56Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:57Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:57Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:53:57Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:57Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:58Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:58Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-24 19:53:59Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:53:59Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:53:59Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:53:59Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:00Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-24 19:54:01Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:01Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:01Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:01Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:03Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:03Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:05Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-24 19:54:06Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:07Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-24 19:54:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:07Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:08Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:08Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:09Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:09Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:09Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-24 19:54:10Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:11Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-24 19:54:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:11Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:11Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:12Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:13Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:13Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:54:13Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:14Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:14Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:14Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:14Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:15Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-24 19:54:15Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:54:16Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:16Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:16Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:54:16Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:16Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:17Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:17Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:18Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:18Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-24 19:54:19Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:19Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:20Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:22Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:22Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-24 19:54:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:54:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-24 19:54:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:54:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:54:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-11-24 19:54:26Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:27Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-24 19:54:28Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:28Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:28Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:29Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:54:30Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:30Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:54:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:32Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:32Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:32Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:32Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-24 19:54:34Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:34Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:34Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:35Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:35Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:54:36Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:36Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:37Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:37Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:37Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:37Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:38Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-24 19:54:38Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:38Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:38Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:38Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:39Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:40Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:40Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:54:41Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:42Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:42Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:42Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:43Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-24 19:54:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:46Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-24 19:54:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:47Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:47Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:47Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:47Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:47Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:48Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-24 19:54:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-24 19:54:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-24 19:54:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:50Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:50Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:51Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-24 19:54:52Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:52Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:52Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:53Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:53Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-24 19:54:54Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:54Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:55Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:55Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:54:55Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:54:56Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:56Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:56Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:56Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:54:56Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:57Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:54:57Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:54:58Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-24 19:54:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-24 19:54:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:54:59Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:00Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:00Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:01Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:01Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:01Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:02Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:03Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:03Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-24 19:55:03Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:03Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:03Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:55:03Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:04Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:04Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:05Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-24 19:55:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:05Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:07Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:08Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-24 19:55:08Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:09Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:10Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:11Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-24 19:55:12Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:12Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:12Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:13Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:13Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:13Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:13Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:14Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-24 19:55:14Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:16Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-24 19:55:16Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:16Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:16Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:16Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:17Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:18Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:18Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:19Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-24 19:55:19Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:19Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:20Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:20Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:20Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:20Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-24 19:55:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:21Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:22Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:22Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:55:22Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:22Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:22Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:22Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:23Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:23Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:23Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-24 19:55:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:55:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:26Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:26Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:27Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:55:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:29Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:29Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:30Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:30Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:30Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:55:31Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:32Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:32Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:33Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:33Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:34Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-24 19:55:34Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:35Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-24 19:55:36Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:36Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:36Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:37Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:37Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:37Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:38Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:39Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:39Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:55:40Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:40Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:41Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-24 19:55:41Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:41Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:41Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:41Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:44Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:44Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:45Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:45Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:45Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:55:45Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:47Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:47Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:47Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:48Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:48Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:48Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:55:48Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-24 19:55:52Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:52Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-24 19:55:53Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:53Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:54Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:54Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:54Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:56Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:55:56Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:55:56Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-24 19:55:57Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:57Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:55:57Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:57Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:55:58Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:59Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:55:59Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:00Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:01Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-24 19:56:01Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:02Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-24 19:56:03Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:03Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:03Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:04Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:04Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:04Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:04Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:04Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:04Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:05Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:05Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:05Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-24 19:56:05Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:05Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:56:05Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:06Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:06Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:07Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:07Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:07Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:08Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:09Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:09Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:10Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:11Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:12Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:12Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:12Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:12Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:13Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-24 19:56:13Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:14Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:14Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-24 19:56:15Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:15Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:16Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:16Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:17Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:18Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:19Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:20Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-24 19:56:20Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:20Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-24 19:56:21Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:21Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:21Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:22Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:22Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:22Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:23Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:24Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:24Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-24 19:56:25Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:25Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:26Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-24 19:56:27Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:27Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:27Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:28Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:28Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:29Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:29Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:30Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:30Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:30Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:30Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:30Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:30Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:32Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:32Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-24 19:56:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:56:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:34Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:34Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:34Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:34Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:35Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:37Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-24 19:56:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:38Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:39Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:39Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-11-24 19:56:40Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:40Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:41Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:41Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:42Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:42Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:43Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-24 19:56:44Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:44Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:44Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:44Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:45Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:47Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:47Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:48Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:48Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:49Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:50Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:50Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:50Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:50Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:50Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:50Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:51Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:51Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-24 19:56:51Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:51Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:56:51Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:52Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:52Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:53Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-24 19:56:53Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:53Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:55Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:55Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:56Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:56Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:56:57Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:57Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:58Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:56:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-24 19:56:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-24 19:57:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-11-24 19:57:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:02Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-24 19:57:02Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:02Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:02Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:03Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:03Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:04Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-11-24 19:57:06Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:08Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-24 19:57:08Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:08Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-24 19:57:09Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:09Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:09Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:10Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:10Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-24 19:57:10Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:11Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:11Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:11Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:11Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:11Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:12Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:12Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:12Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:14Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-24 19:57:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:16Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:17Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:19Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-24 19:57:20Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:20Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:20Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:21Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:21Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:21Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:21Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:21Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-24 19:57:21Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:23Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-11-24 19:57:23Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-24 19:57:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:25Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:26Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:57:26Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:26Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-24 19:57:27Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:27Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:27Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:28Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:28Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:28Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:29Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:29Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:29Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:30Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-24 19:57:31Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:31Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:32Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:33Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:33Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:34Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-24 19:57:34Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:34Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:34Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:35Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:35Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:35Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-24 19:57:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:39Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-24 19:57:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:40Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:41Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:41Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:41Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:42Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:43Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:43Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:57:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:57:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-11-24 19:57:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:48Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:48Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:49Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-11-24 19:57:49Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:50Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-24 19:57:51Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:51Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:51Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:51Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-11-24 19:57:51Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:52Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-24 19:57:52Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:52Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:52Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:53Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:53Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:57:53Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:57:54Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:55Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:55Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:57:56Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-24 19:57:56Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:57:57Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-24 19:57:58Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:58Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:57:58Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:59Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:57:59Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:00Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:00Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:01Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:01Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:01Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:58:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:02Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-24 19:58:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:03Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:04Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:04Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:04Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:58:05Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:06Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:06Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:07Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:07Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:07Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-24 19:58:08Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:09Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-24 19:58:09Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:09Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:09Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:11Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-24 19:58:12Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:12Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:12Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:13Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:17Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:18Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-24 19:58:19Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:20Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:21Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:21Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:21Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-24 19:58:22Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:22Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:22Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:22Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:58:22Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:24Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:24Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:25Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-11-24 19:58:25Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:26Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-24 19:58:27Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:28Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-24 19:58:28Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:28Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:28Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:28Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:28Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:29Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:31Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:31Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:32Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-24 19:58:33Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:34Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-24 19:58:34Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:35Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-24 19:58:36Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-24 19:58:37Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:38Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:38Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:39Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:39Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:39Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:41Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:42Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-11-24 19:58:43Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:43Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:43Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:43Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:43Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:44Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-11-24 19:58:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:44Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:45Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:45Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-24 19:58:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:46Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-11-24 19:58:46Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:47Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-11-24 19:58:48Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:49Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-11-24 19:58:49Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:50Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-11-24 19:58:50Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:52Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-11-24 19:58:52Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:52Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:52Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:52Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:52Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:53Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-11-24 19:58:53Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:53Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:53Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:53Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:54Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:56Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-11-24 19:58:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-11-24 19:58:57Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:57Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:58:57Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:58:57Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-24 19:58:57Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:58Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-11-24 19:58:58Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:58:59Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-24 19:59:00Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:01Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:01Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:01Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:01Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:03Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:03Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-24 19:59:03Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:03Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:03Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:03Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-24 19:59:04Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:04Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:04Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:04Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:04Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:05Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:05Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:05Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:05Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:05Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:06Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:06Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:06Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:06Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:06Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:06Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:07Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:07Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:07Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:07Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-24 19:59:08Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:08Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:08Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:08Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:08Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:09Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:09Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:09Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:09Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:10Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:11Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:11Z [CompactServices]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:11Z [IndividualServices]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [CompactServices]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-24 19:59:11Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:12Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-24 19:59:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-24 19:59:13Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:13Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:13Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:13Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:13Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-24 19:59:13Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-24 19:59:13Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:13Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:14Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-24 19:59:14Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:14Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-24 19:59:14Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:14Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:14Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-24 19:59:14Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:15Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-24 19:59:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:15Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:15Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-24 19:59:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:16Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:16Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-24 19:59:17Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:18Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-24 19:59:18Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:19Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-24 19:59:19Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:19Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:20Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:20Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:20Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:20Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:20Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:20Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:20Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:20Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:20Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:21Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-24 19:59:21Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:22Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:22Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-24 19:59:22Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:23Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-24 19:59:23Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-24 19:59:24Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-24 19:59:24Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:24Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:24Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:24Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:24Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-24 19:59:24Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-24 19:59:24Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:25Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-24 19:59:25Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-24 19:59:25Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:25Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-24 19:59:26Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:26Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-24 19:59:26Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:26Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:26Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:27Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-24 19:59:27Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:27Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:29Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:29Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:29Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:29Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:30Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:31Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:31Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:31Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-24 19:59:32Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:32Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-24 19:59:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-24 19:59:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-24 19:59:32Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-24 19:59:33Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-24 19:59:33Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/2c5c4755-f9e8-4c99-a7f1-9590e3479ef9 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [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. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-11-24 19:59:56.983264 | fa163eea-1f1d-d096-720d-000000000006 | TASK | External deployment step 0 2025-11-24 19:59:57.007716 | fa163eea-1f1d-d096-720d-000000000006 | OK | External deployment step 0 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 0' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-000000000006') missing from stats 2025-11-24 19:59:57.061474 | fa163eea-1f1d-d096-720d-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.126000 | 0.04s 2025-11-24 19:59:57.067154 | 46cedf94-2540-4aa5-9212-7fbaede415a8 | INCLUDED | /root/standalone-ansible-l9a11urb/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-24 19:59:57.081295 | fa163eea-1f1d-d096-720d-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-11-24 19:59:57.965503 | fa163eea-1f1d-d096-720d-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-24 19:59:57.966487 | fa163eea-1f1d-d096-720d-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.031016 | 0.88s 2025-11-24 19:59:57.984368 | fa163eea-1f1d-d096-720d-000000000129 | TASK | create redis virtual ip 2025-11-24 19:59:58.834309 | fa163eea-1f1d-d096-720d-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-11-24 19:59:58.835716 | fa163eea-1f1d-d096-720d-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.900240 | 0.85s PLAY [Check if required variables are defined] ********************************* 2025-11-24 19:59:58.912601 | fa163eea-1f1d-d096-720d-000000000138 | TASK | Gathering Facts 2025-11-24 19:59:59.494468 | fa163eea-1f1d-d096-720d-000000000138 | OK | Gathering Facts | localhost 2025-11-24 19:59:59.496169 | fa163eea-1f1d-d096-720d-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.560690 | 0.58s 2025-11-24 19:59:59.552710 | fa163eea-1f1d-d096-720d-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-24 19:59:59.553849 | fa163eea-1f1d-d096-720d-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.618369 | 0.04s 2025-11-24 19:59:59.596885 | fa163eea-1f1d-d096-720d-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-24 19:59:59.598450 | fa163eea-1f1d-d096-720d-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.662971 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-24 19:59:59.721132 | fa163eea-1f1d-d096-720d-000000000160 | TASK | Gathering Facts 2025-11-24 19:59:59.733187 | fa163eea-1f1d-d096-720d-000000000160 | TASK | Gathering Facts 2025-11-24 20:00:00.068997 | fa163eea-1f1d-d096-720d-000000000160 | OK | Gathering Facts | standalone 2025-11-24 20:00:00.071614 | fa163eea-1f1d-d096-720d-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.136134 | 0.34s 2025-11-24 20:00:00.115528 | fa163eea-1f1d-d096-720d-000000000160 | OK | Gathering Facts | undercloud 2025-11-24 20:00:00.116927 | fa163eea-1f1d-d096-720d-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.181451 | 0.40s 2025-11-24 20:00:00.152464 | fa163eea-1f1d-d096-720d-000000000012 | TASK | Set legacy facts 2025-11-24 20:00:00.175707 | fa163eea-1f1d-d096-720d-000000000012 | TASK | Set legacy facts 2025-11-24 20:00:00.181556 | fa163eea-1f1d-d096-720d-000000000012 | OK | Set legacy facts | standalone 2025-11-24 20:00:00.182594 | fa163eea-1f1d-d096-720d-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.247111 | 0.03s 2025-11-24 20:00:00.211795 | fa163eea-1f1d-d096-720d-000000000012 | OK | Set legacy facts | undercloud 2025-11-24 20:00:00.212315 | fa163eea-1f1d-d096-720d-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.276848 | 0.04s PLAY [Load global variables] *************************************************** 2025-11-24 20:00:00.357668 | fa163eea-1f1d-d096-720d-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-24 20:00:00.358558 | fa163eea-1f1d-d096-720d-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.423087 | 0.03s 2025-11-24 20:00:00.374237 | fa163eea-1f1d-d096-720d-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-24 20:00:00.374600 | fa163eea-1f1d-d096-720d-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.439136 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-24 20:00:00.433703 | fa163eea-1f1d-d096-720d-000000000018 | TASK | Include Service VIP vars 2025-11-24 20:00:00.456137 | fa163eea-1f1d-d096-720d-000000000018 | OK | Include Service VIP vars | undercloud 2025-11-24 20:00:00.456949 | fa163eea-1f1d-d096-720d-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.521477 | 0.02s 2025-11-24 20:00:00.471174 | fa163eea-1f1d-d096-720d-000000000018 | OK | Include Service VIP vars | standalone 2025-11-24 20:00:00.471520 | fa163eea-1f1d-d096-720d-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.536056 | 0.03s 2025-11-24 20:00:00.474821 | fa163eea-1f1d-d096-720d-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-24 20:00:00.503001 | fa163eea-1f1d-d096-720d-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-24 20:00:00.503883 | fa163eea-1f1d-d096-720d-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.568410 | 0.03s 2025-11-24 20:00:00.514449 | fa163eea-1f1d-d096-720d-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-24 20:00:00.514812 | fa163eea-1f1d-d096-720d-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.579349 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-24 20:00:00.595301 | fa163eea-1f1d-d096-720d-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-24 20:00:01.220949 | fa163eea-1f1d-d096-720d-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-24 20:00:01.309200 | fa163eea-1f1d-d096-720d-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-24 20:00:01.334005 | fa163eea-1f1d-d096-720d-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-24 20:00:01.334613 | fa163eea-1f1d-d096-720d-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.399143 | 0.02s PLAY [Manage SELinux] ********************************************************** 2025-11-24 20:00:01.394995 | fa163eea-1f1d-d096-720d-000000000023 | TASK | Set selinux state 2025-11-24 20:00:01.897771 | fa163eea-1f1d-d096-720d-000000000023 | OK | Set selinux state | standalone 2025-11-24 20:00:01.899104 | fa163eea-1f1d-d096-720d-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.963622 | 0.50s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-24 20:00:02.039003 | fa163eea-1f1d-d096-720d-000000000026 | TASK | Configure Hosts Entries 2025-11-24 20:00:02.065794 | fa163eea-1f1d-d096-720d-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.130300 | 0.03s 2025-11-24 20:00:02.077557 | fa163eea-1f1d-d096-720d-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.142081 | 0.02s 2025-11-24 20:00:02.129513 | fa163eea-1f1d-d096-720d-0000000001f1 | TASK | Create temporary file for hosts 2025-11-24 20:00:02.433906 | fa163eea-1f1d-d096-720d-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-11-24 20:00:02.435694 | fa163eea-1f1d-d096-720d-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.500209 | 0.30s 2025-11-24 20:00:02.498387 | fa163eea-1f1d-d096-720d-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-11-24 20:00:02.499475 | fa163eea-1f1d-d096-720d-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.563998 | 0.36s 2025-11-24 20:00:02.521605 | fa163eea-1f1d-d096-720d-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-11-24 20:00:02.897959 | fa163eea-1f1d-d096-720d-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-24 20:00:02.899393 | fa163eea-1f1d-d096-720d-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.963915 | 0.35s 2025-11-24 20:00:02.931332 | fa163eea-1f1d-d096-720d-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-24 20:00:02.932270 | fa163eea-1f1d-d096-720d-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.996797 | 0.41s 2025-11-24 20:00:02.950193 | fa163eea-1f1d-d096-720d-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-11-24 20:00:03.302846 | fa163eea-1f1d-d096-720d-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-24 20:00:03.304442 | fa163eea-1f1d-d096-720d-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.368959 | 0.33s 2025-11-24 20:00:03.306148 | fa163eea-1f1d-d096-720d-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-24 20:00:03.307051 | fa163eea-1f1d-d096-720d-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.371550 | 0.36s 2025-11-24 20:00:03.325226 | fa163eea-1f1d-d096-720d-0000000001f4 | TASK | Render out the hosts entries 2025-11-24 20:00:03.445725 | fa163eea-1f1d-d096-720d-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-11-24 20:00:03.446947 | fa163eea-1f1d-d096-720d-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.511469 | 0.12s 2025-11-24 20:00:03.464725 | fa163eea-1f1d-d096-720d-0000000001f5 | TASK | Prepare new /etc/hosts 2025-11-24 20:00:03.725335 | fa163eea-1f1d-d096-720d-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-24 20:00:03.726996 | fa163eea-1f1d-d096-720d-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.791514 | 0.26s 2025-11-24 20:00:03.779251 | fa163eea-1f1d-d096-720d-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-24 20:00:03.780217 | fa163eea-1f1d-d096-720d-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.844743 | 0.29s 2025-11-24 20:00:03.798983 | fa163eea-1f1d-d096-720d-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-11-24 20:00:04.151741 | fa163eea-1f1d-d096-720d-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-24 20:00:04.153235 | fa163eea-1f1d-d096-720d-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.217753 | 0.33s 2025-11-24 20:00:04.236303 | fa163eea-1f1d-d096-720d-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-24 20:00:04.237352 | fa163eea-1f1d-d096-720d-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.301877 | 0.44s 2025-11-24 20:00:04.254899 | fa163eea-1f1d-d096-720d-0000000001f7 | TASK | Clean up temporary hosts file 2025-11-24 20:00:04.629851 | fa163eea-1f1d-d096-720d-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-24 20:00:04.631185 | fa163eea-1f1d-d096-720d-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.695705 | 0.38s 2025-11-24 20:00:04.632169 | fa163eea-1f1d-d096-720d-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-11-24 20:00:04.633057 | fa163eea-1f1d-d096-720d-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.697558 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-11-24 20:00:04.741454 | fa163eea-1f1d-d096-720d-00000000002a | TASK | Common roles for TripleO servers 2025-11-24 20:00:04.768796 | fa163eea-1f1d-d096-720d-00000000002a | OK | Common roles for TripleO servers | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Common roles for TripleO servers' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000002a') missing from stats 2025-11-24 20:00:04.824156 | fa163eea-1f1d-d096-720d-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.888680 | 0.02s 2025-11-24 20:00:04.873222 | fa163eea-1f1d-d096-720d-000000000254 | TASK | Gather variables for each operating system 2025-11-24 20:00:04.987005 | fa163eea-1f1d-d096-720d-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-24 20:00:04.988494 | fa163eea-1f1d-d096-720d-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.053014 | 0.11s 2025-11-24 20:00:04.993954 | fa163eea-1f1d-d096-720d-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.058472 | 0.12s 2025-11-24 20:00:05.011892 | fa163eea-1f1d-d096-720d-000000000256 | TASK | Check release version package is installed 2025-11-24 20:00:05.292283 | fa163eea-1f1d-d096-720d-000000000256 | CHANGED | Check release version package is installed | standalone 2025-11-24 20:00:05.293080 | fa163eea-1f1d-d096-720d-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.357611 | 0.28s 2025-11-24 20:00:05.312274 | fa163eea-1f1d-d096-720d-000000000257 | TASK | Deploy release version package 2025-11-24 20:00:15.497710 | fa163eea-1f1d-d096-720d-000000000257 | CHANGED | Deploy release version package | standalone 2025-11-24 20:00:15.498611 | fa163eea-1f1d-d096-720d-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:18.563136 | 10.19s 2025-11-24 20:00:15.528282 | fa163eea-1f1d-d096-720d-000000000259 | TASK | Include packages tasks 2025-11-24 20:00:15.547606 | fa163eea-1f1d-d096-720d-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:18.612112 | 0.02s 2025-11-24 20:00:15.579928 | be776b6b-6194-4f4b-9ffa-8067009e8187 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-24 20:00:15.607177 | fa163eea-1f1d-d096-720d-0000000002ad | TASK | Gather facts if they don't exist 2025-11-24 20:00:15.653004 | fa163eea-1f1d-d096-720d-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-24 20:00:15.653978 | fa163eea-1f1d-d096-720d-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:18.718502 | 0.05s 2025-11-24 20:00:15.675844 | fa163eea-1f1d-d096-720d-0000000002ae | TASK | Gather variables for each operating system 2025-11-24 20:00:15.791298 | fa163eea-1f1d-d096-720d-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-24 20:00:15.797960 | fa163eea-1f1d-d096-720d-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:18.862470 | 0.12s 2025-11-24 20:00:15.827614 | fa163eea-1f1d-d096-720d-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-24 20:00:16.098663 | fa163eea-1f1d-d096-720d-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-24 20:00:16.100053 | fa163eea-1f1d-d096-720d-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:19.164549 | 0.27s 2025-11-24 20:00:16.127917 | fa163eea-1f1d-d096-720d-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-24 20:00:34.579142 | fa163eea-1f1d-d096-720d-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-24 20:00:34.580497 | fa163eea-1f1d-d096-720d-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:37.645018 | 18.45s 2025-11-24 20:00:34.605605 | fa163eea-1f1d-d096-720d-0000000002b2 | TASK | Ensure packages are actually well installed 2025-11-24 20:00:35.567474 | fa163eea-1f1d-d096-720d-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-24 20:00:35.569067 | fa163eea-1f1d-d096-720d-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:38.633559 | 0.96s 2025-11-24 20:00:35.594903 | fa163eea-1f1d-d096-720d-00000000025a | TASK | Enable openvswitch service if installed 2025-11-24 20:00:36.509926 | fa163eea-1f1d-d096-720d-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-11-24 20:00:36.512280 | fa163eea-1f1d-d096-720d-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:39.576794 | 0.92s 2025-11-24 20:00:36.538669 | fa163eea-1f1d-d096-720d-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-24 20:00:36.771846 | fa163eea-1f1d-d096-720d-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-24 20:00:36.773802 | fa163eea-1f1d-d096-720d-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:39.838315 | 0.23s 2025-11-24 20:00:36.799316 | fa163eea-1f1d-d096-720d-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-24 20:00:37.012567 | fa163eea-1f1d-d096-720d-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-24 20:00:37.013847 | fa163eea-1f1d-d096-720d-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:40.078370 | 0.21s 2025-11-24 20:00:37.037994 | fa163eea-1f1d-d096-720d-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-11-24 20:00:37.096333 | fa163eea-1f1d-d096-720d-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-24 20:00:37.097594 | fa163eea-1f1d-d096-720d-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:40.162116 | 0.06s 2025-11-24 20:00:37.123792 | fa163eea-1f1d-d096-720d-00000000025f | TASK | Ensure network service is enabled 2025-11-24 20:00:37.469291 | fa163eea-1f1d-d096-720d-00000000025f | OK | Ensure network service is enabled | standalone 2025-11-24 20:00:37.471192 | fa163eea-1f1d-d096-720d-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:40.535711 | 0.35s 2025-11-24 20:00:37.496897 | fa163eea-1f1d-d096-720d-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-24 20:00:37.852300 | fa163eea-1f1d-d096-720d-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-24 20:00:37.853063 | fa163eea-1f1d-d096-720d-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:40.917594 | 0.35s 2025-11-24 20:00:37.869823 | fa163eea-1f1d-d096-720d-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-24 20:00:38.098933 | fa163eea-1f1d-d096-720d-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-24 20:00:38.100556 | fa163eea-1f1d-d096-720d-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:41.165078 | 0.23s 2025-11-24 20:00:38.124966 | fa163eea-1f1d-d096-720d-000000000263 | TASK | Reload NetworkManager 2025-11-24 20:00:38.501377 | fa163eea-1f1d-d096-720d-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-11-24 20:00:38.503234 | fa163eea-1f1d-d096-720d-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:41.567753 | 0.38s 2025-11-24 20:00:38.529446 | fa163eea-1f1d-d096-720d-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-24 20:00:38.773470 | fa163eea-1f1d-d096-720d-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-24 20:00:38.774888 | fa163eea-1f1d-d096-720d-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:41.839401 | 0.24s 2025-11-24 20:00:38.800320 | fa163eea-1f1d-d096-720d-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-24 20:00:39.125078 | fa163eea-1f1d-d096-720d-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-24 20:00:39.126488 | fa163eea-1f1d-d096-720d-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:42.191009 | 0.32s 2025-11-24 20:00:39.150894 | fa163eea-1f1d-d096-720d-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-24 20:00:39.363098 | fa163eea-1f1d-d096-720d-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-24 20:00:39.364326 | fa163eea-1f1d-d096-720d-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:42.428849 | 0.21s 2025-11-24 20:00:39.385456 | fa163eea-1f1d-d096-720d-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-24 20:00:39.635876 | fa163eea-1f1d-d096-720d-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-24 20:00:39.637341 | fa163eea-1f1d-d096-720d-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:42.701861 | 0.25s 2025-11-24 20:00:39.704360 | fa163eea-1f1d-d096-720d-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:42.768870 | 0.02s 2025-11-24 20:00:39.787378 | fa163eea-1f1d-d096-720d-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-11-24 20:00:40.008737 | fa163eea-1f1d-d096-720d-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-24 20:00:40.009870 | fa163eea-1f1d-d096-720d-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:43.074394 | 0.22s 2025-11-24 20:00:40.029996 | fa163eea-1f1d-d096-720d-000000000362 | TASK | Check for ssh_known_hosts file 2025-11-24 20:00:40.209684 | fa163eea-1f1d-d096-720d-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-11-24 20:00:40.210645 | fa163eea-1f1d-d096-720d-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:43.275174 | 0.18s 2025-11-24 20:00:40.230017 | fa163eea-1f1d-d096-720d-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-24 20:00:40.256546 | fa163eea-1f1d-d096-720d-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-24 20:00:40.257429 | fa163eea-1f1d-d096-720d-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:43.321958 | 0.03s 2025-11-24 20:00:40.276798 | fa163eea-1f1d-d096-720d-000000000364 | TASK | Write temporary file 2025-11-24 20:00:40.303632 | fa163eea-1f1d-d096-720d-000000000364 | SKIPPED | Write temporary file | standalone 2025-11-24 20:00:40.304493 | fa163eea-1f1d-d096-720d-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:43.369021 | 0.03s 2025-11-24 20:00:40.324242 | fa163eea-1f1d-d096-720d-000000000365 | TASK | Set ssh_known_hosts fact 2025-11-24 20:00:40.409973 | fa163eea-1f1d-d096-720d-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-11-24 20:00:40.411015 | fa163eea-1f1d-d096-720d-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:43.475542 | 0.09s 2025-11-24 20:00:40.430740 | fa163eea-1f1d-d096-720d-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-24 20:00:40.641727 | fa163eea-1f1d-d096-720d-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-24 20:00:40.642683 | fa163eea-1f1d-d096-720d-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:43.707211 | 0.21s 2025-11-24 20:00:40.661980 | fa163eea-1f1d-d096-720d-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-24 20:00:40.891443 | fa163eea-1f1d-d096-720d-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-24 20:00:40.892363 | fa163eea-1f1d-d096-720d-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:43.956889 | 0.23s 2025-11-24 20:00:40.911816 | fa163eea-1f1d-d096-720d-000000000368 | TASK | Remove temp file 2025-11-24 20:00:41.152547 | fa163eea-1f1d-d096-720d-000000000368 | CHANGED | Remove temp file | standalone 2025-11-24 20:00:41.154018 | fa163eea-1f1d-d096-720d-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:44.218539 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-24 20:00:41.340727 | fa163eea-1f1d-d096-720d-000000000034 | TASK | Deploy step tasks for step 0 2025-11-24 20:00:41.387332 | fa163eea-1f1d-d096-720d-000000000034 | OK | Deploy step tasks for step 0 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for step 0' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-000000000034') missing from stats 2025-11-24 20:00:41.415285 | fa163eea-1f1d-d096-720d-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-24 20:00:41.646365 | fa163eea-1f1d-d096-720d-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-24 20:00:41.647632 | fa163eea-1f1d-d096-720d-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:44.712154 | 0.23s 2025-11-24 20:00:41.671752 | fa163eea-1f1d-d096-720d-000000000036 | TASK | Check cloud-init status 2025-11-24 20:00:41.919569 | fa163eea-1f1d-d096-720d-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-24 20:00:41.920451 | fa163eea-1f1d-d096-720d-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:44.984984 | 0.25s 2025-11-24 20:00:41.937344 | fa163eea-1f1d-d096-720d-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-24 20:00:42.169240 | fa163eea-1f1d-d096-720d-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-24 20:00:42.170079 | fa163eea-1f1d-d096-720d-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:45.234611 | 0.23s 2025-11-24 20:00:42.189220 | fa163eea-1f1d-d096-720d-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-24 20:00:42.537899 | fa163eea-1f1d-d096-720d-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-24 20:00:42.538708 | fa163eea-1f1d-d096-720d-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:45.603241 | 0.35s 2025-11-24 20:00:42.556777 | fa163eea-1f1d-d096-720d-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-24 20:00:42.772508 | fa163eea-1f1d-d096-720d-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-24 20:00:42.773855 | fa163eea-1f1d-d096-720d-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:45.838378 | 0.22s 2025-11-24 20:00:42.795115 | fa163eea-1f1d-d096-720d-00000000003a | TASK | Write container-puppet.sh 2025-11-24 20:00:43.203877 | fa163eea-1f1d-d096-720d-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-24 20:00:43.205138 | fa163eea-1f1d-d096-720d-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:46.269663 | 0.41s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:00:43.274612 | fa163eea-1f1d-d096-720d-00000000003b | TIMING | include_tasks | standalone | 0:00:46.339129 | 0.04s 2025-11-24 20:00:43.295010 | a54db102-c41d-4b2b-91b8-a2b08a2597e2 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-24 20:00:43.326442 | fa163eea-1f1d-d096-720d-000000000416 | TASK | Configure tuned before reboot 2025-11-24 20:00:43.368712 | fa163eea-1f1d-d096-720d-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:46.433233 | 0.04s 2025-11-24 20:00:43.409860 | fa163eea-1f1d-d096-720d-000000000455 | TASK | Gather variables for each operating system 2025-11-24 20:00:43.510581 | fa163eea-1f1d-d096-720d-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-24 20:00:43.511510 | fa163eea-1f1d-d096-720d-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:46.576039 | 0.10s 2025-11-24 20:00:43.523402 | fa163eea-1f1d-d096-720d-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:46.587927 | 0.11s 2025-11-24 20:00:43.585629 | fa163eea-1f1d-d096-720d-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:46.650148 | 0.04s 2025-11-24 20:00:43.601273 | bfdc2b72-deb8-40c1-83aa-feff482e4f7e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-24 20:00:43.630224 | fa163eea-1f1d-d096-720d-00000000047f | TASK | Check tuned package is installed 2025-11-24 20:00:43.928486 | fa163eea-1f1d-d096-720d-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-11-24 20:00:43.930137 | fa163eea-1f1d-d096-720d-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:46.994657 | 0.30s 2025-11-24 20:00:43.961180 | fa163eea-1f1d-d096-720d-000000000480 | TASK | Install tuned 2025-11-24 20:00:56.750648 | fa163eea-1f1d-d096-720d-000000000480 | CHANGED | Install tuned | standalone 2025-11-24 20:00:56.751593 | fa163eea-1f1d-d096-720d-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:59.816125 | 12.79s 2025-11-24 20:00:56.769954 | fa163eea-1f1d-d096-720d-000000000481 | TASK | Restart tuned 2025-11-24 20:00:59.534845 | fa163eea-1f1d-d096-720d-000000000481 | CHANGED | Restart tuned | standalone 2025-11-24 20:00:59.536666 | fa163eea-1f1d-d096-720d-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:01:02.601189 | 2.77s 2025-11-24 20:00:59.563436 | fa163eea-1f1d-d096-720d-000000000457 | TASK | Check for tuned-adm 2025-11-24 20:00:59.790568 | fa163eea-1f1d-d096-720d-000000000457 | OK | Check for tuned-adm | standalone 2025-11-24 20:00:59.791912 | fa163eea-1f1d-d096-720d-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:01:02.856436 | 0.23s 2025-11-24 20:00:59.846157 | fa163eea-1f1d-d096-720d-000000000458 | TIMING | tuned : include_tasks | standalone | 0:01:02.910671 | 0.03s 2025-11-24 20:00:59.875676 | 0eb41ef8-026c-484a-845f-d2a114d38e62 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-24 20:00:59.913536 | fa163eea-1f1d-d096-720d-0000000004b6 | TASK | Ensure profile directory exists 2025-11-24 20:00:59.973716 | fa163eea-1f1d-d096-720d-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-11-24 20:00:59.974942 | fa163eea-1f1d-d096-720d-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:01:03.039464 | 0.06s 2025-11-24 20:01:00.001191 | fa163eea-1f1d-d096-720d-0000000004b7 | TASK | Create custom tuned profile 2025-11-24 20:01:00.061275 | fa163eea-1f1d-d096-720d-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-11-24 20:01:00.062508 | fa163eea-1f1d-d096-720d-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:01:03.127031 | 0.06s 2025-11-24 20:01:00.089750 | fa163eea-1f1d-d096-720d-0000000004b8 | TASK | Check tuned active profile 2025-11-24 20:01:00.416858 | fa163eea-1f1d-d096-720d-0000000004b8 | OK | Check tuned active profile | standalone 2025-11-24 20:01:00.417755 | fa163eea-1f1d-d096-720d-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:01:03.482285 | 0.33s 2025-11-24 20:01:00.438114 | fa163eea-1f1d-d096-720d-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-11-24 20:01:00.617217 | fa163eea-1f1d-d096-720d-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-11-24 20:01:00.618373 | fa163eea-1f1d-d096-720d-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:01:03.682896 | 0.18s 2025-11-24 20:01:00.646142 | fa163eea-1f1d-d096-720d-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-24 20:01:00.708415 | fa163eea-1f1d-d096-720d-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-24 20:01:00.709279 | fa163eea-1f1d-d096-720d-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:01:03.773809 | 0.06s 2025-11-24 20:01:00.730664 | fa163eea-1f1d-d096-720d-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-11-24 20:01:00.790161 | fa163eea-1f1d-d096-720d-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-24 20:01:00.791290 | fa163eea-1f1d-d096-720d-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:01:03.855814 | 0.06s 2025-11-24 20:01:00.816331 | fa163eea-1f1d-d096-720d-0000000004bc | TASK | Enable tuned profile 2025-11-24 20:01:02.246215 | fa163eea-1f1d-d096-720d-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-11-24 20:01:02.247397 | fa163eea-1f1d-d096-720d-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:01:05.311920 | 1.43s 2025-11-24 20:01:02.296304 | fa163eea-1f1d-d096-720d-000000000417 | TASK | Configure kernel args and reboot 2025-11-24 20:01:02.346395 | fa163eea-1f1d-d096-720d-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:01:05.410909 | 0.05s 2025-11-24 20:01:02.492016 | fa163eea-1f1d-d096-720d-000000000569 | TASK | Get the command line args of the node 2025-11-24 20:01:02.726776 | fa163eea-1f1d-d096-720d-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-11-24 20:01:02.728307 | fa163eea-1f1d-d096-720d-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:01:05.792828 | 0.24s 2025-11-24 20:01:02.753964 | fa163eea-1f1d-d096-720d-00000000056b | TASK | Check if node has a nova.conf 2025-11-24 20:01:02.976381 | fa163eea-1f1d-d096-720d-00000000056b | OK | Check if node has a nova.conf | standalone 2025-11-24 20:01:02.977694 | fa163eea-1f1d-d096-720d-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:01:06.042216 | 0.22s 2025-11-24 20:01:03.003684 | fa163eea-1f1d-d096-720d-00000000056d | TASK | Warn operator about workload protection 2025-11-24 20:01:03.041340 | fa163eea-1f1d-d096-720d-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-11-24 20:01:03.041998 | fa163eea-1f1d-d096-720d-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:01:06.106530 | 0.04s 2025-11-24 20:01:03.059488 | fa163eea-1f1d-d096-720d-00000000056e | TASK | Setting defer reboot fact 2025-11-24 20:01:03.094991 | fa163eea-1f1d-d096-720d-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-11-24 20:01:03.095669 | fa163eea-1f1d-d096-720d-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:01:06.160202 | 0.04s 2025-11-24 20:01:03.120989 | fa163eea-1f1d-d096-720d-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-24 20:01:03.149374 | fa163eea-1f1d-d096-720d-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:01:06.213888 | 0.03s 2025-11-24 20:01:03.175372 | fa163eea-1f1d-d096-720d-000000000575 | TASK | Find hugepages in cmdline 2025-11-24 20:01:03.217766 | fa163eea-1f1d-d096-720d-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-24 20:01:03.218874 | fa163eea-1f1d-d096-720d-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:01:06.283399 | 0.04s 2025-11-24 20:01:03.244360 | fa163eea-1f1d-d096-720d-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-11-24 20:01:03.286197 | fa163eea-1f1d-d096-720d-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-24 20:01:03.287256 | fa163eea-1f1d-d096-720d-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:01:06.351781 | 0.04s 2025-11-24 20:01:03.314934 | fa163eea-1f1d-d096-720d-00000000057a | TASK | Find desired default hugepage size 2025-11-24 20:01:03.364990 | fa163eea-1f1d-d096-720d-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-11-24 20:01:03.366136 | fa163eea-1f1d-d096-720d-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:01:06.430660 | 0.05s 2025-11-24 20:01:03.392283 | fa163eea-1f1d-d096-720d-00000000057c | TASK | Storing non-configured hugepages 2025-11-24 20:01:03.421353 | fa163eea-1f1d-d096-720d-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:01:06.485870 | 0.03s 2025-11-24 20:01:03.447634 | fa163eea-1f1d-d096-720d-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-11-24 20:01:03.491645 | fa163eea-1f1d-d096-720d-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-24 20:01:03.492760 | fa163eea-1f1d-d096-720d-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:01:06.557285 | 0.04s 2025-11-24 20:01:03.518945 | fa163eea-1f1d-d096-720d-00000000057f | TASK | Determining the default hugepagesz 2025-11-24 20:01:03.560914 | fa163eea-1f1d-d096-720d-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-11-24 20:01:03.562124 | fa163eea-1f1d-d096-720d-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:01:06.626648 | 0.04s 2025-11-24 20:01:03.587813 | fa163eea-1f1d-d096-720d-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-24 20:01:03.635664 | fa163eea-1f1d-d096-720d-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-24 20:01:03.636337 | fa163eea-1f1d-d096-720d-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:01:06.700871 | 0.05s 2025-11-24 20:01:03.653558 | fa163eea-1f1d-d096-720d-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-11-24 20:01:03.699151 | fa163eea-1f1d-d096-720d-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-24 20:01:03.700341 | fa163eea-1f1d-d096-720d-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:01:06.764865 | 0.05s 2025-11-24 20:01:03.725528 | fa163eea-1f1d-d096-720d-000000000583 | TASK | Warn about possible modifications 2025-11-24 20:01:03.767058 | fa163eea-1f1d-d096-720d-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-11-24 20:01:03.768217 | fa163eea-1f1d-d096-720d-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:01:06.832740 | 0.04s 2025-11-24 20:01:03.793533 | fa163eea-1f1d-d096-720d-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-11-24 20:01:03.835800 | fa163eea-1f1d-d096-720d-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-24 20:01:03.836878 | fa163eea-1f1d-d096-720d-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:01:06.901402 | 0.04s 2025-11-24 20:01:03.862473 | fa163eea-1f1d-d096-720d-000000000585 | TASK | Cleaning up whitespaces 2025-11-24 20:01:03.890080 | fa163eea-1f1d-d096-720d-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-24 20:01:03.891134 | fa163eea-1f1d-d096-720d-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:01:06.955659 | 0.03s 2025-11-24 20:01:03.916441 | fa163eea-1f1d-d096-720d-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-11-24 20:01:04.230139 | fa163eea-1f1d-d096-720d-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-24 20:01:04.231597 | fa163eea-1f1d-d096-720d-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:01:07.296120 | 0.31s 2025-11-24 20:01:04.262090 | fa163eea-1f1d-d096-720d-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-24 20:01:04.325105 | fa163eea-1f1d-d096-720d-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-24 20:01:04.326351 | fa163eea-1f1d-d096-720d-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:01:07.390875 | 0.06s 2025-11-24 20:01:04.353244 | fa163eea-1f1d-d096-720d-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-24 20:01:04.413248 | fa163eea-1f1d-d096-720d-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-24 20:01:04.414291 | fa163eea-1f1d-d096-720d-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:01:07.478816 | 0.06s 2025-11-24 20:01:04.439376 | fa163eea-1f1d-d096-720d-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-24 20:01:04.480899 | fa163eea-1f1d-d096-720d-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-24 20:01:04.481942 | fa163eea-1f1d-d096-720d-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:01:07.546467 | 0.04s 2025-11-24 20:01:04.508257 | fa163eea-1f1d-d096-720d-00000000058c | TASK | Generate grub config 2025-11-24 20:01:04.558004 | fa163eea-1f1d-d096-720d-00000000058c | SKIPPED | Generate grub config | standalone 2025-11-24 20:01:04.559111 | fa163eea-1f1d-d096-720d-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:01:07.623637 | 0.05s 2025-11-24 20:01:04.584751 | fa163eea-1f1d-d096-720d-000000000590 | TASK | Get the block device that /boot is on 2025-11-24 20:01:04.637586 | fa163eea-1f1d-d096-720d-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-11-24 20:01:04.638612 | fa163eea-1f1d-d096-720d-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:01:07.703137 | 0.05s 2025-11-24 20:01:04.663958 | fa163eea-1f1d-d096-720d-000000000591 | TASK | Get the mount point that /boot is in 2025-11-24 20:01:04.729626 | fa163eea-1f1d-d096-720d-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-24 20:01:04.731059 | fa163eea-1f1d-d096-720d-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:01:07.795546 | 0.07s 2025-11-24 20:01:04.759456 | fa163eea-1f1d-d096-720d-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-11-24 20:01:04.821060 | fa163eea-1f1d-d096-720d-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-24 20:01:04.822224 | fa163eea-1f1d-d096-720d-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:01:07.886748 | 0.06s 2025-11-24 20:01:04.850864 | fa163eea-1f1d-d096-720d-000000000593 | TASK | Executed script to fix grub-menu 2025-11-24 20:01:04.916922 | fa163eea-1f1d-d096-720d-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-24 20:01:04.918447 | fa163eea-1f1d-d096-720d-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:01:07.982965 | 0.07s 2025-11-24 20:01:04.948961 | fa163eea-1f1d-d096-720d-000000000594 | TASK | Check grub config paths 2025-11-24 20:01:05.003985 | fa163eea-1f1d-d096-720d-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-24 20:01:05.014954 | fa163eea-1f1d-d096-720d-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-24 20:01:05.027149 | fa163eea-1f1d-d096-720d-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:01:08.091665 | 0.08s 2025-11-24 20:01:05.055795 | fa163eea-1f1d-d096-720d-000000000595 | TASK | Write EFI grub.cfg 2025-11-24 20:01:05.107212 | fa163eea-1f1d-d096-720d-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-11-24 20:01:05.124420 | fa163eea-1f1d-d096-720d-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-11-24 20:01:05.129900 | fa163eea-1f1d-d096-720d-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:01:08.194417 | 0.07s 2025-11-24 20:01:05.153911 | fa163eea-1f1d-d096-720d-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-24 20:01:05.203759 | fa163eea-1f1d-d096-720d-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-24 20:01:05.204813 | fa163eea-1f1d-d096-720d-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:01:08.269339 | 0.05s 2025-11-24 20:01:05.226243 | fa163eea-1f1d-d096-720d-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-24 20:01:05.273520 | fa163eea-1f1d-d096-720d-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-24 20:01:05.274218 | fa163eea-1f1d-d096-720d-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:01:08.338749 | 0.05s 2025-11-24 20:01:05.292797 | fa163eea-1f1d-d096-720d-000000000598 | TASK | Execute grub2-mkconfig 2025-11-24 20:01:05.339143 | fa163eea-1f1d-d096-720d-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-24 20:01:05.339658 | fa163eea-1f1d-d096-720d-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:01:08.404193 | 0.05s 2025-11-24 20:01:05.356380 | fa163eea-1f1d-d096-720d-000000000599 | TASK | Check for active tuned profile 2025-11-24 20:01:05.398003 | fa163eea-1f1d-d096-720d-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-11-24 20:01:05.398999 | fa163eea-1f1d-d096-720d-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:01:08.463525 | 0.04s 2025-11-24 20:01:05.423643 | fa163eea-1f1d-d096-720d-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-24 20:01:05.483973 | fa163eea-1f1d-d096-720d-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-24 20:01:05.484635 | fa163eea-1f1d-d096-720d-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:01:08.549167 | 0.06s 2025-11-24 20:01:05.503010 | fa163eea-1f1d-d096-720d-00000000059b | TASK | Set reboot required fact 2025-11-24 20:01:05.560036 | fa163eea-1f1d-d096-720d-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-11-24 20:01:05.560607 | fa163eea-1f1d-d096-720d-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:01:08.625141 | 0.06s 2025-11-24 20:01:05.577719 | fa163eea-1f1d-d096-720d-00000000059d | TASK | Apply DPDK workarounds 2025-11-24 20:01:05.612959 | fa163eea-1f1d-d096-720d-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-11-24 20:01:05.613522 | fa163eea-1f1d-d096-720d-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:01:08.678056 | 0.04s 2025-11-24 20:01:05.638139 | fa163eea-1f1d-d096-720d-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-11-24 20:01:05.666362 | fa163eea-1f1d-d096-720d-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-24 20:01:05.667389 | fa163eea-1f1d-d096-720d-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:01:08.731915 | 0.03s 2025-11-24 20:01:05.692765 | fa163eea-1f1d-d096-720d-0000000005a0 | TASK | Load modules 2025-11-24 20:01:05.736288 | fa163eea-1f1d-d096-720d-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-24 20:01:05.746964 | fa163eea-1f1d-d096-720d-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:01:08.811487 | 0.05s 2025-11-24 20:01:05.771697 | fa163eea-1f1d-d096-720d-0000000005a2 | TASK | Persist modules via modules-load.d 2025-11-24 20:01:05.816573 | fa163eea-1f1d-d096-720d-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-24 20:01:05.823289 | fa163eea-1f1d-d096-720d-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:01:08.887811 | 0.05s 2025-11-24 20:01:05.848364 | fa163eea-1f1d-d096-720d-0000000005a4 | TASK | Drop module persistence 2025-11-24 20:01:05.876146 | fa163eea-1f1d-d096-720d-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-24 20:01:05.889089 | fa163eea-1f1d-d096-720d-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:01:08.953608 | 0.04s 2025-11-24 20:01:05.913882 | fa163eea-1f1d-d096-720d-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-11-24 20:01:05.943711 | fa163eea-1f1d-d096-720d-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-24 20:01:05.955692 | fa163eea-1f1d-d096-720d-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:01:09.020210 | 0.04s 2025-11-24 20:01:05.981018 | fa163eea-1f1d-d096-720d-0000000005a8 | TASK | Modules reload 2025-11-24 20:01:06.007871 | fa163eea-1f1d-d096-720d-0000000005a8 | SKIPPED | Modules reload | standalone 2025-11-24 20:01:06.009002 | fa163eea-1f1d-d096-720d-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:01:09.073499 | 0.03s 2025-11-24 20:01:06.033974 | fa163eea-1f1d-d096-720d-0000000005aa | TASK | Reboot tasks 2025-11-24 20:01:06.062112 | fa163eea-1f1d-d096-720d-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-11-24 20:01:06.063231 | fa163eea-1f1d-d096-720d-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:01:09.127756 | 0.03s 2025-11-24 20:01:06.088682 | fa163eea-1f1d-d096-720d-0000000005ab | TASK | Skipping reboot for deployed node 2025-11-24 20:01:06.116484 | fa163eea-1f1d-d096-720d-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-24 20:01:06.117603 | fa163eea-1f1d-d096-720d-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:01:09.182127 | 0.03s PLAY [Server pre network steps] ************************************************ 2025-11-24 20:01:06.297008 | fa163eea-1f1d-d096-720d-00000000003f | TASK | Server pre-network deployments 2025-11-24 20:01:06.322544 | fa163eea-1f1d-d096-720d-00000000003f | OK | Server pre-network deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server pre-network deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000003f') missing from stats 2025-11-24 20:01:06.347924 | fa163eea-1f1d-d096-720d-000000000043 | TASK | Hiera config 2025-11-24 20:01:06.364293 | fa163eea-1f1d-d096-720d-000000000043 | TIMING | Hiera config | standalone | 0:01:09.428811 | 0.02s 2025-11-24 20:01:06.413968 | fa163eea-1f1d-d096-720d-000000000721 | TASK | Create /etc/puppet/hieradata 2025-11-24 20:01:06.633943 | fa163eea-1f1d-d096-720d-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-24 20:01:06.635260 | fa163eea-1f1d-d096-720d-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:09.699783 | 0.22s 2025-11-24 20:01:06.660995 | fa163eea-1f1d-d096-720d-000000000722 | TASK | Write hiera config 2025-11-24 20:01:07.098654 | fa163eea-1f1d-d096-720d-000000000722 | CHANGED | Write hiera config | standalone 2025-11-24 20:01:07.099949 | fa163eea-1f1d-d096-720d-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:10.164474 | 0.44s 2025-11-24 20:01:07.149655 | fa163eea-1f1d-d096-720d-000000000044 | TASK | Hiera symlink 2025-11-24 20:01:07.371211 | fa163eea-1f1d-d096-720d-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-24 20:01:07.372726 | fa163eea-1f1d-d096-720d-000000000044 | TIMING | Hiera symlink | standalone | 0:01:10.437247 | 0.22s 2025-11-24 20:01:07.401143 | fa163eea-1f1d-d096-720d-000000000045 | TASK | Hieradata from vars 2025-11-24 20:01:07.430657 | fa163eea-1f1d-d096-720d-000000000045 | TIMING | Hieradata from vars | standalone | 0:01:10.495164 | 0.03s 2025-11-24 20:01:07.497206 | fa163eea-1f1d-d096-720d-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-11-24 20:01:07.990782 | fa163eea-1f1d-d096-720d-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-24 20:01:07.991813 | fa163eea-1f1d-d096-720d-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:11.056340 | 0.49s 2025-11-24 20:01:08.011899 | fa163eea-1f1d-d096-720d-00000000077d | TASK | Render hieradata from template 2025-11-24 20:01:08.547247 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-24 20:01:08.548176 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.612706 | 0.54s 2025-11-24 20:01:09.064552 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-24 20:01:09.066892 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.131421 | 1.05s 2025-11-24 20:01:09.708515 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-24 20:01:09.709157 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.773690 | 1.70s 2025-11-24 20:01:10.182086 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-24 20:01:10.183205 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.247728 | 2.17s 2025-11-24 20:01:10.667770 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-24 20:01:10.668386 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.732918 | 2.66s 2025-11-24 20:01:11.037413 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-24 20:01:11.037995 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.102527 | 3.02s 2025-11-24 20:01:11.436516 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-24 20:01:11.438541 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.503067 | 3.43s 2025-11-24 20:01:11.902323 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-24 20:01:11.904267 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.968792 | 3.89s 2025-11-24 20:01:12.313621 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-24 20:01:12.314260 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.378793 | 4.30s 2025-11-24 20:01:12.813842 | fa163eea-1f1d-d096-720d-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-24 20:01:12.815855 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.880378 | 4.80s 2025-11-24 20:01:12.828548 | fa163eea-1f1d-d096-720d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.893066 | 4.82s 2025-11-24 20:01:12.880613 | fa163eea-1f1d-d096-720d-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-24 20:01:12.900894 | fa163eea-1f1d-d096-720d-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.965409 | 0.02s 2025-11-24 20:01:12.987154 | fa163eea-1f1d-d096-720d-000000000821 | TASK | Check for hieradata file 2025-11-24 20:01:13.206325 | fa163eea-1f1d-d096-720d-000000000821 | OK | Check for hieradata file | standalone 2025-11-24 20:01:13.207280 | fa163eea-1f1d-d096-720d-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:16.271805 | 0.22s 2025-11-24 20:01:13.227325 | fa163eea-1f1d-d096-720d-000000000823 | TASK | Get existing data 2025-11-24 20:01:13.273967 | fa163eea-1f1d-d096-720d-000000000823 | SKIPPED | Get existing data | standalone 2025-11-24 20:01:13.274713 | fa163eea-1f1d-d096-720d-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:16.339243 | 0.05s 2025-11-24 20:01:13.294112 | fa163eea-1f1d-d096-720d-000000000824 | TASK | Set data fact 2025-11-24 20:01:13.340414 | fa163eea-1f1d-d096-720d-000000000824 | SKIPPED | Set data fact | standalone 2025-11-24 20:01:13.341220 | fa163eea-1f1d-d096-720d-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:16.405751 | 0.05s 2025-11-24 20:01:13.360267 | fa163eea-1f1d-d096-720d-000000000826 | TASK | Write ansible hieradata file 2025-11-24 20:01:13.813965 | fa163eea-1f1d-d096-720d-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-11-24 20:01:13.815202 | fa163eea-1f1d-d096-720d-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.879726 | 0.45s 2025-11-24 20:01:13.929533 | fa163eea-1f1d-d096-720d-000000000047 | TIMING | include_tasks | standalone | 0:01:16.994050 | 0.06s PLAY [Server network deployments] ********************************************** 2025-11-24 20:01:14.087811 | fa163eea-1f1d-d096-720d-00000000004b | TASK | Network Configuration 2025-11-24 20:01:14.105232 | fa163eea-1f1d-d096-720d-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000004b') missing from stats 2025-11-24 20:01:14.127363 | fa163eea-1f1d-d096-720d-00000000004c | TASK | Check NetworkConfig script existence 2025-11-24 20:01:14.151813 | fa163eea-1f1d-d096-720d-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-24 20:01:14.152639 | fa163eea-1f1d-d096-720d-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:01:17.217169 | 0.02s 2025-11-24 20:01:14.171828 | fa163eea-1f1d-d096-720d-000000000052 | TASK | Gather SELinux fact if needed 2025-11-24 20:01:14.208558 | fa163eea-1f1d-d096-720d-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-24 20:01:14.209410 | fa163eea-1f1d-d096-720d-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:01:17.273940 | 0.04s 2025-11-24 20:01:14.228817 | fa163eea-1f1d-d096-720d-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-24 20:01:14.895288 | fa163eea-1f1d-d096-720d-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-24 20:01:14.896515 | fa163eea-1f1d-d096-720d-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:01:17.961039 | 0.67s 2025-11-24 20:01:14.918441 | fa163eea-1f1d-d096-720d-000000000054 | TASK | Ensure requirements are satisfied 2025-11-24 20:01:14.944856 | fa163eea-1f1d-d096-720d-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:01:18.009378 | 0.03s 2025-11-24 20:01:15.002861 | fa163eea-1f1d-d096-720d-0000000008bf | TASK | Gather facts if they don't exist 2025-11-24 20:01:15.052825 | fa163eea-1f1d-d096-720d-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-11-24 20:01:15.053953 | fa163eea-1f1d-d096-720d-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:01:18.118475 | 0.05s 2025-11-24 20:01:15.078721 | fa163eea-1f1d-d096-720d-0000000008c0 | TASK | Gather variables for each operating system 2025-11-24 20:01:15.202356 | fa163eea-1f1d-d096-720d-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-24 20:01:15.214613 | fa163eea-1f1d-d096-720d-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:01:18.279126 | 0.13s 2025-11-24 20:01:15.242480 | fa163eea-1f1d-d096-720d-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-24 20:01:15.530886 | fa163eea-1f1d-d096-720d-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-24 20:01:15.532321 | fa163eea-1f1d-d096-720d-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:01:18.596843 | 0.29s 2025-11-24 20:01:15.557589 | fa163eea-1f1d-d096-720d-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-11-24 20:01:15.590384 | fa163eea-1f1d-d096-720d-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-24 20:01:15.591569 | fa163eea-1f1d-d096-720d-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:01:18.656092 | 0.03s 2025-11-24 20:01:15.611559 | fa163eea-1f1d-d096-720d-0000000008c4 | TASK | Ensure packages are actually well installed 2025-11-24 20:01:16.634935 | fa163eea-1f1d-d096-720d-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-24 20:01:16.636452 | fa163eea-1f1d-d096-720d-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:01:19.700977 | 1.02s 2025-11-24 20:01:16.686837 | fa163eea-1f1d-d096-720d-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-24 20:01:16.939491 | fa163eea-1f1d-d096-720d-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-24 20:01:16.940748 | fa163eea-1f1d-d096-720d-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:01:20.005269 | 0.25s 2025-11-24 20:01:16.965711 | fa163eea-1f1d-d096-720d-000000000057 | TASK | Reload NetworkManager 2025-11-24 20:01:17.393706 | fa163eea-1f1d-d096-720d-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-24 20:01:17.395850 | fa163eea-1f1d-d096-720d-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:01:20.460368 | 0.43s 2025-11-24 20:01:17.422667 | fa163eea-1f1d-d096-720d-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-24 20:01:17.623182 | fa163eea-1f1d-d096-720d-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-24 20:01:17.624594 | fa163eea-1f1d-d096-720d-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:01:20.689116 | 0.20s 2025-11-24 20:01:17.650755 | fa163eea-1f1d-d096-720d-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-24 20:01:17.850849 | fa163eea-1f1d-d096-720d-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-24 20:01:17.852348 | fa163eea-1f1d-d096-720d-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:01:20.916866 | 0.20s 2025-11-24 20:01:17.877995 | fa163eea-1f1d-d096-720d-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-24 20:01:17.908020 | fa163eea-1f1d-d096-720d-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-24 20:01:17.909315 | fa163eea-1f1d-d096-720d-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:01:20.973837 | 0.03s 2025-11-24 20:01:17.934794 | fa163eea-1f1d-d096-720d-00000000005c | TASK | Ensure we get cloud-init 2025-11-24 20:01:18.124858 | fa163eea-1f1d-d096-720d-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-24 20:01:18.126256 | fa163eea-1f1d-d096-720d-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:01:21.190779 | 0.19s 2025-11-24 20:01:18.153204 | fa163eea-1f1d-d096-720d-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-24 20:01:18.427610 | fa163eea-1f1d-d096-720d-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-24 20:01:18.429068 | fa163eea-1f1d-d096-720d-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:01:21.493591 | 0.27s 2025-11-24 20:01:18.460232 | fa163eea-1f1d-d096-720d-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-24 20:01:18.861622 | fa163eea-1f1d-d096-720d-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-24 20:01:18.862896 | fa163eea-1f1d-d096-720d-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:21.927421 | 0.40s 2025-11-24 20:01:18.888172 | fa163eea-1f1d-d096-720d-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-24 20:01:18.961519 | fa163eea-1f1d-d096-720d-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-24 20:01:18.962705 | fa163eea-1f1d-d096-720d-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:22.027230 | 0.07s 2025-11-24 20:01:18.989781 | fa163eea-1f1d-d096-720d-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-24 20:01:19.253620 | fa163eea-1f1d-d096-720d-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-24 20:01:19.254966 | fa163eea-1f1d-d096-720d-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:22.319489 | 0.26s 2025-11-24 20:01:19.281602 | fa163eea-1f1d-d096-720d-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-24 20:01:19.352915 | fa163eea-1f1d-d096-720d-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:22.417427 | 0.07s 2025-11-24 20:01:19.380980 | 1feb7fcb-cc28-41c6-9a28-52b7b5eeb261 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-24 20:01:19.414049 | fa163eea-1f1d-d096-720d-000000000909 | TASK | Set nic_config_file fact 2025-11-24 20:01:19.486725 | fa163eea-1f1d-d096-720d-000000000909 | OK | Set nic_config_file fact | standalone 2025-11-24 20:01:19.487915 | fa163eea-1f1d-d096-720d-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:22.552438 | 0.07s 2025-11-24 20:01:19.513783 | fa163eea-1f1d-d096-720d-00000000090a | TASK | Render overidden network config 2025-11-24 20:01:19.586855 | fa163eea-1f1d-d096-720d-00000000090a | SKIPPED | Render overidden network config | standalone 2025-11-24 20:01:19.588128 | fa163eea-1f1d-d096-720d-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:22.652652 | 0.07s 2025-11-24 20:01:19.613725 | fa163eea-1f1d-d096-720d-00000000090b | TASK | Render network_config 2025-11-24 20:01:19.685804 | fa163eea-1f1d-d096-720d-00000000090b | SKIPPED | Render network_config | standalone 2025-11-24 20:01:19.687175 | fa163eea-1f1d-d096-720d-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:22.751696 | 0.07s 2025-11-24 20:01:19.714850 | fa163eea-1f1d-d096-720d-00000000090c | TASK | Render network_config from template 2025-11-24 20:01:20.247324 | fa163eea-1f1d-d096-720d-00000000090c | CHANGED | Render network_config from template | standalone 2025-11-24 20:01:20.248663 | fa163eea-1f1d-d096-720d-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:23.313184 | 0.53s 2025-11-24 20:01:20.274695 | fa163eea-1f1d-d096-720d-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=961403829483.45597 2025-11-24 20:01:24.358257 | fa163eea-1f1d-d096-720d-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-24 20:01:24.360068 | fa163eea-1f1d-d096-720d-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:27.424566 | 4.08s 2025-11-24 20:01:24.387475 | fa163eea-1f1d-d096-720d-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-24 20:01:24.886069 | fa163eea-1f1d-d096-720d-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-24 20:01:24.887383 | fa163eea-1f1d-d096-720d-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:27.951905 | 0.50s 2025-11-24 20:01:24.912659 | fa163eea-1f1d-d096-720d-000000000065 | TASK | Disable cloud-init network config 2025-11-24 20:01:25.452323 | fa163eea-1f1d-d096-720d-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-24 20:01:25.453677 | fa163eea-1f1d-d096-720d-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:28.518200 | 0.54s 2025-11-24 20:01:25.480540 | fa163eea-1f1d-d096-720d-000000000066 | TASK | Ensure network service is enabled 2025-11-24 20:01:25.868510 | fa163eea-1f1d-d096-720d-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-24 20:01:25.870388 | fa163eea-1f1d-d096-720d-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:28.934911 | 0.39s PLAY [Server network validation] *********************************************** 2025-11-24 20:01:26.061942 | fa163eea-1f1d-d096-720d-000000000096 | TASK | Basic Network Validation 2025-11-24 20:01:26.087672 | fa163eea-1f1d-d096-720d-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:29.152193 | 0.02s 2025-11-24 20:01:26.129747 | fa163eea-1f1d-d096-720d-000000000945 | TASK | Collect default network fact 2025-11-24 20:01:26.663089 | fa163eea-1f1d-d096-720d-000000000945 | OK | Collect default network fact | standalone 2025-11-24 20:01:26.664377 | fa163eea-1f1d-d096-720d-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:29.728900 | 0.53s 2025-11-24 20:01:26.690792 | fa163eea-1f1d-d096-720d-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-11-24 20:01:26.718682 | fa163eea-1f1d-d096-720d-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-24 20:01:26.719932 | fa163eea-1f1d-d096-720d-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:29.784455 | 0.03s 2025-11-24 20:01:26.745877 | fa163eea-1f1d-d096-720d-000000000947 | TASK | Check all networks Gateway availability 2025-11-24 20:01:26.765623 | fa163eea-1f1d-d096-720d-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:29.830139 | 0.02s 2025-11-24 20:01:26.792527 | fa163eea-1f1d-d096-720d-000000000949 | TASK | Check Controllers availability 2025-11-24 20:01:26.859135 | fa163eea-1f1d-d096-720d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-24 20:01:26.866716 | fa163eea-1f1d-d096-720d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-24 20:01:26.872409 | fa163eea-1f1d-d096-720d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-24 20:01:26.879756 | fa163eea-1f1d-d096-720d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-24 20:01:26.886787 | fa163eea-1f1d-d096-720d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-24 20:01:26.894052 | fa163eea-1f1d-d096-720d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-24 20:01:26.902194 | fa163eea-1f1d-d096-720d-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:29.966707 | 0.11s 2025-11-24 20:01:26.927837 | fa163eea-1f1d-d096-720d-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-24 20:01:26.957005 | fa163eea-1f1d-d096-720d-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-24 20:01:26.958380 | fa163eea-1f1d-d096-720d-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:30.022902 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-11-24 20:01:27.152186 | fa163eea-1f1d-d096-720d-00000000009a | TASK | Server pre deployments 2025-11-24 20:01:27.180520 | fa163eea-1f1d-d096-720d-00000000009a | OK | Server pre deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server pre deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000009a') missing from stats 2025-11-24 20:01:27.200807 | fa163eea-1f1d-d096-720d-00000000009e | TASK | Hiera config 2025-11-24 20:01:27.225979 | fa163eea-1f1d-d096-720d-00000000009e | TIMING | Hiera config | standalone | 0:01:30.290504 | 0.02s 2025-11-24 20:01:27.266056 | fa163eea-1f1d-d096-720d-00000000099e | TASK | Create /etc/puppet/hieradata 2025-11-24 20:01:27.499943 | fa163eea-1f1d-d096-720d-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-11-24 20:01:27.501493 | fa163eea-1f1d-d096-720d-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:30.566014 | 0.23s 2025-11-24 20:01:27.528550 | fa163eea-1f1d-d096-720d-00000000099f | TASK | Write hiera config 2025-11-24 20:01:27.994207 | fa163eea-1f1d-d096-720d-00000000099f | OK | Write hiera config | standalone 2025-11-24 20:01:27.995515 | fa163eea-1f1d-d096-720d-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:31.060038 | 0.47s 2025-11-24 20:01:28.043158 | fa163eea-1f1d-d096-720d-00000000009f | TASK | Hiera symlink 2025-11-24 20:01:28.241644 | fa163eea-1f1d-d096-720d-00000000009f | OK | Hiera symlink | standalone 2025-11-24 20:01:28.242936 | fa163eea-1f1d-d096-720d-00000000009f | TIMING | Hiera symlink | standalone | 0:01:31.307459 | 0.20s 2025-11-24 20:01:28.267786 | fa163eea-1f1d-d096-720d-0000000000a0 | TASK | Hieradata from vars 2025-11-24 20:01:28.295628 | fa163eea-1f1d-d096-720d-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:31.360138 | 0.03s 2025-11-24 20:01:28.358076 | fa163eea-1f1d-d096-720d-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-11-24 20:01:28.835478 | fa163eea-1f1d-d096-720d-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-24 20:01:28.836989 | fa163eea-1f1d-d096-720d-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:31.901510 | 0.48s 2025-11-24 20:01:28.863299 | fa163eea-1f1d-d096-720d-0000000009fa | TASK | Render hieradata from template 2025-11-24 20:01:29.367367 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-24 20:01:29.368407 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:32.432936 | 0.50s 2025-11-24 20:01:29.918632 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-11-24 20:01:29.919501 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:32.984030 | 1.05s 2025-11-24 20:01:30.491166 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-24 20:01:30.491811 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:33.556343 | 1.63s 2025-11-24 20:01:30.960710 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-24 20:01:30.961781 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:34.026306 | 2.10s 2025-11-24 20:01:31.466845 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-11-24 20:01:31.469351 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:34.533875 | 2.60s 2025-11-24 20:01:31.947593 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-11-24 20:01:31.948308 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:35.012841 | 3.08s 2025-11-24 20:01:32.456367 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-11-24 20:01:32.457192 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:35.521721 | 3.59s 2025-11-24 20:01:32.862842 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-24 20:01:32.863850 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:35.928376 | 4.00s 2025-11-24 20:01:34.378518 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-24 20:01:34.380136 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:37.444652 | 5.52s 2025-11-24 20:01:34.816880 | fa163eea-1f1d-d096-720d-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-24 20:01:34.818015 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:37.882546 | 5.95s 2025-11-24 20:01:34.829424 | fa163eea-1f1d-d096-720d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:37.893950 | 5.96s 2025-11-24 20:01:34.863412 | fa163eea-1f1d-d096-720d-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-24 20:01:34.888560 | fa163eea-1f1d-d096-720d-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:37.953089 | 0.02s 2025-11-24 20:01:34.934343 | fa163eea-1f1d-d096-720d-000000000a9e | TASK | Check for hieradata file 2025-11-24 20:01:35.222248 | fa163eea-1f1d-d096-720d-000000000a9e | OK | Check for hieradata file | standalone 2025-11-24 20:01:35.223595 | fa163eea-1f1d-d096-720d-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:38.288116 | 0.29s 2025-11-24 20:01:35.250767 | fa163eea-1f1d-d096-720d-000000000aa0 | TASK | Get existing data 2025-11-24 20:01:35.279480 | fa163eea-1f1d-d096-720d-000000000aa0 | SKIPPED | Get existing data | standalone 2025-11-24 20:01:35.280636 | fa163eea-1f1d-d096-720d-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:38.345164 | 0.03s 2025-11-24 20:01:35.301507 | fa163eea-1f1d-d096-720d-000000000aa1 | TASK | Set data fact 2025-11-24 20:01:35.340194 | fa163eea-1f1d-d096-720d-000000000aa1 | SKIPPED | Set data fact | standalone 2025-11-24 20:01:35.341459 | fa163eea-1f1d-d096-720d-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:38.405980 | 0.04s 2025-11-24 20:01:35.366106 | fa163eea-1f1d-d096-720d-000000000aa3 | TASK | Write ansible hieradata file 2025-11-24 20:01:35.851679 | fa163eea-1f1d-d096-720d-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-11-24 20:01:35.853364 | fa163eea-1f1d-d096-720d-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:38.917888 | 0.49s 2025-11-24 20:01:35.953658 | fa163eea-1f1d-d096-720d-0000000000a2 | TIMING | include_tasks | standalone | 0:01:39.018171 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-11-24 20:01:36.112995 | fa163eea-1f1d-d096-720d-0000000000a6 | TASK | Host prep steps 2025-11-24 20:01:36.139123 | fa163eea-1f1d-d096-720d-0000000000a6 | OK | Host prep steps | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Host prep steps' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000a6') missing from stats 2025-11-24 20:01:36.217702 | fa163eea-1f1d-d096-720d-0000000000a7 | TASK | Deploy Artifacts 2025-11-24 20:01:36.319768 | fa163eea-1f1d-d096-720d-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-24 20:01:36.321057 | fa163eea-1f1d-d096-720d-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:39.385553 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:01:36.472710 | fa163eea-1f1d-d096-720d-0000000000a8 | TIMING | include_tasks | standalone | 0:01:39.537234 | 0.12s 2025-11-24 20:01:36.624269 | 2826f18d-3cc3-4456-ad41-3c60a7655012 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/host_prep_tasks.yaml | standalone 2025-11-24 20:01:36.677572 | fa163eea-1f1d-d096-720d-000000000b1e | TASK | Run firewall role 2025-11-24 20:01:36.692368 | fa163eea-1f1d-d096-720d-000000000b1e | TIMING | Run firewall role | standalone | 0:01:39.756893 | 0.01s 2025-11-24 20:01:36.746569 | fa163eea-1f1d-d096-720d-000000000c1d | TASK | Gather variables for each operating system 2025-11-24 20:01:36.888994 | fa163eea-1f1d-d096-720d-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-24 20:01:36.891062 | fa163eea-1f1d-d096-720d-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:39.955541 | 0.14s 2025-11-24 20:01:36.901197 | fa163eea-1f1d-d096-720d-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:39.965714 | 0.15s 2025-11-24 20:01:36.930108 | fa163eea-1f1d-d096-720d-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-24 20:01:39.845954 | fa163eea-1f1d-d096-720d-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-24 20:01:39.846837 | fa163eea-1f1d-d096-720d-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:42.911369 | 2.92s 2025-11-24 20:01:39.867936 | fa163eea-1f1d-d096-720d-000000000c22 | TASK | Create empty var for masquerade rules 2025-11-24 20:01:39.907384 | fa163eea-1f1d-d096-720d-000000000c22 | OK | Create empty var for masquerade rules | standalone 2025-11-24 20:01:39.908449 | fa163eea-1f1d-d096-720d-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:42.972977 | 0.04s 2025-11-24 20:01:39.928896 | fa163eea-1f1d-d096-720d-000000000c23 | TASK | Enable masquerade 2025-11-24 20:01:39.977453 | fa163eea-1f1d-d096-720d-000000000c23 | SKIPPED | Enable masquerade | standalone 2025-11-24 20:01:39.978386 | fa163eea-1f1d-d096-720d-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:43.042917 | 0.05s 2025-11-24 20:01:39.996110 | fa163eea-1f1d-d096-720d-000000000c24 | TASK | Set the default frontend firewall rules 2025-11-24 20:01:40.032470 | fa163eea-1f1d-d096-720d-000000000c24 | OK | Set the default frontend firewall rules | standalone 2025-11-24 20:01:40.033294 | fa163eea-1f1d-d096-720d-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:43.097826 | 0.04s 2025-11-24 20:01:40.053590 | fa163eea-1f1d-d096-720d-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-24 20:01:40.102224 | fa163eea-1f1d-d096-720d-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-24 20:01:40.103445 | fa163eea-1f1d-d096-720d-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:43.167974 | 0.05s 2025-11-24 20:01:40.122725 | fa163eea-1f1d-d096-720d-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2025-11-24 20:01:40.171177 | fa163eea-1f1d-d096-720d-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2025-11-24 20:01:40.172119 | fa163eea-1f1d-d096-720d-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:43.236651 | 0.05s 2025-11-24 20:01:40.190270 | fa163eea-1f1d-d096-720d-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2025-11-24 20:01:40.226818 | fa163eea-1f1d-d096-720d-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-24 20:01:40.228236 | fa163eea-1f1d-d096-720d-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:43.292757 | 0.04s 2025-11-24 20:01:40.248363 | fa163eea-1f1d-d096-720d-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2025-11-24 20:01:40.274974 | fa163eea-1f1d-d096-720d-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-24 20:01:40.275816 | fa163eea-1f1d-d096-720d-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:43.340346 | 0.03s 2025-11-24 20:01:40.300206 | fa163eea-1f1d-d096-720d-000000000c2d | TASK | Enable LOG rules 2025-11-24 20:01:40.327783 | fa163eea-1f1d-d096-720d-000000000c2d | SKIPPED | Enable LOG rules | standalone 2025-11-24 20:01:40.328951 | fa163eea-1f1d-d096-720d-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:43.393475 | 0.03s 2025-11-24 20:01:40.354553 | fa163eea-1f1d-d096-720d-000000000c2e | TASK | Set rule fact 2025-11-24 20:01:40.451528 | fa163eea-1f1d-d096-720d-000000000c2e | OK | Set rule fact | standalone 2025-11-24 20:01:40.454579 | fa163eea-1f1d-d096-720d-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:43.519103 | 0.10s 2025-11-24 20:01:40.482969 | fa163eea-1f1d-d096-720d-000000000c2f | TASK | Manage rules via nftables 2025-11-24 20:01:40.511678 | fa163eea-1f1d-d096-720d-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:43.576194 | 0.03s 2025-11-24 20:01:40.594779 | fa163eea-1f1d-d096-720d-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:43.659295 | 0.03s 2025-11-24 20:01:40.616954 | 586e15ae-b26a-4b81-8b33-8d591c1e0d02 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-24 20:01:40.641953 | fa163eea-1f1d-d096-720d-000000000cf2 | TASK | Ensure legacy iptables services are off 2025-11-24 20:01:41.051319 | fa163eea-1f1d-d096-720d-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-24 20:01:41.054102 | fa163eea-1f1d-d096-720d-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:44.118618 | 0.41s 2025-11-24 20:01:41.392405 | fa163eea-1f1d-d096-720d-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-24 20:01:41.393854 | fa163eea-1f1d-d096-720d-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:44.458380 | 0.75s 2025-11-24 20:01:41.403816 | fa163eea-1f1d-d096-720d-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:44.468334 | 0.76s 2025-11-24 20:01:41.436386 | fa163eea-1f1d-d096-720d-000000000cf3 | TASK | Ensure nftables service is enabled and running 2025-11-24 20:01:42.129148 | fa163eea-1f1d-d096-720d-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-24 20:01:42.131007 | fa163eea-1f1d-d096-720d-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:45.195531 | 0.69s 2025-11-24 20:01:42.158240 | fa163eea-1f1d-d096-720d-000000000cf4 | TASK | Empty nftables from anything that may lay around 2025-11-24 20:01:42.187530 | fa163eea-1f1d-d096-720d-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-24 20:01:42.189094 | fa163eea-1f1d-d096-720d-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:45.253618 | 0.03s 2025-11-24 20:01:42.244107 | fa163eea-1f1d-d096-720d-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:45.308616 | 0.03s 2025-11-24 20:01:42.287021 | 49ef4751-38d3-499d-ac6f-350713302be1 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-24 20:01:42.326441 | fa163eea-1f1d-d096-720d-000000000d23 | TASK | Push empty ruleset 2025-11-24 20:01:42.772317 | fa163eea-1f1d-d096-720d-000000000d23 | CHANGED | Push empty ruleset | standalone 2025-11-24 20:01:42.773785 | fa163eea-1f1d-d096-720d-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:45.838304 | 0.45s 2025-11-24 20:01:42.800729 | fa163eea-1f1d-d096-720d-000000000d24 | TASK | Load empty ruleset 2025-11-24 20:01:43.031227 | fa163eea-1f1d-d096-720d-000000000d24 | CHANGED | Load empty ruleset | standalone 2025-11-24 20:01:43.032376 | fa163eea-1f1d-d096-720d-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:46.096908 | 0.23s 2025-11-24 20:01:43.049625 | fa163eea-1f1d-d096-720d-000000000d26 | TASK | Use default rules 2025-11-24 20:01:43.100881 | fa163eea-1f1d-d096-720d-000000000d26 | OK | Use default rules | standalone 2025-11-24 20:01:43.102345 | fa163eea-1f1d-d096-720d-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:46.166877 | 0.05s 2025-11-24 20:01:43.121134 | fa163eea-1f1d-d096-720d-000000000d27 | TASK | Enable LOG rules 2025-11-24 20:01:43.188388 | fa163eea-1f1d-d096-720d-000000000d27 | OK | Enable LOG rules | standalone 2025-11-24 20:01:43.189863 | fa163eea-1f1d-d096-720d-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:46.254396 | 0.07s 2025-11-24 20:01:43.208791 | fa163eea-1f1d-d096-720d-000000000d29 | TASK | Get current nftables content 2025-11-24 20:01:43.437857 | fa163eea-1f1d-d096-720d-000000000d29 | CHANGED | Get current nftables content | standalone 2025-11-24 20:01:43.438632 | fa163eea-1f1d-d096-720d-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:46.503164 | 0.23s 2025-11-24 20:01:43.465533 | fa163eea-1f1d-d096-720d-000000000d2b | TASK | Generate chain jumps 2025-11-24 20:01:44.021865 | fa163eea-1f1d-d096-720d-000000000d2b | CHANGED | Generate chain jumps | standalone 2025-11-24 20:01:44.022809 | fa163eea-1f1d-d096-720d-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:47.087338 | 0.56s 2025-11-24 20:01:44.056692 | fa163eea-1f1d-d096-720d-000000000d2c | TASK | Generate chain jumps 2025-11-24 20:01:44.593655 | fa163eea-1f1d-d096-720d-000000000d2c | CHANGED | Generate chain jumps | standalone 2025-11-24 20:01:44.594447 | fa163eea-1f1d-d096-720d-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:47.658978 | 0.54s 2025-11-24 20:01:44.612242 | fa163eea-1f1d-d096-720d-000000000d2d | TASK | Generate nft flushes 2025-11-24 20:01:45.097073 | fa163eea-1f1d-d096-720d-000000000d2d | CHANGED | Generate nft flushes | standalone 2025-11-24 20:01:45.097989 | fa163eea-1f1d-d096-720d-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:48.162519 | 0.48s 2025-11-24 20:01:45.118895 | fa163eea-1f1d-d096-720d-000000000d2e | TASK | Generate nft tripleo chains 2025-11-24 20:01:45.595694 | fa163eea-1f1d-d096-720d-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2025-11-24 20:01:45.596494 | fa163eea-1f1d-d096-720d-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:48.661026 | 0.48s 2025-11-24 20:01:45.615330 | fa163eea-1f1d-d096-720d-000000000d2f | TASK | Generate nft ruleset in static file 2025-11-24 20:01:47.334673 | fa163eea-1f1d-d096-720d-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2025-11-24 20:01:47.336089 | fa163eea-1f1d-d096-720d-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:50.400606 | 1.72s 2025-11-24 20:01:47.363806 | fa163eea-1f1d-d096-720d-000000000d31 | TASK | Validate all of the generated content before loading 2025-11-24 20:01:47.832849 | fa163eea-1f1d-d096-720d-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-24 20:01:47.834147 | fa163eea-1f1d-d096-720d-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:50.898670 | 0.47s 2025-11-24 20:01:47.859757 | fa163eea-1f1d-d096-720d-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2025-11-24 20:01:48.109131 | fa163eea-1f1d-d096-720d-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-24 20:01:48.110387 | fa163eea-1f1d-d096-720d-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:51.174912 | 0.25s 2025-11-24 20:01:48.164275 | fa163eea-1f1d-d096-720d-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:51.228788 | 0.03s 2025-11-24 20:01:48.184190 | 534f1f10-50b7-403a-83da-49c31481a3ce | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-24 20:01:48.239056 | fa163eea-1f1d-d096-720d-000000000d9a | TASK | Inject our custom chains in nftables 2025-11-24 20:01:48.470990 | fa163eea-1f1d-d096-720d-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2025-11-24 20:01:48.472433 | fa163eea-1f1d-d096-720d-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:51.536954 | 0.23s 2025-11-24 20:01:48.498775 | fa163eea-1f1d-d096-720d-000000000d9b | TASK | Reload custom nftables ruleset files 2025-11-24 20:01:48.769569 | fa163eea-1f1d-d096-720d-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-24 20:01:48.770444 | fa163eea-1f1d-d096-720d-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:51.834974 | 0.27s 2025-11-24 20:01:48.825649 | fa163eea-1f1d-d096-720d-000000000b1f | TASK | create persistent logs directory 2025-11-24 20:01:49.081163 | fa163eea-1f1d-d096-720d-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-24 20:01:49.082795 | fa163eea-1f1d-d096-720d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:52.147314 | 0.26s 2025-11-24 20:01:49.301892 | fa163eea-1f1d-d096-720d-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-11-24 20:01:49.302932 | fa163eea-1f1d-d096-720d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:52.367458 | 0.48s 2025-11-24 20:01:49.309889 | fa163eea-1f1d-d096-720d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:52.374399 | 0.48s 2025-11-24 20:01:49.339277 | fa163eea-1f1d-d096-720d-000000000b20 | TASK | create persistent directories 2025-11-24 20:01:49.584139 | fa163eea-1f1d-d096-720d-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-24 20:01:49.585535 | fa163eea-1f1d-d096-720d-000000000b20 | TIMING | create persistent directories | standalone | 0:01:52.650057 | 0.24s 2025-11-24 20:01:49.595201 | fa163eea-1f1d-d096-720d-000000000b20 | TIMING | create persistent directories | standalone | 0:01:52.659725 | 0.25s 2025-11-24 20:01:49.620048 | fa163eea-1f1d-d096-720d-000000000b21 | TASK | create persistent directories 2025-11-24 20:01:49.887999 | fa163eea-1f1d-d096-720d-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-24 20:01:49.889577 | fa163eea-1f1d-d096-720d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:52.954096 | 0.27s 2025-11-24 20:01:50.079695 | fa163eea-1f1d-d096-720d-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-11-24 20:01:50.080792 | fa163eea-1f1d-d096-720d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:53.145319 | 0.46s 2025-11-24 20:01:50.087243 | fa163eea-1f1d-d096-720d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:53.151770 | 0.47s 2025-11-24 20:01:50.112266 | fa163eea-1f1d-d096-720d-000000000b22 | TASK | create persistent directories 2025-11-24 20:01:50.317451 | fa163eea-1f1d-d096-720d-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-11-24 20:01:50.318763 | fa163eea-1f1d-d096-720d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:53.383287 | 0.21s 2025-11-24 20:01:50.325014 | fa163eea-1f1d-d096-720d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:53.389535 | 0.21s 2025-11-24 20:01:50.349712 | fa163eea-1f1d-d096-720d-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-24 20:01:51.412361 | fa163eea-1f1d-d096-720d-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-24 20:01:51.413409 | fa163eea-1f1d-d096-720d-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:54.477941 | 1.06s 2025-11-24 20:01:51.430337 | fa163eea-1f1d-d096-720d-000000000b24 | TASK | create persistent directories 2025-11-24 20:01:51.699746 | fa163eea-1f1d-d096-720d-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-24 20:01:51.701915 | fa163eea-1f1d-d096-720d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:54.766433 | 0.27s 2025-11-24 20:01:51.947067 | fa163eea-1f1d-d096-720d-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-24 20:01:51.947890 | fa163eea-1f1d-d096-720d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:55.012420 | 0.52s 2025-11-24 20:01:51.955563 | fa163eea-1f1d-d096-720d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:55.020082 | 0.52s 2025-11-24 20:01:51.981893 | fa163eea-1f1d-d096-720d-000000000b25 | TASK | create fcontext entry for cinder data 2025-11-24 20:01:53.235728 | fa163eea-1f1d-d096-720d-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-24 20:01:53.237833 | fa163eea-1f1d-d096-720d-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:56.302346 | 1.25s 2025-11-24 20:01:53.267595 | fa163eea-1f1d-d096-720d-000000000b26 | TASK | create persistent directories 2025-11-24 20:01:53.538267 | fa163eea-1f1d-d096-720d-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-24 20:01:53.539775 | fa163eea-1f1d-d096-720d-000000000b26 | TIMING | create persistent directories | standalone | 0:01:56.604303 | 0.27s 2025-11-24 20:01:53.706366 | fa163eea-1f1d-d096-720d-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-24 20:01:53.707251 | fa163eea-1f1d-d096-720d-000000000b26 | TIMING | create persistent directories | standalone | 0:01:56.771781 | 0.44s 2025-11-24 20:01:53.712078 | fa163eea-1f1d-d096-720d-000000000b26 | TIMING | create persistent directories | standalone | 0:01:56.776597 | 0.44s 2025-11-24 20:01:53.737802 | fa163eea-1f1d-d096-720d-000000000b27 | TASK | ensure ceph configurations exist 2025-11-24 20:01:53.957651 | fa163eea-1f1d-d096-720d-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-11-24 20:01:53.958809 | fa163eea-1f1d-d096-720d-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:57.023335 | 0.22s 2025-11-24 20:01:53.985161 | fa163eea-1f1d-d096-720d-000000000b28 | TASK | create persistent directories 2025-11-24 20:01:54.221065 | fa163eea-1f1d-d096-720d-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-24 20:01:54.222482 | fa163eea-1f1d-d096-720d-000000000b28 | TIMING | create persistent directories | standalone | 0:01:57.287013 | 0.24s 2025-11-24 20:01:54.233134 | fa163eea-1f1d-d096-720d-000000000b28 | TIMING | create persistent directories | standalone | 0:01:57.297655 | 0.25s 2025-11-24 20:01:54.258221 | fa163eea-1f1d-d096-720d-000000000b2a | TASK | Create cinder image conversion directory 2025-11-24 20:01:54.296089 | fa163eea-1f1d-d096-720d-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-11-24 20:01:54.297290 | fa163eea-1f1d-d096-720d-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:57.361814 | 0.04s 2025-11-24 20:01:54.321701 | fa163eea-1f1d-d096-720d-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-11-24 20:01:54.350898 | fa163eea-1f1d-d096-720d-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-24 20:01:54.351994 | fa163eea-1f1d-d096-720d-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:57.416517 | 0.03s 2025-11-24 20:01:54.376391 | fa163eea-1f1d-d096-720d-000000000b2d | TASK | cinder_configure_lvm fact 2025-11-24 20:01:54.398001 | fa163eea-1f1d-d096-720d-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-11-24 20:01:54.399174 | fa163eea-1f1d-d096-720d-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:57.463699 | 0.02s 2025-11-24 20:01:54.423244 | fa163eea-1f1d-d096-720d-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-11-24 20:01:57.467308 | fa163eea-1f1d-d096-720d-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-11-24 20:01:57.468624 | fa163eea-1f1d-d096-720d-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:02:00.533148 | 3.04s 2025-11-24 20:01:57.496344 | fa163eea-1f1d-d096-720d-000000000b30 | TASK | cinder create LVM volume group dd 2025-11-24 20:01:57.726328 | fa163eea-1f1d-d096-720d-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-11-24 20:01:57.727295 | fa163eea-1f1d-d096-720d-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:02:00.791824 | 0.23s 2025-11-24 20:01:57.751085 | fa163eea-1f1d-d096-720d-000000000b31 | TASK | Get or create LVM loopback device 2025-11-24 20:01:57.991809 | fa163eea-1f1d-d096-720d-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-11-24 20:01:57.993079 | fa163eea-1f1d-d096-720d-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:02:01.057603 | 0.24s 2025-11-24 20:01:58.018712 | fa163eea-1f1d-d096-720d-000000000b32 | TASK | Create LVM volume group 2025-11-24 20:01:58.563441 | fa163eea-1f1d-d096-720d-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-11-24 20:01:58.565392 | fa163eea-1f1d-d096-720d-000000000b32 | TIMING | Create LVM volume group | standalone | 0:02:01.629891 | 0.55s 2025-11-24 20:01:58.590994 | fa163eea-1f1d-d096-720d-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-11-24 20:01:59.057529 | fa163eea-1f1d-d096-720d-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-11-24 20:01:59.058827 | fa163eea-1f1d-d096-720d-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:02:02.123349 | 0.47s 2025-11-24 20:01:59.085171 | fa163eea-1f1d-d096-720d-000000000b34 | TASK | cinder enable the LVM losetup service 2025-11-24 20:02:00.025840 | fa163eea-1f1d-d096-720d-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-11-24 20:02:00.027670 | fa163eea-1f1d-d096-720d-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:02:03.092195 | 0.94s 2025-11-24 20:02:00.049155 | fa163eea-1f1d-d096-720d-000000000b36 | TASK | allow logrotate to read inside containers 2025-11-24 20:02:00.960298 | fa163eea-1f1d-d096-720d-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-24 20:02:00.961933 | fa163eea-1f1d-d096-720d-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:02:04.026456 | 0.91s 2025-11-24 20:02:00.979888 | fa163eea-1f1d-d096-720d-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-11-24 20:02:03.138567 | fa163eea-1f1d-d096-720d-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-24 20:02:03.140172 | fa163eea-1f1d-d096-720d-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:02:06.204695 | 2.16s 2025-11-24 20:02:03.195174 | fa163eea-1f1d-d096-720d-000000000b39 | OK | set_fact | standalone 2025-11-24 20:02:03.196379 | fa163eea-1f1d-d096-720d-000000000b39 | TIMING | set_fact | standalone | 0:02:06.260903 | 0.03s 2025-11-24 20:02:03.248954 | fa163eea-1f1d-d096-720d-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:02:06.313465 | 0.03s 2025-11-24 20:02:03.308135 | fa163eea-1f1d-d096-720d-000000000ee1 | TASK | ensure apache is installed 2025-11-24 20:02:16.723438 | fa163eea-1f1d-d096-720d-000000000ee1 | CHANGED | ensure apache is installed | standalone 2025-11-24 20:02:16.725198 | fa163eea-1f1d-d096-720d-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:02:19.789713 | 13.42s 2025-11-24 20:02:16.751051 | fa163eea-1f1d-d096-720d-000000000ee2 | TASK | create image data directory 2025-11-24 20:02:17.016519 | fa163eea-1f1d-d096-720d-000000000ee2 | CHANGED | create image data directory | standalone 2025-11-24 20:02:17.018278 | fa163eea-1f1d-d096-720d-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:02:20.082795 | 0.27s 2025-11-24 20:02:17.044823 | fa163eea-1f1d-d096-720d-000000000ee3 | TASK | create /v2/ response file 2025-11-24 20:02:17.518487 | fa163eea-1f1d-d096-720d-000000000ee3 | CHANGED | create /v2/ response file | standalone 2025-11-24 20:02:17.519765 | fa163eea-1f1d-d096-720d-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:02:20.584290 | 0.47s 2025-11-24 20:02:17.545252 | fa163eea-1f1d-d096-720d-000000000ee4 | TASK | Add listen line 2025-11-24 20:02:17.914805 | fa163eea-1f1d-d096-720d-000000000ee4 | CHANGED | Add listen line | standalone 2025-11-24 20:02:17.916052 | fa163eea-1f1d-d096-720d-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:02:20.980549 | 0.37s 2025-11-24 20:02:17.940866 | fa163eea-1f1d-d096-720d-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-24 20:02:18.359734 | fa163eea-1f1d-d096-720d-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-24 20:02:18.360503 | fa163eea-1f1d-d096-720d-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:02:21.425034 | 0.42s 2025-11-24 20:02:18.377732 | fa163eea-1f1d-d096-720d-000000000ee6 | TASK | Image-Serve | restart httpd 2025-11-24 20:02:19.280566 | fa163eea-1f1d-d096-720d-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2025-11-24 20:02:19.281700 | fa163eea-1f1d-d096-720d-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:02:22.346231 | 0.90s 2025-11-24 20:02:19.320626 | fa163eea-1f1d-d096-720d-000000000b3c | TASK | create persistent logs directory 2025-11-24 20:02:19.556052 | fa163eea-1f1d-d096-720d-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-24 20:02:19.557985 | fa163eea-1f1d-d096-720d-000000000b3c | TIMING | create persistent logs directory | standalone | 0:02:22.622500 | 0.24s 2025-11-24 20:02:19.773985 | fa163eea-1f1d-d096-720d-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-24 20:02:19.775978 | fa163eea-1f1d-d096-720d-000000000b3c | TIMING | create persistent logs directory | standalone | 0:02:22.840499 | 0.45s 2025-11-24 20:02:19.786583 | fa163eea-1f1d-d096-720d-000000000b3c | TIMING | create persistent logs directory | standalone | 0:02:22.851099 | 0.46s 2025-11-24 20:02:19.812258 | fa163eea-1f1d-d096-720d-000000000b3d | TASK | Mount NFS on host 2025-11-24 20:02:19.841668 | fa163eea-1f1d-d096-720d-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-11-24 20:02:19.843112 | fa163eea-1f1d-d096-720d-000000000b3d | TIMING | Mount NFS on host | standalone | 0:02:22.907632 | 0.03s 2025-11-24 20:02:19.869482 | fa163eea-1f1d-d096-720d-000000000b3e | TASK | Mount Node Staging Location 2025-11-24 20:02:19.900830 | fa163eea-1f1d-d096-720d-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-11-24 20:02:19.902261 | fa163eea-1f1d-d096-720d-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:02:22.966783 | 0.03s 2025-11-24 20:02:19.920958 | fa163eea-1f1d-d096-720d-000000000b3f | TASK | ensure /var/lib/glance exists 2025-11-24 20:02:20.140493 | fa163eea-1f1d-d096-720d-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-24 20:02:20.142001 | fa163eea-1f1d-d096-720d-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:02:23.206524 | 0.22s 2025-11-24 20:02:20.170888 | fa163eea-1f1d-d096-720d-000000000b40 | TASK | create logs directory 2025-11-24 20:02:20.425420 | fa163eea-1f1d-d096-720d-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-24 20:02:20.427792 | fa163eea-1f1d-d096-720d-000000000b40 | TIMING | create logs directory | standalone | 0:02:23.492311 | 0.26s 2025-11-24 20:02:20.644337 | fa163eea-1f1d-d096-720d-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-11-24 20:02:20.645459 | fa163eea-1f1d-d096-720d-000000000b40 | TIMING | create logs directory | standalone | 0:02:23.709985 | 0.47s 2025-11-24 20:02:20.651926 | fa163eea-1f1d-d096-720d-000000000b40 | TIMING | create logs directory | standalone | 0:02:23.716454 | 0.48s 2025-11-24 20:02:20.677283 | fa163eea-1f1d-d096-720d-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-11-24 20:02:20.699470 | fa163eea-1f1d-d096-720d-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-11-24 20:02:20.700565 | fa163eea-1f1d-d096-720d-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:02:23.765035 | 0.02s 2025-11-24 20:02:20.724764 | fa163eea-1f1d-d096-720d-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-11-24 20:02:20.959376 | fa163eea-1f1d-d096-720d-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-11-24 20:02:20.960755 | fa163eea-1f1d-d096-720d-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:02:24.025279 | 0.23s 2025-11-24 20:02:20.985433 | fa163eea-1f1d-d096-720d-000000000b43 | TASK | create persistent directories 2025-11-24 20:02:21.213316 | fa163eea-1f1d-d096-720d-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-24 20:02:21.214237 | fa163eea-1f1d-d096-720d-000000000b43 | TIMING | create persistent directories | standalone | 0:02:24.278767 | 0.23s 2025-11-24 20:02:21.217434 | fa163eea-1f1d-d096-720d-000000000b43 | TIMING | create persistent directories | standalone | 0:02:24.281962 | 0.23s 2025-11-24 20:02:21.242016 | fa163eea-1f1d-d096-720d-000000000b44 | TASK | create persistent data directory 2025-11-24 20:02:21.475535 | fa163eea-1f1d-d096-720d-000000000b44 | OK | create persistent data directory | standalone 2025-11-24 20:02:21.476517 | fa163eea-1f1d-d096-720d-000000000b44 | TIMING | create persistent data directory | standalone | 0:02:24.541020 | 0.23s 2025-11-24 20:02:21.495710 | fa163eea-1f1d-d096-720d-000000000b45 | TASK | create persistent directories 2025-11-24 20:02:21.740656 | fa163eea-1f1d-d096-720d-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-24 20:02:21.742606 | fa163eea-1f1d-d096-720d-000000000b45 | TIMING | create persistent directories | standalone | 0:02:24.807119 | 0.25s 2025-11-24 20:02:21.916820 | fa163eea-1f1d-d096-720d-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-24 20:02:21.918523 | fa163eea-1f1d-d096-720d-000000000b45 | TIMING | create persistent directories | standalone | 0:02:24.983049 | 0.42s 2025-11-24 20:02:21.929193 | fa163eea-1f1d-d096-720d-000000000b45 | TIMING | create persistent directories | standalone | 0:02:24.993718 | 0.43s 2025-11-24 20:02:21.954662 | fa163eea-1f1d-d096-720d-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-11-24 20:02:29.029638 | fa163eea-1f1d-d096-720d-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-24 20:02:29.030948 | fa163eea-1f1d-d096-720d-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:32.095471 | 7.07s 2025-11-24 20:02:29.055935 | fa163eea-1f1d-d096-720d-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-24 20:02:29.138958 | fa163eea-1f1d-d096-720d-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.68 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.25", " Config retrieval: 0.76", " Last run: 1764014548", " Total: 0.25", "Version:", " Config: 1764014547", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-11-24 20:02:29.140226 | fa163eea-1f1d-d096-720d-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:32.204749 | 0.08s 2025-11-24 20:02:29.165999 | fa163eea-1f1d-d096-720d-000000000b48 | TASK | create persistent directories 2025-11-24 20:02:29.422886 | fa163eea-1f1d-d096-720d-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-24 20:02:29.425076 | fa163eea-1f1d-d096-720d-000000000b48 | TIMING | create persistent directories | standalone | 0:02:32.489591 | 0.26s 2025-11-24 20:02:29.598064 | fa163eea-1f1d-d096-720d-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-24 20:02:29.599198 | fa163eea-1f1d-d096-720d-000000000b48 | TIMING | create persistent directories | standalone | 0:02:32.663723 | 0.43s 2025-11-24 20:02:29.605956 | fa163eea-1f1d-d096-720d-000000000b48 | TIMING | create persistent directories | standalone | 0:02:32.670475 | 0.44s 2025-11-24 20:02:29.630992 | fa163eea-1f1d-d096-720d-000000000b49 | TASK | create persistent directories 2025-11-24 20:02:29.853899 | fa163eea-1f1d-d096-720d-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-24 20:02:29.856124 | fa163eea-1f1d-d096-720d-000000000b49 | TIMING | create persistent directories | standalone | 0:02:32.920642 | 0.22s 2025-11-24 20:02:30.058674 | fa163eea-1f1d-d096-720d-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-24 20:02:30.060379 | fa163eea-1f1d-d096-720d-000000000b49 | TIMING | create persistent directories | standalone | 0:02:33.124905 | 0.43s 2025-11-24 20:02:30.071073 | fa163eea-1f1d-d096-720d-000000000b49 | TIMING | create persistent directories | standalone | 0:02:33.135590 | 0.44s 2025-11-24 20:02:30.097608 | fa163eea-1f1d-d096-720d-000000000b4a | TASK | create persistent directories 2025-11-24 20:02:30.324839 | fa163eea-1f1d-d096-720d-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-24 20:02:30.326208 | fa163eea-1f1d-d096-720d-000000000b4a | TIMING | create persistent directories | standalone | 0:02:33.390729 | 0.23s 2025-11-24 20:02:30.332360 | fa163eea-1f1d-d096-720d-000000000b4a | TIMING | create persistent directories | standalone | 0:02:33.396851 | 0.23s 2025-11-24 20:02:30.357642 | fa163eea-1f1d-d096-720d-000000000b4b | TASK | create persistent directories 2025-11-24 20:02:30.614945 | fa163eea-1f1d-d096-720d-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-24 20:02:30.615837 | fa163eea-1f1d-d096-720d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:33.680367 | 0.26s 2025-11-24 20:02:30.819278 | fa163eea-1f1d-d096-720d-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-24 20:02:30.821050 | fa163eea-1f1d-d096-720d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:33.885547 | 0.46s 2025-11-24 20:02:31.045452 | fa163eea-1f1d-d096-720d-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-24 20:02:31.047348 | fa163eea-1f1d-d096-720d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:34.111874 | 0.69s 2025-11-24 20:02:31.273359 | fa163eea-1f1d-d096-720d-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-24 20:02:31.274527 | fa163eea-1f1d-d096-720d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:34.339053 | 0.92s 2025-11-24 20:02:31.282345 | fa163eea-1f1d-d096-720d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:34.346856 | 0.92s 2025-11-24 20:02:31.309797 | fa163eea-1f1d-d096-720d-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-11-24 20:02:31.779659 | fa163eea-1f1d-d096-720d-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-24 20:02:31.781748 | fa163eea-1f1d-d096-720d-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:34.846263 | 0.47s 2025-11-24 20:02:31.817906 | fa163eea-1f1d-d096-720d-000000000b4d | TASK | create fcontext entry for iscsi 2025-11-24 20:02:33.147871 | fa163eea-1f1d-d096-720d-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-24 20:02:33.150496 | fa163eea-1f1d-d096-720d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:36.215009 | 1.33s 2025-11-24 20:02:34.326796 | fa163eea-1f1d-d096-720d-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-24 20:02:34.328075 | fa163eea-1f1d-d096-720d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:37.392600 | 2.51s 2025-11-24 20:02:35.546123 | fa163eea-1f1d-d096-720d-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-24 20:02:35.548304 | fa163eea-1f1d-d096-720d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:38.612829 | 3.73s 2025-11-24 20:02:35.558474 | fa163eea-1f1d-d096-720d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:38.622994 | 3.74s 2025-11-24 20:02:35.579669 | fa163eea-1f1d-d096-720d-000000000b4e | TASK | create persistent directories 2025-11-24 20:02:35.826478 | fa163eea-1f1d-d096-720d-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-24 20:02:35.828581 | fa163eea-1f1d-d096-720d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:38.893087 | 0.25s 2025-11-24 20:02:35.998798 | fa163eea-1f1d-d096-720d-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-24 20:02:36.000680 | fa163eea-1f1d-d096-720d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:39.065206 | 0.42s 2025-11-24 20:02:36.209730 | fa163eea-1f1d-d096-720d-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-24 20:02:36.211449 | fa163eea-1f1d-d096-720d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:39.275974 | 0.63s 2025-11-24 20:02:36.222336 | fa163eea-1f1d-d096-720d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:39.286863 | 0.64s 2025-11-24 20:02:36.247651 | fa163eea-1f1d-d096-720d-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-24 20:02:36.458463 | fa163eea-1f1d-d096-720d-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-24 20:02:36.459721 | fa163eea-1f1d-d096-720d-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:39.524244 | 0.21s 2025-11-24 20:02:36.487554 | fa163eea-1f1d-d096-720d-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-11-24 20:02:36.515896 | fa163eea-1f1d-d096-720d-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-24 20:02:36.517270 | fa163eea-1f1d-d096-720d-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:39.581792 | 0.03s 2025-11-24 20:02:36.541639 | fa163eea-1f1d-d096-720d-000000000b51 | TASK | Check if iscsi.service is enabled 2025-11-24 20:02:36.783281 | fa163eea-1f1d-d096-720d-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-24 20:02:36.784652 | fa163eea-1f1d-d096-720d-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:39.849174 | 0.24s 2025-11-24 20:02:36.808935 | fa163eea-1f1d-d096-720d-000000000b52 | TASK | Stop iscsi.service 2025-11-24 20:02:36.837188 | fa163eea-1f1d-d096-720d-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-11-24 20:02:36.838257 | fa163eea-1f1d-d096-720d-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:39.902783 | 0.03s 2025-11-24 20:02:36.884497 | fa163eea-1f1d-d096-720d-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:39.949005 | 0.02s 2025-11-24 20:02:36.988711 | fa163eea-1f1d-d096-720d-00000000104c | TASK | Install additional packages 2025-11-24 20:02:37.006824 | fa163eea-1f1d-d096-720d-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:40.071351 | 0.02s 2025-11-24 20:02:37.023730 | fa163eea-1f1d-d096-720d-00000000104d | TASK | Remove dracut-config-generic 2025-11-24 20:02:40.909973 | fa163eea-1f1d-d096-720d-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2025-11-24 20:02:40.911437 | fa163eea-1f1d-d096-720d-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:43.975959 | 3.89s 2025-11-24 20:02:40.936221 | fa163eea-1f1d-d096-720d-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-24 20:02:41.177429 | fa163eea-1f1d-d096-720d-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-24 20:02:41.178765 | fa163eea-1f1d-d096-720d-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:44.243288 | 0.24s 2025-11-24 20:02:41.203891 | fa163eea-1f1d-d096-720d-00000000104f | TASK | Write list of modules to load at boot 2025-11-24 20:02:41.682444 | fa163eea-1f1d-d096-720d-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2025-11-24 20:02:41.683917 | fa163eea-1f1d-d096-720d-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:44.748439 | 0.48s 2025-11-24 20:02:41.710154 | fa163eea-1f1d-d096-720d-000000001050 | TASK | Modules reload 2025-11-24 20:02:42.148594 | fa163eea-1f1d-d096-720d-000000001050 | CHANGED | Modules reload | standalone 2025-11-24 20:02:42.150552 | fa163eea-1f1d-d096-720d-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:45.214908 | 0.44s 2025-11-24 20:02:42.176580 | fa163eea-1f1d-d096-720d-000000001051 | TASK | Set default sysctl options 2025-11-24 20:02:42.633106 | fa163eea-1f1d-d096-720d-000000001051 | CHANGED | Set default sysctl options | standalone 2025-11-24 20:02:42.634483 | fa163eea-1f1d-d096-720d-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:45.699004 | 0.46s 2025-11-24 20:02:42.660183 | fa163eea-1f1d-d096-720d-000000001052 | TASK | Set extra sysctl options 2025-11-24 20:02:43.084740 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-24 20:02:43.086875 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:46.151395 | 0.42s 2025-11-24 20:02:43.352416 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-24 20:02:43.353152 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:46.417684 | 0.69s 2025-11-24 20:02:43.566262 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-24 20:02:43.567087 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:46.631616 | 0.91s 2025-11-24 20:02:43.746904 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-24 20:02:43.747888 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:46.812415 | 1.09s 2025-11-24 20:02:44.989125 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-24 20:02:44.990196 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:48.054717 | 2.33s 2025-11-24 20:02:45.243253 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-24 20:02:45.244710 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:48.309233 | 2.58s 2025-11-24 20:02:45.491356 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-24 20:02:45.492469 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:48.556993 | 2.83s 2025-11-24 20:02:45.696122 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-24 20:02:45.697236 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:48.761757 | 3.04s 2025-11-24 20:02:45.935005 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-24 20:02:45.935617 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:49.000150 | 3.27s 2025-11-24 20:02:46.198400 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-24 20:02:46.200101 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:49.264560 | 3.54s 2025-11-24 20:02:46.420482 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-24 20:02:46.422406 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:49.486927 | 3.76s 2025-11-24 20:02:46.668950 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-24 20:02:46.670398 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:49.734922 | 4.01s 2025-11-24 20:02:47.911913 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-24 20:02:47.913773 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:50.978302 | 5.25s 2025-11-24 20:02:48.176285 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-24 20:02:48.177275 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:51.241801 | 5.52s 2025-11-24 20:02:48.396427 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-24 20:02:48.398016 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:51.462542 | 5.74s 2025-11-24 20:02:48.603713 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-24 20:02:48.604553 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:51.669083 | 5.94s 2025-11-24 20:02:48.800696 | fa163eea-1f1d-d096-720d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-24 20:02:48.801338 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:51.865871 | 6.14s 2025-11-24 20:02:48.811416 | fa163eea-1f1d-d096-720d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:51.875936 | 6.15s 2025-11-24 20:02:48.840819 | fa163eea-1f1d-d096-720d-000000001054 | TASK | Sysctl reload 2025-11-24 20:02:49.189228 | fa163eea-1f1d-d096-720d-000000001054 | CHANGED | Sysctl reload | standalone 2025-11-24 20:02:49.191131 | fa163eea-1f1d-d096-720d-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:52.255654 | 0.35s 2025-11-24 20:02:49.247276 | fa163eea-1f1d-d096-720d-000000000b54 | TASK | create persistent directories 2025-11-24 20:02:49.497591 | fa163eea-1f1d-d096-720d-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-24 20:02:49.499059 | fa163eea-1f1d-d096-720d-000000000b54 | TIMING | create persistent directories | standalone | 0:02:52.563552 | 0.25s 2025-11-24 20:02:49.710080 | fa163eea-1f1d-d096-720d-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-24 20:02:49.711865 | fa163eea-1f1d-d096-720d-000000000b54 | TIMING | create persistent directories | standalone | 0:02:52.776361 | 0.46s 2025-11-24 20:02:49.722813 | fa163eea-1f1d-d096-720d-000000000b54 | TIMING | create persistent directories | standalone | 0:02:52.787328 | 0.47s 2025-11-24 20:02:49.750013 | fa163eea-1f1d-d096-720d-000000000b55 | TASK | Check if file certs_valid exist 2025-11-24 20:02:49.933009 | fa163eea-1f1d-d096-720d-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-11-24 20:02:49.934303 | fa163eea-1f1d-d096-720d-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:52.998827 | 0.18s 2025-11-24 20:02:49.959175 | fa163eea-1f1d-d096-720d-000000000b56 | TASK | Check if file cert9.db exist 2025-11-24 20:02:50.181626 | fa163eea-1f1d-d096-720d-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-11-24 20:02:50.183291 | fa163eea-1f1d-d096-720d-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:53.247806 | 0.22s 2025-11-24 20:02:50.210694 | fa163eea-1f1d-d096-720d-000000000b57 | TASK | Check if file key4.db exist 2025-11-24 20:02:50.438116 | fa163eea-1f1d-d096-720d-000000000b57 | OK | Check if file key4.db exist | standalone 2025-11-24 20:02:50.439421 | fa163eea-1f1d-d096-720d-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:53.503943 | 0.23s 2025-11-24 20:02:50.493263 | fa163eea-1f1d-d096-720d-000000000b58 | SKIPPED | fail | standalone 2025-11-24 20:02:50.494524 | fa163eea-1f1d-d096-720d-000000000b58 | TIMING | fail | standalone | 0:02:53.559048 | 0.03s 2025-11-24 20:02:50.519517 | fa163eea-1f1d-d096-720d-000000000b59 | TASK | Create persistent directories 2025-11-24 20:02:50.757771 | fa163eea-1f1d-d096-720d-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-24 20:02:50.759308 | fa163eea-1f1d-d096-720d-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:53.823827 | 0.24s 2025-11-24 20:02:50.953756 | fa163eea-1f1d-d096-720d-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-24 20:02:50.955176 | fa163eea-1f1d-d096-720d-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:54.019707 | 0.43s 2025-11-24 20:02:50.965992 | fa163eea-1f1d-d096-720d-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:54.030514 | 0.45s 2025-11-24 20:02:50.992427 | fa163eea-1f1d-d096-720d-000000000b5a | TASK | create persistent directories 2025-11-24 20:02:51.242512 | fa163eea-1f1d-d096-720d-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-24 20:02:51.243823 | fa163eea-1f1d-d096-720d-000000000b5a | TIMING | create persistent directories | standalone | 0:02:54.308327 | 0.25s 2025-11-24 20:02:51.255960 | fa163eea-1f1d-d096-720d-000000000b5a | TIMING | create persistent directories | standalone | 0:02:54.320476 | 0.26s 2025-11-24 20:02:51.282413 | fa163eea-1f1d-d096-720d-000000000b5b | TASK | create persistent directories 2025-11-24 20:02:51.545696 | fa163eea-1f1d-d096-720d-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-24 20:02:51.548110 | fa163eea-1f1d-d096-720d-000000000b5b | TIMING | create persistent directories | standalone | 0:02:54.612631 | 0.26s 2025-11-24 20:02:51.775244 | fa163eea-1f1d-d096-720d-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-24 20:02:51.776303 | fa163eea-1f1d-d096-720d-000000000b5b | TIMING | create persistent directories | standalone | 0:02:54.840829 | 0.49s 2025-11-24 20:02:51.782614 | fa163eea-1f1d-d096-720d-000000000b5b | TIMING | create persistent directories | standalone | 0:02:54.847142 | 0.50s 2025-11-24 20:02:51.807737 | fa163eea-1f1d-d096-720d-000000000b5c | TASK | create persistent directories 2025-11-24 20:02:52.040379 | fa163eea-1f1d-d096-720d-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-24 20:02:52.041970 | fa163eea-1f1d-d096-720d-000000000b5c | TIMING | create persistent directories | standalone | 0:02:55.106498 | 0.23s 2025-11-24 20:02:52.052381 | fa163eea-1f1d-d096-720d-000000000b5c | TIMING | create persistent directories | standalone | 0:02:55.116907 | 0.24s 2025-11-24 20:02:52.077692 | fa163eea-1f1d-d096-720d-000000000b5d | TASK | create persistent directories 2025-11-24 20:02:52.348062 | fa163eea-1f1d-d096-720d-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-24 20:02:52.349611 | fa163eea-1f1d-d096-720d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:55.414136 | 0.27s 2025-11-24 20:02:52.569534 | fa163eea-1f1d-d096-720d-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-24 20:02:52.570619 | fa163eea-1f1d-d096-720d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:55.635145 | 0.49s 2025-11-24 20:02:52.776248 | fa163eea-1f1d-d096-720d-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-24 20:02:52.777930 | fa163eea-1f1d-d096-720d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:55.842454 | 0.70s 2025-11-24 20:02:52.788477 | fa163eea-1f1d-d096-720d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:55.853000 | 0.71s 2025-11-24 20:02:52.813676 | fa163eea-1f1d-d096-720d-000000000b5e | TASK | create persistent directories 2025-11-24 20:02:53.047642 | fa163eea-1f1d-d096-720d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-24 20:02:53.050719 | fa163eea-1f1d-d096-720d-000000000b5e | TIMING | create persistent directories | standalone | 0:02:56.115231 | 0.24s 2025-11-24 20:02:53.215862 | fa163eea-1f1d-d096-720d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-24 20:02:53.216586 | fa163eea-1f1d-d096-720d-000000000b5e | TIMING | create persistent directories | standalone | 0:02:56.281118 | 0.40s 2025-11-24 20:02:53.221175 | fa163eea-1f1d-d096-720d-000000000b5e | TIMING | create persistent directories | standalone | 0:02:56.285696 | 0.41s 2025-11-24 20:02:53.247624 | fa163eea-1f1d-d096-720d-000000000b5f | TASK | create persistent directories 2025-11-24 20:02:53.457190 | fa163eea-1f1d-d096-720d-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-24 20:02:53.458576 | fa163eea-1f1d-d096-720d-000000000b5f | TIMING | create persistent directories | standalone | 0:02:56.523097 | 0.21s 2025-11-24 20:02:53.470290 | fa163eea-1f1d-d096-720d-000000000b5f | TIMING | create persistent directories | standalone | 0:02:56.534814 | 0.22s 2025-11-24 20:02:53.490699 | fa163eea-1f1d-d096-720d-000000000b60 | TASK | creating directory 2025-11-24 20:02:53.720642 | fa163eea-1f1d-d096-720d-000000000b60 | CHANGED | creating directory | standalone 2025-11-24 20:02:53.722214 | fa163eea-1f1d-d096-720d-000000000b60 | TIMING | creating directory | standalone | 0:02:56.786736 | 0.23s 2025-11-24 20:02:53.747994 | fa163eea-1f1d-d096-720d-000000000b61 | TASK | derive pci passthrough whitelist 2025-11-24 20:02:54.213941 | fa163eea-1f1d-d096-720d-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-24 20:02:54.215585 | fa163eea-1f1d-d096-720d-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:57.280107 | 0.47s 2025-11-24 20:02:54.240358 | fa163eea-1f1d-d096-720d-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-24 20:02:55.051633 | fa163eea-1f1d-d096-720d-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-24 20:02:55.053161 | fa163eea-1f1d-d096-720d-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:58.117678 | 0.81s 2025-11-24 20:02:55.079186 | fa163eea-1f1d-d096-720d-000000000b63 | TASK | create /run/netns with temp namespace 2025-11-24 20:02:55.311564 | fa163eea-1f1d-d096-720d-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-24 20:02:55.312885 | fa163eea-1f1d-d096-720d-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:58.377408 | 0.23s 2025-11-24 20:02:55.340405 | fa163eea-1f1d-d096-720d-000000000b64 | TASK | remove temp namespace 2025-11-24 20:02:55.571737 | fa163eea-1f1d-d096-720d-000000000b64 | CHANGED | remove temp namespace | standalone 2025-11-24 20:02:55.573079 | fa163eea-1f1d-d096-720d-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:58.637601 | 0.23s 2025-11-24 20:02:55.598225 | fa163eea-1f1d-d096-720d-000000000b65 | TASK | create /var/lib/neutron 2025-11-24 20:02:55.806229 | fa163eea-1f1d-d096-720d-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-11-24 20:02:55.807485 | fa163eea-1f1d-d096-720d-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:58.872015 | 0.21s 2025-11-24 20:02:55.828590 | fa163eea-1f1d-d096-720d-000000000b66 | TASK | set conditions 2025-11-24 20:02:55.858273 | fa163eea-1f1d-d096-720d-000000000b66 | OK | set conditions | standalone 2025-11-24 20:02:55.859020 | fa163eea-1f1d-d096-720d-000000000b66 | TIMING | set conditions | standalone | 0:02:58.923551 | 0.03s 2025-11-24 20:02:55.877239 | fa163eea-1f1d-d096-720d-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-24 20:02:56.106585 | fa163eea-1f1d-d096-720d-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-24 20:02:56.107680 | fa163eea-1f1d-d096-720d-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:59.172187 | 0.23s 2025-11-24 20:02:56.127558 | fa163eea-1f1d-d096-720d-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-11-24 20:02:56.597948 | fa163eea-1f1d-d096-720d-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-24 20:02:56.598970 | fa163eea-1f1d-d096-720d-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:59.663502 | 0.47s 2025-11-24 20:02:56.616559 | fa163eea-1f1d-d096-720d-000000000b69 | TASK | create haproxy kill script 2025-11-24 20:02:57.087554 | fa163eea-1f1d-d096-720d-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-11-24 20:02:57.088838 | fa163eea-1f1d-d096-720d-000000000b69 | TIMING | create haproxy kill script | standalone | 0:03:00.153363 | 0.47s 2025-11-24 20:02:57.113422 | fa163eea-1f1d-d096-720d-000000000b6a | TASK | create persistent directories 2025-11-24 20:02:57.330894 | fa163eea-1f1d-d096-720d-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-24 20:02:57.331779 | fa163eea-1f1d-d096-720d-000000000b6a | TIMING | create persistent directories | standalone | 0:03:00.396310 | 0.22s 2025-11-24 20:02:57.511947 | fa163eea-1f1d-d096-720d-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-24 20:02:57.513214 | fa163eea-1f1d-d096-720d-000000000b6a | TIMING | create persistent directories | standalone | 0:03:00.577747 | 0.40s 2025-11-24 20:02:57.523787 | fa163eea-1f1d-d096-720d-000000000b6a | TIMING | create persistent directories | standalone | 0:03:00.588309 | 0.41s 2025-11-24 20:02:57.544264 | fa163eea-1f1d-d096-720d-000000000b6b | TASK | create persistent directories 2025-11-24 20:02:57.802434 | fa163eea-1f1d-d096-720d-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-24 20:02:57.804863 | fa163eea-1f1d-d096-720d-000000000b6b | TIMING | create persistent directories | standalone | 0:03:00.869379 | 0.26s 2025-11-24 20:02:57.815554 | fa163eea-1f1d-d096-720d-000000000b6b | TIMING | create persistent directories | standalone | 0:03:00.880048 | 0.27s 2025-11-24 20:02:57.841459 | fa163eea-1f1d-d096-720d-000000000b6c | TASK | create persistent directories 2025-11-24 20:02:58.101997 | fa163eea-1f1d-d096-720d-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-24 20:02:58.103653 | fa163eea-1f1d-d096-720d-000000000b6c | TIMING | create persistent directories | standalone | 0:03:01.168169 | 0.26s 2025-11-24 20:02:58.275872 | fa163eea-1f1d-d096-720d-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-24 20:02:58.277200 | fa163eea-1f1d-d096-720d-000000000b6c | TIMING | create persistent directories | standalone | 0:03:01.341731 | 0.43s 2025-11-24 20:02:58.288053 | fa163eea-1f1d-d096-720d-000000000b6c | TIMING | create persistent directories | standalone | 0:03:01.352558 | 0.45s 2025-11-24 20:02:58.312984 | fa163eea-1f1d-d096-720d-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-24 20:02:58.483979 | fa163eea-1f1d-d096-720d-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-24 20:02:58.484782 | fa163eea-1f1d-d096-720d-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:03:01.549314 | 0.17s 2025-11-24 20:02:58.502642 | fa163eea-1f1d-d096-720d-000000000b6e | TASK | create persistent directories 2025-11-24 20:02:58.699413 | fa163eea-1f1d-d096-720d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-24 20:02:58.702117 | fa163eea-1f1d-d096-720d-000000000b6e | TIMING | create persistent directories | standalone | 0:03:01.766633 | 0.20s 2025-11-24 20:02:58.880483 | fa163eea-1f1d-d096-720d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-24 20:02:58.881485 | fa163eea-1f1d-d096-720d-000000000b6e | TIMING | create persistent directories | standalone | 0:03:01.946016 | 0.38s 2025-11-24 20:02:59.045298 | fa163eea-1f1d-d096-720d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-24 20:02:59.046202 | fa163eea-1f1d-d096-720d-000000000b6e | TIMING | create persistent directories | standalone | 0:03:02.110731 | 0.54s 2025-11-24 20:02:59.218368 | fa163eea-1f1d-d096-720d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-24 20:02:59.220965 | fa163eea-1f1d-d096-720d-000000000b6e | TIMING | create persistent directories | standalone | 0:03:02.285497 | 0.72s 2025-11-24 20:02:59.398642 | fa163eea-1f1d-d096-720d-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-24 20:02:59.400204 | fa163eea-1f1d-d096-720d-000000000b6e | TIMING | create persistent directories | standalone | 0:03:02.464733 | 0.90s 2025-11-24 20:02:59.411462 | fa163eea-1f1d-d096-720d-000000000b6e | TIMING | create persistent directories | standalone | 0:03:02.475974 | 0.91s 2025-11-24 20:02:59.433243 | fa163eea-1f1d-d096-720d-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-11-24 20:02:59.857086 | fa163eea-1f1d-d096-720d-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-24 20:02:59.858922 | fa163eea-1f1d-d096-720d-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:03:02.923440 | 0.42s 2025-11-24 20:02:59.884473 | fa163eea-1f1d-d096-720d-000000000b70 | TASK | create tempfiles 2025-11-24 20:03:00.140428 | fa163eea-1f1d-d096-720d-000000000b70 | CHANGED | create tempfiles | standalone 2025-11-24 20:03:00.142162 | fa163eea-1f1d-d096-720d-000000000b70 | TIMING | create tempfiles | standalone | 0:03:03.206681 | 0.26s 2025-11-24 20:03:00.169339 | fa163eea-1f1d-d096-720d-000000000b71 | TASK | Mount Nova NFS Share 2025-11-24 20:03:00.203223 | fa163eea-1f1d-d096-720d-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-24 20:03:00.204871 | fa163eea-1f1d-d096-720d-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:03:03.269390 | 0.03s 2025-11-24 20:03:00.231314 | fa163eea-1f1d-d096-720d-000000000b73 | TASK | check systemd-container package installed or not 2025-11-24 20:03:00.262203 | fa163eea-1f1d-d096-720d-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-24 20:03:00.263590 | fa163eea-1f1d-d096-720d-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:03:03.328111 | 0.03s 2025-11-24 20:03:00.288258 | fa163eea-1f1d-d096-720d-000000000b74 | TASK | get latest package from downloaded package versions 2025-11-24 20:03:00.320953 | fa163eea-1f1d-d096-720d-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-24 20:03:00.321911 | fa163eea-1f1d-d096-720d-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:03:03.386439 | 0.03s 2025-11-24 20:03:00.339561 | fa163eea-1f1d-d096-720d-000000000b75 | TASK | Install systemd-container package on boot 2025-11-24 20:03:00.367433 | fa163eea-1f1d-d096-720d-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-11-24 20:03:00.368447 | fa163eea-1f1d-d096-720d-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:03:03.432976 | 0.03s 2025-11-24 20:03:00.390019 | fa163eea-1f1d-d096-720d-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-11-24 20:03:00.422553 | fa163eea-1f1d-d096-720d-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-24 20:03:00.423791 | fa163eea-1f1d-d096-720d-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:03:03.488318 | 0.03s 2025-11-24 20:03:00.442364 | fa163eea-1f1d-d096-720d-000000000b77 | TASK | check if install-systemd-container service exists 2025-11-24 20:03:00.472057 | fa163eea-1f1d-d096-720d-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-24 20:03:00.473127 | fa163eea-1f1d-d096-720d-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:03:03.537653 | 0.03s 2025-11-24 20:03:00.492966 | fa163eea-1f1d-d096-720d-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-11-24 20:03:00.525686 | fa163eea-1f1d-d096-720d-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-24 20:03:00.527103 | fa163eea-1f1d-d096-720d-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:03:03.591627 | 0.03s 2025-11-24 20:03:00.553084 | fa163eea-1f1d-d096-720d-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-24 20:03:00.584753 | fa163eea-1f1d-d096-720d-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-24 20:03:00.585599 | fa163eea-1f1d-d096-720d-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:03:03.650127 | 0.03s 2025-11-24 20:03:00.605550 | fa163eea-1f1d-d096-720d-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-24 20:03:00.636156 | fa163eea-1f1d-d096-720d-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-24 20:03:00.636975 | fa163eea-1f1d-d096-720d-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:03:03.701503 | 0.03s 2025-11-24 20:03:00.656317 | fa163eea-1f1d-d096-720d-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-11-24 20:03:00.685644 | fa163eea-1f1d-d096-720d-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-24 20:03:00.686700 | fa163eea-1f1d-d096-720d-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:03:03.751224 | 0.03s 2025-11-24 20:03:00.711350 | fa163eea-1f1d-d096-720d-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-24 20:03:00.778653 | fa163eea-1f1d-d096-720d-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-24 20:03:00.780777 | fa163eea-1f1d-d096-720d-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:03:03.845297 | 0.07s 2025-11-24 20:03:00.807576 | fa163eea-1f1d-d096-720d-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-24 20:03:00.839377 | fa163eea-1f1d-d096-720d-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-24 20:03:00.841477 | fa163eea-1f1d-d096-720d-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:03:03.905988 | 0.03s 2025-11-24 20:03:00.874313 | fa163eea-1f1d-d096-720d-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-24 20:03:00.907808 | fa163eea-1f1d-d096-720d-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-24 20:03:00.909707 | fa163eea-1f1d-d096-720d-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:03:03.974221 | 0.03s 2025-11-24 20:03:00.934837 | fa163eea-1f1d-d096-720d-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-24 20:03:00.975770 | fa163eea-1f1d-d096-720d-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-24 20:03:00.976704 | fa163eea-1f1d-d096-720d-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:03:04.041235 | 0.04s 2025-11-24 20:03:00.994296 | fa163eea-1f1d-d096-720d-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-24 20:03:01.022144 | fa163eea-1f1d-d096-720d-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-24 20:03:01.023132 | fa163eea-1f1d-d096-720d-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:03:04.087662 | 0.03s 2025-11-24 20:03:01.041605 | fa163eea-1f1d-d096-720d-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-11-24 20:03:01.080245 | fa163eea-1f1d-d096-720d-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-11-24 20:03:01.081237 | fa163eea-1f1d-d096-720d-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:03:04.145741 | 0.04s 2025-11-24 20:03:01.099742 | fa163eea-1f1d-d096-720d-000000000b86 | TASK | install nova-compute delay wrapper script 2025-11-24 20:03:01.148191 | fa163eea-1f1d-d096-720d-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-24 20:03:01.149276 | fa163eea-1f1d-d096-720d-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:03:04.213803 | 0.05s 2025-11-24 20:03:01.170128 | fa163eea-1f1d-d096-720d-000000000b87 | TASK | Is irqbalance enabled 2025-11-24 20:03:01.202561 | fa163eea-1f1d-d096-720d-000000000b87 | OK | Is irqbalance enabled | standalone 2025-11-24 20:03:01.203676 | fa163eea-1f1d-d096-720d-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:03:04.268203 | 0.03s 2025-11-24 20:03:01.224369 | fa163eea-1f1d-d096-720d-000000000b88 | TASK | disable irqbalance service on compute 2025-11-24 20:03:01.263469 | fa163eea-1f1d-d096-720d-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-11-24 20:03:01.264492 | fa163eea-1f1d-d096-720d-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:03:04.329021 | 0.04s 2025-11-24 20:03:01.282347 | fa163eea-1f1d-d096-720d-000000000b89 | TASK | create persistent directories 2025-11-24 20:03:01.521456 | fa163eea-1f1d-d096-720d-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-24 20:03:01.523277 | fa163eea-1f1d-d096-720d-000000000b89 | TIMING | create persistent directories | standalone | 0:03:04.587798 | 0.24s 2025-11-24 20:03:01.532896 | fa163eea-1f1d-d096-720d-000000000b89 | TIMING | create persistent directories | standalone | 0:03:04.597419 | 0.25s 2025-11-24 20:03:01.550958 | fa163eea-1f1d-d096-720d-000000000b8a | TASK | create libvirt persistent data directories 2025-11-24 20:03:01.804821 | fa163eea-1f1d-d096-720d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-24 20:03:01.806741 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:04.871263 | 0.25s 2025-11-24 20:03:01.993167 | fa163eea-1f1d-d096-720d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-24 20:03:01.994768 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:05.059291 | 0.44s 2025-11-24 20:03:02.239603 | fa163eea-1f1d-d096-720d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-24 20:03:02.240701 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:05.305227 | 0.69s 2025-11-24 20:03:02.459571 | fa163eea-1f1d-d096-720d-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-24 20:03:02.460665 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:05.525190 | 0.91s 2025-11-24 20:03:02.707962 | fa163eea-1f1d-d096-720d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-24 20:03:02.709959 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:05.774461 | 1.16s 2025-11-24 20:03:02.932851 | fa163eea-1f1d-d096-720d-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-24 20:03:02.934590 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:05.999114 | 1.38s 2025-11-24 20:03:03.184502 | fa163eea-1f1d-d096-720d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-24 20:03:03.185581 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:06.250107 | 1.63s 2025-11-24 20:03:03.398976 | fa163eea-1f1d-d096-720d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-24 20:03:03.399935 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:06.464464 | 1.85s 2025-11-24 20:03:03.408822 | fa163eea-1f1d-d096-720d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:03:06.473335 | 1.86s 2025-11-24 20:03:03.443724 | fa163eea-1f1d-d096-720d-000000000b8b | TASK | ensure qemu group is present on the host 2025-11-24 20:03:04.021437 | fa163eea-1f1d-d096-720d-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-11-24 20:03:04.022727 | fa163eea-1f1d-d096-720d-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:03:07.087251 | 0.58s 2025-11-24 20:03:04.048552 | fa163eea-1f1d-d096-720d-000000000b8c | TASK | ensure qemu user is present on the host 2025-11-24 20:03:04.731237 | fa163eea-1f1d-d096-720d-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-11-24 20:03:04.732856 | fa163eea-1f1d-d096-720d-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:03:07.797374 | 0.68s 2025-11-24 20:03:04.760075 | fa163eea-1f1d-d096-720d-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-24 20:03:05.003189 | fa163eea-1f1d-d096-720d-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-24 20:03:05.004906 | fa163eea-1f1d-d096-720d-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:03:08.069423 | 0.24s 2025-11-24 20:03:05.031300 | fa163eea-1f1d-d096-720d-000000000b8e | TASK | check if libvirt is installed 2025-11-24 20:03:05.273193 | fa163eea-1f1d-d096-720d-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-11-24 20:03:05.274007 | fa163eea-1f1d-d096-720d-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:03:08.338541 | 0.24s 2025-11-24 20:03:05.291254 | fa163eea-1f1d-d096-720d-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-11-24 20:03:05.331379 | fa163eea-1f1d-d096-720d-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-24 20:03:05.338152 | fa163eea-1f1d-d096-720d-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-24 20:03:05.343972 | fa163eea-1f1d-d096-720d-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:03:08.408484 | 0.05s 2025-11-24 20:03:05.368882 | fa163eea-1f1d-d096-720d-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-11-24 20:03:05.796322 | fa163eea-1f1d-d096-720d-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-24 20:03:05.797726 | fa163eea-1f1d-d096-720d-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:03:08.862249 | 0.43s 2025-11-24 20:03:05.815808 | fa163eea-1f1d-d096-720d-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-24 20:03:06.807502 | fa163eea-1f1d-d096-720d-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-24 20:03:06.808903 | fa163eea-1f1d-d096-720d-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:03:09.873426 | 0.99s 2025-11-24 20:03:06.833142 | fa163eea-1f1d-d096-720d-000000000b92 | TASK | remove gnutls-qemu.config 2025-11-24 20:03:07.054289 | fa163eea-1f1d-d096-720d-000000000b92 | OK | remove gnutls-qemu.config | standalone 2025-11-24 20:03:07.055467 | fa163eea-1f1d-d096-720d-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:03:10.119990 | 0.22s 2025-11-24 20:03:07.079334 | fa163eea-1f1d-d096-720d-000000000b93 | TASK | update crypto policies 2025-11-24 20:03:07.106594 | fa163eea-1f1d-d096-720d-000000000b93 | SKIPPED | update crypto policies | standalone 2025-11-24 20:03:07.107533 | fa163eea-1f1d-d096-720d-000000000b93 | TIMING | update crypto policies | standalone | 0:03:10.172062 | 0.03s 2025-11-24 20:03:07.127713 | fa163eea-1f1d-d096-720d-000000000b94 | TASK | Create libvirt persistent data directories 2025-11-24 20:03:07.352534 | fa163eea-1f1d-d096-720d-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-24 20:03:07.353433 | fa163eea-1f1d-d096-720d-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:03:10.417960 | 0.22s 2025-11-24 20:03:07.357379 | fa163eea-1f1d-d096-720d-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:03:10.421906 | 0.23s 2025-11-24 20:03:07.376427 | fa163eea-1f1d-d096-720d-000000000b95 | TASK | create persistent directories 2025-11-24 20:03:07.631267 | fa163eea-1f1d-d096-720d-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-24 20:03:07.632769 | fa163eea-1f1d-d096-720d-000000000b95 | TIMING | create persistent directories | standalone | 0:03:10.697289 | 0.26s 2025-11-24 20:03:07.838361 | fa163eea-1f1d-d096-720d-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-24 20:03:07.839490 | fa163eea-1f1d-d096-720d-000000000b95 | TIMING | create persistent directories | standalone | 0:03:10.904015 | 0.46s 2025-11-24 20:03:07.845306 | fa163eea-1f1d-d096-720d-000000000b95 | TIMING | create persistent directories | standalone | 0:03:10.909842 | 0.47s 2025-11-24 20:03:07.862048 | fa163eea-1f1d-d096-720d-000000000b96 | TASK | Copy in cleanup script 2025-11-24 20:03:08.285427 | fa163eea-1f1d-d096-720d-000000000b96 | CHANGED | Copy in cleanup script | standalone 2025-11-24 20:03:08.286090 | fa163eea-1f1d-d096-720d-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:03:11.350623 | 0.42s 2025-11-24 20:03:08.305580 | fa163eea-1f1d-d096-720d-000000000b97 | TASK | Copy in cleanup service 2025-11-24 20:03:08.696708 | fa163eea-1f1d-d096-720d-000000000b97 | CHANGED | Copy in cleanup service | standalone 2025-11-24 20:03:08.698229 | fa163eea-1f1d-d096-720d-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:03:11.762752 | 0.39s 2025-11-24 20:03:08.725839 | fa163eea-1f1d-d096-720d-000000000b98 | TASK | Enabling the cleanup service 2025-11-24 20:03:09.407874 | fa163eea-1f1d-d096-720d-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2025-11-24 20:03:09.409708 | fa163eea-1f1d-d096-720d-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:03:12.474238 | 0.68s 2025-11-24 20:03:09.435101 | fa163eea-1f1d-d096-720d-000000000b99 | TASK | create persistent directories 2025-11-24 20:03:09.696088 | fa163eea-1f1d-d096-720d-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-24 20:03:09.698666 | fa163eea-1f1d-d096-720d-000000000b99 | TIMING | create persistent directories | standalone | 0:03:12.763182 | 0.26s 2025-11-24 20:03:09.920289 | fa163eea-1f1d-d096-720d-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-24 20:03:09.921403 | fa163eea-1f1d-d096-720d-000000000b99 | TIMING | create persistent directories | standalone | 0:03:12.985928 | 0.49s 2025-11-24 20:03:09.928392 | fa163eea-1f1d-d096-720d-000000000b99 | TIMING | create persistent directories | standalone | 0:03:12.992908 | 0.49s 2025-11-24 20:03:09.958533 | fa163eea-1f1d-d096-720d-000000000b9a | TASK | set conditions 2025-11-24 20:03:09.991512 | fa163eea-1f1d-d096-720d-000000000b9a | OK | set conditions | standalone 2025-11-24 20:03:09.992860 | fa163eea-1f1d-d096-720d-000000000b9a | TIMING | set conditions | standalone | 0:03:13.057380 | 0.03s 2025-11-24 20:03:10.018878 | fa163eea-1f1d-d096-720d-000000000b9b | TASK | create persistent directories 2025-11-24 20:03:10.242835 | fa163eea-1f1d-d096-720d-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-24 20:03:10.244954 | fa163eea-1f1d-d096-720d-000000000b9b | TIMING | create persistent directories | standalone | 0:03:13.309451 | 0.22s 2025-11-24 20:03:10.473259 | fa163eea-1f1d-d096-720d-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-11-24 20:03:10.474019 | fa163eea-1f1d-d096-720d-000000000b9b | TIMING | create persistent directories | standalone | 0:03:13.538551 | 0.45s 2025-11-24 20:03:10.691477 | fa163eea-1f1d-d096-720d-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-11-24 20:03:10.692963 | fa163eea-1f1d-d096-720d-000000000b9b | TIMING | create persistent directories | standalone | 0:03:13.757495 | 0.67s 2025-11-24 20:03:10.704232 | fa163eea-1f1d-d096-720d-000000000b9b | TIMING | create persistent directories | standalone | 0:03:13.768750 | 0.68s 2025-11-24 20:03:10.729641 | fa163eea-1f1d-d096-720d-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2025-11-24 20:03:11.209518 | fa163eea-1f1d-d096-720d-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-11-24 20:03:11.210934 | fa163eea-1f1d-d096-720d-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:03:14.275455 | 0.48s 2025-11-24 20:03:11.236456 | fa163eea-1f1d-d096-720d-000000000b9d | TASK | create persistent directories 2025-11-24 20:03:11.495369 | fa163eea-1f1d-d096-720d-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-24 20:03:11.497163 | fa163eea-1f1d-d096-720d-000000000b9d | TIMING | create persistent directories | standalone | 0:03:14.561679 | 0.26s 2025-11-24 20:03:11.664598 | fa163eea-1f1d-d096-720d-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-11-24 20:03:11.666260 | fa163eea-1f1d-d096-720d-000000000b9d | TIMING | create persistent directories | standalone | 0:03:14.730784 | 0.43s 2025-11-24 20:03:11.676915 | fa163eea-1f1d-d096-720d-000000000b9d | TIMING | create persistent directories | standalone | 0:03:14.741430 | 0.44s 2025-11-24 20:03:11.702522 | fa163eea-1f1d-d096-720d-000000000b9e | TASK | create empty log files 2025-11-24 20:03:11.955908 | fa163eea-1f1d-d096-720d-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-11-24 20:03:11.958184 | fa163eea-1f1d-d096-720d-000000000b9e | TIMING | create empty log files | standalone | 0:03:15.022701 | 0.25s 2025-11-24 20:03:12.153901 | fa163eea-1f1d-d096-720d-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-11-24 20:03:12.155052 | fa163eea-1f1d-d096-720d-000000000b9e | TIMING | create empty log files | standalone | 0:03:15.219549 | 0.45s 2025-11-24 20:03:12.162401 | fa163eea-1f1d-d096-720d-000000000b9e | TIMING | create empty log files | standalone | 0:03:15.226912 | 0.46s 2025-11-24 20:03:12.192223 | fa163eea-1f1d-d096-720d-000000000b9f | TASK | create persistent directories 2025-11-24 20:03:12.421917 | fa163eea-1f1d-d096-720d-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-24 20:03:12.423465 | fa163eea-1f1d-d096-720d-000000000b9f | TIMING | create persistent directories | standalone | 0:03:15.487986 | 0.23s 2025-11-24 20:03:12.442123 | fa163eea-1f1d-d096-720d-000000000b9f | TIMING | create persistent directories | standalone | 0:03:15.506642 | 0.25s 2025-11-24 20:03:12.467129 | fa163eea-1f1d-d096-720d-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2025-11-24 20:03:15.536713 | fa163eea-1f1d-d096-720d-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2025-11-24 20:03:15.537643 | fa163eea-1f1d-d096-720d-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:03:18.602174 | 3.07s 2025-11-24 20:03:15.589947 | fa163eea-1f1d-d096-720d-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:03:18.654457 | 0.03s 2025-11-24 20:03:15.660554 | fa163eea-1f1d-d096-720d-00000000129e | TASK | Gather variables for each operating system 2025-11-24 20:03:15.782079 | fa163eea-1f1d-d096-720d-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:03:18.846551 | 0.12s 2025-11-24 20:03:15.808228 | fa163eea-1f1d-d096-720d-00000000129f | TASK | Set packages facts 2025-11-24 20:03:15.849498 | fa163eea-1f1d-d096-720d-00000000129f | OK | Set packages facts | standalone 2025-11-24 20:03:15.851145 | fa163eea-1f1d-d096-720d-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:03:18.915664 | 0.04s 2025-11-24 20:03:15.876782 | fa163eea-1f1d-d096-720d-0000000012a0 | TASK | Manage package 2025-11-24 20:03:15.935761 | fa163eea-1f1d-d096-720d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-24 20:03:15.955239 | fa163eea-1f1d-d096-720d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-24 20:03:15.976231 | fa163eea-1f1d-d096-720d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-24 20:03:20.565914 | fa163eea-1f1d-d096-720d-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:03:23.630424 | 4.69s 2025-11-24 20:03:20.591220 | fa163eea-1f1d-d096-720d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-24 20:03:20.604448 | fa163eea-1f1d-d096-720d-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:03:23.668964 | 4.73s 2025-11-24 20:03:20.654577 | fa163eea-1f1d-d096-720d-000000000ba4 | TASK | create fcontext for rabbitmq data 2025-11-24 20:03:21.837582 | fa163eea-1f1d-d096-720d-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-24 20:03:21.839212 | fa163eea-1f1d-d096-720d-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:03:24.903734 | 1.18s 2025-11-24 20:03:21.864387 | fa163eea-1f1d-d096-720d-000000000ba5 | TASK | create persistent directories 2025-11-24 20:03:22.130356 | fa163eea-1f1d-d096-720d-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-24 20:03:22.131317 | fa163eea-1f1d-d096-720d-000000000ba5 | TIMING | create persistent directories | standalone | 0:03:25.195846 | 0.27s 2025-11-24 20:03:22.336485 | fa163eea-1f1d-d096-720d-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-24 20:03:22.338175 | fa163eea-1f1d-d096-720d-000000000ba5 | TIMING | create persistent directories | standalone | 0:03:25.402700 | 0.47s 2025-11-24 20:03:22.348971 | fa163eea-1f1d-d096-720d-000000000ba5 | TIMING | create persistent directories | standalone | 0:03:25.413490 | 0.48s 2025-11-24 20:03:22.374085 | fa163eea-1f1d-d096-720d-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-24 20:03:22.641974 | fa163eea-1f1d-d096-720d-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-24 20:03:22.643394 | fa163eea-1f1d-d096-720d-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:03:25.707917 | 0.27s 2025-11-24 20:03:22.669113 | fa163eea-1f1d-d096-720d-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-24 20:03:22.697187 | fa163eea-1f1d-d096-720d-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-24 20:03:22.698231 | fa163eea-1f1d-d096-720d-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:03:25.762755 | 0.03s 2025-11-24 20:03:22.723296 | fa163eea-1f1d-d096-720d-000000000ba8 | TASK | Remove existing entries from logind conf 2025-11-24 20:03:22.954683 | fa163eea-1f1d-d096-720d-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2025-11-24 20:03:22.956219 | fa163eea-1f1d-d096-720d-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:03:26.020741 | 0.23s 2025-11-24 20:03:22.980746 | fa163eea-1f1d-d096-720d-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2025-11-24 20:03:23.201176 | fa163eea-1f1d-d096-720d-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-24 20:03:23.202516 | fa163eea-1f1d-d096-720d-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:03:26.267040 | 0.22s 2025-11-24 20:03:23.227992 | fa163eea-1f1d-d096-720d-000000000baa | TASK | Restart systemd-logind 2025-11-24 20:03:23.703599 | fa163eea-1f1d-d096-720d-000000000baa | CHANGED | Restart systemd-logind | standalone 2025-11-24 20:03:23.705307 | fa163eea-1f1d-d096-720d-000000000baa | TIMING | Restart systemd-logind | standalone | 0:03:26.769830 | 0.48s 2025-11-24 20:03:23.731674 | fa163eea-1f1d-d096-720d-000000000bab | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-24 20:03:23.780539 | fa163eea-1f1d-d096-720d-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-24 20:03:23.781492 | fa163eea-1f1d-d096-720d-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:03:26.846015 | 0.05s 2025-11-24 20:03:23.806006 | fa163eea-1f1d-d096-720d-000000000bac | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-24 20:03:23.843713 | fa163eea-1f1d-d096-720d-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-24 20:03:23.844426 | fa163eea-1f1d-d096-720d-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:03:26.908956 | 0.04s 2025-11-24 20:03:23.863949 | fa163eea-1f1d-d096-720d-000000000bad | TASK | create persistent logs directory 2025-11-24 20:03:24.086679 | fa163eea-1f1d-d096-720d-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-24 20:03:24.088364 | fa163eea-1f1d-d096-720d-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:27.152882 | 0.22s 2025-11-24 20:03:24.245990 | fa163eea-1f1d-d096-720d-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-24 20:03:24.247098 | fa163eea-1f1d-d096-720d-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:27.311624 | 0.38s 2025-11-24 20:03:24.253729 | fa163eea-1f1d-d096-720d-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:27.318251 | 0.39s 2025-11-24 20:03:24.278217 | fa163eea-1f1d-d096-720d-000000000baf | TASK | Set login facts 2025-11-24 20:03:24.308538 | fa163eea-1f1d-d096-720d-000000000baf | OK | Set login facts | standalone 2025-11-24 20:03:24.309707 | fa163eea-1f1d-d096-720d-000000000baf | TIMING | Set login facts | standalone | 0:03:27.374231 | 0.03s 2025-11-24 20:03:24.334176 | fa163eea-1f1d-d096-720d-000000000bb0 | TASK | Convert logins json to dict 2025-11-24 20:03:24.377009 | fa163eea-1f1d-d096-720d-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2025-11-24 20:03:24.378204 | fa163eea-1f1d-d096-720d-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:03:27.442727 | 0.04s 2025-11-24 20:03:24.401990 | fa163eea-1f1d-d096-720d-000000000bb1 | TASK | Set registry logins 2025-11-24 20:03:24.451372 | fa163eea-1f1d-d096-720d-000000000bb1 | SKIPPED | Set registry logins | standalone 2025-11-24 20:03:24.452204 | fa163eea-1f1d-d096-720d-000000000bb1 | TIMING | Set registry logins | standalone | 0:03:27.516735 | 0.05s 2025-11-24 20:03:24.475884 | fa163eea-1f1d-d096-720d-000000000bb2 | TASK | Run podman install 2025-11-24 20:03:24.503584 | fa163eea-1f1d-d096-720d-000000000bb2 | TIMING | Run podman install | standalone | 0:03:27.568102 | 0.03s 2025-11-24 20:03:24.583017 | fa163eea-1f1d-d096-720d-000000001330 | TASK | Gather variables for each operating system 2025-11-24 20:03:24.730410 | fa163eea-1f1d-d096-720d-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-24 20:03:24.731771 | fa163eea-1f1d-d096-720d-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:27.796291 | 0.15s 2025-11-24 20:03:24.737682 | fa163eea-1f1d-d096-720d-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:27.802203 | 0.15s 2025-11-24 20:03:24.762218 | fa163eea-1f1d-d096-720d-000000001332 | TASK | ensure podman and deps are installed 2025-11-24 20:03:27.710784 | fa163eea-1f1d-d096-720d-000000001332 | OK | ensure podman and deps are installed | standalone 2025-11-24 20:03:27.712131 | fa163eea-1f1d-d096-720d-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:30.776654 | 2.95s 2025-11-24 20:03:27.737188 | fa163eea-1f1d-d096-720d-000000001333 | TASK | Ensure we get the ansible interfaces facts 2025-11-24 20:03:28.378058 | fa163eea-1f1d-d096-720d-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-24 20:03:28.379364 | fa163eea-1f1d-d096-720d-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:31.443889 | 0.64s 2025-11-24 20:03:28.403960 | fa163eea-1f1d-d096-720d-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-24 20:03:28.431695 | fa163eea-1f1d-d096-720d-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-24 20:03:28.432896 | fa163eea-1f1d-d096-720d-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:31.497419 | 0.03s 2025-11-24 20:03:28.457858 | fa163eea-1f1d-d096-720d-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2025-11-24 20:03:28.495670 | fa163eea-1f1d-d096-720d-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-24 20:03:28.496813 | fa163eea-1f1d-d096-720d-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:31.561337 | 0.04s 2025-11-24 20:03:28.521766 | fa163eea-1f1d-d096-720d-000000001337 | TASK | Update default network configuration if possible 2025-11-24 20:03:28.563758 | fa163eea-1f1d-d096-720d-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2025-11-24 20:03:28.565090 | fa163eea-1f1d-d096-720d-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:31.629606 | 0.04s 2025-11-24 20:03:28.592061 | fa163eea-1f1d-d096-720d-000000001339 | TASK | Make sure /etc/containers/networks exists 2025-11-24 20:03:28.839599 | fa163eea-1f1d-d096-720d-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-24 20:03:28.840948 | fa163eea-1f1d-d096-720d-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:31.905469 | 0.25s 2025-11-24 20:03:28.867555 | fa163eea-1f1d-d096-720d-00000000133a | TASK | Get current podman network 2025-11-24 20:03:29.174350 | fa163eea-1f1d-d096-720d-00000000133a | CHANGED | Get current podman network | standalone 2025-11-24 20:03:29.175650 | fa163eea-1f1d-d096-720d-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:32.240174 | 0.31s 2025-11-24 20:03:29.201592 | fa163eea-1f1d-d096-720d-00000000133b | TASK | Update the default network configuration 2025-11-24 20:03:29.818918 | fa163eea-1f1d-d096-720d-00000000133b | CHANGED | Update the default network configuration | standalone 2025-11-24 20:03:29.820319 | fa163eea-1f1d-d096-720d-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:32.884843 | 0.62s 2025-11-24 20:03:29.845696 | fa163eea-1f1d-d096-720d-00000000133c | TASK | Write containers registries.conf 2025-11-24 20:03:30.441982 | fa163eea-1f1d-d096-720d-00000000133c | CHANGED | Write containers registries.conf | standalone 2025-11-24 20:03:30.443598 | fa163eea-1f1d-d096-720d-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:33.508120 | 0.60s 2025-11-24 20:03:30.469767 | fa163eea-1f1d-d096-720d-00000000133d | TASK | Write containers.conf 2025-11-24 20:03:30.724062 | fa163eea-1f1d-d096-720d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-24 20:03:30.726901 | fa163eea-1f1d-d096-720d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:33.791408 | 0.26s 2025-11-24 20:03:30.910100 | fa163eea-1f1d-d096-720d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-24 20:03:30.911978 | fa163eea-1f1d-d096-720d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:33.976502 | 0.44s 2025-11-24 20:03:31.084343 | fa163eea-1f1d-d096-720d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-24 20:03:31.086634 | fa163eea-1f1d-d096-720d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:34.151156 | 0.62s 2025-11-24 20:03:31.248843 | fa163eea-1f1d-d096-720d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-24 20:03:31.250904 | fa163eea-1f1d-d096-720d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:34.315423 | 0.78s 2025-11-24 20:03:31.262009 | fa163eea-1f1d-d096-720d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:34.326529 | 0.79s 2025-11-24 20:03:31.287679 | fa163eea-1f1d-d096-720d-00000000133e | TASK | Enable podman.socket service 2025-11-24 20:03:31.318744 | fa163eea-1f1d-d096-720d-00000000133e | SKIPPED | Enable podman.socket service | standalone 2025-11-24 20:03:31.319676 | fa163eea-1f1d-d096-720d-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:34.384205 | 0.03s 2025-11-24 20:03:31.358206 | fa163eea-1f1d-d096-720d-000000000bb3 | TASK | Run podman login 2025-11-24 20:03:31.383858 | fa163eea-1f1d-d096-720d-000000000bb3 | TIMING | Run podman login | standalone | 0:03:34.448379 | 0.02s 2025-11-24 20:03:31.448087 | fa163eea-1f1d-d096-720d-00000000143e | TASK | Perform container registry login(s) with podman 2025-11-24 20:03:31.474227 | fa163eea-1f1d-d096-720d-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:34.538751 | 0.03s 2025-11-24 20:03:31.506952 | fa163eea-1f1d-d096-720d-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-24 20:03:31.946388 | fa163eea-1f1d-d096-720d-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-24 20:03:31.947666 | fa163eea-1f1d-d096-720d-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:35.012191 | 0.44s 2025-11-24 20:03:31.971875 | fa163eea-1f1d-d096-720d-000000000bb6 | TASK | create persistent directories 2025-11-24 20:03:32.218881 | fa163eea-1f1d-d096-720d-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-11-24 20:03:32.220415 | fa163eea-1f1d-d096-720d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:35.284935 | 0.25s 2025-11-24 20:03:32.416396 | fa163eea-1f1d-d096-720d-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-11-24 20:03:32.417480 | fa163eea-1f1d-d096-720d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:35.482006 | 0.44s 2025-11-24 20:03:32.594608 | fa163eea-1f1d-d096-720d-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-11-24 20:03:32.596334 | fa163eea-1f1d-d096-720d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:35.660861 | 0.62s 2025-11-24 20:03:32.608072 | fa163eea-1f1d-d096-720d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:35.672598 | 0.63s 2025-11-24 20:03:32.634598 | fa163eea-1f1d-d096-720d-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2025-11-24 20:03:33.085683 | fa163eea-1f1d-d096-720d-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-11-24 20:03:33.086890 | fa163eea-1f1d-d096-720d-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:36.151411 | 0.45s 2025-11-24 20:03:33.112651 | fa163eea-1f1d-d096-720d-000000000bb8 | TASK | Ensure rsyslog is installed 2025-11-24 20:03:36.165376 | fa163eea-1f1d-d096-720d-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2025-11-24 20:03:36.166891 | fa163eea-1f1d-d096-720d-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:39.231414 | 3.05s 2025-11-24 20:03:36.191513 | fa163eea-1f1d-d096-720d-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2025-11-24 20:03:36.557126 | fa163eea-1f1d-d096-720d-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2025-11-24 20:03:36.559637 | fa163eea-1f1d-d096-720d-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:39.624158 | 0.37s 2025-11-24 20:03:36.615162 | fa163eea-1f1d-d096-720d-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:39.679673 | 0.03s 2025-11-24 20:03:36.706971 | fa163eea-1f1d-d096-720d-000000001559 | TASK | Gather variables for each operating system 2025-11-24 20:03:36.828058 | fa163eea-1f1d-d096-720d-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-24 20:03:36.831113 | fa163eea-1f1d-d096-720d-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:39.895631 | 0.12s 2025-11-24 20:03:36.840169 | fa163eea-1f1d-d096-720d-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:39.904687 | 0.13s 2025-11-24 20:03:36.865412 | fa163eea-1f1d-d096-720d-00000000155b | TASK | Install the OpenSSH server 2025-11-24 20:03:39.841411 | fa163eea-1f1d-d096-720d-00000000155b | OK | Install the OpenSSH server | standalone 2025-11-24 20:03:39.842266 | fa163eea-1f1d-d096-720d-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:42.906798 | 2.98s 2025-11-24 20:03:39.861660 | fa163eea-1f1d-d096-720d-00000000155c | TASK | Start sshd 2025-11-24 20:03:39.893108 | fa163eea-1f1d-d096-720d-00000000155c | SKIPPED | Start sshd | standalone 2025-11-24 20:03:39.894672 | fa163eea-1f1d-d096-720d-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:42.959151 | 0.03s 2025-11-24 20:03:39.920925 | fa163eea-1f1d-d096-720d-00000000155d | TASK | PasswordAuthentication notice 2025-11-24 20:03:39.959419 | fa163eea-1f1d-d096-720d-00000000155d | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-11-24 20:03:39.960504 | fa163eea-1f1d-d096-720d-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:43.025029 | 0.04s 2025-11-24 20:03:39.991287 | fa163eea-1f1d-d096-720d-00000000155e | TASK | PasswordAuthentication duplication notice 2025-11-24 20:03:40.022771 | fa163eea-1f1d-d096-720d-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-24 20:03:40.023487 | fa163eea-1f1d-d096-720d-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:43.088019 | 0.03s 2025-11-24 20:03:40.041601 | fa163eea-1f1d-d096-720d-00000000155f | TASK | Motd duplication notice 2025-11-24 20:03:40.076624 | fa163eea-1f1d-d096-720d-00000000155f | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-11-24 20:03:40.077250 | fa163eea-1f1d-d096-720d-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:43.141782 | 0.03s 2025-11-24 20:03:40.094010 | fa163eea-1f1d-d096-720d-000000001560 | TASK | Configure the banner text 2025-11-24 20:03:40.120234 | fa163eea-1f1d-d096-720d-000000001560 | SKIPPED | Configure the banner text | standalone 2025-11-24 20:03:40.121760 | fa163eea-1f1d-d096-720d-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:43.186284 | 0.03s 2025-11-24 20:03:40.141336 | fa163eea-1f1d-d096-720d-000000001561 | TASK | Configure the motd banner 2025-11-24 20:03:40.177455 | fa163eea-1f1d-d096-720d-000000001561 | SKIPPED | Configure the motd banner | standalone 2025-11-24 20:03:40.178792 | fa163eea-1f1d-d096-720d-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:43.243316 | 0.04s 2025-11-24 20:03:40.203924 | fa163eea-1f1d-d096-720d-000000001562 | TASK | Update sshd configuration options from vars 2025-11-24 20:03:40.244168 | fa163eea-1f1d-d096-720d-000000001562 | OK | Update sshd configuration options from vars | standalone 2025-11-24 20:03:40.245759 | fa163eea-1f1d-d096-720d-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:43.310282 | 0.04s 2025-11-24 20:03:40.275736 | fa163eea-1f1d-d096-720d-000000001563 | TASK | Adjust ssh server configuration 2025-11-24 20:03:40.822326 | fa163eea-1f1d-d096-720d-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2025-11-24 20:03:40.823108 | fa163eea-1f1d-d096-720d-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:43.887640 | 0.55s 2025-11-24 20:03:40.840539 | fa163eea-1f1d-d096-720d-000000001564 | TASK | Restart sshd 2025-11-24 20:03:41.258062 | fa163eea-1f1d-d096-720d-000000001564 | CHANGED | Restart sshd | standalone 2025-11-24 20:03:41.259914 | fa163eea-1f1d-d096-720d-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:44.324437 | 0.42s 2025-11-24 20:03:41.307821 | fa163eea-1f1d-d096-720d-000000000bbb | TASK | create persistent directories 2025-11-24 20:03:41.560978 | fa163eea-1f1d-d096-720d-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-24 20:03:41.561866 | fa163eea-1f1d-d096-720d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:44.626395 | 0.25s 2025-11-24 20:03:41.760879 | fa163eea-1f1d-d096-720d-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-24 20:03:41.761589 | fa163eea-1f1d-d096-720d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:44.826119 | 0.45s 2025-11-24 20:03:41.938197 | fa163eea-1f1d-d096-720d-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-24 20:03:41.938857 | fa163eea-1f1d-d096-720d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:45.003390 | 0.63s 2025-11-24 20:03:41.947020 | fa163eea-1f1d-d096-720d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:45.011541 | 0.64s 2025-11-24 20:03:41.977438 | fa163eea-1f1d-d096-720d-000000000bbc | TASK | create persistent directories 2025-11-24 20:03:42.238714 | fa163eea-1f1d-d096-720d-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-24 20:03:42.240192 | fa163eea-1f1d-d096-720d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:45.304713 | 0.26s 2025-11-24 20:03:42.465417 | fa163eea-1f1d-d096-720d-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-24 20:03:42.467064 | fa163eea-1f1d-d096-720d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:45.531534 | 0.49s 2025-11-24 20:03:42.676158 | fa163eea-1f1d-d096-720d-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-24 20:03:42.677944 | fa163eea-1f1d-d096-720d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:45.742470 | 0.70s 2025-11-24 20:03:42.687993 | fa163eea-1f1d-d096-720d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:45.752519 | 0.71s 2025-11-24 20:03:42.705513 | fa163eea-1f1d-d096-720d-000000000bbd | TASK | Set swift_use_local_disks fact 2025-11-24 20:03:42.746233 | fa163eea-1f1d-d096-720d-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2025-11-24 20:03:42.746838 | fa163eea-1f1d-d096-720d-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:45.811372 | 0.04s 2025-11-24 20:03:42.763675 | fa163eea-1f1d-d096-720d-000000000bbe | TASK | Set use_node_data_lookup fact 2025-11-24 20:03:42.782574 | fa163eea-1f1d-d096-720d-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2025-11-24 20:03:42.783819 | fa163eea-1f1d-d096-720d-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:45.848344 | 0.02s 2025-11-24 20:03:42.808100 | fa163eea-1f1d-d096-720d-000000000bbf | TASK | Create Swift d1 directory if needed 2025-11-24 20:03:43.042355 | fa163eea-1f1d-d096-720d-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-24 20:03:43.043670 | fa163eea-1f1d-d096-720d-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:46.108194 | 0.23s 2025-11-24 20:03:43.068368 | fa163eea-1f1d-d096-720d-000000000bc0 | TASK | Set fact for SwiftRawDisks 2025-11-24 20:03:43.108776 | fa163eea-1f1d-d096-720d-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2025-11-24 20:03:43.110056 | fa163eea-1f1d-d096-720d-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:46.174550 | 0.04s 2025-11-24 20:03:43.135148 | fa163eea-1f1d-d096-720d-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2025-11-24 20:03:43.164204 | fa163eea-1f1d-d096-720d-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-24 20:03:43.165327 | fa163eea-1f1d-d096-720d-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:46.229851 | 0.03s 2025-11-24 20:03:43.189670 | fa163eea-1f1d-d096-720d-000000000bc2 | TASK | Set fact for swift_raw_disks 2025-11-24 20:03:43.221849 | fa163eea-1f1d-d096-720d-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-24 20:03:43.222921 | fa163eea-1f1d-d096-720d-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:46.287446 | 0.03s 2025-11-24 20:03:43.247108 | fa163eea-1f1d-d096-720d-000000000bc3 | TASK | Format SwiftRawDisks 2025-11-24 20:03:43.277814 | fa163eea-1f1d-d096-720d-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:46.342330 | 0.03s 2025-11-24 20:03:43.303478 | fa163eea-1f1d-d096-720d-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-24 20:03:43.354617 | fa163eea-1f1d-d096-720d-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-24 20:03:43.355871 | fa163eea-1f1d-d096-720d-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:46.420402 | 0.05s 2025-11-24 20:03:43.373575 | fa163eea-1f1d-d096-720d-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2025-11-24 20:03:43.397448 | fa163eea-1f1d-d096-720d-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:46.461976 | 0.02s 2025-11-24 20:03:43.414085 | fa163eea-1f1d-d096-720d-000000000bc6 | TASK | Check for NTP service 2025-11-24 20:03:43.691000 | fa163eea-1f1d-d096-720d-000000000bc6 | CHANGED | Check for NTP service | standalone 2025-11-24 20:03:43.691849 | fa163eea-1f1d-d096-720d-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:46.756380 | 0.28s 2025-11-24 20:03:43.709366 | fa163eea-1f1d-d096-720d-000000000bc7 | TASK | Disable NTP before configuring Chrony 2025-11-24 20:03:43.759124 | fa163eea-1f1d-d096-720d-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-24 20:03:43.759827 | fa163eea-1f1d-d096-720d-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:46.824358 | 0.05s 2025-11-24 20:03:43.783356 | fa163eea-1f1d-d096-720d-000000000bc8 | TASK | Install, Configure and Run Chrony 2025-11-24 20:03:43.811764 | fa163eea-1f1d-d096-720d-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:46.876285 | 0.03s 2025-11-24 20:03:43.884194 | fa163eea-1f1d-d096-720d-0000000016f5 | TASK | Load distro-specific variables 2025-11-24 20:03:43.908950 | fa163eea-1f1d-d096-720d-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:46.973473 | 0.02s 2025-11-24 20:03:43.917326 | eb71c3ec-a81c-4ffc-86a0-db1f35317666 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-24 20:03:43.941099 | fa163eea-1f1d-d096-720d-0000000017da | TASK | Load distro-specific variables 2025-11-24 20:03:43.983042 | fa163eea-1f1d-d096-720d-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-24 20:03:43.984267 | fa163eea-1f1d-d096-720d-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:47.048788 | 0.04s 2025-11-24 20:03:43.990508 | fa163eea-1f1d-d096-720d-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:47.054948 | 0.05s 2025-11-24 20:03:44.013937 | fa163eea-1f1d-d096-720d-0000000016f6 | TASK | Install chronyd 2025-11-24 20:03:44.040926 | fa163eea-1f1d-d096-720d-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:47.105445 | 0.03s 2025-11-24 20:03:44.058037 | d6708f8a-1b42-4c54-b1ed-0a5101cee591 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-24 20:03:44.087781 | fa163eea-1f1d-d096-720d-000000001813 | TASK | Load distro-specific variables 2025-11-24 20:03:44.113752 | fa163eea-1f1d-d096-720d-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:47.178271 | 0.02s 2025-11-24 20:03:44.122564 | 4251b7ad-ba6e-4073-9747-7ead1cb3702e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-24 20:03:44.144504 | fa163eea-1f1d-d096-720d-00000000185a | TASK | Load distro-specific variables 2025-11-24 20:03:44.187311 | fa163eea-1f1d-d096-720d-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-24 20:03:44.188769 | fa163eea-1f1d-d096-720d-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:47.253287 | 0.04s 2025-11-24 20:03:44.194339 | fa163eea-1f1d-d096-720d-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:47.258863 | 0.05s 2025-11-24 20:03:44.218761 | fa163eea-1f1d-d096-720d-000000001814 | TASK | Check for NTP service 2025-11-24 20:03:44.461173 | fa163eea-1f1d-d096-720d-000000001814 | CHANGED | Check for NTP service | standalone 2025-11-24 20:03:44.462210 | fa163eea-1f1d-d096-720d-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:47.526738 | 0.24s 2025-11-24 20:03:44.480573 | fa163eea-1f1d-d096-720d-000000001815 | TASK | Disable NTP before configuring Chrony 2025-11-24 20:03:44.528244 | fa163eea-1f1d-d096-720d-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-24 20:03:44.529065 | fa163eea-1f1d-d096-720d-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:47.593595 | 0.05s 2025-11-24 20:03:44.546953 | fa163eea-1f1d-d096-720d-000000001816 | TASK | Install chronyd package 2025-11-24 20:03:47.623385 | fa163eea-1f1d-d096-720d-000000001816 | OK | Install chronyd package | standalone 2025-11-24 20:03:47.624421 | fa163eea-1f1d-d096-720d-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:50.688950 | 3.08s 2025-11-24 20:03:47.644318 | fa163eea-1f1d-d096-720d-0000000016f7 | TASK | Upgrade chronyd 2025-11-24 20:03:47.670654 | fa163eea-1f1d-d096-720d-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-11-24 20:03:47.671494 | fa163eea-1f1d-d096-720d-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:50.736025 | 0.03s 2025-11-24 20:03:47.692689 | fa163eea-1f1d-d096-720d-0000000016f8 | TASK | Configure chronyd 2025-11-24 20:03:47.726252 | fa163eea-1f1d-d096-720d-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:50.790765 | 0.03s 2025-11-24 20:03:47.739384 | 985ca201-3b96-47d9-968a-d9d8b2864d6f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-24 20:03:47.774124 | fa163eea-1f1d-d096-720d-000000001893 | TASK | Load distro-specific variables 2025-11-24 20:03:47.801448 | fa163eea-1f1d-d096-720d-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:50.865960 | 0.03s 2025-11-24 20:03:47.818340 | d7d64e44-17d0-48cb-9b80-07734849c7ce | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-24 20:03:47.844513 | fa163eea-1f1d-d096-720d-0000000018ff | TASK | Load distro-specific variables 2025-11-24 20:03:47.900740 | fa163eea-1f1d-d096-720d-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-24 20:03:47.902755 | fa163eea-1f1d-d096-720d-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:50.967274 | 0.06s 2025-11-24 20:03:47.912984 | fa163eea-1f1d-d096-720d-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:50.977505 | 0.07s 2025-11-24 20:03:47.933983 | fa163eea-1f1d-d096-720d-000000001894 | TASK | Install chrony configuration file 2025-11-24 20:03:48.547096 | fa163eea-1f1d-d096-720d-000000001894 | CHANGED | Install chrony configuration file | standalone 2025-11-24 20:03:48.548377 | fa163eea-1f1d-d096-720d-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:51.612902 | 0.61s 2025-11-24 20:03:48.573215 | fa163eea-1f1d-d096-720d-0000000016f9 | TASK | Run chronyd 2025-11-24 20:03:48.593201 | fa163eea-1f1d-d096-720d-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:51.657725 | 0.02s 2025-11-24 20:03:48.604391 | 9160f427-1a1a-4acf-a5ee-c9f48be9627b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-24 20:03:48.632995 | fa163eea-1f1d-d096-720d-000000001922 | TASK | Load distro-specific variables 2025-11-24 20:03:48.657888 | fa163eea-1f1d-d096-720d-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:51.722411 | 0.02s 2025-11-24 20:03:48.665643 | 81119023-2e56-47a7-afbc-ff60d8e4c583 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-24 20:03:48.685604 | fa163eea-1f1d-d096-720d-0000000019a6 | TASK | Load distro-specific variables 2025-11-24 20:03:48.722677 | fa163eea-1f1d-d096-720d-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-24 20:03:48.724639 | fa163eea-1f1d-d096-720d-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:51.789160 | 0.04s 2025-11-24 20:03:48.734920 | fa163eea-1f1d-d096-720d-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:51.799433 | 0.05s 2025-11-24 20:03:48.761579 | fa163eea-1f1d-d096-720d-000000001923 | TASK | Ensure chronyd is running 2025-11-24 20:03:49.177464 | fa163eea-1f1d-d096-720d-000000001923 | OK | Ensure chronyd is running | standalone 2025-11-24 20:03:49.179680 | fa163eea-1f1d-d096-720d-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:52.244201 | 0.42s 2025-11-24 20:03:49.207453 | fa163eea-1f1d-d096-720d-000000001924 | TASK | Force chronyd restart 2025-11-24 20:03:49.613168 | fa163eea-1f1d-d096-720d-000000001924 | CHANGED | Force chronyd restart | standalone 2025-11-24 20:03:49.615087 | fa163eea-1f1d-d096-720d-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:52.679609 | 0.41s 2025-11-24 20:03:49.642178 | fa163eea-1f1d-d096-720d-0000000016fa | TASK | Enable online service 2025-11-24 20:03:49.670878 | fa163eea-1f1d-d096-720d-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:52.735392 | 0.03s 2025-11-24 20:03:49.692882 | 2bdad7ce-0fd3-405c-996c-aa2299ba820e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-24 20:03:49.739410 | fa163eea-1f1d-d096-720d-0000000019d3 | TASK | Create chrony-online.service unit file 2025-11-24 20:03:50.209477 | fa163eea-1f1d-d096-720d-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2025-11-24 20:03:50.210940 | fa163eea-1f1d-d096-720d-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:53.275462 | 0.47s 2025-11-24 20:03:50.238075 | fa163eea-1f1d-d096-720d-0000000019d4 | TASK | Enable chrony-online.service 2025-11-24 20:03:51.089926 | fa163eea-1f1d-d096-720d-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2025-11-24 20:03:51.091126 | fa163eea-1f1d-d096-720d-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:54.155657 | 0.85s 2025-11-24 20:03:51.109053 | fa163eea-1f1d-d096-720d-0000000016fb | TASK | Sync chronyc 2025-11-24 20:03:51.136624 | fa163eea-1f1d-d096-720d-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:54.201133 | 0.03s 2025-11-24 20:03:51.155286 | a1cb2084-cc3a-4690-b686-6ff32059cc70 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-24 20:03:51.205696 | fa163eea-1f1d-d096-720d-000000001a79 | TASK | Force NTP sync 2025-11-24 20:03:51.437927 | fa163eea-1f1d-d096-720d-000000001a79 | CHANGED | Force NTP sync | standalone 2025-11-24 20:03:51.439448 | fa163eea-1f1d-d096-720d-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:54.503969 | 0.23s 2025-11-24 20:03:51.467156 | fa163eea-1f1d-d096-720d-000000001a7a | TASK | Ensure system is NTP time synced 2025-11-24 20:04:01.695400 | fa163eea-1f1d-d096-720d-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2025-11-24 20:04:01.696696 | fa163eea-1f1d-d096-720d-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:04:04.761220 | 10.23s 2025-11-24 20:04:01.744875 | fa163eea-1f1d-d096-720d-000000000bc9 | TASK | Force NTP sync 2025-11-24 20:04:01.977877 | fa163eea-1f1d-d096-720d-000000000bc9 | CHANGED | Force NTP sync | standalone 2025-11-24 20:04:01.979136 | fa163eea-1f1d-d096-720d-000000000bc9 | TIMING | Force NTP sync | standalone | 0:04:05.043658 | 0.23s 2025-11-24 20:04:02.003435 | fa163eea-1f1d-d096-720d-000000000bca | TASK | Ensure system is NTP time synced 2025-11-24 20:04:02.234383 | fa163eea-1f1d-d096-720d-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2025-11-24 20:04:02.235648 | fa163eea-1f1d-d096-720d-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:04:05.300171 | 0.23s 2025-11-24 20:04:02.260817 | fa163eea-1f1d-d096-720d-000000000bcb | TASK | Run timezone role 2025-11-24 20:04:02.288302 | fa163eea-1f1d-d096-720d-000000000bcb | TIMING | Run timezone role | standalone | 0:04:05.352819 | 0.03s 2025-11-24 20:04:02.388408 | fa163eea-1f1d-d096-720d-000000001c3a | TASK | Set timezone 2025-11-24 20:04:02.838225 | fa163eea-1f1d-d096-720d-000000001c3a | OK | Set timezone | standalone 2025-11-24 20:04:02.839246 | fa163eea-1f1d-d096-720d-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:04:05.903775 | 0.45s 2025-11-24 20:04:02.863838 | fa163eea-1f1d-d096-720d-000000001c3b | TASK | Restart time services 2025-11-24 20:04:02.902123 | fa163eea-1f1d-d096-720d-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-24 20:04:02.908821 | fa163eea-1f1d-d096-720d-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2025-11-24 20:04:02.914938 | fa163eea-1f1d-d096-720d-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:04:05.979459 | 0.05s 2025-11-24 20:04:02.963351 | fa163eea-1f1d-d096-720d-000000000bcc | TASK | install tmpwatch on the host 2025-11-24 20:04:05.866911 | fa163eea-1f1d-d096-720d-000000000bcc | OK | install tmpwatch on the host | standalone 2025-11-24 20:04:05.868208 | fa163eea-1f1d-d096-720d-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:04:08.932732 | 2.90s 2025-11-24 20:04:05.892988 | fa163eea-1f1d-d096-720d-000000000bcd | TASK | Notice - ctlplane subnet is set 2025-11-24 20:04:05.924268 | fa163eea-1f1d-d096-720d-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-24 20:04:05.925457 | fa163eea-1f1d-d096-720d-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:04:08.989983 | 0.03s 2025-11-24 20:04:05.974750 | fa163eea-1f1d-d096-720d-000000000bce | TIMING | include_role : tuned | standalone | 0:04:09.039266 | 0.03s 2025-11-24 20:04:06.076737 | fa163eea-1f1d-d096-720d-000000001e6e | TASK | Gather variables for each operating system 2025-11-24 20:04:06.194846 | fa163eea-1f1d-d096-720d-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-24 20:04:06.195955 | fa163eea-1f1d-d096-720d-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:04:09.260481 | 0.12s 2025-11-24 20:04:06.199743 | fa163eea-1f1d-d096-720d-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:04:09.264268 | 0.12s 2025-11-24 20:04:06.287184 | fa163eea-1f1d-d096-720d-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:04:09.351690 | 0.07s 2025-11-24 20:04:06.308903 | fab4119a-ee24-4a4d-b858-92883d47426d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-24 20:04:06.343658 | fa163eea-1f1d-d096-720d-000000001f9f | TASK | Check tuned package is installed 2025-11-24 20:04:06.590187 | fa163eea-1f1d-d096-720d-000000001f9f | CHANGED | Check tuned package is installed | standalone 2025-11-24 20:04:06.591582 | fa163eea-1f1d-d096-720d-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:04:09.656104 | 0.25s 2025-11-24 20:04:06.617179 | fa163eea-1f1d-d096-720d-000000001fa0 | TASK | Install tuned 2025-11-24 20:04:06.649921 | fa163eea-1f1d-d096-720d-000000001fa0 | SKIPPED | Install tuned | standalone 2025-11-24 20:04:06.651056 | fa163eea-1f1d-d096-720d-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:04:09.715579 | 0.03s 2025-11-24 20:04:06.676394 | fa163eea-1f1d-d096-720d-000000001fa1 | TASK | Restart tuned 2025-11-24 20:04:06.707695 | fa163eea-1f1d-d096-720d-000000001fa1 | SKIPPED | Restart tuned | standalone 2025-11-24 20:04:06.708763 | fa163eea-1f1d-d096-720d-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:04:09.773287 | 0.03s 2025-11-24 20:04:06.733354 | fa163eea-1f1d-d096-720d-000000001e70 | TASK | Check for tuned-adm 2025-11-24 20:04:06.951574 | fa163eea-1f1d-d096-720d-000000001e70 | OK | Check for tuned-adm | standalone 2025-11-24 20:04:06.952957 | fa163eea-1f1d-d096-720d-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:04:10.017480 | 0.22s 2025-11-24 20:04:07.000566 | fa163eea-1f1d-d096-720d-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:04:10.065080 | 0.02s 2025-11-24 20:04:07.028489 | d848a3dd-1266-4815-84aa-44c7c624ff81 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-24 20:04:07.060825 | fa163eea-1f1d-d096-720d-000000001fcc | TASK | Ensure profile directory exists 2025-11-24 20:04:07.129994 | fa163eea-1f1d-d096-720d-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2025-11-24 20:04:07.131357 | fa163eea-1f1d-d096-720d-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:04:10.195879 | 0.07s 2025-11-24 20:04:07.157211 | fa163eea-1f1d-d096-720d-000000001fcd | TASK | Create custom tuned profile 2025-11-24 20:04:07.231742 | fa163eea-1f1d-d096-720d-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2025-11-24 20:04:07.232961 | fa163eea-1f1d-d096-720d-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:04:10.297486 | 0.07s 2025-11-24 20:04:07.258285 | fa163eea-1f1d-d096-720d-000000001fce | TASK | Check tuned active profile 2025-11-24 20:04:07.490296 | fa163eea-1f1d-d096-720d-000000001fce | OK | Check tuned active profile | standalone 2025-11-24 20:04:07.491536 | fa163eea-1f1d-d096-720d-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:04:10.556060 | 0.23s 2025-11-24 20:04:07.517558 | fa163eea-1f1d-d096-720d-000000001fcf | TASK | Check Tuned Configuration file exists 2025-11-24 20:04:07.739836 | fa163eea-1f1d-d096-720d-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2025-11-24 20:04:07.741089 | fa163eea-1f1d-d096-720d-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:04:10.805613 | 0.22s 2025-11-24 20:04:07.767337 | fa163eea-1f1d-d096-720d-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-24 20:04:07.806674 | fa163eea-1f1d-d096-720d-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-24 20:04:07.807940 | fa163eea-1f1d-d096-720d-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:04:10.872461 | 0.04s 2025-11-24 20:04:07.835861 | fa163eea-1f1d-d096-720d-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2025-11-24 20:04:07.874399 | fa163eea-1f1d-d096-720d-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-24 20:04:07.875436 | fa163eea-1f1d-d096-720d-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:04:10.939960 | 0.04s 2025-11-24 20:04:07.901773 | fa163eea-1f1d-d096-720d-000000001fd2 | TASK | Enable tuned profile 2025-11-24 20:04:07.934160 | fa163eea-1f1d-d096-720d-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2025-11-24 20:04:07.935363 | fa163eea-1f1d-d096-720d-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:04:10.999886 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-24 20:04:08.116124 | fa163eea-1f1d-d096-720d-0000000000ac | TASK | Overcloud container setup tasks 2025-11-24 20:04:08.142417 | fa163eea-1f1d-d096-720d-0000000000ac | OK | Overcloud container setup tasks | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Overcloud container setup tasks' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000ac') missing from stats 2025-11-24 20:04:08.162871 | fa163eea-1f1d-d096-720d-0000000000ad | TASK | Write config data 2025-11-24 20:04:08.232674 | fa163eea-1f1d-d096-720d-0000000000ad | TIMING | Write config data | standalone | 0:04:11.297182 | 0.07s 2025-11-24 20:04:08.275508 | 5e97c24f-cfbd-4075-870d-bd14749a59a6 | INCLUDED | /root/standalone-ansible-l9a11urb/common_container_setup_tasks.yaml | standalone 2025-11-24 20:04:08.299789 | fa163eea-1f1d-d096-720d-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-24 20:04:08.519191 | fa163eea-1f1d-d096-720d-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-24 20:04:08.520745 | fa163eea-1f1d-d096-720d-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:04:11.585266 | 0.22s 2025-11-24 20:04:08.546425 | fa163eea-1f1d-d096-720d-000000002031 | TASK | Create ContainerLogStdoutPath directory 2025-11-24 20:04:08.777086 | fa163eea-1f1d-d096-720d-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-24 20:04:08.778380 | fa163eea-1f1d-d096-720d-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:04:11.842904 | 0.23s 2025-11-24 20:04:08.803635 | fa163eea-1f1d-d096-720d-000000002032 | TASK | Create /var/lib/tripleo-config directory 2025-11-24 20:04:09.040849 | fa163eea-1f1d-d096-720d-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-24 20:04:09.042343 | fa163eea-1f1d-d096-720d-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:04:12.106866 | 0.24s 2025-11-24 20:04:09.069165 | fa163eea-1f1d-d096-720d-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-24 20:04:09.305411 | fa163eea-1f1d-d096-720d-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-24 20:04:09.306306 | fa163eea-1f1d-d096-720d-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:04:12.370836 | 0.24s 2025-11-24 20:04:09.323304 | fa163eea-1f1d-d096-720d-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-24 20:04:09.553382 | fa163eea-1f1d-d096-720d-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-24 20:04:09.554644 | fa163eea-1f1d-d096-720d-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:04:12.619164 | 0.23s 2025-11-24 20:04:09.580241 | fa163eea-1f1d-d096-720d-000000002038 | TASK | Create fcontext entry for container-config-scripts 2025-11-24 20:04:10.831829 | fa163eea-1f1d-d096-720d-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-24 20:04:10.833390 | fa163eea-1f1d-d096-720d-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:04:13.897913 | 1.25s 2025-11-24 20:04:10.855353 | fa163eea-1f1d-d096-720d-000000002039 | TASK | Create /var/lib/container-config-scripts 2025-11-24 20:04:11.088638 | fa163eea-1f1d-d096-720d-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-24 20:04:11.090242 | fa163eea-1f1d-d096-720d-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:04:14.154763 | 0.23s 2025-11-24 20:04:11.116731 | fa163eea-1f1d-d096-720d-00000000203a | TASK | Write container config scripts 2025-11-24 20:04:11.489061 | fa163eea-1f1d-d096-720d-00000000203a | CHANGED | Write container config scripts | standalone 2025-11-24 20:04:11.490439 | fa163eea-1f1d-d096-720d-00000000203a | TIMING | Write container config scripts | standalone | 0:04:14.554958 | 0.37s 2025-11-24 20:04:11.516720 | fa163eea-1f1d-d096-720d-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-24 20:04:11.984320 | fa163eea-1f1d-d096-720d-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-24 20:04:11.985793 | fa163eea-1f1d-d096-720d-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:04:15.050313 | 0.47s 2025-11-24 20:04:12.010516 | fa163eea-1f1d-d096-720d-00000000203c | TASK | Generate startup configs files per step and per container 2025-11-24 20:04:12.617137 | fa163eea-1f1d-d096-720d-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-24 20:04:12.626929 | fa163eea-1f1d-d096-720d-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:04:15.691443 | 0.61s 2025-11-24 20:04:12.670001 | fa163eea-1f1d-d096-720d-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2025-11-24 20:04:12.906515 | fa163eea-1f1d-d096-720d-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-24 20:04:12.907956 | fa163eea-1f1d-d096-720d-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:04:15.972480 | 0.24s 2025-11-24 20:04:12.933356 | fa163eea-1f1d-d096-720d-00000000203e | TASK | Create /var/lib/config-data directory 2025-11-24 20:04:13.165926 | fa163eea-1f1d-d096-720d-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-24 20:04:13.167474 | fa163eea-1f1d-d096-720d-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:04:16.231997 | 0.23s 2025-11-24 20:04:13.192747 | fa163eea-1f1d-d096-720d-00000000203f | TASK | Write container config json files 2025-11-24 20:04:13.734473 | fa163eea-1f1d-d096-720d-00000000203f | CHANGED | Write container config json files | standalone 2025-11-24 20:04:13.738340 | fa163eea-1f1d-d096-720d-00000000203f | TIMING | Write container config json files | standalone | 0:04:16.802871 | 0.54s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-24 20:04:13.873504 | fa163eea-1f1d-d096-720d-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-24 20:04:13.902414 | fa163eea-1f1d-d096-720d-0000000000b1 | OK | Pre Deployment Step Tasks | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Pre Deployment Step Tasks' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:04:13.964052 | fa163eea-1f1d-d096-720d-0000000000b2 | TIMING | include_tasks | standalone | 0:04:17.028566 | 0.04s 2025-11-24 20:04:13.979906 | 243316ac-83b4-4ecb-bda3-2de8f7e7bef3 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-11-24 20:04:14.008773 | fa163eea-1f1d-d096-720d-000000002073 | TASK | Get undercloud FQDN 2025-11-24 20:04:14.049572 | fa163eea-1f1d-d096-720d-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-000000002073') missing from stats 2025-11-24 20:04:14.094259 | fa163eea-1f1d-d096-720d-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:04:17.158765 | 0.03s 2025-11-24 20:04:14.164889 | fa163eea-1f1d-d096-720d-000000002098 | TASK | set main facts 2025-11-24 20:04:14.248660 | fa163eea-1f1d-d096-720d-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-000000002098') missing from stats 2025-11-24 20:04:14.302180 | fa163eea-1f1d-d096-720d-000000002099 | TASK | get the default.conf file 2025-11-24 20:04:14.555091 | fa163eea-1f1d-d096-720d-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-000000002099') missing from stats 2025-11-24 20:04:14.605237 | fa163eea-1f1d-d096-720d-00000000209a | TASK | set the principal 2025-11-24 20:04:14.668537 | fa163eea-1f1d-d096-720d-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000209a') missing from stats 2025-11-24 20:04:14.721838 | fa163eea-1f1d-d096-720d-00000000209c | TASK | add new host with one-time password 2025-11-24 20:04:16.089721 | fa163eea-1f1d-d096-720d-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000209c') missing from stats 2025-11-24 20:04:16.120475 | fa163eea-1f1d-d096-720d-00000000209d | TASK | set otp as a host fact 2025-11-24 20:04:16.158567 | fa163eea-1f1d-d096-720d-00000000209d | SKIPPED | set otp as a host fact | standalone 2025-11-24 20:04:16.159514 | fa163eea-1f1d-d096-720d-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:04:19.224042 | 0.04s 2025-11-24 20:04:16.195708 | fa163eea-1f1d-d096-720d-00000000209f | TASK | add required services using custom module 2025-11-24 20:04:22.486758 | fa163eea-1f1d-d096-720d-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-00000000209f') missing from stats 2025-11-24 20:04:22.529542 | fa163eea-1f1d-d096-720d-000000002076 | TASK | check if default.conf exists 2025-11-24 20:04:22.739513 | fa163eea-1f1d-d096-720d-000000002076 | OK | check if default.conf exists | standalone 2025-11-24 20:04:22.740937 | fa163eea-1f1d-d096-720d-000000002076 | TIMING | check if default.conf exists | standalone | 0:04:25.805458 | 0.21s 2025-11-24 20:04:22.765696 | fa163eea-1f1d-d096-720d-000000002077 | TASK | install openssl-perl 2025-11-24 20:04:22.804135 | fa163eea-1f1d-d096-720d-000000002077 | SKIPPED | install openssl-perl | standalone 2025-11-24 20:04:22.805305 | fa163eea-1f1d-d096-720d-000000002077 | TIMING | install openssl-perl | standalone | 0:04:25.869829 | 0.04s 2025-11-24 20:04:22.829773 | fa163eea-1f1d-d096-720d-000000002078 | TASK | register as an ipa client 2025-11-24 20:04:22.870550 | fa163eea-1f1d-d096-720d-000000002078 | SKIPPED | register as an ipa client | standalone 2025-11-24 20:04:22.871642 | fa163eea-1f1d-d096-720d-000000002078 | TIMING | register as an ipa client | standalone | 0:04:25.936167 | 0.04s 2025-11-24 20:04:22.895562 | fa163eea-1f1d-d096-720d-000000002079 | TASK | restart certmonger service 2025-11-24 20:04:22.933959 | fa163eea-1f1d-d096-720d-000000002079 | SKIPPED | restart certmonger service | standalone 2025-11-24 20:04:22.935082 | fa163eea-1f1d-d096-720d-000000002079 | TIMING | restart certmonger service | standalone | 0:04:25.999606 | 0.04s 2025-11-24 20:04:22.960344 | fa163eea-1f1d-d096-720d-00000000207a | TASK | set discovered ipa realm 2025-11-24 20:04:22.988971 | fa163eea-1f1d-d096-720d-00000000207a | OK | set discovered ipa realm | standalone 2025-11-24 20:04:22.990084 | fa163eea-1f1d-d096-720d-00000000207a | TIMING | set discovered ipa realm | standalone | 0:04:26.054607 | 0.03s PLAY [External deployment step 1] ********************************************** 2025-11-24 20:04:23.138674 | fa163eea-1f1d-d096-720d-0000000000b6 | TASK | External deployment step 1 2025-11-24 20:04:23.159102 | fa163eea-1f1d-d096-720d-0000000000b6 | OK | External deployment step 1 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 1' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-0000000000b6') missing from stats 2025-11-24 20:04:23.206295 | fa163eea-1f1d-d096-720d-0000000000b7 | TIMING | include_tasks | undercloud | 0:04:26.270809 | 0.03s 2025-11-24 20:04:23.242261 | 80aa9e7c-35aa-468d-9c38-c4a99e855c4c | INCLUDED | /root/standalone-ansible-l9a11urb/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-24 20:04:23.260570 | fa163eea-1f1d-d096-720d-0000000020f5 | TASK | Container image prepare 2025-11-24 20:04:24.293790 | fa163eea-1f1d-d096-720d-0000000020f5 | CHANGED | Container image prepare | undercloud 2025-11-24 20:04:24.296044 | fa163eea-1f1d-d096-720d-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:04:27.360567 | 1.03s 2025-11-24 20:04:24.371128 | fa163eea-1f1d-d096-720d-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:04:27.435643 | 0.04s 2025-11-24 20:04:24.414162 | fa163eea-1f1d-d096-720d-00000000211b | TASK | get dns zones and entries to add 2025-11-24 20:04:24.477831 | fa163eea-1f1d-d096-720d-00000000211b | OK | get dns zones and entries to add | undercloud 2025-11-24 20:04:24.479560 | fa163eea-1f1d-d096-720d-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:27.544080 | 0.06s 2025-11-24 20:04:24.537628 | fa163eea-1f1d-d096-720d-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "0.17.172.in-addr.arpa", "ooo.test", "0.20.172.in-addr.arpa", "0.18.172.in-addr.arpa", "storagemgmt.ooo.test", "ctlplane.ooo.test", "external.ooo.test", "internalapi.ooo.test", "0.21.172.in-addr.arpa", "tenant.ooo.test", "122.168.192.in-addr.arpa", "storage.ooo.test", "0.19.172.in-addr.arpa" ] } 2025-11-24 20:04:24.538950 | fa163eea-1f1d-d096-720d-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:27.603473 | 0.04s 2025-11-24 20:04:24.617835 | fa163eea-1f1d-d096-720d-00000000211d | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-11-24 20:04:24.620324 | fa163eea-1f1d-d096-720d-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:27.684846 | 0.06s 2025-11-24 20:04:24.638816 | fa163eea-1f1d-d096-720d-00000000211e | TASK | add dns zones and records 2025-11-24 20:04:27.465351 | fa163eea-1f1d-d096-720d-00000000211e | CHANGED | add dns zones and records | undercloud 2025-11-24 20:04:27.467033 | fa163eea-1f1d-d096-720d-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:30.531534 | 2.83s 2025-11-24 20:04:27.502419 | fa163eea-1f1d-d096-720d-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2025-11-24 20:04:27.734607 | fa163eea-1f1d-d096-720d-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-24 20:04:27.736280 | fa163eea-1f1d-d096-720d-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:30.800798 | 0.23s 2025-11-24 20:04:27.755158 | fa163eea-1f1d-d096-720d-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2025-11-24 20:04:27.822565 | fa163eea-1f1d-d096-720d-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:30.887080 | 0.07s 2025-11-24 20:04:27.858811 | fa163eea-1f1d-d096-720d-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-24 20:04:28.102201 | fa163eea-1f1d-d096-720d-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-24 20:04:28.102980 | fa163eea-1f1d-d096-720d-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:31.167512 | 0.24s 2025-11-24 20:04:28.118038 | fa163eea-1f1d-d096-720d-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-24 20:04:28.551892 | fa163eea-1f1d-d096-720d-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-24 20:04:28.552684 | fa163eea-1f1d-d096-720d-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:31.617216 | 0.43s 2025-11-24 20:04:28.567714 | fa163eea-1f1d-d096-720d-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-24 20:04:28.615380 | fa163eea-1f1d-d096-720d-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:31.679905 | 0.05s 2025-11-24 20:04:28.642945 | fa163eea-1f1d-d096-720d-00000000218c | TASK | Check for a configured destination 2025-11-24 20:04:28.710001 | fa163eea-1f1d-d096-720d-00000000218c | SKIPPED | Check for a configured destination | undercloud 2025-11-24 20:04:28.711379 | fa163eea-1f1d-d096-720d-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:31.775898 | 0.07s 2025-11-24 20:04:28.748871 | fa163eea-1f1d-d096-720d-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-24 20:04:29.230603 | fa163eea-1f1d-d096-720d-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-24 20:04:29.231892 | fa163eea-1f1d-d096-720d-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:32.296416 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-24 20:04:29.399412 | fa163eea-1f1d-d096-720d-0000000000ba | TASK | Deploy step tasks for 1 2025-11-24 20:04:29.428847 | fa163eea-1f1d-d096-720d-0000000000ba | OK | Deploy step tasks for 1 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 1' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000ba') missing from stats 2025-11-24 20:04:29.448533 | fa163eea-1f1d-d096-720d-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-24 20:04:29.969591 | fa163eea-1f1d-d096-720d-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-24 20:04:29.970808 | fa163eea-1f1d-d096-720d-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:33.035333 | 0.52s 2025-11-24 20:04:29.995893 | fa163eea-1f1d-d096-720d-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-24 20:04:30.229685 | fa163eea-1f1d-d096-720d-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-24 20:04:30.231169 | fa163eea-1f1d-d096-720d-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:33.295689 | 0.23s 2025-11-24 20:04:30.257640 | fa163eea-1f1d-d096-720d-0000000000be | TASK | Write config data at the start of step 1 2025-11-24 20:04:30.331523 | fa163eea-1f1d-d096-720d-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:33.396036 | 0.07s 2025-11-24 20:04:30.415546 | 0e7fc495-c6d2-4788-9cd0-5420592fd0c8 | INCLUDED | /root/standalone-ansible-l9a11urb/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-24 20:04:30.440171 | fa163eea-1f1d-d096-720d-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-24 20:04:30.466067 | fa163eea-1f1d-d096-720d-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-24 20:04:30.466943 | fa163eea-1f1d-d096-720d-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:33.531474 | 0.03s 2025-11-24 20:04:30.487151 | fa163eea-1f1d-d096-720d-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-24 20:04:30.514292 | fa163eea-1f1d-d096-720d-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-24 20:04:30.515203 | fa163eea-1f1d-d096-720d-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:33.579732 | 0.03s 2025-11-24 20:04:30.536288 | fa163eea-1f1d-d096-720d-0000000021cd | TASK | Write the puppet step_config manifest 2025-11-24 20:04:31.021907 | fa163eea-1f1d-d096-720d-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2025-11-24 20:04:31.023200 | fa163eea-1f1d-d096-720d-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:34.087723 | 0.49s 2025-11-24 20:04:31.049503 | fa163eea-1f1d-d096-720d-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2025-11-24 20:04:31.081083 | fa163eea-1f1d-d096-720d-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-24 20:04:31.082422 | fa163eea-1f1d-d096-720d-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:34.146930 | 0.03s 2025-11-24 20:04:31.111136 | fa163eea-1f1d-d096-720d-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2025-11-24 20:04:31.141163 | fa163eea-1f1d-d096-720d-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-24 20:04:31.142431 | fa163eea-1f1d-d096-720d-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:34.206954 | 0.03s 2025-11-24 20:04:31.172815 | fa163eea-1f1d-d096-720d-0000000021d0 | TASK | Create /var/lib/container-puppet 2025-11-24 20:04:31.427885 | fa163eea-1f1d-d096-720d-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2025-11-24 20:04:31.428724 | fa163eea-1f1d-d096-720d-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:34.493252 | 0.25s 2025-11-24 20:04:31.446092 | fa163eea-1f1d-d096-720d-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-24 20:04:31.470695 | fa163eea-1f1d-d096-720d-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-24 20:04:31.471483 | fa163eea-1f1d-d096-720d-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:34.536016 | 0.02s 2025-11-24 20:04:31.490451 | fa163eea-1f1d-d096-720d-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-24 20:04:31.520222 | fa163eea-1f1d-d096-720d-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-24 20:04:31.521029 | fa163eea-1f1d-d096-720d-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:34.585545 | 0.03s 2025-11-24 20:04:31.537833 | fa163eea-1f1d-d096-720d-0000000021d3 | TASK | Write container-puppet.json file 2025-11-24 20:04:32.040568 | fa163eea-1f1d-d096-720d-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2025-11-24 20:04:32.041448 | fa163eea-1f1d-d096-720d-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:35.105977 | 0.50s 2025-11-24 20:04:32.058932 | fa163eea-1f1d-d096-720d-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2025-11-24 20:04:32.084268 | fa163eea-1f1d-d096-720d-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-24 20:04:32.084935 | fa163eea-1f1d-d096-720d-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:35.149465 | 0.03s 2025-11-24 20:04:32.110039 | fa163eea-1f1d-d096-720d-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2025-11-24 20:04:32.138694 | fa163eea-1f1d-d096-720d-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-24 20:04:32.139580 | fa163eea-1f1d-d096-720d-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:35.204109 | 0.03s 2025-11-24 20:04:32.159764 | fa163eea-1f1d-d096-720d-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-24 20:04:32.493709 | fa163eea-1f1d-d096-720d-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-24 20:04:32.494496 | fa163eea-1f1d-d096-720d-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:35.559027 | 0.33s 2025-11-24 20:04:32.511156 | fa163eea-1f1d-d096-720d-0000000021d7 | TASK | Set host puppet debugging fact string 2025-11-24 20:04:32.536375 | fa163eea-1f1d-d096-720d-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-24 20:04:32.537193 | fa163eea-1f1d-d096-720d-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:35.601722 | 0.03s 2025-11-24 20:04:32.561765 | fa163eea-1f1d-d096-720d-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-24 20:04:32.590550 | fa163eea-1f1d-d096-720d-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-24 20:04:32.591711 | fa163eea-1f1d-d096-720d-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:35.656235 | 0.03s 2025-11-24 20:04:32.616218 | fa163eea-1f1d-d096-720d-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-24 20:04:32.645687 | fa163eea-1f1d-d096-720d-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-24 20:04:32.646979 | fa163eea-1f1d-d096-720d-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:35.711503 | 0.03s 2025-11-24 20:04:32.672253 | fa163eea-1f1d-d096-720d-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-24 20:04:32.700627 | fa163eea-1f1d-d096-720d-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-24 20:04:32.701714 | fa163eea-1f1d-d096-720d-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:35.766238 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:04:32.765214 | fa163eea-1f1d-d096-720d-0000000000c0 | TIMING | include_tasks | standalone | 0:04:35.829730 | 0.04s 2025-11-24 20:04:32.897085 | 26b4bb04-0dde-49f4-8875-5528748948b4 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-24 20:04:32.942542 | fa163eea-1f1d-d096-720d-000000002205 | TASK | Create dirs for certificates and keys 2025-11-24 20:04:33.233673 | fa163eea-1f1d-d096-720d-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-24 20:04:33.235622 | fa163eea-1f1d-d096-720d-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:36.300129 | 0.29s 2025-11-24 20:04:33.439771 | fa163eea-1f1d-d096-720d-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-24 20:04:33.441855 | fa163eea-1f1d-d096-720d-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:36.506379 | 0.50s 2025-11-24 20:04:33.452430 | fa163eea-1f1d-d096-720d-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:36.516957 | 0.51s 2025-11-24 20:04:33.530194 | fa163eea-1f1d-d096-720d-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:36.594710 | 0.05s 2025-11-24 20:04:33.603587 | fa163eea-1f1d-d096-720d-00000000231c | TASK | Set version specific variables 2025-11-24 20:04:33.652512 | fa163eea-1f1d-d096-720d-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:36.717030 | 0.05s 2025-11-24 20:04:33.671846 | 3c58fcf1-0aa1-4c37-a37c-577aed0cb2a6 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:04:33.702209 | fa163eea-1f1d-d096-720d-00000000234f | TASK | Ensure ansible_facts used by role 2025-11-24 20:04:34.115172 | fa163eea-1f1d-d096-720d-00000000234f | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:04:34.116701 | fa163eea-1f1d-d096-720d-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:37.181223 | 0.41s 2025-11-24 20:04:34.144136 | fa163eea-1f1d-d096-720d-000000002350 | TASK | Set platform/version specific variables 2025-11-24 20:04:34.208526 | fa163eea-1f1d-d096-720d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:04:34.231194 | fa163eea-1f1d-d096-720d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:04:34.255098 | fa163eea-1f1d-d096-720d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:04:34.275725 | fa163eea-1f1d-d096-720d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:04:34.281600 | fa163eea-1f1d-d096-720d-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:37.346122 | 0.14s 2025-11-24 20:04:34.307457 | fa163eea-1f1d-d096-720d-00000000231d | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:04:37.300594 | fa163eea-1f1d-d096-720d-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:04:37.301592 | fa163eea-1f1d-d096-720d-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:40.366120 | 2.99s 2025-11-24 20:04:37.321731 | fa163eea-1f1d-d096-720d-00000000231f | TASK | Ensure provider packages are installed 2025-11-24 20:04:40.277786 | fa163eea-1f1d-d096-720d-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:43.342294 | 2.95s 2025-11-24 20:04:40.284466 | fa163eea-1f1d-d096-720d-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:43.348985 | 2.96s 2025-11-24 20:04:40.312596 | fa163eea-1f1d-d096-720d-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:04:40.590484 | fa163eea-1f1d-d096-720d-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:04:40.591396 | fa163eea-1f1d-d096-720d-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:43.655925 | 0.28s 2025-11-24 20:04:40.597918 | fa163eea-1f1d-d096-720d-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:43.662437 | 0.28s 2025-11-24 20:04:40.625167 | fa163eea-1f1d-d096-720d-000000002323 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:04:40.929962 | fa163eea-1f1d-d096-720d-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:04:40.932304 | fa163eea-1f1d-d096-720d-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:43.996818 | 0.31s 2025-11-24 20:04:40.943097 | fa163eea-1f1d-d096-720d-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:44.007613 | 0.32s 2025-11-24 20:04:40.963654 | fa163eea-1f1d-d096-720d-000000002325 | TASK | Ensure provider service is running 2025-11-24 20:04:41.738646 | fa163eea-1f1d-d096-720d-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:04:41.740640 | fa163eea-1f1d-d096-720d-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:44.805169 | 0.78s 2025-11-24 20:04:41.751873 | fa163eea-1f1d-d096-720d-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:44.816392 | 0.79s 2025-11-24 20:04:41.778915 | fa163eea-1f1d-d096-720d-000000002328 | TASK | Ensure certificate requests 2025-11-24 20:04:43.402965 | fa163eea-1f1d-d096-720d-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-11-24 20:04:43.406178 | fa163eea-1f1d-d096-720d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:46.470691 | 1.63s 2025-11-24 20:04:45.775828 | fa163eea-1f1d-d096-720d-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-11-24 20:04:45.778520 | fa163eea-1f1d-d096-720d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:48.843039 | 4.00s 2025-11-24 20:04:47.566985 | fa163eea-1f1d-d096-720d-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-11-24 20:04:47.568543 | fa163eea-1f1d-d096-720d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:50.633064 | 5.79s 2025-11-24 20:04:48.929483 | fa163eea-1f1d-d096-720d-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-11-24 20:04:48.932180 | fa163eea-1f1d-d096-720d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:51.996699 | 7.15s 2025-11-24 20:04:50.302216 | fa163eea-1f1d-d096-720d-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-11-24 20:04:50.303576 | fa163eea-1f1d-d096-720d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:53.368101 | 8.52s 2025-11-24 20:04:50.311673 | fa163eea-1f1d-d096-720d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:53.376201 | 8.53s 2025-11-24 20:04:50.362240 | fa163eea-1f1d-d096-720d-00000000220d | TASK | Fail if container image is undefined 2025-11-24 20:04:50.425571 | fa163eea-1f1d-d096-720d-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:04:50.426679 | fa163eea-1f1d-d096-720d-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:53.491202 | 0.06s 2025-11-24 20:04:50.468915 | fa163eea-1f1d-d096-720d-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-24 20:05:05.640705 | fa163eea-1f1d-d096-720d-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-24 20:05:05.642072 | fa163eea-1f1d-d096-720d-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:05:08.706594 | 15.17s 2025-11-24 20:05:05.701246 | fa163eea-1f1d-d096-720d-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-24 20:05:06.054723 | fa163eea-1f1d-d096-720d-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-24 20:05:06.056110 | fa163eea-1f1d-d096-720d-00000000220f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:05:09.120632 | 0.35s 2025-11-24 20:05:06.105516 | fa163eea-1f1d-d096-720d-00000000221e | TASK | Fail if container image is undefined 2025-11-24 20:05:06.168293 | fa163eea-1f1d-d096-720d-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:05:06.169606 | fa163eea-1f1d-d096-720d-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:09.234129 | 0.06s 2025-11-24 20:05:06.213240 | fa163eea-1f1d-d096-720d-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-24 20:05:11.161839 | fa163eea-1f1d-d096-720d-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-24 20:05:11.162903 | fa163eea-1f1d-d096-720d-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:05:14.227433 | 4.95s 2025-11-24 20:05:11.198590 | fa163eea-1f1d-d096-720d-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-24 20:05:11.534576 | fa163eea-1f1d-d096-720d-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-24 20:05:11.535410 | fa163eea-1f1d-d096-720d-000000002220 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:05:14.599941 | 0.34s 2025-11-24 20:05:11.570977 | fa163eea-1f1d-d096-720d-00000000222b | TASK | Check if rsyslog exists 2025-11-24 20:05:11.832867 | fa163eea-1f1d-d096-720d-00000000222b | CHANGED | Check if rsyslog exists | standalone 2025-11-24 20:05:11.834222 | fa163eea-1f1d-d096-720d-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:05:14.898746 | 0.26s 2025-11-24 20:05:11.860318 | fa163eea-1f1d-d096-720d-00000000222d | TASK | Forward logging to haproxy.log file 2025-11-24 20:05:12.115883 | fa163eea-1f1d-d096-720d-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-24 20:05:12.117334 | fa163eea-1f1d-d096-720d-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:05:15.181859 | 0.25s 2025-11-24 20:05:12.143218 | fa163eea-1f1d-d096-720d-00000000222e | TASK | restart rsyslog service after logging conf change 2025-11-24 20:05:12.893900 | fa163eea-1f1d-d096-720d-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-24 20:05:12.895758 | fa163eea-1f1d-d096-720d-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:05:15.960281 | 0.75s 2025-11-24 20:05:12.923809 | fa163eea-1f1d-d096-720d-000000002235 | TASK | Fail if container image is undefined 2025-11-24 20:05:12.995869 | fa163eea-1f1d-d096-720d-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:05:12.997137 | fa163eea-1f1d-d096-720d-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:16.061661 | 0.07s 2025-11-24 20:05:13.040311 | fa163eea-1f1d-d096-720d-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-24 20:05:17.903463 | fa163eea-1f1d-d096-720d-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-24 20:05:17.904940 | fa163eea-1f1d-d096-720d-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:20.969462 | 4.86s 2025-11-24 20:05:17.966885 | fa163eea-1f1d-d096-720d-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-24 20:05:18.312211 | fa163eea-1f1d-d096-720d-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-24 20:05:18.313554 | fa163eea-1f1d-d096-720d-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:21.378075 | 0.35s 2025-11-24 20:05:18.364383 | fa163eea-1f1d-d096-720d-000000002242 | TASK | make sure certmonger is installed 2025-11-24 20:05:21.288710 | fa163eea-1f1d-d096-720d-000000002242 | OK | make sure certmonger is installed | standalone 2025-11-24 20:05:21.290189 | fa163eea-1f1d-d096-720d-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:24.354712 | 2.92s 2025-11-24 20:05:21.316975 | fa163eea-1f1d-d096-720d-000000002243 | TASK | make sure certmonger service is started 2025-11-24 20:05:21.663520 | fa163eea-1f1d-d096-720d-000000002243 | OK | make sure certmonger service is started | standalone 2025-11-24 20:05:21.665309 | fa163eea-1f1d-d096-720d-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:24.729832 | 0.35s 2025-11-24 20:05:21.692423 | fa163eea-1f1d-d096-720d-000000002244 | TASK | Create dirs for certificates and keys 2025-11-24 20:05:21.978796 | fa163eea-1f1d-d096-720d-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-24 20:05:21.980722 | fa163eea-1f1d-d096-720d-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:25.045246 | 0.29s 2025-11-24 20:05:22.179294 | fa163eea-1f1d-d096-720d-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-24 20:05:22.180179 | fa163eea-1f1d-d096-720d-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:25.244708 | 0.49s 2025-11-24 20:05:22.191465 | fa163eea-1f1d-d096-720d-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:25.255997 | 0.50s 2025-11-24 20:05:22.209303 | fa163eea-1f1d-d096-720d-000000002245 | TASK | Extract and trust certmonger's local CA 2025-11-24 20:05:23.442451 | fa163eea-1f1d-d096-720d-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2025-11-24 20:05:23.444049 | fa163eea-1f1d-d096-720d-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:26.508531 | 1.23s 2025-11-24 20:05:23.520931 | fa163eea-1f1d-d096-720d-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:26.585433 | 0.05s 2025-11-24 20:05:23.585101 | fa163eea-1f1d-d096-720d-0000000023d0 | TASK | Set version specific variables 2025-11-24 20:05:23.633826 | fa163eea-1f1d-d096-720d-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:26.698334 | 0.05s 2025-11-24 20:05:23.654567 | e495afb4-763b-4f24-9e47-4d2ac7bba883 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:05:23.687509 | fa163eea-1f1d-d096-720d-00000000240f | TASK | Ensure ansible_facts used by role 2025-11-24 20:05:24.131088 | fa163eea-1f1d-d096-720d-00000000240f | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:05:24.132590 | fa163eea-1f1d-d096-720d-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:27.197115 | 0.44s 2025-11-24 20:05:24.158195 | fa163eea-1f1d-d096-720d-000000002410 | TASK | Set platform/version specific variables 2025-11-24 20:05:24.210045 | fa163eea-1f1d-d096-720d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:05:24.226925 | fa163eea-1f1d-d096-720d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:05:24.239748 | fa163eea-1f1d-d096-720d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:05:24.249850 | fa163eea-1f1d-d096-720d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:05:24.256255 | fa163eea-1f1d-d096-720d-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:27.320772 | 0.10s 2025-11-24 20:05:24.281568 | fa163eea-1f1d-d096-720d-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:05:27.268868 | fa163eea-1f1d-d096-720d-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:05:27.269921 | fa163eea-1f1d-d096-720d-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:30.334450 | 2.99s 2025-11-24 20:05:27.290593 | fa163eea-1f1d-d096-720d-0000000023d3 | TASK | Ensure provider packages are installed 2025-11-24 20:05:30.335713 | fa163eea-1f1d-d096-720d-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:33.400225 | 3.04s 2025-11-24 20:05:30.348137 | fa163eea-1f1d-d096-720d-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:33.412654 | 3.06s 2025-11-24 20:05:30.369435 | fa163eea-1f1d-d096-720d-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:05:30.608627 | fa163eea-1f1d-d096-720d-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:05:30.610578 | fa163eea-1f1d-d096-720d-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:33.675100 | 0.24s 2025-11-24 20:05:30.620785 | fa163eea-1f1d-d096-720d-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:33.685304 | 0.25s 2025-11-24 20:05:30.647093 | fa163eea-1f1d-d096-720d-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:05:30.939732 | fa163eea-1f1d-d096-720d-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:05:30.941946 | fa163eea-1f1d-d096-720d-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:34.006467 | 0.29s 2025-11-24 20:05:30.952437 | fa163eea-1f1d-d096-720d-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:34.016953 | 0.30s 2025-11-24 20:05:30.978753 | fa163eea-1f1d-d096-720d-0000000023d9 | TASK | Ensure provider service is running 2025-11-24 20:05:31.429263 | fa163eea-1f1d-d096-720d-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:05:31.432121 | fa163eea-1f1d-d096-720d-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:34.496640 | 0.45s 2025-11-24 20:05:31.442911 | fa163eea-1f1d-d096-720d-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:34.507427 | 0.46s 2025-11-24 20:05:31.470683 | fa163eea-1f1d-d096-720d-0000000023dc | TASK | Ensure certificate requests 2025-11-24 20:05:33.303618 | fa163eea-1f1d-d096-720d-0000000023dc | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-24 20:05:33.305121 | fa163eea-1f1d-d096-720d-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:36.369643 | 1.83s 2025-11-24 20:05:33.319056 | fa163eea-1f1d-d096-720d-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:36.383541 | 1.85s 2025-11-24 20:05:33.369913 | fa163eea-1f1d-d096-720d-000000002248 | TASK | Create dirs for certificates and keys 2025-11-24 20:05:33.652647 | fa163eea-1f1d-d096-720d-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-24 20:05:33.654829 | fa163eea-1f1d-d096-720d-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:36.719347 | 0.28s 2025-11-24 20:05:36.075401 | fa163eea-1f1d-d096-720d-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-24 20:05:36.076238 | fa163eea-1f1d-d096-720d-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:39.140768 | 2.70s 2025-11-24 20:05:36.082940 | fa163eea-1f1d-d096-720d-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:39.147459 | 2.71s 2025-11-24 20:05:36.158942 | fa163eea-1f1d-d096-720d-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:39.223454 | 0.05s 2025-11-24 20:05:36.224714 | fa163eea-1f1d-d096-720d-00000000245e | TASK | Set version specific variables 2025-11-24 20:05:36.272258 | fa163eea-1f1d-d096-720d-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:39.336781 | 0.05s 2025-11-24 20:05:36.291779 | 394bd59e-20a5-4fcf-9246-1f022c1c6e5e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:05:36.322915 | fa163eea-1f1d-d096-720d-000000002491 | TASK | Ensure ansible_facts used by role 2025-11-24 20:05:36.710315 | fa163eea-1f1d-d096-720d-000000002491 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:05:36.711789 | fa163eea-1f1d-d096-720d-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:39.776314 | 0.39s 2025-11-24 20:05:36.741707 | fa163eea-1f1d-d096-720d-000000002492 | TASK | Set platform/version specific variables 2025-11-24 20:05:36.812314 | fa163eea-1f1d-d096-720d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:05:36.825362 | fa163eea-1f1d-d096-720d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:05:36.838797 | fa163eea-1f1d-d096-720d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:05:36.849933 | fa163eea-1f1d-d096-720d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:05:36.854789 | fa163eea-1f1d-d096-720d-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:39.919317 | 0.11s 2025-11-24 20:05:36.872473 | fa163eea-1f1d-d096-720d-00000000245f | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:05:39.825281 | fa163eea-1f1d-d096-720d-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:05:39.826714 | fa163eea-1f1d-d096-720d-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:42.891237 | 2.95s 2025-11-24 20:05:39.851780 | fa163eea-1f1d-d096-720d-000000002461 | TASK | Ensure provider packages are installed 2025-11-24 20:05:42.885403 | fa163eea-1f1d-d096-720d-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.949908 | 3.03s 2025-11-24 20:05:42.895796 | fa163eea-1f1d-d096-720d-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.960330 | 3.04s 2025-11-24 20:05:42.913207 | fa163eea-1f1d-d096-720d-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:05:43.178443 | fa163eea-1f1d-d096-720d-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:05:43.180552 | fa163eea-1f1d-d096-720d-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.245069 | 0.27s 2025-11-24 20:05:43.190529 | fa163eea-1f1d-d096-720d-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.255055 | 0.28s 2025-11-24 20:05:43.216877 | fa163eea-1f1d-d096-720d-000000002465 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:05:43.494047 | fa163eea-1f1d-d096-720d-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:05:43.495527 | fa163eea-1f1d-d096-720d-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.560057 | 0.28s 2025-11-24 20:05:43.505944 | fa163eea-1f1d-d096-720d-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.570471 | 0.29s 2025-11-24 20:05:43.531038 | fa163eea-1f1d-d096-720d-000000002467 | TASK | Ensure provider service is running 2025-11-24 20:05:43.915254 | fa163eea-1f1d-d096-720d-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:05:43.918143 | fa163eea-1f1d-d096-720d-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:46.982664 | 0.39s 2025-11-24 20:05:43.928551 | fa163eea-1f1d-d096-720d-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:46.993070 | 0.40s 2025-11-24 20:05:43.956797 | fa163eea-1f1d-d096-720d-00000000246a | TASK | Ensure certificate requests 2025-11-24 20:05:46.257649 | fa163eea-1f1d-d096-720d-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-24 20:05:46.259487 | fa163eea-1f1d-d096-720d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.324005 | 2.30s 2025-11-24 20:05:47.863880 | fa163eea-1f1d-d096-720d-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-24 20:05:47.865043 | fa163eea-1f1d-d096-720d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:50.929535 | 3.91s 2025-11-24 20:05:50.393575 | fa163eea-1f1d-d096-720d-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-24 20:05:50.395555 | fa163eea-1f1d-d096-720d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:53.460081 | 6.44s 2025-11-24 20:05:52.323628 | fa163eea-1f1d-d096-720d-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-24 20:05:52.326475 | fa163eea-1f1d-d096-720d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:55.390993 | 8.37s 2025-11-24 20:05:52.338133 | fa163eea-1f1d-d096-720d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:55.402649 | 8.38s 2025-11-24 20:05:52.388608 | fa163eea-1f1d-d096-720d-00000000224b | TASK | Run lvmfilter role 2025-11-24 20:05:52.439936 | fa163eea-1f1d-d096-720d-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:55.504448 | 0.05s 2025-11-24 20:05:52.517227 | fa163eea-1f1d-d096-720d-0000000024fe | TASK | Check if lvm2 is installed 2025-11-24 20:05:52.758651 | fa163eea-1f1d-d096-720d-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2025-11-24 20:05:52.759518 | fa163eea-1f1d-d096-720d-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:55.824049 | 0.24s 2025-11-24 20:05:52.779245 | fa163eea-1f1d-d096-720d-000000002500 | TASK | collect ansible devices 2025-11-24 20:05:52.904639 | fa163eea-1f1d-d096-720d-000000002500 | SKIPPED | collect ansible devices | standalone 2025-11-24 20:05:52.905887 | fa163eea-1f1d-d096-720d-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:55.970406 | 0.13s 2025-11-24 20:05:52.932585 | fa163eea-1f1d-d096-720d-000000002501 | TASK | collect in-use lvm2 devices list 2025-11-24 20:05:52.984118 | fa163eea-1f1d-d096-720d-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-24 20:05:52.985627 | fa163eea-1f1d-d096-720d-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:56.050151 | 0.05s 2025-11-24 20:05:53.013914 | fa163eea-1f1d-d096-720d-000000002502 | TASK | set allowed_devices 2025-11-24 20:05:53.065111 | fa163eea-1f1d-d096-720d-000000002502 | SKIPPED | set allowed_devices | standalone 2025-11-24 20:05:53.066571 | fa163eea-1f1d-d096-720d-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:56.131093 | 0.05s 2025-11-24 20:05:53.094413 | fa163eea-1f1d-d096-720d-000000002503 | TASK | build lvm2 allow list 2025-11-24 20:05:53.146058 | fa163eea-1f1d-d096-720d-000000002503 | SKIPPED | build lvm2 allow list | standalone 2025-11-24 20:05:53.147393 | fa163eea-1f1d-d096-720d-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:56.211915 | 0.05s 2025-11-24 20:05:53.174786 | fa163eea-1f1d-d096-720d-000000002504 | TASK | build lvm2 deny list 2025-11-24 20:05:53.227240 | fa163eea-1f1d-d096-720d-000000002504 | SKIPPED | build lvm2 deny list | standalone 2025-11-24 20:05:53.228796 | fa163eea-1f1d-d096-720d-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:56.293319 | 0.05s 2025-11-24 20:05:53.248186 | fa163eea-1f1d-d096-720d-000000002505 | TASK | build lvm2 filter 2025-11-24 20:05:53.297778 | fa163eea-1f1d-d096-720d-000000002505 | SKIPPED | build lvm2 filter | standalone 2025-11-24 20:05:53.298816 | fa163eea-1f1d-d096-720d-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:56.363344 | 0.05s 2025-11-24 20:05:53.319251 | fa163eea-1f1d-d096-720d-000000002506 | TASK | regenerate lvm config 2025-11-24 20:05:53.370820 | fa163eea-1f1d-d096-720d-000000002506 | SKIPPED | regenerate lvm config | standalone 2025-11-24 20:05:53.371680 | fa163eea-1f1d-d096-720d-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:56.436212 | 0.05s 2025-11-24 20:05:53.389820 | fa163eea-1f1d-d096-720d-000000002507 | TASK | copy new lvm.conf in place 2025-11-24 20:05:53.439124 | fa163eea-1f1d-d096-720d-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-24 20:05:53.440140 | fa163eea-1f1d-d096-720d-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:56.504670 | 0.05s 2025-11-24 20:05:53.479686 | fa163eea-1f1d-d096-720d-000000002251 | TASK | Fail if container image is undefined 2025-11-24 20:05:53.540764 | fa163eea-1f1d-d096-720d-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:05:53.542077 | fa163eea-1f1d-d096-720d-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:56.606600 | 0.06s 2025-11-24 20:05:53.585732 | fa163eea-1f1d-d096-720d-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-24 20:06:01.951339 | fa163eea-1f1d-d096-720d-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-24 20:06:01.952846 | fa163eea-1f1d-d096-720d-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:06:05.017367 | 8.37s 2025-11-24 20:06:02.009966 | fa163eea-1f1d-d096-720d-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-24 20:06:02.376466 | fa163eea-1f1d-d096-720d-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-24 20:06:02.377847 | fa163eea-1f1d-d096-720d-000000002253 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:06:05.442371 | 0.37s 2025-11-24 20:06:02.481298 | fa163eea-1f1d-d096-720d-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:05.545798 | 0.05s 2025-11-24 20:06:02.546177 | fa163eea-1f1d-d096-720d-000000002576 | TASK | Set version specific variables 2025-11-24 20:06:02.593302 | fa163eea-1f1d-d096-720d-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:05.657813 | 0.05s 2025-11-24 20:06:02.612255 | b5f2f324-3b74-465d-a87f-41003859c7c4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:06:02.643420 | fa163eea-1f1d-d096-720d-0000000025a5 | TASK | Ensure ansible_facts used by role 2025-11-24 20:06:03.031741 | fa163eea-1f1d-d096-720d-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:06:03.033364 | fa163eea-1f1d-d096-720d-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:06.097888 | 0.39s 2025-11-24 20:06:03.059810 | fa163eea-1f1d-d096-720d-0000000025a6 | TASK | Set platform/version specific variables 2025-11-24 20:06:03.131573 | fa163eea-1f1d-d096-720d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:03.148384 | fa163eea-1f1d-d096-720d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:03.166189 | fa163eea-1f1d-d096-720d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:06:03.180789 | fa163eea-1f1d-d096-720d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:06:03.192887 | fa163eea-1f1d-d096-720d-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:06.257401 | 0.13s 2025-11-24 20:06:03.219234 | fa163eea-1f1d-d096-720d-000000002577 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:06:06.252624 | fa163eea-1f1d-d096-720d-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:06:06.254004 | fa163eea-1f1d-d096-720d-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:09.318526 | 3.03s 2025-11-24 20:06:06.279247 | fa163eea-1f1d-d096-720d-000000002579 | TASK | Ensure provider packages are installed 2025-11-24 20:06:09.293088 | fa163eea-1f1d-d096-720d-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.357596 | 3.01s 2025-11-24 20:06:09.300226 | fa163eea-1f1d-d096-720d-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.364741 | 3.02s 2025-11-24 20:06:09.327147 | fa163eea-1f1d-d096-720d-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:06:09.616552 | fa163eea-1f1d-d096-720d-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:09.619715 | fa163eea-1f1d-d096-720d-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:12.684236 | 0.29s 2025-11-24 20:06:09.629002 | fa163eea-1f1d-d096-720d-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:12.693516 | 0.30s 2025-11-24 20:06:09.655609 | fa163eea-1f1d-d096-720d-00000000257d | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:06:09.946370 | fa163eea-1f1d-d096-720d-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:09.947893 | fa163eea-1f1d-d096-720d-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.012414 | 0.29s 2025-11-24 20:06:09.954936 | fa163eea-1f1d-d096-720d-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.019452 | 0.30s 2025-11-24 20:06:09.981118 | fa163eea-1f1d-d096-720d-00000000257f | TASK | Ensure provider service is running 2025-11-24 20:06:10.375487 | fa163eea-1f1d-d096-720d-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:06:10.377297 | fa163eea-1f1d-d096-720d-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.441818 | 0.39s 2025-11-24 20:06:10.386984 | fa163eea-1f1d-d096-720d-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.451500 | 0.40s 2025-11-24 20:06:10.414587 | fa163eea-1f1d-d096-720d-000000002582 | TASK | Ensure certificate requests 2025-11-24 20:06:12.353782 | fa163eea-1f1d-d096-720d-000000002582 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-11-24 20:06:12.355452 | fa163eea-1f1d-d096-720d-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:15.419973 | 1.94s 2025-11-24 20:06:12.362081 | fa163eea-1f1d-d096-720d-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:15.426598 | 1.95s 2025-11-24 20:06:12.471667 | fa163eea-1f1d-d096-720d-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:15.536177 | 0.06s 2025-11-24 20:06:12.538713 | fa163eea-1f1d-d096-720d-0000000025ea | TASK | Set version specific variables 2025-11-24 20:06:12.597398 | fa163eea-1f1d-d096-720d-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:15.661907 | 0.06s 2025-11-24 20:06:12.620641 | 7abccb1a-5267-40f3-9b85-8873d84c8ad6 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:06:12.654108 | fa163eea-1f1d-d096-720d-000000002619 | TASK | Ensure ansible_facts used by role 2025-11-24 20:06:13.055596 | fa163eea-1f1d-d096-720d-000000002619 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:06:13.056645 | fa163eea-1f1d-d096-720d-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:16.121176 | 0.40s 2025-11-24 20:06:13.076968 | fa163eea-1f1d-d096-720d-00000000261a | TASK | Set platform/version specific variables 2025-11-24 20:06:13.166578 | fa163eea-1f1d-d096-720d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:13.200214 | fa163eea-1f1d-d096-720d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:13.232285 | fa163eea-1f1d-d096-720d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:06:13.252149 | fa163eea-1f1d-d096-720d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:06:13.257985 | fa163eea-1f1d-d096-720d-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:16.322511 | 0.18s 2025-11-24 20:06:13.275380 | fa163eea-1f1d-d096-720d-0000000025eb | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:06:16.370058 | fa163eea-1f1d-d096-720d-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:06:16.371467 | fa163eea-1f1d-d096-720d-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:19.435989 | 3.10s 2025-11-24 20:06:16.396832 | fa163eea-1f1d-d096-720d-0000000025ed | TASK | Ensure provider packages are installed 2025-11-24 20:06:19.491117 | fa163eea-1f1d-d096-720d-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.555623 | 3.09s 2025-11-24 20:06:19.502371 | fa163eea-1f1d-d096-720d-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.566887 | 3.10s 2025-11-24 20:06:19.528392 | fa163eea-1f1d-d096-720d-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:06:19.837059 | fa163eea-1f1d-d096-720d-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:19.839244 | fa163eea-1f1d-d096-720d-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.903761 | 0.31s 2025-11-24 20:06:19.849212 | fa163eea-1f1d-d096-720d-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.913738 | 0.32s 2025-11-24 20:06:19.875641 | fa163eea-1f1d-d096-720d-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:06:20.153724 | fa163eea-1f1d-d096-720d-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:20.155615 | fa163eea-1f1d-d096-720d-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:23.220136 | 0.28s 2025-11-24 20:06:20.165767 | fa163eea-1f1d-d096-720d-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:23.230295 | 0.29s 2025-11-24 20:06:20.191760 | fa163eea-1f1d-d096-720d-0000000025f3 | TASK | Ensure provider service is running 2025-11-24 20:06:20.629075 | fa163eea-1f1d-d096-720d-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:06:20.631591 | fa163eea-1f1d-d096-720d-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:23.696112 | 0.44s 2025-11-24 20:06:20.642491 | fa163eea-1f1d-d096-720d-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:23.707010 | 0.45s 2025-11-24 20:06:20.670631 | fa163eea-1f1d-d096-720d-0000000025f6 | TASK | Ensure certificate requests 2025-11-24 20:06:21.997115 | fa163eea-1f1d-d096-720d-0000000025f6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-24 20:06:21.999392 | fa163eea-1f1d-d096-720d-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:25.063913 | 1.33s 2025-11-24 20:06:22.009757 | fa163eea-1f1d-d096-720d-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:25.074275 | 1.34s 2025-11-24 20:06:22.062210 | fa163eea-1f1d-d096-720d-000000002267 | TASK | Fail if container image is undefined 2025-11-24 20:06:22.135152 | fa163eea-1f1d-d096-720d-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:06:22.136618 | fa163eea-1f1d-d096-720d-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:25.201136 | 0.07s 2025-11-24 20:06:22.180769 | fa163eea-1f1d-d096-720d-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-24 20:06:30.512078 | fa163eea-1f1d-d096-720d-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-24 20:06:30.513231 | fa163eea-1f1d-d096-720d-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:33.577730 | 8.33s 2025-11-24 20:06:30.553320 | fa163eea-1f1d-d096-720d-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-24 20:06:30.903324 | fa163eea-1f1d-d096-720d-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-24 20:06:30.904239 | fa163eea-1f1d-d096-720d-000000002269 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:33.968769 | 0.35s 2025-11-24 20:06:30.979329 | fa163eea-1f1d-d096-720d-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:34.043844 | 0.04s 2025-11-24 20:06:31.039547 | fa163eea-1f1d-d096-720d-000000002664 | TASK | Set version specific variables 2025-11-24 20:06:31.086892 | fa163eea-1f1d-d096-720d-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:34.151408 | 0.05s 2025-11-24 20:06:31.105870 | 9032ec62-7c97-4938-8c44-22c5c47600f3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:06:31.138864 | fa163eea-1f1d-d096-720d-000000002693 | TASK | Ensure ansible_facts used by role 2025-11-24 20:06:31.486248 | fa163eea-1f1d-d096-720d-000000002693 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:06:31.487889 | fa163eea-1f1d-d096-720d-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:34.552413 | 0.35s 2025-11-24 20:06:31.514301 | fa163eea-1f1d-d096-720d-000000002694 | TASK | Set platform/version specific variables 2025-11-24 20:06:31.587073 | fa163eea-1f1d-d096-720d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:31.604624 | fa163eea-1f1d-d096-720d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:31.623375 | fa163eea-1f1d-d096-720d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:06:31.638352 | fa163eea-1f1d-d096-720d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:06:31.650292 | fa163eea-1f1d-d096-720d-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:34.714805 | 0.13s 2025-11-24 20:06:31.676030 | fa163eea-1f1d-d096-720d-000000002665 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:06:34.671306 | fa163eea-1f1d-d096-720d-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:06:34.672764 | fa163eea-1f1d-d096-720d-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:37.737287 | 3.00s 2025-11-24 20:06:34.697989 | fa163eea-1f1d-d096-720d-000000002667 | TASK | Ensure provider packages are installed 2025-11-24 20:06:37.707608 | fa163eea-1f1d-d096-720d-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:40.772119 | 3.01s 2025-11-24 20:06:37.718536 | fa163eea-1f1d-d096-720d-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:40.783058 | 3.02s 2025-11-24 20:06:37.744917 | fa163eea-1f1d-d096-720d-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:06:38.007132 | fa163eea-1f1d-d096-720d-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:38.009300 | fa163eea-1f1d-d096-720d-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:41.073819 | 0.26s 2025-11-24 20:06:38.019314 | fa163eea-1f1d-d096-720d-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:41.083838 | 0.27s 2025-11-24 20:06:38.045074 | fa163eea-1f1d-d096-720d-00000000266b | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:06:38.313726 | fa163eea-1f1d-d096-720d-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:38.315100 | fa163eea-1f1d-d096-720d-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:41.379618 | 0.27s 2025-11-24 20:06:38.321098 | fa163eea-1f1d-d096-720d-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:41.385616 | 0.27s 2025-11-24 20:06:38.347002 | fa163eea-1f1d-d096-720d-00000000266d | TASK | Ensure provider service is running 2025-11-24 20:06:38.752733 | fa163eea-1f1d-d096-720d-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:06:38.755304 | fa163eea-1f1d-d096-720d-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:41.819826 | 0.41s 2025-11-24 20:06:38.766037 | fa163eea-1f1d-d096-720d-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:41.830533 | 0.42s 2025-11-24 20:06:38.793707 | fa163eea-1f1d-d096-720d-000000002670 | TASK | Ensure certificate requests 2025-11-24 20:06:40.160684 | fa163eea-1f1d-d096-720d-000000002670 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-24 20:06:40.162260 | fa163eea-1f1d-d096-720d-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:43.226781 | 1.37s 2025-11-24 20:06:40.175322 | fa163eea-1f1d-d096-720d-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:43.239836 | 1.38s 2025-11-24 20:06:40.274926 | fa163eea-1f1d-d096-720d-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:43.339446 | 0.05s 2025-11-24 20:06:40.327253 | fa163eea-1f1d-d096-720d-0000000026d8 | TASK | Set version specific variables 2025-11-24 20:06:40.375713 | fa163eea-1f1d-d096-720d-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:43.440231 | 0.05s 2025-11-24 20:06:40.388192 | 55bad509-2bdf-4891-a843-8159471b6f35 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:06:40.411605 | fa163eea-1f1d-d096-720d-000000002707 | TASK | Ensure ansible_facts used by role 2025-11-24 20:06:40.814978 | fa163eea-1f1d-d096-720d-000000002707 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:06:40.816884 | fa163eea-1f1d-d096-720d-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:43.881406 | 0.40s 2025-11-24 20:06:40.844214 | fa163eea-1f1d-d096-720d-000000002708 | TASK | Set platform/version specific variables 2025-11-24 20:06:40.922895 | fa163eea-1f1d-d096-720d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:40.960929 | fa163eea-1f1d-d096-720d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:06:40.986444 | fa163eea-1f1d-d096-720d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:06:41.007183 | fa163eea-1f1d-d096-720d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:06:41.013905 | fa163eea-1f1d-d096-720d-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:44.078419 | 0.17s 2025-11-24 20:06:41.040226 | fa163eea-1f1d-d096-720d-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:06:44.082332 | fa163eea-1f1d-d096-720d-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:06:44.083755 | fa163eea-1f1d-d096-720d-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:47.148277 | 3.04s 2025-11-24 20:06:44.110928 | fa163eea-1f1d-d096-720d-0000000026db | TASK | Ensure provider packages are installed 2025-11-24 20:06:47.175438 | fa163eea-1f1d-d096-720d-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:50.239947 | 3.06s 2025-11-24 20:06:47.182044 | fa163eea-1f1d-d096-720d-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:50.246541 | 3.07s 2025-11-24 20:06:47.207198 | fa163eea-1f1d-d096-720d-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:06:47.473083 | fa163eea-1f1d-d096-720d-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:47.475269 | fa163eea-1f1d-d096-720d-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:50.539786 | 0.27s 2025-11-24 20:06:47.485051 | fa163eea-1f1d-d096-720d-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:50.549572 | 0.28s 2025-11-24 20:06:47.511188 | fa163eea-1f1d-d096-720d-0000000026df | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:06:47.817469 | fa163eea-1f1d-d096-720d-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:06:47.819486 | fa163eea-1f1d-d096-720d-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:50.884007 | 0.31s 2025-11-24 20:06:47.829605 | fa163eea-1f1d-d096-720d-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:50.894127 | 0.32s 2025-11-24 20:06:47.849627 | fa163eea-1f1d-d096-720d-0000000026e1 | TASK | Ensure provider service is running 2025-11-24 20:06:48.263425 | fa163eea-1f1d-d096-720d-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:06:48.265705 | fa163eea-1f1d-d096-720d-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:51.330227 | 0.42s 2025-11-24 20:06:48.275046 | fa163eea-1f1d-d096-720d-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:51.339580 | 0.42s 2025-11-24 20:06:48.292595 | fa163eea-1f1d-d096-720d-0000000026e4 | TASK | Ensure certificate requests 2025-11-24 20:06:49.686755 | fa163eea-1f1d-d096-720d-0000000026e4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-11-24 20:06:49.688931 | fa163eea-1f1d-d096-720d-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:52.753451 | 1.40s 2025-11-24 20:06:49.699211 | fa163eea-1f1d-d096-720d-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:52.763735 | 1.41s 2025-11-24 20:06:49.732531 | fa163eea-1f1d-d096-720d-000000002278 | TASK | install systemd-container for a greenfield 2025-11-24 20:07:07.292679 | fa163eea-1f1d-d096-720d-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2025-11-24 20:07:07.293623 | fa163eea-1f1d-d096-720d-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:07:10.358156 | 17.56s 2025-11-24 20:07:07.318999 | fa163eea-1f1d-d096-720d-000000002279 | TASK | manage PMEM namespaces for vPMEM 2025-11-24 20:07:07.368755 | fa163eea-1f1d-d096-720d-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-24 20:07:07.369985 | fa163eea-1f1d-d096-720d-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:07:10.434508 | 0.05s 2025-11-24 20:07:07.395461 | fa163eea-1f1d-d096-720d-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-24 20:07:08.638762 | fa163eea-1f1d-d096-720d-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-24 20:07:08.639988 | fa163eea-1f1d-d096-720d-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:07:11.704512 | 1.24s 2025-11-24 20:07:08.664735 | fa163eea-1f1d-d096-720d-00000000227d | TASK | is KSM enabled 2025-11-24 20:07:08.715083 | fa163eea-1f1d-d096-720d-00000000227d | OK | is KSM enabled | standalone 2025-11-24 20:07:08.717201 | fa163eea-1f1d-d096-720d-00000000227d | TIMING | is KSM enabled | standalone | 0:07:11.781620 | 0.05s 2025-11-24 20:07:08.746189 | fa163eea-1f1d-d096-720d-00000000227f | TASK | Check for ksm 2025-11-24 20:07:09.021037 | fa163eea-1f1d-d096-720d-00000000227f | CHANGED | Check for ksm | standalone 2025-11-24 20:07:09.023002 | fa163eea-1f1d-d096-720d-00000000227f | TIMING | Check for ksm | standalone | 0:07:12.087529 | 0.27s 2025-11-24 20:07:09.044418 | fa163eea-1f1d-d096-720d-000000002280 | TASK | disable KSM services 2025-11-24 20:07:09.131120 | fa163eea-1f1d-d096-720d-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-24 20:07:09.163988 | fa163eea-1f1d-d096-720d-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-24 20:07:09.169453 | fa163eea-1f1d-d096-720d-000000002280 | TIMING | disable KSM services | standalone | 0:07:12.233973 | 0.12s 2025-11-24 20:07:09.189895 | fa163eea-1f1d-d096-720d-000000002281 | TASK | delete PageKSM after disable ksm on compute 2025-11-24 20:07:09.263937 | fa163eea-1f1d-d096-720d-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-24 20:07:09.266403 | fa163eea-1f1d-d096-720d-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:07:12.330922 | 0.08s 2025-11-24 20:07:09.292170 | fa163eea-1f1d-d096-720d-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-24 20:07:09.345964 | fa163eea-1f1d-d096-720d-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-24 20:07:09.348702 | fa163eea-1f1d-d096-720d-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:07:12.413222 | 0.05s 2025-11-24 20:07:09.377825 | fa163eea-1f1d-d096-720d-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-24 20:07:09.430798 | fa163eea-1f1d-d096-720d-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-24 20:07:09.431764 | fa163eea-1f1d-d096-720d-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:07:12.496293 | 0.05s 2025-11-24 20:07:09.456177 | fa163eea-1f1d-d096-720d-000000002285 | TASK | enable ksmtunded 2025-11-24 20:07:09.512382 | fa163eea-1f1d-d096-720d-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-24 20:07:09.527195 | fa163eea-1f1d-d096-720d-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-24 20:07:09.539163 | fa163eea-1f1d-d096-720d-000000002285 | TIMING | enable ksmtunded | standalone | 0:07:12.603678 | 0.08s 2025-11-24 20:07:09.565812 | fa163eea-1f1d-d096-720d-000000002287 | TASK | Create dirs for certificates and keys 2025-11-24 20:07:09.823273 | fa163eea-1f1d-d096-720d-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-11-24 20:07:09.825563 | fa163eea-1f1d-d096-720d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:12.890073 | 0.26s 2025-11-24 20:07:10.040303 | fa163eea-1f1d-d096-720d-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-11-24 20:07:10.041306 | fa163eea-1f1d-d096-720d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:13.105834 | 0.47s 2025-11-24 20:07:10.275235 | fa163eea-1f1d-d096-720d-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-11-24 20:07:10.276945 | fa163eea-1f1d-d096-720d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:13.341470 | 0.71s 2025-11-24 20:07:10.288536 | fa163eea-1f1d-d096-720d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:13.353055 | 0.72s 2025-11-24 20:07:10.364482 | fa163eea-1f1d-d096-720d-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:13.428993 | 0.05s 2025-11-24 20:07:10.431152 | fa163eea-1f1d-d096-720d-000000002774 | TASK | Set version specific variables 2025-11-24 20:07:10.480697 | fa163eea-1f1d-d096-720d-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:13.545208 | 0.05s 2025-11-24 20:07:10.499835 | 0494c031-ccc3-44f9-b2ec-288bc5260fe7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:07:10.530372 | fa163eea-1f1d-d096-720d-0000000027a7 | TASK | Ensure ansible_facts used by role 2025-11-24 20:07:10.916975 | fa163eea-1f1d-d096-720d-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:07:10.918745 | fa163eea-1f1d-d096-720d-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:13.983266 | 0.39s 2025-11-24 20:07:10.946897 | fa163eea-1f1d-d096-720d-0000000027a8 | TASK | Set platform/version specific variables 2025-11-24 20:07:11.004630 | fa163eea-1f1d-d096-720d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:11.024708 | fa163eea-1f1d-d096-720d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:11.038449 | fa163eea-1f1d-d096-720d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:07:11.049191 | fa163eea-1f1d-d096-720d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:07:11.055145 | fa163eea-1f1d-d096-720d-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:14.119657 | 0.11s 2025-11-24 20:07:11.082137 | fa163eea-1f1d-d096-720d-000000002775 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:07:14.158239 | fa163eea-1f1d-d096-720d-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:07:14.159655 | fa163eea-1f1d-d096-720d-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:17.224178 | 3.08s 2025-11-24 20:07:14.185550 | fa163eea-1f1d-d096-720d-000000002777 | TASK | Ensure provider packages are installed 2025-11-24 20:07:17.324316 | fa163eea-1f1d-d096-720d-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.388826 | 3.14s 2025-11-24 20:07:17.336168 | fa163eea-1f1d-d096-720d-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.400691 | 3.15s 2025-11-24 20:07:17.364530 | fa163eea-1f1d-d096-720d-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:07:17.627669 | fa163eea-1f1d-d096-720d-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:17.629355 | fa163eea-1f1d-d096-720d-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:20.693885 | 0.26s 2025-11-24 20:07:17.639957 | fa163eea-1f1d-d096-720d-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:20.704474 | 0.27s 2025-11-24 20:07:17.669215 | fa163eea-1f1d-d096-720d-00000000277b | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:07:17.982705 | fa163eea-1f1d-d096-720d-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:17.985140 | fa163eea-1f1d-d096-720d-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.049660 | 0.31s 2025-11-24 20:07:17.994758 | fa163eea-1f1d-d096-720d-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.059275 | 0.32s 2025-11-24 20:07:18.021424 | fa163eea-1f1d-d096-720d-00000000277d | TASK | Ensure provider service is running 2025-11-24 20:07:19.469472 | fa163eea-1f1d-d096-720d-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:07:19.472234 | fa163eea-1f1d-d096-720d-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.536750 | 1.45s 2025-11-24 20:07:19.481221 | fa163eea-1f1d-d096-720d-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.545737 | 1.46s 2025-11-24 20:07:19.508146 | fa163eea-1f1d-d096-720d-000000002780 | TASK | Ensure certificate requests 2025-11-24 20:07:22.099995 | fa163eea-1f1d-d096-720d-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-11-24 20:07:22.102043 | fa163eea-1f1d-d096-720d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:25.166529 | 2.59s 2025-11-24 20:07:23.647990 | fa163eea-1f1d-d096-720d-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-11-24 20:07:23.650453 | fa163eea-1f1d-d096-720d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.714971 | 4.14s 2025-11-24 20:07:25.114808 | fa163eea-1f1d-d096-720d-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-11-24 20:07:25.116992 | fa163eea-1f1d-d096-720d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:28.181515 | 5.61s 2025-11-24 20:07:26.969534 | fa163eea-1f1d-d096-720d-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-11-24 20:07:26.971146 | fa163eea-1f1d-d096-720d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.035666 | 7.46s 2025-11-24 20:07:26.980556 | fa163eea-1f1d-d096-720d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.045072 | 7.47s 2025-11-24 20:07:27.031963 | fa163eea-1f1d-d096-720d-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2025-11-24 20:07:27.117366 | fa163eea-1f1d-d096-720d-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:30.181877 | 0.08s 2025-11-24 20:07:27.128597 | fa163eea-1f1d-d096-720d-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:30.193124 | 0.10s 2025-11-24 20:07:27.135866 | fa163eea-1f1d-d096-720d-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:30.200377 | 0.10s 2025-11-24 20:07:27.225887 | fa163eea-1f1d-d096-720d-0000000027fe | TASK | Set version specific variables 2025-11-24 20:07:27.275866 | fa163eea-1f1d-d096-720d-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:30.340377 | 0.05s 2025-11-24 20:07:27.296647 | b2622ee4-5843-40ad-b40a-5b1d9bbe1fff | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:07:27.328413 | fa163eea-1f1d-d096-720d-000000002856 | TASK | Ensure ansible_facts used by role 2025-11-24 20:07:27.712721 | fa163eea-1f1d-d096-720d-000000002856 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:07:27.714503 | fa163eea-1f1d-d096-720d-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:30.779024 | 0.38s 2025-11-24 20:07:27.741881 | fa163eea-1f1d-d096-720d-000000002857 | TASK | Set platform/version specific variables 2025-11-24 20:07:27.857650 | fa163eea-1f1d-d096-720d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:27.884815 | fa163eea-1f1d-d096-720d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:27.902725 | fa163eea-1f1d-d096-720d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:07:27.919344 | fa163eea-1f1d-d096-720d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:07:27.925991 | fa163eea-1f1d-d096-720d-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:30.990501 | 0.18s 2025-11-24 20:07:27.953985 | fa163eea-1f1d-d096-720d-0000000027ff | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:07:30.901628 | fa163eea-1f1d-d096-720d-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:07:30.903151 | fa163eea-1f1d-d096-720d-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:33.967672 | 2.95s 2025-11-24 20:07:30.928970 | fa163eea-1f1d-d096-720d-000000002801 | TASK | Ensure provider packages are installed 2025-11-24 20:07:33.874148 | fa163eea-1f1d-d096-720d-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:36.938632 | 2.94s 2025-11-24 20:07:33.886824 | fa163eea-1f1d-d096-720d-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:36.951341 | 2.96s 2025-11-24 20:07:33.913437 | fa163eea-1f1d-d096-720d-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:07:34.154492 | fa163eea-1f1d-d096-720d-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:34.156588 | fa163eea-1f1d-d096-720d-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:37.221110 | 0.24s 2025-11-24 20:07:34.166978 | fa163eea-1f1d-d096-720d-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:37.231495 | 0.25s 2025-11-24 20:07:34.194131 | fa163eea-1f1d-d096-720d-000000002805 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:07:34.452102 | fa163eea-1f1d-d096-720d-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:34.453418 | fa163eea-1f1d-d096-720d-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:37.517939 | 0.26s 2025-11-24 20:07:34.459855 | fa163eea-1f1d-d096-720d-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:37.524376 | 0.26s 2025-11-24 20:07:34.486176 | fa163eea-1f1d-d096-720d-000000002807 | TASK | Ensure provider service is running 2025-11-24 20:07:34.906889 | fa163eea-1f1d-d096-720d-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:07:34.908660 | fa163eea-1f1d-d096-720d-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:37.973182 | 0.42s 2025-11-24 20:07:34.917731 | fa163eea-1f1d-d096-720d-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:37.982256 | 0.43s 2025-11-24 20:07:34.945171 | fa163eea-1f1d-d096-720d-00000000280a | TASK | Ensure certificate requests 2025-11-24 20:07:36.721091 | fa163eea-1f1d-d096-720d-00000000280a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-11-24 20:07:36.722545 | fa163eea-1f1d-d096-720d-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:39.787066 | 1.78s 2025-11-24 20:07:36.729652 | fa163eea-1f1d-d096-720d-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:39.794170 | 1.78s 2025-11-24 20:07:36.779519 | fa163eea-1f1d-d096-720d-000000002827 | TASK | Set version specific variables 2025-11-24 20:07:36.829257 | fa163eea-1f1d-d096-720d-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:39.893770 | 0.05s 2025-11-24 20:07:36.847675 | e8dc3a22-82a8-4af0-966a-d4f7123ae25b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:07:36.877888 | fa163eea-1f1d-d096-720d-000000002890 | TASK | Ensure ansible_facts used by role 2025-11-24 20:07:37.263335 | fa163eea-1f1d-d096-720d-000000002890 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:07:37.264869 | fa163eea-1f1d-d096-720d-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:40.329393 | 0.39s 2025-11-24 20:07:37.291847 | fa163eea-1f1d-d096-720d-000000002891 | TASK | Set platform/version specific variables 2025-11-24 20:07:37.363405 | fa163eea-1f1d-d096-720d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:37.380982 | fa163eea-1f1d-d096-720d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:37.401879 | fa163eea-1f1d-d096-720d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:07:37.417523 | fa163eea-1f1d-d096-720d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:07:37.429541 | fa163eea-1f1d-d096-720d-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:40.494057 | 0.14s 2025-11-24 20:07:37.455413 | fa163eea-1f1d-d096-720d-000000002828 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:07:40.632863 | fa163eea-1f1d-d096-720d-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:07:40.634461 | fa163eea-1f1d-d096-720d-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:43.698976 | 3.18s 2025-11-24 20:07:40.660500 | fa163eea-1f1d-d096-720d-00000000282a | TASK | Ensure provider packages are installed 2025-11-24 20:07:43.975561 | fa163eea-1f1d-d096-720d-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:47.040070 | 3.31s 2025-11-24 20:07:43.987481 | fa163eea-1f1d-d096-720d-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:47.051998 | 3.33s 2025-11-24 20:07:44.013842 | fa163eea-1f1d-d096-720d-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:07:44.308081 | fa163eea-1f1d-d096-720d-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:44.310281 | fa163eea-1f1d-d096-720d-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:47.374800 | 0.29s 2025-11-24 20:07:44.320674 | fa163eea-1f1d-d096-720d-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:47.385191 | 0.31s 2025-11-24 20:07:44.347180 | fa163eea-1f1d-d096-720d-00000000282e | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:07:44.647134 | fa163eea-1f1d-d096-720d-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:44.648571 | fa163eea-1f1d-d096-720d-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:47.713092 | 0.30s 2025-11-24 20:07:44.658244 | fa163eea-1f1d-d096-720d-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:47.722762 | 0.31s 2025-11-24 20:07:44.684053 | fa163eea-1f1d-d096-720d-000000002830 | TASK | Ensure provider service is running 2025-11-24 20:07:45.075369 | fa163eea-1f1d-d096-720d-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:07:45.078581 | fa163eea-1f1d-d096-720d-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:48.143093 | 0.39s 2025-11-24 20:07:45.088527 | fa163eea-1f1d-d096-720d-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:48.153045 | 0.40s 2025-11-24 20:07:45.116439 | fa163eea-1f1d-d096-720d-000000002833 | TASK | Ensure certificate requests 2025-11-24 20:07:47.072671 | fa163eea-1f1d-d096-720d-000000002833 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-11-24 20:07:47.075356 | fa163eea-1f1d-d096-720d-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:50.139879 | 1.96s 2025-11-24 20:07:47.085870 | fa163eea-1f1d-d096-720d-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:50.150386 | 1.97s 2025-11-24 20:07:47.185553 | fa163eea-1f1d-d096-720d-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:50.250065 | 0.05s 2025-11-24 20:07:47.249487 | fa163eea-1f1d-d096-720d-0000000028d5 | TASK | Set version specific variables 2025-11-24 20:07:47.298116 | fa163eea-1f1d-d096-720d-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:50.362640 | 0.05s 2025-11-24 20:07:47.313653 | 5ba0b3a2-8ec8-42be-9bc4-08c6564833b0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:07:47.345725 | fa163eea-1f1d-d096-720d-000000002904 | TASK | Ensure ansible_facts used by role 2025-11-24 20:07:47.739832 | fa163eea-1f1d-d096-720d-000000002904 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:07:47.741371 | fa163eea-1f1d-d096-720d-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:50.805896 | 0.39s 2025-11-24 20:07:47.768412 | fa163eea-1f1d-d096-720d-000000002905 | TASK | Set platform/version specific variables 2025-11-24 20:07:47.853086 | fa163eea-1f1d-d096-720d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:47.884461 | fa163eea-1f1d-d096-720d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:07:47.912085 | fa163eea-1f1d-d096-720d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:07:47.933601 | fa163eea-1f1d-d096-720d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:07:47.940329 | fa163eea-1f1d-d096-720d-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:51.004844 | 0.17s 2025-11-24 20:07:47.966073 | fa163eea-1f1d-d096-720d-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:07:50.926413 | fa163eea-1f1d-d096-720d-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:07:50.927927 | fa163eea-1f1d-d096-720d-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:53.992449 | 2.96s 2025-11-24 20:07:50.953777 | fa163eea-1f1d-d096-720d-0000000028d8 | TASK | Ensure provider packages are installed 2025-11-24 20:07:54.007680 | fa163eea-1f1d-d096-720d-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:57.072186 | 3.05s 2025-11-24 20:07:54.020417 | fa163eea-1f1d-d096-720d-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:57.084941 | 3.07s 2025-11-24 20:07:54.047432 | fa163eea-1f1d-d096-720d-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:07:54.351203 | fa163eea-1f1d-d096-720d-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:54.352308 | fa163eea-1f1d-d096-720d-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:57.416835 | 0.30s 2025-11-24 20:07:54.356939 | fa163eea-1f1d-d096-720d-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:57.421454 | 0.31s 2025-11-24 20:07:54.383715 | fa163eea-1f1d-d096-720d-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:07:54.692864 | fa163eea-1f1d-d096-720d-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:07:54.695531 | fa163eea-1f1d-d096-720d-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:57.760044 | 0.31s 2025-11-24 20:07:54.705091 | fa163eea-1f1d-d096-720d-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:57.769608 | 0.32s 2025-11-24 20:07:54.723792 | fa163eea-1f1d-d096-720d-0000000028de | TASK | Ensure provider service is running 2025-11-24 20:07:55.144356 | fa163eea-1f1d-d096-720d-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:07:55.146204 | fa163eea-1f1d-d096-720d-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:58.210724 | 0.42s 2025-11-24 20:07:55.154854 | fa163eea-1f1d-d096-720d-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:58.219371 | 0.43s 2025-11-24 20:07:55.185820 | fa163eea-1f1d-d096-720d-0000000028e1 | TASK | Ensure certificate requests 2025-11-24 20:07:56.804706 | fa163eea-1f1d-d096-720d-0000000028e1 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-24 20:07:56.806222 | fa163eea-1f1d-d096-720d-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:59.870743 | 1.62s 2025-11-24 20:07:56.812908 | fa163eea-1f1d-d096-720d-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:59.877435 | 1.63s 2025-11-24 20:07:56.861787 | fa163eea-1f1d-d096-720d-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-24 20:07:56.943375 | fa163eea-1f1d-d096-720d-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-24 20:07:56.944699 | fa163eea-1f1d-d096-720d-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:08:00.009220 | 0.08s 2025-11-24 20:07:56.971049 | fa163eea-1f1d-d096-720d-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-24 20:08:02.010071 | fa163eea-1f1d-d096-720d-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-24 20:08:02.012418 | fa163eea-1f1d-d096-720d-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:08:05.076951 | 5.04s 2025-11-24 20:08:02.034362 | fa163eea-1f1d-d096-720d-000000002292 | TASK | Fetch ovn-dbs-bundle 2025-11-24 20:08:02.103523 | fa163eea-1f1d-d096-720d-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-24 20:08:02.104688 | fa163eea-1f1d-d096-720d-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:08:05.169213 | 0.07s 2025-11-24 20:08:02.133503 | fa163eea-1f1d-d096-720d-000000002293 | TASK | Fetch ovn VIP 2025-11-24 20:08:02.205096 | fa163eea-1f1d-d096-720d-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2025-11-24 20:08:02.206459 | fa163eea-1f1d-d096-720d-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:08:05.270977 | 0.07s 2025-11-24 20:08:02.226162 | fa163eea-1f1d-d096-720d-000000002294 | TASK | Remove OVNDBs from pacemaker 2025-11-24 20:08:02.266963 | fa163eea-1f1d-d096-720d-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-24 20:08:02.267788 | fa163eea-1f1d-d096-720d-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:08:05.332317 | 0.04s 2025-11-24 20:08:02.287350 | fa163eea-1f1d-d096-720d-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-24 20:08:02.358569 | fa163eea-1f1d-d096-720d-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-24 20:08:02.359636 | fa163eea-1f1d-d096-720d-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:08:05.424167 | 0.07s 2025-11-24 20:08:02.383510 | fa163eea-1f1d-d096-720d-000000002296 | TASK | Clean up pacemaker remote nodes cache 2025-11-24 20:08:02.444473 | fa163eea-1f1d-d096-720d-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-24 20:08:02.445877 | fa163eea-1f1d-d096-720d-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:08:05.510400 | 0.06s 2025-11-24 20:08:02.475637 | fa163eea-1f1d-d096-720d-000000002297 | TASK | Remove pacemaker attributes 2025-11-24 20:08:02.550258 | fa163eea-1f1d-d096-720d-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-24 20:08:02.563487 | fa163eea-1f1d-d096-720d-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:08:05.628003 | 0.09s 2025-11-24 20:08:02.633960 | fa163eea-1f1d-d096-720d-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:05.698469 | 0.04s 2025-11-24 20:08:02.706180 | fa163eea-1f1d-d096-720d-00000000295d | TASK | Set version specific variables 2025-11-24 20:08:02.758122 | fa163eea-1f1d-d096-720d-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:05.822632 | 0.05s 2025-11-24 20:08:02.780556 | 0793aafd-d0b9-4072-b9bd-243d38ecf2e0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:08:02.851335 | fa163eea-1f1d-d096-720d-00000000298e | TASK | Ensure ansible_facts used by role 2025-11-24 20:08:03.247530 | fa163eea-1f1d-d096-720d-00000000298e | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:08:03.249278 | fa163eea-1f1d-d096-720d-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:06.313802 | 0.40s 2025-11-24 20:08:03.280494 | fa163eea-1f1d-d096-720d-00000000298f | TASK | Set platform/version specific variables 2025-11-24 20:08:03.378907 | fa163eea-1f1d-d096-720d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:03.411697 | fa163eea-1f1d-d096-720d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:03.440141 | fa163eea-1f1d-d096-720d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:08:03.461895 | fa163eea-1f1d-d096-720d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:08:03.469148 | fa163eea-1f1d-d096-720d-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:06.533662 | 0.19s 2025-11-24 20:08:03.498865 | fa163eea-1f1d-d096-720d-00000000295e | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:08:06.516498 | fa163eea-1f1d-d096-720d-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:08:06.517822 | fa163eea-1f1d-d096-720d-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:09.582345 | 3.02s 2025-11-24 20:08:06.546978 | fa163eea-1f1d-d096-720d-000000002960 | TASK | Ensure provider packages are installed 2025-11-24 20:08:09.610189 | fa163eea-1f1d-d096-720d-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.674695 | 3.06s 2025-11-24 20:08:09.617200 | fa163eea-1f1d-d096-720d-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.681718 | 3.07s 2025-11-24 20:08:09.647216 | fa163eea-1f1d-d096-720d-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:08:09.954453 | fa163eea-1f1d-d096-720d-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:09.955932 | fa163eea-1f1d-d096-720d-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:13.020453 | 0.31s 2025-11-24 20:08:09.963817 | fa163eea-1f1d-d096-720d-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:13.028334 | 0.31s 2025-11-24 20:08:09.994489 | fa163eea-1f1d-d096-720d-000000002964 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:08:10.271752 | fa163eea-1f1d-d096-720d-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:10.273464 | fa163eea-1f1d-d096-720d-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:13.337991 | 0.28s 2025-11-24 20:08:10.284203 | fa163eea-1f1d-d096-720d-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:13.348722 | 0.29s 2025-11-24 20:08:10.315695 | fa163eea-1f1d-d096-720d-000000002966 | TASK | Ensure provider service is running 2025-11-24 20:08:11.759755 | fa163eea-1f1d-d096-720d-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:08:11.762808 | fa163eea-1f1d-d096-720d-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:14.827327 | 1.45s 2025-11-24 20:08:11.773454 | fa163eea-1f1d-d096-720d-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:14.837970 | 1.46s 2025-11-24 20:08:11.804052 | fa163eea-1f1d-d096-720d-000000002969 | TASK | Ensure certificate requests 2025-11-24 20:08:13.431468 | fa163eea-1f1d-d096-720d-000000002969 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-24 20:08:13.432938 | fa163eea-1f1d-d096-720d-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:16.497459 | 1.63s 2025-11-24 20:08:13.439386 | fa163eea-1f1d-d096-720d-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:16.503911 | 1.63s 2025-11-24 20:08:13.496359 | fa163eea-1f1d-d096-720d-00000000229c | TASK | Configure OVN DBs and northd 2025-11-24 20:08:13.547886 | fa163eea-1f1d-d096-720d-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:08:16.612399 | 0.05s 2025-11-24 20:08:13.614930 | fa163eea-1f1d-d096-720d-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-24 20:08:13.891623 | fa163eea-1f1d-d096-720d-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-24 20:08:13.892465 | fa163eea-1f1d-d096-720d-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:08:16.956994 | 0.28s 2025-11-24 20:08:13.911707 | fa163eea-1f1d-d096-720d-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-24 20:08:13.968674 | fa163eea-1f1d-d096-720d-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-24 20:08:13.969958 | fa163eea-1f1d-d096-720d-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:08:17.034482 | 0.06s 2025-11-24 20:08:14.000931 | fa163eea-1f1d-d096-720d-0000000029da | TASK | check ovsdb-tool election-timer options 2025-11-24 20:08:14.267854 | fa163eea-1f1d-d096-720d-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-24 20:08:14.268580 | fa163eea-1f1d-d096-720d-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:08:17.333113 | 0.27s 2025-11-24 20:08:14.301668 | fa163eea-1f1d-d096-720d-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2025-11-24 20:08:14.357260 | fa163eea-1f1d-d096-720d-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-24 20:08:14.358608 | fa163eea-1f1d-d096-720d-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:08:17.423129 | 0.05s 2025-11-24 20:08:14.391791 | fa163eea-1f1d-d096-720d-0000000029dc | TASK | render OVN cluster configuration 2025-11-24 20:08:15.003051 | fa163eea-1f1d-d096-720d-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2025-11-24 20:08:15.004303 | fa163eea-1f1d-d096-720d-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:08:18.068828 | 0.61s 2025-11-24 20:08:15.036591 | fa163eea-1f1d-d096-720d-0000000029dd | TASK | restart OVN northd and north and south databases 2025-11-24 20:08:15.083819 | fa163eea-1f1d-d096-720d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:18.148326 | 0.05s 2025-11-24 20:08:15.103072 | fa163eea-1f1d-d096-720d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:18.167594 | 0.06s 2025-11-24 20:08:15.116928 | fa163eea-1f1d-d096-720d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:18.181453 | 0.08s 2025-11-24 20:08:15.129561 | fa163eea-1f1d-d096-720d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:18.194050 | 0.09s 2025-11-24 20:08:15.155176 | 73665fc5-bb11-4fd4-bc4b-81e7bcc2b06a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-24 20:08:15.163433 | 5c100f54-8d88-4c80-a0ee-8a3a78ad564b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-24 20:08:15.171471 | b8c3daa8-becb-4c0d-bf53-1339beae28bb | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-24 20:08:15.202959 | fa163eea-1f1d-d096-720d-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-24 20:08:15.418425 | fa163eea-1f1d-d096-720d-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-24 20:08:15.419853 | fa163eea-1f1d-d096-720d-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:08:18.484381 | 0.22s 2025-11-24 20:08:15.443457 | fa163eea-1f1d-d096-720d-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-24 20:08:15.502932 | fa163eea-1f1d-d096-720d-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-24 20:08:15.504256 | fa163eea-1f1d-d096-720d-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:08:18.568778 | 0.06s 2025-11-24 20:08:15.535656 | fa163eea-1f1d-d096-720d-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-24 20:08:15.854884 | fa163eea-1f1d-d096-720d-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-24 20:08:15.855796 | fa163eea-1f1d-d096-720d-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:08:18.920326 | 0.32s 2025-11-24 20:08:15.876896 | fa163eea-1f1d-d096-720d-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-24 20:08:15.907351 | fa163eea-1f1d-d096-720d-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-24 20:08:15.908205 | fa163eea-1f1d-d096-720d-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:08:18.972737 | 0.03s 2025-11-24 20:08:15.930935 | fa163eea-1f1d-d096-720d-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-24 20:08:16.174879 | fa163eea-1f1d-d096-720d-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-24 20:08:16.176360 | fa163eea-1f1d-d096-720d-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:08:19.240882 | 0.24s 2025-11-24 20:08:16.198300 | fa163eea-1f1d-d096-720d-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2025-11-24 20:08:16.250491 | fa163eea-1f1d-d096-720d-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-24 20:08:16.251807 | fa163eea-1f1d-d096-720d-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:08:19.316325 | 0.05s 2025-11-24 20:08:16.361646 | fa163eea-1f1d-d096-720d-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:19.426157 | 0.05s 2025-11-24 20:08:16.432829 | fa163eea-1f1d-d096-720d-000000002a64 | TASK | Set version specific variables 2025-11-24 20:08:16.484617 | fa163eea-1f1d-d096-720d-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:19.549132 | 0.05s 2025-11-24 20:08:16.509255 | 9140e3d5-25df-4d3f-81cd-301d20a25904 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:08:16.536297 | fa163eea-1f1d-d096-720d-000000002a93 | TASK | Ensure ansible_facts used by role 2025-11-24 20:08:16.945964 | fa163eea-1f1d-d096-720d-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:08:16.947594 | fa163eea-1f1d-d096-720d-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:20.012116 | 0.41s 2025-11-24 20:08:16.977793 | fa163eea-1f1d-d096-720d-000000002a94 | TASK | Set platform/version specific variables 2025-11-24 20:08:17.049184 | fa163eea-1f1d-d096-720d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:17.070778 | fa163eea-1f1d-d096-720d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:17.093695 | fa163eea-1f1d-d096-720d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:08:17.114004 | fa163eea-1f1d-d096-720d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:08:17.120874 | fa163eea-1f1d-d096-720d-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:20.185388 | 0.14s 2025-11-24 20:08:17.150526 | fa163eea-1f1d-d096-720d-000000002a65 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:08:20.200442 | fa163eea-1f1d-d096-720d-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:08:20.202618 | fa163eea-1f1d-d096-720d-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:23.267136 | 3.05s 2025-11-24 20:08:20.234658 | fa163eea-1f1d-d096-720d-000000002a67 | TASK | Ensure provider packages are installed 2025-11-24 20:08:23.214987 | fa163eea-1f1d-d096-720d-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:26.279496 | 2.98s 2025-11-24 20:08:23.226658 | fa163eea-1f1d-d096-720d-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:26.291180 | 2.99s 2025-11-24 20:08:23.248587 | fa163eea-1f1d-d096-720d-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:08:23.497477 | fa163eea-1f1d-d096-720d-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:23.499575 | fa163eea-1f1d-d096-720d-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:26.564095 | 0.25s 2025-11-24 20:08:23.509304 | fa163eea-1f1d-d096-720d-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:26.573826 | 0.26s 2025-11-24 20:08:23.534846 | fa163eea-1f1d-d096-720d-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:08:23.828565 | fa163eea-1f1d-d096-720d-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:23.831060 | fa163eea-1f1d-d096-720d-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:26.895579 | 0.30s 2025-11-24 20:08:23.841080 | fa163eea-1f1d-d096-720d-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:26.905596 | 0.31s 2025-11-24 20:08:23.871698 | fa163eea-1f1d-d096-720d-000000002a6d | TASK | Ensure provider service is running 2025-11-24 20:08:24.310849 | fa163eea-1f1d-d096-720d-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:08:24.313468 | fa163eea-1f1d-d096-720d-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:27.377980 | 0.44s 2025-11-24 20:08:24.324344 | fa163eea-1f1d-d096-720d-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:27.388862 | 0.45s 2025-11-24 20:08:24.354404 | fa163eea-1f1d-d096-720d-000000002a70 | TASK | Ensure certificate requests 2025-11-24 20:08:25.815788 | fa163eea-1f1d-d096-720d-000000002a70 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-24 20:08:25.818258 | fa163eea-1f1d-d096-720d-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:28.882779 | 1.46s 2025-11-24 20:08:25.828766 | fa163eea-1f1d-d096-720d-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:28.893286 | 1.47s 2025-11-24 20:08:25.933701 | fa163eea-1f1d-d096-720d-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:28.998214 | 0.05s 2025-11-24 20:08:26.000437 | fa163eea-1f1d-d096-720d-000000002ad8 | TASK | Set version specific variables 2025-11-24 20:08:26.047079 | fa163eea-1f1d-d096-720d-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:29.111591 | 0.05s 2025-11-24 20:08:26.069639 | 86613d4e-b0a1-4aeb-a436-bd3c9515488f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:08:26.102327 | fa163eea-1f1d-d096-720d-000000002b07 | TASK | Ensure ansible_facts used by role 2025-11-24 20:08:26.480518 | fa163eea-1f1d-d096-720d-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:08:26.482001 | fa163eea-1f1d-d096-720d-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:29.546527 | 0.38s 2025-11-24 20:08:26.510175 | fa163eea-1f1d-d096-720d-000000002b08 | TASK | Set platform/version specific variables 2025-11-24 20:08:26.588958 | fa163eea-1f1d-d096-720d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:26.606836 | fa163eea-1f1d-d096-720d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:26.626302 | fa163eea-1f1d-d096-720d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:08:26.639708 | fa163eea-1f1d-d096-720d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:08:26.650831 | fa163eea-1f1d-d096-720d-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:29.715357 | 0.14s 2025-11-24 20:08:26.669939 | fa163eea-1f1d-d096-720d-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:08:29.659387 | fa163eea-1f1d-d096-720d-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:08:29.660148 | fa163eea-1f1d-d096-720d-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:32.724680 | 2.99s 2025-11-24 20:08:29.683126 | fa163eea-1f1d-d096-720d-000000002adb | TASK | Ensure provider packages are installed 2025-11-24 20:08:32.711608 | fa163eea-1f1d-d096-720d-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:35.776118 | 3.03s 2025-11-24 20:08:32.724267 | fa163eea-1f1d-d096-720d-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:35.788781 | 3.04s 2025-11-24 20:08:32.755923 | fa163eea-1f1d-d096-720d-000000002add | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:08:33.047334 | fa163eea-1f1d-d096-720d-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:33.048388 | fa163eea-1f1d-d096-720d-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:36.112916 | 0.29s 2025-11-24 20:08:33.053610 | fa163eea-1f1d-d096-720d-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:36.118135 | 0.30s 2025-11-24 20:08:33.083315 | fa163eea-1f1d-d096-720d-000000002adf | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:08:33.373488 | fa163eea-1f1d-d096-720d-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:33.374551 | fa163eea-1f1d-d096-720d-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:36.439080 | 0.29s 2025-11-24 20:08:33.378740 | fa163eea-1f1d-d096-720d-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:36.443268 | 0.29s 2025-11-24 20:08:33.407324 | fa163eea-1f1d-d096-720d-000000002ae1 | TASK | Ensure provider service is running 2025-11-24 20:08:33.797095 | fa163eea-1f1d-d096-720d-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:08:33.798393 | fa163eea-1f1d-d096-720d-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:36.862922 | 0.39s 2025-11-24 20:08:33.804311 | fa163eea-1f1d-d096-720d-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:36.868835 | 0.40s 2025-11-24 20:08:33.834159 | fa163eea-1f1d-d096-720d-000000002ae4 | TASK | Ensure certificate requests 2025-11-24 20:08:35.315740 | fa163eea-1f1d-d096-720d-000000002ae4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-24 20:08:35.318454 | fa163eea-1f1d-d096-720d-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:38.382975 | 1.48s 2025-11-24 20:08:35.328992 | fa163eea-1f1d-d096-720d-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:38.393511 | 1.49s 2025-11-24 20:08:35.417554 | fa163eea-1f1d-d096-720d-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:38.482068 | 0.03s 2025-11-24 20:08:35.482112 | fa163eea-1f1d-d096-720d-000000002b4c | TASK | Set version specific variables 2025-11-24 20:08:35.530190 | fa163eea-1f1d-d096-720d-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:38.594703 | 0.05s 2025-11-24 20:08:35.552456 | 2b17e47e-e2e0-4c0c-8610-e20734aaab4c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:08:35.580540 | fa163eea-1f1d-d096-720d-000000002b7b | TASK | Ensure ansible_facts used by role 2025-11-24 20:08:35.946394 | fa163eea-1f1d-d096-720d-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:08:35.947964 | fa163eea-1f1d-d096-720d-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:39.012487 | 0.37s 2025-11-24 20:08:35.977890 | fa163eea-1f1d-d096-720d-000000002b7c | TASK | Set platform/version specific variables 2025-11-24 20:08:36.071478 | fa163eea-1f1d-d096-720d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:36.103565 | fa163eea-1f1d-d096-720d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:08:36.130852 | fa163eea-1f1d-d096-720d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:08:36.151312 | fa163eea-1f1d-d096-720d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:08:36.163370 | fa163eea-1f1d-d096-720d-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:39.227883 | 0.18s 2025-11-24 20:08:36.183991 | fa163eea-1f1d-d096-720d-000000002b4d | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:08:39.205178 | fa163eea-1f1d-d096-720d-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:08:39.206459 | fa163eea-1f1d-d096-720d-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:42.270982 | 3.02s 2025-11-24 20:08:39.234609 | fa163eea-1f1d-d096-720d-000000002b4f | TASK | Ensure provider packages are installed 2025-11-24 20:08:42.241143 | fa163eea-1f1d-d096-720d-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:45.305651 | 3.00s 2025-11-24 20:08:42.253793 | fa163eea-1f1d-d096-720d-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:45.318310 | 3.02s 2025-11-24 20:08:42.282811 | fa163eea-1f1d-d096-720d-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:08:42.583498 | fa163eea-1f1d-d096-720d-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:42.585613 | fa163eea-1f1d-d096-720d-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:45.650134 | 0.30s 2025-11-24 20:08:42.595826 | fa163eea-1f1d-d096-720d-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:45.660344 | 0.31s 2025-11-24 20:08:42.624585 | fa163eea-1f1d-d096-720d-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:08:42.927407 | fa163eea-1f1d-d096-720d-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:08:42.928841 | fa163eea-1f1d-d096-720d-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:45.993361 | 0.30s 2025-11-24 20:08:42.934954 | fa163eea-1f1d-d096-720d-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:45.999471 | 0.31s 2025-11-24 20:08:42.964360 | fa163eea-1f1d-d096-720d-000000002b55 | TASK | Ensure provider service is running 2025-11-24 20:08:43.403599 | fa163eea-1f1d-d096-720d-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:08:43.406402 | fa163eea-1f1d-d096-720d-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:46.470923 | 0.44s 2025-11-24 20:08:43.417230 | fa163eea-1f1d-d096-720d-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:46.481755 | 0.45s 2025-11-24 20:08:43.447585 | fa163eea-1f1d-d096-720d-000000002b58 | TASK | Ensure certificate requests 2025-11-24 20:08:45.817968 | fa163eea-1f1d-d096-720d-000000002b58 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-11-24 20:08:45.819177 | fa163eea-1f1d-d096-720d-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:48.883705 | 2.37s 2025-11-24 20:08:45.825549 | fa163eea-1f1d-d096-720d-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:48.890068 | 2.38s 2025-11-24 20:08:45.883060 | fa163eea-1f1d-d096-720d-0000000022a9 | TASK | Fail if container image is undefined 2025-11-24 20:08:45.949154 | fa163eea-1f1d-d096-720d-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:08:45.950472 | fa163eea-1f1d-d096-720d-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:49.014995 | 0.07s 2025-11-24 20:08:45.996248 | fa163eea-1f1d-d096-720d-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-24 20:08:52.138300 | fa163eea-1f1d-d096-720d-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-24 20:08:52.139763 | fa163eea-1f1d-d096-720d-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:55.204286 | 6.14s 2025-11-24 20:08:52.197754 | fa163eea-1f1d-d096-720d-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-24 20:08:52.526559 | fa163eea-1f1d-d096-720d-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-24 20:08:52.527808 | fa163eea-1f1d-d096-720d-0000000022ab | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:55.592333 | 0.33s 2025-11-24 20:08:52.582181 | fa163eea-1f1d-d096-720d-0000000022b6 | TASK | Pre-fetch all the containers 2025-11-24 20:08:56.680376 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-24 20:08:56.684220 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.748741 | 4.10s 2025-11-24 20:09:01.601149 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-24 20:09:01.604894 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.669416 | 9.02s 2025-11-24 20:09:04.221852 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-24 20:09:04.223725 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:07.288254 | 11.64s 2025-11-24 20:09:07.250893 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-24 20:09:07.254240 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:10.318760 | 14.67s 2025-11-24 20:09:09.127118 | fa163eea-1f1d-d096-720d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-24 20:09:09.129676 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.194197 | 16.55s 2025-11-24 20:09:10.870483 | fa163eea-1f1d-d096-720d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-24 20:09:10.873887 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:13.938409 | 18.29s 2025-11-24 20:09:16.327672 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-11-24 20:09:16.330309 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.394830 | 23.75s 2025-11-24 20:09:20.829036 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-11-24 20:09:20.831861 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:23.896384 | 28.25s 2025-11-24 20:09:24.639837 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-24 20:09:24.642743 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:27.707266 | 32.06s 2025-11-24 20:09:27.001427 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-24 20:09:27.005799 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:30.070319 | 34.42s 2025-11-24 20:09:34.811310 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-24 20:09:34.815116 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:37.879636 | 42.23s 2025-11-24 20:09:38.077471 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-24 20:09:38.080227 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:41.144750 | 45.50s 2025-11-24 20:09:53.413824 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-24 20:09:53.417649 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:56.482171 | 60.83s 2025-11-24 20:10:04.041403 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-24 20:10:04.045063 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:07.109587 | 71.46s 2025-11-24 20:10:14.126244 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-11-24 20:10:14.131042 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:17.195528 | 81.55s 2025-11-24 20:10:20.889400 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-24 20:10:20.893248 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:23.957771 | 88.31s 2025-11-24 20:10:27.875288 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-24 20:10:27.878916 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.943437 | 95.29s 2025-11-24 20:10:32.881989 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-24 20:10:32.885785 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:35.950309 | 100.30s 2025-11-24 20:10:36.145817 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-24 20:10:36.149738 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:39.214262 | 103.57s 2025-11-24 20:10:39.814536 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-24 20:10:39.817356 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:42.881880 | 107.23s 2025-11-24 20:10:45.555526 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-24 20:10:45.558532 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:48.623055 | 112.97s 2025-11-24 20:10:57.227241 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-24 20:10:57.231227 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:00.295749 | 124.65s 2025-11-24 20:11:00.180709 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-24 20:11:00.183930 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.248458 | 127.60s 2025-11-24 20:11:12.498702 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-11-24 20:11:12.502777 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:15.567301 | 139.92s 2025-11-24 20:11:15.352520 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-11-24 20:11:15.356401 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:18.420926 | 142.77s 2025-11-24 20:11:18.589420 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-11-24 20:11:18.593100 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.657622 | 146.01s 2025-11-24 20:11:21.220268 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-11-24 20:11:21.222239 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:24.286768 | 148.64s 2025-11-24 20:11:24.706373 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-24 20:11:24.709154 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.773677 | 152.13s 2025-11-24 20:11:29.049850 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-11-24 20:11:29.053973 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:32.118495 | 156.47s 2025-11-24 20:11:31.053283 | fa163eea-1f1d-d096-720d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-24 20:11:31.055678 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.120206 | 158.47s 2025-11-24 20:11:33.053910 | fa163eea-1f1d-d096-720d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-24 20:11:33.057701 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.122222 | 160.47s 2025-11-24 20:11:35.764647 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-24 20:11:35.768928 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:38.833445 | 163.18s 2025-11-24 20:11:37.701364 | fa163eea-1f1d-d096-720d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-24 20:11:37.705260 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:40.769781 | 165.12s 2025-11-24 20:11:41.529048 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-24 20:11:41.532073 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.596597 | 168.95s 2025-11-24 20:11:44.279371 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-24 20:11:44.283405 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.347928 | 171.70s 2025-11-24 20:11:47.208951 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-11-24 20:11:47.211687 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:50.276211 | 174.63s 2025-11-24 20:11:49.804221 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-11-24 20:11:49.807208 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:52.871731 | 177.22s 2025-11-24 20:11:52.866264 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-11-24 20:11:52.869236 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:55.933759 | 180.29s 2025-11-24 20:11:59.928089 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-11-24 20:11:59.931837 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:02.996358 | 187.35s 2025-11-24 20:12:02.608893 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-11-24 20:12:02.612461 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:05.676985 | 190.03s 2025-11-24 20:12:05.164788 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-24 20:12:05.168925 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:08.233440 | 192.58s 2025-11-24 20:12:07.785691 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-24 20:12:07.789231 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.853755 | 195.21s 2025-11-24 20:12:10.741667 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-24 20:12:10.744775 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.809298 | 198.16s 2025-11-24 20:12:13.342398 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-24 20:12:13.344925 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.409447 | 200.76s 2025-11-24 20:12:15.843436 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-24 20:12:15.848096 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.912618 | 203.26s 2025-11-24 20:12:19.556858 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-24 20:12:19.561028 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:22.625535 | 206.98s 2025-11-24 20:12:22.670163 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-24 20:12:22.673793 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:25.738316 | 210.09s 2025-11-24 20:12:26.476628 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-24 20:12:26.480991 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.545513 | 213.90s 2025-11-24 20:12:29.429977 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-24 20:12:29.433863 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.498386 | 216.85s 2025-11-24 20:12:32.000265 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-24 20:12:32.003684 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:35.068207 | 219.42s 2025-11-24 20:12:34.575921 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-11-24 20:12:34.578711 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:37.643235 | 221.99s 2025-11-24 20:12:37.298788 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-11-24 20:12:37.302492 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.367016 | 224.72s 2025-11-24 20:12:39.779575 | fa163eea-1f1d-d096-720d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-11-24 20:12:39.782537 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:42.847059 | 227.20s 2025-11-24 20:12:40.145472 | fa163eea-1f1d-d096-720d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:43.209993 | 227.56s 2025-11-24 20:12:40.406825 | fa163eea-1f1d-d096-720d-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:43.471338 | 0.06s 2025-11-24 20:12:40.461689 | fa163eea-1f1d-d096-720d-000000002c32 | TASK | Set version specific variables 2025-11-24 20:12:40.510524 | fa163eea-1f1d-d096-720d-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:43.575038 | 0.05s 2025-11-24 20:12:40.533717 | 68d8a58b-395c-4a30-a646-5f1a8c576b21 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-24 20:12:40.558942 | fa163eea-1f1d-d096-720d-000000002c61 | TASK | Ensure ansible_facts used by role 2025-11-24 20:12:40.966448 | fa163eea-1f1d-d096-720d-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2025-11-24 20:12:40.968055 | fa163eea-1f1d-d096-720d-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:44.032578 | 0.41s 2025-11-24 20:12:40.997526 | fa163eea-1f1d-d096-720d-000000002c62 | TASK | Set platform/version specific variables 2025-11-24 20:12:41.077662 | fa163eea-1f1d-d096-720d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:12:41.100460 | fa163eea-1f1d-d096-720d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-24 20:12:41.123965 | fa163eea-1f1d-d096-720d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-24 20:12:41.145357 | fa163eea-1f1d-d096-720d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-24 20:12:41.157828 | fa163eea-1f1d-d096-720d-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:44.222344 | 0.16s 2025-11-24 20:12:41.188833 | fa163eea-1f1d-d096-720d-000000002c33 | TASK | Ensure certificate role dependencies are installed 2025-11-24 20:12:44.229790 | fa163eea-1f1d-d096-720d-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-24 20:12:44.231176 | fa163eea-1f1d-d096-720d-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:47.295699 | 3.04s 2025-11-24 20:12:44.260511 | fa163eea-1f1d-d096-720d-000000002c35 | TASK | Ensure provider packages are installed 2025-11-24 20:12:47.299881 | fa163eea-1f1d-d096-720d-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:50.364396 | 3.04s 2025-11-24 20:12:47.305913 | fa163eea-1f1d-d096-720d-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:50.370433 | 3.04s 2025-11-24 20:12:47.336570 | fa163eea-1f1d-d096-720d-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2025-11-24 20:12:47.605413 | fa163eea-1f1d-d096-720d-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:12:47.606962 | fa163eea-1f1d-d096-720d-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:50.671494 | 0.27s 2025-11-24 20:12:47.617082 | fa163eea-1f1d-d096-720d-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:50.681606 | 0.28s 2025-11-24 20:12:47.645835 | fa163eea-1f1d-d096-720d-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2025-11-24 20:12:47.958496 | fa163eea-1f1d-d096-720d-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-24 20:12:47.960039 | fa163eea-1f1d-d096-720d-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:51.024532 | 0.31s 2025-11-24 20:12:47.966113 | fa163eea-1f1d-d096-720d-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:51.030628 | 0.32s 2025-11-24 20:12:47.997590 | fa163eea-1f1d-d096-720d-000000002c3b | TASK | Ensure provider service is running 2025-11-24 20:12:49.457515 | fa163eea-1f1d-d096-720d-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-24 20:12:49.460068 | fa163eea-1f1d-d096-720d-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:52.524588 | 1.46s 2025-11-24 20:12:49.471084 | fa163eea-1f1d-d096-720d-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:52.535601 | 1.47s 2025-11-24 20:12:49.501292 | fa163eea-1f1d-d096-720d-000000002c3e | TASK | Ensure certificate requests 2025-11-24 20:12:51.837753 | fa163eea-1f1d-d096-720d-000000002c3e | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-11-24 20:12:51.840615 | fa163eea-1f1d-d096-720d-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:54.905134 | 2.34s 2025-11-24 20:12:51.850925 | fa163eea-1f1d-d096-720d-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:54.915443 | 2.35s 2025-11-24 20:12:51.909526 | fa163eea-1f1d-d096-720d-0000000022c0 | TASK | Fail if container image is undefined 2025-11-24 20:12:51.974609 | fa163eea-1f1d-d096-720d-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2025-11-24 20:12:51.976538 | fa163eea-1f1d-d096-720d-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:55.041053 | 0.06s 2025-11-24 20:12:52.023817 | fa163eea-1f1d-d096-720d-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-24 20:12:54.499002 | fa163eea-1f1d-d096-720d-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-24 20:12:54.500387 | fa163eea-1f1d-d096-720d-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:57.564910 | 2.47s 2025-11-24 20:12:54.557262 | fa163eea-1f1d-d096-720d-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-24 20:12:54.904181 | fa163eea-1f1d-d096-720d-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-24 20:12:54.905539 | fa163eea-1f1d-d096-720d-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:57.970063 | 0.35s 2025-11-24 20:12:54.961209 | fa163eea-1f1d-d096-720d-0000000022cd | TASK | Check if rsyslog exists 2025-11-24 20:12:55.216776 | fa163eea-1f1d-d096-720d-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2025-11-24 20:12:55.218142 | fa163eea-1f1d-d096-720d-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:58.282665 | 0.26s 2025-11-24 20:12:55.246461 | fa163eea-1f1d-d096-720d-0000000022ce | TASK | Forward logging to swift.log file 2025-11-24 20:12:55.742855 | fa163eea-1f1d-d096-720d-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2025-11-24 20:12:55.744278 | fa163eea-1f1d-d096-720d-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:58.808802 | 0.50s 2025-11-24 20:12:55.772705 | fa163eea-1f1d-d096-720d-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2025-11-24 20:12:56.643328 | fa163eea-1f1d-d096-720d-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-24 20:12:56.645285 | fa163eea-1f1d-d096-720d-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:59.709808 | 0.87s 2025-11-24 20:12:56.674628 | fa163eea-1f1d-d096-720d-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-24 20:12:56.915202 | fa163eea-1f1d-d096-720d-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-24 20:12:56.916590 | fa163eea-1f1d-d096-720d-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:59.981113 | 0.24s 2025-11-24 20:12:57.040354 | fa163eea-1f1d-d096-720d-0000000000c3 | TIMING | include_tasks | standalone | 0:13:00.104865 | 0.09s 2025-11-24 20:12:57.082846 | 9605623f-e466-4027-a5bd-14ece0d14bb8 | INCLUDED | /root/standalone-ansible-l9a11urb/common_deploy_steps_tasks.yaml | standalone 2025-11-24 20:12:57.109602 | fa163eea-1f1d-d096-720d-000000002ca9 | TASK | Write the config_step hieradata 2025-11-24 20:12:57.571271 | fa163eea-1f1d-d096-720d-000000002ca9 | OK | Write the config_step hieradata | standalone 2025-11-24 20:12:57.572486 | fa163eea-1f1d-d096-720d-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:13:00.637008 | 0.46s 2025-11-24 20:12:57.601330 | fa163eea-1f1d-d096-720d-000000002caa | TASK | Run puppet host configuration for step 1 2025-11-24 20:12:57.863246 | fa163eea-1f1d-d096-720d-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-24 20:12:57.864512 | fa163eea-1f1d-d096-720d-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:00.929035 | 0.26s 2025-11-24 20:12:57.893147 | fa163eea-1f1d-d096-720d-000000002cab | TASK | Wait for puppet host configuration to finish 2025-11-24 20:12:58.098072 | fa163eea-1f1d-d096-720d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-24 20:13:08.317347 | fa163eea-1f1d-d096-720d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-24 20:13:18.480650 | fa163eea-1f1d-d096-720d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-24 20:13:28.674309 | fa163eea-1f1d-d096-720d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-24 20:13:38.881758 | fa163eea-1f1d-d096-720d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-24 20:13:49.100253 | fa163eea-1f1d-d096-720d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-24 20:13:59.339670 | fa163eea-1f1d-d096-720d-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-24 20:13:59.340978 | fa163eea-1f1d-d096-720d-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:02.405502 | 61.45s 2025-11-24 20:13:59.373867 | fa163eea-1f1d-d096-720d-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-24 20:13:59.467185 | fa163eea-1f1d-d096-720d-000000002cac | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 24 20:12:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 24 20:13:03 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 24 20:13:03 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 24 20:13:03 puppet-user: (file & line not available)", "<13>Nov 24 20:13:03 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 24 20:13:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 24 20:13:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 24 20:13:03 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Nov 24 20:13:03 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 24 20:13:03 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 24 20:13:04 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 24 20:13:11 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 24 20:13:19 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 24 20:13:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 24 20:13:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 24 20:13:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 24 20:13:22 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 24 20:13:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 24 20:13:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 24 20:13:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 24 20:13:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 24 20:13:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 24 20:13:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 24 20:13:53 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 24 20:13:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 24 20:13:57 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 24 20:13:57 puppet-user: Notice: Applied catalog in 53.16 seconds", "<13>Nov 24 20:13:57 puppet-user: Application:", "<13>Nov 24 20:13:57 puppet-user: Initial environment: production", "<13>Nov 24 20:13:57 puppet-user: Converged environment: production", "<13>Nov 24 20:13:57 puppet-user: Run mode: user", "<13>Nov 24 20:13:57 puppet-user: Changes:", "<13>Nov 24 20:13:57 puppet-user: Total: 17", "<13>Nov 24 20:13:57 puppet-user: Events:", "<13>Nov 24 20:13:57 puppet-user: Success: 17", "<13>Nov 24 20:13:57 puppet-user: Resources:", "<13>Nov 24 20:13:57 puppet-user: Restarted: 1", "<13>Nov 24 20:13:57 puppet-user: Changed: 16", "<13>Nov 24 20:13:57 puppet-user: Out of sync: 16", "<13>Nov 24 20:13:57 puppet-user: Total: 26", "<13>Nov 24 20:13:57 puppet-user: Time:", "<13>Nov 24 20:13:57 puppet-user: Filebucket: 0.00", "<13>Nov 24 20:13:57 puppet-user: Schedule: 0.00", "<13>Nov 24 20:13:57 puppet-user: File line: 0.00", "<13>Nov 24 20:13:57 puppet-user: File: 0.00", "<13>Nov 24 20:13:57 puppet-user: Augeas: 0.04", "<13>Nov 24 20:13:57 puppet-user: Config retrieval: 0.44", "<13>Nov 24 20:13:57 puppet-user: User: 0.55", "<13>Nov 24 20:13:57 puppet-user: Package: 15.02", "<13>Nov 24 20:13:57 puppet-user: Last run: 1764015237", "<13>Nov 24 20:13:57 puppet-user: Exec: 28.64", "<13>Nov 24 20:13:57 puppet-user: Pcmk property: 3.46", "<13>Nov 24 20:13:57 puppet-user: Service: 4.19", "<13>Nov 24 20:13:57 puppet-user: Transaction evaluation: 53.15", "<13>Nov 24 20:13:57 puppet-user: Catalog application: 53.16", "<13>Nov 24 20:13:57 puppet-user: Total: 53.16", "<13>Nov 24 20:13:57 puppet-user: Version:", "<13>Nov 24 20:13:57 puppet-user: Config: 1764015183", "<13>Nov 24 20:13:57 puppet-user: Puppet: 7.10.0" ] } 2025-11-24 20:13:59.468588 | fa163eea-1f1d-d096-720d-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:02.533110 | 0.09s 2025-11-24 20:13:59.498232 | fa163eea-1f1d-d096-720d-000000002cad | TASK | Pre-cache facts for puppet containers 2025-11-24 20:13:59.527858 | fa163eea-1f1d-d096-720d-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:02.592374 | 0.03s 2025-11-24 20:13:59.602423 | fa163eea-1f1d-d096-720d-000000002cf4 | TASK | Gather variables for each operating system 2025-11-24 20:13:59.724792 | fa163eea-1f1d-d096-720d-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:02.789316 | 0.12s 2025-11-24 20:13:59.754408 | fa163eea-1f1d-d096-720d-000000002cf5 | TASK | Create puppet caching structures 2025-11-24 20:14:00.006889 | fa163eea-1f1d-d096-720d-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2025-11-24 20:14:00.008310 | fa163eea-1f1d-d096-720d-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:03.072832 | 0.25s 2025-11-24 20:14:00.041228 | fa163eea-1f1d-d096-720d-000000002cf6 | TASK | Check for facter.conf 2025-11-24 20:14:00.241638 | fa163eea-1f1d-d096-720d-000000002cf6 | OK | Check for facter.conf | standalone 2025-11-24 20:14:00.243050 | fa163eea-1f1d-d096-720d-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:03.307541 | 0.20s 2025-11-24 20:14:00.273728 | fa163eea-1f1d-d096-720d-000000002cf7 | TASK | Remove facter.conf if directory 2025-11-24 20:14:00.324002 | fa163eea-1f1d-d096-720d-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-24 20:14:00.325219 | fa163eea-1f1d-d096-720d-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:03.389742 | 0.05s 2025-11-24 20:14:00.355253 | fa163eea-1f1d-d096-720d-000000002cf8 | TASK | Write facter cache config 2025-11-24 20:14:00.814428 | fa163eea-1f1d-d096-720d-000000002cf8 | CHANGED | Write facter cache config | standalone 2025-11-24 20:14:00.816168 | fa163eea-1f1d-d096-720d-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:03.880690 | 0.46s 2025-11-24 20:14:00.850868 | fa163eea-1f1d-d096-720d-000000002cf9 | TASK | Cleanup facter cache if exists 2025-11-24 20:14:01.089072 | fa163eea-1f1d-d096-720d-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2025-11-24 20:14:01.090174 | fa163eea-1f1d-d096-720d-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:04.154701 | 0.24s 2025-11-24 20:14:01.112710 | fa163eea-1f1d-d096-720d-000000002cfa | TASK | Pre-cache facts 2025-11-24 20:14:01.739325 | fa163eea-1f1d-d096-720d-000000002cfa | CHANGED | Pre-cache facts | standalone 2025-11-24 20:14:01.740230 | fa163eea-1f1d-d096-720d-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:04.804758 | 0.63s 2025-11-24 20:14:01.763629 | fa163eea-1f1d-d096-720d-000000002cfb | TASK | Failed deployment if facter fails 2025-11-24 20:14:01.795704 | fa163eea-1f1d-d096-720d-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-24 20:14:01.796614 | fa163eea-1f1d-d096-720d-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:04.861143 | 0.03s 2025-11-24 20:14:01.834562 | fa163eea-1f1d-d096-720d-000000002cfc | TASK | Sync cached facts 2025-11-24 20:14:02.300688 | fa163eea-1f1d-d096-720d-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-000000002cfc') missing from stats 2025-11-24 20:14:02.360969 | fa163eea-1f1d-d096-720d-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-24 20:14:02.413816 | fa163eea-1f1d-d096-720d-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:05.478325 | 0.05s 2025-11-24 20:14:02.447856 | 9d4401df-93c1-4ffa-9990-ba23181fd566 | INCLUDED | /root/standalone-ansible-l9a11urb/generate-config-tasks.yaml | standalone 2025-11-24 20:14:02.486434 | fa163eea-1f1d-d096-720d-000000002d46 | TASK | Create base directory puppet configs 2025-11-24 20:14:02.725533 | fa163eea-1f1d-d096-720d-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2025-11-24 20:14:02.726806 | fa163eea-1f1d-d096-720d-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:14:05.791327 | 0.24s 2025-11-24 20:14:02.757037 | fa163eea-1f1d-d096-720d-000000002d47 | TASK | Generate container puppet configs for step 1 2025-11-24 20:14:02.999497 | fa163eea-1f1d-d096-720d-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-24 20:14:03.000509 | fa163eea-1f1d-d096-720d-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:06.065038 | 0.24s 2025-11-24 20:14:03.024702 | fa163eea-1f1d-d096-720d-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-24 20:14:03.051917 | fa163eea-1f1d-d096-720d-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:06.116428 | 0.03s 2025-11-24 20:14:03.117672 | fa163eea-1f1d-d096-720d-000000002dd2 | TASK | Gather variables for each operating system 2025-11-24 20:14:03.230134 | fa163eea-1f1d-d096-720d-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:06.294651 | 0.11s 2025-11-24 20:14:03.256258 | fa163eea-1f1d-d096-720d-000000002dd3 | TASK | Create container logs path 2025-11-24 20:14:03.442494 | fa163eea-1f1d-d096-720d-000000002dd3 | OK | Create container logs path | standalone 2025-11-24 20:14:03.443494 | fa163eea-1f1d-d096-720d-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:06.508022 | 0.19s 2025-11-24 20:14:03.469351 | fa163eea-1f1d-d096-720d-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:14:03.871684 | fa163eea-1f1d-d096-720d-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:14:03.872675 | fa163eea-1f1d-d096-720d-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:06.937206 | 0.40s 2025-11-24 20:14:03.895582 | fa163eea-1f1d-d096-720d-000000002dd6 | TASK | Finalise hashes for all containers 2025-11-24 20:14:03.974767 | fa163eea-1f1d-d096-720d-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:14:03.975709 | fa163eea-1f1d-d096-720d-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:07.040241 | 0.08s 2025-11-24 20:14:03.995986 | fa163eea-1f1d-d096-720d-000000002dd8 | TASK | Manage systemd shutdown files 2025-11-24 20:14:04.023951 | fa163eea-1f1d-d096-720d-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:14:04.024962 | fa163eea-1f1d-d096-720d-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:07.089493 | 0.03s 2025-11-24 20:14:04.049317 | fa163eea-1f1d-d096-720d-000000002dda | TASK | Update container configs with new config hashes 2025-11-24 20:14:04.107799 | fa163eea-1f1d-d096-720d-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:14:04.108593 | fa163eea-1f1d-d096-720d-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:07.173125 | 0.06s 2025-11-24 20:14:04.130772 | fa163eea-1f1d-d096-720d-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:14:04.194348 | fa163eea-1f1d-d096-720d-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:07.258855 | 0.06s 2025-11-24 20:14:04.209963 | 3edbab07-bdfb-4493-9132-ecfb6daf0b30 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:14:04.233636 | fa163eea-1f1d-d096-720d-000000002e1f | TASK | Gather podman infos 2025-11-24 20:14:04.800889 | fa163eea-1f1d-d096-720d-000000002e1f | OK | Gather podman infos | standalone 2025-11-24 20:14:04.801866 | fa163eea-1f1d-d096-720d-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:07.866392 | 0.57s 2025-11-24 20:14:04.827712 | fa163eea-1f1d-d096-720d-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:14:04.888279 | fa163eea-1f1d-d096-720d-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:14:04.889586 | fa163eea-1f1d-d096-720d-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:07.954110 | 0.06s 2025-11-24 20:14:04.921935 | fa163eea-1f1d-d096-720d-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:14:04.975963 | fa163eea-1f1d-d096-720d-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:08.040477 | 0.05s 2025-11-24 20:14:05.001336 | 9cfeaa0d-771c-4f6b-84ea-c516161096d7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:14:05.039640 | fa163eea-1f1d-d096-720d-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:14:36.413488 | fa163eea-1f1d-d096-720d-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:14:36.414879 | fa163eea-1f1d-d096-720d-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.479394 | 31.37s 2025-11-24 20:14:36.463736 | fa163eea-1f1d-d096-720d-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:14:36.545184 | fa163eea-1f1d-d096-720d-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:14:36.546405 | fa163eea-1f1d-d096-720d-000000002e4a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.610928 | 0.08s 2025-11-24 20:14:36.603180 | fa163eea-1f1d-d096-720d-000000002d4a | TASK | Diff puppet-generated changes for check mode 2025-11-24 20:14:36.637299 | fa163eea-1f1d-d096-720d-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-24 20:14:36.638599 | fa163eea-1f1d-d096-720d-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:39.703051 | 0.03s 2025-11-24 20:14:36.674712 | fa163eea-1f1d-d096-720d-000000002d4b | TASK | Diff puppet-generated changes for check mode 2025-11-24 20:14:36.706263 | fa163eea-1f1d-d096-720d-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-24 20:14:36.707513 | fa163eea-1f1d-d096-720d-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:39.772035 | 0.03s 2025-11-24 20:14:36.744819 | fa163eea-1f1d-d096-720d-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-24 20:14:36.777053 | fa163eea-1f1d-d096-720d-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:39.841576 | 0.03s 2025-11-24 20:14:36.834883 | fa163eea-1f1d-d096-720d-000000002e9f | TASK | Gather variables for each operating system 2025-11-24 20:14:36.951432 | fa163eea-1f1d-d096-720d-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:40.015944 | 0.12s 2025-11-24 20:14:36.980934 | fa163eea-1f1d-d096-720d-000000002ea0 | TASK | Create container logs path 2025-11-24 20:14:37.234979 | fa163eea-1f1d-d096-720d-000000002ea0 | OK | Create container logs path | standalone 2025-11-24 20:14:37.236571 | fa163eea-1f1d-d096-720d-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:40.301086 | 0.25s 2025-11-24 20:14:37.265130 | fa163eea-1f1d-d096-720d-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-24 20:14:37.544686 | fa163eea-1f1d-d096-720d-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-24 20:14:37.546070 | fa163eea-1f1d-d096-720d-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:40.610591 | 0.28s 2025-11-24 20:14:37.577577 | fa163eea-1f1d-d096-720d-000000002ea3 | TASK | Finalise hashes for all containers 2025-11-24 20:14:37.636270 | fa163eea-1f1d-d096-720d-000000002ea3 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:14:37.637655 | fa163eea-1f1d-d096-720d-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:40.702173 | 0.06s 2025-11-24 20:14:37.671654 | fa163eea-1f1d-d096-720d-000000002ea5 | TASK | Manage systemd shutdown files 2025-11-24 20:14:37.706367 | fa163eea-1f1d-d096-720d-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:40.770883 | 0.03s 2025-11-24 20:14:37.744575 | 8ffc2945-1875-4b43-a741-51db08ea07f2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-24 20:14:37.778306 | fa163eea-1f1d-d096-720d-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-24 20:14:38.050387 | fa163eea-1f1d-d096-720d-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-24 20:14:38.051757 | fa163eea-1f1d-d096-720d-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:41.116280 | 0.27s 2025-11-24 20:14:38.082868 | fa163eea-1f1d-d096-720d-000000002ed9 | TASK | Set podman_drop_in fact 2025-11-24 20:14:38.146757 | fa163eea-1f1d-d096-720d-000000002ed9 | OK | Set podman_drop_in fact | standalone 2025-11-24 20:14:38.147894 | fa163eea-1f1d-d096-720d-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:41.212416 | 0.06s 2025-11-24 20:14:38.181719 | fa163eea-1f1d-d096-720d-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-24 20:14:38.708671 | fa163eea-1f1d-d096-720d-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-24 20:14:38.710473 | fa163eea-1f1d-d096-720d-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:41.774992 | 0.53s 2025-11-24 20:14:39.128297 | fa163eea-1f1d-d096-720d-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-24 20:14:39.129372 | fa163eea-1f1d-d096-720d-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:42.193897 | 0.95s 2025-11-24 20:14:39.136642 | fa163eea-1f1d-d096-720d-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:42.201161 | 0.95s 2025-11-24 20:14:39.167934 | fa163eea-1f1d-d096-720d-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-24 20:14:39.672932 | fa163eea-1f1d-d096-720d-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-24 20:14:39.675389 | fa163eea-1f1d-d096-720d-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:42.739908 | 0.51s 2025-11-24 20:14:39.704880 | fa163eea-1f1d-d096-720d-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-24 20:14:40.131231 | fa163eea-1f1d-d096-720d-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-24 20:14:40.132539 | fa163eea-1f1d-d096-720d-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:43.197063 | 0.43s 2025-11-24 20:14:40.163578 | fa163eea-1f1d-d096-720d-000000002ede | TASK | Enable and start tripleo-container-shutdown 2025-11-24 20:14:42.066940 | fa163eea-1f1d-d096-720d-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-24 20:14:42.068978 | fa163eea-1f1d-d096-720d-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:45.133500 | 1.90s 2025-11-24 20:14:42.099768 | fa163eea-1f1d-d096-720d-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-24 20:14:42.610649 | fa163eea-1f1d-d096-720d-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-24 20:14:42.612413 | fa163eea-1f1d-d096-720d-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:45.676934 | 0.51s 2025-11-24 20:14:42.641283 | fa163eea-1f1d-d096-720d-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-24 20:14:43.149945 | fa163eea-1f1d-d096-720d-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-24 20:14:43.151351 | fa163eea-1f1d-d096-720d-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:46.215873 | 0.51s 2025-11-24 20:14:43.180683 | fa163eea-1f1d-d096-720d-000000002ee1 | TASK | Enable and start netns-placeholder 2025-11-24 20:14:44.153704 | fa163eea-1f1d-d096-720d-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-24 20:14:44.155521 | fa163eea-1f1d-d096-720d-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:47.220040 | 0.97s 2025-11-24 20:14:44.187070 | fa163eea-1f1d-d096-720d-000000002ea7 | TASK | Update container configs with new config hashes 2025-11-24 20:14:44.248267 | fa163eea-1f1d-d096-720d-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:47.312786 | 0.06s 2025-11-24 20:14:44.268561 | c7ff9180-e9ef-47dd-99dd-ab53add51bdc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-24 20:14:44.301563 | fa163eea-1f1d-d096-720d-000000002f09 | TASK | Update config hashes for container startup configs 2025-11-24 20:14:44.619323 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-11-24 20:14:44.620464 | | WARNING | Config change detected for mysql_bootstrap, new hash: 976c54e576c349ee7636302d7a682092 2025-11-24 20:14:44.620966 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: aaa5623cd1aee4295efc05c6471a99a8 2025-11-24 20:14:44.621485 | | WARNING | Config change detected for redis_tls_proxy, new hash: 0854ae7a6f3ef26d011d935fac4a5d1c 2025-11-24 20:14:44.621949 | | WARNING | Config change detected for clustercheck, new hash: 2fa8e7f4fe89a5380127e7f99300a192 2025-11-24 20:14:44.622474 | | WARNING | Config change detected for horizon_fix_perms, new hash: 59d5c49313fcff3513cd0d6f1fdc79b6 2025-11-24 20:14:44.622937 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 976c54e576c349ee7636302d7a682092 2025-11-24 20:14:44.623472 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.624044 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.624605 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.625107 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.625572 | | WARNING | Config change detected for aodh_db_sync, new hash: 8537cea496c856ba607ad78804ab9104 2025-11-24 20:14:44.626089 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 181d27522c574d1e957ea5ad7c3fabc1 2025-11-24 20:14:44.626577 | | WARNING | Config change detected for glance_api_db_sync, new hash: 271029d2e6aa165e2cdf6dbcb8d96869-4703506fa2934753d68c940f7b1e456b 2025-11-24 20:14:44.627084 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 814a63dca662ebd50c47895ab0e08ab6 2025-11-24 20:14:44.627630 | | WARNING | Config change detected for horizon, new hash: 59d5c49313fcff3513cd0d6f1fdc79b6 2025-11-24 20:14:44.628131 | | WARNING | Config change detected for iscsid, new hash: 4703506fa2934753d68c940f7b1e456b 2025-11-24 20:14:44.628622 | | WARNING | Config change detected for keystone, new hash: c2a8c05ad9b78559d14e828efc194a79 2025-11-24 20:14:44.629113 | | WARNING | Config change detected for keystone_cron, new hash: c2a8c05ad9b78559d14e828efc194a79 2025-11-24 20:14:44.629598 | | WARNING | Config change detected for keystone_db_sync, new hash: c2a8c05ad9b78559d14e828efc194a79 2025-11-24 20:14:44.630090 | | WARNING | Config change detected for manila_api_db_sync, new hash: 237123c224218f0e2e73b9a7cc077039 2025-11-24 20:14:44.630565 | | WARNING | Config change detected for neutron_db_sync, new hash: 22666da6b5c2cbdf2be75ec85c609e60 2025-11-24 20:14:44.631075 | | WARNING | Config change detected for nova_api_db_sync, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.631590 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.632100 | | WARNING | Config change detected for nova_db_sync, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.632559 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.633045 | | WARNING | Config change detected for nova_virtnodedevd, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.633509 | | WARNING | Config change detected for nova_virtproxyd, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.634058 | | WARNING | Config change detected for nova_virtqemud, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.634581 | | WARNING | Config change detected for nova_virtsecretd, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.635110 | | WARNING | Config change detected for nova_virtstoraged, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.635622 | | WARNING | Config change detected for octavia_db_sync, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.636125 | | WARNING | Config change detected for placement_api_db_sync, new hash: ddb55498c914dee5763cc02b1231c320 2025-11-24 20:14:44.636585 | | WARNING | Config change detected for swift_copy_rings, new hash: 08beb8e3c60c339adaf61b7e799fdc93-41704e1bb54aba3ff46fa1b1cdbe653a 2025-11-24 20:14:44.637069 | | WARNING | Config change detected for aodh_api, new hash: 8537cea496c856ba607ad78804ab9104 2025-11-24 20:14:44.637532 | | WARNING | Config change detected for aodh_api_cron, new hash: 8537cea496c856ba607ad78804ab9104 2025-11-24 20:14:44.638090 | | WARNING | Config change detected for aodh_evaluator, new hash: 8537cea496c856ba607ad78804ab9104 2025-11-24 20:14:44.638570 | | WARNING | Config change detected for aodh_listener, new hash: 8537cea496c856ba607ad78804ab9104 2025-11-24 20:14:44.639059 | | WARNING | Config change detected for aodh_notifier, new hash: 8537cea496c856ba607ad78804ab9104 2025-11-24 20:14:44.639555 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 5a14ca5a9643d532bc6873eb62c2b007 2025-11-24 20:14:44.640053 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 5a14ca5a9643d532bc6873eb62c2b007 2025-11-24 20:14:44.640524 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 5a14ca5a9643d532bc6873eb62c2b007 2025-11-24 20:14:44.640975 | | WARNING | Config change detected for cinder_api, new hash: 181d27522c574d1e957ea5ad7c3fabc1 2025-11-24 20:14:44.641462 | | WARNING | Config change detected for cinder_api_cron, new hash: 181d27522c574d1e957ea5ad7c3fabc1 2025-11-24 20:14:44.641916 | | WARNING | Config change detected for cinder_scheduler, new hash: 181d27522c574d1e957ea5ad7c3fabc1 2025-11-24 20:14:44.642403 | | WARNING | Config change detected for glance_api, new hash: 271029d2e6aa165e2cdf6dbcb8d96869-4703506fa2934753d68c940f7b1e456b 2025-11-24 20:14:44.642868 | | WARNING | Config change detected for glance_api_cron, new hash: 271029d2e6aa165e2cdf6dbcb8d96869 2025-11-24 20:14:44.643400 | | WARNING | Config change detected for glance_api_internal, new hash: e197fa0204ca94289c00dbe42b6640da-4703506fa2934753d68c940f7b1e456b 2025-11-24 20:14:44.643916 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: e197fa0204ca94289c00dbe42b6640da 2025-11-24 20:14:44.644440 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 271029d2e6aa165e2cdf6dbcb8d96869 2025-11-24 20:14:44.644911 | | WARNING | Config change detected for heat_api, new hash: 3db0d358d56ea6e67b0210164d2bffb3 2025-11-24 20:14:44.645437 | | WARNING | Config change detected for heat_api_cfn, new hash: 59892b767503518f0496d19b639254cd 2025-11-24 20:14:44.645909 | | WARNING | Config change detected for heat_api_cron, new hash: 3db0d358d56ea6e67b0210164d2bffb3 2025-11-24 20:14:44.646419 | | WARNING | Config change detected for heat_engine, new hash: 814a63dca662ebd50c47895ab0e08ab6 2025-11-24 20:14:44.646887 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-24 20:14:44.647441 | | WARNING | Config change detected for manila_api, new hash: 237123c224218f0e2e73b9a7cc077039 2025-11-24 20:14:44.647901 | | WARNING | Config change detected for manila_api_cron, new hash: 237123c224218f0e2e73b9a7cc077039 2025-11-24 20:14:44.648420 | | WARNING | Config change detected for manila_scheduler, new hash: 237123c224218f0e2e73b9a7cc077039 2025-11-24 20:14:44.649047 | | WARNING | Config change detected for neutron_api, new hash: 22666da6b5c2cbdf2be75ec85c609e60 2025-11-24 20:14:44.649531 | | WARNING | Config change detected for neutron_dhcp, new hash: 22666da6b5c2cbdf2be75ec85c609e60 2025-11-24 20:14:44.649993 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 22666da6b5c2cbdf2be75ec85c609e60 2025-11-24 20:14:44.650487 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 22666da6b5c2cbdf2be75ec85c609e60 2025-11-24 20:14:44.650946 | | WARNING | Config change detected for nova_api, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.651472 | | WARNING | Config change detected for nova_api_cron, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.651940 | | WARNING | Config change detected for nova_conductor, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.652450 | | WARNING | Config change detected for nova_metadata, new hash: 21ed417677c6f10f649d7e017da2ae03 2025-11-24 20:14:44.652930 | | WARNING | Config change detected for nova_migration_target, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.653457 | | WARNING | Config change detected for nova_scheduler, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.653928 | | WARNING | Config change detected for nova_vnc_proxy, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.654512 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: a8402dbe1e3a890578273bebca22aff4 2025-11-24 20:14:44.655081 | | WARNING | Config change detected for octavia_api, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.655723 | | WARNING | Config change detected for octavia_driver_agent, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.656244 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 22666da6b5c2cbdf2be75ec85c609e60 2025-11-24 20:14:44.656705 | | WARNING | Config change detected for placement_api, new hash: ddb55498c914dee5763cc02b1231c320 2025-11-24 20:14:44.657197 | | WARNING | Config change detected for placement_wait_for_service, new hash: ddb55498c914dee5763cc02b1231c320 2025-11-24 20:14:44.657708 | | WARNING | Config change detected for swift_account_reaper, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.658215 | | WARNING | Config change detected for swift_account_server, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.658721 | | WARNING | Config change detected for swift_container_server, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.659253 | | WARNING | Config change detected for swift_container_updater, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.659742 | | WARNING | Config change detected for swift_object_expirer, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.660247 | | WARNING | Config change detected for swift_object_server, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.660703 | | WARNING | Config change detected for swift_object_updater, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.661203 | | WARNING | Config change detected for swift_proxy, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.661658 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 08beb8e3c60c339adaf61b7e799fdc93 2025-11-24 20:14:44.662142 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 5a14ca5a9643d532bc6873eb62c2b007 2025-11-24 20:14:44.662596 | | WARNING | Config change detected for gnocchi_api, new hash: 207ff2c6ca3b3100e20096675a6cf6fd 2025-11-24 20:14:44.663100 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 207ff2c6ca3b3100e20096675a6cf6fd 2025-11-24 20:14:44.663601 | | WARNING | Config change detected for gnocchi_metricd, new hash: 207ff2c6ca3b3100e20096675a6cf6fd 2025-11-24 20:14:44.664106 | | WARNING | Config change detected for gnocchi_statsd, new hash: 207ff2c6ca3b3100e20096675a6cf6fd 2025-11-24 20:14:44.664671 | | WARNING | Config change detected for nova_compute, new hash: 4703506fa2934753d68c940f7b1e456b-b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.665169 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: b06c8bdcb8bd8f1ffd1dca426b0b2025 2025-11-24 20:14:44.665626 | | WARNING | Config change detected for octavia_health_manager, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.666138 | | WARNING | Config change detected for octavia_housekeeping, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.666605 | | WARNING | Config change detected for octavia_rsyslog, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.667093 | | WARNING | Config change detected for octavia_worker, new hash: adc8acc6b30a3b2cbc5b14320f0f23ee 2025-11-24 20:14:44.667840 | fa163eea-1f1d-d096-720d-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-24 20:14:44.668653 | fa163eea-1f1d-d096-720d-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:47.733176 | 0.37s 2025-11-24 20:14:44.700257 | fa163eea-1f1d-d096-720d-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-24 20:14:44.760536 | fa163eea-1f1d-d096-720d-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:47.825054 | 0.06s 2025-11-24 20:14:44.783455 | 3821374b-ce3c-4621-b46e-519ea2067321 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:14:44.820888 | fa163eea-1f1d-d096-720d-000000002f28 | TASK | Gather podman infos 2025-11-24 20:14:45.633591 | fa163eea-1f1d-d096-720d-000000002f28 | OK | Gather podman infos | standalone 2025-11-24 20:14:45.634629 | fa163eea-1f1d-d096-720d-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:48.699155 | 0.81s 2025-11-24 20:14:45.700554 | fa163eea-1f1d-d096-720d-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-24 20:14:45.763213 | fa163eea-1f1d-d096-720d-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:48.827728 | 0.06s 2025-11-24 20:14:45.900079 | fa163eea-1f1d-d096-720d-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:48.964591 | 0.08s 2025-11-24 20:14:45.960884 | fa163eea-1f1d-d096-720d-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-24 20:14:45.992540 | fa163eea-1f1d-d096-720d-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:49.057051 | 0.03s 2025-11-24 20:14:46.015414 | 2e817491-7edb-4be6-8191-c74ba99ed5e5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:14:46.050481 | fa163eea-1f1d-d096-720d-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-24 20:14:53.614093 | fa163eea-1f1d-d096-720d-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-24 20:14:53.615858 | fa163eea-1f1d-d096-720d-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:56.680379 | 7.56s 2025-11-24 20:14:53.649042 | fa163eea-1f1d-d096-720d-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-24 20:14:58.009258 | fa163eea-1f1d-d096-720d-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-24 20:14:58.010820 | fa163eea-1f1d-d096-720d-000000002f99 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:01.075342 | 4.36s 2025-11-24 20:14:58.066973 | fa163eea-1f1d-d096-720d-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-24 20:14:58.294200 | fa163eea-1f1d-d096-720d-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-24 20:14:58.295138 | fa163eea-1f1d-d096-720d-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:01.359666 | 0.23s 2025-11-24 20:14:58.329831 | fa163eea-1f1d-d096-720d-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-24 20:14:58.388298 | fa163eea-1f1d-d096-720d-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:01.452818 | 0.06s 2025-11-24 20:14:58.412639 | fa163eea-1f1d-d096-720d-000000002cb4 | TASK | Include container-puppet tasks for step 1 2025-11-24 20:14:58.454791 | fa163eea-1f1d-d096-720d-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:01.519309 | 0.04s 2025-11-24 20:14:58.472661 | 6b8f1422-79d7-47fe-82b6-e23c474a9850 | INCLUDED | /root/standalone-ansible-l9a11urb/host-container-puppet-tasks.yaml | standalone 2025-11-24 20:14:58.510891 | fa163eea-1f1d-d096-720d-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-24 20:14:59.019204 | fa163eea-1f1d-d096-720d-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-24 20:14:59.019919 | fa163eea-1f1d-d096-720d-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:02.084450 | 0.51s 2025-11-24 20:14:59.040707 | fa163eea-1f1d-d096-720d-000000002fe6 | TASK | Generate container puppet configs for step 1 2025-11-24 20:14:59.325411 | fa163eea-1f1d-d096-720d-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2025-11-24 20:14:59.326134 | fa163eea-1f1d-d096-720d-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:02.390666 | 0.28s 2025-11-24 20:14:59.356694 | fa163eea-1f1d-d096-720d-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-24 20:14:59.386393 | fa163eea-1f1d-d096-720d-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:02.450905 | 0.03s 2025-11-24 20:14:59.450056 | fa163eea-1f1d-d096-720d-000000002dd2 | TASK | Gather variables for each operating system 2025-11-24 20:14:59.578583 | fa163eea-1f1d-d096-720d-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:02.643104 | 0.13s 2025-11-24 20:14:59.598953 | fa163eea-1f1d-d096-720d-000000002dd3 | TASK | Create container logs path 2025-11-24 20:14:59.841415 | fa163eea-1f1d-d096-720d-000000002dd3 | OK | Create container logs path | standalone 2025-11-24 20:14:59.843162 | fa163eea-1f1d-d096-720d-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:02.907679 | 0.24s 2025-11-24 20:14:59.876939 | fa163eea-1f1d-d096-720d-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:15:00.103790 | fa163eea-1f1d-d096-720d-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:15:00.105162 | fa163eea-1f1d-d096-720d-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:03.169684 | 0.23s 2025-11-24 20:15:00.133844 | fa163eea-1f1d-d096-720d-000000002dd6 | TASK | Finalise hashes for all containers 2025-11-24 20:15:00.163782 | fa163eea-1f1d-d096-720d-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:15:00.165169 | fa163eea-1f1d-d096-720d-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:03.229692 | 0.03s 2025-11-24 20:15:00.198326 | fa163eea-1f1d-d096-720d-000000002dd8 | TASK | Manage systemd shutdown files 2025-11-24 20:15:00.227755 | fa163eea-1f1d-d096-720d-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:15:00.228892 | fa163eea-1f1d-d096-720d-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:03.293415 | 0.03s 2025-11-24 20:15:00.260199 | fa163eea-1f1d-d096-720d-000000002dda | TASK | Update container configs with new config hashes 2025-11-24 20:15:00.299828 | fa163eea-1f1d-d096-720d-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:15:00.301077 | fa163eea-1f1d-d096-720d-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:03.365600 | 0.04s 2025-11-24 20:15:00.335905 | fa163eea-1f1d-d096-720d-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:15:00.366884 | fa163eea-1f1d-d096-720d-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:15:00.368169 | fa163eea-1f1d-d096-720d-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:03.432692 | 0.03s 2025-11-24 20:15:00.401860 | fa163eea-1f1d-d096-720d-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-24 20:15:00.432691 | fa163eea-1f1d-d096-720d-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-24 20:15:00.433820 | fa163eea-1f1d-d096-720d-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:03.498343 | 0.03s PLAY [External deployment step 2] ********************************************** 2025-11-24 20:15:00.604976 | fa163eea-1f1d-d096-720d-0000000000c6 | TASK | External deployment step 2 2025-11-24 20:15:00.631469 | fa163eea-1f1d-d096-720d-0000000000c6 | OK | External deployment step 2 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 2' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-0000000000c6') missing from stats 2025-11-24 20:15:00.684388 | fa163eea-1f1d-d096-720d-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:03.748901 | 0.04s 2025-11-24 20:15:00.690891 | a09b0126-8870-4177-b727-d7000b3fb386 | INCLUDED | /root/standalone-ansible-l9a11urb/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-11-24 20:15:00.830390 | fa163eea-1f1d-d096-720d-0000000000ca | TASK | Deploy step tasks for 2 2025-11-24 20:15:00.856132 | fa163eea-1f1d-d096-720d-0000000000ca | OK | Deploy step tasks for 2 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 2' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000ca') missing from stats 2025-11-24 20:15:00.878225 | fa163eea-1f1d-d096-720d-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-24 20:15:01.328472 | fa163eea-1f1d-d096-720d-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-24 20:15:01.329292 | fa163eea-1f1d-d096-720d-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:04.393824 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:15:01.376479 | fa163eea-1f1d-d096-720d-0000000000cc | TIMING | include_tasks | standalone | 0:15:04.441005 | 0.03s 2025-11-24 20:15:01.443596 | 503befcd-b65f-47e8-a924-4ddcba7a2522 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-24 20:15:01.478918 | fa163eea-1f1d-d096-720d-000000003075 | TASK | Push script 2025-11-24 20:15:02.029433 | fa163eea-1f1d-d096-720d-000000003075 | CHANGED | Push script | standalone 2025-11-24 20:15:02.030687 | fa163eea-1f1d-d096-720d-000000003075 | TIMING | Push script | standalone | 0:15:05.095209 | 0.55s 2025-11-24 20:15:02.053551 | fa163eea-1f1d-d096-720d-000000003076 | TASK | Insert cronjob in root crontab 2025-11-24 20:15:02.487119 | fa163eea-1f1d-d096-720d-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-24 20:15:02.488432 | fa163eea-1f1d-d096-720d-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:15:05.552955 | 0.43s 2025-11-24 20:15:02.518053 | fa163eea-1f1d-d096-720d-00000000307d | TASK | Gather variables for each operating system 2025-11-24 20:15:02.631873 | fa163eea-1f1d-d096-720d-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:05.696380 | 0.11s 2025-11-24 20:15:02.661809 | fa163eea-1f1d-d096-720d-00000000307e | TASK | Detect if resource is being created or already exists 2025-11-24 20:15:03.395791 | fa163eea-1f1d-d096-720d-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:15:03.396888 | fa163eea-1f1d-d096-720d-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:06.461415 | 0.73s 2025-11-24 20:15:03.421734 | fa163eea-1f1d-d096-720d-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2025-11-24 20:16:53.455833 | fa163eea-1f1d-d096-720d-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-24 20:16:53.458129 | fa163eea-1f1d-d096-720d-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:56.522646 | 110.03s 2025-11-24 20:16:53.491759 | fa163eea-1f1d-d096-720d-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-24 20:16:53.757815 | fa163eea-1f1d-d096-720d-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-24 20:16:53.758747 | fa163eea-1f1d-d096-720d-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:56.823278 | 0.27s 2025-11-24 20:16:53.778326 | fa163eea-1f1d-d096-720d-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:16:54.453499 | fa163eea-1f1d-d096-720d-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:16:54.454776 | fa163eea-1f1d-d096-720d-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:57.519299 | 0.68s 2025-11-24 20:16:54.475892 | fa163eea-1f1d-d096-720d-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-24 20:16:54.725610 | fa163eea-1f1d-d096-720d-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-24 20:16:54.726547 | fa163eea-1f1d-d096-720d-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:57.791076 | 0.25s 2025-11-24 20:16:54.750175 | fa163eea-1f1d-d096-720d-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-24 20:16:54.796973 | fa163eea-1f1d-d096-720d-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-24 20:16:54.797753 | fa163eea-1f1d-d096-720d-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:57.862283 | 0.05s 2025-11-24 20:16:54.822087 | fa163eea-1f1d-d096-720d-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-24 20:16:54.860271 | fa163eea-1f1d-d096-720d-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-24 20:16:54.861095 | fa163eea-1f1d-d096-720d-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:57.925625 | 0.04s 2025-11-24 20:16:54.884517 | fa163eea-1f1d-d096-720d-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-24 20:16:54.924532 | fa163eea-1f1d-d096-720d-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-24 20:16:54.925414 | fa163eea-1f1d-d096-720d-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:57.989941 | 0.04s 2025-11-24 20:16:54.950045 | fa163eea-1f1d-d096-720d-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:16:54.988493 | fa163eea-1f1d-d096-720d-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:16:54.989409 | fa163eea-1f1d-d096-720d-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:58.053938 | 0.04s 2025-11-24 20:16:55.013524 | fa163eea-1f1d-d096-720d-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-24 20:16:55.071635 | fa163eea-1f1d-d096-720d-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-24 20:16:55.072520 | fa163eea-1f1d-d096-720d-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:58.137048 | 0.06s 2025-11-24 20:16:55.115054 | fa163eea-1f1d-d096-720d-0000000030a9 | TASK | Gather variables for each operating system 2025-11-24 20:16:55.236051 | fa163eea-1f1d-d096-720d-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:58.300545 | 0.12s 2025-11-24 20:16:55.259715 | fa163eea-1f1d-d096-720d-0000000030aa | TASK | Detect if resource is being created or already exists 2025-11-24 20:16:55.971125 | fa163eea-1f1d-d096-720d-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:16:55.972542 | fa163eea-1f1d-d096-720d-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:59.037061 | 0.71s 2025-11-24 20:16:56.004433 | fa163eea-1f1d-d096-720d-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2025-11-24 20:17:24.550906 | fa163eea-1f1d-d096-720d-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-24 20:17:24.552597 | fa163eea-1f1d-d096-720d-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:27.617118 | 28.55s 2025-11-24 20:17:24.584106 | fa163eea-1f1d-d096-720d-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-24 20:17:24.848426 | fa163eea-1f1d-d096-720d-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-24 20:17:24.849841 | fa163eea-1f1d-d096-720d-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:27.914361 | 0.26s 2025-11-24 20:17:24.879394 | fa163eea-1f1d-d096-720d-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:17:25.335856 | fa163eea-1f1d-d096-720d-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:17:25.337334 | fa163eea-1f1d-d096-720d-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:28.401857 | 0.46s 2025-11-24 20:17:25.368343 | fa163eea-1f1d-d096-720d-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-24 20:17:25.629883 | fa163eea-1f1d-d096-720d-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-24 20:17:25.631310 | fa163eea-1f1d-d096-720d-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:28.695832 | 0.26s 2025-11-24 20:17:25.661914 | fa163eea-1f1d-d096-720d-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-24 20:17:25.723114 | fa163eea-1f1d-d096-720d-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-24 20:17:25.724396 | fa163eea-1f1d-d096-720d-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:28.788918 | 0.06s 2025-11-24 20:17:25.761447 | fa163eea-1f1d-d096-720d-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2025-11-24 20:17:25.819053 | fa163eea-1f1d-d096-720d-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-24 20:17:25.820416 | fa163eea-1f1d-d096-720d-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:28.884937 | 0.06s 2025-11-24 20:17:25.853181 | fa163eea-1f1d-d096-720d-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-24 20:17:25.913671 | fa163eea-1f1d-d096-720d-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-24 20:17:25.915099 | fa163eea-1f1d-d096-720d-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:28.979620 | 0.06s 2025-11-24 20:17:25.948209 | fa163eea-1f1d-d096-720d-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:17:26.003719 | fa163eea-1f1d-d096-720d-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:17:26.004971 | fa163eea-1f1d-d096-720d-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:29.069493 | 0.06s 2025-11-24 20:17:26.036610 | fa163eea-1f1d-d096-720d-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2025-11-24 20:17:26.093043 | fa163eea-1f1d-d096-720d-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-24 20:17:26.094205 | fa163eea-1f1d-d096-720d-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:29.158729 | 0.06s 2025-11-24 20:17:26.153072 | fa163eea-1f1d-d096-720d-0000000030d5 | TASK | Gather variables for each operating system 2025-11-24 20:17:26.271361 | fa163eea-1f1d-d096-720d-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:29.335876 | 0.12s 2025-11-24 20:17:26.302046 | fa163eea-1f1d-d096-720d-0000000030d6 | TASK | Detect if resource is being created or already exists 2025-11-24 20:17:27.065999 | fa163eea-1f1d-d096-720d-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:17:27.067345 | fa163eea-1f1d-d096-720d-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:30.131869 | 0.76s 2025-11-24 20:17:27.099293 | fa163eea-1f1d-d096-720d-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-24 20:17:56.850346 | fa163eea-1f1d-d096-720d-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-24 20:17:56.853703 | fa163eea-1f1d-d096-720d-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:59.918224 | 29.75s 2025-11-24 20:17:56.887818 | fa163eea-1f1d-d096-720d-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-24 20:17:57.125591 | fa163eea-1f1d-d096-720d-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-24 20:17:57.127460 | fa163eea-1f1d-d096-720d-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:00.191976 | 0.24s 2025-11-24 20:17:57.157982 | fa163eea-1f1d-d096-720d-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:17:57.594447 | fa163eea-1f1d-d096-720d-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:17:57.595472 | fa163eea-1f1d-d096-720d-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:00.659999 | 0.44s 2025-11-24 20:17:57.619562 | fa163eea-1f1d-d096-720d-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-24 20:17:57.833416 | fa163eea-1f1d-d096-720d-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-24 20:17:57.834873 | fa163eea-1f1d-d096-720d-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:00.899403 | 0.21s 2025-11-24 20:17:57.862151 | fa163eea-1f1d-d096-720d-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-24 20:17:57.920394 | fa163eea-1f1d-d096-720d-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-24 20:17:57.921559 | fa163eea-1f1d-d096-720d-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:00.986091 | 0.06s 2025-11-24 20:17:57.943001 | fa163eea-1f1d-d096-720d-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-24 20:17:57.991571 | fa163eea-1f1d-d096-720d-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-24 20:17:57.993351 | fa163eea-1f1d-d096-720d-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:01.057867 | 0.05s 2025-11-24 20:17:58.019899 | fa163eea-1f1d-d096-720d-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-24 20:17:58.064564 | fa163eea-1f1d-d096-720d-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-24 20:17:58.066287 | fa163eea-1f1d-d096-720d-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:01.130814 | 0.04s 2025-11-24 20:17:58.122798 | fa163eea-1f1d-d096-720d-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:17:58.173308 | fa163eea-1f1d-d096-720d-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:17:58.174516 | fa163eea-1f1d-d096-720d-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:01.239042 | 0.05s 2025-11-24 20:17:58.200359 | fa163eea-1f1d-d096-720d-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-24 20:17:58.249452 | fa163eea-1f1d-d096-720d-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-24 20:17:58.250471 | fa163eea-1f1d-d096-720d-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:01.314999 | 0.05s 2025-11-24 20:17:58.296642 | fa163eea-1f1d-d096-720d-000000003101 | TASK | Gather variables for each operating system 2025-11-24 20:17:58.397735 | fa163eea-1f1d-d096-720d-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:01.462240 | 0.10s 2025-11-24 20:17:58.427518 | fa163eea-1f1d-d096-720d-000000003102 | TASK | Detect if resource is being created or already exists 2025-11-24 20:17:59.192692 | fa163eea-1f1d-d096-720d-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:17:59.193774 | fa163eea-1f1d-d096-720d-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:02.258300 | 0.76s 2025-11-24 20:17:59.218555 | fa163eea-1f1d-d096-720d-000000003103 | TASK | Run init bundle puppet on the host for redis 2025-11-24 20:18:26.428927 | fa163eea-1f1d-d096-720d-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-11-24 20:18:26.430075 | fa163eea-1f1d-d096-720d-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:29.494606 | 27.21s 2025-11-24 20:18:26.452024 | fa163eea-1f1d-d096-720d-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-11-24 20:18:26.660955 | fa163eea-1f1d-d096-720d-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-11-24 20:18:26.661779 | fa163eea-1f1d-d096-720d-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:29.726310 | 0.21s 2025-11-24 20:18:26.682444 | fa163eea-1f1d-d096-720d-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:18:27.120036 | fa163eea-1f1d-d096-720d-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:18:27.121432 | fa163eea-1f1d-d096-720d-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:30.185955 | 0.44s 2025-11-24 20:18:27.151740 | fa163eea-1f1d-d096-720d-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-11-24 20:18:27.396203 | fa163eea-1f1d-d096-720d-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-11-24 20:18:27.396978 | fa163eea-1f1d-d096-720d-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:30.461510 | 0.24s 2025-11-24 20:18:27.416922 | fa163eea-1f1d-d096-720d-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2025-11-24 20:18:27.478572 | fa163eea-1f1d-d096-720d-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-11-24 20:18:27.479967 | fa163eea-1f1d-d096-720d-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:30.544498 | 0.06s 2025-11-24 20:18:27.500349 | fa163eea-1f1d-d096-720d-000000003109 | TASK | Get container image tag from bundle redis-bundle 2025-11-24 20:18:27.557783 | fa163eea-1f1d-d096-720d-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-11-24 20:18:27.558493 | fa163eea-1f1d-d096-720d-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:30.623024 | 0.06s 2025-11-24 20:18:27.578595 | fa163eea-1f1d-d096-720d-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2025-11-24 20:18:27.635835 | fa163eea-1f1d-d096-720d-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-11-24 20:18:27.636564 | fa163eea-1f1d-d096-720d-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:30.701096 | 0.06s 2025-11-24 20:18:27.657262 | fa163eea-1f1d-d096-720d-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:18:27.696391 | fa163eea-1f1d-d096-720d-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:18:27.697843 | fa163eea-1f1d-d096-720d-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:30.762318 | 0.04s 2025-11-24 20:18:27.718913 | fa163eea-1f1d-d096-720d-00000000310c | TASK | Remove update marker for bundle redis-bundle 2025-11-24 20:18:27.756921 | fa163eea-1f1d-d096-720d-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-11-24 20:18:27.758140 | fa163eea-1f1d-d096-720d-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:30.822299 | 0.04s 2025-11-24 20:18:27.806120 | fa163eea-1f1d-d096-720d-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-24 20:18:28.020932 | fa163eea-1f1d-d096-720d-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-24 20:18:28.023379 | fa163eea-1f1d-d096-720d-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:31.087900 | 0.22s 2025-11-24 20:18:28.129263 | fa163eea-1f1d-d096-720d-0000000000cf | TIMING | include_tasks | standalone | 0:18:31.193782 | 0.08s 2025-11-24 20:18:28.148747 | ae83a0d4-98f3-408c-9894-5090be65b716 | INCLUDED | /root/standalone-ansible-l9a11urb/common_deploy_steps_tasks.yaml | standalone 2025-11-24 20:18:28.170509 | fa163eea-1f1d-d096-720d-0000000031a1 | TASK | Write the config_step hieradata 2025-11-24 20:18:28.743553 | fa163eea-1f1d-d096-720d-0000000031a1 | OK | Write the config_step hieradata | standalone 2025-11-24 20:18:28.744702 | fa163eea-1f1d-d096-720d-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:31.809225 | 0.57s 2025-11-24 20:18:28.774520 | fa163eea-1f1d-d096-720d-0000000031a2 | TASK | Run puppet host configuration for step 2 2025-11-24 20:18:29.083283 | fa163eea-1f1d-d096-720d-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-24 20:18:29.084189 | fa163eea-1f1d-d096-720d-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:32.148716 | 0.31s 2025-11-24 20:18:29.106563 | fa163eea-1f1d-d096-720d-0000000031a3 | TASK | Wait for puppet host configuration to finish 2025-11-24 20:18:29.372486 | fa163eea-1f1d-d096-720d-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-24 20:18:39.574879 | fa163eea-1f1d-d096-720d-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-24 20:18:49.759551 | fa163eea-1f1d-d096-720d-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-24 20:18:49.761107 | fa163eea-1f1d-d096-720d-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:52.825610 | 20.65s 2025-11-24 20:18:49.791922 | fa163eea-1f1d-d096-720d-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-24 20:18:49.878078 | fa163eea-1f1d-d096-720d-0000000031a4 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 24 20:18:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 24 20:18:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 24 20:18:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 24 20:18:35 puppet-user: (file & line not available)", "<13>Nov 24 20:18:35 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 24 20:18:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 24 20:18:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 24 20:18:35 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Nov 24 20:18:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 24 20:18:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 24 20:18:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 24 20:18:45 puppet-user: Notice: Applied catalog in 10.01 seconds", "<13>Nov 24 20:18:45 puppet-user: Application:", "<13>Nov 24 20:18:45 puppet-user: Initial environment: production", "<13>Nov 24 20:18:45 puppet-user: Converged environment: production", "<13>Nov 24 20:18:45 puppet-user: Run mode: user", "<13>Nov 24 20:18:45 puppet-user: Changes:", "<13>Nov 24 20:18:45 puppet-user: Total: 2", "<13>Nov 24 20:18:45 puppet-user: Events:", "<13>Nov 24 20:18:45 puppet-user: Success: 2", "<13>Nov 24 20:18:45 puppet-user: Resources:", "<13>Nov 24 20:18:45 puppet-user: Changed: 2", "<13>Nov 24 20:18:45 puppet-user: Out of sync: 2", "<13>Nov 24 20:18:45 puppet-user: Total: 28", "<13>Nov 24 20:18:45 puppet-user: Time:", "<13>Nov 24 20:18:45 puppet-user: Filebucket: 0.00", "<13>Nov 24 20:18:45 puppet-user: Schedule: 0.00", "<13>Nov 24 20:18:45 puppet-user: File line: 0.00", "<13>Nov 24 20:18:45 puppet-user: Package: 0.00", "<13>Nov 24 20:18:45 puppet-user: File: 0.00", "<13>Nov 24 20:18:45 puppet-user: User: 0.01", "<13>Nov 24 20:18:45 puppet-user: Augeas: 0.01", "<13>Nov 24 20:18:45 puppet-user: Service: 0.08", "<13>Nov 24 20:18:45 puppet-user: Config retrieval: 0.47", "<13>Nov 24 20:18:45 puppet-user: Pcmk property: 1.46", "<13>Nov 24 20:18:45 puppet-user: Exec: 1.94", "<13>Nov 24 20:18:45 puppet-user: Catalog application: 10.01", "<13>Nov 24 20:18:45 puppet-user: Last run: 1764015525", "<13>Nov 24 20:18:45 puppet-user: Pcmk resource default: 3.11", "<13>Nov 24 20:18:45 puppet-user: Pcmk resource op default: 3.22", "<13>Nov 24 20:18:45 puppet-user: Transaction evaluation: 9.98", "<13>Nov 24 20:18:45 puppet-user: Total: 10.02", "<13>Nov 24 20:18:45 puppet-user: Version:", "<13>Nov 24 20:18:45 puppet-user: Config: 1764015515", "<13>Nov 24 20:18:45 puppet-user: Puppet: 7.10.0" ] } 2025-11-24 20:18:49.879534 | fa163eea-1f1d-d096-720d-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:52.944055 | 0.09s 2025-11-24 20:18:49.911126 | fa163eea-1f1d-d096-720d-0000000031a5 | TASK | Pre-cache facts for puppet containers 2025-11-24 20:18:49.931999 | fa163eea-1f1d-d096-720d-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:52.996509 | 0.02s 2025-11-24 20:18:50.001469 | fa163eea-1f1d-d096-720d-0000000031e4 | TASK | Gather variables for each operating system 2025-11-24 20:18:50.091513 | fa163eea-1f1d-d096-720d-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:53.156032 | 0.09s 2025-11-24 20:18:50.115072 | fa163eea-1f1d-d096-720d-0000000031e5 | TASK | Create puppet caching structures 2025-11-24 20:18:50.358536 | fa163eea-1f1d-d096-720d-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2025-11-24 20:18:50.359311 | fa163eea-1f1d-d096-720d-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:53.423843 | 0.24s 2025-11-24 20:18:50.378514 | fa163eea-1f1d-d096-720d-0000000031e6 | TASK | Check for facter.conf 2025-11-24 20:18:50.576144 | fa163eea-1f1d-d096-720d-0000000031e6 | OK | Check for facter.conf | standalone 2025-11-24 20:18:50.577717 | fa163eea-1f1d-d096-720d-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:53.642239 | 0.20s 2025-11-24 20:18:50.608560 | fa163eea-1f1d-d096-720d-0000000031e7 | TASK | Remove facter.conf if directory 2025-11-24 20:18:50.659375 | fa163eea-1f1d-d096-720d-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-24 20:18:50.660630 | fa163eea-1f1d-d096-720d-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:53.725154 | 0.05s 2025-11-24 20:18:50.690972 | fa163eea-1f1d-d096-720d-0000000031e8 | TASK | Write facter cache config 2025-11-24 20:18:51.191314 | fa163eea-1f1d-d096-720d-0000000031e8 | CHANGED | Write facter cache config | standalone 2025-11-24 20:18:51.192646 | fa163eea-1f1d-d096-720d-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:54.257170 | 0.50s 2025-11-24 20:18:51.220893 | fa163eea-1f1d-d096-720d-0000000031e9 | TASK | Cleanup facter cache if exists 2025-11-24 20:18:51.463177 | fa163eea-1f1d-d096-720d-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-24 20:18:51.464499 | fa163eea-1f1d-d096-720d-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:54.529023 | 0.24s 2025-11-24 20:18:51.501507 | fa163eea-1f1d-d096-720d-0000000031ea | TASK | Pre-cache facts 2025-11-24 20:18:52.126747 | fa163eea-1f1d-d096-720d-0000000031ea | CHANGED | Pre-cache facts | standalone 2025-11-24 20:18:52.128086 | fa163eea-1f1d-d096-720d-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:55.192609 | 0.62s 2025-11-24 20:18:52.159662 | fa163eea-1f1d-d096-720d-0000000031eb | TASK | Failed deployment if facter fails 2025-11-24 20:18:52.200358 | fa163eea-1f1d-d096-720d-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-24 20:18:52.201749 | fa163eea-1f1d-d096-720d-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:55.266269 | 0.04s 2025-11-24 20:18:52.251268 | fa163eea-1f1d-d096-720d-0000000031ec | TASK | Sync cached facts 2025-11-24 20:18:52.545143 | fa163eea-1f1d-d096-720d-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-0000000031ec') missing from stats 2025-11-24 20:18:52.588270 | fa163eea-1f1d-d096-720d-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-24 20:18:52.637576 | fa163eea-1f1d-d096-720d-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-24 20:18:52.638554 | fa163eea-1f1d-d096-720d-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:55.703082 | 0.05s 2025-11-24 20:18:52.661510 | fa163eea-1f1d-d096-720d-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-24 20:18:52.678458 | fa163eea-1f1d-d096-720d-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:55.742982 | 0.02s 2025-11-24 20:18:52.734274 | fa163eea-1f1d-d096-720d-000000003243 | TASK | Gather variables for each operating system 2025-11-24 20:18:52.846160 | fa163eea-1f1d-d096-720d-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:55.910685 | 0.11s 2025-11-24 20:18:52.865532 | fa163eea-1f1d-d096-720d-000000003244 | TASK | Create container logs path 2025-11-24 20:18:53.085688 | fa163eea-1f1d-d096-720d-000000003244 | OK | Create container logs path | standalone 2025-11-24 20:18:53.087060 | fa163eea-1f1d-d096-720d-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:56.151582 | 0.22s 2025-11-24 20:18:53.118502 | fa163eea-1f1d-d096-720d-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-24 20:18:53.354479 | fa163eea-1f1d-d096-720d-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-24 20:18:53.355685 | fa163eea-1f1d-d096-720d-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:56.420208 | 0.24s 2025-11-24 20:18:53.386242 | fa163eea-1f1d-d096-720d-000000003247 | TASK | Finalise hashes for all containers 2025-11-24 20:18:53.450380 | fa163eea-1f1d-d096-720d-000000003247 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:18:53.451497 | fa163eea-1f1d-d096-720d-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:56.516018 | 0.06s 2025-11-24 20:18:53.480576 | fa163eea-1f1d-d096-720d-000000003249 | TASK | Manage systemd shutdown files 2025-11-24 20:18:53.513604 | fa163eea-1f1d-d096-720d-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:56.578123 | 0.03s 2025-11-24 20:18:53.548155 | ab750f9b-64a6-4214-9a98-c89e9f3f4e6f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-24 20:18:53.577592 | fa163eea-1f1d-d096-720d-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-24 20:18:53.830590 | fa163eea-1f1d-d096-720d-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-24 20:18:53.832139 | fa163eea-1f1d-d096-720d-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:56.896658 | 0.25s 2025-11-24 20:18:53.862733 | fa163eea-1f1d-d096-720d-00000000327d | TASK | Set podman_drop_in fact 2025-11-24 20:18:53.906338 | fa163eea-1f1d-d096-720d-00000000327d | OK | Set podman_drop_in fact | standalone 2025-11-24 20:18:53.907474 | fa163eea-1f1d-d096-720d-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:56.971998 | 0.04s 2025-11-24 20:18:53.940469 | fa163eea-1f1d-d096-720d-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-24 20:18:54.461126 | fa163eea-1f1d-d096-720d-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-24 20:18:54.463733 | fa163eea-1f1d-d096-720d-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:57.528258 | 0.52s 2025-11-24 20:18:54.916175 | fa163eea-1f1d-d096-720d-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-24 20:18:54.917189 | fa163eea-1f1d-d096-720d-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:57.981713 | 0.97s 2025-11-24 20:18:54.923545 | fa163eea-1f1d-d096-720d-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:57.988064 | 0.98s 2025-11-24 20:18:54.954128 | fa163eea-1f1d-d096-720d-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-24 20:18:55.393797 | fa163eea-1f1d-d096-720d-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-24 20:18:55.394653 | fa163eea-1f1d-d096-720d-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:58.459184 | 0.44s 2025-11-24 20:18:55.417038 | fa163eea-1f1d-d096-720d-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-24 20:18:55.847261 | fa163eea-1f1d-d096-720d-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-24 20:18:55.848999 | fa163eea-1f1d-d096-720d-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:58.913518 | 0.43s 2025-11-24 20:18:55.880998 | fa163eea-1f1d-d096-720d-000000003282 | TASK | Enable and start tripleo-container-shutdown 2025-11-24 20:18:56.536996 | fa163eea-1f1d-d096-720d-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-24 20:18:56.538311 | fa163eea-1f1d-d096-720d-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:59.602833 | 0.66s 2025-11-24 20:18:56.557893 | fa163eea-1f1d-d096-720d-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-24 20:18:57.088700 | fa163eea-1f1d-d096-720d-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-24 20:18:57.091035 | fa163eea-1f1d-d096-720d-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:00.155528 | 0.53s 2025-11-24 20:18:57.125890 | fa163eea-1f1d-d096-720d-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-24 20:18:57.627767 | fa163eea-1f1d-d096-720d-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-24 20:18:57.628598 | fa163eea-1f1d-d096-720d-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:00.693130 | 0.50s 2025-11-24 20:18:57.647696 | fa163eea-1f1d-d096-720d-000000003285 | TASK | Enable and start netns-placeholder 2025-11-24 20:18:58.306400 | fa163eea-1f1d-d096-720d-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-24 20:18:58.307384 | fa163eea-1f1d-d096-720d-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:01.371916 | 0.66s 2025-11-24 20:18:58.327222 | fa163eea-1f1d-d096-720d-00000000324b | TASK | Update container configs with new config hashes 2025-11-24 20:18:58.377333 | fa163eea-1f1d-d096-720d-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:01.441852 | 0.05s 2025-11-24 20:18:58.390383 | fb929c53-e5dc-452c-b29d-a29e85e76e5b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-24 20:18:58.415159 | fa163eea-1f1d-d096-720d-0000000032ad | TASK | Update config hashes for container startup configs 2025-11-24 20:18:58.707944 | fa163eea-1f1d-d096-720d-0000000032ad | OK | Update config hashes for container startup configs | standalone 2025-11-24 20:18:58.709197 | fa163eea-1f1d-d096-720d-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:01.773718 | 0.29s 2025-11-24 20:18:58.741311 | fa163eea-1f1d-d096-720d-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-24 20:18:58.801769 | fa163eea-1f1d-d096-720d-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:01.866281 | 0.06s 2025-11-24 20:18:58.826795 | 7dd46a26-65fb-4206-99e9-5615dd1de87b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:18:58.865979 | fa163eea-1f1d-d096-720d-0000000032cc | TASK | Gather podman infos 2025-11-24 20:18:59.851839 | fa163eea-1f1d-d096-720d-0000000032cc | OK | Gather podman infos | standalone 2025-11-24 20:18:59.852896 | fa163eea-1f1d-d096-720d-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:02.917420 | 0.99s 2025-11-24 20:18:59.927339 | fa163eea-1f1d-d096-720d-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-24 20:18:59.993912 | fa163eea-1f1d-d096-720d-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:03.058424 | 0.06s 2025-11-24 20:19:00.125928 | fa163eea-1f1d-d096-720d-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:03.190435 | 0.07s 2025-11-24 20:19:00.184474 | fa163eea-1f1d-d096-720d-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-24 20:19:00.250973 | fa163eea-1f1d-d096-720d-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:03.315485 | 0.06s 2025-11-24 20:19:00.273805 | 9441d31d-be5e-48c2-9faa-8aa029b95769 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:19:00.319247 | fa163eea-1f1d-d096-720d-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-24 20:19:19.429769 | fa163eea-1f1d-d096-720d-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-24 20:19:19.431400 | fa163eea-1f1d-d096-720d-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:22.495920 | 19.11s 2025-11-24 20:19:19.460571 | fa163eea-1f1d-d096-720d-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-24 20:19:22.058513 | fa163eea-1f1d-d096-720d-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-24 20:19:22.060223 | fa163eea-1f1d-d096-720d-00000000333d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:25.124730 | 2.60s 2025-11-24 20:19:22.134763 | fa163eea-1f1d-d096-720d-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-24 20:19:22.375303 | fa163eea-1f1d-d096-720d-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-24 20:19:22.376549 | fa163eea-1f1d-d096-720d-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:25.441073 | 0.24s 2025-11-24 20:19:22.424327 | fa163eea-1f1d-d096-720d-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-24 20:19:22.473765 | fa163eea-1f1d-d096-720d-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:25.538282 | 0.05s 2025-11-24 20:19:22.504131 | fa163eea-1f1d-d096-720d-0000000031ac | TASK | Include container-puppet tasks for step 2 2025-11-24 20:19:22.544908 | fa163eea-1f1d-d096-720d-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:25.609425 | 0.04s 2025-11-24 20:19:22.570430 | 6078a24e-ca66-47ab-8921-e407a8f4639d | INCLUDED | /root/standalone-ansible-l9a11urb/host-container-puppet-tasks.yaml | standalone 2025-11-24 20:19:22.618666 | fa163eea-1f1d-d096-720d-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-24 20:19:23.151597 | fa163eea-1f1d-d096-720d-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-24 20:19:23.152821 | fa163eea-1f1d-d096-720d-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:26.217344 | 0.53s 2025-11-24 20:19:23.183277 | fa163eea-1f1d-d096-720d-00000000338a | TASK | Generate container puppet configs for step 2 2025-11-24 20:19:23.468444 | fa163eea-1f1d-d096-720d-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2025-11-24 20:19:23.470096 | fa163eea-1f1d-d096-720d-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:26.534613 | 0.28s 2025-11-24 20:19:23.502596 | fa163eea-1f1d-d096-720d-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-24 20:19:23.533841 | fa163eea-1f1d-d096-720d-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:26.598354 | 0.03s 2025-11-24 20:19:23.604832 | fa163eea-1f1d-d096-720d-0000000033ba | TASK | Gather variables for each operating system 2025-11-24 20:19:23.726213 | fa163eea-1f1d-d096-720d-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:26.790734 | 0.12s 2025-11-24 20:19:23.749000 | fa163eea-1f1d-d096-720d-0000000033bb | TASK | Create container logs path 2025-11-24 20:19:23.986847 | fa163eea-1f1d-d096-720d-0000000033bb | OK | Create container logs path | standalone 2025-11-24 20:19:23.987610 | fa163eea-1f1d-d096-720d-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:27.052142 | 0.24s 2025-11-24 20:19:24.007986 | fa163eea-1f1d-d096-720d-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-24 20:19:24.275239 | fa163eea-1f1d-d096-720d-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-24 20:19:24.276385 | fa163eea-1f1d-d096-720d-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:27.340911 | 0.27s 2025-11-24 20:19:24.307695 | fa163eea-1f1d-d096-720d-0000000033be | TASK | Finalise hashes for all containers 2025-11-24 20:19:24.365061 | fa163eea-1f1d-d096-720d-0000000033be | OK | Finalise hashes for all containers | standalone 2025-11-24 20:19:24.366449 | fa163eea-1f1d-d096-720d-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:27.430971 | 0.06s 2025-11-24 20:19:24.398711 | fa163eea-1f1d-d096-720d-0000000033c0 | TASK | Manage systemd shutdown files 2025-11-24 20:19:24.433845 | fa163eea-1f1d-d096-720d-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:19:24.435003 | fa163eea-1f1d-d096-720d-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:27.499526 | 0.03s 2025-11-24 20:19:24.465384 | fa163eea-1f1d-d096-720d-0000000033c2 | TASK | Update container configs with new config hashes 2025-11-24 20:19:24.512115 | fa163eea-1f1d-d096-720d-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:19:24.513598 | fa163eea-1f1d-d096-720d-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:27.578119 | 0.05s 2025-11-24 20:19:24.547837 | fa163eea-1f1d-d096-720d-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-24 20:19:24.588872 | fa163eea-1f1d-d096-720d-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-24 20:19:24.590213 | fa163eea-1f1d-d096-720d-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:27.654734 | 0.04s 2025-11-24 20:19:24.622293 | fa163eea-1f1d-d096-720d-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-24 20:19:24.674753 | fa163eea-1f1d-d096-720d-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-24 20:19:24.676044 | fa163eea-1f1d-d096-720d-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:27.740540 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-24 20:19:24.837574 | fa163eea-1f1d-d096-720d-0000000000d2 | TASK | External deployment step 3 2025-11-24 20:19:24.876052 | fa163eea-1f1d-d096-720d-0000000000d2 | OK | External deployment step 3 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 3' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-0000000000d2') missing from stats 2025-11-24 20:19:24.935610 | fa163eea-1f1d-d096-720d-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:28.000125 | 0.04s 2025-11-24 20:19:24.942564 | 7602f95e-c5bd-47ba-a451-7ae3cb8e0bd2 | INCLUDED | /root/standalone-ansible-l9a11urb/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-11-24 20:19:25.081422 | fa163eea-1f1d-d096-720d-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-24 20:19:25.112925 | fa163eea-1f1d-d096-720d-0000000000d6 | OK | Deploy step tasks for 3 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 3' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000d6') missing from stats 2025-11-24 20:19:25.142990 | fa163eea-1f1d-d096-720d-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-24 20:19:25.642387 | fa163eea-1f1d-d096-720d-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-24 20:19:25.643750 | fa163eea-1f1d-d096-720d-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:28.708272 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:19:25.699767 | fa163eea-1f1d-d096-720d-0000000000d8 | TIMING | include_tasks | standalone | 0:19:28.764283 | 0.03s 2025-11-24 20:19:25.727117 | 0734c17c-c0f4-4a76-b72c-7935a6001128 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-24 20:19:25.757840 | fa163eea-1f1d-d096-720d-000000003428 | TASK | Start OVN container 2025-11-24 20:19:25.833382 | fa163eea-1f1d-d096-720d-000000003428 | TIMING | Start OVN container | standalone | 0:19:28.897878 | 0.07s 2025-11-24 20:19:25.866782 | fa163eea-1f1d-d096-720d-000000003428 | TIMING | Start OVN container | standalone | 0:19:28.931302 | 0.11s 2025-11-24 20:19:25.891908 | fa163eea-1f1d-d096-720d-000000003428 | TIMING | Start OVN container | standalone | 0:19:28.956431 | 0.13s 2025-11-24 20:19:25.903713 | fa163eea-1f1d-d096-720d-000000003428 | TIMING | Start OVN container | standalone | 0:19:28.968239 | 0.14s 2025-11-24 20:19:26.018520 | fa163eea-1f1d-d096-720d-000000003460 | TASK | Gather variables for each operating system 2025-11-24 20:19:26.099475 | fa163eea-1f1d-d096-720d-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:29.163981 | 0.08s 2025-11-24 20:19:26.128975 | fa163eea-1f1d-d096-720d-000000003461 | TASK | Create container logs path 2025-11-24 20:19:26.385623 | fa163eea-1f1d-d096-720d-000000003461 | OK | Create container logs path | standalone 2025-11-24 20:19:26.387004 | fa163eea-1f1d-d096-720d-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:29.451527 | 0.26s 2025-11-24 20:19:26.417462 | fa163eea-1f1d-d096-720d-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:26.746716 | fa163eea-1f1d-d096-720d-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:26.748090 | fa163eea-1f1d-d096-720d-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:29.812609 | 0.33s 2025-11-24 20:19:26.778157 | fa163eea-1f1d-d096-720d-000000003464 | TASK | Finalise hashes for all containers 2025-11-24 20:19:26.862963 | fa163eea-1f1d-d096-720d-000000003464 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:19:26.864227 | fa163eea-1f1d-d096-720d-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:29.928748 | 0.08s 2025-11-24 20:19:26.895833 | fa163eea-1f1d-d096-720d-000000003466 | TASK | Manage systemd shutdown files 2025-11-24 20:19:26.963981 | fa163eea-1f1d-d096-720d-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:19:26.965229 | fa163eea-1f1d-d096-720d-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:30.029752 | 0.07s 2025-11-24 20:19:26.998338 | fa163eea-1f1d-d096-720d-000000003468 | TASK | Update container configs with new config hashes 2025-11-24 20:19:27.077307 | fa163eea-1f1d-d096-720d-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:19:27.078874 | fa163eea-1f1d-d096-720d-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:30.143394 | 0.08s 2025-11-24 20:19:27.111420 | fa163eea-1f1d-d096-720d-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:27.155496 | fa163eea-1f1d-d096-720d-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:30.220004 | 0.04s 2025-11-24 20:19:27.180461 | 7e1cbb1e-1c1a-45cd-bdb7-eb4f09b52aee | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:19:27.218340 | fa163eea-1f1d-d096-720d-0000000034f5 | TASK | Gather podman infos 2025-11-24 20:19:28.392536 | fa163eea-1f1d-d096-720d-0000000034f5 | OK | Gather podman infos | standalone 2025-11-24 20:19:28.393781 | fa163eea-1f1d-d096-720d-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:31.458306 | 1.17s 2025-11-24 20:19:28.485052 | fa163eea-1f1d-d096-720d-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:28.573990 | fa163eea-1f1d-d096-720d-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.638507 | 0.08s 2025-11-24 20:19:28.720130 | fa163eea-1f1d-d096-720d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:31.784629 | 0.10s 2025-11-24 20:19:28.779914 | fa163eea-1f1d-d096-720d-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:28.825272 | fa163eea-1f1d-d096-720d-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.889779 | 0.04s 2025-11-24 20:19:28.852433 | 3d94c1dd-6f69-49eb-ac24-2d0d39e45fce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:19:28.888174 | fa163eea-1f1d-d096-720d-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:29.794168 | fa163eea-1f1d-d096-720d-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:29.795540 | fa163eea-1f1d-d096-720d-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:32.860063 | 0.91s 2025-11-24 20:19:29.827193 | fa163eea-1f1d-d096-720d-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:32.593440 | fa163eea-1f1d-d096-720d-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:32.595040 | fa163eea-1f1d-d096-720d-000000003561 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:35.659535 | 2.77s 2025-11-24 20:19:32.652669 | fa163eea-1f1d-d096-720d-00000000348b | TASK | Gather variables for each operating system 2025-11-24 20:19:32.780522 | fa163eea-1f1d-d096-720d-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:35.845035 | 0.13s 2025-11-24 20:19:32.810741 | fa163eea-1f1d-d096-720d-00000000348c | TASK | Create container logs path 2025-11-24 20:19:33.090573 | fa163eea-1f1d-d096-720d-00000000348c | OK | Create container logs path | standalone 2025-11-24 20:19:33.092083 | fa163eea-1f1d-d096-720d-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:36.156605 | 0.28s 2025-11-24 20:19:33.124803 | fa163eea-1f1d-d096-720d-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:33.442089 | fa163eea-1f1d-d096-720d-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:33.443000 | fa163eea-1f1d-d096-720d-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.507529 | 0.32s 2025-11-24 20:19:33.462869 | fa163eea-1f1d-d096-720d-00000000348f | TASK | Finalise hashes for all containers 2025-11-24 20:19:33.541314 | fa163eea-1f1d-d096-720d-00000000348f | OK | Finalise hashes for all containers | standalone 2025-11-24 20:19:33.542050 | fa163eea-1f1d-d096-720d-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:36.606582 | 0.08s 2025-11-24 20:19:33.571608 | fa163eea-1f1d-d096-720d-000000003491 | TASK | Manage systemd shutdown files 2025-11-24 20:19:33.616630 | fa163eea-1f1d-d096-720d-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:19:33.617988 | fa163eea-1f1d-d096-720d-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:36.682511 | 0.04s 2025-11-24 20:19:33.648507 | fa163eea-1f1d-d096-720d-000000003493 | TASK | Update container configs with new config hashes 2025-11-24 20:19:33.720585 | fa163eea-1f1d-d096-720d-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:19:33.721803 | fa163eea-1f1d-d096-720d-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:36.786326 | 0.07s 2025-11-24 20:19:33.753505 | fa163eea-1f1d-d096-720d-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:33.828668 | fa163eea-1f1d-d096-720d-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.893178 | 0.07s 2025-11-24 20:19:33.854238 | c571398d-f021-4f34-a21c-a746f16e2ace | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:19:33.891447 | fa163eea-1f1d-d096-720d-0000000035ac | TASK | Gather podman infos 2025-11-24 20:19:35.109298 | fa163eea-1f1d-d096-720d-0000000035ac | OK | Gather podman infos | standalone 2025-11-24 20:19:35.110566 | fa163eea-1f1d-d096-720d-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:38.175091 | 1.22s 2025-11-24 20:19:35.200249 | fa163eea-1f1d-d096-720d-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:35.290717 | fa163eea-1f1d-d096-720d-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.355051 | 0.08s 2025-11-24 20:19:35.418517 | fa163eea-1f1d-d096-720d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:38.483019 | 0.08s 2025-11-24 20:19:35.477911 | fa163eea-1f1d-d096-720d-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:35.532658 | fa163eea-1f1d-d096-720d-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.597162 | 0.05s 2025-11-24 20:19:35.557062 | 077f593f-42e5-436a-ab79-097a41efbc40 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:19:35.593496 | fa163eea-1f1d-d096-720d-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:36.482783 | fa163eea-1f1d-d096-720d-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:36.484430 | fa163eea-1f1d-d096-720d-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:39.548949 | 0.89s 2025-11-24 20:19:36.512946 | fa163eea-1f1d-d096-720d-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:39.379611 | fa163eea-1f1d-d096-720d-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:39.381003 | fa163eea-1f1d-d096-720d-000000003613 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:42.445527 | 2.87s 2025-11-24 20:19:39.436940 | fa163eea-1f1d-d096-720d-0000000034b6 | TASK | Gather variables for each operating system 2025-11-24 20:19:39.543005 | fa163eea-1f1d-d096-720d-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:42.607512 | 0.10s 2025-11-24 20:19:39.572637 | fa163eea-1f1d-d096-720d-0000000034b7 | TASK | Create container logs path 2025-11-24 20:19:39.854109 | fa163eea-1f1d-d096-720d-0000000034b7 | OK | Create container logs path | standalone 2025-11-24 20:19:39.855798 | fa163eea-1f1d-d096-720d-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:42.920319 | 0.28s 2025-11-24 20:19:39.887451 | fa163eea-1f1d-d096-720d-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:40.146839 | fa163eea-1f1d-d096-720d-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:40.148318 | fa163eea-1f1d-d096-720d-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:43.212834 | 0.26s 2025-11-24 20:19:40.177395 | fa163eea-1f1d-d096-720d-0000000034ba | TASK | Finalise hashes for all containers 2025-11-24 20:19:40.303968 | fa163eea-1f1d-d096-720d-0000000034ba | OK | Finalise hashes for all containers | standalone 2025-11-24 20:19:40.305285 | fa163eea-1f1d-d096-720d-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:43.369807 | 0.13s 2025-11-24 20:19:40.336150 | fa163eea-1f1d-d096-720d-0000000034bc | TASK | Manage systemd shutdown files 2025-11-24 20:19:40.387992 | fa163eea-1f1d-d096-720d-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:19:40.390612 | fa163eea-1f1d-d096-720d-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:43.455038 | 0.05s 2025-11-24 20:19:40.421645 | fa163eea-1f1d-d096-720d-0000000034be | TASK | Update container configs with new config hashes 2025-11-24 20:19:40.508124 | fa163eea-1f1d-d096-720d-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:19:40.510487 | fa163eea-1f1d-d096-720d-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:43.574916 | 0.09s 2025-11-24 20:19:40.542718 | fa163eea-1f1d-d096-720d-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:40.627841 | fa163eea-1f1d-d096-720d-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:43.692348 | 0.08s 2025-11-24 20:19:40.653905 | e0f423e2-3bda-4fb2-af72-effdb906d36e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:19:40.691289 | fa163eea-1f1d-d096-720d-00000000365e | TASK | Gather podman infos 2025-11-24 20:19:41.937112 | fa163eea-1f1d-d096-720d-00000000365e | OK | Gather podman infos | standalone 2025-11-24 20:19:41.939379 | fa163eea-1f1d-d096-720d-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:45.003900 | 1.25s 2025-11-24 20:19:42.033833 | fa163eea-1f1d-d096-720d-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:42.127820 | fa163eea-1f1d-d096-720d-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:45.192332 | 0.09s 2025-11-24 20:19:42.267839 | fa163eea-1f1d-d096-720d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:45.332347 | 0.07s 2025-11-24 20:19:42.317586 | fa163eea-1f1d-d096-720d-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:42.388908 | fa163eea-1f1d-d096-720d-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:45.453418 | 0.07s 2025-11-24 20:19:42.412927 | 8d5f9a2b-da66-49d4-ace3-9cb5efde49c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:19:42.453953 | fa163eea-1f1d-d096-720d-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:43.336538 | fa163eea-1f1d-d096-720d-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:43.337446 | fa163eea-1f1d-d096-720d-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:46.401978 | 0.88s 2025-11-24 20:19:43.357585 | fa163eea-1f1d-d096-720d-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-24 20:19:46.223176 | fa163eea-1f1d-d096-720d-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-24 20:19:46.225327 | fa163eea-1f1d-d096-720d-0000000036c5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:49.289854 | 2.87s 2025-11-24 20:19:46.271085 | fa163eea-1f1d-d096-720d-00000000342a | TASK | Set NB connection 2025-11-24 20:19:46.740197 | fa163eea-1f1d-d096-720d-00000000342a | CHANGED | Set NB connection | standalone 2025-11-24 20:19:46.742911 | fa163eea-1f1d-d096-720d-00000000342a | TIMING | Set NB connection | standalone | 0:19:49.807431 | 0.47s 2025-11-24 20:19:46.771990 | fa163eea-1f1d-d096-720d-00000000342b | TASK | Set SB connection 2025-11-24 20:19:47.230094 | fa163eea-1f1d-d096-720d-00000000342b | CHANGED | Set SB connection | standalone 2025-11-24 20:19:47.232032 | fa163eea-1f1d-d096-720d-00000000342b | TIMING | Set SB connection | standalone | 0:19:50.296543 | 0.46s 2025-11-24 20:19:47.261757 | fa163eea-1f1d-d096-720d-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-24 20:19:47.496869 | fa163eea-1f1d-d096-720d-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-24 20:19:47.498264 | fa163eea-1f1d-d096-720d-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:50.562786 | 0.23s 2025-11-24 20:19:47.600729 | fa163eea-1f1d-d096-720d-0000000000db | TIMING | include_tasks | standalone | 0:19:50.665243 | 0.07s 2025-11-24 20:19:47.638190 | b7af1df4-312e-42f3-98aa-181e7f79cc4c | INCLUDED | /root/standalone-ansible-l9a11urb/common_deploy_steps_tasks.yaml | standalone 2025-11-24 20:19:47.664799 | fa163eea-1f1d-d096-720d-00000000370a | TASK | Write the config_step hieradata 2025-11-24 20:19:48.099768 | fa163eea-1f1d-d096-720d-00000000370a | OK | Write the config_step hieradata | standalone 2025-11-24 20:19:48.101324 | fa163eea-1f1d-d096-720d-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:51.165842 | 0.44s 2025-11-24 20:19:48.130563 | fa163eea-1f1d-d096-720d-00000000370b | TASK | Run puppet host configuration for step 3 2025-11-24 20:19:48.456557 | fa163eea-1f1d-d096-720d-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-24 20:19:48.457683 | fa163eea-1f1d-d096-720d-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:51.522207 | 0.33s 2025-11-24 20:19:48.486746 | fa163eea-1f1d-d096-720d-00000000370c | TASK | Wait for puppet host configuration to finish 2025-11-24 20:19:48.768957 | fa163eea-1f1d-d096-720d-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-24 20:19:58.965604 | fa163eea-1f1d-d096-720d-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-24 20:20:09.211261 | fa163eea-1f1d-d096-720d-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-24 20:20:09.212520 | fa163eea-1f1d-d096-720d-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:12.277043 | 20.72s 2025-11-24 20:20:09.240379 | fa163eea-1f1d-d096-720d-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-24 20:20:09.295101 | fa163eea-1f1d-d096-720d-00000000370d | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 24 20:19:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 24 20:19:54 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 24 20:19:54 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 24 20:19:54 puppet-user: (file & line not available)", "<13>Nov 24 20:19:54 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 24 20:19:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 24 20:19:55 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 24 20:19:55 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Nov 24 20:19:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 24 20:20:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 24 20:20:03 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 24 20:20:03 puppet-user: Notice: Applied catalog in 7.93 seconds", "<13>Nov 24 20:20:03 puppet-user: Application:", "<13>Nov 24 20:20:03 puppet-user: Initial environment: production", "<13>Nov 24 20:20:03 puppet-user: Converged environment: production", "<13>Nov 24 20:20:03 puppet-user: Run mode: user", "<13>Nov 24 20:20:03 puppet-user: Changes:", "<13>Nov 24 20:20:03 puppet-user: Total: 2", "<13>Nov 24 20:20:03 puppet-user: Events:", "<13>Nov 24 20:20:03 puppet-user: Success: 2", "<13>Nov 24 20:20:03 puppet-user: Resources:", "<13>Nov 24 20:20:03 puppet-user: Changed: 2", "<13>Nov 24 20:20:03 puppet-user: Out of sync: 2", "<13>Nov 24 20:20:03 puppet-user: Total: 28", "<13>Nov 24 20:20:03 puppet-user: Time:", "<13>Nov 24 20:20:03 puppet-user: Schedule: 0.00", "<13>Nov 24 20:20:03 puppet-user: Package: 0.00", "<13>Nov 24 20:20:03 puppet-user: File line: 0.00", "<13>Nov 24 20:20:03 puppet-user: File: 0.00", "<13>Nov 24 20:20:03 puppet-user: Augeas: 0.01", "<13>Nov 24 20:20:03 puppet-user: User: 0.08", "<13>Nov 24 20:20:03 puppet-user: Service: 0.09", "<13>Nov 24 20:20:03 puppet-user: Config retrieval: 0.50", "<13>Nov 24 20:20:03 puppet-user: Pcmk property: 1.44", "<13>Nov 24 20:20:03 puppet-user: Pcmk resource default: 1.96", "<13>Nov 24 20:20:03 puppet-user: Last run: 1764015603", "<13>Nov 24 20:20:03 puppet-user: Exec: 2.01", "<13>Nov 24 20:20:03 puppet-user: Pcmk resource op default: 2.16", "<13>Nov 24 20:20:03 puppet-user: Filebucket: 0.00", "<13>Nov 24 20:20:03 puppet-user: Transaction evaluation: 7.92", "<13>Nov 24 20:20:03 puppet-user: Catalog application: 7.93", "<13>Nov 24 20:20:03 puppet-user: Total: 7.94", "<13>Nov 24 20:20:03 puppet-user: Version:", "<13>Nov 24 20:20:03 puppet-user: Config: 1764015594", "<13>Nov 24 20:20:03 puppet-user: Puppet: 7.10.0" ] } 2025-11-24 20:20:09.296812 | fa163eea-1f1d-d096-720d-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:12.361334 | 0.06s 2025-11-24 20:20:09.326768 | fa163eea-1f1d-d096-720d-00000000370e | TASK | Pre-cache facts for puppet containers 2025-11-24 20:20:09.347934 | fa163eea-1f1d-d096-720d-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:12.412449 | 0.02s 2025-11-24 20:20:09.413962 | fa163eea-1f1d-d096-720d-00000000374d | TASK | Gather variables for each operating system 2025-11-24 20:20:09.497397 | fa163eea-1f1d-d096-720d-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:12.561685 | 0.08s 2025-11-24 20:20:09.527973 | fa163eea-1f1d-d096-720d-00000000374e | TASK | Create puppet caching structures 2025-11-24 20:20:09.755678 | fa163eea-1f1d-d096-720d-00000000374e | CHANGED | Create puppet caching structures | standalone 2025-11-24 20:20:09.757083 | fa163eea-1f1d-d096-720d-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:12.821603 | 0.23s 2025-11-24 20:20:09.786423 | fa163eea-1f1d-d096-720d-00000000374f | TASK | Check for facter.conf 2025-11-24 20:20:10.025529 | fa163eea-1f1d-d096-720d-00000000374f | OK | Check for facter.conf | standalone 2025-11-24 20:20:10.027144 | fa163eea-1f1d-d096-720d-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:13.091665 | 0.24s 2025-11-24 20:20:10.056510 | fa163eea-1f1d-d096-720d-000000003750 | TASK | Remove facter.conf if directory 2025-11-24 20:20:10.108386 | fa163eea-1f1d-d096-720d-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-24 20:20:10.109684 | fa163eea-1f1d-d096-720d-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:13.174207 | 0.05s 2025-11-24 20:20:10.139233 | fa163eea-1f1d-d096-720d-000000003751 | TASK | Write facter cache config 2025-11-24 20:20:10.602359 | fa163eea-1f1d-d096-720d-000000003751 | CHANGED | Write facter cache config | standalone 2025-11-24 20:20:10.603344 | fa163eea-1f1d-d096-720d-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:13.667871 | 0.46s 2025-11-24 20:20:10.623383 | fa163eea-1f1d-d096-720d-000000003752 | TASK | Cleanup facter cache if exists 2025-11-24 20:20:10.859963 | fa163eea-1f1d-d096-720d-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-24 20:20:10.861434 | fa163eea-1f1d-d096-720d-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:13.925957 | 0.24s 2025-11-24 20:20:10.890233 | fa163eea-1f1d-d096-720d-000000003753 | TASK | Pre-cache facts 2025-11-24 20:20:11.446841 | fa163eea-1f1d-d096-720d-000000003753 | CHANGED | Pre-cache facts | standalone 2025-11-24 20:20:11.448177 | fa163eea-1f1d-d096-720d-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:14.512699 | 0.56s 2025-11-24 20:20:11.479382 | fa163eea-1f1d-d096-720d-000000003754 | TASK | Failed deployment if facter fails 2025-11-24 20:20:11.519853 | fa163eea-1f1d-d096-720d-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-24 20:20:11.521237 | fa163eea-1f1d-d096-720d-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:14.585757 | 0.04s 2025-11-24 20:20:11.565657 | fa163eea-1f1d-d096-720d-000000003755 | TASK | Sync cached facts 2025-11-24 20:20:11.955890 | fa163eea-1f1d-d096-720d-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-000000003755') missing from stats 2025-11-24 20:20:11.995783 | fa163eea-1f1d-d096-720d-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-24 20:20:12.044691 | fa163eea-1f1d-d096-720d-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-24 20:20:12.045591 | fa163eea-1f1d-d096-720d-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:15.110120 | 0.05s 2025-11-24 20:20:12.066206 | fa163eea-1f1d-d096-720d-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-24 20:20:12.093197 | fa163eea-1f1d-d096-720d-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:15.157716 | 0.03s 2025-11-24 20:20:12.146659 | fa163eea-1f1d-d096-720d-0000000037ac | TASK | Gather variables for each operating system 2025-11-24 20:20:12.266988 | fa163eea-1f1d-d096-720d-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:15.331507 | 0.12s 2025-11-24 20:20:12.287223 | fa163eea-1f1d-d096-720d-0000000037ad | TASK | Create container logs path 2025-11-24 20:20:12.510350 | fa163eea-1f1d-d096-720d-0000000037ad | OK | Create container logs path | standalone 2025-11-24 20:20:12.511148 | fa163eea-1f1d-d096-720d-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:15.575680 | 0.22s 2025-11-24 20:20:12.531953 | fa163eea-1f1d-d096-720d-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-24 20:20:12.797794 | fa163eea-1f1d-d096-720d-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-24 20:20:12.799098 | fa163eea-1f1d-d096-720d-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:15.863614 | 0.27s 2025-11-24 20:20:12.830156 | fa163eea-1f1d-d096-720d-0000000037b0 | TASK | Finalise hashes for all containers 2025-11-24 20:20:12.912949 | fa163eea-1f1d-d096-720d-0000000037b0 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:20:12.913823 | fa163eea-1f1d-d096-720d-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:15.978307 | 0.08s 2025-11-24 20:20:12.933436 | fa163eea-1f1d-d096-720d-0000000037b2 | TASK | Manage systemd shutdown files 2025-11-24 20:20:12.952402 | fa163eea-1f1d-d096-720d-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:16.016924 | 0.02s 2025-11-24 20:20:12.968812 | 8a107d1d-4451-4ef0-8ec8-2e66041040ac | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-24 20:20:12.991791 | fa163eea-1f1d-d096-720d-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-24 20:20:13.185863 | fa163eea-1f1d-d096-720d-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-24 20:20:13.186845 | fa163eea-1f1d-d096-720d-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:16.251376 | 0.19s 2025-11-24 20:20:13.207918 | fa163eea-1f1d-d096-720d-0000000037e6 | TASK | Set podman_drop_in fact 2025-11-24 20:20:13.244726 | fa163eea-1f1d-d096-720d-0000000037e6 | OK | Set podman_drop_in fact | standalone 2025-11-24 20:20:13.245532 | fa163eea-1f1d-d096-720d-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:16.310065 | 0.04s 2025-11-24 20:20:13.264801 | fa163eea-1f1d-d096-720d-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-24 20:20:13.684269 | fa163eea-1f1d-d096-720d-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-24 20:20:13.686252 | fa163eea-1f1d-d096-720d-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:16.750762 | 0.42s 2025-11-24 20:20:14.092584 | fa163eea-1f1d-d096-720d-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-24 20:20:14.094029 | fa163eea-1f1d-d096-720d-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:17.158547 | 0.83s 2025-11-24 20:20:14.105075 | fa163eea-1f1d-d096-720d-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:17.169590 | 0.84s 2025-11-24 20:20:14.137190 | fa163eea-1f1d-d096-720d-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-24 20:20:14.567076 | fa163eea-1f1d-d096-720d-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-24 20:20:14.568776 | fa163eea-1f1d-d096-720d-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:17.633299 | 0.43s 2025-11-24 20:20:14.599643 | fa163eea-1f1d-d096-720d-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-24 20:20:15.058389 | fa163eea-1f1d-d096-720d-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-24 20:20:15.059768 | fa163eea-1f1d-d096-720d-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:18.124290 | 0.46s 2025-11-24 20:20:15.092313 | fa163eea-1f1d-d096-720d-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2025-11-24 20:20:15.778101 | fa163eea-1f1d-d096-720d-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-24 20:20:15.779527 | fa163eea-1f1d-d096-720d-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:18.844056 | 0.69s 2025-11-24 20:20:15.810341 | fa163eea-1f1d-d096-720d-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-24 20:20:16.256263 | fa163eea-1f1d-d096-720d-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-24 20:20:16.257679 | fa163eea-1f1d-d096-720d-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:19.322201 | 0.45s 2025-11-24 20:20:16.289520 | fa163eea-1f1d-d096-720d-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-24 20:20:16.782533 | fa163eea-1f1d-d096-720d-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-24 20:20:16.783513 | fa163eea-1f1d-d096-720d-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:19.848042 | 0.49s 2025-11-24 20:20:16.803393 | fa163eea-1f1d-d096-720d-0000000037ee | TASK | Enable and start netns-placeholder 2025-11-24 20:20:17.519530 | fa163eea-1f1d-d096-720d-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2025-11-24 20:20:17.522176 | fa163eea-1f1d-d096-720d-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:20.586689 | 0.72s 2025-11-24 20:20:17.553395 | fa163eea-1f1d-d096-720d-0000000037b4 | TASK | Update container configs with new config hashes 2025-11-24 20:20:17.614902 | fa163eea-1f1d-d096-720d-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:20.679410 | 0.06s 2025-11-24 20:20:17.638468 | 2029163b-2ee8-45ea-8955-db1530486cce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-24 20:20:17.675296 | fa163eea-1f1d-d096-720d-000000003816 | TASK | Update config hashes for container startup configs 2025-11-24 20:20:17.942896 | fa163eea-1f1d-d096-720d-000000003816 | OK | Update config hashes for container startup configs | standalone 2025-11-24 20:20:17.944376 | fa163eea-1f1d-d096-720d-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:21.008889 | 0.27s 2025-11-24 20:20:17.976246 | fa163eea-1f1d-d096-720d-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-24 20:20:18.021281 | fa163eea-1f1d-d096-720d-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:21.085786 | 0.04s 2025-11-24 20:20:18.047610 | 06fefebb-27ad-4ddc-9b07-6b7a66ae21ae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:20:18.087798 | fa163eea-1f1d-d096-720d-000000003835 | TASK | Gather podman infos 2025-11-24 20:20:19.339160 | fa163eea-1f1d-d096-720d-000000003835 | OK | Gather podman infos | standalone 2025-11-24 20:20:19.340691 | fa163eea-1f1d-d096-720d-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:22.405214 | 1.25s 2025-11-24 20:20:19.435344 | fa163eea-1f1d-d096-720d-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-24 20:20:19.527888 | fa163eea-1f1d-d096-720d-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:22.592396 | 0.09s 2025-11-24 20:20:19.647492 | fa163eea-1f1d-d096-720d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:22.712001 | 0.06s 2025-11-24 20:20:19.705208 | fa163eea-1f1d-d096-720d-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-24 20:20:19.760725 | fa163eea-1f1d-d096-720d-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:22.825237 | 0.05s 2025-11-24 20:20:19.785094 | 52ef2d60-bda3-42e1-b1b5-da44e89132ca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:20:19.821232 | fa163eea-1f1d-d096-720d-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-24 20:21:12.364233 | fa163eea-1f1d-d096-720d-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-24 20:21:12.366089 | fa163eea-1f1d-d096-720d-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:15.430605 | 52.54s 2025-11-24 20:21:12.399885 | fa163eea-1f1d-d096-720d-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-24 20:21:38.987102 | fa163eea-1f1d-d096-720d-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-24 20:21:38.988757 | fa163eea-1f1d-d096-720d-0000000038a1 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:42.053279 | 26.59s 2025-11-24 20:21:39.060827 | fa163eea-1f1d-d096-720d-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-24 20:21:39.302498 | fa163eea-1f1d-d096-720d-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-24 20:21:39.303710 | fa163eea-1f1d-d096-720d-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:42.368234 | 0.24s 2025-11-24 20:21:39.349775 | fa163eea-1f1d-d096-720d-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-24 20:21:39.402870 | fa163eea-1f1d-d096-720d-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:42.467383 | 0.05s 2025-11-24 20:21:39.432747 | fa163eea-1f1d-d096-720d-000000003715 | TASK | Include container-puppet tasks for step 3 2025-11-24 20:21:39.490764 | fa163eea-1f1d-d096-720d-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:42.555264 | 0.06s 2025-11-24 20:21:39.519537 | 08ea03dd-ae66-4952-af92-04c05d8654b7 | INCLUDED | /root/standalone-ansible-l9a11urb/host-container-puppet-tasks.yaml | standalone 2025-11-24 20:21:39.568679 | fa163eea-1f1d-d096-720d-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-24 20:21:40.029920 | fa163eea-1f1d-d096-720d-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-24 20:21:40.031511 | fa163eea-1f1d-d096-720d-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:43.096030 | 0.46s 2025-11-24 20:21:40.064419 | fa163eea-1f1d-d096-720d-0000000038ee | TASK | Generate container puppet configs for step 3 2025-11-24 20:21:40.337840 | fa163eea-1f1d-d096-720d-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2025-11-24 20:21:40.339170 | fa163eea-1f1d-d096-720d-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:43.403692 | 0.27s 2025-11-24 20:21:40.370568 | fa163eea-1f1d-d096-720d-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-24 20:21:40.400109 | fa163eea-1f1d-d096-720d-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:43.464619 | 0.03s 2025-11-24 20:21:40.473267 | fa163eea-1f1d-d096-720d-00000000391e | TASK | Gather variables for each operating system 2025-11-24 20:21:40.619179 | fa163eea-1f1d-d096-720d-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:43.683688 | 0.14s 2025-11-24 20:21:40.650358 | fa163eea-1f1d-d096-720d-00000000391f | TASK | Create container logs path 2025-11-24 20:21:40.887373 | fa163eea-1f1d-d096-720d-00000000391f | OK | Create container logs path | standalone 2025-11-24 20:21:40.889118 | fa163eea-1f1d-d096-720d-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:43.953638 | 0.24s 2025-11-24 20:21:40.921872 | fa163eea-1f1d-d096-720d-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-24 20:21:41.191095 | fa163eea-1f1d-d096-720d-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-24 20:21:41.192066 | fa163eea-1f1d-d096-720d-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:44.256594 | 0.27s 2025-11-24 20:21:41.214480 | fa163eea-1f1d-d096-720d-000000003922 | TASK | Finalise hashes for all containers 2025-11-24 20:21:41.264831 | fa163eea-1f1d-d096-720d-000000003922 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:21:41.266230 | fa163eea-1f1d-d096-720d-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:44.330751 | 0.05s 2025-11-24 20:21:41.297303 | fa163eea-1f1d-d096-720d-000000003924 | TASK | Manage systemd shutdown files 2025-11-24 20:21:41.332819 | fa163eea-1f1d-d096-720d-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:21:41.334084 | fa163eea-1f1d-d096-720d-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:44.398605 | 0.03s 2025-11-24 20:21:41.365231 | fa163eea-1f1d-d096-720d-000000003926 | TASK | Update container configs with new config hashes 2025-11-24 20:21:41.417372 | fa163eea-1f1d-d096-720d-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:21:41.418688 | fa163eea-1f1d-d096-720d-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:44.483209 | 0.05s 2025-11-24 20:21:41.452516 | fa163eea-1f1d-d096-720d-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-24 20:21:41.506621 | fa163eea-1f1d-d096-720d-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-24 20:21:41.507951 | fa163eea-1f1d-d096-720d-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:44.572473 | 0.05s 2025-11-24 20:21:41.543298 | fa163eea-1f1d-d096-720d-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-24 20:21:41.597466 | fa163eea-1f1d-d096-720d-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-24 20:21:41.598468 | fa163eea-1f1d-d096-720d-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:44.662993 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-11-24 20:21:41.739890 | fa163eea-1f1d-d096-720d-0000000000de | TASK | External deployment step 4 2025-11-24 20:21:41.767889 | fa163eea-1f1d-d096-720d-0000000000de | OK | External deployment step 4 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 4' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-0000000000de') missing from stats 2025-11-24 20:21:41.819123 | fa163eea-1f1d-d096-720d-0000000000df | TIMING | include_tasks | undercloud | 0:21:44.883630 | 0.03s 2025-11-24 20:21:41.853495 | 42e7ab5c-1e1e-4030-be80-6a66e14b6aab | INCLUDED | /root/standalone-ansible-l9a11urb/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-24 20:21:41.871875 | fa163eea-1f1d-d096-720d-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-24 20:21:43.530397 | fa163eea-1f1d-d096-720d-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-24 20:21:43.531267 | fa163eea-1f1d-d096-720d-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:46.595796 | 1.66s 2025-11-24 20:21:44.697910 | fa163eea-1f1d-d096-720d-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-24 20:21:44.699034 | fa163eea-1f1d-d096-720d-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:47.763531 | 2.83s 2025-11-24 20:21:44.705865 | fa163eea-1f1d-d096-720d-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:47.770383 | 2.83s 2025-11-24 20:21:44.724819 | fa163eea-1f1d-d096-720d-00000000397a | TASK | Manage Keystone resources for OpenStack services 2025-11-24 20:21:44.778110 | fa163eea-1f1d-d096-720d-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:47.842623 | 0.05s 2025-11-24 20:21:44.846957 | fa163eea-1f1d-d096-720d-0000000039a6 | TASK | Create Keystone Admin resources 2025-11-24 20:21:44.898448 | fa163eea-1f1d-d096-720d-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:47.962955 | 0.05s 2025-11-24 20:21:44.937582 | 4ee3be7a-05bb-491d-8356-705561e6d2c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-24 20:21:44.967540 | fa163eea-1f1d-d096-720d-0000000039e7 | TASK | Create admin and service projects 2025-11-24 20:21:45.020372 | fa163eea-1f1d-d096-720d-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:48.084885 | 0.05s 2025-11-24 20:21:45.034680 | f8ceb0f2-b08e-4ee6-855f-0e8dc58b8a3a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-24 20:21:45.071398 | fa163eea-1f1d-d096-720d-000000003a38 | TASK | Async creation of Keystone project 2025-11-24 20:21:45.619496 | fa163eea-1f1d-d096-720d-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-24 20:21:45.620863 | fa163eea-1f1d-d096-720d-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:48.685391 | 0.55s 2025-11-24 20:21:45.872368 | fa163eea-1f1d-d096-720d-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-24 20:21:45.872921 | fa163eea-1f1d-d096-720d-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:48.937454 | 0.80s 2025-11-24 20:21:45.876394 | fa163eea-1f1d-d096-720d-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:48.940913 | 0.80s 2025-11-24 20:21:45.898102 | fa163eea-1f1d-d096-720d-000000003a3a | TASK | Check Keystone project status 2025-11-24 20:21:46.153884 | fa163eea-1f1d-d096-720d-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-24 20:21:51.379860 | fa163eea-1f1d-d096-720d-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2025-11-24 20:21:51.381581 | fa163eea-1f1d-d096-720d-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:54.446100 | 5.48s 2025-11-24 20:21:51.636116 | fa163eea-1f1d-d096-720d-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-24 20:21:51.637241 | fa163eea-1f1d-d096-720d-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:54.701766 | 5.74s 2025-11-24 20:21:51.644765 | fa163eea-1f1d-d096-720d-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:54.709297 | 5.74s 2025-11-24 20:21:51.662675 | fa163eea-1f1d-d096-720d-0000000039e8 | TASK | Create admin role 2025-11-24 20:21:53.048166 | fa163eea-1f1d-d096-720d-0000000039e8 | OK | Create admin role | undercloud 2025-11-24 20:21:53.049767 | fa163eea-1f1d-d096-720d-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:56.114289 | 1.39s 2025-11-24 20:21:53.068750 | fa163eea-1f1d-d096-720d-0000000039e9 | TASK | Create _member_ role 2025-11-24 20:21:53.119571 | fa163eea-1f1d-d096-720d-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2025-11-24 20:21:53.121000 | fa163eea-1f1d-d096-720d-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:56.185522 | 0.05s 2025-11-24 20:21:53.140434 | fa163eea-1f1d-d096-720d-0000000039ea | TASK | Check admin password 2025-11-24 20:21:54.471871 | fa163eea-1f1d-d096-720d-0000000039ea | OK | Check admin password | undercloud 2025-11-24 20:21:54.473329 | fa163eea-1f1d-d096-720d-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:57.537850 | 1.33s 2025-11-24 20:21:54.493361 | fa163eea-1f1d-d096-720d-0000000039eb | TASK | Create admin user 2025-11-24 20:21:56.256066 | fa163eea-1f1d-d096-720d-0000000039eb | CHANGED | Create admin user | undercloud 2025-11-24 20:21:56.257030 | fa163eea-1f1d-d096-720d-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:59.321536 | 1.76s 2025-11-24 20:21:56.271705 | fa163eea-1f1d-d096-720d-0000000039ec | TASK | Assign admin role to admin project for admin user 2025-11-24 20:21:57.964079 | fa163eea-1f1d-d096-720d-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2025-11-24 20:21:57.965420 | fa163eea-1f1d-d096-720d-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:01.029942 | 1.69s 2025-11-24 20:21:57.984459 | fa163eea-1f1d-d096-720d-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2025-11-24 20:21:58.057116 | fa163eea-1f1d-d096-720d-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-24 20:21:58.058701 | fa163eea-1f1d-d096-720d-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:01.123222 | 0.07s 2025-11-24 20:21:58.078600 | fa163eea-1f1d-d096-720d-0000000039ee | TASK | Create identity service 2025-11-24 20:21:59.318667 | fa163eea-1f1d-d096-720d-0000000039ee | OK | Create identity service | undercloud 2025-11-24 20:21:59.320112 | fa163eea-1f1d-d096-720d-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:02.384634 | 1.24s 2025-11-24 20:21:59.339757 | fa163eea-1f1d-d096-720d-0000000039ef | TASK | Create identity public endpoint 2025-11-24 20:22:00.737295 | fa163eea-1f1d-d096-720d-0000000039ef | OK | Create identity public endpoint | undercloud 2025-11-24 20:22:00.739183 | fa163eea-1f1d-d096-720d-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:03.803701 | 1.40s 2025-11-24 20:22:00.762254 | fa163eea-1f1d-d096-720d-0000000039f0 | TASK | Create identity internal endpoint 2025-11-24 20:22:01.961441 | fa163eea-1f1d-d096-720d-0000000039f0 | OK | Create identity internal endpoint | undercloud 2025-11-24 20:22:01.962593 | fa163eea-1f1d-d096-720d-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:05.027120 | 1.20s 2025-11-24 20:22:01.978594 | fa163eea-1f1d-d096-720d-0000000039f1 | TASK | Create identity admin endpoint 2025-11-24 20:22:03.179139 | fa163eea-1f1d-d096-720d-0000000039f1 | OK | Create identity admin endpoint | undercloud 2025-11-24 20:22:03.180040 | fa163eea-1f1d-d096-720d-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:06.244572 | 1.20s 2025-11-24 20:22:03.194138 | fa163eea-1f1d-d096-720d-0000000039a7 | TASK | Create Keystone Projects 2025-11-24 20:22:03.257873 | fa163eea-1f1d-d096-720d-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:06.322382 | 0.06s 2025-11-24 20:22:03.270070 | fa163eea-1f1d-d096-720d-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:06.334586 | 0.08s 2025-11-24 20:22:03.283724 | 72e66001-34d1-433d-ae06-78df5977c951 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-24 20:22:03.331939 | fa163eea-1f1d-d096-720d-000000003ac4 | TASK | Async creation of Keystone project 2025-11-24 20:22:03.669141 | fa163eea-1f1d-d096-720d-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-24 20:22:03.670288 | fa163eea-1f1d-d096-720d-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:06.734814 | 0.34s 2025-11-24 20:22:03.673817 | fa163eea-1f1d-d096-720d-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:06.738334 | 0.34s 2025-11-24 20:22:03.692913 | fa163eea-1f1d-d096-720d-000000003ac6 | TASK | Check Keystone project status 2025-11-24 20:22:03.911174 | fa163eea-1f1d-d096-720d-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-24 20:22:09.130912 | fa163eea-1f1d-d096-720d-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2025-11-24 20:22:09.132268 | fa163eea-1f1d-d096-720d-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:12.196788 | 5.44s 2025-11-24 20:22:09.139559 | fa163eea-1f1d-d096-720d-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:12.204075 | 5.44s 2025-11-24 20:22:09.157071 | fa163eea-1f1d-d096-720d-0000000039a9 | TASK | Create Keystone Domains 2025-11-24 20:22:09.236406 | fa163eea-1f1d-d096-720d-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:12.300914 | 0.08s 2025-11-24 20:22:09.242851 | fa163eea-1f1d-d096-720d-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:12.307367 | 0.08s 2025-11-24 20:22:09.258079 | 188209e7-5b69-4668-9b1d-fb241810fa4f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-24 20:22:09.307063 | fa163eea-1f1d-d096-720d-000000003b79 | TASK | Async creation of Keystone domains 2025-11-24 20:22:09.800829 | fa163eea-1f1d-d096-720d-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-24 20:22:09.802466 | fa163eea-1f1d-d096-720d-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:12.866973 | 0.49s 2025-11-24 20:22:09.813723 | fa163eea-1f1d-d096-720d-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:12.878247 | 0.51s 2025-11-24 20:22:09.828350 | fa163eea-1f1d-d096-720d-000000003b7b | TASK | Check Keystone domain status 2025-11-24 20:22:10.103063 | fa163eea-1f1d-d096-720d-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-24 20:22:15.323224 | fa163eea-1f1d-d096-720d-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-24 20:22:15.324831 | fa163eea-1f1d-d096-720d-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:18.389360 | 5.50s 2025-11-24 20:22:15.335412 | fa163eea-1f1d-d096-720d-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:18.399928 | 5.51s 2025-11-24 20:22:15.355123 | fa163eea-1f1d-d096-720d-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-24 20:22:15.397350 | fa163eea-1f1d-d096-720d-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:18.461856 | 0.04s 2025-11-24 20:22:15.411929 | 8f8ba3d5-8694-4ec2-8e1e-0063b872a197 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-24 20:22:15.461494 | fa163eea-1f1d-d096-720d-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2025-11-24 20:22:16.963631 | fa163eea-1f1d-d096-720d-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-24 20:22:16.965176 | fa163eea-1f1d-d096-720d-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:20.029695 | 1.50s 2025-11-24 20:22:16.985290 | fa163eea-1f1d-d096-720d-000000003c44 | TASK | Set openstack_domains fact 2025-11-24 20:22:17.037797 | fa163eea-1f1d-d096-720d-000000003c44 | OK | Set openstack_domains fact | undercloud 2025-11-24 20:22:17.039272 | fa163eea-1f1d-d096-720d-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:20.103794 | 0.05s 2025-11-24 20:22:17.058972 | fa163eea-1f1d-d096-720d-0000000039ac | TASK | Create Keystone Services 2025-11-24 20:22:17.151053 | fa163eea-1f1d-d096-720d-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:20.215536 | 0.09s 2025-11-24 20:22:17.166846 | fa163eea-1f1d-d096-720d-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:20.231370 | 0.11s 2025-11-24 20:22:17.177771 | fa163eea-1f1d-d096-720d-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:20.242288 | 0.12s 2025-11-24 20:22:17.197151 | 52744a42-742b-4f16-ad53-28ca385ab480 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-24 20:22:17.207575 | 59e69dca-0c38-42f6-a39c-ee438bd5d60d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-24 20:22:17.256987 | fa163eea-1f1d-d096-720d-000000003d20 | TASK | Async creation of Keystone service 2025-11-24 20:22:17.623980 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-11-24 20:22:17.626442 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:20.690955 | 0.37s 2025-11-24 20:22:17.951962 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-24 20:22:17.953426 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:21.017957 | 0.70s 2025-11-24 20:22:18.289301 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-24 20:22:18.290886 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:21.355408 | 1.03s 2025-11-24 20:22:18.578063 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-11-24 20:22:18.579454 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:21.643986 | 1.32s 2025-11-24 20:22:18.935395 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-24 20:22:18.936044 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:22.000576 | 1.68s 2025-11-24 20:22:19.300887 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-24 20:22:19.301487 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:22.366020 | 2.04s 2025-11-24 20:22:19.546510 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-24 20:22:19.547139 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:22.611669 | 2.29s 2025-11-24 20:22:19.894172 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-24 20:22:19.895209 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:22.959741 | 2.64s 2025-11-24 20:22:20.189988 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-24 20:22:20.190603 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.255135 | 2.93s 2025-11-24 20:22:20.497240 | fa163eea-1f1d-d096-720d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-24 20:22:20.498516 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.563048 | 3.24s 2025-11-24 20:22:20.510792 | fa163eea-1f1d-d096-720d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.575313 | 3.25s 2025-11-24 20:22:20.529352 | fa163eea-1f1d-d096-720d-000000003d22 | TASK | Check Keystone service status 2025-11-24 20:22:20.824004 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-11-24 20:22:20.825890 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:23.890418 | 0.29s 2025-11-24 20:22:21.020238 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-24 20:22:21.021347 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:24.085879 | 0.49s 2025-11-24 20:22:21.276176 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-24 20:22:21.277301 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:24.341826 | 0.75s 2025-11-24 20:22:21.533580 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-11-24 20:22:21.535070 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:24.599599 | 1.00s 2025-11-24 20:22:21.774163 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-24 20:22:21.774862 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:24.839393 | 1.24s 2025-11-24 20:22:22.017418 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-24 20:22:22.019246 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:25.083779 | 1.49s 2025-11-24 20:22:22.251289 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-24 20:22:22.252206 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:25.316734 | 1.72s 2025-11-24 20:22:22.458194 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-24 20:22:22.458899 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:25.523430 | 1.93s 2025-11-24 20:22:22.707680 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-24 20:22:22.708386 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:25.772918 | 2.18s 2025-11-24 20:22:23.000110 | fa163eea-1f1d-d096-720d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-24 20:22:23.001199 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:26.065723 | 2.47s 2025-11-24 20:22:23.013987 | fa163eea-1f1d-d096-720d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:26.078501 | 2.48s 2025-11-24 20:22:23.044498 | fa163eea-1f1d-d096-720d-000000003d27 | TASK | Async creation of Keystone service 2025-11-24 20:22:23.376557 | fa163eea-1f1d-d096-720d-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-11-24 20:22:23.378148 | fa163eea-1f1d-d096-720d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:26.442664 | 0.33s 2025-11-24 20:22:23.697948 | fa163eea-1f1d-d096-720d-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-24 20:22:23.698646 | fa163eea-1f1d-d096-720d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:26.763178 | 0.65s 2025-11-24 20:22:23.991131 | fa163eea-1f1d-d096-720d-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-24 20:22:23.992261 | fa163eea-1f1d-d096-720d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:27.056784 | 0.94s 2025-11-24 20:22:23.998604 | fa163eea-1f1d-d096-720d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:27.063123 | 0.95s 2025-11-24 20:22:24.017676 | fa163eea-1f1d-d096-720d-000000003d29 | TASK | Check Keystone service status 2025-11-24 20:22:24.310518 | fa163eea-1f1d-d096-720d-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-24 20:22:29.529855 | fa163eea-1f1d-d096-720d-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-11-24 20:22:29.530719 | fa163eea-1f1d-d096-720d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.595249 | 5.51s 2025-11-24 20:22:29.758921 | fa163eea-1f1d-d096-720d-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-24 20:22:29.760939 | fa163eea-1f1d-d096-720d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.825463 | 5.74s 2025-11-24 20:22:30.008985 | fa163eea-1f1d-d096-720d-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-24 20:22:30.009774 | fa163eea-1f1d-d096-720d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:33.074304 | 5.99s 2025-11-24 20:22:30.017247 | fa163eea-1f1d-d096-720d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:33.081773 | 6.00s 2025-11-24 20:22:30.037997 | fa163eea-1f1d-d096-720d-0000000039ae | TASK | Create Keystone Endpoints 2025-11-24 20:22:30.099910 | fa163eea-1f1d-d096-720d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:33.164415 | 0.06s 2025-11-24 20:22:30.123650 | fa163eea-1f1d-d096-720d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:33.188170 | 0.08s 2025-11-24 20:22:30.144324 | fa163eea-1f1d-d096-720d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:33.208847 | 0.10s 2025-11-24 20:22:30.148808 | fa163eea-1f1d-d096-720d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:33.213327 | 0.11s 2025-11-24 20:22:30.162508 | 9094bebf-bc40-4486-ba81-7293c1f5922d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-24 20:22:30.169555 | d0359ebb-27c0-4023-9279-a72188b41ea8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-24 20:22:30.175822 | 2f3baeb9-bdfd-4b38-8c95-aaf089878321 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-24 20:22:30.234615 | fa163eea-1f1d-d096-720d-000000003e59 | TASK | Create Keystone public endpoints 2025-11-24 20:22:30.342599 | fa163eea-1f1d-d096-720d-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:33.407097 | 0.11s 2025-11-24 20:22:30.358317 | fa163eea-1f1d-d096-720d-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:33.422842 | 0.12s 2025-11-24 20:22:30.369439 | fa163eea-1f1d-d096-720d-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:33.433958 | 0.13s 2025-11-24 20:22:30.385023 | 311408da-492f-4b91-8bf7-f06520538f69 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-24 20:22:30.392963 | 13c2da76-affe-41cd-9711-7c9a9538e45a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-24 20:22:30.416324 | fa163eea-1f1d-d096-720d-000000003f81 | TASK | Async creation of Keystone public endpoint 2025-11-24 20:22:30.749267 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-11-24 20:22:30.751236 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:33.815753 | 0.33s 2025-11-24 20:22:31.051410 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-24 20:22:31.052181 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:34.116711 | 0.63s 2025-11-24 20:22:31.305255 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-24 20:22:31.305845 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:34.370378 | 0.89s 2025-11-24 20:22:31.539869 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-11-24 20:22:31.541104 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:34.605634 | 1.12s 2025-11-24 20:22:31.780888 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-24 20:22:31.781579 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:34.846110 | 1.36s 2025-11-24 20:22:32.016175 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-24 20:22:32.016819 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.081351 | 1.60s 2025-11-24 20:22:32.258363 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-24 20:22:32.259143 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.323672 | 1.84s 2025-11-24 20:22:32.539257 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-24 20:22:32.540248 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.604774 | 2.12s 2025-11-24 20:22:32.816388 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-24 20:22:32.816998 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.881532 | 2.40s 2025-11-24 20:22:33.110703 | fa163eea-1f1d-d096-720d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-24 20:22:33.112428 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.176954 | 2.69s 2025-11-24 20:22:33.124248 | fa163eea-1f1d-d096-720d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.188774 | 2.71s 2025-11-24 20:22:33.147423 | fa163eea-1f1d-d096-720d-000000003f83 | TASK | Check Keystone public endpoint status 2025-11-24 20:22:33.368802 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-11-24 20:22:33.369816 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:36.434345 | 0.22s 2025-11-24 20:22:33.632685 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-24 20:22:33.633826 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:36.698351 | 0.48s 2025-11-24 20:22:33.937545 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-24 20:22:33.938309 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:37.002839 | 0.79s 2025-11-24 20:22:34.175292 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-11-24 20:22:34.176137 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:37.240666 | 1.03s 2025-11-24 20:22:34.454244 | fa163eea-1f1d-d096-720d-000000003f83 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-24 20:22:39.645691 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-24 20:22:39.648220 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.712738 | 6.50s 2025-11-24 20:22:39.881198 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-24 20:22:39.882660 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.947193 | 6.73s 2025-11-24 20:22:40.099407 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-24 20:22:40.100532 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.165065 | 6.95s 2025-11-24 20:22:40.326846 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-24 20:22:40.327605 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.392138 | 7.18s 2025-11-24 20:22:40.563276 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-24 20:22:40.564425 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.628949 | 7.42s 2025-11-24 20:22:40.792431 | fa163eea-1f1d-d096-720d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-24 20:22:40.793587 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.858111 | 7.64s 2025-11-24 20:22:40.813717 | fa163eea-1f1d-d096-720d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.878242 | 7.66s 2025-11-24 20:22:40.834619 | fa163eea-1f1d-d096-720d-000000003f88 | TASK | Async creation of Keystone public endpoint 2025-11-24 20:22:41.174273 | fa163eea-1f1d-d096-720d-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-11-24 20:22:41.175746 | fa163eea-1f1d-d096-720d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:44.240264 | 0.34s 2025-11-24 20:22:41.488471 | fa163eea-1f1d-d096-720d-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-24 20:22:41.490395 | fa163eea-1f1d-d096-720d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:44.554922 | 0.65s 2025-11-24 20:22:41.764971 | fa163eea-1f1d-d096-720d-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-24 20:22:41.766084 | fa163eea-1f1d-d096-720d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:44.830610 | 0.93s 2025-11-24 20:22:41.771429 | fa163eea-1f1d-d096-720d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:44.835964 | 0.94s 2025-11-24 20:22:41.786803 | fa163eea-1f1d-d096-720d-000000003f8a | TASK | Check Keystone public endpoint status 2025-11-24 20:22:42.068391 | fa163eea-1f1d-d096-720d-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-24 20:22:47.290670 | fa163eea-1f1d-d096-720d-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-11-24 20:22:47.292941 | fa163eea-1f1d-d096-720d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.357461 | 5.51s 2025-11-24 20:22:47.555441 | fa163eea-1f1d-d096-720d-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-24 20:22:47.556297 | fa163eea-1f1d-d096-720d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.620827 | 5.77s 2025-11-24 20:22:47.797369 | fa163eea-1f1d-d096-720d-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-24 20:22:47.798931 | fa163eea-1f1d-d096-720d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.863461 | 6.01s 2025-11-24 20:22:47.810791 | fa163eea-1f1d-d096-720d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.875309 | 6.02s 2025-11-24 20:22:47.833548 | fa163eea-1f1d-d096-720d-000000003e5e | TASK | Create Keystone admin endpoints 2025-11-24 20:22:47.910564 | fa163eea-1f1d-d096-720d-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:50.975063 | 0.08s 2025-11-24 20:22:47.928301 | fa163eea-1f1d-d096-720d-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:50.992826 | 0.09s 2025-11-24 20:22:47.938562 | fa163eea-1f1d-d096-720d-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:51.003072 | 0.10s 2025-11-24 20:22:47.955727 | b5f6b695-4fb9-454d-b486-88d89966ac0d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-24 20:22:47.965780 | 26a0cf4f-6776-47fd-a0ac-8a89e3eaf85f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-24 20:22:47.991319 | fa163eea-1f1d-d096-720d-000000003fe4 | TASK | Async creation of Keystone admin endpoint 2025-11-24 20:22:48.339450 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-11-24 20:22:48.341070 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:51.405540 | 0.35s 2025-11-24 20:22:48.647353 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-24 20:22:48.649647 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:51.714165 | 0.66s 2025-11-24 20:22:48.951605 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-24 20:22:48.953226 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:52.017755 | 0.96s 2025-11-24 20:22:49.264577 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-11-24 20:22:49.265185 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:52.329718 | 1.27s 2025-11-24 20:22:49.520148 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-24 20:22:49.520821 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:52.585354 | 1.53s 2025-11-24 20:22:49.834296 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-24 20:22:49.835281 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:52.899806 | 1.84s 2025-11-24 20:22:50.070772 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-24 20:22:50.071393 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.135926 | 2.08s 2025-11-24 20:22:50.318620 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-24 20:22:50.319350 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.383882 | 2.33s 2025-11-24 20:22:50.624901 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-24 20:22:50.625573 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.690106 | 2.63s 2025-11-24 20:22:50.923996 | fa163eea-1f1d-d096-720d-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-24 20:22:50.925915 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.990448 | 2.93s 2025-11-24 20:22:50.938245 | fa163eea-1f1d-d096-720d-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.002764 | 2.95s 2025-11-24 20:22:50.983608 | fa163eea-1f1d-d096-720d-000000003fe6 | TASK | Check Keystone admin endpoint status 2025-11-24 20:22:51.233420 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-11-24 20:22:51.234951 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:54.299474 | 0.25s 2025-11-24 20:22:51.452231 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-24 20:22:51.453648 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:54.518181 | 0.47s 2025-11-24 20:22:51.731096 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-24 20:22:51.731835 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:54.796367 | 0.75s 2025-11-24 20:22:51.959897 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-11-24 20:22:51.960565 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:55.025097 | 0.98s 2025-11-24 20:22:52.232162 | fa163eea-1f1d-d096-720d-000000003fe6 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-24 20:22:57.424850 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-24 20:22:57.425698 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:00.490230 | 6.44s 2025-11-24 20:22:57.669742 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-24 20:22:57.670920 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:00.735443 | 6.69s 2025-11-24 20:22:57.946254 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-24 20:22:57.948566 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.013090 | 6.96s 2025-11-24 20:22:58.194331 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-24 20:22:58.196289 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.260813 | 7.21s 2025-11-24 20:22:58.462541 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-24 20:22:58.463693 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.528217 | 7.48s 2025-11-24 20:22:58.699589 | fa163eea-1f1d-d096-720d-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-24 20:22:58.700456 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.764985 | 7.72s 2025-11-24 20:22:58.710095 | fa163eea-1f1d-d096-720d-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.774612 | 7.73s 2025-11-24 20:22:58.740327 | fa163eea-1f1d-d096-720d-000000003feb | TASK | Async creation of Keystone admin endpoint 2025-11-24 20:22:59.025349 | fa163eea-1f1d-d096-720d-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-11-24 20:22:59.026255 | fa163eea-1f1d-d096-720d-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:02.090782 | 0.28s 2025-11-24 20:22:59.322932 | fa163eea-1f1d-d096-720d-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-24 20:22:59.323924 | fa163eea-1f1d-d096-720d-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:02.388449 | 0.58s 2025-11-24 20:22:59.560965 | fa163eea-1f1d-d096-720d-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-24 20:22:59.561754 | fa163eea-1f1d-d096-720d-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:02.626281 | 0.82s 2025-11-24 20:22:59.567476 | fa163eea-1f1d-d096-720d-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:02.632003 | 0.83s 2025-11-24 20:22:59.583212 | fa163eea-1f1d-d096-720d-000000003fed | TASK | Check Keystone admin endpoint status 2025-11-24 20:22:59.849560 | fa163eea-1f1d-d096-720d-000000003fed | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-24 20:23:05.071295 | fa163eea-1f1d-d096-720d-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-11-24 20:23:05.072803 | fa163eea-1f1d-d096-720d-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:08.137323 | 5.49s 2025-11-24 20:23:05.286330 | fa163eea-1f1d-d096-720d-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-24 20:23:05.287452 | fa163eea-1f1d-d096-720d-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:08.351977 | 5.70s 2025-11-24 20:23:05.553322 | fa163eea-1f1d-d096-720d-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-24 20:23:05.554767 | fa163eea-1f1d-d096-720d-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:08.619299 | 5.97s 2025-11-24 20:23:05.566524 | fa163eea-1f1d-d096-720d-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:08.631043 | 5.98s 2025-11-24 20:23:05.589271 | fa163eea-1f1d-d096-720d-000000003e63 | TASK | Create Keystone internal endpoints 2025-11-24 20:23:05.702841 | fa163eea-1f1d-d096-720d-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:08.767348 | 0.11s 2025-11-24 20:23:05.721505 | fa163eea-1f1d-d096-720d-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:08.786032 | 0.13s 2025-11-24 20:23:05.731155 | fa163eea-1f1d-d096-720d-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:08.795677 | 0.14s 2025-11-24 20:23:05.748971 | ba8ee609-1067-436f-963b-af84343ca60f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-24 20:23:05.758807 | 713d9870-6c66-4590-808b-cb0f95b18f03 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-24 20:23:05.783787 | fa163eea-1f1d-d096-720d-000000004047 | TASK | Async creation of Keystone internal endpoint 2025-11-24 20:23:06.113890 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-11-24 20:23:06.115506 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:09.180020 | 0.33s 2025-11-24 20:23:06.435942 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-24 20:23:06.436972 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:09.501497 | 0.65s 2025-11-24 20:23:06.699892 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-24 20:23:06.701704 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:09.766229 | 0.92s 2025-11-24 20:23:06.987434 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-11-24 20:23:06.988086 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:10.052616 | 1.20s 2025-11-24 20:23:07.227458 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-24 20:23:07.228076 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:10.292608 | 1.44s 2025-11-24 20:23:07.522290 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-24 20:23:07.523811 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:10.588341 | 1.74s 2025-11-24 20:23:07.755513 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-24 20:23:07.756598 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:10.821128 | 1.97s 2025-11-24 20:23:07.981605 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-24 20:23:07.983281 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.047805 | 2.20s 2025-11-24 20:23:08.251796 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-24 20:23:08.252863 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.317396 | 2.47s 2025-11-24 20:23:08.496578 | fa163eea-1f1d-d096-720d-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-24 20:23:08.498032 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.562562 | 2.71s 2025-11-24 20:23:08.505645 | fa163eea-1f1d-d096-720d-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.570169 | 2.72s 2025-11-24 20:23:08.522389 | fa163eea-1f1d-d096-720d-000000004049 | TASK | Check Keystone internal endpoint status 2025-11-24 20:23:08.834855 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-11-24 20:23:08.838421 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:11.902940 | 0.32s 2025-11-24 20:23:09.118615 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-24 20:23:09.119318 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:12.183849 | 0.60s 2025-11-24 20:23:09.388908 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-24 20:23:09.389613 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:12.454146 | 0.87s 2025-11-24 20:23:09.659538 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-11-24 20:23:09.660709 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:12.725234 | 1.14s 2025-11-24 20:23:09.937602 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-24 20:23:09.938808 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.003332 | 1.42s 2025-11-24 20:23:10.223829 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-24 20:23:10.225722 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.290247 | 1.70s 2025-11-24 20:23:10.451154 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-24 20:23:10.452926 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.517450 | 1.93s 2025-11-24 20:23:10.715112 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-24 20:23:10.717077 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.781599 | 2.19s 2025-11-24 20:23:10.986910 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-24 20:23:10.988754 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.053277 | 2.47s 2025-11-24 20:23:11.223300 | fa163eea-1f1d-d096-720d-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-24 20:23:11.224497 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.289022 | 2.70s 2025-11-24 20:23:11.240538 | fa163eea-1f1d-d096-720d-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.305063 | 2.72s 2025-11-24 20:23:11.272813 | fa163eea-1f1d-d096-720d-00000000404e | TASK | Async creation of Keystone internal endpoint 2025-11-24 20:23:11.641384 | fa163eea-1f1d-d096-720d-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-11-24 20:23:11.643780 | fa163eea-1f1d-d096-720d-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:14.708298 | 0.37s 2025-11-24 20:23:11.943789 | fa163eea-1f1d-d096-720d-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-24 20:23:11.945267 | fa163eea-1f1d-d096-720d-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:15.009785 | 0.67s 2025-11-24 20:23:12.211571 | fa163eea-1f1d-d096-720d-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-24 20:23:12.213964 | fa163eea-1f1d-d096-720d-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:15.278491 | 0.94s 2025-11-24 20:23:12.224275 | fa163eea-1f1d-d096-720d-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:15.288793 | 0.95s 2025-11-24 20:23:12.247005 | fa163eea-1f1d-d096-720d-000000004050 | TASK | Check Keystone internal endpoint status 2025-11-24 20:23:12.535263 | fa163eea-1f1d-d096-720d-000000004050 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-24 20:23:17.746770 | fa163eea-1f1d-d096-720d-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-11-24 20:23:17.747616 | fa163eea-1f1d-d096-720d-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:20.812147 | 5.50s 2025-11-24 20:23:18.009550 | fa163eea-1f1d-d096-720d-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-24 20:23:18.010644 | fa163eea-1f1d-d096-720d-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:21.075169 | 5.76s 2025-11-24 20:23:18.270674 | fa163eea-1f1d-d096-720d-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-24 20:23:18.271852 | fa163eea-1f1d-d096-720d-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:21.336376 | 6.02s 2025-11-24 20:23:18.284711 | fa163eea-1f1d-d096-720d-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:21.349234 | 6.04s 2025-11-24 20:23:18.327921 | fa163eea-1f1d-d096-720d-0000000039b0 | TASK | Run cleanup tasks 2025-11-24 20:23:18.366954 | fa163eea-1f1d-d096-720d-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:21.431475 | 0.04s 2025-11-24 20:23:18.377063 | 6570cba7-64ea-41dc-bfd2-81a2769a845c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-24 20:23:18.427520 | fa163eea-1f1d-d096-720d-0000000040a4 | TASK | Get list of enabled services 2025-11-24 20:23:20.964945 | fa163eea-1f1d-d096-720d-0000000040a4 | CHANGED | Get list of enabled services | undercloud 2025-11-24 20:23:20.966507 | fa163eea-1f1d-d096-720d-0000000040a4 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:24.031029 | 2.54s 2025-11-24 20:23:20.985614 | fa163eea-1f1d-d096-720d-0000000040a5 | TASK | List services to be disabled 2025-11-24 20:23:21.076326 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-24 20:23:21.122209 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-24 20:23:21.155795 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-24 20:23:21.181115 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-11-24 20:23:21.208542 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-24 20:23:21.238781 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-24 20:23:21.266941 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-24 20:23:21.294153 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-24 20:23:21.321204 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-24 20:23:21.348283 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-24 20:23:21.373786 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-24 20:23:21.399399 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-11-24 20:23:21.424619 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-24 20:23:21.449144 | fa163eea-1f1d-d096-720d-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-11-24 20:23:21.461883 | fa163eea-1f1d-d096-720d-0000000040a5 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:24.526397 | 0.47s 2025-11-24 20:23:21.482213 | fa163eea-1f1d-d096-720d-0000000040a6 | TASK | Delete keystone services not enabled 2025-11-24 20:23:21.511121 | fa163eea-1f1d-d096-720d-0000000040a6 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:24.575637 | 0.03s 2025-11-24 20:23:21.529701 | fa163eea-1f1d-d096-720d-0000000039b1 | TASK | Create Keystone Roles 2025-11-24 20:23:21.619216 | fa163eea-1f1d-d096-720d-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:24.683728 | 0.09s 2025-11-24 20:23:21.625429 | fa163eea-1f1d-d096-720d-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:24.689948 | 0.09s 2025-11-24 20:23:21.639683 | 308ffbf3-4f44-41d8-9a38-31bb479e17de | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-24 20:23:21.711121 | fa163eea-1f1d-d096-720d-000000004210 | TASK | Async creation of Keystone role 2025-11-24 20:23:22.066670 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-24 20:23:22.068138 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:25.132654 | 0.36s 2025-11-24 20:23:22.373822 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-24 20:23:22.374424 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:25.438957 | 0.66s 2025-11-24 20:23:22.684218 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-24 20:23:22.685976 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:25.750501 | 0.97s 2025-11-24 20:23:22.978335 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-11-24 20:23:22.979171 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:26.043700 | 1.27s 2025-11-24 20:23:23.241161 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-11-24 20:23:23.241784 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:26.306316 | 1.53s 2025-11-24 20:23:23.548411 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-11-24 20:23:23.549146 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:26.613679 | 1.84s 2025-11-24 20:23:23.819324 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-11-24 20:23:23.820524 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:26.885049 | 2.11s 2025-11-24 20:23:24.097136 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-11-24 20:23:24.097661 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.162194 | 2.39s 2025-11-24 20:23:24.429072 | fa163eea-1f1d-d096-720d-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-24 20:23:24.429675 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.494208 | 2.72s 2025-11-24 20:23:24.435628 | fa163eea-1f1d-d096-720d-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.500147 | 2.72s 2025-11-24 20:23:24.453217 | fa163eea-1f1d-d096-720d-000000004212 | TASK | Check Keystone role status 2025-11-24 20:23:24.732172 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-24 20:23:24.734271 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:27.798788 | 0.28s 2025-11-24 20:23:24.943781 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-24 20:23:24.951088 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:28.015613 | 0.50s 2025-11-24 20:23:25.231632 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-24 20:23:25.232333 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:28.296866 | 0.78s 2025-11-24 20:23:25.448144 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-11-24 20:23:25.448828 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:28.513361 | 0.99s 2025-11-24 20:23:25.709170 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-11-24 20:23:25.710384 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:28.774908 | 1.26s 2025-11-24 20:23:25.955864 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-11-24 20:23:25.958204 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.022723 | 1.50s 2025-11-24 20:23:26.217435 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-11-24 20:23:26.218120 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.282652 | 1.76s 2025-11-24 20:23:26.472129 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-11-24 20:23:26.472792 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.537325 | 2.02s 2025-11-24 20:23:26.666604 | fa163eea-1f1d-d096-720d-000000004212 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-24 20:23:26.667722 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.732244 | 2.21s 2025-11-24 20:23:26.678143 | fa163eea-1f1d-d096-720d-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.742659 | 2.22s 2025-11-24 20:23:26.701389 | fa163eea-1f1d-d096-720d-0000000039b3 | TASK | Create Keystone Users 2025-11-24 20:23:26.812830 | fa163eea-1f1d-d096-720d-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:29.877335 | 0.11s 2025-11-24 20:23:26.832947 | fa163eea-1f1d-d096-720d-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:29.897468 | 0.13s 2025-11-24 20:23:26.852519 | fa163eea-1f1d-d096-720d-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:29.917045 | 0.15s 2025-11-24 20:23:26.873721 | 24f4ca9a-bcb2-478b-8f47-eaa68c259837 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-24 20:23:26.887090 | c4f7a809-9f4e-46ee-9442-d62bcd99115a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-24 20:23:26.949041 | fa163eea-1f1d-d096-720d-0000000043a4 | TASK | Check password of Keystone user 2025-11-24 20:23:27.983221 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:27.984572 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:31.049086 | 1.03s 2025-11-24 20:23:28.945096 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:28.945991 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.010521 | 2.00s 2025-11-24 20:23:29.857707 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:29.859241 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.923764 | 2.91s 2025-11-24 20:23:30.873948 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:30.875613 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:33.940143 | 3.93s 2025-11-24 20:23:31.809148 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:31.810085 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.874611 | 4.86s 2025-11-24 20:23:32.818591 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:32.820472 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.884997 | 5.87s 2025-11-24 20:23:33.893771 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:33.894713 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.959238 | 6.94s 2025-11-24 20:23:34.852144 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:34.853433 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.917958 | 7.90s 2025-11-24 20:23:35.895406 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:35.896420 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.960943 | 8.95s 2025-11-24 20:23:36.845067 | fa163eea-1f1d-d096-720d-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:36.845968 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.910493 | 9.90s 2025-11-24 20:23:36.852053 | fa163eea-1f1d-d096-720d-0000000043a4 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:36.852915 | fa163eea-1f1d-d096-720d-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.917440 | 9.90s 2025-11-24 20:23:36.873130 | fa163eea-1f1d-d096-720d-0000000043a6 | TASK | Async creation of Keystone user 2025-11-24 20:23:37.228748 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:37.230263 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.294780 | 0.36s 2025-11-24 20:23:37.571838 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:37.572319 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.636853 | 0.70s 2025-11-24 20:23:37.898506 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:37.899206 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.963737 | 1.02s 2025-11-24 20:23:38.185554 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:38.186366 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.250899 | 1.31s 2025-11-24 20:23:38.569187 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:38.570001 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.634531 | 1.70s 2025-11-24 20:23:38.872053 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:38.872919 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.937443 | 2.00s 2025-11-24 20:23:39.152629 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:39.153301 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.217831 | 2.28s 2025-11-24 20:23:39.420339 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:39.420871 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.485403 | 2.55s 2025-11-24 20:23:39.756087 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:39.756633 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.821166 | 2.88s 2025-11-24 20:23:40.102305 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:40.102840 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.167374 | 3.23s 2025-11-24 20:23:40.109436 | fa163eea-1f1d-d096-720d-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:40.110166 | fa163eea-1f1d-d096-720d-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.174694 | 3.24s 2025-11-24 20:23:40.126381 | fa163eea-1f1d-d096-720d-0000000043a8 | TASK | Check Keystone user status 2025-11-24 20:23:40.442998 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:40.443821 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:43.508350 | 0.32s 2025-11-24 20:23:40.713772 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:40.714702 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:43.779235 | 0.59s 2025-11-24 20:23:40.993416 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:40.994968 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:44.059494 | 0.87s 2025-11-24 20:23:41.230835 | fa163eea-1f1d-d096-720d-0000000043a8 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-24 20:23:46.476945 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:46.479455 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:49.543957 | 6.35s 2025-11-24 20:23:46.765520 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:46.766166 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:49.830697 | 6.64s 2025-11-24 20:23:47.019854 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:47.021439 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:50.085958 | 6.89s 2025-11-24 20:23:47.277475 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:47.279272 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:50.343794 | 7.15s 2025-11-24 20:23:47.562729 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:47.563701 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:50.628225 | 7.44s 2025-11-24 20:23:47.855988 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:47.857818 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:50.922341 | 7.73s 2025-11-24 20:23:48.129233 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:48.130213 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.194738 | 8.00s 2025-11-24 20:23:48.137483 | fa163eea-1f1d-d096-720d-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:48.138459 | fa163eea-1f1d-d096-720d-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.202984 | 8.01s 2025-11-24 20:23:48.159785 | fa163eea-1f1d-d096-720d-0000000043ad | TASK | Check password of Keystone user 2025-11-24 20:23:49.165804 | fa163eea-1f1d-d096-720d-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:49.168571 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:52.233074 | 1.01s 2025-11-24 20:23:50.097855 | fa163eea-1f1d-d096-720d-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:50.099652 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.164176 | 1.94s 2025-11-24 20:23:51.020189 | fa163eea-1f1d-d096-720d-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:51.021829 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.086354 | 2.86s 2025-11-24 20:23:51.952060 | fa163eea-1f1d-d096-720d-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:51.953621 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.018149 | 3.79s 2025-11-24 20:23:52.888685 | fa163eea-1f1d-d096-720d-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:52.890362 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.954887 | 4.73s 2025-11-24 20:23:53.812070 | fa163eea-1f1d-d096-720d-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:53.812897 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.877422 | 5.65s 2025-11-24 20:23:53.818871 | fa163eea-1f1d-d096-720d-0000000043ad | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-24 20:23:53.819768 | fa163eea-1f1d-d096-720d-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.884294 | 5.66s 2025-11-24 20:23:53.839073 | fa163eea-1f1d-d096-720d-0000000043af | TASK | Async creation of Keystone user 2025-11-24 20:23:54.277988 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:54.279465 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:57.343995 | 0.44s 2025-11-24 20:23:54.590059 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:54.590601 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:57.655134 | 0.75s 2025-11-24 20:23:54.946814 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:54.948065 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.012595 | 1.11s 2025-11-24 20:23:55.248364 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:55.249235 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.313768 | 1.41s 2025-11-24 20:23:55.564541 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:55.565132 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.629665 | 1.72s 2025-11-24 20:23:55.886243 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:55.886824 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.951357 | 2.05s 2025-11-24 20:23:55.898301 | fa163eea-1f1d-d096-720d-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-24 20:23:55.899881 | fa163eea-1f1d-d096-720d-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.964405 | 2.06s 2025-11-24 20:23:55.919076 | fa163eea-1f1d-d096-720d-0000000043b1 | TASK | Check Keystone user status 2025-11-24 20:23:56.253197 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:56.254742 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:59.319246 | 0.33s 2025-11-24 20:23:56.500086 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:23:56.500724 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:59.565253 | 0.58s 2025-11-24 20:23:56.839180 | fa163eea-1f1d-d096-720d-0000000043b1 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-24 20:24:02.056722 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:24:02.057860 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.122384 | 6.14s 2025-11-24 20:24:02.336360 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:24:02.337304 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.401829 | 6.42s 2025-11-24 20:24:02.578479 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:24:02.580293 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.644817 | 6.66s 2025-11-24 20:24:02.850516 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:24:02.852209 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.916733 | 6.93s 2025-11-24 20:24:02.862149 | fa163eea-1f1d-d096-720d-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-24 20:24:02.863045 | fa163eea-1f1d-d096-720d-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.927536 | 6.94s 2025-11-24 20:24:02.883327 | fa163eea-1f1d-d096-720d-0000000039b5 | TASK | Assign Keystone Users to Roles 2025-11-24 20:24:02.974818 | fa163eea-1f1d-d096-720d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:06.039324 | 0.09s 2025-11-24 20:24:03.012609 | fa163eea-1f1d-d096-720d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:06.077131 | 0.13s 2025-11-24 20:24:03.031748 | fa163eea-1f1d-d096-720d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:06.096269 | 0.15s 2025-11-24 20:24:03.045421 | fa163eea-1f1d-d096-720d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:06.109941 | 0.16s 2025-11-24 20:24:03.059268 | 5fd7e5da-38b0-4c99-8a7c-05f12dd0dde1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-24 20:24:03.065600 | ad485183-8f65-4410-a7d9-ef2ccaa4641a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-24 20:24:03.071031 | 9d8b867b-4be3-4c2c-a7c0-c77f87d3079a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-24 20:24:03.142700 | fa163eea-1f1d-d096-720d-0000000045a4 | TASK | Async assignment of Keystone user per role 2025-11-24 20:24:03.246588 | fa163eea-1f1d-d096-720d-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:06.311090 | 0.10s 2025-11-24 20:24:03.264366 | fa163eea-1f1d-d096-720d-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:06.328893 | 0.12s 2025-11-24 20:24:03.276195 | fa163eea-1f1d-d096-720d-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:06.340721 | 0.13s 2025-11-24 20:24:03.283977 | 6b2458b7-35c1-4336-acac-33c1e7595d52 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-24 20:24:03.288221 | b4755270-622d-4c90-aaa8-2f452bbcf5b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-24 20:24:03.304099 | fa163eea-1f1d-d096-720d-00000000476d | TASK | Async assignment of Keystone user to roles 2025-11-24 20:24:03.695116 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-11-24 20:24:03.696583 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.761101 | 0.39s 2025-11-24 20:24:04.025508 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-24 20:24:04.026521 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.091045 | 0.72s 2025-11-24 20:24:04.295311 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-24 20:24:04.296444 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.360963 | 0.99s 2025-11-24 20:24:04.539067 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-24 20:24:04.539648 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.604180 | 1.23s 2025-11-24 20:24:04.816138 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-24 20:24:04.816834 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.881367 | 1.51s 2025-11-24 20:24:05.108446 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-11-24 20:24:05.109460 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.173984 | 1.80s 2025-11-24 20:24:05.381748 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-24 20:24:05.382743 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.447268 | 2.08s 2025-11-24 20:24:05.670498 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-24 20:24:05.671966 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.736492 | 2.37s 2025-11-24 20:24:05.971647 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-24 20:24:05.972605 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.037130 | 2.67s 2025-11-24 20:24:06.260491 | fa163eea-1f1d-d096-720d-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-24 20:24:06.261054 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.325588 | 2.96s 2025-11-24 20:24:06.264182 | fa163eea-1f1d-d096-720d-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.328709 | 2.96s 2025-11-24 20:24:06.279052 | fa163eea-1f1d-d096-720d-00000000476f | TASK | Check Keystone user assignment to roles status 2025-11-24 20:24:06.598630 | fa163eea-1f1d-d096-720d-00000000476f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-24 20:24:11.822610 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-11-24 20:24:11.823431 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.887961 | 5.54s 2025-11-24 20:24:12.059184 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-24 20:24:12.061380 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:15.125904 | 5.78s 2025-11-24 20:24:12.309650 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-24 20:24:12.311548 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:15.376073 | 6.03s 2025-11-24 20:24:12.565622 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-24 20:24:12.566740 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:15.631265 | 6.29s 2025-11-24 20:24:12.818861 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-24 20:24:12.819931 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:15.884456 | 6.54s 2025-11-24 20:24:13.084494 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-11-24 20:24:13.086567 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.151092 | 6.81s 2025-11-24 20:24:13.386111 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-24 20:24:13.388099 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.452624 | 7.11s 2025-11-24 20:24:13.633432 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-24 20:24:13.634446 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.698959 | 7.35s 2025-11-24 20:24:13.898421 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-24 20:24:13.900806 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.965330 | 7.62s 2025-11-24 20:24:14.144831 | fa163eea-1f1d-d096-720d-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-24 20:24:14.145926 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.210450 | 7.87s 2025-11-24 20:24:14.156443 | fa163eea-1f1d-d096-720d-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.220958 | 7.88s 2025-11-24 20:24:14.181199 | fa163eea-1f1d-d096-720d-000000004774 | TASK | Async assignment of Keystone user to roles 2025-11-24 20:24:14.575151 | fa163eea-1f1d-d096-720d-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-24 20:24:14.577056 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:17.641548 | 0.39s 2025-11-24 20:24:14.848405 | fa163eea-1f1d-d096-720d-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-24 20:24:14.849817 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:17.914341 | 0.67s 2025-11-24 20:24:15.171853 | fa163eea-1f1d-d096-720d-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-24 20:24:15.173581 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:18.238107 | 0.99s 2025-11-24 20:24:15.537183 | fa163eea-1f1d-d096-720d-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-11-24 20:24:15.537766 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:18.602299 | 1.36s 2025-11-24 20:24:15.838350 | fa163eea-1f1d-d096-720d-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-24 20:24:15.838922 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:18.903455 | 1.66s 2025-11-24 20:24:16.160081 | fa163eea-1f1d-d096-720d-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-24 20:24:16.160783 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.225313 | 1.98s 2025-11-24 20:24:16.174650 | fa163eea-1f1d-d096-720d-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.239176 | 1.99s 2025-11-24 20:24:16.191337 | fa163eea-1f1d-d096-720d-000000004776 | TASK | Check Keystone user assignment to roles status 2025-11-24 20:24:16.458408 | fa163eea-1f1d-d096-720d-000000004776 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-24 20:24:21.703815 | fa163eea-1f1d-d096-720d-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-24 20:24:21.707486 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:24.772003 | 5.51s 2025-11-24 20:24:21.954888 | fa163eea-1f1d-d096-720d-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-24 20:24:21.958219 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.022742 | 5.77s 2025-11-24 20:24:22.188112 | fa163eea-1f1d-d096-720d-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-24 20:24:22.190370 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.254892 | 6.00s 2025-11-24 20:24:22.409148 | fa163eea-1f1d-d096-720d-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-11-24 20:24:22.410144 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.474669 | 6.22s 2025-11-24 20:24:22.640662 | fa163eea-1f1d-d096-720d-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-24 20:24:22.644649 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.709168 | 6.45s 2025-11-24 20:24:22.885518 | fa163eea-1f1d-d096-720d-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-24 20:24:22.887120 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.951641 | 6.69s 2025-11-24 20:24:22.896828 | fa163eea-1f1d-d096-720d-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.961337 | 6.70s 2025-11-24 20:24:22.917130 | fa163eea-1f1d-d096-720d-0000000045a9 | TASK | Async assignment of Keystone user per role 2025-11-24 20:24:23.013232 | fa163eea-1f1d-d096-720d-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:26.077720 | 0.09s 2025-11-24 20:24:23.025576 | fa163eea-1f1d-d096-720d-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:26.090096 | 0.11s 2025-11-24 20:24:23.039917 | 6ba08b15-4d96-43d1-afa5-ef8888ffb756 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-24 20:24:23.064578 | fa163eea-1f1d-d096-720d-0000000047da | TASK | Async assignment of Keystone user to roles 2025-11-24 20:24:23.399221 | fa163eea-1f1d-d096-720d-0000000047da | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-24 20:24:23.401442 | fa163eea-1f1d-d096-720d-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:26.465961 | 0.34s 2025-11-24 20:24:23.411854 | fa163eea-1f1d-d096-720d-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:26.476362 | 0.35s 2025-11-24 20:24:23.430870 | fa163eea-1f1d-d096-720d-0000000047dc | TASK | Check Keystone user assignment to roles status 2025-11-24 20:24:23.718516 | fa163eea-1f1d-d096-720d-0000000047dc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-24 20:24:28.938842 | fa163eea-1f1d-d096-720d-0000000047dc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-24 20:24:28.940180 | fa163eea-1f1d-d096-720d-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:32.004702 | 5.51s 2025-11-24 20:24:28.946633 | fa163eea-1f1d-d096-720d-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:32.011147 | 5.51s 2025-11-24 20:24:28.965794 | fa163eea-1f1d-d096-720d-0000000045ae | TASK | Async assignment of Keystone user per role 2025-11-24 20:24:29.068711 | fa163eea-1f1d-d096-720d-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:32.133218 | 0.10s 2025-11-24 20:24:29.079212 | fa163eea-1f1d-d096-720d-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:32.143729 | 0.11s 2025-11-24 20:24:29.093286 | 3f984967-4cea-4734-9ba5-c1158ef8ca19 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-24 20:24:29.121125 | fa163eea-1f1d-d096-720d-0000000047fe | TASK | Async assignment of Keystone user to roles 2025-11-24 20:24:29.496139 | fa163eea-1f1d-d096-720d-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-24 20:24:29.498364 | fa163eea-1f1d-d096-720d-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.562881 | 0.37s 2025-11-24 20:24:29.840396 | fa163eea-1f1d-d096-720d-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-24 20:24:29.841410 | fa163eea-1f1d-d096-720d-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.905935 | 0.72s 2025-11-24 20:24:30.168373 | fa163eea-1f1d-d096-720d-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-24 20:24:30.170990 | fa163eea-1f1d-d096-720d-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:33.235441 | 1.05s 2025-11-24 20:24:30.180463 | fa163eea-1f1d-d096-720d-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:33.244982 | 1.06s 2025-11-24 20:24:30.199622 | fa163eea-1f1d-d096-720d-000000004800 | TASK | Check Keystone user assignment to roles status 2025-11-24 20:24:30.485305 | fa163eea-1f1d-d096-720d-000000004800 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-24 20:24:35.716278 | fa163eea-1f1d-d096-720d-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-24 20:24:35.719103 | fa163eea-1f1d-d096-720d-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.783610 | 5.52s 2025-11-24 20:24:35.979031 | fa163eea-1f1d-d096-720d-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-24 20:24:35.981138 | fa163eea-1f1d-d096-720d-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.045660 | 5.78s 2025-11-24 20:24:36.248419 | fa163eea-1f1d-d096-720d-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-24 20:24:36.250518 | fa163eea-1f1d-d096-720d-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.315041 | 6.05s 2025-11-24 20:24:36.261735 | fa163eea-1f1d-d096-720d-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.326253 | 6.06s 2025-11-24 20:24:36.297341 | fa163eea-1f1d-d096-720d-00000000397b | TASK | is Keystone LDAP enabled 2025-11-24 20:24:36.339230 | fa163eea-1f1d-d096-720d-00000000397b | OK | is Keystone LDAP enabled | undercloud 2025-11-24 20:24:36.340400 | fa163eea-1f1d-d096-720d-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:39.404922 | 0.04s 2025-11-24 20:24:36.357654 | fa163eea-1f1d-d096-720d-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-24 20:24:36.397786 | fa163eea-1f1d-d096-720d-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-24 20:24:36.399183 | fa163eea-1f1d-d096-720d-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:39.463705 | 0.04s 2025-11-24 20:24:36.417073 | fa163eea-1f1d-d096-720d-00000000397d | TASK | Manage Keystone domains from LDAP config 2025-11-24 20:24:36.460696 | fa163eea-1f1d-d096-720d-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-24 20:24:36.463414 | fa163eea-1f1d-d096-720d-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:39.527935 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-24 20:24:36.605961 | fa163eea-1f1d-d096-720d-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-24 20:24:36.635820 | fa163eea-1f1d-d096-720d-0000000000e2 | OK | Deploy step tasks for 4 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 4' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000e2') missing from stats 2025-11-24 20:24:36.660415 | fa163eea-1f1d-d096-720d-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-24 20:24:37.186704 | fa163eea-1f1d-d096-720d-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-24 20:24:37.187587 | fa163eea-1f1d-d096-720d-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:40.252120 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:24:37.255004 | fa163eea-1f1d-d096-720d-0000000000e4 | TIMING | include_tasks | standalone | 0:24:40.319527 | 0.05s 2025-11-24 20:24:37.278703 | 72b1ff30-628c-4c0a-a879-0e0576622ba5 | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-24 20:24:37.303862 | fa163eea-1f1d-d096-720d-000000004842 | TASK | Create virtqemud recovery script 2025-11-24 20:24:37.766991 | fa163eea-1f1d-d096-720d-000000004842 | CHANGED | Create virtqemud recovery script | standalone 2025-11-24 20:24:37.768350 | fa163eea-1f1d-d096-720d-000000004842 | TIMING | Create virtqemud recovery script | standalone | 0:24:40.832873 | 0.46s 2025-11-24 20:24:37.796442 | fa163eea-1f1d-d096-720d-000000004843 | TASK | Create virtqemud recovery trigger service 2025-11-24 20:24:38.264130 | fa163eea-1f1d-d096-720d-000000004843 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-24 20:24:38.265165 | fa163eea-1f1d-d096-720d-000000004843 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:41.329693 | 0.47s 2025-11-24 20:24:38.288155 | fa163eea-1f1d-d096-720d-000000004844 | TASK | Create virtqemud recovery trigger timer 2025-11-24 20:24:38.676872 | fa163eea-1f1d-d096-720d-000000004844 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-24 20:24:38.678420 | fa163eea-1f1d-d096-720d-000000004844 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:41.742939 | 0.39s 2025-11-24 20:24:38.707394 | fa163eea-1f1d-d096-720d-000000004845 | TASK | Enable virtqemud recovery trigger service 2025-11-24 20:24:39.746680 | fa163eea-1f1d-d096-720d-000000004845 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-24 20:24:39.748752 | fa163eea-1f1d-d096-720d-000000004845 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:42.813274 | 1.04s 2025-11-24 20:24:39.777929 | fa163eea-1f1d-d096-720d-000000004846 | TASK | Enable virtqemud recovery trigger timer 2025-11-24 20:24:40.767830 | fa163eea-1f1d-d096-720d-000000004846 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-24 20:24:40.768933 | fa163eea-1f1d-d096-720d-000000004846 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:43.833464 | 0.99s 2025-11-24 20:24:40.788256 | fa163eea-1f1d-d096-720d-000000004847 | TASK | Really enable virtqemud recovery trigger timer 2025-11-24 20:24:41.392134 | fa163eea-1f1d-d096-720d-000000004847 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-24 20:24:41.393159 | fa163eea-1f1d-d096-720d-000000004847 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:44.457687 | 0.60s 2025-11-24 20:24:41.421765 | fa163eea-1f1d-d096-720d-000000004849 | TASK | Create systemd file 2025-11-24 20:24:41.953355 | fa163eea-1f1d-d096-720d-000000004849 | CHANGED | Create systemd file | standalone 2025-11-24 20:24:41.954066 | fa163eea-1f1d-d096-720d-000000004849 | TIMING | Create systemd file | standalone | 0:24:45.018597 | 0.53s 2025-11-24 20:24:41.972478 | fa163eea-1f1d-d096-720d-00000000484a | TASK | Reload systemd 2025-11-24 20:24:42.714910 | fa163eea-1f1d-d096-720d-00000000484a | CHANGED | Reload systemd | standalone 2025-11-24 20:24:42.716639 | fa163eea-1f1d-d096-720d-00000000484a | TIMING | Reload systemd | standalone | 0:24:45.781162 | 0.74s 2025-11-24 20:24:42.745236 | fa163eea-1f1d-d096-720d-00000000484d | TASK | Start OVN container 2025-11-24 20:24:42.812811 | fa163eea-1f1d-d096-720d-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-24 20:24:42.847919 | fa163eea-1f1d-d096-720d-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-24 20:24:42.856381 | fa163eea-1f1d-d096-720d-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-24 20:24:42.868781 | fa163eea-1f1d-d096-720d-00000000484d | TIMING | Start OVN container | standalone | 0:24:45.933300 | 0.12s 2025-11-24 20:24:42.898218 | fa163eea-1f1d-d096-720d-00000000484f | TASK | Set NB connection 2025-11-24 20:24:42.937958 | fa163eea-1f1d-d096-720d-00000000484f | SKIPPED | Set NB connection | standalone 2025-11-24 20:24:42.939264 | fa163eea-1f1d-d096-720d-00000000484f | TIMING | Set NB connection | standalone | 0:24:46.003783 | 0.04s 2025-11-24 20:24:42.968154 | fa163eea-1f1d-d096-720d-000000004850 | TASK | Set SB connection 2025-11-24 20:24:43.020282 | fa163eea-1f1d-d096-720d-000000004850 | SKIPPED | Set SB connection | standalone 2025-11-24 20:24:43.021718 | fa163eea-1f1d-d096-720d-000000004850 | TIMING | Set SB connection | standalone | 0:24:46.086233 | 0.05s 2025-11-24 20:24:43.050228 | fa163eea-1f1d-d096-720d-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-24 20:24:43.279326 | fa163eea-1f1d-d096-720d-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-24 20:24:43.280807 | fa163eea-1f1d-d096-720d-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:46.345324 | 0.23s 2025-11-24 20:24:43.396844 | fa163eea-1f1d-d096-720d-0000000000e7 | TIMING | include_tasks | standalone | 0:24:46.461348 | 0.09s 2025-11-24 20:24:43.435254 | f2ea7d5b-6713-47b9-87aa-bcce6d9841c3 | INCLUDED | /root/standalone-ansible-l9a11urb/common_deploy_steps_tasks.yaml | standalone 2025-11-24 20:24:43.461963 | fa163eea-1f1d-d096-720d-00000000487f | TASK | Write the config_step hieradata 2025-11-24 20:24:44.407971 | fa163eea-1f1d-d096-720d-00000000487f | OK | Write the config_step hieradata | standalone 2025-11-24 20:24:44.409282 | fa163eea-1f1d-d096-720d-00000000487f | TIMING | Write the config_step hieradata | standalone | 0:24:47.473803 | 0.95s 2025-11-24 20:24:44.440782 | fa163eea-1f1d-d096-720d-000000004880 | TASK | Run puppet host configuration for step 4 2025-11-24 20:24:44.760139 | fa163eea-1f1d-d096-720d-000000004880 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-24 20:24:44.761652 | fa163eea-1f1d-d096-720d-000000004880 | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:47.826171 | 0.32s 2025-11-24 20:24:44.785825 | fa163eea-1f1d-d096-720d-000000004881 | TASK | Wait for puppet host configuration to finish 2025-11-24 20:24:44.994391 | fa163eea-1f1d-d096-720d-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-24 20:24:55.243580 | fa163eea-1f1d-d096-720d-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-24 20:25:05.480741 | fa163eea-1f1d-d096-720d-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-24 20:25:15.705405 | fa163eea-1f1d-d096-720d-000000004881 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-24 20:25:15.706856 | fa163eea-1f1d-d096-720d-000000004881 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:18.771372 | 30.92s 2025-11-24 20:25:15.737037 | fa163eea-1f1d-d096-720d-000000004882 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-24 20:25:15.819418 | fa163eea-1f1d-d096-720d-000000004882 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 24 20:24:44 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 24 20:24:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 24 20:24:51 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 24 20:24:51 puppet-user: (file & line not available)", "<13>Nov 24 20:24:51 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 24 20:24:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 24 20:24:52 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:24:52 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 24 20:24:52 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 24 20:24:52 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:24:52 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:24:52 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:24:52 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:24:52 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:24:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 24 20:24:52 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.50 seconds", "<13>Nov 24 20:24:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 24 20:24:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 24 20:25:04 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 24 20:25:04 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}5b8b8a2459314159da048c36b364bcb36c52e5f9b4b980dd6069c979aabe5986'", "<13>Nov 24 20:25:04 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 24 20:25:04 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 24 20:25:04 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 24 20:25:04 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 24 20:25:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 24 20:25:11 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Nov 24 20:25:12 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 24 20:25:12 puppet-user: Notice: Applied catalog in 20.05 seconds", "<13>Nov 24 20:25:12 puppet-user: Application:", "<13>Nov 24 20:25:12 puppet-user: Initial environment: production", "<13>Nov 24 20:25:12 puppet-user: Converged environment: production", "<13>Nov 24 20:25:12 puppet-user: Run mode: user", "<13>Nov 24 20:25:12 puppet-user: Changes:", "<13>Nov 24 20:25:12 puppet-user: Total: 10", "<13>Nov 24 20:25:12 puppet-user: Events:", "<13>Nov 24 20:25:12 puppet-user: Success: 10", "<13>Nov 24 20:25:12 puppet-user: Resources:", "<13>Nov 24 20:25:12 puppet-user: Restarted: 1", "<13>Nov 24 20:25:12 puppet-user: Changed: 10", "<13>Nov 24 20:25:12 puppet-user: Out of sync: 10", "<13>Nov 24 20:25:12 puppet-user: Total: 37", "<13>Nov 24 20:25:12 puppet-user: Time:", "<13>Nov 24 20:25:12 puppet-user: Filebucket: 0.00", "<13>Nov 24 20:25:12 puppet-user: Schedule: 0.00", "<13>Nov 24 20:25:12 puppet-user: File line: 0.00", "<13>Nov 24 20:25:12 puppet-user: Augeas: 0.01", "<13>Nov 24 20:25:12 puppet-user: User: 0.01", "<13>Nov 24 20:25:12 puppet-user: File: 0.10", "<13>Nov 24 20:25:12 puppet-user: Config retrieval: 0.58", "<13>Nov 24 20:25:12 puppet-user: Service: 1.45", "<13>Nov 24 20:25:12 puppet-user: Pcmk property: 1.49", "<13>Nov 24 20:25:12 puppet-user: Last run: 1764015912", "<13>Nov 24 20:25:12 puppet-user: Pcmk resource op default: 2.15", "<13>Nov 24 20:25:12 puppet-user: Pcmk resource default: 2.18", "<13>Nov 24 20:25:12 puppet-user: Transaction evaluation: 20.03", "<13>Nov 24 20:25:12 puppet-user: Catalog application: 20.05", "<13>Nov 24 20:25:12 puppet-user: Package: 5.40", "<13>Nov 24 20:25:12 puppet-user: Exec: 6.98", "<13>Nov 24 20:25:12 puppet-user: Total: 20.05", "<13>Nov 24 20:25:12 puppet-user: Version:", "<13>Nov 24 20:25:12 puppet-user: Config: 1764015891", "<13>Nov 24 20:25:12 puppet-user: Puppet: 7.10.0" ] } 2025-11-24 20:25:15.821032 | fa163eea-1f1d-d096-720d-000000004882 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:18.885534 | 0.08s 2025-11-24 20:25:15.849513 | fa163eea-1f1d-d096-720d-000000004883 | TASK | Pre-cache facts for puppet containers 2025-11-24 20:25:15.873175 | fa163eea-1f1d-d096-720d-000000004883 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:18.937681 | 0.02s 2025-11-24 20:25:15.942379 | fa163eea-1f1d-d096-720d-0000000048c4 | TASK | Gather variables for each operating system 2025-11-24 20:25:16.054684 | fa163eea-1f1d-d096-720d-0000000048c4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:19.119206 | 0.11s 2025-11-24 20:25:16.078251 | fa163eea-1f1d-d096-720d-0000000048c5 | TASK | Create puppet caching structures 2025-11-24 20:25:16.305225 | fa163eea-1f1d-d096-720d-0000000048c5 | CHANGED | Create puppet caching structures | standalone 2025-11-24 20:25:16.306000 | fa163eea-1f1d-d096-720d-0000000048c5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:19.370531 | 0.23s 2025-11-24 20:25:16.324914 | fa163eea-1f1d-d096-720d-0000000048c6 | TASK | Check for facter.conf 2025-11-24 20:25:16.589525 | fa163eea-1f1d-d096-720d-0000000048c6 | OK | Check for facter.conf | standalone 2025-11-24 20:25:16.591223 | fa163eea-1f1d-d096-720d-0000000048c6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:19.655746 | 0.27s 2025-11-24 20:25:16.621915 | fa163eea-1f1d-d096-720d-0000000048c7 | TASK | Remove facter.conf if directory 2025-11-24 20:25:16.674372 | fa163eea-1f1d-d096-720d-0000000048c7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-24 20:25:16.675543 | fa163eea-1f1d-d096-720d-0000000048c7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:19.740066 | 0.05s 2025-11-24 20:25:16.705388 | fa163eea-1f1d-d096-720d-0000000048c8 | TASK | Write facter cache config 2025-11-24 20:25:17.184216 | fa163eea-1f1d-d096-720d-0000000048c8 | CHANGED | Write facter cache config | standalone 2025-11-24 20:25:17.185317 | fa163eea-1f1d-d096-720d-0000000048c8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:20.249846 | 0.48s 2025-11-24 20:25:17.207641 | fa163eea-1f1d-d096-720d-0000000048c9 | TASK | Cleanup facter cache if exists 2025-11-24 20:25:17.419572 | fa163eea-1f1d-d096-720d-0000000048c9 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-24 20:25:17.420942 | fa163eea-1f1d-d096-720d-0000000048c9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:20.485462 | 0.21s 2025-11-24 20:25:17.449897 | fa163eea-1f1d-d096-720d-0000000048ca | TASK | Pre-cache facts 2025-11-24 20:25:18.056962 | fa163eea-1f1d-d096-720d-0000000048ca | CHANGED | Pre-cache facts | standalone 2025-11-24 20:25:18.058288 | fa163eea-1f1d-d096-720d-0000000048ca | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:21.122808 | 0.61s 2025-11-24 20:25:18.090438 | fa163eea-1f1d-d096-720d-0000000048cb | TASK | Failed deployment if facter fails 2025-11-24 20:25:18.125578 | fa163eea-1f1d-d096-720d-0000000048cb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-24 20:25:18.126885 | fa163eea-1f1d-d096-720d-0000000048cb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:21.191408 | 0.03s 2025-11-24 20:25:18.171878 | fa163eea-1f1d-d096-720d-0000000048cc | TASK | Sync cached facts 2025-11-24 20:25:18.504869 | fa163eea-1f1d-d096-720d-0000000048cc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-0000000048cc') missing from stats 2025-11-24 20:25:18.565384 | fa163eea-1f1d-d096-720d-000000004884 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-24 20:25:18.616585 | fa163eea-1f1d-d096-720d-000000004884 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-24 20:25:18.617848 | fa163eea-1f1d-d096-720d-000000004884 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:21.682368 | 0.05s 2025-11-24 20:25:18.649414 | fa163eea-1f1d-d096-720d-000000004886 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-24 20:25:18.679351 | fa163eea-1f1d-d096-720d-000000004886 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:21.743865 | 0.03s 2025-11-24 20:25:18.752894 | fa163eea-1f1d-d096-720d-000000004923 | TASK | Gather variables for each operating system 2025-11-24 20:25:18.865488 | fa163eea-1f1d-d096-720d-000000004923 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:21.930006 | 0.11s 2025-11-24 20:25:18.887553 | fa163eea-1f1d-d096-720d-000000004924 | TASK | Create container logs path 2025-11-24 20:25:19.154036 | fa163eea-1f1d-d096-720d-000000004924 | OK | Create container logs path | standalone 2025-11-24 20:25:19.155557 | fa163eea-1f1d-d096-720d-000000004924 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:22.220079 | 0.27s 2025-11-24 20:25:19.186899 | fa163eea-1f1d-d096-720d-000000004926 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-24 20:25:19.485517 | fa163eea-1f1d-d096-720d-000000004926 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-24 20:25:19.487290 | fa163eea-1f1d-d096-720d-000000004926 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:22.551809 | 0.30s 2025-11-24 20:25:19.524248 | fa163eea-1f1d-d096-720d-000000004927 | TASK | Finalise hashes for all containers 2025-11-24 20:25:19.619347 | fa163eea-1f1d-d096-720d-000000004927 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:25:19.620855 | fa163eea-1f1d-d096-720d-000000004927 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:22.685370 | 0.09s 2025-11-24 20:25:19.650520 | fa163eea-1f1d-d096-720d-000000004929 | TASK | Manage systemd shutdown files 2025-11-24 20:25:19.685925 | fa163eea-1f1d-d096-720d-000000004929 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:22.750433 | 0.03s 2025-11-24 20:25:19.719854 | 5af8490a-e6e7-4577-9bf8-b100b7bbaac2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-24 20:25:19.749893 | fa163eea-1f1d-d096-720d-00000000495c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-24 20:25:20.025533 | fa163eea-1f1d-d096-720d-00000000495c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-24 20:25:20.027130 | fa163eea-1f1d-d096-720d-00000000495c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:23.091652 | 0.28s 2025-11-24 20:25:20.050666 | fa163eea-1f1d-d096-720d-00000000495d | TASK | Set podman_drop_in fact 2025-11-24 20:25:20.104553 | fa163eea-1f1d-d096-720d-00000000495d | OK | Set podman_drop_in fact | standalone 2025-11-24 20:25:20.106121 | fa163eea-1f1d-d096-720d-00000000495d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:23.170639 | 0.05s 2025-11-24 20:25:20.136045 | fa163eea-1f1d-d096-720d-00000000495f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-24 20:25:20.657707 | fa163eea-1f1d-d096-720d-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-24 20:25:20.659541 | fa163eea-1f1d-d096-720d-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:23.724066 | 0.52s 2025-11-24 20:25:21.080227 | fa163eea-1f1d-d096-720d-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-24 20:25:21.081319 | fa163eea-1f1d-d096-720d-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:24.145844 | 0.94s 2025-11-24 20:25:21.089665 | fa163eea-1f1d-d096-720d-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:24.154180 | 0.95s 2025-11-24 20:25:21.120899 | fa163eea-1f1d-d096-720d-000000004960 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-24 20:25:21.572921 | fa163eea-1f1d-d096-720d-000000004960 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-24 20:25:21.574457 | fa163eea-1f1d-d096-720d-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:24.638980 | 0.45s 2025-11-24 20:25:21.603213 | fa163eea-1f1d-d096-720d-000000004961 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-24 20:25:22.067375 | fa163eea-1f1d-d096-720d-000000004961 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-24 20:25:22.068872 | fa163eea-1f1d-d096-720d-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:25.133393 | 0.46s 2025-11-24 20:25:22.100537 | fa163eea-1f1d-d096-720d-000000004962 | TASK | Enable and start tripleo-container-shutdown 2025-11-24 20:25:22.790245 | fa163eea-1f1d-d096-720d-000000004962 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-24 20:25:22.792751 | fa163eea-1f1d-d096-720d-000000004962 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:25.857270 | 0.69s 2025-11-24 20:25:22.825542 | fa163eea-1f1d-d096-720d-000000004963 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-24 20:25:23.295360 | fa163eea-1f1d-d096-720d-000000004963 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-24 20:25:23.296893 | fa163eea-1f1d-d096-720d-000000004963 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:26.361414 | 0.47s 2025-11-24 20:25:23.326993 | fa163eea-1f1d-d096-720d-000000004964 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-24 20:25:23.797978 | fa163eea-1f1d-d096-720d-000000004964 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-24 20:25:23.799454 | fa163eea-1f1d-d096-720d-000000004964 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:26.863976 | 0.47s 2025-11-24 20:25:23.829875 | fa163eea-1f1d-d096-720d-000000004965 | TASK | Enable and start netns-placeholder 2025-11-24 20:25:24.565056 | fa163eea-1f1d-d096-720d-000000004965 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-24 20:25:24.566230 | fa163eea-1f1d-d096-720d-000000004965 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:27.630761 | 0.73s 2025-11-24 20:25:24.597900 | fa163eea-1f1d-d096-720d-00000000492b | TASK | Update container configs with new config hashes 2025-11-24 20:25:24.636138 | fa163eea-1f1d-d096-720d-00000000492b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:27.700648 | 0.04s 2025-11-24 20:25:24.657233 | ac2d4174-45f6-4339-81d0-0c61f64c44a5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-24 20:25:24.691168 | fa163eea-1f1d-d096-720d-00000000498d | TASK | Update config hashes for container startup configs 2025-11-24 20:25:24.922530 | fa163eea-1f1d-d096-720d-00000000498d | OK | Update config hashes for container startup configs | standalone 2025-11-24 20:25:24.923339 | fa163eea-1f1d-d096-720d-00000000498d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:27.987870 | 0.23s 2025-11-24 20:25:24.943414 | fa163eea-1f1d-d096-720d-00000000492c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-24 20:25:24.981855 | fa163eea-1f1d-d096-720d-00000000492c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:28.046356 | 0.04s 2025-11-24 20:25:25.001038 | 6613be9a-fb8d-4e31-94d9-d4ae212ff92e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:25:25.031902 | fa163eea-1f1d-d096-720d-0000000049ac | TASK | Gather podman infos 2025-11-24 20:25:26.412837 | fa163eea-1f1d-d096-720d-0000000049ac | OK | Gather podman infos | standalone 2025-11-24 20:25:26.414158 | fa163eea-1f1d-d096-720d-0000000049ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:29.478683 | 1.38s 2025-11-24 20:25:26.522961 | fa163eea-1f1d-d096-720d-0000000049ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-24 20:25:26.588735 | fa163eea-1f1d-d096-720d-0000000049ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:29.653260 | 0.06s 2025-11-24 20:25:26.696980 | fa163eea-1f1d-d096-720d-0000000049f6 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:29.761500 | 0.07s 2025-11-24 20:25:26.734637 | fa163eea-1f1d-d096-720d-00000000492d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-24 20:25:26.771771 | fa163eea-1f1d-d096-720d-00000000492d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:29.836292 | 0.04s 2025-11-24 20:25:26.783981 | 05e6741f-b33e-434c-b178-e3e862591cd6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:25:26.813898 | fa163eea-1f1d-d096-720d-000000004a1c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-24 20:25:48.790248 | fa163eea-1f1d-d096-720d-000000004a1c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-24 20:25:48.791395 | fa163eea-1f1d-d096-720d-000000004a1c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:51.855923 | 21.98s 2025-11-24 20:25:48.815548 | fa163eea-1f1d-d096-720d-000000004a1d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-24 20:28:00.540741 | fa163eea-1f1d-d096-720d-000000004a1d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-24 20:28:00.542026 | fa163eea-1f1d-d096-720d-000000004a1d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:03.606527 | 131.73s 2025-11-24 20:28:00.609672 | fa163eea-1f1d-d096-720d-000000004888 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-24 20:28:00.805788 | fa163eea-1f1d-d096-720d-000000004888 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-24 20:28:00.806529 | fa163eea-1f1d-d096-720d-000000004888 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:03.871061 | 0.20s 2025-11-24 20:28:00.833883 | fa163eea-1f1d-d096-720d-000000004889 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-24 20:28:00.870239 | fa163eea-1f1d-d096-720d-000000004889 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:03.934765 | 0.04s 2025-11-24 20:28:00.890228 | fa163eea-1f1d-d096-720d-00000000488a | TASK | Include container-puppet tasks for step 4 2025-11-24 20:28:00.921286 | fa163eea-1f1d-d096-720d-00000000488a | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:03.985807 | 0.03s 2025-11-24 20:28:00.933725 | 54a4e636-8998-45b0-96e4-9a9f570bd28a | INCLUDED | /root/standalone-ansible-l9a11urb/host-container-puppet-tasks.yaml | standalone 2025-11-24 20:28:00.984414 | fa163eea-1f1d-d096-720d-000000004a68 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-24 20:28:01.546669 | fa163eea-1f1d-d096-720d-000000004a68 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-24 20:28:01.547945 | fa163eea-1f1d-d096-720d-000000004a68 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:04.612468 | 0.56s 2025-11-24 20:28:01.577810 | fa163eea-1f1d-d096-720d-000000004a6a | TASK | Generate container puppet configs for step 4 2025-11-24 20:28:01.845365 | fa163eea-1f1d-d096-720d-000000004a6a | OK | Generate container puppet configs for step 4 | standalone 2025-11-24 20:28:01.846392 | fa163eea-1f1d-d096-720d-000000004a6a | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:04.910920 | 0.27s 2025-11-24 20:28:01.869149 | fa163eea-1f1d-d096-720d-000000004a6b | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-24 20:28:01.888681 | fa163eea-1f1d-d096-720d-000000004a6b | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:04.953199 | 0.02s 2025-11-24 20:28:01.957077 | fa163eea-1f1d-d096-720d-000000004a9a | TASK | Gather variables for each operating system 2025-11-24 20:28:02.077730 | fa163eea-1f1d-d096-720d-000000004a9a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:05.142239 | 0.12s 2025-11-24 20:28:02.107290 | fa163eea-1f1d-d096-720d-000000004a9b | TASK | Create container logs path 2025-11-24 20:28:02.329241 | fa163eea-1f1d-d096-720d-000000004a9b | OK | Create container logs path | standalone 2025-11-24 20:28:02.330513 | fa163eea-1f1d-d096-720d-000000004a9b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:05.395033 | 0.22s 2025-11-24 20:28:02.354301 | fa163eea-1f1d-d096-720d-000000004a9d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-24 20:28:02.630595 | fa163eea-1f1d-d096-720d-000000004a9d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-24 20:28:02.631862 | fa163eea-1f1d-d096-720d-000000004a9d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:05.696383 | 0.28s 2025-11-24 20:28:02.661459 | fa163eea-1f1d-d096-720d-000000004a9e | TASK | Finalise hashes for all containers 2025-11-24 20:28:02.715101 | fa163eea-1f1d-d096-720d-000000004a9e | OK | Finalise hashes for all containers | standalone 2025-11-24 20:28:02.716527 | fa163eea-1f1d-d096-720d-000000004a9e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:05.781045 | 0.05s 2025-11-24 20:28:02.746579 | fa163eea-1f1d-d096-720d-000000004aa0 | TASK | Manage systemd shutdown files 2025-11-24 20:28:02.781512 | fa163eea-1f1d-d096-720d-000000004aa0 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:28:02.782807 | fa163eea-1f1d-d096-720d-000000004aa0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:05.847331 | 0.03s 2025-11-24 20:28:02.812965 | fa163eea-1f1d-d096-720d-000000004aa2 | TASK | Update container configs with new config hashes 2025-11-24 20:28:02.864210 | fa163eea-1f1d-d096-720d-000000004aa2 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:28:02.865450 | fa163eea-1f1d-d096-720d-000000004aa2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:05.929973 | 0.05s 2025-11-24 20:28:02.898255 | fa163eea-1f1d-d096-720d-000000004aa3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-24 20:28:02.950119 | fa163eea-1f1d-d096-720d-000000004aa3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-24 20:28:02.951398 | fa163eea-1f1d-d096-720d-000000004aa3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:06.015919 | 0.05s 2025-11-24 20:28:02.984907 | fa163eea-1f1d-d096-720d-000000004aa4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-24 20:28:03.037057 | fa163eea-1f1d-d096-720d-000000004aa4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-24 20:28:03.038265 | fa163eea-1f1d-d096-720d-000000004aa4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:06.102789 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-11-24 20:28:03.209541 | fa163eea-1f1d-d096-720d-0000000000ea | TASK | External deployment step 5 2025-11-24 20:28:03.252326 | fa163eea-1f1d-d096-720d-0000000000ea | OK | External deployment step 5 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 5' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-0000000000ea') missing from stats 2025-11-24 20:28:03.310663 | fa163eea-1f1d-d096-720d-0000000000eb | TIMING | include_tasks | undercloud | 0:28:06.375179 | 0.04s 2025-11-24 20:28:03.322257 | cc261460-ae02-4dda-9e51-9767b7edbca7 | INCLUDED | /root/standalone-ansible-l9a11urb/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-24 20:28:03.340717 | fa163eea-1f1d-d096-720d-000000004af3 | TASK | Manage Cinder's default volume type 2025-11-24 20:28:13.662731 | fa163eea-1f1d-d096-720d-000000004af3 | OK | Manage Cinder's default volume type | undercloud 2025-11-24 20:28:13.664364 | fa163eea-1f1d-d096-720d-000000004af3 | TIMING | Manage Cinder's default volume type | undercloud | 0:28:16.728886 | 10.32s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-24 20:28:13.808962 | fa163eea-1f1d-d096-720d-0000000000ee | TASK | Deploy step tasks for 5 2025-11-24 20:28:13.839554 | fa163eea-1f1d-d096-720d-0000000000ee | OK | Deploy step tasks for 5 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 5' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000ee') missing from stats 2025-11-24 20:28:13.862192 | fa163eea-1f1d-d096-720d-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-24 20:28:14.360498 | fa163eea-1f1d-d096-720d-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-24 20:28:14.361388 | fa163eea-1f1d-d096-720d-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:17.425919 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-24 20:28:14.406263 | fa163eea-1f1d-d096-720d-0000000000f0 | TIMING | include_tasks | standalone | 0:28:17.470789 | 0.03s 2025-11-24 20:28:14.479746 | 966af738-176d-455a-837d-5d7444dea94d | INCLUDED | /root/standalone-ansible-l9a11urb/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-24 20:28:14.513859 | fa163eea-1f1d-d096-720d-000000004b16 | TASK | Gather variables for each operating system 2025-11-24 20:28:14.612747 | fa163eea-1f1d-d096-720d-000000004b16 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:17.677265 | 0.10s 2025-11-24 20:28:14.636983 | fa163eea-1f1d-d096-720d-000000004b17 | TASK | Detect if resource is being created or already exists 2025-11-24 20:28:15.398468 | fa163eea-1f1d-d096-720d-000000004b17 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:28:15.399851 | fa163eea-1f1d-d096-720d-000000004b17 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:18.464373 | 0.76s 2025-11-24 20:28:15.431508 | fa163eea-1f1d-d096-720d-000000004b18 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-24 20:28:40.155088 | fa163eea-1f1d-d096-720d-000000004b18 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-24 20:28:40.156891 | fa163eea-1f1d-d096-720d-000000004b18 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:43.221411 | 24.72s 2025-11-24 20:28:40.198976 | fa163eea-1f1d-d096-720d-000000004b19 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-24 20:28:40.460736 | fa163eea-1f1d-d096-720d-000000004b19 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-24 20:28:40.461951 | fa163eea-1f1d-d096-720d-000000004b19 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:43.526479 | 0.26s 2025-11-24 20:28:40.484951 | fa163eea-1f1d-d096-720d-000000004b1a | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:28:40.986440 | fa163eea-1f1d-d096-720d-000000004b1a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:28:40.987649 | fa163eea-1f1d-d096-720d-000000004b1a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:44.052172 | 0.50s 2025-11-24 20:28:41.016398 | fa163eea-1f1d-d096-720d-000000004b1b | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-24 20:28:41.255768 | fa163eea-1f1d-d096-720d-000000004b1b | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-24 20:28:41.256998 | fa163eea-1f1d-d096-720d-000000004b1b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:44.321527 | 0.24s 2025-11-24 20:28:41.281469 | fa163eea-1f1d-d096-720d-000000004b1d | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-24 20:28:41.319387 | fa163eea-1f1d-d096-720d-000000004b1d | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-24 20:28:41.320324 | fa163eea-1f1d-d096-720d-000000004b1d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:44.384853 | 0.04s 2025-11-24 20:28:41.344392 | fa163eea-1f1d-d096-720d-000000004b1e | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-24 20:28:41.382451 | fa163eea-1f1d-d096-720d-000000004b1e | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-24 20:28:41.383417 | fa163eea-1f1d-d096-720d-000000004b1e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:44.447946 | 0.04s 2025-11-24 20:28:41.412159 | fa163eea-1f1d-d096-720d-000000004b1f | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-24 20:28:41.453421 | fa163eea-1f1d-d096-720d-000000004b1f | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-24 20:28:41.454439 | fa163eea-1f1d-d096-720d-000000004b1f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:44.518967 | 0.04s 2025-11-24 20:28:41.478867 | fa163eea-1f1d-d096-720d-000000004b20 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:28:41.529175 | fa163eea-1f1d-d096-720d-000000004b20 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:28:41.530468 | fa163eea-1f1d-d096-720d-000000004b20 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:44.594990 | 0.05s 2025-11-24 20:28:41.598944 | fa163eea-1f1d-d096-720d-000000004b21 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-24 20:28:41.648295 | fa163eea-1f1d-d096-720d-000000004b21 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-24 20:28:41.649231 | fa163eea-1f1d-d096-720d-000000004b21 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:44.713759 | 0.05s 2025-11-24 20:28:41.691758 | fa163eea-1f1d-d096-720d-000000004b42 | TASK | Gather variables for each operating system 2025-11-24 20:28:41.823563 | fa163eea-1f1d-d096-720d-000000004b42 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:44.888081 | 0.13s 2025-11-24 20:28:41.846949 | fa163eea-1f1d-d096-720d-000000004b43 | TASK | Detect if resource is being created or already exists 2025-11-24 20:28:42.521727 | fa163eea-1f1d-d096-720d-000000004b43 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:28:42.523091 | fa163eea-1f1d-d096-720d-000000004b43 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:45.587618 | 0.68s 2025-11-24 20:28:42.548053 | fa163eea-1f1d-d096-720d-000000004b44 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-24 20:29:08.544414 | fa163eea-1f1d-d096-720d-000000004b44 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-24 20:29:08.546347 | fa163eea-1f1d-d096-720d-000000004b44 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:11.610865 | 26.00s 2025-11-24 20:29:08.573285 | fa163eea-1f1d-d096-720d-000000004b45 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-24 20:29:08.824193 | fa163eea-1f1d-d096-720d-000000004b45 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-24 20:29:08.825142 | fa163eea-1f1d-d096-720d-000000004b45 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:11.889673 | 0.25s 2025-11-24 20:29:08.855422 | fa163eea-1f1d-d096-720d-000000004b46 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:29:09.212626 | fa163eea-1f1d-d096-720d-000000004b46 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:29:09.213922 | fa163eea-1f1d-d096-720d-000000004b46 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:12.278448 | 0.36s 2025-11-24 20:29:09.236079 | fa163eea-1f1d-d096-720d-000000004b47 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-24 20:29:09.459446 | fa163eea-1f1d-d096-720d-000000004b47 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-24 20:29:09.460652 | fa163eea-1f1d-d096-720d-000000004b47 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:12.525179 | 0.22s 2025-11-24 20:29:09.482350 | fa163eea-1f1d-d096-720d-000000004b49 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-24 20:29:09.540630 | fa163eea-1f1d-d096-720d-000000004b49 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-24 20:29:09.541583 | fa163eea-1f1d-d096-720d-000000004b49 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:12.606111 | 0.06s 2025-11-24 20:29:09.565943 | fa163eea-1f1d-d096-720d-000000004b4a | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-24 20:29:09.633549 | fa163eea-1f1d-d096-720d-000000004b4a | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-24 20:29:09.634699 | fa163eea-1f1d-d096-720d-000000004b4a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:12.699227 | 0.07s 2025-11-24 20:29:09.665410 | fa163eea-1f1d-d096-720d-000000004b4b | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-24 20:29:09.738789 | fa163eea-1f1d-d096-720d-000000004b4b | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-24 20:29:09.740296 | fa163eea-1f1d-d096-720d-000000004b4b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:12.804819 | 0.07s 2025-11-24 20:29:09.767764 | fa163eea-1f1d-d096-720d-000000004b4c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:29:09.818759 | fa163eea-1f1d-d096-720d-000000004b4c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:29:09.820112 | fa163eea-1f1d-d096-720d-000000004b4c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:12.884634 | 0.05s 2025-11-24 20:29:09.846707 | fa163eea-1f1d-d096-720d-000000004b4d | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-24 20:29:09.887536 | fa163eea-1f1d-d096-720d-000000004b4d | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-24 20:29:09.888536 | fa163eea-1f1d-d096-720d-000000004b4d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:12.953063 | 0.04s 2025-11-24 20:29:09.933152 | fa163eea-1f1d-d096-720d-000000004b6e | TASK | Gather variables for each operating system 2025-11-24 20:29:10.035535 | fa163eea-1f1d-d096-720d-000000004b6e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:13.100044 | 0.10s 2025-11-24 20:29:10.060269 | fa163eea-1f1d-d096-720d-000000004b6f | TASK | Detect if resource is being created or already exists 2025-11-24 20:29:10.793498 | fa163eea-1f1d-d096-720d-000000004b6f | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-24 20:29:10.795265 | fa163eea-1f1d-d096-720d-000000004b6f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:13.859786 | 0.73s 2025-11-24 20:29:10.834054 | fa163eea-1f1d-d096-720d-000000004b70 | TASK | Run init bundle puppet on the host for manila_share 2025-11-24 20:29:36.096146 | fa163eea-1f1d-d096-720d-000000004b70 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-24 20:29:36.099688 | fa163eea-1f1d-d096-720d-000000004b70 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:39.164205 | 25.26s 2025-11-24 20:29:36.138918 | fa163eea-1f1d-d096-720d-000000004b71 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-24 20:29:36.376830 | fa163eea-1f1d-d096-720d-000000004b71 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-24 20:29:36.379317 | fa163eea-1f1d-d096-720d-000000004b71 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:39.443837 | 0.24s 2025-11-24 20:29:36.408938 | fa163eea-1f1d-d096-720d-000000004b72 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-24 20:29:36.848404 | fa163eea-1f1d-d096-720d-000000004b72 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-24 20:29:36.849454 | fa163eea-1f1d-d096-720d-000000004b72 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:39.913983 | 0.44s 2025-11-24 20:29:36.870655 | fa163eea-1f1d-d096-720d-000000004b73 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-24 20:29:37.077274 | fa163eea-1f1d-d096-720d-000000004b73 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-24 20:29:37.078436 | fa163eea-1f1d-d096-720d-000000004b73 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:40.142961 | 0.21s 2025-11-24 20:29:37.105410 | fa163eea-1f1d-d096-720d-000000004b75 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-24 20:29:37.164524 | fa163eea-1f1d-d096-720d-000000004b75 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-24 20:29:37.165483 | fa163eea-1f1d-d096-720d-000000004b75 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:40.230010 | 0.06s 2025-11-24 20:29:37.190111 | fa163eea-1f1d-d096-720d-000000004b76 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-24 20:29:37.239132 | fa163eea-1f1d-d096-720d-000000004b76 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-24 20:29:37.240361 | fa163eea-1f1d-d096-720d-000000004b76 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:40.304886 | 0.05s 2025-11-24 20:29:37.323967 | fa163eea-1f1d-d096-720d-000000004b77 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-24 20:29:37.360871 | fa163eea-1f1d-d096-720d-000000004b77 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-24 20:29:37.361586 | fa163eea-1f1d-d096-720d-000000004b77 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:40.426117 | 0.04s 2025-11-24 20:29:37.386987 | fa163eea-1f1d-d096-720d-000000004b78 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-24 20:29:37.435615 | fa163eea-1f1d-d096-720d-000000004b78 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-24 20:29:37.436454 | fa163eea-1f1d-d096-720d-000000004b78 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:40.500983 | 0.05s 2025-11-24 20:29:37.459903 | fa163eea-1f1d-d096-720d-000000004b79 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-24 20:29:37.513092 | fa163eea-1f1d-d096-720d-000000004b79 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-24 20:29:37.514015 | fa163eea-1f1d-d096-720d-000000004b79 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:40.578539 | 0.05s 2025-11-24 20:29:37.566484 | fa163eea-1f1d-d096-720d-000000004b9a | TASK | Run kolla_set_configs to copy ring files 2025-11-24 20:29:38.087875 | fa163eea-1f1d-d096-720d-000000004b9a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-24 20:29:38.091569 | fa163eea-1f1d-d096-720d-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.156088 | 0.52s 2025-11-24 20:29:38.100674 | fa163eea-1f1d-d096-720d-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.165187 | 0.53s 2025-11-24 20:29:38.130445 | fa163eea-1f1d-d096-720d-000000004b9b | TASK | Run kolla_set_configs to copy ring files 2025-11-24 20:29:38.484326 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-24 20:29:38.486044 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.550533 | 0.35s 2025-11-24 20:29:38.983081 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-24 20:29:38.984660 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.049182 | 0.85s 2025-11-24 20:29:39.300956 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-24 20:29:39.302811 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.367336 | 1.17s 2025-11-24 20:29:39.732843 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-24 20:29:39.733617 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.798149 | 1.60s 2025-11-24 20:29:39.970918 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-24 20:29:39.971586 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.036115 | 1.84s 2025-11-24 20:29:40.238768 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-24 20:29:40.239479 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.304009 | 2.11s 2025-11-24 20:29:40.714271 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-24 20:29:40.715121 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.779651 | 2.58s 2025-11-24 20:29:41.120113 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-24 20:29:41.121553 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.186083 | 2.99s 2025-11-24 20:29:41.370556 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-24 20:29:41.371343 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.435873 | 3.24s 2025-11-24 20:29:41.759871 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-24 20:29:41.760615 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.825146 | 3.63s 2025-11-24 20:29:41.994455 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-24 20:29:41.995363 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.059896 | 3.86s 2025-11-24 20:29:42.452389 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-24 20:29:42.453608 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.518130 | 4.32s 2025-11-24 20:29:42.934921 | fa163eea-1f1d-d096-720d-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-24 20:29:42.936643 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:46.001171 | 4.80s 2025-11-24 20:29:42.951816 | fa163eea-1f1d-d096-720d-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:46.016326 | 4.82s 2025-11-24 20:29:42.989211 | fa163eea-1f1d-d096-720d-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-24 20:29:43.174757 | fa163eea-1f1d-d096-720d-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-24 20:29:43.176413 | fa163eea-1f1d-d096-720d-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:46.240937 | 0.19s 2025-11-24 20:29:43.293821 | fa163eea-1f1d-d096-720d-0000000000f3 | TIMING | include_tasks | standalone | 0:29:46.358334 | 0.09s 2025-11-24 20:29:43.320371 | 582728e7-87a0-4ddf-89ec-da0940788bda | INCLUDED | /root/standalone-ansible-l9a11urb/common_deploy_steps_tasks.yaml | standalone 2025-11-24 20:29:43.344880 | fa163eea-1f1d-d096-720d-000000004c18 | TASK | Write the config_step hieradata 2025-11-24 20:29:44.548861 | fa163eea-1f1d-d096-720d-000000004c18 | OK | Write the config_step hieradata | standalone 2025-11-24 20:29:44.550323 | fa163eea-1f1d-d096-720d-000000004c18 | TIMING | Write the config_step hieradata | standalone | 0:29:47.614845 | 1.20s 2025-11-24 20:29:44.582121 | fa163eea-1f1d-d096-720d-000000004c19 | TASK | Run puppet host configuration for step 5 2025-11-24 20:29:44.912228 | fa163eea-1f1d-d096-720d-000000004c19 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-24 20:29:44.913400 | fa163eea-1f1d-d096-720d-000000004c19 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:47.977924 | 0.33s 2025-11-24 20:29:44.941373 | fa163eea-1f1d-d096-720d-000000004c1a | TASK | Wait for puppet host configuration to finish 2025-11-24 20:29:45.209334 | fa163eea-1f1d-d096-720d-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-24 20:29:55.393048 | fa163eea-1f1d-d096-720d-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-24 20:30:05.626573 | fa163eea-1f1d-d096-720d-000000004c1a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-24 20:30:05.627977 | fa163eea-1f1d-d096-720d-000000004c1a | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:08.692498 | 20.69s 2025-11-24 20:30:05.658327 | fa163eea-1f1d-d096-720d-000000004c1b | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-24 20:30:05.764849 | fa163eea-1f1d-d096-720d-000000004c1b | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 24 20:29:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 24 20:29:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 24 20:29:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 24 20:29:52 puppet-user: (file & line not available)", "<13>Nov 24 20:29:52 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 24 20:29:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 24 20:29:52 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:29:52 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 24 20:29:52 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 24 20:29:52 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:29:52 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:29:52 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:29:52 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:29:52 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Nov 24 20:29:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 24 20:29:52 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.59 seconds", "<13>Nov 24 20:29:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 24 20:29:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 24 20:30:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 24 20:30:01 puppet-user: Notice: Applied catalog in 8.36 seconds", "<13>Nov 24 20:30:01 puppet-user: Application:", "<13>Nov 24 20:30:01 puppet-user: Initial environment: production", "<13>Nov 24 20:30:01 puppet-user: Converged environment: production", "<13>Nov 24 20:30:01 puppet-user: Run mode: user", "<13>Nov 24 20:30:01 puppet-user: Changes:", "<13>Nov 24 20:30:01 puppet-user: Total: 2", "<13>Nov 24 20:30:01 puppet-user: Events:", "<13>Nov 24 20:30:01 puppet-user: Success: 2", "<13>Nov 24 20:30:01 puppet-user: Resources:", "<13>Nov 24 20:30:01 puppet-user: Changed: 2", "<13>Nov 24 20:30:01 puppet-user: Out of sync: 2", "<13>Nov 24 20:30:01 puppet-user: Total: 37", "<13>Nov 24 20:30:01 puppet-user: Time:", "<13>Nov 24 20:30:01 puppet-user: Filebucket: 0.00", "<13>Nov 24 20:30:01 puppet-user: Schedule: 0.00", "<13>Nov 24 20:30:01 puppet-user: File line: 0.00", "<13>Nov 24 20:30:01 puppet-user: Package: 0.00", "<13>Nov 24 20:30:01 puppet-user: Augeas: 0.01", "<13>Nov 24 20:30:01 puppet-user: User: 0.01", "<13>Nov 24 20:30:01 puppet-user: File: 0.11", "<13>Nov 24 20:30:01 puppet-user: Service: 0.17", "<13>Nov 24 20:30:01 puppet-user: Config retrieval: 0.72", "<13>Nov 24 20:30:01 puppet-user: Pcmk property: 1.54", "<13>Nov 24 20:30:01 puppet-user: Last run: 1764016201", "<13>Nov 24 20:30:01 puppet-user: Exec: 2.09", "<13>Nov 24 20:30:01 puppet-user: Pcmk resource default: 2.11", "<13>Nov 24 20:30:01 puppet-user: Pcmk resource op default: 2.14", "<13>Nov 24 20:30:01 puppet-user: Transaction evaluation: 8.33", "<13>Nov 24 20:30:01 puppet-user: Catalog application: 8.36", "<13>Nov 24 20:30:01 puppet-user: Total: 8.36", "<13>Nov 24 20:30:01 puppet-user: Version:", "<13>Nov 24 20:30:01 puppet-user: Config: 1764016191", "<13>Nov 24 20:30:01 puppet-user: Puppet: 7.10.0" ] } 2025-11-24 20:30:05.766303 | fa163eea-1f1d-d096-720d-000000004c1b | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:08.830822 | 0.11s 2025-11-24 20:30:05.790872 | fa163eea-1f1d-d096-720d-000000004c1c | TASK | Pre-cache facts for puppet containers 2025-11-24 20:30:05.820812 | fa163eea-1f1d-d096-720d-000000004c1c | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:08.885314 | 0.03s 2025-11-24 20:30:05.888923 | fa163eea-1f1d-d096-720d-000000004c5b | TASK | Gather variables for each operating system 2025-11-24 20:30:06.011733 | fa163eea-1f1d-d096-720d-000000004c5b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:09.076246 | 0.12s 2025-11-24 20:30:06.032408 | fa163eea-1f1d-d096-720d-000000004c5c | TASK | Create puppet caching structures 2025-11-24 20:30:06.292564 | fa163eea-1f1d-d096-720d-000000004c5c | CHANGED | Create puppet caching structures | standalone 2025-11-24 20:30:06.294195 | fa163eea-1f1d-d096-720d-000000004c5c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:09.358678 | 0.26s 2025-11-24 20:30:06.314555 | fa163eea-1f1d-d096-720d-000000004c5d | TASK | Check for facter.conf 2025-11-24 20:30:06.559208 | fa163eea-1f1d-d096-720d-000000004c5d | OK | Check for facter.conf | standalone 2025-11-24 20:30:06.560579 | fa163eea-1f1d-d096-720d-000000004c5d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:09.625108 | 0.24s 2025-11-24 20:30:06.580460 | fa163eea-1f1d-d096-720d-000000004c5e | TASK | Remove facter.conf if directory 2025-11-24 20:30:06.631129 | fa163eea-1f1d-d096-720d-000000004c5e | SKIPPED | Remove facter.conf if directory | standalone 2025-11-24 20:30:06.632630 | fa163eea-1f1d-d096-720d-000000004c5e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:09.697145 | 0.05s 2025-11-24 20:30:06.663726 | fa163eea-1f1d-d096-720d-000000004c5f | TASK | Write facter cache config 2025-11-24 20:30:07.167975 | fa163eea-1f1d-d096-720d-000000004c5f | CHANGED | Write facter cache config | standalone 2025-11-24 20:30:07.168975 | fa163eea-1f1d-d096-720d-000000004c5f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:10.233500 | 0.50s 2025-11-24 20:30:07.194125 | fa163eea-1f1d-d096-720d-000000004c60 | TASK | Cleanup facter cache if exists 2025-11-24 20:30:07.368953 | fa163eea-1f1d-d096-720d-000000004c60 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-24 20:30:07.369957 | fa163eea-1f1d-d096-720d-000000004c60 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:10.434486 | 0.17s 2025-11-24 20:30:07.389760 | fa163eea-1f1d-d096-720d-000000004c61 | TASK | Pre-cache facts 2025-11-24 20:30:08.124313 | fa163eea-1f1d-d096-720d-000000004c61 | CHANGED | Pre-cache facts | standalone 2025-11-24 20:30:08.128082 | fa163eea-1f1d-d096-720d-000000004c61 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:11.192440 | 0.74s 2025-11-24 20:30:08.171602 | fa163eea-1f1d-d096-720d-000000004c62 | TASK | Failed deployment if facter fails 2025-11-24 20:30:08.216132 | fa163eea-1f1d-d096-720d-000000004c62 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-24 20:30:08.219046 | fa163eea-1f1d-d096-720d-000000004c62 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:11.283539 | 0.04s 2025-11-24 20:30:08.255283 | fa163eea-1f1d-d096-720d-000000004c63 | TASK | Sync cached facts 2025-11-24 20:30:08.599340 | fa163eea-1f1d-d096-720d-000000004c63 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-000000004c63') missing from stats 2025-11-24 20:30:08.654481 | fa163eea-1f1d-d096-720d-000000004c1d | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-24 20:30:08.701745 | fa163eea-1f1d-d096-720d-000000004c1d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-24 20:30:08.702543 | fa163eea-1f1d-d096-720d-000000004c1d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:11.767073 | 0.05s 2025-11-24 20:30:08.723720 | fa163eea-1f1d-d096-720d-000000004c1f | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-24 20:30:08.749935 | fa163eea-1f1d-d096-720d-000000004c1f | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:11.814459 | 0.03s 2025-11-24 20:30:08.793248 | fa163eea-1f1d-d096-720d-000000004cba | TASK | Gather variables for each operating system 2025-11-24 20:30:08.905944 | fa163eea-1f1d-d096-720d-000000004cba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:11.970468 | 0.11s 2025-11-24 20:30:08.925381 | fa163eea-1f1d-d096-720d-000000004cbb | TASK | Create container logs path 2025-11-24 20:30:09.190642 | fa163eea-1f1d-d096-720d-000000004cbb | OK | Create container logs path | standalone 2025-11-24 20:30:09.192189 | fa163eea-1f1d-d096-720d-000000004cbb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:12.256709 | 0.27s 2025-11-24 20:30:09.330490 | fa163eea-1f1d-d096-720d-000000004cbd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-24 20:30:09.587858 | fa163eea-1f1d-d096-720d-000000004cbd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-24 20:30:09.588781 | fa163eea-1f1d-d096-720d-000000004cbd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:12.653312 | 0.26s 2025-11-24 20:30:09.612599 | fa163eea-1f1d-d096-720d-000000004cbe | TASK | Finalise hashes for all containers 2025-11-24 20:30:09.664483 | fa163eea-1f1d-d096-720d-000000004cbe | OK | Finalise hashes for all containers | standalone 2025-11-24 20:30:09.665564 | fa163eea-1f1d-d096-720d-000000004cbe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:12.730089 | 0.05s 2025-11-24 20:30:09.689365 | fa163eea-1f1d-d096-720d-000000004cc0 | TASK | Manage systemd shutdown files 2025-11-24 20:30:09.711184 | fa163eea-1f1d-d096-720d-000000004cc0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:12.775687 | 0.02s 2025-11-24 20:30:09.745715 | 7c65d889-0110-461b-abbf-c7fe3d3995c6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-24 20:30:09.774844 | fa163eea-1f1d-d096-720d-000000004cf3 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-24 20:30:10.006939 | fa163eea-1f1d-d096-720d-000000004cf3 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-24 20:30:10.007831 | fa163eea-1f1d-d096-720d-000000004cf3 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:13.072358 | 0.23s 2025-11-24 20:30:10.031157 | fa163eea-1f1d-d096-720d-000000004cf4 | TASK | Set podman_drop_in fact 2025-11-24 20:30:10.061037 | fa163eea-1f1d-d096-720d-000000004cf4 | OK | Set podman_drop_in fact | standalone 2025-11-24 20:30:10.062084 | fa163eea-1f1d-d096-720d-000000004cf4 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:13.126609 | 0.03s 2025-11-24 20:30:10.087472 | fa163eea-1f1d-d096-720d-000000004cf6 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-24 20:30:10.608476 | fa163eea-1f1d-d096-720d-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-24 20:30:10.611983 | fa163eea-1f1d-d096-720d-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:13.676478 | 0.52s 2025-11-24 20:30:11.127004 | fa163eea-1f1d-d096-720d-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-24 20:30:11.128373 | fa163eea-1f1d-d096-720d-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:14.192889 | 1.04s 2025-11-24 20:30:11.141149 | fa163eea-1f1d-d096-720d-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:14.205649 | 1.05s 2025-11-24 20:30:11.171068 | fa163eea-1f1d-d096-720d-000000004cf7 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-24 20:30:11.593138 | fa163eea-1f1d-d096-720d-000000004cf7 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-24 20:30:11.594020 | fa163eea-1f1d-d096-720d-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:14.658539 | 0.42s 2025-11-24 20:30:11.613824 | fa163eea-1f1d-d096-720d-000000004cf8 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-24 20:30:12.101761 | fa163eea-1f1d-d096-720d-000000004cf8 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-24 20:30:12.103185 | fa163eea-1f1d-d096-720d-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:15.167707 | 0.49s 2025-11-24 20:30:12.133270 | fa163eea-1f1d-d096-720d-000000004cf9 | TASK | Enable and start tripleo-container-shutdown 2025-11-24 20:30:13.127459 | fa163eea-1f1d-d096-720d-000000004cf9 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-24 20:30:13.129826 | fa163eea-1f1d-d096-720d-000000004cf9 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:16.194341 | 0.99s 2025-11-24 20:30:13.160790 | fa163eea-1f1d-d096-720d-000000004cfa | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-24 20:30:13.716872 | fa163eea-1f1d-d096-720d-000000004cfa | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-24 20:30:13.718389 | fa163eea-1f1d-d096-720d-000000004cfa | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:16.782911 | 0.56s 2025-11-24 20:30:13.749660 | fa163eea-1f1d-d096-720d-000000004cfb | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-24 20:30:14.264088 | fa163eea-1f1d-d096-720d-000000004cfb | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-24 20:30:14.265572 | fa163eea-1f1d-d096-720d-000000004cfb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:17.330093 | 0.51s 2025-11-24 20:30:14.295789 | fa163eea-1f1d-d096-720d-000000004cfc | TASK | Enable and start netns-placeholder 2025-11-24 20:30:15.452905 | fa163eea-1f1d-d096-720d-000000004cfc | CHANGED | Enable and start netns-placeholder | standalone 2025-11-24 20:30:15.454197 | fa163eea-1f1d-d096-720d-000000004cfc | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:18.518726 | 1.16s 2025-11-24 20:30:15.485683 | fa163eea-1f1d-d096-720d-000000004cc2 | TASK | Update container configs with new config hashes 2025-11-24 20:30:15.547080 | fa163eea-1f1d-d096-720d-000000004cc2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:18.611599 | 0.06s 2025-11-24 20:30:15.562086 | df60acd8-4ae2-46e2-8f23-8c7f5411535b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-24 20:30:15.595586 | fa163eea-1f1d-d096-720d-000000004d24 | TASK | Update config hashes for container startup configs 2025-11-24 20:30:15.904820 | fa163eea-1f1d-d096-720d-000000004d24 | OK | Update config hashes for container startup configs | standalone 2025-11-24 20:30:15.906214 | fa163eea-1f1d-d096-720d-000000004d24 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:18.970735 | 0.31s 2025-11-24 20:30:15.939835 | fa163eea-1f1d-d096-720d-000000004cc3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-24 20:30:15.993945 | fa163eea-1f1d-d096-720d-000000004cc3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:19.058467 | 0.05s 2025-11-24 20:30:16.006343 | 18b6dc25-42a4-41e6-bc36-69cef44ebcd0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-24 20:30:16.029209 | fa163eea-1f1d-d096-720d-000000004d43 | TASK | Gather podman infos 2025-11-24 20:30:18.203854 | fa163eea-1f1d-d096-720d-000000004d43 | OK | Gather podman infos | standalone 2025-11-24 20:30:18.205604 | fa163eea-1f1d-d096-720d-000000004d43 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:21.270129 | 2.18s 2025-11-24 20:30:18.390533 | fa163eea-1f1d-d096-720d-000000004d44 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-24 20:30:18.454610 | fa163eea-1f1d-d096-720d-000000004d44 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:21.519121 | 0.06s 2025-11-24 20:30:18.733698 | fa163eea-1f1d-d096-720d-000000004d8d | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:21.798205 | 0.22s 2025-11-24 20:30:18.797848 | fa163eea-1f1d-d096-720d-000000004cc4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-24 20:30:18.862541 | fa163eea-1f1d-d096-720d-000000004cc4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:21.927050 | 0.06s 2025-11-24 20:30:18.885948 | ce948eda-617a-4d1f-9be2-1654da22b127 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-24 20:30:18.925991 | fa163eea-1f1d-d096-720d-000000004db3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-24 20:30:45.666036 | fa163eea-1f1d-d096-720d-000000004db3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-24 20:30:45.668506 | fa163eea-1f1d-d096-720d-000000004db3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:48.733033 | 26.74s 2025-11-24 20:30:45.690027 | fa163eea-1f1d-d096-720d-000000004db4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-24 20:31:11.210897 | fa163eea-1f1d-d096-720d-000000004db4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-24 20:31:11.211875 | fa163eea-1f1d-d096-720d-000000004db4 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:14.276405 | 25.52s 2025-11-24 20:31:11.263960 | fa163eea-1f1d-d096-720d-000000004c21 | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-24 20:31:11.450297 | fa163eea-1f1d-d096-720d-000000004c21 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-24 20:31:11.451251 | fa163eea-1f1d-d096-720d-000000004c21 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:14.515779 | 0.19s 2025-11-24 20:31:11.479525 | fa163eea-1f1d-d096-720d-000000004c22 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-24 20:31:11.537384 | fa163eea-1f1d-d096-720d-000000004c22 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:14.601904 | 0.06s 2025-11-24 20:31:11.557993 | fa163eea-1f1d-d096-720d-000000004c23 | TASK | Include container-puppet tasks for step 5 2025-11-24 20:31:11.594906 | fa163eea-1f1d-d096-720d-000000004c23 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:14.659434 | 0.04s 2025-11-24 20:31:11.607795 | de2099c5-dd5c-467d-955a-6e9eb70e8f57 | INCLUDED | /root/standalone-ansible-l9a11urb/host-container-puppet-tasks.yaml | standalone 2025-11-24 20:31:11.636615 | fa163eea-1f1d-d096-720d-000000004dff | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-24 20:31:12.096119 | fa163eea-1f1d-d096-720d-000000004dff | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-24 20:31:12.096897 | fa163eea-1f1d-d096-720d-000000004dff | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:15.161428 | 0.46s 2025-11-24 20:31:12.116671 | fa163eea-1f1d-d096-720d-000000004e01 | TASK | Generate container puppet configs for step 5 2025-11-24 20:31:12.353431 | fa163eea-1f1d-d096-720d-000000004e01 | OK | Generate container puppet configs for step 5 | standalone 2025-11-24 20:31:12.354405 | fa163eea-1f1d-d096-720d-000000004e01 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:15.418934 | 0.24s 2025-11-24 20:31:12.375188 | fa163eea-1f1d-d096-720d-000000004e02 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-24 20:31:12.392520 | fa163eea-1f1d-d096-720d-000000004e02 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:15.457040 | 0.02s 2025-11-24 20:31:12.437335 | fa163eea-1f1d-d096-720d-000000004e31 | TASK | Gather variables for each operating system 2025-11-24 20:31:12.525999 | fa163eea-1f1d-d096-720d-000000004e31 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:15.590519 | 0.09s 2025-11-24 20:31:12.546441 | fa163eea-1f1d-d096-720d-000000004e32 | TASK | Create container logs path 2025-11-24 20:31:12.729896 | fa163eea-1f1d-d096-720d-000000004e32 | OK | Create container logs path | standalone 2025-11-24 20:31:12.730711 | fa163eea-1f1d-d096-720d-000000004e32 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:15.795240 | 0.18s 2025-11-24 20:31:12.751656 | fa163eea-1f1d-d096-720d-000000004e34 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-24 20:31:12.986328 | fa163eea-1f1d-d096-720d-000000004e34 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-24 20:31:12.987595 | fa163eea-1f1d-d096-720d-000000004e34 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:16.052117 | 0.24s 2025-11-24 20:31:13.018894 | fa163eea-1f1d-d096-720d-000000004e35 | TASK | Finalise hashes for all containers 2025-11-24 20:31:13.061518 | fa163eea-1f1d-d096-720d-000000004e35 | OK | Finalise hashes for all containers | standalone 2025-11-24 20:31:13.062671 | fa163eea-1f1d-d096-720d-000000004e35 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:16.127194 | 0.04s 2025-11-24 20:31:13.094221 | fa163eea-1f1d-d096-720d-000000004e37 | TASK | Manage systemd shutdown files 2025-11-24 20:31:13.135842 | fa163eea-1f1d-d096-720d-000000004e37 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-24 20:31:13.137047 | fa163eea-1f1d-d096-720d-000000004e37 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:16.201544 | 0.04s 2025-11-24 20:31:13.172716 | fa163eea-1f1d-d096-720d-000000004e39 | TASK | Update container configs with new config hashes 2025-11-24 20:31:13.266699 | fa163eea-1f1d-d096-720d-000000004e39 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-24 20:31:13.267789 | fa163eea-1f1d-d096-720d-000000004e39 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:16.332317 | 0.09s 2025-11-24 20:31:13.293213 | fa163eea-1f1d-d096-720d-000000004e3a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-24 20:31:13.344529 | fa163eea-1f1d-d096-720d-000000004e3a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-24 20:31:13.345388 | fa163eea-1f1d-d096-720d-000000004e3a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:16.409915 | 0.05s 2025-11-24 20:31:13.366955 | fa163eea-1f1d-d096-720d-000000004e3b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-24 20:31:13.437568 | fa163eea-1f1d-d096-720d-000000004e3b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-24 20:31:13.438400 | fa163eea-1f1d-d096-720d-000000004e3b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:16.502929 | 0.07s PLAY [Server Post Deployments] ************************************************* 2025-11-24 20:31:13.569956 | fa163eea-1f1d-d096-720d-0000000000f7 | TASK | Server Post Deployments 2025-11-24 20:31:13.606525 | fa163eea-1f1d-d096-720d-0000000000f7 | OK | Server Post Deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server Post Deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eea-1f1d-d096-720d-0000000000f7') missing from stats 2025-11-24 20:31:13.688391 | fa163eea-1f1d-d096-720d-0000000000f8 | TIMING | include_tasks | standalone | 0:31:16.752909 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-24 20:31:13.794861 | fa163eea-1f1d-d096-720d-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-24 20:31:13.823549 | fa163eea-1f1d-d096-720d-0000000000fc | OK | External deployment Post Deploy tasks | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment Post Deploy tasks' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163eea-1f1d-d096-720d-0000000000fc') missing from stats 2025-11-24 20:31:13.838095 | fa163eea-1f1d-d096-720d-000000000100 | TASK | is additonal Cell? 2025-11-24 20:31:13.874151 | fa163eea-1f1d-d096-720d-000000000100 | OK | is additonal Cell? | undercloud 2025-11-24 20:31:13.874788 | fa163eea-1f1d-d096-720d-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:16.939317 | 0.04s 2025-11-24 20:31:13.888485 | fa163eea-1f1d-d096-720d-000000000102 | TASK | discover via nova_manager? 2025-11-24 20:31:13.960813 | fa163eea-1f1d-d096-720d-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-24 20:31:13.961917 | fa163eea-1f1d-d096-720d-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:17.026440 | 0.07s 2025-11-24 20:31:13.979587 | fa163eea-1f1d-d096-720d-000000000103 | TASK | discover via nova_api? 2025-11-24 20:31:14.063169 | fa163eea-1f1d-d096-720d-000000000103 | OK | discover via nova_api? | undercloud 2025-11-24 20:31:14.064464 | fa163eea-1f1d-d096-720d-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:17.128983 | 0.08s 2025-11-24 20:31:14.083346 | fa163eea-1f1d-d096-720d-000000000104 | TASK | Warn if no discovery host available 2025-11-24 20:31:14.134783 | fa163eea-1f1d-d096-720d-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-24 20:31:14.135938 | fa163eea-1f1d-d096-720d-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:17.200459 | 0.05s 2025-11-24 20:31:14.170542 | fa163eea-1f1d-d096-720d-000000000105 | TASK | Discovering nova hosts 2025-11-24 20:31:16.920551 | fa163eea-1f1d-d096-720d-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-000000000105') missing from stats 2025-11-24 20:31:16.982720 | fa163eea-1f1d-d096-720d-000000000106 | OK | set_fact | undercloud 2025-11-24 20:31:16.983482 | fa163eea-1f1d-d096-720d-000000000106 | TIMING | set_fact | undercloud | 0:31:20.048009 | 0.05s 2025-11-24 20:31:16.998124 | fa163eea-1f1d-d096-720d-000000000108 | TASK | Set up group_vars 2025-11-24 20:31:17.025635 | fa163eea-1f1d-d096-720d-000000000108 | OK | Set up group_vars | undercloud 2025-11-24 20:31:17.026267 | fa163eea-1f1d-d096-720d-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:20.090798 | 0.03s 2025-11-24 20:31:17.040626 | fa163eea-1f1d-d096-720d-000000000109 | TASK | Make needed directories on the undercloud 2025-11-24 20:31:17.344244 | fa163eea-1f1d-d096-720d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-l9a11urb/octavia-ansible 2025-11-24 20:31:17.346213 | fa163eea-1f1d-d096-720d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.410726 | 0.30s 2025-11-24 20:31:17.558383 | fa163eea-1f1d-d096-720d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-l9a11urb/octavia-ansible/local_dir 2025-11-24 20:31:17.559662 | fa163eea-1f1d-d096-720d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.624184 | 0.52s 2025-11-24 20:31:17.747542 | fa163eea-1f1d-d096-720d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-l9a11urb/octavia-ansible/group_vars 2025-11-24 20:31:17.748920 | fa163eea-1f1d-d096-720d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.813442 | 0.71s 2025-11-24 20:31:17.760189 | fa163eea-1f1d-d096-720d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.824694 | 0.72s 2025-11-24 20:31:17.783261 | fa163eea-1f1d-d096-720d-00000000010a | TASK | Write group_vars file 2025-11-24 20:31:18.230358 | fa163eea-1f1d-d096-720d-00000000010a | CHANGED | Write group_vars file | undercloud 2025-11-24 20:31:18.231604 | fa163eea-1f1d-d096-720d-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:21.296126 | 0.45s 2025-11-24 20:31:18.264050 | fa163eea-1f1d-d096-720d-00000000010b | TASK | Gather missing facts 2025-11-24 20:31:18.600873 | fa163eea-1f1d-d096-720d-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eea-1f1d-d096-720d-00000000010b') missing from stats 2025-11-24 20:31:18.611668 | fa163eea-1f1d-d096-720d-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:21.676188 | 0.35s 2025-11-24 20:31:18.626598 | fa163eea-1f1d-d096-720d-00000000010c | TASK | Write octavia inventory 2025-11-24 20:31:19.184936 | fa163eea-1f1d-d096-720d-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-11-24 20:31:19.186692 | fa163eea-1f1d-d096-720d-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:22.251209 | 0.56s 2025-11-24 20:31:19.205093 | fa163eea-1f1d-d096-720d-00000000010d | TASK | Check for ssh_private_key in working directory 2025-11-24 20:31:19.552375 | fa163eea-1f1d-d096-720d-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-11-24 20:31:19.553325 | fa163eea-1f1d-d096-720d-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:22.617834 | 0.35s 2025-11-24 20:31:19.567211 | fa163eea-1f1d-d096-720d-00000000010e | TASK | Set private key location 2025-11-24 20:31:19.625814 | fa163eea-1f1d-d096-720d-00000000010e | SKIPPED | Set private key location | undercloud 2025-11-24 20:31:19.626676 | fa163eea-1f1d-d096-720d-00000000010e | TIMING | Set private key location | undercloud | 0:31:22.691202 | 0.06s 2025-11-24 20:31:19.640666 | fa163eea-1f1d-d096-720d-00000000010f | TASK | Configure octavia command 2025-11-24 20:31:19.697853 | fa163eea-1f1d-d096-720d-00000000010f | OK | Configure octavia command | undercloud 2025-11-24 20:31:19.698556 | fa163eea-1f1d-d096-720d-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:22.763085 | 0.06s 2025-11-24 20:31:19.770144 | fa163eea-1f1d-d096-720d-000000000110 | OK | set_fact | undercloud 2025-11-24 20:31:19.770966 | fa163eea-1f1d-d096-720d-000000000110 | TIMING | set_fact | undercloud | 0:31:22.835494 | 0.06s 2025-11-24 20:31:19.822188 | fa163eea-1f1d-d096-720d-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-l9a11urb/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-l9a11urb/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-l9a11urb/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-11-24 20:31:19.823621 | fa163eea-1f1d-d096-720d-000000000111 | TIMING | debug | undercloud | 0:31:22.888146 | 0.04s 2025-11-24 20:31:19.837372 | fa163eea-1f1d-d096-720d-000000000112 | TASK | Configure octavia on overcloud 2025-11-24 20:34:39.575826 | fa163eea-1f1d-d096-720d-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-11-24 20:34:39.579273 | fa163eea-1f1d-d096-720d-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:42.643790 | 199.74s 2025-11-24 20:34:39.599795 | fa163eea-1f1d-d096-720d-000000000113 | TASK | Purge temp dirs 2025-11-24 20:34:39.826665 | fa163eea-1f1d-d096-720d-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-l9a11urb/octavia-ansible/local_dir 2025-11-24 20:34:39.827759 | fa163eea-1f1d-d096-720d-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:42.892281 | 0.23s 2025-11-24 20:34:39.831403 | fa163eea-1f1d-d096-720d-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:42.895920 | 0.23s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-11-24 20:34:39.913875 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-24 20:34:39.914258 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-24 20:34:39.914571 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:42.979105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-24 20:34:39.914891 | UUID | Info | Host | Task Name | Run Time 2025-11-24 20:34:39.915295 | fa163eea-1f1d-d096-720d-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 227.56s 2025-11-24 20:34:39.915679 | fa163eea-1f1d-d096-720d-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 199.74s 2025-11-24 20:34:39.916036 | fa163eea-1f1d-d096-720d-000000004a1d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 131.73s 2025-11-24 20:34:39.916399 | fa163eea-1f1d-d096-720d-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 110.03s 2025-11-24 20:34:39.916762 | fa163eea-1f1d-d096-720d-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.45s 2025-11-24 20:34:39.917475 | fa163eea-1f1d-d096-720d-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.54s 2025-11-24 20:34:39.918519 | fa163eea-1f1d-d096-720d-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.37s 2025-11-24 20:34:39.918821 | fa163eea-1f1d-d096-720d-000000004881 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-11-24 20:34:39.919169 | fa163eea-1f1d-d096-720d-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 29.75s 2025-11-24 20:34:39.919557 | fa163eea-1f1d-d096-720d-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.55s 2025-11-24 20:34:39.919921 | fa163eea-1f1d-d096-720d-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.21s 2025-11-24 20:34:39.920279 | fa163eea-1f1d-d096-720d-000000004db3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.74s 2025-11-24 20:34:39.920691 | fa163eea-1f1d-d096-720d-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 26.59s 2025-11-24 20:34:39.921128 | fa163eea-1f1d-d096-720d-000000004b44 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 26.00s 2025-11-24 20:34:39.921516 | fa163eea-1f1d-d096-720d-000000004db4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.52s 2025-11-24 20:34:39.922055 | fa163eea-1f1d-d096-720d-000000004b70 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 25.26s 2025-11-24 20:34:39.922404 | fa163eea-1f1d-d096-720d-000000004b18 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.72s 2025-11-24 20:34:39.922747 | fa163eea-1f1d-d096-720d-000000004a1c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.98s 2025-11-24 20:34:39.923126 | fa163eea-1f1d-d096-720d-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2025-11-24 20:34:39.923481 | fa163eea-1f1d-d096-720d-000000004c1a | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-11-24 20:34:39.923814 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-l9a11urb Install artifact is located at /root/standalone-install-20251124203440.tar.bzip2 ######################################################## Deployment successful! ######################################################## ########################################################## Useful files: The clouds.yaml file is at ~/.config/openstack/clouds.yaml Use "export OS_CLOUD=standalone" before running the openstack command. ########################################################## Writing the stack virtual update mark file /var/lib/tripleo-heat-installer/update_mark_standalone + [[ libvirt == \i\r\o\n\i\c ]] + exit 0 + deploy_result=0 + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ED25519) to the list of known hosts. + exit 0 + rv=0 + rm -rf -- /tmp/tmp.Vbr5MIgfZ5 + exit 0 ~/ci-framework-data/artifacts