~/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.SmUshTw02a + 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.SmUshTw02a/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=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=False + 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.SmUshTw02a/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.SmUshTw02a + J2_VARS_FILE=/tmp/tmp.SmUshTw02a/tmp.LqCcqOr1bb.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.SmUshTw02a/tmp.LqCcqOr1bb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/tmp.LqCcqOr1bb.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.SmUshTw02a/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.SmUshTw02a/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.SmUshTw02a/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.SmUshTw02a/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.SmUshTw02a/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 9.2 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-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-eus-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-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-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-eus-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-eus-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-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.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-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-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-eus-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-eus-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-eus-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-eus-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-eus-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-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-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-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-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-eus-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-eus-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-eus-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-eus-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-eus-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-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-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 159 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.9 MB/s | 223 kB 00:00 (3/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 429 kB/s | 64 kB 00:00 (4/399): python3-urllib-gssapi-1.0.2-4.el9.noar 643 kB/s | 24 kB 00:00 (5/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 417 kB/s | 17 kB 00:00 (6/399): perl-Storable-3.21-460.el9.x86_64.rpm 893 kB/s | 98 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.5 MB/s | 216 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.3 MB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 1.4 MB/s | 59 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 685 kB/s | 34 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 1.6 MB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 522 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 317 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.9 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.3 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.4 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 901 kB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.6 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.1 MB/s | 92 kB 00:00 (20/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (21/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.3 MB/s | 229 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 429 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 2.3 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 3.1 MB/s | 134 kB 00:00 (25/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 566 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 398 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 685 kB/s | 31 kB 00:00 (29/399): perl-Encode-3.08-462.el9.x86_64.rpm 24 MB/s | 1.7 MB 00:00 (30/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 701 kB/s | 24 kB 00:00 (31/399): perl-Mozilla-CA-20200520-6.el9.noarch 330 kB/s | 14 kB 00:00 (32/399): perl-Time-Local-1.300-7.el9.noarch.rp 728 kB/s | 37 kB 00:00 (33/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.1 MB/s | 73 kB 00:00 (34/399): perl-Pod-Escapes-1.07-460.el9.noarch. 409 kB/s | 22 kB 00:00 (35/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.6 MB/s | 76 kB 00:00 (36/399): sshpass-1.09-4.el9.x86_64.rpm 660 kB/s | 30 kB 00:00 (37/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.6 MB/s | 59 kB 00:00 (38/399): boost-program-options-1.75.0-8.el9.x8 2.6 MB/s | 108 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 6.9 MB/s | 410 kB 00:00 (40/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.0 MB/s | 218 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 956 kB/s | 34 kB 00:00 (43/399): libburn-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 175 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 388 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.5 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 718 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 930 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.1 MB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 741 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.5 MB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.2 MB/s | 58 kB 00:00 (52/399): perl-podlators-4.14-460.el9.noarch.rp 2.9 MB/s | 118 kB 00:00 (53/399): perl-constant-1.33-461.el9.noarch.rpm 391 kB/s | 25 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.7 MB/s | 112 kB 00:00 (55/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.5 MB/s | 163 kB 00:00 (56/399): python3-appdirs-1.4.4-4.el9.noarch.rp 517 kB/s | 27 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.3 MB/s | 96 kB 00:00 (58/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (59/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 4.7 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.8 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 16 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 719 kB/s | 31 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 9.6 MB/s | 489 kB 00:00 (65/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.2 MB/s | 459 kB 00:00 (66/399): jq-1.6-14.el9.x86_64.rpm 4.3 MB/s | 190 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.4 MB/s | 59 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 531 kB/s | 23 kB 00:00 (69/399): perl-B-1.80-480.el9.x86_64.rpm 4.6 MB/s | 185 kB 00:00 (70/399): perl-Class-Struct-0.66-480.el9.noarch 579 kB/s | 24 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 411 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 659 kB/s | 23 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 522 kB/s | 19 kB 00:00 (74/399): perl-FileHandle-2.03-480.el9.noarch.r 407 kB/s | 17 kB 00:00 (75/399): perl-Getopt-Std-1.12-480.el9.noarch.r 491 kB/s | 17 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 538 kB/s | 25 kB 00:00 (77/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.5 MB/s | 99 kB 00:00 (78/399): perl-File-Basename-2.85-480.el9.noarc 133 kB/s | 19 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 353 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 335 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 1.9 MB/s | 75 kB 00:00 (82/399): perl-libs-5.32.1-480.el9.x86_64.rpm 31 MB/s | 2.2 MB 00:00 (83/399): perl-overload-1.31-480.el9.noarch.rpm 907 kB/s | 47 kB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 353 kB/s | 15 kB 00:00 (85/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 1.1 MB/s | 40 kB 00:00 (86/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 601 kB/s | 42 kB 00:00 (87/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 3.0 MB/s | 259 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 1.9 MB/s | 94 kB 00:00 (89/399): perl-base-2.27-480.el9.noarch.rpm 342 kB/s | 18 kB 00:00 (90/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 359 kB/s | 25 kB 00:00 (91/399): perl-if-0.60.800-480.el9.noarch.rpm 246 kB/s | 16 kB 00:00 (92/399): perl-mro-1.23-480.el9.x86_64.rpm 724 kB/s | 31 kB 00:00 (93/399): perl-vars-1.05-480.el9.noarch.rpm 352 kB/s | 15 kB 00:00 (94/399): perl-subs-1.03-480.el9.noarch.rpm 290 kB/s | 13 kB 00:00 (95/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.3 MB/s | 176 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 7.9 MB/s | 452 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 31 MB/s | 2.4 MB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 910 kB/s | 44 kB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 10 MB/s | 656 kB 00:00 (100/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (101/399): python3-ipaclient-4.10.1-12.el9_2.2. 9.6 MB/s | 648 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.5 MB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 892 kB/s | 41 kB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.1 MB/s | 46 kB 00:00 (105/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.0 MB/s | 55 kB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 31 MB/s | 3.3 MB 00:00 (107/399): rubygem-bundler-2.2.33-161.el9_2.2.n 7.7 MB/s | 456 kB 00:00 (108/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 38 MB/s | 7.9 MB 00:00 (109/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (110/399): rubygem-io-console-0.5.7-161.el9_2.2 492 kB/s | 26 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.6 MB/s | 60 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 10 MB/s | 441 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.5 MB/s | 110 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.3 MB/s | 306 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.8 MB/s | 245 kB 00:00 (116/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 27 MB/s | 2.2 MB 00:00 (117/399): ansible-collection-ansible-netcommon 3.6 MB/s | 181 kB 00:00 (118/399): buildah-1.29.5-1.el9_2.x86_64.rpm 49 MB/s | 8.6 MB 00:00 (119/399): ansible-collection-ansible-utils-2.3 1.4 MB/s | 91 kB 00:00 (120/399): golang-github-vbatts-tar-split-0.11. 17 MB/s | 1.0 MB 00:00 (121/399): ansible-collection-ansible-posix-1.2 802 kB/s | 124 kB 00:00 (122/399): ansible-collection-community-general 13 MB/s | 1.3 MB 00:00 (123/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.9 MB/s | 77 kB 00:00 (124/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.4 MB/s | 178 kB 00:00 (125/399): puppet-fdio-18.2-1.20220727113954.6f 663 kB/s | 25 kB 00:00 (126/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.4 MB/s | 162 kB 00:00 (127/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (128/399): python3-beautifulsoup4-4.9.3-2.el9os 4.6 MB/s | 204 kB 00:00 (129/399): python3-ansible-runner-2.0.0a1-3.el9 1.7 MB/s | 122 kB 00:00 (130/399): python3-croniter-0.3.35-2.el9ost.noa 1.4 MB/s | 49 kB 00:00 (131/399): python3-daemon-2.3.0-1.el9ost.noarch 766 kB/s | 39 kB 00:00 (132/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.2 MB/s | 44 kB 00:00 (133/399): python3-docutils-0.16-6.el9ost.noarc 25 MB/s | 1.5 MB 00:00 (134/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.6 MB/s | 107 kB 00:00 (135/399): python3-gevent-21.1.2-2.el9ost.x86_6 26 MB/s | 1.6 MB 00:00 (136/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.3 MB/s | 284 kB 00:00 (137/399): python3-jmespath-0.10.0-1.el9ost.noa 1.2 MB/s | 46 kB 00:00 (138/399): python3-lockfile-0.12.2-2.el9ost.noa 780 kB/s | 31 kB 00:00 (139/399): python3-logutils-0.3.5-15.el9ost.noa 1.3 MB/s | 47 kB 00:00 (140/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (141/399): python3-migrate-0.13.0-1.el9ost.noar 5.8 MB/s | 224 kB 00:00 (142/399): python3-mimeparse-1.6.0-16.el9ost.no 431 kB/s | 16 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 1.7 MB/s | 59 kB 00:00 (144/399): python3-passlib-1.7.4-3.el9ost.noarc 17 MB/s | 712 kB 00:00 (145/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.4 MB/s | 273 kB 00:00 (146/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.6 MB/s | 90 kB 00:00 (147/399): python3-pynacl-1.4.0-1.el9ost.x86_64 3.0 MB/s | 111 kB 00:00 (148/399): python3-pyperclip-1.8.0-3.el9ost.noa 550 kB/s | 25 kB 00:00 (149/399): python3-setproctitle-1.2.2-1.el9ost. 608 kB/s | 23 kB 00:00 (150/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.2 MB/s | 47 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 1.7 MB/s | 67 kB 00:00 (152/399): python3-tenacity-6.3.1-1.el9ost.noar 1.4 MB/s | 51 kB 00:00 (153/399): python3-sqlalchemy13-1.3.24-3.el9ost 27 MB/s | 1.7 MB 00:00 (154/399): python3-webtest-2.0.35-6.el9ost.noar 1.8 MB/s | 82 kB 00:00 (155/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.1 MB/s | 396 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 5.3 MB/s | 205 kB 00:00 (157/399): python3-zope-interface-5.4.0-1.el9os 5.0 MB/s | 202 kB 00:00 (158/399): rubygem-concurrent-ruby-1.1.5-2.el9o 6.4 MB/s | 243 kB 00:00 (159/399): rubygem-fast_gettext-1.2.0-9.el9ost. 937 kB/s | 34 kB 00:00 (160/399): rubygem-deep_merge-1.2.1-7.el9ost.no 317 kB/s | 14 kB 00:00 (161/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.4 MB/s | 90 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 479 kB/s | 22 kB 00:00 (163/399): rubygem-puppet-resource_api-1.8.13-1 728 kB/s | 34 kB 00:00 (164/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 451 kB/s | 16 kB 00:00 (165/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.9 MB/s | 433 kB 00:00 (166/399): rubygem-semantic_puppet-1.0.4-2.el9o 404 kB/s | 21 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 609 kB/s | 29 kB 00:00 (168/399): ansible-role-atos-hsm-1.0.1-17.1.202 375 kB/s | 17 kB 00:00 (169/399): ansible-role-collectd-config-0.0.3-1 1.0 MB/s | 53 kB 00:00 (170/399): ansible-role-chrony-1.3.1-17.1.20230 388 kB/s | 22 kB 00:00 (171/399): ansible-role-container-registry-1.4. 599 kB/s | 24 kB 00:00 (172/399): ansible-role-openstack-operations-0. 685 kB/s | 30 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 464 kB/s | 21 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 723 kB/s | 28 kB 00:00 (175/399): ansible-role-tripleo-modify-image-1. 735 kB/s | 27 kB 00:00 (176/399): ansible-role-thales-hsm-3.0.1-17.1.2 438 kB/s | 21 kB 00:00 (177/399): ansible-tripleo-ipa-0.3.1-17.1.20230 996 kB/s | 36 kB 00:00 (178/399): ansible-tripleo-ipsec-11.0.1-17.1.20 810 kB/s | 38 kB 00:00 (179/399): openstack-heat-agents-2.2.1-17.1.202 276 kB/s | 9.6 kB 00:00 (180/399): dib-utils-0.0.11-17.1.20230620173328 160 kB/s | 12 kB 00:00 (181/399): os-apply-config-13.1.1-17.1.20231020 1.4 MB/s | 54 kB 00:00 (182/399): os-collect-config-13.1.1-17.1.202310 881 kB/s | 50 kB 00:00 (183/399): puppet-aodh-18.4.2-17.1.202306201512 1.5 MB/s | 62 kB 00:00 (184/399): os-refresh-config-13.1.1-17.1.202310 413 kB/s | 21 kB 00:00 (185/399): puppet-archive-4.6.1-17.1.2023062018 602 kB/s | 44 kB 00:00 (186/399): puppet-auditd-2.2.1-17.1.20230620192 485 kB/s | 28 kB 00:00 (187/399): puppet-ceilometer-18.4.3-17.1.202309 1.2 MB/s | 70 kB 00:00 (188/399): puppet-certmonger-2.7.1-17.1.2023062 708 kB/s | 26 kB 00:00 (189/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (190/399): puppet-collectd-13.0.1-17.1.20230620 3.0 MB/s | 135 kB 00:00 (191/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (192/399): puppet-dns-8.2.1-17.1.20230621002045 870 kB/s | 36 kB 00:00 (193/399): puppet-designate-18.6.1-17.1.2023062 1.0 MB/s | 69 kB 00:00 (194/399): puppet-etcd-1.12.3-17.1.202306201932 571 kB/s | 25 kB 00:00 (195/399): puppet-gnocchi-18.4.3-17.1.202306210 1.6 MB/s | 58 kB 00:00 (196/399): puppet-heat-18.4.1-17.1.202306211116 1.9 MB/s | 70 kB 00:00 (197/399): puppet-kmod-2.5.0-17.1.2023062019064 623 kB/s | 21 kB 00:00 (198/399): puppet-manila-18.5.2-17.1.2023110219 1.1 MB/s | 81 kB 00:00 (199/399): puppet-mysql-10.6.1-17.1.20230621022 1.6 MB/s | 99 kB 00:00 (200/399): puppet-memcached-6.0.0-17.1.20230620 331 kB/s | 23 kB 00:00 (201/399): puppet-neutron-18.6.1-17.1.202306210 4.5 MB/s | 196 kB 00:00 (202/399): puppet-nova-18.6.1-17.1.202306210904 4.7 MB/s | 200 kB 00:00 (203/399): puppet-nssdb-1.0.2-17.1.202306201856 202 kB/s | 12 kB 00:00 (204/399): puppet-octavia-18.5.1-17.1.202306210 1.2 MB/s | 76 kB 00:00 (205/399): puppet-openstack_extras-18.5.1-17.1. 692 kB/s | 48 kB 00:00 (206/399): puppet-openstacklib-18.5.2-17.1.2023 983 kB/s | 62 kB 00:00 (207/399): puppet-oslo-18.5.1-17.1.202306210523 1.0 MB/s | 48 kB 00:00 (208/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (209/399): puppet-qdr-7.4.1-17.1.20230620195605 827 kB/s | 31 kB 00:00 (210/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.3 MB/s | 266 kB 00:00 (211/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (212/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.4 MB/s | 58 kB 00:00 (213/399): puppet-ssh-6.2.1-17.1.20230620190251 821 kB/s | 29 kB 00:00 (214/399): puppet-swift-18.6.1-17.1.20230621052 2.7 MB/s | 115 kB 00:00 (215/399): puppet-stdlib-6.3.1-17.1.20230621000 2.8 MB/s | 160 kB 00:00 (216/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (217/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (218/399): puppet-xinetd-3.3.1-17.1.20230620185 720 kB/s | 26 kB 00:00 (219/399): python-oslo-cache-lang-2.7.1-17.1.20 449 kB/s | 19 kB 00:00 (220/399): python-oslo-middleware-lang-4.2.1-17 320 kB/s | 13 kB 00:00 (221/399): python-oslo-log-lang-4.4.0-17.1.2023 263 kB/s | 14 kB 00:00 (222/399): python-oslo-policy-lang-3.7.1-17.1.2 355 kB/s | 14 kB 00:00 (223/399): python-oslo-versionedobjects-lang-2. 324 kB/s | 14 kB 00:00 (224/399): python-pycadf-common-3.1.1-17.1.2023 365 kB/s | 15 kB 00:00 (225/399): python3-GitPython-3.1.14-2.el9ost.no 5.0 MB/s | 238 kB 00:00 (226/399): python3-aodhclient-2.2.0-17.1.202306 1.1 MB/s | 56 kB 00:00 (227/399): python3-barbicanclient-5.3.0-17.1.20 1.6 MB/s | 127 kB 00:00 (228/399): python3-cinderclient-7.4.1-17.1.2023 2.8 MB/s | 218 kB 00:00 (229/399): python3-cliff-3.7.0-17.1.20230620172 1.9 MB/s | 95 kB 00:00 (230/399): python3-designateclient-4.2.1-17.1.2 1.9 MB/s | 92 kB 00:00 (231/399): python3-heat-agent-2.2.1-17.1.202306 371 kB/s | 19 kB 00:00 (232/399): python3-futurist-2.3.0-17.1.20230621 854 kB/s | 64 kB 00:00 (233/399): python3-heat-agent-ansible-2.2.1-17. 283 kB/s | 11 kB 00:00 (234/399): python3-heat-agent-apply-config-2.2. 237 kB/s | 9.9 kB 00:00 (235/399): python3-heat-agent-hiera-2.2.1-17.1. 120 kB/s | 10 kB 00:00 (236/399): python3-heat-agent-docker-cmd-2.2.1- 97 kB/s | 12 kB 00:00 (237/399): python3-heat-agent-json-file-2.2.1-1 90 kB/s | 9.8 kB 00:00 (238/399): python3-heat-agent-puppet-2.2.1-17.1 191 kB/s | 11 kB 00:00 (239/399): python3-heatclient-2.3.1-17.1.202306 4.1 MB/s | 158 kB 00:00 (240/399): python3-ironic-inspector-client-4.5. 1.3 MB/s | 67 kB 00:00 (241/399): python3-ironicclient-4.6.4-17.1.2023 6.0 MB/s | 342 kB 00:00 (242/399): python3-keystoneclient-4.3.0-17.1.20 6.2 MB/s | 239 kB 00:00 (243/399): python3-keystonemiddleware-9.2.0-17. 2.3 MB/s | 92 kB 00:00 (244/399): python3-magnumclient-3.4.1-17.1.2023 3.2 MB/s | 121 kB 00:00 (245/399): python3-mistralclient-4.2.0-17.1.202 4.3 MB/s | 166 kB 00:00 (246/399): python3-neutronclient-7.3.1-17.1.202 6.7 MB/s | 298 kB 00:00 (247/399): python3-novaclient-17.4.1-17.1.20230 4.6 MB/s | 201 kB 00:00 (248/399): python3-os-client-config-2.1.0-17.1. 1.2 MB/s | 55 kB 00:00 (249/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (250/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (251/399): python3-osc-lib-2.3.1-17.1.202306202 2.0 MB/s | 78 kB 00:00 (252/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (253/399): python3-oslo-context-3.2.1-17.1.2023 642 kB/s | 27 kB 00:00 (254/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (255/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (256/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (257/399): python3-oslo-policy-3.7.1-17.1.20230 1.5 MB/s | 76 kB 00:00 (258/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (259/399): python3-oslo-upgradecheck-1.3.1-17.1 835 kB/s | 29 kB 00:00 (260/399): python3-oslo-serialization-4.1.1-17. 801 kB/s | 34 kB 00:00 (261/399): python3-oslo-versionedobjects-2.4.1- 2.1 MB/s | 79 kB 00:00 (262/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (263/399): python3-osprofiler-3.4.0-17.1.202306 2.7 MB/s | 130 kB 00:00 (264/399): python3-requestsexceptions-1.4.0-17. 473 kB/s | 17 kB 00:00 (265/399): python3-saharaclient-3.3.0-17.1.2023 4.6 MB/s | 188 kB 00:00 (266/399): python3-statsd-3.2.1-20.1.el9ost.noa 987 kB/s | 35 kB 00:00 (267/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (268/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (269/399): python3-swiftclient-3.11.1-17.1.2023 2.8 MB/s | 136 kB 00:00 (270/399): python3-troveclient-7.0.0-17.1.20230 8.0 MB/s | 344 kB 00:00 (271/399): python3-zaqarclient-2.4.0-17.1.20230 3.0 MB/s | 129 kB 00:00 (272/399): validations-common-1.9.1-17.1.202310 2.6 MB/s | 111 kB 00:00 (273/399): python3-validations-libs-1.9.1-17.1. 2.3 MB/s | 137 kB 00:00 (274/399): python3-paramiko-2.11.0-2.el9ost.noa 6.0 MB/s | 299 kB 00:00 (275/399): ansible-pacemaker-1.0.4-17.1.2023121 449 kB/s | 21 kB 00:00 (276/399): python3-werkzeug-2.0.1-7.el9ost.noar 6.7 MB/s | 427 kB 00:00 (277/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.8 MB/s | 83 kB 00:00 (278/399): python3-webob-1.8.7-2.1.el9ost.noarc 4.9 MB/s | 230 kB 00:00 (279/399): python3-manilaclient-2.6.4-17.1.2024 7.1 MB/s | 528 kB 00:00 (280/399): ansible-role-metalsmith-deployment-1 611 kB/s | 21 kB 00:00 (281/399): openstack-selinux-0.8.37-17.1.202311 4.5 MB/s | 221 kB 00:00 (282/399): puppet-ironic-18.7.1-17.1.2024030521 2.5 MB/s | 121 kB 00:00 (283/399): python-oslo-db-lang-8.5.2-17.1.20240 419 kB/s | 14 kB 00:00 (284/399): python3-glanceclient-3.3.0-17.1.2024 3.7 MB/s | 143 kB 00:00 (285/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (286/399): python3-keystoneauth1-4.4.0-17.1.202 8.0 MB/s | 409 kB 00:00 (287/399): python3-neutron-lib-2.10.3-17.1.2023 9.3 MB/s | 375 kB 00:00 (288/399): python3-octaviaclient-2.3.1-17.1.202 2.5 MB/s | 91 kB 00:00 (289/399): python3-oslo-messaging-12.7.3-17.1.2 5.2 MB/s | 216 kB 00:00 (290/399): python3-oslo-db-8.5.2-17.1.202408201 2.1 MB/s | 144 kB 00:00 (291/399): python3-oslo-service-2.5.1-17.1.2024 1.5 MB/s | 71 kB 00:00 (292/399): python3-rhosp-openvswitch-3.3-1.el9o 221 kB/s | 8.3 kB 00:00 (293/399): python3-waitress-2.0.0-4.el9ost.noar 2.3 MB/s | 109 kB 00:00 (294/399): openstack-tripleo-validations-14.3.2 5.3 MB/s | 204 kB 00:00 (295/399): openstack-ansible-core-2.14.2-4.7.el 26 MB/s | 2.3 MB 00:00 (296/399): puppet-ovn-18.6.1-17.1.2024092509490 657 kB/s | 29 kB 00:00 (297/399): puppet-glance-18.6.1-17.1.2025022015 1.1 MB/s | 87 kB 00:00 (298/399): puppet-pacemaker-1.5.1-17.1.20250214 4.1 MB/s | 158 kB 00:00 (299/399): puppet-tripleo-14.2.3-17.1.202503201 6.0 MB/s | 239 kB 00:00 (300/399): ansible-collection-containers-podman 5.5 MB/s | 243 kB 00:00 (301/399): python3-os-ken-1.4.1-17.1.2024120509 26 MB/s | 2.1 MB 00:00 (302/399): ansible-collections-openstack-1.9.1- 3.7 MB/s | 146 kB 00:00 (303/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.8 MB/s | 351 kB 00:00 (304/399): hiera-3.6.0-6.el9ost.noarch.rpm 823 kB/s | 33 kB 00:00 (305/399): facter-3.14.19-3.el9ost.x86_64.rpm 9.0 MB/s | 518 kB 00:00 (306/399): puppet-7.10.0-4.el9ost.noarch.rpm 273 kB/s | 11 kB 00:00 (307/399): puppet-headless-7.10.0-4.el9ost.noar 26 MB/s | 1.4 MB 00:00 (308/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.9 MB/s | 405 kB 00:00 (309/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.4 MB/s | 92 kB 00:00 (310/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.0 MB/s | 284 kB 00:00 (311/399): python3-cachetools-4.2.2-3.el9ost.no 480 kB/s | 33 kB 00:00 (312/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (313/399): python3-colorama-0.4.4-4.el9ost.noar 857 kB/s | 35 kB 00:00 (314/399): python3-extras-1.0.0-17.el9ost.noarc 591 kB/s | 21 kB 00:00 (315/399): python3-dogpile-cache-1.1.5-5.el9ost 1.5 MB/s | 89 kB 00:00 (316/399): python3-fixtures-3.0.0-24.el9ost.noa 2.2 MB/s | 93 kB 00:00 (317/399): python3-keyring-21.8.0-4.el9ost.noar 1.9 MB/s | 77 kB 00:00 (318/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.3 MB/s | 313 kB 00:00 (319/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.8 MB/s | 87 kB 00:00 (320/399): python3-munch-2.5.0-6.el9ost.noarch. 681 kB/s | 25 kB 00:00 (321/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (322/399): python3-paste-deploy-2.1.1-4.el9ost. 1.0 MB/s | 41 kB 00:00 (323/399): python3-pystache-0.5.4-15.el9ost.noa 3.0 MB/s | 132 kB 00:00 (324/399): python3-paste-3.5.0-5.el9ost.noarch. 8.5 MB/s | 776 kB 00:00 (325/399): python3-repoze-lru-0.7-12.el9ost.noa 924 kB/s | 32 kB 00:00 (326/399): python3-routes-2.4.1-14.el9ost.noarc 4.6 MB/s | 188 kB 00:00 (327/399): python3-secretstorage-3.3.1-3.el9ost 765 kB/s | 36 kB 00:00 (328/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.0 MB/s | 57 kB 00:00 (329/399): python3-simplejson-3.17.5-3.el9ost.x 3.9 MB/s | 266 kB 00:00 (330/399): python3-tempita-0.5.1-27.el9ost.noar 705 kB/s | 36 kB 00:00 (331/399): python3-testtools-2.4.0-10.el9ost.no 4.9 MB/s | 333 kB 00:00 (332/399): python3-vine-5.0.0-5.el9ost.noarch.r 581 kB/s | 26 kB 00:00 (333/399): python3-warlock-1.3.3-7.el9ost.noarc 509 kB/s | 21 kB 00:00 (334/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (335/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.7 MB/s | 180 kB 00:00 (336/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 654 kB/s | 29 kB 00:00 (337/399): ruby-facter-3.14.19-3.el9ost.x86_64. 216 kB/s | 9.5 kB 00:00 (338/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.0 MB/s | 123 kB 00:00 (339/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 540 kB/s | 19 kB 00:00 (340/399): openstack-heat-engine-16.1.1-17.1.20 422 kB/s | 15 kB 00:00 (341/399): openstack-heat-common-16.1.1-17.1.20 28 MB/s | 1.6 MB 00:00 (342/399): openstack-heat-monolith-16.1.1-17.1. 449 kB/s | 16 kB 00:00 (343/399): openstack-heat-api-16.1.1-17.1.20250 145 kB/s | 16 kB 00:00 (344/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (345/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 48 kB 00:00 (346/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (347/399): python-openstackclient-lang-5.5.2-17 638 kB/s | 58 kB 00:00 (348/399): openstack-tripleo-common-containers- 1.5 MB/s | 74 kB 00:00 (349/399): puppet-apache-6.5.2-17.1.20250811150 5.7 MB/s | 253 kB 00:00 (350/399): puppet-concat-6.2.1-17.1.20250725131 1.1 MB/s | 44 kB 00:00 (351/399): puppet-firewall-3.4.1-17.1.202508041 2.0 MB/s | 73 kB 00:00 (352/399): puppet-git-0.5.0-17.1.20250725114148 765 kB/s | 26 kB 00:00 (353/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (354/399): puppet-ipaclient-2.5.2-17.1.20250725 590 kB/s | 21 kB 00:00 (355/399): puppet-inifile-4.2.1-17.1.2025080415 1.0 MB/s | 46 kB 00:00 (356/399): puppet-keepalived-0.0.2-17.1.2025072 491 kB/s | 17 kB 00:00 (357/399): puppet-module-data-0.5.1-17.1.202507 469 kB/s | 16 kB 00:00 (358/399): puppet-remote-10.0.0-17.1.2025072511 463 kB/s | 19 kB 00:00 (359/399): puppet-rsync-1.1.4-17.1.202508041515 679 kB/s | 28 kB 00:00 (360/399): puppet-snmp-3.9.1-17.1.2025072511575 939 kB/s | 38 kB 00:00 (361/399): puppet-sysctl-0.0.13-17.1.2025072511 564 kB/s | 19 kB 00:00 (362/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.5 MB/s | 53 kB 00:00 (363/399): python3-tripleo-common-15.4.1-17.1.2 4.7 MB/s | 198 kB 00:00 (364/399): tripleo-ansible-3.3.1-17.1.202508040 13 MB/s | 569 kB 00:00 (365/399): python3-tripleoclient-16.5.1-17.1.20 8.5 MB/s | 552 kB 00:00 (366/399): openstack-tripleo-heat-templates-14. 13 MB/s | 611 kB 00:00 (367/399): puppet-horizon-18.6.1-17.1.202510081 1.4 MB/s | 59 kB 00:00 (368/399): puppet-keystone-18.6.1-17.1.20251008 2.9 MB/s | 126 kB 00:00 (369/399): libaio-0.3.111-13.el9.x86_64.rpm 736 kB/s | 26 kB 00:00 (370/399): device-mapper-persistent-data-0.9.0- 13 MB/s | 786 kB 00:00 (371/399): glibc-langpack-en-2.34-60.el9.x86_64 13 MB/s | 675 kB 00:00 (372/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.4 MB/s | 62 kB 00:00 (373/399): krb5-workstation-1.20.1-8.el9.x86_64 12 MB/s | 542 kB 00:00 (374/399): bash-completion-2.11-4.el9.noarch.rp 2.7 MB/s | 459 kB 00:00 (375/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.4 MB/s | 81 kB 00:00 (376/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 884 kB/s | 37 kB 00:00 (377/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 (378/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 397 kB/s | 16 kB 00:00 (379/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 341 kB/s | 12 kB 00:00 (380/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.8 MB/s | 68 kB 00:00 (381/399): python3-dns-2.2.1-2.el9.noarch.rpm 6.4 MB/s | 418 kB 00:00 (382/399): python3-openvswitch3.3-3.3.6-141.el9 8.8 MB/s | 383 kB 00:00 (383/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 457 kB/s | 30 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 400 kB/s | 36 kB 00:00 (385/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.4 MB/s | 354 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 513 kB/s | 19 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 660 kB/s | 32 kB 00:00 (388/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 24 MB/s | 1.5 MB 00:00 (389/399): device-mapper-event-libs-1.02.187-7. 364 kB/s | 31 kB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 14 MB/s | 1.0 MB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.6 MB/s | 136 kB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 743 kB/s | 30 kB 00:00 (393/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 156 kB 00:00 (394/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.8 MB/s | 109 kB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 6.7 MB/s | 464 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 24 MB/s | 2.3 MB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.3 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 3.1 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 2.5 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 14 MB/s | 97 MB 00:07 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 : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 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-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.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-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 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-dns-2.2.1-2.el9.noarch 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 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-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 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 : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 171/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 181/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 182/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 183/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 184/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 185/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 186/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 187/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 188/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 189/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 190/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 191/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 192/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 193/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 194/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 197/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 198/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 199/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 200/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 201/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 202/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 203/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 204/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 205/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 206/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 207/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 208/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 209/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 210/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 211/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 212/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 213/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 214/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 215/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 216/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 217/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 218/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 219/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 220/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 221/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 222/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 223/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 224/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 225/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 226/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 227/408 Installing : python3-memcached-1.59-3.el9ost.noarch 228/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 229/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 230/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 231/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 232/408 Installing : python3-docutils-0.16-6.el9ost.noarch 233/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 234/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 235/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 236/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 237/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 238/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 239/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 240/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 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 : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 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-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.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 : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 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-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 120/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 121/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 122/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 123/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 124/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 125/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 126/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 127/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 128/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 129/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 130/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 131/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 132/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 133/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 134/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 135/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 136/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 137/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 138/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 139/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 140/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 141/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 142/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 143/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 144/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 145/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 146/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 147/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 148/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 149/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 150/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 151/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 152/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 153/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 154/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 155/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 156/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 157/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 158/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 159/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 160/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 161/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 162/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 163/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 166/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 167/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 168/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 169/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 170/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 171/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 172/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 173/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 174/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 175/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 176/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 177/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 178/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 179/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 180/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 181/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 182/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 183/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 184/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 185/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 186/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 187/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 188/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 189/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 190/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 191/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 192/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 193/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 194/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 195/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 196/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 197/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 198/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 199/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 200/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 201/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 202/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 203/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 204/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 205/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 206/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 207/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 208/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 209/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 210/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 211/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 212/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 213/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 214/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 215/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 216/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 217/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 218/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 219/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 220/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 221/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 222/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 223/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 224/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 225/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 226/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 227/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 228/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 229/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 230/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 231/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 232/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 233/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 234/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 235/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 236/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 237/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 238/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 239/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 240/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 241/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 242/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 243/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 244/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 245/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 247/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 248/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 249/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 250/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 251/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 252/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 253/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 254/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 255/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 256/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 257/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 258/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 259/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 260/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 261/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 262/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 263/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 264/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 265/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 266/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 267/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 268/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 269/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 270/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 271/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 272/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 274/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 275/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 276/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 277/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 278/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 279/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 280/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 281/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 282/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 283/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 284/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 285/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 286/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 287/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 288/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 289/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 290/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 291/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 292/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 293/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 294/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 295/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 296/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 297/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 298/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 299/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 300/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 301/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 302/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 303/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 304/408 Verifying : hiera-3.6.0-6.el9ost.noarch 305/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 306/408 Verifying : puppet-7.10.0-4.el9ost.noarch 307/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 309/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 310/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 311/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 312/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 313/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 314/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 315/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 316/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 317/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 318/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 319/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 320/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 321/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 322/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 323/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 324/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 325/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 326/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 327/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 328/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 329/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 330/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 331/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 332/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 333/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 334/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 335/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 336/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 337/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 338/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 339/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 340/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 341/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 342/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 343/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 344/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 345/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 346/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 347/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 348/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 349/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 350/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 351/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 352/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 353/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 354/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 355/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 356/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 357/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 358/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 359/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 360/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 361/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 362/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 363/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 364/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 365/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 366/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 367/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 368/408 Verifying : bash-completion-1:2.11-4.el9.noarch 369/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 370/408 Verifying : libaio-0.3.111-13.el9.x86_64 371/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 372/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 373/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 374/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 375/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 376/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 378/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 379/408 Verifying : python3-dns-2.2.1-2.el9.noarch 380/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 381/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 382/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.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=true + BARBICAN_ENABLED=true + 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=False + OCTAVIA_ENABLED=False + 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-23T07:15:14.676946 # # 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=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=True + OCTAVIA_ENABLED=False + 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' False = true ']' + '[' false = true ']' + '[' True = true ']' + '[' 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:9def284c9e30d8af23f3eadcfc2d8c16e7fe01470de6ae9f36840995738148b6 Copying blob sha256:f9603f651f56efd72c8956a251ad720338d3fa83c3ec6544bde4d2f6683b2fe4 Copying blob sha256:0d4a7b457f333699d8fb30a68e8a3810b63e635a405154050d4e4ddc564ffbc0 Copying blob sha256:9cdd7dc39ddc569d58796b2b6d48ab890b365d8a5b9be46eb67d3879deb74560 Copying blob sha256:e4a83e11a85958d75f46499cc040473d456e5ecfddf9a9fd83e5ae89511546f8 Copying blob sha256:b571d2b60f2e90f35dc762affeaca73a692509a675f91de7a398468ca25d4cfd Copying blob sha256:3799856bb395ad177e7a5ad9772cbced9b105007b10000ebde1e2cb8f327e06d Copying blob sha256:357dd215688b3c5b8971c61432f76c30490ff4ba4306f809c7947ad8cdd54a86 Copying blob sha256:c1e71a0041aa02e78dfce0c063641153f6a0120c56fc5c262ef2a4951d596ed4 Copying blob sha256:1480f0ea0bdc7fd118865ffbcb5b432eb5011ac4ac5e0469506b2d1458abf76e Copying blob sha256:9dc8b96b4e8377c44a40da040aea842460bfb16943797343dde5a5ae451cb394 Copying blob sha256:6bcb3475e68c0fe3acb442bb408894e5c97eb2ec7cef6913e1b1043c39b12da2 Copying blob sha256:bb06143f0b77b57fc1612e1ea0cfb353e5df66561b72f6e1b6d179d96b37c7c1 Copying blob sha256:67bd69397d205fcb9f473e7cb121cba9ca305cb9d3877aed062a641dfb623f5a Copying blob sha256:419b488180780dbd28d1b12fdc214c0e22763c74ef96ec1b51cafaa6e2729e9e Copying blob sha256:11acca45f60c34d2675f9fe761c660a7582eaf201b8afa40cca780725f705f8c Copying blob sha256:a62c5720d6f8ac24f04398d38ebe5f3bed8409e0f430a6402964af1eff051ad1 Copying blob sha256:0d0f558231f34d1b8c277d87f0e38b503a8d01a4986fdccd98845839849be8bb Copying blob sha256:77a3aca95507ef1471c4bc651cfdb100859a6a423067e72a377497ccd995d8d2 Copying blob sha256:f5510473a98cbecf139e7291305abb17e34be17c8d0976da6c3c513e09fda192 Copying blob sha256:ed0a9ffbbd60d4c4f77c2c7c7c7bb50b433f2a1d5119338f8343cd672e8b8da9 Copying blob sha256:7b7bb9e71b44a878f248705440216ffe717f4fcdcc4b779554a242bb0a2d47a0 Copying blob sha256:abb638f6439391ce4af5b77c58510639c8e7e0687a915cb3aa9272700e841708 Copying blob sha256:046f9b8acd0cf8e9f34fe04218f8533d74b8cff36edfd7c923f351ad72c634b0 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:6512b936ce3bd33c874ad379720df014e58d70c2e4def236cce47731fcf8be70 Copying blob sha256:552a7dad22399ff8c3a8ba17d8d5da31e378cd2a20aaac09840204e846cc6a90 Copying blob sha256:7c76a76cba280e841e4e2209c5be71db0a5f3a6fb89c6ff18b1b76511dbc5f8d Copying blob sha256:7b28a4c153c8bb5827c75fe06482ae7aa9debd5f4606b04193befacdb9ba24cc Copying blob sha256:98f7f5707e30cebbfa4e9ad5aa1358e200a10fc16b66f44d35baaaa572cb6f3e Copying blob sha256:cf385422e0252dd86ee0688367efb92ea2c66ce23ea491ef84c804b3c135b70f Copying blob sha256:310ffb6dba51b937df5a1797e98bbb90f9624dc86a7401255def92be73754d6f Copying blob sha256:c49cf5c5853b46ca3dcadfcb13ca80efe7e536304b6ba0f341ab47cf2675265d Copying blob sha256:97bd736c1da9429177034f34052b3c19308655ce3f0ab8f744871ba8507b8c7a Copying blob sha256:2c09f66e9a20dced5ab7dff5e5c8fff6fc16414e0d597d0dc98363530c8c37e6 Copying blob sha256:e095ade4082c5bc65360e44e1cf02bfcfa1d5991a2f07bdeb79e21e17b0b9afe Copying blob sha256:bc62e483d568f244cb51f9b5a530f332cf9a696f3112f256cef8a5adbc0b3cb7 Copying blob sha256:fc36712e73061f44a26c507350626687f1b44a59fc8366d58d9d7494440d2c03 Copying blob sha256:9cf92140bef4c08f5434542b8f6e528955d11a052c81561e7d4612532ab99878 Copying blob sha256:840973994438e82fc6e18e6c9696357d54a6b33e56f29ec23cce05df0a6f363f Copying blob sha256:d00a88945332ab153a7b382e52dd3d318953e11ac2badb49cbc344a727ac9344 Copying blob sha256:ab5ced7b7113190bf4644089494d8c731cd0b0991100c57ba1b3498251d03d16 Copying blob sha256:95cbaa31ebe6dc45f53b8353704d6d2c1e2d532acc841e5fff3b435812a9866d Copying blob sha256:a086dd17e5d84a0e8e9a204e3df3616d50d4bec96fd76035cecc38b13ac6d1f6 Copying blob sha256:5b6c3db8bd741b91b5804c6fc4b1fda17fca6fcff239470af58c3a0a80a77999 Copying blob sha256:c5e690c58b48b20685b19ff2bc27a1803bcff745ec1067f61eaebe1f04120a57 Copying blob sha256:71acd1edc66cc66cc87b1bb108d02ee5dedefc04fe81d567a406e7a5126911be Copying config sha256:a62460460eb93b1af6a155556343a9cc79935bdb182ab1688f3bbb96881211dd Writing manifest to image destination Storing signatures bd997e92d66e22a6c78dbf26a2fd1ebc8a7d02c43ff6bbfd8aec33d1c0e6ed7b + 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/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.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-23 07:23:06.467 43238 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-23 07:23:06.491 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.491 43238 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-23 07:23:06.492 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.493 43238 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-23 07:23:06.494 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.494 43238 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-23 07:23:06.496 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.496 43238 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-23 07:23:06.498 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.498 43238 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-23 07:23:06.500 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.500 43238 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-23 07:23:06.523 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.523 43238 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-23 07:23:06.540 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.540 43238 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-23 07:23:06.542 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.542 43238 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-23 07:23:06.544 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.544 43238 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-23 07:23:06.546 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.546 43238 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-23 07:23:06.547 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.548 43238 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-23 07:23:06.549 43238 INFO migrate.versioning.api [-] done 2025-11-23 07:23:06.549 43238 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-23 07:23:06.571 43238 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-23 07:23:14Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:14Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:14Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-23 07:23:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:15Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:16Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-23 07:23:16Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:16Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-23 07:23:16Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:17Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-23 07:23:17Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:17Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-23 07:23:17Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:17Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:17Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:17Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-23 07:23:17Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:17Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-23 07:23:18Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:18Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-23 07:23:18Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:18Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-23 07:23:18Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:19Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-23 07:23:19Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:19Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-23 07:23:20Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:20Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:20Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:20Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:20Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-23 07:23:21Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-23 07:23:21Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:21Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:21Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:21Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-23 07:23:21Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-23 07:23:22Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:22Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-23 07:23:22Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-23 07:23:22Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:22Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:22Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:22Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-23 07:23:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-23 07:23:24Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:24Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-23 07:23:25Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:25Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-23 07:23:25Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:26Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-23 07:23:26Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-23 07:23:26Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:26Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:26Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:27Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-23 07:23:27Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-23 07:23:28Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-23 07:23:28Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-23 07:23:28Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:28Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:28Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:28Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:28Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:29Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-23 07:23:29Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:29Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-23 07:23:29Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:30Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-23 07:23:30Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:30Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-23 07:23:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:31Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:35Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:35Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:23:36Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:36Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:36Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:37Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-11-23 07:23:40Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-11-23 07:23:40Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-23 07:23:42Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:43Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-23 07:23:43Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:44Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-23 07:23:45Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:45Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:45Z [standalone.StandaloneServiceChain.ServiceChain.4.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:47Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:47Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:47Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:23:48Z [standalone.StandaloneServiceChain.ServiceChain.4.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.4.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderBase]: CREATE_COMPLETE state changed 2025-11-23 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:51Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:51Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:23:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-23 07:23:54Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:54Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:54Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:55Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:55Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:55Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:56Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-23 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-23 07:24:02Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:02Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:03Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:03Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:03Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:04Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:04Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:04Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:06Z [standalone.StandaloneServiceChain.ServiceChain.6.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:06Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:07Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:07Z [standalone.StandaloneServiceChain.ServiceChain.6.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:08Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:08Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-23 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:16Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-23 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-23 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-23 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-23 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-23 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:29Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:29Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-23 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-23 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.13.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-23 07:24:40Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_COMPLETE state changed 2025-11-23 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-23 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-23 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-23 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.14.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.14.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-23 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.14.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-23 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.14.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-23 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:24:56Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-23 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatBase]: CREATE_COMPLETE state changed 2025-11-23 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-23 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-23 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:07Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-23 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-23 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-23 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-23 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-23 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-23 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-23 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.23.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.23.ManilaBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.23.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-23 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-23 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.25.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.25.ManilaBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-23 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-23 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-23 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:53Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.28.MysqlBase]: CREATE_COMPLETE state changed 2025-11-23 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-23 07:25:56Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-23 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:25:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:02Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:02Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-23 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-23 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-23 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:22Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:30Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-23 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.35.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-23 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-23 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-23 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_COMPLETE state changed 2025-11-23 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-23 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.38.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.38.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-23 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_COMPLETE state changed 2025-11-23 07:27:02Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:02Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-23 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:06Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-23 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:08Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:08Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:08Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:09Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-23 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.40.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.40.SshdBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-23 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:14Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-23 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-23 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-11-23 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-23 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.42.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.42.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:24Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-23 07:27:24Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:24Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-23 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:29Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:30Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-23 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-23 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-23 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-23 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:42Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-23 07:27:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-23 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-23 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-23 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-23 07:27:51Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:52Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-23 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-23 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-23 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:56Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-23 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:27:58Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:58Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-23 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.54.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.54.SwiftBase]: CREATE_COMPLETE state changed 2025-11-23 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-23 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-23 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:04Z [standalone.StandaloneServiceChain.ServiceChain.56.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:04Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-23 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.56.SwiftBase]: CREATE_COMPLETE state changed 2025-11-23 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-23 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:07Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-23 07:28:07Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-23 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-23 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-23 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.61.Podman]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.61.Podman]: CREATE_COMPLETE state changed 2025-11-23 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-23 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-23 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-23 07:28:17Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:18Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:18Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:18Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-23 07:28:18Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:18Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-23 07:28:18Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:19Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:19Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:19Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:19Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:21Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:21Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:21Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:21Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:21Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:22Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-23 07:28:22Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:22Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:22Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:22Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-23 07:28:23Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-23 07:28:24Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:25Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:25Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:25Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:25Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:25Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:25Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:26Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:26Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:27Z [CompactServices]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:27Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:27Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:27Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:27Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:27Z [CompactServices]: CREATE_COMPLETE state changed 2025-11-23 07:28:27Z [IndividualServices]: CREATE_COMPLETE state changed 2025-11-23 07:28:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-23 07:28:27Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-23 07:28:29Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:29Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-23 07:28:29Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:29Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:29Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-23 07:28:29Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:29Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-23 07:28:29Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:29Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:29Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:30Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-23 07:28:30Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:30Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:30Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-23 07:28:30Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:30Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:30Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-23 07:28:31Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-23 07:28:31Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:31Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:31Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:31Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-23 07:28:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-23 07:28:32Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:33Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-23 07:28:34Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:34Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:35Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:35Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:35Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:35Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:35Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:35Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:35Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:35Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:35Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:35Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:36Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:36Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:36Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:37Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:37Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-23 07:28:37Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:38Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-23 07:28:38Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-23 07:28:39Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:40Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-23 07:28:40Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:40Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:40Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:41Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:41Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-23 07:28:41Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:41Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:41Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:42Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-23 07:28:43Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:43Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:43Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:44Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:44Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:45Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-23 07:28:45Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:45Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-23 07:28:45Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:45Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-23 07:28:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:47Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-23 07:28:47Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-23 07:28:47Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-23 07:28:48Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-23 07:28:48Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/96a713ab-4b72-4254-b0cf-2d6c43f88458 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-23 07:29:12.724241 | fa163e80-6264-4ee4-5429-000000000006 | TASK | External deployment step 0 2025-11-23 07:29:12.748861 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-000000000006') missing from stats 2025-11-23 07:29:12.791193 | fa163e80-6264-4ee4-5429-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.117370 | 0.03s 2025-11-23 07:29:12.795949 | c657db71-1fd3-4fd3-8f76-b86fec2c4d16 | INCLUDED | /root/standalone-ansible-_4fp6s60/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-23 07:29:12.809878 | fa163e80-6264-4ee4-5429-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-11-23 07:29:13.645964 | fa163e80-6264-4ee4-5429-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-23 07:29:13.648056 | fa163e80-6264-4ee4-5429-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.974216 | 0.84s PLAY [Check if required variables are defined] ********************************* 2025-11-23 07:29:13.729887 | fa163e80-6264-4ee4-5429-000000000126 | TASK | Gathering Facts 2025-11-23 07:29:14.312852 | fa163e80-6264-4ee4-5429-000000000126 | OK | Gathering Facts | localhost 2025-11-23 07:29:14.314516 | fa163e80-6264-4ee4-5429-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.640685 | 0.58s 2025-11-23 07:29:14.379871 | fa163e80-6264-4ee4-5429-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-23 07:29:14.381297 | fa163e80-6264-4ee4-5429-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.707461 | 0.05s 2025-11-23 07:29:14.435006 | fa163e80-6264-4ee4-5429-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-23 07:29:14.436211 | fa163e80-6264-4ee4-5429-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.762379 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-23 07:29:14.555247 | fa163e80-6264-4ee4-5429-00000000014e | TASK | Gathering Facts 2025-11-23 07:29:14.564485 | fa163e80-6264-4ee4-5429-00000000014e | TASK | Gathering Facts 2025-11-23 07:29:14.873434 | fa163e80-6264-4ee4-5429-00000000014e | OK | Gathering Facts | undercloud 2025-11-23 07:29:14.875276 | fa163e80-6264-4ee4-5429-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.201444 | 0.32s 2025-11-23 07:29:14.905631 | fa163e80-6264-4ee4-5429-00000000014e | OK | Gathering Facts | standalone 2025-11-23 07:29:14.906919 | fa163e80-6264-4ee4-5429-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.233092 | 0.34s 2025-11-23 07:29:14.925529 | fa163e80-6264-4ee4-5429-000000000012 | TASK | Set legacy facts 2025-11-23 07:29:14.972775 | fa163e80-6264-4ee4-5429-000000000012 | TASK | Set legacy facts 2025-11-23 07:29:14.977972 | fa163e80-6264-4ee4-5429-000000000012 | OK | Set legacy facts | undercloud 2025-11-23 07:29:14.979078 | fa163e80-6264-4ee4-5429-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.305251 | 0.05s 2025-11-23 07:29:15.013879 | fa163e80-6264-4ee4-5429-000000000012 | OK | Set legacy facts | standalone 2025-11-23 07:29:15.014407 | fa163e80-6264-4ee4-5429-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.340589 | 0.04s PLAY [Load global variables] *************************************************** 2025-11-23 07:29:15.160733 | fa163e80-6264-4ee4-5429-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-23 07:29:15.161586 | fa163e80-6264-4ee4-5429-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.487762 | 0.04s 2025-11-23 07:29:15.172059 | fa163e80-6264-4ee4-5429-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-23 07:29:15.172379 | fa163e80-6264-4ee4-5429-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.498565 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-23 07:29:15.225487 | fa163e80-6264-4ee4-5429-000000000018 | TASK | Include Service VIP vars 2025-11-23 07:29:15.251844 | fa163e80-6264-4ee4-5429-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-_4fp6s60/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-11-23 07:29:15.252897 | fa163e80-6264-4ee4-5429-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.579072 | 0.03s 2025-11-23 07:29:15.263613 | fa163e80-6264-4ee4-5429-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-_4fp6s60/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-11-23 07:29:15.264153 | fa163e80-6264-4ee4-5429-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.590325 | 0.03s 2025-11-23 07:29:15.268954 | fa163e80-6264-4ee4-5429-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-23 07:29:15.296669 | fa163e80-6264-4ee4-5429-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-23 07:29:15.297626 | fa163e80-6264-4ee4-5429-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.623801 | 0.03s 2025-11-23 07:29:15.308439 | fa163e80-6264-4ee4-5429-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-23 07:29:15.308877 | fa163e80-6264-4ee4-5429-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.635061 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-23 07:29:15.384584 | fa163e80-6264-4ee4-5429-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-23 07:29:16.055017 | fa163e80-6264-4ee4-5429-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-23 07:29:16.132196 | fa163e80-6264-4ee4-5429-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-23 07:29:16.167209 | fa163e80-6264-4ee4-5429-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-23 07:29:16.168125 | fa163e80-6264-4ee4-5429-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.494299 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-11-23 07:29:16.240259 | fa163e80-6264-4ee4-5429-000000000023 | TASK | Set selinux state 2025-11-23 07:29:16.798542 | fa163e80-6264-4ee4-5429-000000000023 | OK | Set selinux state | standalone 2025-11-23 07:29:16.799933 | fa163e80-6264-4ee4-5429-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.126100 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-23 07:29:16.937446 | fa163e80-6264-4ee4-5429-000000000026 | TASK | Configure Hosts Entries 2025-11-23 07:29:16.968965 | fa163e80-6264-4ee4-5429-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.295112 | 0.03s 2025-11-23 07:29:16.983952 | fa163e80-6264-4ee4-5429-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.310125 | 0.02s 2025-11-23 07:29:17.036682 | fa163e80-6264-4ee4-5429-0000000001df | TASK | Create temporary file for hosts 2025-11-23 07:29:17.381541 | fa163e80-6264-4ee4-5429-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-11-23 07:29:17.382783 | fa163e80-6264-4ee4-5429-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.708949 | 0.34s 2025-11-23 07:29:17.383652 | fa163e80-6264-4ee4-5429-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-11-23 07:29:17.384649 | fa163e80-6264-4ee4-5429-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.710824 | 0.33s 2025-11-23 07:29:17.403493 | fa163e80-6264-4ee4-5429-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-11-23 07:29:17.817146 | fa163e80-6264-4ee4-5429-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-23 07:29:17.819977 | fa163e80-6264-4ee4-5429-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.146139 | 0.42s 2025-11-23 07:29:17.832145 | fa163e80-6264-4ee4-5429-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-23 07:29:17.833998 | fa163e80-6264-4ee4-5429-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.160173 | 0.41s 2025-11-23 07:29:17.852769 | fa163e80-6264-4ee4-5429-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-11-23 07:29:18.185829 | fa163e80-6264-4ee4-5429-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-23 07:29:18.188761 | fa163e80-6264-4ee4-5429-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.514925 | 0.33s 2025-11-23 07:29:18.211662 | fa163e80-6264-4ee4-5429-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-23 07:29:18.213403 | fa163e80-6264-4ee4-5429-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.539458 | 0.34s 2025-11-23 07:29:18.231904 | fa163e80-6264-4ee4-5429-0000000001e2 | TASK | Render out the hosts entries 2025-11-23 07:29:18.355414 | fa163e80-6264-4ee4-5429-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-11-23 07:29:18.357765 | fa163e80-6264-4ee4-5429-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.683846 | 0.12s 2025-11-23 07:29:18.374788 | fa163e80-6264-4ee4-5429-0000000001e3 | TASK | Prepare new /etc/hosts 2025-11-23 07:29:18.630522 | fa163e80-6264-4ee4-5429-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-23 07:29:18.633387 | fa163e80-6264-4ee4-5429-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.959492 | 0.26s 2025-11-23 07:29:18.666025 | fa163e80-6264-4ee4-5429-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-23 07:29:18.667812 | fa163e80-6264-4ee4-5429-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.993984 | 0.28s 2025-11-23 07:29:18.687396 | fa163e80-6264-4ee4-5429-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-11-23 07:29:19.031202 | fa163e80-6264-4ee4-5429-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-23 07:29:19.032825 | fa163e80-6264-4ee4-5429-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.358994 | 0.32s 2025-11-23 07:29:19.033698 | fa163e80-6264-4ee4-5429-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-23 07:29:19.034327 | fa163e80-6264-4ee4-5429-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.360506 | 0.34s 2025-11-23 07:29:19.052007 | fa163e80-6264-4ee4-5429-0000000001e5 | TASK | Clean up temporary hosts file 2025-11-23 07:29:19.376775 | fa163e80-6264-4ee4-5429-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-23 07:29:19.378430 | fa163e80-6264-4ee4-5429-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.704593 | 0.33s 2025-11-23 07:29:19.431105 | fa163e80-6264-4ee4-5429-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-11-23 07:29:19.432046 | fa163e80-6264-4ee4-5429-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.758221 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-11-23 07:29:19.553458 | fa163e80-6264-4ee4-5429-00000000002a | TASK | Common roles for TripleO servers 2025-11-23 07:29:19.579912 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-00000000002a') missing from stats 2025-11-23 07:29:19.663092 | fa163e80-6264-4ee4-5429-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.989247 | 0.03s 2025-11-23 07:29:19.747580 | fa163e80-6264-4ee4-5429-000000000242 | TASK | Gather variables for each operating system 2025-11-23 07:29:19.868882 | fa163e80-6264-4ee4-5429-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-23 07:29:19.870749 | fa163e80-6264-4ee4-5429-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.196910 | 0.12s 2025-11-23 07:29:19.880149 | fa163e80-6264-4ee4-5429-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.206322 | 0.13s 2025-11-23 07:29:19.898756 | fa163e80-6264-4ee4-5429-000000000244 | TASK | Check release version package is installed 2025-11-23 07:29:20.182446 | fa163e80-6264-4ee4-5429-000000000244 | CHANGED | Check release version package is installed | standalone 2025-11-23 07:29:20.183939 | fa163e80-6264-4ee4-5429-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.510104 | 0.28s 2025-11-23 07:29:20.210997 | fa163e80-6264-4ee4-5429-000000000245 | TASK | Deploy release version package 2025-11-23 07:29:24.630554 | fa163e80-6264-4ee4-5429-000000000245 | CHANGED | Deploy release version package | standalone 2025-11-23 07:29:24.631993 | fa163e80-6264-4ee4-5429-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:11.958161 | 4.42s 2025-11-23 07:29:24.655658 | fa163e80-6264-4ee4-5429-000000000247 | TASK | Include packages tasks 2025-11-23 07:29:24.674149 | fa163e80-6264-4ee4-5429-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.000313 | 0.02s 2025-11-23 07:29:24.697558 | c4591171-ff63-46e1-8b41-35ff93a0fca6 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-23 07:29:24.726302 | fa163e80-6264-4ee4-5429-00000000029b | TASK | Gather facts if they don't exist 2025-11-23 07:29:24.772536 | fa163e80-6264-4ee4-5429-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-11-23 07:29:24.773600 | fa163e80-6264-4ee4-5429-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.099769 | 0.05s 2025-11-23 07:29:24.796468 | fa163e80-6264-4ee4-5429-00000000029c | TASK | Gather variables for each operating system 2025-11-23 07:29:24.918004 | fa163e80-6264-4ee4-5429-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-23 07:29:24.929551 | fa163e80-6264-4ee4-5429-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.255711 | 0.13s 2025-11-23 07:29:24.953155 | fa163e80-6264-4ee4-5429-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-11-23 07:29:25.206892 | fa163e80-6264-4ee4-5429-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-23 07:29:25.208276 | fa163e80-6264-4ee4-5429-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.534445 | 0.25s 2025-11-23 07:29:25.231195 | fa163e80-6264-4ee4-5429-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-11-23 07:29:31.017989 | fa163e80-6264-4ee4-5429-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-23 07:29:31.020461 | fa163e80-6264-4ee4-5429-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.346630 | 5.79s 2025-11-23 07:29:31.044990 | fa163e80-6264-4ee4-5429-0000000002a0 | TASK | Ensure packages are actually well installed 2025-11-23 07:29:32.030562 | fa163e80-6264-4ee4-5429-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-23 07:29:32.033115 | fa163e80-6264-4ee4-5429-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.359280 | 0.99s 2025-11-23 07:29:32.058483 | fa163e80-6264-4ee4-5429-000000000248 | TASK | Enable openvswitch service if installed 2025-11-23 07:29:32.992826 | fa163e80-6264-4ee4-5429-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-11-23 07:29:32.995021 | fa163e80-6264-4ee4-5429-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.321187 | 0.93s 2025-11-23 07:29:33.020366 | fa163e80-6264-4ee4-5429-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-23 07:29:33.253006 | fa163e80-6264-4ee4-5429-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-23 07:29:33.254552 | fa163e80-6264-4ee4-5429-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:20.580717 | 0.23s 2025-11-23 07:29:33.284223 | fa163e80-6264-4ee4-5429-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-23 07:29:33.562232 | fa163e80-6264-4ee4-5429-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-23 07:29:33.563656 | fa163e80-6264-4ee4-5429-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:20.889824 | 0.28s 2025-11-23 07:29:33.587861 | fa163e80-6264-4ee4-5429-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-11-23 07:29:33.635371 | fa163e80-6264-4ee4-5429-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-23 07:29:33.636400 | fa163e80-6264-4ee4-5429-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:20.962568 | 0.05s 2025-11-23 07:29:33.659046 | fa163e80-6264-4ee4-5429-00000000024d | TASK | Ensure network service is enabled 2025-11-23 07:29:34.024239 | fa163e80-6264-4ee4-5429-00000000024d | OK | Ensure network service is enabled | standalone 2025-11-23 07:29:34.026095 | fa163e80-6264-4ee4-5429-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.352262 | 0.36s 2025-11-23 07:29:34.051810 | fa163e80-6264-4ee4-5429-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-23 07:29:34.397607 | fa163e80-6264-4ee4-5429-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-23 07:29:34.398977 | fa163e80-6264-4ee4-5429-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.725145 | 0.35s 2025-11-23 07:29:34.421950 | fa163e80-6264-4ee4-5429-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-23 07:29:34.618136 | fa163e80-6264-4ee4-5429-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-23 07:29:34.619674 | fa163e80-6264-4ee4-5429-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.945842 | 0.20s 2025-11-23 07:29:34.643306 | fa163e80-6264-4ee4-5429-000000000251 | TASK | Reload NetworkManager 2025-11-23 07:29:35.078825 | fa163e80-6264-4ee4-5429-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-11-23 07:29:35.080211 | fa163e80-6264-4ee4-5429-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.406386 | 0.44s 2025-11-23 07:29:35.100014 | fa163e80-6264-4ee4-5429-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-23 07:29:35.329487 | fa163e80-6264-4ee4-5429-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-23 07:29:35.330871 | fa163e80-6264-4ee4-5429-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:22.657038 | 0.23s 2025-11-23 07:29:35.354452 | fa163e80-6264-4ee4-5429-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-23 07:29:35.697864 | fa163e80-6264-4ee4-5429-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-23 07:29:35.699288 | fa163e80-6264-4ee4-5429-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.025456 | 0.34s 2025-11-23 07:29:35.727784 | fa163e80-6264-4ee4-5429-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-23 07:29:35.920483 | fa163e80-6264-4ee4-5429-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-23 07:29:35.922150 | fa163e80-6264-4ee4-5429-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.248316 | 0.19s 2025-11-23 07:29:35.948991 | fa163e80-6264-4ee4-5429-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-23 07:29:36.185476 | fa163e80-6264-4ee4-5429-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-23 07:29:36.186917 | fa163e80-6264-4ee4-5429-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.513084 | 0.24s 2025-11-23 07:29:36.267457 | fa163e80-6264-4ee4-5429-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.593610 | 0.03s 2025-11-23 07:29:36.346677 | fa163e80-6264-4ee4-5429-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-11-23 07:29:36.557827 | fa163e80-6264-4ee4-5429-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-23 07:29:36.559236 | fa163e80-6264-4ee4-5429-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:23.885401 | 0.21s 2025-11-23 07:29:36.583896 | fa163e80-6264-4ee4-5429-000000000350 | TASK | Check for ssh_known_hosts file 2025-11-23 07:29:36.808264 | fa163e80-6264-4ee4-5429-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-11-23 07:29:36.809526 | fa163e80-6264-4ee4-5429-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.135695 | 0.22s 2025-11-23 07:29:36.833258 | fa163e80-6264-4ee4-5429-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-23 07:29:36.852775 | fa163e80-6264-4ee4-5429-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-23 07:29:36.854012 | fa163e80-6264-4ee4-5429-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.180181 | 0.02s 2025-11-23 07:29:36.877054 | fa163e80-6264-4ee4-5429-000000000352 | TASK | Write temporary file 2025-11-23 07:29:36.905571 | fa163e80-6264-4ee4-5429-000000000352 | SKIPPED | Write temporary file | standalone 2025-11-23 07:29:36.906596 | fa163e80-6264-4ee4-5429-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.232764 | 0.03s 2025-11-23 07:29:36.928802 | fa163e80-6264-4ee4-5429-000000000353 | TASK | Set ssh_known_hosts fact 2025-11-23 07:29:37.006261 | fa163e80-6264-4ee4-5429-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-11-23 07:29:37.007502 | fa163e80-6264-4ee4-5429-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.333670 | 0.08s 2025-11-23 07:29:37.030725 | fa163e80-6264-4ee4-5429-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-23 07:29:37.225146 | fa163e80-6264-4ee4-5429-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-23 07:29:37.226660 | fa163e80-6264-4ee4-5429-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.552825 | 0.19s 2025-11-23 07:29:37.249577 | fa163e80-6264-4ee4-5429-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-23 07:29:37.433639 | fa163e80-6264-4ee4-5429-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-23 07:29:37.435072 | fa163e80-6264-4ee4-5429-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:24.761238 | 0.18s 2025-11-23 07:29:37.462019 | fa163e80-6264-4ee4-5429-000000000356 | TASK | Remove temp file 2025-11-23 07:29:37.695071 | fa163e80-6264-4ee4-5429-000000000356 | CHANGED | Remove temp file | standalone 2025-11-23 07:29:37.697278 | fa163e80-6264-4ee4-5429-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.023437 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-23 07:29:37.854204 | fa163e80-6264-4ee4-5429-000000000034 | TASK | Deploy step tasks for step 0 2025-11-23 07:29:37.924902 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-000000000034') missing from stats 2025-11-23 07:29:37.952241 | fa163e80-6264-4ee4-5429-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-23 07:29:38.166551 | fa163e80-6264-4ee4-5429-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-23 07:29:38.167899 | fa163e80-6264-4ee4-5429-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.494069 | 0.21s 2025-11-23 07:29:38.190662 | fa163e80-6264-4ee4-5429-000000000036 | TASK | Check cloud-init status 2025-11-23 07:29:38.410798 | fa163e80-6264-4ee4-5429-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-23 07:29:38.412370 | fa163e80-6264-4ee4-5429-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:25.738445 | 0.22s 2025-11-23 07:29:38.437687 | fa163e80-6264-4ee4-5429-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-23 07:29:38.657245 | fa163e80-6264-4ee4-5429-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-23 07:29:38.658568 | fa163e80-6264-4ee4-5429-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:25.984737 | 0.22s 2025-11-23 07:29:38.682423 | fa163e80-6264-4ee4-5429-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-23 07:29:39.052240 | fa163e80-6264-4ee4-5429-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-23 07:29:39.053664 | fa163e80-6264-4ee4-5429-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.379835 | 0.37s 2025-11-23 07:29:39.078198 | fa163e80-6264-4ee4-5429-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-23 07:29:39.308999 | fa163e80-6264-4ee4-5429-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-23 07:29:39.310033 | fa163e80-6264-4ee4-5429-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:26.636209 | 0.23s 2025-11-23 07:29:39.333368 | fa163e80-6264-4ee4-5429-00000000003a | TASK | Write container-puppet.sh 2025-11-23 07:29:39.847641 | fa163e80-6264-4ee4-5429-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-23 07:29:39.848845 | fa163e80-6264-4ee4-5429-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.175016 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:29:39.923090 | fa163e80-6264-4ee4-5429-00000000003b | TIMING | include_tasks | standalone | 0:00:27.249260 | 0.05s 2025-11-23 07:29:39.941317 | c4a5caed-27a5-44ce-bed2-aae04e2ec40c | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-23 07:29:39.974785 | fa163e80-6264-4ee4-5429-000000000404 | TASK | Configure tuned before reboot 2025-11-23 07:29:40.015172 | fa163e80-6264-4ee4-5429-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:27.341335 | 0.04s 2025-11-23 07:29:40.060080 | fa163e80-6264-4ee4-5429-000000000443 | TASK | Gather variables for each operating system 2025-11-23 07:29:40.153091 | fa163e80-6264-4ee4-5429-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-23 07:29:40.155544 | fa163e80-6264-4ee4-5429-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.481709 | 0.09s 2025-11-23 07:29:40.166202 | fa163e80-6264-4ee4-5429-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.492365 | 0.11s 2025-11-23 07:29:40.223414 | fa163e80-6264-4ee4-5429-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:27.549583 | 0.04s 2025-11-23 07:29:40.237618 | f02958bd-ade3-4e83-943b-c01d7ade8eb1 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-23 07:29:40.265313 | fa163e80-6264-4ee4-5429-00000000046d | TASK | Check tuned package is installed 2025-11-23 07:29:40.529172 | fa163e80-6264-4ee4-5429-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-11-23 07:29:40.530532 | fa163e80-6264-4ee4-5429-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:27.856700 | 0.26s 2025-11-23 07:29:40.555550 | fa163e80-6264-4ee4-5429-00000000046e | TASK | Install tuned 2025-11-23 07:29:47.116804 | fa163e80-6264-4ee4-5429-00000000046e | CHANGED | Install tuned | standalone 2025-11-23 07:29:47.118000 | fa163e80-6264-4ee4-5429-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:34.444171 | 6.56s 2025-11-23 07:29:47.142558 | fa163e80-6264-4ee4-5429-00000000046f | TASK | Restart tuned 2025-11-23 07:29:48.992807 | fa163e80-6264-4ee4-5429-00000000046f | CHANGED | Restart tuned | standalone 2025-11-23 07:29:48.994601 | fa163e80-6264-4ee4-5429-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:36.320770 | 1.85s 2025-11-23 07:29:49.022118 | fa163e80-6264-4ee4-5429-000000000445 | TASK | Check for tuned-adm 2025-11-23 07:29:49.259539 | fa163e80-6264-4ee4-5429-000000000445 | OK | Check for tuned-adm | standalone 2025-11-23 07:29:49.261026 | fa163e80-6264-4ee4-5429-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:36.587195 | 0.24s 2025-11-23 07:29:49.326687 | fa163e80-6264-4ee4-5429-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:36.652848 | 0.04s 2025-11-23 07:29:49.354940 | 072f65b1-367e-4e99-8f53-74f67e1226bf | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-23 07:29:49.393495 | fa163e80-6264-4ee4-5429-0000000004a4 | TASK | Ensure profile directory exists 2025-11-23 07:29:49.463004 | fa163e80-6264-4ee4-5429-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-11-23 07:29:49.464413 | fa163e80-6264-4ee4-5429-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:36.790582 | 0.07s 2025-11-23 07:29:49.490099 | fa163e80-6264-4ee4-5429-0000000004a5 | TASK | Create custom tuned profile 2025-11-23 07:29:49.542140 | fa163e80-6264-4ee4-5429-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-11-23 07:29:49.543438 | fa163e80-6264-4ee4-5429-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:36.869606 | 0.05s 2025-11-23 07:29:49.570621 | fa163e80-6264-4ee4-5429-0000000004a6 | TASK | Check tuned active profile 2025-11-23 07:29:49.902927 | fa163e80-6264-4ee4-5429-0000000004a6 | OK | Check tuned active profile | standalone 2025-11-23 07:29:49.904268 | fa163e80-6264-4ee4-5429-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.230438 | 0.33s 2025-11-23 07:29:49.929273 | fa163e80-6264-4ee4-5429-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-11-23 07:29:50.162769 | fa163e80-6264-4ee4-5429-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-11-23 07:29:50.164087 | fa163e80-6264-4ee4-5429-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:37.490258 | 0.23s 2025-11-23 07:29:50.193895 | fa163e80-6264-4ee4-5429-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-23 07:29:50.257186 | fa163e80-6264-4ee4-5429-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-23 07:29:50.258587 | fa163e80-6264-4ee4-5429-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:37.584754 | 0.06s 2025-11-23 07:29:50.285730 | fa163e80-6264-4ee4-5429-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-11-23 07:29:50.349597 | fa163e80-6264-4ee4-5429-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-23 07:29:50.350759 | fa163e80-6264-4ee4-5429-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:37.676934 | 0.06s 2025-11-23 07:29:50.370086 | fa163e80-6264-4ee4-5429-0000000004aa | TASK | Enable tuned profile 2025-11-23 07:29:51.744672 | fa163e80-6264-4ee4-5429-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-11-23 07:29:51.745954 | fa163e80-6264-4ee4-5429-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.072125 | 1.37s 2025-11-23 07:29:51.792435 | fa163e80-6264-4ee4-5429-000000000405 | TASK | Configure kernel args and reboot 2025-11-23 07:29:51.841869 | fa163e80-6264-4ee4-5429-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.168031 | 0.05s 2025-11-23 07:29:51.982101 | fa163e80-6264-4ee4-5429-000000000557 | TASK | Get the command line args of the node 2025-11-23 07:29:52.209977 | fa163e80-6264-4ee4-5429-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-11-23 07:29:52.211280 | fa163e80-6264-4ee4-5429-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:39.537448 | 0.23s 2025-11-23 07:29:52.236496 | fa163e80-6264-4ee4-5429-000000000559 | TASK | Check if node has a nova.conf 2025-11-23 07:29:52.445241 | fa163e80-6264-4ee4-5429-000000000559 | OK | Check if node has a nova.conf | standalone 2025-11-23 07:29:52.446617 | fa163e80-6264-4ee4-5429-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:39.772788 | 0.21s 2025-11-23 07:29:52.470686 | fa163e80-6264-4ee4-5429-00000000055b | TASK | Warn operator about workload protection 2025-11-23 07:29:52.508113 | fa163e80-6264-4ee4-5429-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-11-23 07:29:52.509273 | fa163e80-6264-4ee4-5429-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.835443 | 0.04s 2025-11-23 07:29:52.533258 | fa163e80-6264-4ee4-5429-00000000055c | TASK | Setting defer reboot fact 2025-11-23 07:29:52.572737 | fa163e80-6264-4ee4-5429-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-11-23 07:29:52.573833 | fa163e80-6264-4ee4-5429-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.900003 | 0.04s 2025-11-23 07:29:52.597769 | fa163e80-6264-4ee4-5429-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-23 07:29:52.625922 | fa163e80-6264-4ee4-5429-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.952086 | 0.03s 2025-11-23 07:29:52.650795 | fa163e80-6264-4ee4-5429-000000000563 | TASK | Find hugepages in cmdline 2025-11-23 07:29:52.693211 | fa163e80-6264-4ee4-5429-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-23 07:29:52.694406 | fa163e80-6264-4ee4-5429-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.020575 | 0.04s 2025-11-23 07:29:52.718703 | fa163e80-6264-4ee4-5429-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-11-23 07:29:52.760852 | fa163e80-6264-4ee4-5429-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-23 07:29:52.761905 | fa163e80-6264-4ee4-5429-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.088076 | 0.04s 2025-11-23 07:29:52.785819 | fa163e80-6264-4ee4-5429-000000000568 | TASK | Find desired default hugepage size 2025-11-23 07:29:52.834994 | fa163e80-6264-4ee4-5429-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-11-23 07:29:52.836040 | fa163e80-6264-4ee4-5429-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.162211 | 0.05s 2025-11-23 07:29:52.861308 | fa163e80-6264-4ee4-5429-00000000056a | TASK | Storing non-configured hugepages 2025-11-23 07:29:52.890076 | fa163e80-6264-4ee4-5429-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.216243 | 0.03s 2025-11-23 07:29:52.914863 | fa163e80-6264-4ee4-5429-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-11-23 07:29:52.965439 | fa163e80-6264-4ee4-5429-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-23 07:29:52.966571 | fa163e80-6264-4ee4-5429-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.292736 | 0.05s 2025-11-23 07:29:52.991072 | fa163e80-6264-4ee4-5429-00000000056d | TASK | Determining the default hugepagesz 2025-11-23 07:29:53.033041 | fa163e80-6264-4ee4-5429-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-11-23 07:29:53.034229 | fa163e80-6264-4ee4-5429-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.360394 | 0.04s 2025-11-23 07:29:53.059027 | fa163e80-6264-4ee4-5429-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-23 07:29:53.101644 | fa163e80-6264-4ee4-5429-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-23 07:29:53.102824 | fa163e80-6264-4ee4-5429-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.428993 | 0.04s 2025-11-23 07:29:53.127037 | fa163e80-6264-4ee4-5429-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-11-23 07:29:53.176202 | fa163e80-6264-4ee4-5429-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-23 07:29:53.177331 | fa163e80-6264-4ee4-5429-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:40.503502 | 0.05s 2025-11-23 07:29:53.196502 | fa163e80-6264-4ee4-5429-000000000571 | TASK | Warn about possible modifications 2025-11-23 07:29:53.226506 | fa163e80-6264-4ee4-5429-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-11-23 07:29:53.227325 | fa163e80-6264-4ee4-5429-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:40.553499 | 0.03s 2025-11-23 07:29:53.246355 | fa163e80-6264-4ee4-5429-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-11-23 07:29:53.275102 | fa163e80-6264-4ee4-5429-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-23 07:29:53.275947 | fa163e80-6264-4ee4-5429-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:40.602123 | 0.03s 2025-11-23 07:29:53.295272 | fa163e80-6264-4ee4-5429-000000000573 | TASK | Cleaning up whitespaces 2025-11-23 07:29:53.323175 | fa163e80-6264-4ee4-5429-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-23 07:29:53.324567 | fa163e80-6264-4ee4-5429-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:40.650728 | 0.03s 2025-11-23 07:29:53.349052 | fa163e80-6264-4ee4-5429-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-11-23 07:29:53.714729 | fa163e80-6264-4ee4-5429-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-23 07:29:53.715927 | fa163e80-6264-4ee4-5429-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.042095 | 0.37s 2025-11-23 07:29:53.740868 | fa163e80-6264-4ee4-5429-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-23 07:29:53.803243 | fa163e80-6264-4ee4-5429-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-23 07:29:53.804478 | fa163e80-6264-4ee4-5429-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.130647 | 0.06s 2025-11-23 07:29:53.830323 | fa163e80-6264-4ee4-5429-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-23 07:29:53.889929 | fa163e80-6264-4ee4-5429-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-23 07:29:53.891104 | fa163e80-6264-4ee4-5429-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.217274 | 0.06s 2025-11-23 07:29:53.915777 | fa163e80-6264-4ee4-5429-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-23 07:29:53.977676 | fa163e80-6264-4ee4-5429-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-23 07:29:53.978831 | fa163e80-6264-4ee4-5429-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.305001 | 0.06s 2025-11-23 07:29:54.002340 | fa163e80-6264-4ee4-5429-00000000057a | TASK | Generate grub config 2025-11-23 07:29:54.062984 | fa163e80-6264-4ee4-5429-00000000057a | SKIPPED | Generate grub config | standalone 2025-11-23 07:29:54.064216 | fa163e80-6264-4ee4-5429-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.390385 | 0.06s 2025-11-23 07:29:54.091906 | fa163e80-6264-4ee4-5429-00000000057e | TASK | Get the block device that /boot is on 2025-11-23 07:29:54.141811 | fa163e80-6264-4ee4-5429-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-11-23 07:29:54.142959 | fa163e80-6264-4ee4-5429-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:41.469128 | 0.05s 2025-11-23 07:29:54.168100 | fa163e80-6264-4ee4-5429-00000000057f | TASK | Get the mount point that /boot is in 2025-11-23 07:29:54.230063 | fa163e80-6264-4ee4-5429-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-23 07:29:54.231318 | fa163e80-6264-4ee4-5429-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:41.557488 | 0.06s 2025-11-23 07:29:54.256340 | fa163e80-6264-4ee4-5429-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-11-23 07:29:54.306128 | fa163e80-6264-4ee4-5429-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-23 07:29:54.307401 | fa163e80-6264-4ee4-5429-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:41.633531 | 0.05s 2025-11-23 07:29:54.331961 | fa163e80-6264-4ee4-5429-000000000581 | TASK | Executed script to fix grub-menu 2025-11-23 07:29:54.382616 | fa163e80-6264-4ee4-5429-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-23 07:29:54.383776 | fa163e80-6264-4ee4-5429-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.709945 | 0.05s 2025-11-23 07:29:54.408690 | fa163e80-6264-4ee4-5429-000000000582 | TASK | Check grub config paths 2025-11-23 07:29:54.462955 | fa163e80-6264-4ee4-5429-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-23 07:29:54.480764 | fa163e80-6264-4ee4-5429-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-23 07:29:54.492951 | fa163e80-6264-4ee4-5429-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.819112 | 0.08s 2025-11-23 07:29:54.518923 | fa163e80-6264-4ee4-5429-000000000583 | TASK | Write EFI grub.cfg 2025-11-23 07:29:54.598037 | fa163e80-6264-4ee4-5429-000000000583 | 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-23 07:29:54.619268 | fa163e80-6264-4ee4-5429-000000000583 | 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-23 07:29:54.625725 | fa163e80-6264-4ee4-5429-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.951884 | 0.10s 2025-11-23 07:29:54.646859 | fa163e80-6264-4ee4-5429-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-23 07:29:54.705919 | fa163e80-6264-4ee4-5429-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-23 07:29:54.707101 | fa163e80-6264-4ee4-5429-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.033269 | 0.06s 2025-11-23 07:29:54.732277 | fa163e80-6264-4ee4-5429-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-23 07:29:54.794128 | fa163e80-6264-4ee4-5429-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-23 07:29:54.795231 | fa163e80-6264-4ee4-5429-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.121402 | 0.06s 2025-11-23 07:29:54.819683 | fa163e80-6264-4ee4-5429-000000000586 | TASK | Execute grub2-mkconfig 2025-11-23 07:29:54.858671 | fa163e80-6264-4ee4-5429-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-23 07:29:54.859796 | fa163e80-6264-4ee4-5429-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.185966 | 0.04s 2025-11-23 07:29:54.884480 | fa163e80-6264-4ee4-5429-000000000587 | TASK | Check for active tuned profile 2025-11-23 07:29:54.945015 | fa163e80-6264-4ee4-5429-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-11-23 07:29:54.946300 | fa163e80-6264-4ee4-5429-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.272470 | 0.06s 2025-11-23 07:29:54.970265 | fa163e80-6264-4ee4-5429-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-23 07:29:55.010673 | fa163e80-6264-4ee4-5429-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-23 07:29:55.011826 | fa163e80-6264-4ee4-5429-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:42.337996 | 0.04s 2025-11-23 07:29:55.035378 | fa163e80-6264-4ee4-5429-000000000589 | TASK | Set reboot required fact 2025-11-23 07:29:55.073702 | fa163e80-6264-4ee4-5429-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-11-23 07:29:55.074807 | fa163e80-6264-4ee4-5429-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:42.400978 | 0.04s 2025-11-23 07:29:55.099463 | fa163e80-6264-4ee4-5429-00000000058b | TASK | Apply DPDK workarounds 2025-11-23 07:29:55.139851 | fa163e80-6264-4ee4-5429-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-11-23 07:29:55.141000 | fa163e80-6264-4ee4-5429-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:42.467170 | 0.04s 2025-11-23 07:29:55.165530 | fa163e80-6264-4ee4-5429-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-11-23 07:29:55.196888 | fa163e80-6264-4ee4-5429-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-23 07:29:55.198112 | fa163e80-6264-4ee4-5429-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:42.524282 | 0.03s 2025-11-23 07:29:55.222749 | fa163e80-6264-4ee4-5429-00000000058e | TASK | Load modules 2025-11-23 07:29:55.268005 | fa163e80-6264-4ee4-5429-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-23 07:29:55.273645 | fa163e80-6264-4ee4-5429-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:42.599804 | 0.05s 2025-11-23 07:29:55.298975 | fa163e80-6264-4ee4-5429-000000000590 | TASK | Persist modules via modules-load.d 2025-11-23 07:29:55.342426 | fa163e80-6264-4ee4-5429-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-23 07:29:55.349190 | fa163e80-6264-4ee4-5429-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.675357 | 0.05s 2025-11-23 07:29:55.376606 | fa163e80-6264-4ee4-5429-000000000592 | TASK | Drop module persistence 2025-11-23 07:29:55.420140 | fa163e80-6264-4ee4-5429-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-23 07:29:55.425234 | fa163e80-6264-4ee4-5429-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:42.751399 | 0.05s 2025-11-23 07:29:55.451119 | fa163e80-6264-4ee4-5429-000000000594 | TASK | Set modules persistence via /etc/modules 2025-11-23 07:29:55.495475 | fa163e80-6264-4ee4-5429-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-23 07:29:55.507638 | fa163e80-6264-4ee4-5429-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.833801 | 0.05s 2025-11-23 07:29:55.532342 | fa163e80-6264-4ee4-5429-000000000596 | TASK | Modules reload 2025-11-23 07:29:55.572069 | fa163e80-6264-4ee4-5429-000000000596 | SKIPPED | Modules reload | standalone 2025-11-23 07:29:55.573219 | fa163e80-6264-4ee4-5429-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.899386 | 0.04s 2025-11-23 07:29:55.597281 | fa163e80-6264-4ee4-5429-000000000598 | TASK | Reboot tasks 2025-11-23 07:29:55.646967 | fa163e80-6264-4ee4-5429-000000000598 | SKIPPED | Reboot tasks | standalone 2025-11-23 07:29:55.648037 | fa163e80-6264-4ee4-5429-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.974208 | 0.05s 2025-11-23 07:29:55.672045 | fa163e80-6264-4ee4-5429-000000000599 | TASK | Skipping reboot for deployed node 2025-11-23 07:29:55.723757 | fa163e80-6264-4ee4-5429-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-23 07:29:55.725448 | fa163e80-6264-4ee4-5429-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.051609 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-11-23 07:29:55.882578 | fa163e80-6264-4ee4-5429-00000000003f | TASK | Server pre-network deployments 2025-11-23 07:29:55.909493 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-00000000003f') missing from stats 2025-11-23 07:29:55.929757 | fa163e80-6264-4ee4-5429-000000000043 | TASK | Hiera config 2025-11-23 07:29:55.955608 | fa163e80-6264-4ee4-5429-000000000043 | TIMING | Hiera config | standalone | 0:00:43.281775 | 0.02s 2025-11-23 07:29:55.995247 | fa163e80-6264-4ee4-5429-00000000070f | TASK | Create /etc/puppet/hieradata 2025-11-23 07:29:56.226897 | fa163e80-6264-4ee4-5429-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-23 07:29:56.228169 | fa163e80-6264-4ee4-5429-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:43.554338 | 0.23s 2025-11-23 07:29:56.253516 | fa163e80-6264-4ee4-5429-000000000710 | TASK | Write hiera config 2025-11-23 07:29:56.738653 | fa163e80-6264-4ee4-5429-000000000710 | CHANGED | Write hiera config | standalone 2025-11-23 07:29:56.739921 | fa163e80-6264-4ee4-5429-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.066091 | 0.49s 2025-11-23 07:29:56.793094 | fa163e80-6264-4ee4-5429-000000000044 | TASK | Hiera symlink 2025-11-23 07:29:57.018912 | fa163e80-6264-4ee4-5429-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-23 07:29:57.020250 | fa163e80-6264-4ee4-5429-000000000044 | TIMING | Hiera symlink | standalone | 0:00:44.346419 | 0.23s 2025-11-23 07:29:57.044393 | fa163e80-6264-4ee4-5429-000000000045 | TASK | Hieradata from vars 2025-11-23 07:29:57.072422 | fa163e80-6264-4ee4-5429-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:44.398509 | 0.03s 2025-11-23 07:29:57.137935 | fa163e80-6264-4ee4-5429-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-11-23 07:29:57.598442 | fa163e80-6264-4ee4-5429-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-23 07:29:57.599935 | fa163e80-6264-4ee4-5429-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.926103 | 0.46s 2025-11-23 07:29:57.619904 | fa163e80-6264-4ee4-5429-00000000076b | TASK | Render hieradata from template 2025-11-23 07:29:58.086139 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-23 07:29:58.088791 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.414959 | 0.47s 2025-11-23 07:29:58.641270 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-23 07:29:58.643234 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.969412 | 1.02s 2025-11-23 07:29:59.213125 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-23 07:29:59.215308 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.541481 | 1.59s 2025-11-23 07:29:59.693573 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-23 07:29:59.694699 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.020873 | 2.07s 2025-11-23 07:30:00.163037 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-23 07:30:00.163947 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.490125 | 2.54s 2025-11-23 07:30:00.641381 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-23 07:30:00.642874 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.969056 | 3.02s 2025-11-23 07:30:01.089106 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-23 07:30:01.090191 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.416365 | 3.47s 2025-11-23 07:30:01.484850 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-23 07:30:01.485983 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.812157 | 3.87s 2025-11-23 07:30:01.904644 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-23 07:30:01.905756 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.231925 | 4.28s 2025-11-23 07:30:02.317633 | fa163e80-6264-4ee4-5429-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-23 07:30:02.318293 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.644475 | 4.70s 2025-11-23 07:30:02.330874 | fa163e80-6264-4ee4-5429-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.657050 | 4.71s 2025-11-23 07:30:02.365930 | fa163e80-6264-4ee4-5429-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-23 07:30:02.384159 | fa163e80-6264-4ee4-5429-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:49.710329 | 0.02s 2025-11-23 07:30:02.428178 | fa163e80-6264-4ee4-5429-00000000080f | TASK | Check for hieradata file 2025-11-23 07:30:02.655185 | fa163e80-6264-4ee4-5429-00000000080f | OK | Check for hieradata file | standalone 2025-11-23 07:30:02.655915 | fa163e80-6264-4ee4-5429-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:49.982095 | 0.23s 2025-11-23 07:30:02.679735 | fa163e80-6264-4ee4-5429-000000000811 | TASK | Get existing data 2025-11-23 07:30:02.718658 | fa163e80-6264-4ee4-5429-000000000811 | SKIPPED | Get existing data | standalone 2025-11-23 07:30:02.719847 | fa163e80-6264-4ee4-5429-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.046017 | 0.04s 2025-11-23 07:30:02.743814 | fa163e80-6264-4ee4-5429-000000000812 | TASK | Set data fact 2025-11-23 07:30:02.785808 | fa163e80-6264-4ee4-5429-000000000812 | SKIPPED | Set data fact | standalone 2025-11-23 07:30:02.787060 | fa163e80-6264-4ee4-5429-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.113229 | 0.04s 2025-11-23 07:30:02.810597 | fa163e80-6264-4ee4-5429-000000000814 | TASK | Write ansible hieradata file 2025-11-23 07:30:03.317707 | fa163e80-6264-4ee4-5429-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-11-23 07:30:03.319033 | fa163e80-6264-4ee4-5429-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:50.645202 | 0.51s 2025-11-23 07:30:03.415044 | fa163e80-6264-4ee4-5429-000000000047 | TIMING | include_tasks | standalone | 0:00:50.741206 | 0.05s PLAY [Server network deployments] ********************************************** 2025-11-23 07:30:03.549863 | fa163e80-6264-4ee4-5429-00000000004b | TASK | Network Configuration 2025-11-23 07:30:03.574096 | fa163e80-6264-4ee4-5429-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-00000000004b') missing from stats 2025-11-23 07:30:03.592268 | fa163e80-6264-4ee4-5429-00000000004c | TASK | Check NetworkConfig script existence 2025-11-23 07:30:03.616375 | fa163e80-6264-4ee4-5429-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-23 07:30:03.616876 | fa163e80-6264-4ee4-5429-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:50.943056 | 0.02s 2025-11-23 07:30:03.633038 | fa163e80-6264-4ee4-5429-000000000052 | TASK | Gather SELinux fact if needed 2025-11-23 07:30:03.679668 | fa163e80-6264-4ee4-5429-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-23 07:30:03.680728 | fa163e80-6264-4ee4-5429-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.006905 | 0.05s 2025-11-23 07:30:03.696995 | fa163e80-6264-4ee4-5429-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-23 07:30:04.352780 | fa163e80-6264-4ee4-5429-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-23 07:30:04.354118 | fa163e80-6264-4ee4-5429-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:51.680289 | 0.66s 2025-11-23 07:30:04.377828 | fa163e80-6264-4ee4-5429-000000000054 | TASK | Ensure requirements are satisfied 2025-11-23 07:30:04.407873 | fa163e80-6264-4ee4-5429-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:51.734041 | 0.03s 2025-11-23 07:30:04.464326 | fa163e80-6264-4ee4-5429-0000000008ad | TASK | Gather facts if they don't exist 2025-11-23 07:30:04.512406 | fa163e80-6264-4ee4-5429-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-23 07:30:04.513441 | fa163e80-6264-4ee4-5429-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:51.839610 | 0.05s 2025-11-23 07:30:04.536945 | fa163e80-6264-4ee4-5429-0000000008ae | TASK | Gather variables for each operating system 2025-11-23 07:30:04.660992 | fa163e80-6264-4ee4-5429-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-23 07:30:04.701641 | fa163e80-6264-4ee4-5429-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:52.027809 | 0.16s 2025-11-23 07:30:04.725985 | fa163e80-6264-4ee4-5429-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-23 07:30:04.977700 | fa163e80-6264-4ee4-5429-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-23 07:30:04.978972 | fa163e80-6264-4ee4-5429-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.305141 | 0.25s 2025-11-23 07:30:05.003179 | fa163e80-6264-4ee4-5429-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-23 07:30:05.034385 | fa163e80-6264-4ee4-5429-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-23 07:30:05.035524 | fa163e80-6264-4ee4-5429-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:52.361692 | 0.03s 2025-11-23 07:30:05.059258 | fa163e80-6264-4ee4-5429-0000000008b2 | TASK | Ensure packages are actually well installed 2025-11-23 07:30:06.028472 | fa163e80-6264-4ee4-5429-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-23 07:30:06.030108 | fa163e80-6264-4ee4-5429-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:53.356273 | 0.97s 2025-11-23 07:30:06.076365 | fa163e80-6264-4ee4-5429-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-23 07:30:06.319104 | fa163e80-6264-4ee4-5429-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-23 07:30:06.320411 | fa163e80-6264-4ee4-5429-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:53.646577 | 0.24s 2025-11-23 07:30:06.363225 | fa163e80-6264-4ee4-5429-000000000057 | TASK | Reload NetworkManager 2025-11-23 07:30:06.789530 | fa163e80-6264-4ee4-5429-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-23 07:30:06.790826 | fa163e80-6264-4ee4-5429-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.117002 | 0.43s 2025-11-23 07:30:06.811603 | fa163e80-6264-4ee4-5429-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-23 07:30:07.059974 | fa163e80-6264-4ee4-5429-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-23 07:30:07.061292 | fa163e80-6264-4ee4-5429-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.387463 | 0.25s 2025-11-23 07:30:07.083307 | fa163e80-6264-4ee4-5429-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-23 07:30:07.247790 | fa163e80-6264-4ee4-5429-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-23 07:30:07.248658 | fa163e80-6264-4ee4-5429-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:54.574836 | 0.16s 2025-11-23 07:30:07.272095 | fa163e80-6264-4ee4-5429-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-23 07:30:07.301814 | fa163e80-6264-4ee4-5429-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-23 07:30:07.302857 | fa163e80-6264-4ee4-5429-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:54.629025 | 0.03s 2025-11-23 07:30:07.326400 | fa163e80-6264-4ee4-5429-00000000005c | TASK | Ensure we get cloud-init 2025-11-23 07:30:07.561772 | fa163e80-6264-4ee4-5429-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-23 07:30:07.563400 | fa163e80-6264-4ee4-5429-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:54.889568 | 0.24s 2025-11-23 07:30:07.587606 | fa163e80-6264-4ee4-5429-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-23 07:30:07.855405 | fa163e80-6264-4ee4-5429-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-23 07:30:07.856915 | fa163e80-6264-4ee4-5429-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.183078 | 0.27s 2025-11-23 07:30:07.887203 | fa163e80-6264-4ee4-5429-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-23 07:30:08.284513 | fa163e80-6264-4ee4-5429-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-23 07:30:08.285828 | fa163e80-6264-4ee4-5429-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:55.611998 | 0.40s 2025-11-23 07:30:08.310825 | fa163e80-6264-4ee4-5429-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-23 07:30:08.381444 | fa163e80-6264-4ee4-5429-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-23 07:30:08.382551 | fa163e80-6264-4ee4-5429-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:55.708720 | 0.07s 2025-11-23 07:30:08.410401 | fa163e80-6264-4ee4-5429-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-23 07:30:08.667099 | fa163e80-6264-4ee4-5429-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-23 07:30:08.668271 | fa163e80-6264-4ee4-5429-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:55.994444 | 0.26s 2025-11-23 07:30:08.687796 | fa163e80-6264-4ee4-5429-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-23 07:30:08.757772 | fa163e80-6264-4ee4-5429-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.083938 | 0.07s 2025-11-23 07:30:08.775184 | cfc08231-d9af-49e8-8eac-6a102b2274b6 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-23 07:30:08.799376 | fa163e80-6264-4ee4-5429-0000000008f7 | TASK | Set nic_config_file fact 2025-11-23 07:30:08.867857 | fa163e80-6264-4ee4-5429-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-11-23 07:30:08.868682 | fa163e80-6264-4ee4-5429-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.194859 | 0.07s 2025-11-23 07:30:08.893770 | fa163e80-6264-4ee4-5429-0000000008f8 | TASK | Render overidden network config 2025-11-23 07:30:08.976032 | fa163e80-6264-4ee4-5429-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-11-23 07:30:08.977294 | fa163e80-6264-4ee4-5429-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.303463 | 0.08s 2025-11-23 07:30:09.001963 | fa163e80-6264-4ee4-5429-0000000008f9 | TASK | Render network_config 2025-11-23 07:30:09.065974 | fa163e80-6264-4ee4-5429-0000000008f9 | SKIPPED | Render network_config | standalone 2025-11-23 07:30:09.067107 | fa163e80-6264-4ee4-5429-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.393277 | 0.06s 2025-11-23 07:30:09.090917 | fa163e80-6264-4ee4-5429-0000000008fa | TASK | Render network_config from template 2025-11-23 07:30:09.632162 | fa163e80-6264-4ee4-5429-0000000008fa | CHANGED | Render network_config from template | standalone 2025-11-23 07:30:09.633608 | fa163e80-6264-4ee4-5429-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:56.959779 | 0.54s 2025-11-23 07:30:09.658140 | fa163e80-6264-4ee4-5429-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=790749327002.45847 2025-11-23 07:30:13.825459 | fa163e80-6264-4ee4-5429-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-23 07:30:13.827461 | fa163e80-6264-4ee4-5429-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.153631 | 4.17s 2025-11-23 07:30:13.853678 | fa163e80-6264-4ee4-5429-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-23 07:30:14.360874 | fa163e80-6264-4ee4-5429-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-23 07:30:14.362200 | fa163e80-6264-4ee4-5429-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:01.688368 | 0.51s 2025-11-23 07:30:14.387381 | fa163e80-6264-4ee4-5429-000000000065 | TASK | Disable cloud-init network config 2025-11-23 07:30:14.982799 | fa163e80-6264-4ee4-5429-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-23 07:30:14.984230 | fa163e80-6264-4ee4-5429-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.310398 | 0.60s 2025-11-23 07:30:15.008936 | fa163e80-6264-4ee4-5429-000000000066 | TASK | Ensure network service is enabled 2025-11-23 07:30:15.413755 | fa163e80-6264-4ee4-5429-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-23 07:30:15.415619 | fa163e80-6264-4ee4-5429-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:02.741788 | 0.41s PLAY [Server network validation] *********************************************** 2025-11-23 07:30:15.590600 | fa163e80-6264-4ee4-5429-000000000096 | TASK | Basic Network Validation 2025-11-23 07:30:15.616652 | fa163e80-6264-4ee4-5429-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:02.942825 | 0.02s 2025-11-23 07:30:15.656717 | fa163e80-6264-4ee4-5429-000000000933 | TASK | Collect default network fact 2025-11-23 07:30:16.263235 | fa163e80-6264-4ee4-5429-000000000933 | OK | Collect default network fact | standalone 2025-11-23 07:30:16.264639 | fa163e80-6264-4ee4-5429-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:03.590810 | 0.61s 2025-11-23 07:30:16.288378 | fa163e80-6264-4ee4-5429-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-11-23 07:30:16.317490 | fa163e80-6264-4ee4-5429-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-23 07:30:16.318636 | fa163e80-6264-4ee4-5429-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.644805 | 0.03s 2025-11-23 07:30:16.342938 | fa163e80-6264-4ee4-5429-000000000935 | TASK | Check all networks Gateway availability 2025-11-23 07:30:16.370936 | fa163e80-6264-4ee4-5429-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.697095 | 0.03s 2025-11-23 07:30:16.394676 | fa163e80-6264-4ee4-5429-000000000937 | TASK | Check Controllers availability 2025-11-23 07:30:16.456232 | fa163e80-6264-4ee4-5429-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-23 07:30:16.466186 | fa163e80-6264-4ee4-5429-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-23 07:30:16.476972 | fa163e80-6264-4ee4-5429-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-23 07:30:16.488017 | fa163e80-6264-4ee4-5429-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-23 07:30:16.497998 | fa163e80-6264-4ee4-5429-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-23 07:30:16.503696 | fa163e80-6264-4ee4-5429-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-23 07:30:16.515670 | fa163e80-6264-4ee4-5429-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:03.841830 | 0.12s 2025-11-23 07:30:16.539311 | fa163e80-6264-4ee4-5429-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-23 07:30:16.569623 | fa163e80-6264-4ee4-5429-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-23 07:30:16.570620 | fa163e80-6264-4ee4-5429-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:03.896796 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-11-23 07:30:16.741158 | fa163e80-6264-4ee4-5429-00000000009a | TASK | Server pre deployments 2025-11-23 07:30:16.767590 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-00000000009a') missing from stats 2025-11-23 07:30:16.789418 | fa163e80-6264-4ee4-5429-00000000009e | TASK | Hiera config 2025-11-23 07:30:16.817245 | fa163e80-6264-4ee4-5429-00000000009e | TIMING | Hiera config | standalone | 0:01:04.143406 | 0.03s 2025-11-23 07:30:16.859711 | fa163e80-6264-4ee4-5429-00000000098c | TASK | Create /etc/puppet/hieradata 2025-11-23 07:30:17.100638 | fa163e80-6264-4ee4-5429-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-11-23 07:30:17.102159 | fa163e80-6264-4ee4-5429-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:04.428325 | 0.24s 2025-11-23 07:30:17.127323 | fa163e80-6264-4ee4-5429-00000000098d | TASK | Write hiera config 2025-11-23 07:30:17.652779 | fa163e80-6264-4ee4-5429-00000000098d | OK | Write hiera config | standalone 2025-11-23 07:30:17.654170 | fa163e80-6264-4ee4-5429-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:04.980339 | 0.53s 2025-11-23 07:30:17.701373 | fa163e80-6264-4ee4-5429-00000000009f | TASK | Hiera symlink 2025-11-23 07:30:17.931275 | fa163e80-6264-4ee4-5429-00000000009f | OK | Hiera symlink | standalone 2025-11-23 07:30:17.932801 | fa163e80-6264-4ee4-5429-00000000009f | TIMING | Hiera symlink | standalone | 0:01:05.258971 | 0.23s 2025-11-23 07:30:17.958127 | fa163e80-6264-4ee4-5429-0000000000a0 | TASK | Hieradata from vars 2025-11-23 07:30:17.985439 | fa163e80-6264-4ee4-5429-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:05.311599 | 0.03s 2025-11-23 07:30:18.044448 | fa163e80-6264-4ee4-5429-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-11-23 07:30:18.544888 | fa163e80-6264-4ee4-5429-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-23 07:30:18.546758 | fa163e80-6264-4ee4-5429-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:05.872918 | 0.50s 2025-11-23 07:30:18.572845 | fa163e80-6264-4ee4-5429-0000000009e8 | TASK | Render hieradata from template 2025-11-23 07:30:19.072487 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-23 07:30:19.074321 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.400488 | 0.50s 2025-11-23 07:30:19.563100 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-11-23 07:30:19.565884 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.892049 | 0.99s 2025-11-23 07:30:20.170241 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-23 07:30:20.172798 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.498966 | 1.60s 2025-11-23 07:30:20.619498 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-23 07:30:20.620787 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.946958 | 2.05s 2025-11-23 07:30:21.105520 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-11-23 07:30:21.106942 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.433121 | 2.53s 2025-11-23 07:30:21.513281 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-11-23 07:30:21.515237 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.841410 | 2.94s 2025-11-23 07:30:21.972803 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-11-23 07:30:21.973830 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.300008 | 3.40s 2025-11-23 07:30:22.471185 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-23 07:30:22.472967 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.799148 | 3.90s 2025-11-23 07:30:22.919431 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-23 07:30:22.920109 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.246291 | 4.35s 2025-11-23 07:30:23.371802 | fa163e80-6264-4ee4-5429-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-23 07:30:23.373978 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.700150 | 4.80s 2025-11-23 07:30:23.387415 | fa163e80-6264-4ee4-5429-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.713578 | 4.81s 2025-11-23 07:30:23.438907 | fa163e80-6264-4ee4-5429-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-23 07:30:23.467543 | fa163e80-6264-4ee4-5429-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:10.793695 | 0.03s 2025-11-23 07:30:23.534872 | fa163e80-6264-4ee4-5429-000000000a8c | TASK | Check for hieradata file 2025-11-23 07:30:23.755989 | fa163e80-6264-4ee4-5429-000000000a8c | OK | Check for hieradata file | standalone 2025-11-23 07:30:23.757574 | fa163e80-6264-4ee4-5429-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:11.083742 | 0.22s 2025-11-23 07:30:23.782423 | fa163e80-6264-4ee4-5429-000000000a8e | TASK | Get existing data 2025-11-23 07:30:23.832317 | fa163e80-6264-4ee4-5429-000000000a8e | SKIPPED | Get existing data | standalone 2025-11-23 07:30:23.833553 | fa163e80-6264-4ee4-5429-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:11.159722 | 0.05s 2025-11-23 07:30:23.858036 | fa163e80-6264-4ee4-5429-000000000a8f | TASK | Set data fact 2025-11-23 07:30:23.909475 | fa163e80-6264-4ee4-5429-000000000a8f | SKIPPED | Set data fact | standalone 2025-11-23 07:30:23.910633 | fa163e80-6264-4ee4-5429-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:11.236803 | 0.05s 2025-11-23 07:30:23.938282 | fa163e80-6264-4ee4-5429-000000000a91 | TASK | Write ansible hieradata file 2025-11-23 07:30:24.456369 | fa163e80-6264-4ee4-5429-000000000a91 | OK | Write ansible hieradata file | standalone 2025-11-23 07:30:24.457983 | fa163e80-6264-4ee4-5429-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:11.784151 | 0.52s 2025-11-23 07:30:24.559509 | fa163e80-6264-4ee4-5429-0000000000a2 | TIMING | include_tasks | standalone | 0:01:11.885665 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-11-23 07:30:24.700170 | fa163e80-6264-4ee4-5429-0000000000a6 | TASK | Host prep steps 2025-11-23 07:30:24.727482 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000a6') missing from stats 2025-11-23 07:30:24.808835 | fa163e80-6264-4ee4-5429-0000000000a7 | TASK | Deploy Artifacts 2025-11-23 07:30:24.942662 | fa163e80-6264-4ee4-5429-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-23 07:30:24.943765 | fa163e80-6264-4ee4-5429-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:12.269937 | 0.13s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:30:24.996668 | fa163e80-6264-4ee4-5429-0000000000a8 | TIMING | include_tasks | standalone | 0:01:12.322837 | 0.03s 2025-11-23 07:30:25.159507 | ccf66356-f068-4322-85a1-1078a255f921 | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/host_prep_tasks.yaml | standalone 2025-11-23 07:30:25.210122 | fa163e80-6264-4ee4-5429-000000000b0c | TASK | Run firewall role 2025-11-23 07:30:25.235120 | fa163e80-6264-4ee4-5429-000000000b0c | TIMING | Run firewall role | standalone | 0:01:12.561286 | 0.02s 2025-11-23 07:30:25.285640 | fa163e80-6264-4ee4-5429-000000000beb | TASK | Gather variables for each operating system 2025-11-23 07:30:25.400022 | fa163e80-6264-4ee4-5429-000000000beb | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-23 07:30:25.400804 | fa163e80-6264-4ee4-5429-000000000beb | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.726981 | 0.11s 2025-11-23 07:30:25.406028 | fa163e80-6264-4ee4-5429-000000000beb | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.732194 | 0.12s 2025-11-23 07:30:25.431587 | fa163e80-6264-4ee4-5429-000000000bec | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-23 07:30:28.376026 | fa163e80-6264-4ee4-5429-000000000bec | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-23 07:30:28.377438 | fa163e80-6264-4ee4-5429-000000000bec | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:15.703608 | 2.94s 2025-11-23 07:30:28.403943 | fa163e80-6264-4ee4-5429-000000000bf0 | TASK | Create empty var for masquerade rules 2025-11-23 07:30:28.443610 | fa163e80-6264-4ee4-5429-000000000bf0 | OK | Create empty var for masquerade rules | standalone 2025-11-23 07:30:28.444733 | fa163e80-6264-4ee4-5429-000000000bf0 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:15.770904 | 0.04s 2025-11-23 07:30:28.468957 | fa163e80-6264-4ee4-5429-000000000bf1 | TASK | Enable masquerade 2025-11-23 07:30:28.518157 | fa163e80-6264-4ee4-5429-000000000bf1 | SKIPPED | Enable masquerade | standalone 2025-11-23 07:30:28.519241 | fa163e80-6264-4ee4-5429-000000000bf1 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:15.845409 | 0.05s 2025-11-23 07:30:28.537760 | fa163e80-6264-4ee4-5429-000000000bf2 | TASK | Set the default frontend firewall rules 2025-11-23 07:30:28.572944 | fa163e80-6264-4ee4-5429-000000000bf2 | OK | Set the default frontend firewall rules | standalone 2025-11-23 07:30:28.573995 | fa163e80-6264-4ee4-5429-000000000bf2 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:15.900168 | 0.04s 2025-11-23 07:30:28.598376 | fa163e80-6264-4ee4-5429-000000000bf5 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-23 07:30:28.637669 | fa163e80-6264-4ee4-5429-000000000bf5 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-23 07:30:28.639677 | fa163e80-6264-4ee4-5429-000000000bf5 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.965843 | 0.04s 2025-11-23 07:30:28.663900 | fa163e80-6264-4ee4-5429-000000000bf6 | TASK | Set frontend rule fact (ssl rules) 2025-11-23 07:30:28.714003 | fa163e80-6264-4ee4-5429-000000000bf6 | OK | Set frontend rule fact (ssl rules) | standalone 2025-11-23 07:30:28.715652 | fa163e80-6264-4ee4-5429-000000000bf6 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.041822 | 0.05s 2025-11-23 07:30:28.741490 | fa163e80-6264-4ee4-5429-000000000bf8 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-23 07:30:28.774653 | fa163e80-6264-4ee4-5429-000000000bf8 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-23 07:30:28.775849 | fa163e80-6264-4ee4-5429-000000000bf8 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.102019 | 0.03s 2025-11-23 07:30:28.799884 | fa163e80-6264-4ee4-5429-000000000bf9 | TASK | Set frontend rule fact (ssl rules) 2025-11-23 07:30:28.830106 | fa163e80-6264-4ee4-5429-000000000bf9 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-23 07:30:28.831222 | fa163e80-6264-4ee4-5429-000000000bf9 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.157390 | 0.03s 2025-11-23 07:30:28.855162 | fa163e80-6264-4ee4-5429-000000000bfb | TASK | Enable LOG rules 2025-11-23 07:30:28.883541 | fa163e80-6264-4ee4-5429-000000000bfb | SKIPPED | Enable LOG rules | standalone 2025-11-23 07:30:28.884640 | fa163e80-6264-4ee4-5429-000000000bfb | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:16.210810 | 0.03s 2025-11-23 07:30:28.908626 | fa163e80-6264-4ee4-5429-000000000bfc | TASK | Set rule fact 2025-11-23 07:30:29.003396 | fa163e80-6264-4ee4-5429-000000000bfc | OK | Set rule fact | standalone 2025-11-23 07:30:29.006262 | fa163e80-6264-4ee4-5429-000000000bfc | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:16.332433 | 0.10s 2025-11-23 07:30:29.034249 | fa163e80-6264-4ee4-5429-000000000bfd | TASK | Manage rules via nftables 2025-11-23 07:30:29.063118 | fa163e80-6264-4ee4-5429-000000000bfd | TIMING | Manage rules via nftables | standalone | 0:01:16.389274 | 0.03s 2025-11-23 07:30:29.145723 | fa163e80-6264-4ee4-5429-000000000c8b | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:16.471890 | 0.03s 2025-11-23 07:30:29.158915 | ff313e2a-dd80-4120-ad7e-843d9c17e45a | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-23 07:30:29.183632 | fa163e80-6264-4ee4-5429-000000000cb4 | TASK | Ensure legacy iptables services are off 2025-11-23 07:30:29.561783 | fa163e80-6264-4ee4-5429-000000000cb4 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-23 07:30:29.562859 | fa163e80-6264-4ee4-5429-000000000cb4 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.889037 | 0.38s 2025-11-23 07:30:29.900365 | fa163e80-6264-4ee4-5429-000000000cb4 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-23 07:30:29.903259 | fa163e80-6264-4ee4-5429-000000000cb4 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.229415 | 0.72s 2025-11-23 07:30:29.914731 | fa163e80-6264-4ee4-5429-000000000cb4 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.240903 | 0.73s 2025-11-23 07:30:29.942800 | fa163e80-6264-4ee4-5429-000000000cb5 | TASK | Ensure nftables service is enabled and running 2025-11-23 07:30:30.658149 | fa163e80-6264-4ee4-5429-000000000cb5 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-23 07:30:30.659978 | fa163e80-6264-4ee4-5429-000000000cb5 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:17.986147 | 0.72s 2025-11-23 07:30:30.685641 | fa163e80-6264-4ee4-5429-000000000cb6 | TASK | Empty nftables from anything that may lay around 2025-11-23 07:30:30.729651 | fa163e80-6264-4ee4-5429-000000000cb6 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-23 07:30:30.730942 | fa163e80-6264-4ee4-5429-000000000cb6 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:18.057111 | 0.04s 2025-11-23 07:30:30.783832 | fa163e80-6264-4ee4-5429-000000000c8c | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.109991 | 0.03s 2025-11-23 07:30:30.824446 | 7aaf372b-abd0-4558-8730-cc2bc022c6ee | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-23 07:30:30.860109 | fa163e80-6264-4ee4-5429-000000000ce5 | TASK | Push empty ruleset 2025-11-23 07:30:31.280438 | fa163e80-6264-4ee4-5429-000000000ce5 | CHANGED | Push empty ruleset | standalone 2025-11-23 07:30:31.281834 | fa163e80-6264-4ee4-5429-000000000ce5 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:18.608004 | 0.42s 2025-11-23 07:30:31.306633 | fa163e80-6264-4ee4-5429-000000000ce6 | TASK | Load empty ruleset 2025-11-23 07:30:31.549039 | fa163e80-6264-4ee4-5429-000000000ce6 | CHANGED | Load empty ruleset | standalone 2025-11-23 07:30:31.549795 | fa163e80-6264-4ee4-5429-000000000ce6 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:18.875975 | 0.24s 2025-11-23 07:30:31.566813 | fa163e80-6264-4ee4-5429-000000000ce8 | TASK | Use default rules 2025-11-23 07:30:31.657877 | fa163e80-6264-4ee4-5429-000000000ce8 | OK | Use default rules | standalone 2025-11-23 07:30:31.660918 | fa163e80-6264-4ee4-5429-000000000ce8 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:18.987087 | 0.09s 2025-11-23 07:30:31.688511 | fa163e80-6264-4ee4-5429-000000000ce9 | TASK | Enable LOG rules 2025-11-23 07:30:31.762559 | fa163e80-6264-4ee4-5429-000000000ce9 | OK | Enable LOG rules | standalone 2025-11-23 07:30:31.766064 | fa163e80-6264-4ee4-5429-000000000ce9 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:19.092226 | 0.08s 2025-11-23 07:30:31.792703 | fa163e80-6264-4ee4-5429-000000000ceb | TASK | Get current nftables content 2025-11-23 07:30:32.033003 | fa163e80-6264-4ee4-5429-000000000ceb | CHANGED | Get current nftables content | standalone 2025-11-23 07:30:32.034503 | fa163e80-6264-4ee4-5429-000000000ceb | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:19.360672 | 0.24s 2025-11-23 07:30:32.070058 | fa163e80-6264-4ee4-5429-000000000ced | TASK | Generate chain jumps 2025-11-23 07:30:32.641270 | fa163e80-6264-4ee4-5429-000000000ced | CHANGED | Generate chain jumps | standalone 2025-11-23 07:30:32.642678 | fa163e80-6264-4ee4-5429-000000000ced | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:19.968845 | 0.57s 2025-11-23 07:30:32.667853 | fa163e80-6264-4ee4-5429-000000000cee | TASK | Generate chain jumps 2025-11-23 07:30:33.285627 | fa163e80-6264-4ee4-5429-000000000cee | CHANGED | Generate chain jumps | standalone 2025-11-23 07:30:33.286664 | fa163e80-6264-4ee4-5429-000000000cee | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.612839 | 0.62s 2025-11-23 07:30:33.306598 | fa163e80-6264-4ee4-5429-000000000cef | TASK | Generate nft flushes 2025-11-23 07:30:33.828638 | fa163e80-6264-4ee4-5429-000000000cef | CHANGED | Generate nft flushes | standalone 2025-11-23 07:30:33.830326 | fa163e80-6264-4ee4-5429-000000000cef | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:21.156490 | 0.52s 2025-11-23 07:30:33.858248 | fa163e80-6264-4ee4-5429-000000000cf0 | TASK | Generate nft tripleo chains 2025-11-23 07:30:34.349702 | fa163e80-6264-4ee4-5429-000000000cf0 | CHANGED | Generate nft tripleo chains | standalone 2025-11-23 07:30:34.350789 | fa163e80-6264-4ee4-5429-000000000cf0 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:21.676965 | 0.49s 2025-11-23 07:30:34.371356 | fa163e80-6264-4ee4-5429-000000000cf1 | TASK | Generate nft ruleset in static file 2025-11-23 07:30:36.005784 | fa163e80-6264-4ee4-5429-000000000cf1 | CHANGED | Generate nft ruleset in static file | standalone 2025-11-23 07:30:36.007166 | fa163e80-6264-4ee4-5429-000000000cf1 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:23.333336 | 1.63s 2025-11-23 07:30:36.031898 | fa163e80-6264-4ee4-5429-000000000cf3 | TASK | Validate all of the generated content before loading 2025-11-23 07:30:36.582830 | fa163e80-6264-4ee4-5429-000000000cf3 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-23 07:30:36.584215 | fa163e80-6264-4ee4-5429-000000000cf3 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:23.910385 | 0.55s 2025-11-23 07:30:36.609029 | fa163e80-6264-4ee4-5429-000000000cf4 | TASK | Ensure we load our different nft rulesets on boot 2025-11-23 07:30:36.862328 | fa163e80-6264-4ee4-5429-000000000cf4 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-23 07:30:36.863402 | fa163e80-6264-4ee4-5429-000000000cf4 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:24.189577 | 0.25s 2025-11-23 07:30:36.900157 | fa163e80-6264-4ee4-5429-000000000c8d | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:24.226326 | 0.02s 2025-11-23 07:30:36.913037 | 1b64f7b2-e6e5-46fa-9c73-18160e522999 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-23 07:30:36.969514 | fa163e80-6264-4ee4-5429-000000000d5c | TASK | Inject our custom chains in nftables 2025-11-23 07:30:37.188877 | fa163e80-6264-4ee4-5429-000000000d5c | CHANGED | Inject our custom chains in nftables | standalone 2025-11-23 07:30:37.190425 | fa163e80-6264-4ee4-5429-000000000d5c | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:24.516592 | 0.22s 2025-11-23 07:30:37.221156 | fa163e80-6264-4ee4-5429-000000000d5d | TASK | Reload custom nftables ruleset files 2025-11-23 07:30:37.498008 | fa163e80-6264-4ee4-5429-000000000d5d | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-23 07:30:37.499976 | fa163e80-6264-4ee4-5429-000000000d5d | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:24.826139 | 0.28s 2025-11-23 07:30:37.571450 | fa163e80-6264-4ee4-5429-000000000b0d | TASK | create persistent directories 2025-11-23 07:30:37.824702 | fa163e80-6264-4ee4-5429-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-11-23 07:30:37.826925 | fa163e80-6264-4ee4-5429-000000000b0d | TIMING | create persistent directories | standalone | 0:01:25.153091 | 0.25s 2025-11-23 07:30:38.058158 | fa163e80-6264-4ee4-5429-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-11-23 07:30:38.059819 | fa163e80-6264-4ee4-5429-000000000b0d | TIMING | create persistent directories | standalone | 0:01:25.385993 | 0.49s 2025-11-23 07:30:38.070401 | fa163e80-6264-4ee4-5429-000000000b0d | TIMING | create persistent directories | standalone | 0:01:25.396568 | 0.50s 2025-11-23 07:30:38.094699 | fa163e80-6264-4ee4-5429-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-23 07:30:39.140282 | fa163e80-6264-4ee4-5429-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-23 07:30:39.142400 | fa163e80-6264-4ee4-5429-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:26.468565 | 1.05s 2025-11-23 07:30:39.166396 | fa163e80-6264-4ee4-5429-000000000b0f | TASK | create persistent directories 2025-11-23 07:30:39.427413 | fa163e80-6264-4ee4-5429-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-23 07:30:39.429809 | fa163e80-6264-4ee4-5429-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.755977 | 0.26s 2025-11-23 07:30:39.621179 | fa163e80-6264-4ee4-5429-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-23 07:30:39.622827 | fa163e80-6264-4ee4-5429-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.949000 | 0.45s 2025-11-23 07:30:39.632893 | fa163e80-6264-4ee4-5429-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.959065 | 0.47s 2025-11-23 07:30:39.652545 | fa163e80-6264-4ee4-5429-000000000b10 | TASK | create fcontext entry for cinder data 2025-11-23 07:30:41.015141 | fa163e80-6264-4ee4-5429-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-23 07:30:41.016328 | fa163e80-6264-4ee4-5429-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:28.342506 | 1.36s 2025-11-23 07:30:41.035433 | fa163e80-6264-4ee4-5429-000000000b11 | TASK | create persistent directories 2025-11-23 07:30:41.297329 | fa163e80-6264-4ee4-5429-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-23 07:30:41.298586 | fa163e80-6264-4ee4-5429-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.624758 | 0.26s 2025-11-23 07:30:41.521967 | fa163e80-6264-4ee4-5429-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-23 07:30:41.523724 | fa163e80-6264-4ee4-5429-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.849900 | 0.49s 2025-11-23 07:30:41.534934 | fa163e80-6264-4ee4-5429-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.861100 | 0.50s 2025-11-23 07:30:41.559507 | fa163e80-6264-4ee4-5429-000000000b12 | TASK | ensure ceph configurations exist 2025-11-23 07:30:41.789653 | fa163e80-6264-4ee4-5429-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-11-23 07:30:41.790679 | fa163e80-6264-4ee4-5429-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:29.116856 | 0.23s 2025-11-23 07:30:41.809774 | fa163e80-6264-4ee4-5429-000000000b13 | TASK | create persistent directories 2025-11-23 07:30:42.034293 | fa163e80-6264-4ee4-5429-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-23 07:30:42.035962 | fa163e80-6264-4ee4-5429-000000000b13 | TIMING | create persistent directories | standalone | 0:01:29.362128 | 0.23s 2025-11-23 07:30:42.044958 | fa163e80-6264-4ee4-5429-000000000b13 | TIMING | create persistent directories | standalone | 0:01:29.371132 | 0.23s 2025-11-23 07:30:42.070207 | fa163e80-6264-4ee4-5429-000000000b15 | TASK | Create cinder image conversion directory 2025-11-23 07:30:42.100771 | fa163e80-6264-4ee4-5429-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-11-23 07:30:42.101615 | fa163e80-6264-4ee4-5429-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:29.427794 | 0.03s 2025-11-23 07:30:42.118202 | fa163e80-6264-4ee4-5429-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-11-23 07:30:42.148512 | fa163e80-6264-4ee4-5429-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-23 07:30:42.151533 | fa163e80-6264-4ee4-5429-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:29.477677 | 0.03s 2025-11-23 07:30:42.175546 | fa163e80-6264-4ee4-5429-000000000b18 | TASK | cinder_configure_lvm fact 2025-11-23 07:30:42.203866 | fa163e80-6264-4ee4-5429-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-11-23 07:30:42.204981 | fa163e80-6264-4ee4-5429-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:29.531153 | 0.03s 2025-11-23 07:30:42.228588 | fa163e80-6264-4ee4-5429-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-11-23 07:30:45.187674 | fa163e80-6264-4ee4-5429-000000000b1a | OK | ensure LVM rpm dependencies are installed | standalone 2025-11-23 07:30:45.189009 | fa163e80-6264-4ee4-5429-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:32.515180 | 2.96s 2025-11-23 07:30:45.206637 | fa163e80-6264-4ee4-5429-000000000b1b | TASK | cinder create LVM volume group dd 2025-11-23 07:30:45.431577 | fa163e80-6264-4ee4-5429-000000000b1b | CHANGED | cinder create LVM volume group dd | standalone 2025-11-23 07:30:45.432426 | fa163e80-6264-4ee4-5429-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:32.758605 | 0.22s 2025-11-23 07:30:45.448831 | fa163e80-6264-4ee4-5429-000000000b1c | TASK | Get or create LVM loopback device 2025-11-23 07:30:45.720802 | fa163e80-6264-4ee4-5429-000000000b1c | CHANGED | Get or create LVM loopback device | standalone 2025-11-23 07:30:45.722239 | fa163e80-6264-4ee4-5429-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:33.048407 | 0.27s 2025-11-23 07:30:45.749702 | fa163e80-6264-4ee4-5429-000000000b1d | TASK | Create LVM volume group 2025-11-23 07:30:46.332438 | fa163e80-6264-4ee4-5429-000000000b1d | CHANGED | Create LVM volume group | standalone 2025-11-23 07:30:46.333748 | fa163e80-6264-4ee4-5429-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:33.659917 | 0.58s 2025-11-23 07:30:46.357245 | fa163e80-6264-4ee4-5429-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-11-23 07:30:46.781240 | fa163e80-6264-4ee4-5429-000000000b1e | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-11-23 07:30:46.782914 | fa163e80-6264-4ee4-5429-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.109080 | 0.42s 2025-11-23 07:30:46.808517 | fa163e80-6264-4ee4-5429-000000000b1f | TASK | cinder enable the LVM losetup service 2025-11-23 07:30:47.565282 | fa163e80-6264-4ee4-5429-000000000b1f | CHANGED | cinder enable the LVM losetup service | standalone 2025-11-23 07:30:47.567558 | fa163e80-6264-4ee4-5429-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.893725 | 0.76s 2025-11-23 07:30:47.593879 | fa163e80-6264-4ee4-5429-000000000b21 | TASK | allow logrotate to read inside containers 2025-11-23 07:30:48.512459 | fa163e80-6264-4ee4-5429-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-23 07:30:48.513974 | fa163e80-6264-4ee4-5429-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.840139 | 0.92s 2025-11-23 07:30:48.537773 | fa163e80-6264-4ee4-5429-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-11-23 07:30:50.661180 | fa163e80-6264-4ee4-5429-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-23 07:30:50.662778 | fa163e80-6264-4ee4-5429-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.988948 | 2.12s 2025-11-23 07:30:50.716700 | fa163e80-6264-4ee4-5429-000000000b24 | OK | set_fact | standalone 2025-11-23 07:30:50.718151 | fa163e80-6264-4ee4-5429-000000000b24 | TIMING | set_fact | standalone | 0:01:38.044320 | 0.03s 2025-11-23 07:30:50.770118 | fa163e80-6264-4ee4-5429-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:38.096280 | 0.03s 2025-11-23 07:30:50.828951 | fa163e80-6264-4ee4-5429-000000000e95 | TASK | ensure apache is installed 2025-11-23 07:30:57.444150 | fa163e80-6264-4ee4-5429-000000000e95 | CHANGED | ensure apache is installed | standalone 2025-11-23 07:30:57.446159 | fa163e80-6264-4ee4-5429-000000000e95 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:44.772335 | 6.62s 2025-11-23 07:30:57.466001 | fa163e80-6264-4ee4-5429-000000000e96 | TASK | create image data directory 2025-11-23 07:30:57.706795 | fa163e80-6264-4ee4-5429-000000000e96 | CHANGED | create image data directory | standalone 2025-11-23 07:30:57.709820 | fa163e80-6264-4ee4-5429-000000000e96 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:45.035986 | 0.24s 2025-11-23 07:30:57.734782 | fa163e80-6264-4ee4-5429-000000000e97 | TASK | create /v2/ response file 2025-11-23 07:30:58.200240 | fa163e80-6264-4ee4-5429-000000000e97 | CHANGED | create /v2/ response file | standalone 2025-11-23 07:30:58.201594 | fa163e80-6264-4ee4-5429-000000000e97 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:45.527764 | 0.46s 2025-11-23 07:30:58.226430 | fa163e80-6264-4ee4-5429-000000000e98 | TASK | Add listen line 2025-11-23 07:30:58.618473 | fa163e80-6264-4ee4-5429-000000000e98 | CHANGED | Add listen line | standalone 2025-11-23 07:30:58.619772 | fa163e80-6264-4ee4-5429-000000000e98 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:45.945943 | 0.39s 2025-11-23 07:30:58.644422 | fa163e80-6264-4ee4-5429-000000000e99 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-23 07:30:59.088170 | fa163e80-6264-4ee4-5429-000000000e99 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-23 07:30:59.089475 | fa163e80-6264-4ee4-5429-000000000e99 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:46.415645 | 0.44s 2025-11-23 07:30:59.114290 | fa163e80-6264-4ee4-5429-000000000e9a | TASK | Image-Serve | restart httpd 2025-11-23 07:31:00.068268 | fa163e80-6264-4ee4-5429-000000000e9a | CHANGED | Image-Serve | restart httpd | standalone 2025-11-23 07:31:00.070433 | fa163e80-6264-4ee4-5429-000000000e9a | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:47.396603 | 0.95s 2025-11-23 07:31:00.119946 | fa163e80-6264-4ee4-5429-000000000b27 | TASK | create persistent logs directory 2025-11-23 07:31:00.372878 | fa163e80-6264-4ee4-5429-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-23 07:31:00.374088 | fa163e80-6264-4ee4-5429-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:47.700261 | 0.25s 2025-11-23 07:31:00.538900 | fa163e80-6264-4ee4-5429-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-23 07:31:00.539960 | fa163e80-6264-4ee4-5429-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:47.866135 | 0.42s 2025-11-23 07:31:00.547814 | fa163e80-6264-4ee4-5429-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:47.873971 | 0.43s 2025-11-23 07:31:00.576273 | fa163e80-6264-4ee4-5429-000000000b28 | TASK | Mount NFS on host 2025-11-23 07:31:00.602883 | fa163e80-6264-4ee4-5429-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-11-23 07:31:00.603994 | fa163e80-6264-4ee4-5429-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:47.930166 | 0.03s 2025-11-23 07:31:00.630073 | fa163e80-6264-4ee4-5429-000000000b29 | TASK | Mount Node Staging Location 2025-11-23 07:31:00.660573 | fa163e80-6264-4ee4-5429-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-11-23 07:31:00.662138 | fa163e80-6264-4ee4-5429-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:47.988302 | 0.03s 2025-11-23 07:31:00.684878 | fa163e80-6264-4ee4-5429-000000000b2a | TASK | ensure /var/lib/glance exists 2025-11-23 07:31:00.899235 | fa163e80-6264-4ee4-5429-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-23 07:31:00.900601 | fa163e80-6264-4ee4-5429-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:48.226772 | 0.21s 2025-11-23 07:31:00.924454 | fa163e80-6264-4ee4-5429-000000000b2b | TASK | create persistent directories 2025-11-23 07:31:01.146521 | fa163e80-6264-4ee4-5429-000000000b2b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-23 07:31:01.148669 | fa163e80-6264-4ee4-5429-000000000b2b | TIMING | create persistent directories | standalone | 0:01:48.474833 | 0.22s 2025-11-23 07:31:01.366134 | fa163e80-6264-4ee4-5429-000000000b2b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-23 07:31:01.366784 | fa163e80-6264-4ee4-5429-000000000b2b | TIMING | create persistent directories | standalone | 0:01:48.692966 | 0.44s 2025-11-23 07:31:01.375580 | fa163e80-6264-4ee4-5429-000000000b2b | TIMING | create persistent directories | standalone | 0:01:48.701747 | 0.45s 2025-11-23 07:31:01.400215 | fa163e80-6264-4ee4-5429-000000000b2c | TASK | Run puppet on the host to apply IPtables rules 2025-11-23 07:31:08.364615 | fa163e80-6264-4ee4-5429-000000000b2c | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-23 07:31:08.365852 | fa163e80-6264-4ee4-5429-000000000b2c | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.692024 | 6.96s 2025-11-23 07:31:08.389234 | fa163e80-6264-4ee4-5429-000000000b2d | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-23 07:31:08.470861 | fa163e80-6264-4ee4-5429-000000000b2d | 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.65 seconds", "Notice: Applied catalog in 0.21 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.20", " Catalog application: 0.21", " Config retrieval: 0.72", " Last run: 1763883068", " Total: 0.21", "Version:", " Config: 1763883067", " 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-23 07:31:08.472073 | fa163e80-6264-4ee4-5429-000000000b2d | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.798244 | 0.08s 2025-11-23 07:31:08.495971 | fa163e80-6264-4ee4-5429-000000000b2e | TASK | create persistent directories 2025-11-23 07:31:08.742745 | fa163e80-6264-4ee4-5429-000000000b2e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-23 07:31:08.743657 | fa163e80-6264-4ee4-5429-000000000b2e | TIMING | create persistent directories | standalone | 0:01:56.069834 | 0.25s 2025-11-23 07:31:08.919525 | fa163e80-6264-4ee4-5429-000000000b2e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-23 07:31:08.920213 | fa163e80-6264-4ee4-5429-000000000b2e | TIMING | create persistent directories | standalone | 0:01:56.246395 | 0.42s 2025-11-23 07:31:08.928759 | fa163e80-6264-4ee4-5429-000000000b2e | TIMING | create persistent directories | standalone | 0:01:56.254927 | 0.43s 2025-11-23 07:31:08.952475 | fa163e80-6264-4ee4-5429-000000000b2f | TASK | create persistent directories 2025-11-23 07:31:09.237837 | fa163e80-6264-4ee4-5429-000000000b2f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-23 07:31:09.240182 | fa163e80-6264-4ee4-5429-000000000b2f | TIMING | create persistent directories | standalone | 0:01:56.566337 | 0.29s 2025-11-23 07:31:09.401017 | fa163e80-6264-4ee4-5429-000000000b2f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-23 07:31:09.402486 | fa163e80-6264-4ee4-5429-000000000b2f | TIMING | create persistent directories | standalone | 0:01:56.728666 | 0.45s 2025-11-23 07:31:09.413502 | fa163e80-6264-4ee4-5429-000000000b2f | TIMING | create persistent directories | standalone | 0:01:56.739675 | 0.46s 2025-11-23 07:31:09.437570 | fa163e80-6264-4ee4-5429-000000000b30 | TASK | create persistent directories 2025-11-23 07:31:09.679202 | fa163e80-6264-4ee4-5429-000000000b30 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-23 07:31:09.681232 | fa163e80-6264-4ee4-5429-000000000b30 | TIMING | create persistent directories | standalone | 0:01:57.007400 | 0.24s 2025-11-23 07:31:09.691588 | fa163e80-6264-4ee4-5429-000000000b30 | TIMING | create persistent directories | standalone | 0:01:57.017763 | 0.25s 2025-11-23 07:31:09.716575 | fa163e80-6264-4ee4-5429-000000000b31 | TASK | create persistent directories 2025-11-23 07:31:09.973176 | fa163e80-6264-4ee4-5429-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-23 07:31:09.975295 | fa163e80-6264-4ee4-5429-000000000b31 | TIMING | create persistent directories | standalone | 0:01:57.301459 | 0.26s 2025-11-23 07:31:10.202119 | fa163e80-6264-4ee4-5429-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-23 07:31:10.203875 | fa163e80-6264-4ee4-5429-000000000b31 | TIMING | create persistent directories | standalone | 0:01:57.530049 | 0.49s 2025-11-23 07:31:10.432103 | fa163e80-6264-4ee4-5429-000000000b31 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-23 07:31:10.433219 | fa163e80-6264-4ee4-5429-000000000b31 | TIMING | create persistent directories | standalone | 0:01:57.759394 | 0.72s 2025-11-23 07:31:10.653871 | fa163e80-6264-4ee4-5429-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-23 07:31:10.655695 | fa163e80-6264-4ee4-5429-000000000b31 | TIMING | create persistent directories | standalone | 0:01:57.981869 | 0.94s 2025-11-23 07:31:10.668209 | fa163e80-6264-4ee4-5429-000000000b31 | TIMING | create persistent directories | standalone | 0:01:57.994370 | 0.95s 2025-11-23 07:31:10.694521 | fa163e80-6264-4ee4-5429-000000000b32 | TASK | ensure /var/tmp/horizon exists on boot 2025-11-23 07:31:11.520215 | fa163e80-6264-4ee4-5429-000000000b32 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-23 07:31:11.521594 | fa163e80-6264-4ee4-5429-000000000b32 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.847764 | 0.83s 2025-11-23 07:31:11.545929 | fa163e80-6264-4ee4-5429-000000000b33 | TASK | create fcontext entry for iscsi 2025-11-23 07:31:12.863105 | fa163e80-6264-4ee4-5429-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-23 07:31:12.865757 | fa163e80-6264-4ee4-5429-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.191925 | 1.32s 2025-11-23 07:31:14.109881 | fa163e80-6264-4ee4-5429-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-23 07:31:14.111845 | fa163e80-6264-4ee4-5429-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.438019 | 2.56s 2025-11-23 07:31:15.319494 | fa163e80-6264-4ee4-5429-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-23 07:31:15.320756 | fa163e80-6264-4ee4-5429-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.646930 | 3.77s 2025-11-23 07:31:15.327097 | fa163e80-6264-4ee4-5429-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.653263 | 3.78s 2025-11-23 07:31:15.351844 | fa163e80-6264-4ee4-5429-000000000b34 | TASK | create persistent directories 2025-11-23 07:31:15.610623 | fa163e80-6264-4ee4-5429-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-23 07:31:15.612299 | fa163e80-6264-4ee4-5429-000000000b34 | TIMING | create persistent directories | standalone | 0:02:02.938465 | 0.26s 2025-11-23 07:31:15.824073 | fa163e80-6264-4ee4-5429-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-23 07:31:15.825921 | fa163e80-6264-4ee4-5429-000000000b34 | TIMING | create persistent directories | standalone | 0:02:03.152094 | 0.47s 2025-11-23 07:31:16.001638 | fa163e80-6264-4ee4-5429-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-23 07:31:16.002871 | fa163e80-6264-4ee4-5429-000000000b34 | TIMING | create persistent directories | standalone | 0:02:03.329044 | 0.65s 2025-11-23 07:31:16.010425 | fa163e80-6264-4ee4-5429-000000000b34 | TIMING | create persistent directories | standalone | 0:02:03.336592 | 0.66s 2025-11-23 07:31:16.035197 | fa163e80-6264-4ee4-5429-000000000b35 | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-23 07:31:16.234253 | fa163e80-6264-4ee4-5429-000000000b35 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-23 07:31:16.235561 | fa163e80-6264-4ee4-5429-000000000b35 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:03.561731 | 0.20s 2025-11-23 07:31:16.258898 | fa163e80-6264-4ee4-5429-000000000b36 | TASK | Stop and disable iscsid.socket service 2025-11-23 07:31:16.280818 | fa163e80-6264-4ee4-5429-000000000b36 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-23 07:31:16.282020 | fa163e80-6264-4ee4-5429-000000000b36 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.608191 | 0.02s 2025-11-23 07:31:16.305026 | fa163e80-6264-4ee4-5429-000000000b37 | TASK | Check if iscsi.service is enabled 2025-11-23 07:31:16.531864 | fa163e80-6264-4ee4-5429-000000000b37 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-23 07:31:16.533108 | fa163e80-6264-4ee4-5429-000000000b37 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.859280 | 0.23s 2025-11-23 07:31:16.556157 | fa163e80-6264-4ee4-5429-000000000b38 | TASK | Stop iscsi.service 2025-11-23 07:31:16.596430 | fa163e80-6264-4ee4-5429-000000000b38 | SKIPPED | Stop iscsi.service | standalone 2025-11-23 07:31:16.597662 | fa163e80-6264-4ee4-5429-000000000b38 | TIMING | Stop iscsi.service | standalone | 0:02:03.923833 | 0.04s 2025-11-23 07:31:16.649206 | fa163e80-6264-4ee4-5429-000000000b39 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.975369 | 0.03s 2025-11-23 07:31:16.739257 | fa163e80-6264-4ee4-5429-000000000fdc | TASK | Install additional packages 2025-11-23 07:31:16.763214 | fa163e80-6264-4ee4-5429-000000000fdc | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:04.089388 | 0.02s 2025-11-23 07:31:16.779628 | fa163e80-6264-4ee4-5429-000000000fdd | TASK | Remove dracut-config-generic 2025-11-23 07:31:20.662367 | fa163e80-6264-4ee4-5429-000000000fdd | CHANGED | Remove dracut-config-generic | standalone 2025-11-23 07:31:20.663427 | fa163e80-6264-4ee4-5429-000000000fdd | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.989605 | 3.88s 2025-11-23 07:31:20.683445 | fa163e80-6264-4ee4-5429-000000000fde | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-23 07:31:20.932243 | fa163e80-6264-4ee4-5429-000000000fde | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-23 07:31:20.933304 | fa163e80-6264-4ee4-5429-000000000fde | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:08.259480 | 0.25s 2025-11-23 07:31:20.953237 | fa163e80-6264-4ee4-5429-000000000fdf | TASK | Write list of modules to load at boot 2025-11-23 07:31:21.481614 | fa163e80-6264-4ee4-5429-000000000fdf | CHANGED | Write list of modules to load at boot | standalone 2025-11-23 07:31:21.483026 | fa163e80-6264-4ee4-5429-000000000fdf | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:08.809196 | 0.53s 2025-11-23 07:31:21.507863 | fa163e80-6264-4ee4-5429-000000000fe0 | TASK | Modules reload 2025-11-23 07:31:21.967671 | fa163e80-6264-4ee4-5429-000000000fe0 | CHANGED | Modules reload | standalone 2025-11-23 07:31:21.968991 | fa163e80-6264-4ee4-5429-000000000fe0 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:09.295166 | 0.46s 2025-11-23 07:31:21.989305 | fa163e80-6264-4ee4-5429-000000000fe1 | TASK | Set default sysctl options 2025-11-23 07:31:22.520667 | fa163e80-6264-4ee4-5429-000000000fe1 | CHANGED | Set default sysctl options | standalone 2025-11-23 07:31:22.522126 | fa163e80-6264-4ee4-5429-000000000fe1 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:09.848295 | 0.53s 2025-11-23 07:31:22.546436 | fa163e80-6264-4ee4-5429-000000000fe2 | TASK | Set extra sysctl options 2025-11-23 07:31:22.948747 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-23 07:31:22.950960 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.277127 | 0.40s 2025-11-23 07:31:24.211455 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-23 07:31:24.213805 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.539973 | 1.67s 2025-11-23 07:31:24.454860 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-23 07:31:24.456195 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.782364 | 1.91s 2025-11-23 07:31:24.705433 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-23 07:31:24.707433 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.033604 | 2.16s 2025-11-23 07:31:24.914633 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-23 07:31:24.915692 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.241863 | 2.37s 2025-11-23 07:31:25.130761 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-23 07:31:25.131866 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.458035 | 2.58s 2025-11-23 07:31:25.416740 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-23 07:31:25.417856 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.744026 | 2.87s 2025-11-23 07:31:25.611577 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-23 07:31:25.613295 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.939475 | 3.06s 2025-11-23 07:31:25.857897 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-23 07:31:25.858877 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.185051 | 3.31s 2025-11-23 07:31:26.114035 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-23 07:31:26.115182 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.441355 | 3.57s 2025-11-23 07:31:26.357889 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-23 07:31:26.358960 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.685134 | 3.81s 2025-11-23 07:31:26.564915 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-23 07:31:26.566590 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.892764 | 4.02s 2025-11-23 07:31:26.807036 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-23 07:31:26.808086 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.134259 | 4.26s 2025-11-23 07:31:27.013916 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-23 07:31:27.015963 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.342137 | 4.47s 2025-11-23 07:31:27.213359 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-23 07:31:27.214421 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.540596 | 4.67s 2025-11-23 07:31:27.405771 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-23 07:31:27.406903 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.733077 | 4.86s 2025-11-23 07:31:27.647369 | fa163e80-6264-4ee4-5429-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-23 07:31:27.648452 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.974626 | 5.10s 2025-11-23 07:31:27.657237 | fa163e80-6264-4ee4-5429-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.983401 | 5.11s 2025-11-23 07:31:27.684715 | fa163e80-6264-4ee4-5429-000000000fe4 | TASK | Sysctl reload 2025-11-23 07:31:28.097827 | fa163e80-6264-4ee4-5429-000000000fe4 | CHANGED | Sysctl reload | standalone 2025-11-23 07:31:28.099794 | fa163e80-6264-4ee4-5429-000000000fe4 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:15.425960 | 0.41s 2025-11-23 07:31:28.146691 | fa163e80-6264-4ee4-5429-000000000b3a | TASK | create persistent directories 2025-11-23 07:31:28.394314 | fa163e80-6264-4ee4-5429-000000000b3a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-23 07:31:28.395580 | fa163e80-6264-4ee4-5429-000000000b3a | TIMING | create persistent directories | standalone | 0:02:15.721756 | 0.25s 2025-11-23 07:31:28.553486 | fa163e80-6264-4ee4-5429-000000000b3a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-23 07:31:28.554317 | fa163e80-6264-4ee4-5429-000000000b3a | TIMING | create persistent directories | standalone | 0:02:15.880497 | 0.41s 2025-11-23 07:31:28.559596 | fa163e80-6264-4ee4-5429-000000000b3a | TIMING | create persistent directories | standalone | 0:02:15.885762 | 0.41s 2025-11-23 07:31:28.583502 | fa163e80-6264-4ee4-5429-000000000b3b | TASK | Check if file certs_valid exist 2025-11-23 07:31:28.752058 | fa163e80-6264-4ee4-5429-000000000b3b | OK | Check if file certs_valid exist | standalone 2025-11-23 07:31:28.753399 | fa163e80-6264-4ee4-5429-000000000b3b | TIMING | Check if file certs_valid exist | standalone | 0:02:16.079570 | 0.17s 2025-11-23 07:31:28.779388 | fa163e80-6264-4ee4-5429-000000000b3c | TASK | Check if file cert9.db exist 2025-11-23 07:31:29.001775 | fa163e80-6264-4ee4-5429-000000000b3c | OK | Check if file cert9.db exist | standalone 2025-11-23 07:31:29.003049 | fa163e80-6264-4ee4-5429-000000000b3c | TIMING | Check if file cert9.db exist | standalone | 0:02:16.329220 | 0.22s 2025-11-23 07:31:29.026165 | fa163e80-6264-4ee4-5429-000000000b3d | TASK | Check if file key4.db exist 2025-11-23 07:31:29.248718 | fa163e80-6264-4ee4-5429-000000000b3d | OK | Check if file key4.db exist | standalone 2025-11-23 07:31:29.249927 | fa163e80-6264-4ee4-5429-000000000b3d | TIMING | Check if file key4.db exist | standalone | 0:02:16.576097 | 0.22s 2025-11-23 07:31:29.299719 | fa163e80-6264-4ee4-5429-000000000b3e | SKIPPED | fail | standalone 2025-11-23 07:31:29.301727 | fa163e80-6264-4ee4-5429-000000000b3e | TIMING | fail | standalone | 0:02:16.627897 | 0.03s 2025-11-23 07:31:29.325404 | fa163e80-6264-4ee4-5429-000000000b3f | TASK | Create persistent directories 2025-11-23 07:31:29.589699 | fa163e80-6264-4ee4-5429-000000000b3f | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-23 07:31:29.591533 | fa163e80-6264-4ee4-5429-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:16.917696 | 0.26s 2025-11-23 07:31:29.792131 | fa163e80-6264-4ee4-5429-000000000b3f | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-23 07:31:29.794221 | fa163e80-6264-4ee4-5429-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:17.120396 | 0.47s 2025-11-23 07:31:29.804949 | fa163e80-6264-4ee4-5429-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:17.131113 | 0.48s 2025-11-23 07:31:29.829595 | fa163e80-6264-4ee4-5429-000000000b40 | TASK | create persistent directories 2025-11-23 07:31:30.071406 | fa163e80-6264-4ee4-5429-000000000b40 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-23 07:31:30.073306 | fa163e80-6264-4ee4-5429-000000000b40 | TIMING | create persistent directories | standalone | 0:02:17.399474 | 0.24s 2025-11-23 07:31:30.082778 | fa163e80-6264-4ee4-5429-000000000b40 | TIMING | create persistent directories | standalone | 0:02:17.408953 | 0.25s 2025-11-23 07:31:30.099451 | fa163e80-6264-4ee4-5429-000000000b41 | TASK | create persistent directories 2025-11-23 07:31:30.333810 | fa163e80-6264-4ee4-5429-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-23 07:31:30.335879 | fa163e80-6264-4ee4-5429-000000000b41 | TIMING | create persistent directories | standalone | 0:02:17.662046 | 0.24s 2025-11-23 07:31:30.551286 | fa163e80-6264-4ee4-5429-000000000b41 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-23 07:31:30.552484 | fa163e80-6264-4ee4-5429-000000000b41 | TIMING | create persistent directories | standalone | 0:02:17.878658 | 0.45s 2025-11-23 07:31:30.559062 | fa163e80-6264-4ee4-5429-000000000b41 | TIMING | create persistent directories | standalone | 0:02:17.885227 | 0.46s 2025-11-23 07:31:30.583794 | fa163e80-6264-4ee4-5429-000000000b42 | TASK | create persistent directories 2025-11-23 07:31:30.829614 | fa163e80-6264-4ee4-5429-000000000b42 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-23 07:31:30.830576 | fa163e80-6264-4ee4-5429-000000000b42 | TIMING | create persistent directories | standalone | 0:02:18.156755 | 0.25s 2025-11-23 07:31:30.836100 | fa163e80-6264-4ee4-5429-000000000b42 | TIMING | create persistent directories | standalone | 0:02:18.162264 | 0.25s 2025-11-23 07:31:30.861048 | fa163e80-6264-4ee4-5429-000000000b43 | TASK | create persistent directories 2025-11-23 07:31:31.094820 | fa163e80-6264-4ee4-5429-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-23 07:31:31.096583 | fa163e80-6264-4ee4-5429-000000000b43 | TIMING | create persistent directories | standalone | 0:02:18.422743 | 0.23s 2025-11-23 07:31:31.275978 | fa163e80-6264-4ee4-5429-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-23 07:31:31.277150 | fa163e80-6264-4ee4-5429-000000000b43 | TIMING | create persistent directories | standalone | 0:02:18.603324 | 0.41s 2025-11-23 07:31:31.455233 | fa163e80-6264-4ee4-5429-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-23 07:31:31.456381 | fa163e80-6264-4ee4-5429-000000000b43 | TIMING | create persistent directories | standalone | 0:02:18.782555 | 0.59s 2025-11-23 07:31:31.463485 | fa163e80-6264-4ee4-5429-000000000b43 | TIMING | create persistent directories | standalone | 0:02:18.789653 | 0.60s 2025-11-23 07:31:31.488420 | fa163e80-6264-4ee4-5429-000000000b44 | TASK | create persistent directories 2025-11-23 07:31:31.740392 | fa163e80-6264-4ee4-5429-000000000b44 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-23 07:31:31.743460 | fa163e80-6264-4ee4-5429-000000000b44 | TIMING | create persistent directories | standalone | 0:02:19.069619 | 0.25s 2025-11-23 07:31:31.949569 | fa163e80-6264-4ee4-5429-000000000b44 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-23 07:31:31.950692 | fa163e80-6264-4ee4-5429-000000000b44 | TIMING | create persistent directories | standalone | 0:02:19.276867 | 0.46s 2025-11-23 07:31:31.957272 | fa163e80-6264-4ee4-5429-000000000b44 | TIMING | create persistent directories | standalone | 0:02:19.283439 | 0.47s 2025-11-23 07:31:31.982764 | fa163e80-6264-4ee4-5429-000000000b45 | TASK | create persistent directories 2025-11-23 07:31:32.227451 | fa163e80-6264-4ee4-5429-000000000b45 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-23 07:31:32.229602 | fa163e80-6264-4ee4-5429-000000000b45 | TIMING | create persistent directories | standalone | 0:02:19.555770 | 0.25s 2025-11-23 07:31:32.239304 | fa163e80-6264-4ee4-5429-000000000b45 | TIMING | create persistent directories | standalone | 0:02:19.565470 | 0.26s 2025-11-23 07:31:32.263570 | fa163e80-6264-4ee4-5429-000000000b46 | TASK | creating directory 2025-11-23 07:31:32.506294 | fa163e80-6264-4ee4-5429-000000000b46 | CHANGED | creating directory | standalone 2025-11-23 07:31:32.507692 | fa163e80-6264-4ee4-5429-000000000b46 | TIMING | creating directory | standalone | 0:02:19.833863 | 0.24s 2025-11-23 07:31:32.531459 | fa163e80-6264-4ee4-5429-000000000b47 | TASK | derive pci passthrough whitelist 2025-11-23 07:31:33.005101 | fa163e80-6264-4ee4-5429-000000000b47 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-23 07:31:33.006565 | fa163e80-6264-4ee4-5429-000000000b47 | TIMING | derive pci passthrough whitelist | standalone | 0:02:20.332734 | 0.47s 2025-11-23 07:31:33.030125 | fa163e80-6264-4ee4-5429-000000000b48 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-23 07:31:33.875715 | fa163e80-6264-4ee4-5429-000000000b48 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-23 07:31:33.877077 | fa163e80-6264-4ee4-5429-000000000b48 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:21.203246 | 0.85s 2025-11-23 07:31:33.902978 | fa163e80-6264-4ee4-5429-000000000b49 | TASK | create /run/netns with temp namespace 2025-11-23 07:31:34.136118 | fa163e80-6264-4ee4-5429-000000000b49 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-23 07:31:34.137635 | fa163e80-6264-4ee4-5429-000000000b49 | TIMING | create /run/netns with temp namespace | standalone | 0:02:21.463799 | 0.23s 2025-11-23 07:31:34.161284 | fa163e80-6264-4ee4-5429-000000000b4a | TASK | remove temp namespace 2025-11-23 07:31:34.403760 | fa163e80-6264-4ee4-5429-000000000b4a | CHANGED | remove temp namespace | standalone 2025-11-23 07:31:34.405063 | fa163e80-6264-4ee4-5429-000000000b4a | TIMING | remove temp namespace | standalone | 0:02:21.731233 | 0.24s 2025-11-23 07:31:34.429082 | fa163e80-6264-4ee4-5429-000000000b4b | TASK | create /var/lib/neutron 2025-11-23 07:31:34.631239 | fa163e80-6264-4ee4-5429-000000000b4b | CHANGED | create /var/lib/neutron | standalone 2025-11-23 07:31:34.632626 | fa163e80-6264-4ee4-5429-000000000b4b | TIMING | create /var/lib/neutron | standalone | 0:02:21.958797 | 0.20s 2025-11-23 07:31:34.656509 | fa163e80-6264-4ee4-5429-000000000b4c | TASK | set conditions 2025-11-23 07:31:34.685561 | fa163e80-6264-4ee4-5429-000000000b4c | OK | set conditions | standalone 2025-11-23 07:31:34.686831 | fa163e80-6264-4ee4-5429-000000000b4c | TIMING | set conditions | standalone | 0:02:22.013001 | 0.03s 2025-11-23 07:31:34.709153 | fa163e80-6264-4ee4-5429-000000000b4d | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-23 07:31:34.937584 | fa163e80-6264-4ee4-5429-000000000b4d | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-23 07:31:34.938898 | fa163e80-6264-4ee4-5429-000000000b4d | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:22.265069 | 0.23s 2025-11-23 07:31:34.962812 | fa163e80-6264-4ee4-5429-000000000b4e | TASK | create dnsmasq dhcp kill script 2025-11-23 07:31:35.436147 | fa163e80-6264-4ee4-5429-000000000b4e | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-23 07:31:35.437626 | fa163e80-6264-4ee4-5429-000000000b4e | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:22.763797 | 0.47s 2025-11-23 07:31:35.461045 | fa163e80-6264-4ee4-5429-000000000b4f | TASK | create haproxy kill script 2025-11-23 07:31:35.891245 | fa163e80-6264-4ee4-5429-000000000b4f | CHANGED | create haproxy kill script | standalone 2025-11-23 07:31:35.892599 | fa163e80-6264-4ee4-5429-000000000b4f | TIMING | create haproxy kill script | standalone | 0:02:23.218770 | 0.43s 2025-11-23 07:31:35.912423 | fa163e80-6264-4ee4-5429-000000000b50 | TASK | create persistent directories 2025-11-23 07:31:36.152618 | fa163e80-6264-4ee4-5429-000000000b50 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-23 07:31:36.154777 | fa163e80-6264-4ee4-5429-000000000b50 | TIMING | create persistent directories | standalone | 0:02:23.480943 | 0.24s 2025-11-23 07:31:36.330051 | fa163e80-6264-4ee4-5429-000000000b50 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-23 07:31:36.331152 | fa163e80-6264-4ee4-5429-000000000b50 | TIMING | create persistent directories | standalone | 0:02:23.657326 | 0.42s 2025-11-23 07:31:36.342528 | fa163e80-6264-4ee4-5429-000000000b50 | TIMING | create persistent directories | standalone | 0:02:23.668703 | 0.43s 2025-11-23 07:31:36.362143 | fa163e80-6264-4ee4-5429-000000000b51 | TASK | create persistent directories 2025-11-23 07:31:36.562728 | fa163e80-6264-4ee4-5429-000000000b51 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-23 07:31:36.564888 | fa163e80-6264-4ee4-5429-000000000b51 | TIMING | create persistent directories | standalone | 0:02:23.891055 | 0.20s 2025-11-23 07:31:36.574584 | fa163e80-6264-4ee4-5429-000000000b51 | TIMING | create persistent directories | standalone | 0:02:23.900752 | 0.21s 2025-11-23 07:31:36.599281 | fa163e80-6264-4ee4-5429-000000000b52 | TASK | create persistent directories 2025-11-23 07:31:36.814931 | fa163e80-6264-4ee4-5429-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-23 07:31:36.816706 | fa163e80-6264-4ee4-5429-000000000b52 | TIMING | create persistent directories | standalone | 0:02:24.142869 | 0.22s 2025-11-23 07:31:37.018193 | fa163e80-6264-4ee4-5429-000000000b52 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-23 07:31:37.019987 | fa163e80-6264-4ee4-5429-000000000b52 | TIMING | create persistent directories | standalone | 0:02:24.346161 | 0.42s 2025-11-23 07:31:37.030698 | fa163e80-6264-4ee4-5429-000000000b52 | TIMING | create persistent directories | standalone | 0:02:24.356866 | 0.43s 2025-11-23 07:31:37.054800 | fa163e80-6264-4ee4-5429-000000000b53 | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-23 07:31:37.253265 | fa163e80-6264-4ee4-5429-000000000b53 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-23 07:31:37.254704 | fa163e80-6264-4ee4-5429-000000000b53 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:24.580874 | 0.20s 2025-11-23 07:31:37.278960 | fa163e80-6264-4ee4-5429-000000000b54 | TASK | create persistent directories 2025-11-23 07:31:37.538188 | fa163e80-6264-4ee4-5429-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-23 07:31:37.540075 | fa163e80-6264-4ee4-5429-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.866236 | 0.26s 2025-11-23 07:31:37.768062 | fa163e80-6264-4ee4-5429-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-23 07:31:37.769646 | fa163e80-6264-4ee4-5429-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.095815 | 0.49s 2025-11-23 07:31:37.964473 | fa163e80-6264-4ee4-5429-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-23 07:31:37.965504 | fa163e80-6264-4ee4-5429-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.291679 | 0.69s 2025-11-23 07:31:38.151647 | fa163e80-6264-4ee4-5429-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-23 07:31:38.153203 | fa163e80-6264-4ee4-5429-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.479378 | 0.87s 2025-11-23 07:31:38.377021 | fa163e80-6264-4ee4-5429-000000000b54 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-23 07:31:38.378873 | fa163e80-6264-4ee4-5429-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.705047 | 1.10s 2025-11-23 07:31:38.390374 | fa163e80-6264-4ee4-5429-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.716519 | 1.11s 2025-11-23 07:31:38.416104 | fa163e80-6264-4ee4-5429-000000000b55 | TASK | ensure /run/nova is present upon reboot 2025-11-23 07:31:38.838664 | fa163e80-6264-4ee4-5429-000000000b55 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-23 07:31:38.840167 | fa163e80-6264-4ee4-5429-000000000b55 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:26.166314 | 0.42s 2025-11-23 07:31:38.865056 | fa163e80-6264-4ee4-5429-000000000b56 | TASK | create tempfiles 2025-11-23 07:31:39.173049 | fa163e80-6264-4ee4-5429-000000000b56 | CHANGED | create tempfiles | standalone 2025-11-23 07:31:39.174605 | fa163e80-6264-4ee4-5429-000000000b56 | TIMING | create tempfiles | standalone | 0:02:26.500776 | 0.31s 2025-11-23 07:31:39.198298 | fa163e80-6264-4ee4-5429-000000000b57 | TASK | Mount Nova NFS Share 2025-11-23 07:31:39.227626 | fa163e80-6264-4ee4-5429-000000000b57 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-23 07:31:39.228720 | fa163e80-6264-4ee4-5429-000000000b57 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.554890 | 0.03s 2025-11-23 07:31:39.252399 | fa163e80-6264-4ee4-5429-000000000b59 | TASK | check systemd-container package installed or not 2025-11-23 07:31:39.280535 | fa163e80-6264-4ee4-5429-000000000b59 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-23 07:31:39.281688 | fa163e80-6264-4ee4-5429-000000000b59 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.607858 | 0.03s 2025-11-23 07:31:39.305709 | fa163e80-6264-4ee4-5429-000000000b5a | TASK | get latest package from downloaded package versions 2025-11-23 07:31:39.327301 | fa163e80-6264-4ee4-5429-000000000b5a | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-23 07:31:39.328419 | fa163e80-6264-4ee4-5429-000000000b5a | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.654590 | 0.02s 2025-11-23 07:31:39.351574 | fa163e80-6264-4ee4-5429-000000000b5b | TASK | Install systemd-container package on boot 2025-11-23 07:31:39.379516 | fa163e80-6264-4ee4-5429-000000000b5b | SKIPPED | Install systemd-container package on boot | standalone 2025-11-23 07:31:39.380979 | fa163e80-6264-4ee4-5429-000000000b5b | TIMING | Install systemd-container package on boot | standalone | 0:02:26.707148 | 0.03s 2025-11-23 07:31:39.405062 | fa163e80-6264-4ee4-5429-000000000b5c | TASK | enable install-systemd-container on compute boot 2025-11-23 07:31:39.433512 | fa163e80-6264-4ee4-5429-000000000b5c | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-23 07:31:39.434656 | fa163e80-6264-4ee4-5429-000000000b5c | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:26.760826 | 0.03s 2025-11-23 07:31:39.458028 | fa163e80-6264-4ee4-5429-000000000b5d | TASK | check if install-systemd-container service exists 2025-11-23 07:31:39.487320 | fa163e80-6264-4ee4-5429-000000000b5d | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-23 07:31:39.488474 | fa163e80-6264-4ee4-5429-000000000b5d | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.814643 | 0.03s 2025-11-23 07:31:39.512676 | fa163e80-6264-4ee4-5429-000000000b5e | TASK | disable and mask install-systemd-container on compute boot 2025-11-23 07:31:39.541252 | fa163e80-6264-4ee4-5429-000000000b5e | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-23 07:31:39.542463 | fa163e80-6264-4ee4-5429-000000000b5e | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.868631 | 0.03s 2025-11-23 07:31:39.566042 | fa163e80-6264-4ee4-5429-000000000b60 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-23 07:31:39.595476 | fa163e80-6264-4ee4-5429-000000000b60 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-23 07:31:39.596533 | fa163e80-6264-4ee4-5429-000000000b60 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:26.922705 | 0.03s 2025-11-23 07:31:39.620084 | fa163e80-6264-4ee4-5429-000000000b62 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-23 07:31:39.652039 | fa163e80-6264-4ee4-5429-000000000b62 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-23 07:31:39.653122 | fa163e80-6264-4ee4-5429-000000000b62 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:26.979268 | 0.03s 2025-11-23 07:31:39.677147 | fa163e80-6264-4ee4-5429-000000000b63 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-23 07:31:39.705594 | fa163e80-6264-4ee4-5429-000000000b63 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-23 07:31:39.706688 | fa163e80-6264-4ee4-5429-000000000b63 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.032860 | 0.03s 2025-11-23 07:31:39.730496 | fa163e80-6264-4ee4-5429-000000000b64 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-23 07:31:39.759767 | fa163e80-6264-4ee4-5429-000000000b64 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-23 07:31:39.761123 | fa163e80-6264-4ee4-5429-000000000b64 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.087293 | 0.03s 2025-11-23 07:31:39.784763 | fa163e80-6264-4ee4-5429-000000000b66 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-23 07:31:39.823268 | fa163e80-6264-4ee4-5429-000000000b66 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-23 07:31:39.824126 | fa163e80-6264-4ee4-5429-000000000b66 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:27.150304 | 0.04s 2025-11-23 07:31:39.843185 | fa163e80-6264-4ee4-5429-000000000b67 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-23 07:31:39.871994 | fa163e80-6264-4ee4-5429-000000000b67 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-23 07:31:39.872813 | fa163e80-6264-4ee4-5429-000000000b67 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:27.198990 | 0.03s 2025-11-23 07:31:39.891812 | fa163e80-6264-4ee4-5429-000000000b68 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-23 07:31:39.928447 | fa163e80-6264-4ee4-5429-000000000b68 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-23 07:31:39.929702 | fa163e80-6264-4ee4-5429-000000000b68 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.255867 | 0.04s 2025-11-23 07:31:39.953787 | fa163e80-6264-4ee4-5429-000000000b69 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-23 07:31:39.983685 | fa163e80-6264-4ee4-5429-000000000b69 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-23 07:31:39.984844 | fa163e80-6264-4ee4-5429-000000000b69 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.311014 | 0.03s 2025-11-23 07:31:40.008155 | fa163e80-6264-4ee4-5429-000000000b6b | TASK | Do we prepend nova startup with a delay 2025-11-23 07:31:40.039160 | fa163e80-6264-4ee4-5429-000000000b6b | OK | Do we prepend nova startup with a delay | standalone 2025-11-23 07:31:40.040636 | fa163e80-6264-4ee4-5429-000000000b6b | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:27.366807 | 0.03s 2025-11-23 07:31:40.063604 | fa163e80-6264-4ee4-5429-000000000b6c | TASK | install nova-compute delay wrapper script 2025-11-23 07:31:40.112950 | fa163e80-6264-4ee4-5429-000000000b6c | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-23 07:31:40.114077 | fa163e80-6264-4ee4-5429-000000000b6c | TIMING | install nova-compute delay wrapper script | standalone | 0:02:27.440248 | 0.05s 2025-11-23 07:31:40.137592 | fa163e80-6264-4ee4-5429-000000000b6d | TASK | Is irqbalance enabled 2025-11-23 07:31:40.170637 | fa163e80-6264-4ee4-5429-000000000b6d | OK | Is irqbalance enabled | standalone 2025-11-23 07:31:40.171979 | fa163e80-6264-4ee4-5429-000000000b6d | TIMING | Is irqbalance enabled | standalone | 0:02:27.498144 | 0.03s 2025-11-23 07:31:40.196279 | fa163e80-6264-4ee4-5429-000000000b6e | TASK | disable irqbalance service on compute 2025-11-23 07:31:40.225446 | fa163e80-6264-4ee4-5429-000000000b6e | SKIPPED | disable irqbalance service on compute | standalone 2025-11-23 07:31:40.226718 | fa163e80-6264-4ee4-5429-000000000b6e | TIMING | disable irqbalance service on compute | standalone | 0:02:27.552887 | 0.03s 2025-11-23 07:31:40.250765 | fa163e80-6264-4ee4-5429-000000000b6f | TASK | create persistent directories 2025-11-23 07:31:40.477005 | fa163e80-6264-4ee4-5429-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-23 07:31:40.478503 | fa163e80-6264-4ee4-5429-000000000b6f | TIMING | create persistent directories | standalone | 0:02:27.804670 | 0.23s 2025-11-23 07:31:40.489812 | fa163e80-6264-4ee4-5429-000000000b6f | TIMING | create persistent directories | standalone | 0:02:27.815992 | 0.24s 2025-11-23 07:31:40.508874 | fa163e80-6264-4ee4-5429-000000000b70 | TASK | create libvirt persistent data directories 2025-11-23 07:31:40.777751 | fa163e80-6264-4ee4-5429-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-23 07:31:40.780032 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:28.106200 | 0.27s 2025-11-23 07:31:40.994473 | fa163e80-6264-4ee4-5429-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-23 07:31:40.996598 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:28.322766 | 0.49s 2025-11-23 07:31:41.220165 | fa163e80-6264-4ee4-5429-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-23 07:31:41.222220 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:28.548389 | 0.71s 2025-11-23 07:31:41.440250 | fa163e80-6264-4ee4-5429-000000000b70 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-23 07:31:41.441901 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:28.768077 | 0.93s 2025-11-23 07:31:41.651789 | fa163e80-6264-4ee4-5429-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-23 07:31:41.652617 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:28.978797 | 1.14s 2025-11-23 07:31:41.856279 | fa163e80-6264-4ee4-5429-000000000b70 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-23 07:31:41.857674 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.183853 | 1.35s 2025-11-23 07:31:42.065578 | fa163e80-6264-4ee4-5429-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-23 07:31:42.066413 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.392592 | 1.56s 2025-11-23 07:31:42.278480 | fa163e80-6264-4ee4-5429-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-23 07:31:42.279853 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.606024 | 1.77s 2025-11-23 07:31:42.289526 | fa163e80-6264-4ee4-5429-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.615700 | 1.78s 2025-11-23 07:31:42.316627 | fa163e80-6264-4ee4-5429-000000000b71 | TASK | ensure qemu group is present on the host 2025-11-23 07:31:42.985529 | fa163e80-6264-4ee4-5429-000000000b71 | CHANGED | ensure qemu group is present on the host | standalone 2025-11-23 07:31:42.987055 | fa163e80-6264-4ee4-5429-000000000b71 | TIMING | ensure qemu group is present on the host | standalone | 0:02:30.313225 | 0.67s 2025-11-23 07:31:43.012476 | fa163e80-6264-4ee4-5429-000000000b72 | TASK | ensure qemu user is present on the host 2025-11-23 07:31:43.696698 | fa163e80-6264-4ee4-5429-000000000b72 | CHANGED | ensure qemu user is present on the host | standalone 2025-11-23 07:31:43.698727 | fa163e80-6264-4ee4-5429-000000000b72 | TIMING | ensure qemu user is present on the host | standalone | 0:02:31.024889 | 0.68s 2025-11-23 07:31:43.725082 | fa163e80-6264-4ee4-5429-000000000b73 | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-23 07:31:43.956456 | fa163e80-6264-4ee4-5429-000000000b73 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-23 07:31:43.957851 | fa163e80-6264-4ee4-5429-000000000b73 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:31.284023 | 0.23s 2025-11-23 07:31:43.981090 | fa163e80-6264-4ee4-5429-000000000b74 | TASK | check if libvirt is installed 2025-11-23 07:31:44.230743 | fa163e80-6264-4ee4-5429-000000000b74 | CHANGED | check if libvirt is installed | standalone 2025-11-23 07:31:44.231597 | fa163e80-6264-4ee4-5429-000000000b74 | TIMING | check if libvirt is installed | standalone | 0:02:31.557777 | 0.25s 2025-11-23 07:31:44.248169 | fa163e80-6264-4ee4-5429-000000000b75 | TASK | make sure libvirt services are disabled and masked 2025-11-23 07:31:44.274552 | fa163e80-6264-4ee4-5429-000000000b75 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-23 07:31:44.280765 | fa163e80-6264-4ee4-5429-000000000b75 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-23 07:31:44.286313 | fa163e80-6264-4ee4-5429-000000000b75 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:31.612490 | 0.04s 2025-11-23 07:31:44.303033 | fa163e80-6264-4ee4-5429-000000000b76 | TASK | ensure /run/libvirt is present upon reboot 2025-11-23 07:31:44.755910 | fa163e80-6264-4ee4-5429-000000000b76 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-23 07:31:44.756751 | fa163e80-6264-4ee4-5429-000000000b76 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:32.082931 | 0.45s 2025-11-23 07:31:44.772960 | fa163e80-6264-4ee4-5429-000000000b77 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-23 07:31:45.747527 | fa163e80-6264-4ee4-5429-000000000b77 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-23 07:31:45.748614 | fa163e80-6264-4ee4-5429-000000000b77 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:33.074791 | 0.97s 2025-11-23 07:31:45.767228 | fa163e80-6264-4ee4-5429-000000000b78 | TASK | remove gnutls-qemu.config 2025-11-23 07:31:45.992409 | fa163e80-6264-4ee4-5429-000000000b78 | OK | remove gnutls-qemu.config | standalone 2025-11-23 07:31:45.993671 | fa163e80-6264-4ee4-5429-000000000b78 | TIMING | remove gnutls-qemu.config | standalone | 0:02:33.319842 | 0.23s 2025-11-23 07:31:46.016926 | fa163e80-6264-4ee4-5429-000000000b79 | TASK | update crypto policies 2025-11-23 07:31:46.044498 | fa163e80-6264-4ee4-5429-000000000b79 | SKIPPED | update crypto policies | standalone 2025-11-23 07:31:46.045573 | fa163e80-6264-4ee4-5429-000000000b79 | TIMING | update crypto policies | standalone | 0:02:33.371745 | 0.03s 2025-11-23 07:31:46.069325 | fa163e80-6264-4ee4-5429-000000000b7a | TASK | Create libvirt persistent data directories 2025-11-23 07:31:46.314161 | fa163e80-6264-4ee4-5429-000000000b7a | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-23 07:31:46.315752 | fa163e80-6264-4ee4-5429-000000000b7a | TIMING | Create libvirt persistent data directories | standalone | 0:02:33.641914 | 0.25s 2025-11-23 07:31:46.322577 | fa163e80-6264-4ee4-5429-000000000b7a | TIMING | Create libvirt persistent data directories | standalone | 0:02:33.648747 | 0.25s 2025-11-23 07:31:46.346523 | fa163e80-6264-4ee4-5429-000000000b7b | TASK | create persistent directories 2025-11-23 07:31:46.596322 | fa163e80-6264-4ee4-5429-000000000b7b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-23 07:31:46.598195 | fa163e80-6264-4ee4-5429-000000000b7b | TIMING | create persistent directories | standalone | 0:02:33.924368 | 0.25s 2025-11-23 07:31:46.820045 | fa163e80-6264-4ee4-5429-000000000b7b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-23 07:31:46.821796 | fa163e80-6264-4ee4-5429-000000000b7b | TIMING | create persistent directories | standalone | 0:02:34.147970 | 0.47s 2025-11-23 07:31:46.832479 | fa163e80-6264-4ee4-5429-000000000b7b | TIMING | create persistent directories | standalone | 0:02:34.158647 | 0.48s 2025-11-23 07:31:46.856540 | fa163e80-6264-4ee4-5429-000000000b7c | TASK | Copy in cleanup script 2025-11-23 07:31:47.311084 | fa163e80-6264-4ee4-5429-000000000b7c | CHANGED | Copy in cleanup script | standalone 2025-11-23 07:31:47.312503 | fa163e80-6264-4ee4-5429-000000000b7c | TIMING | Copy in cleanup script | standalone | 0:02:34.638673 | 0.45s 2025-11-23 07:31:47.335733 | fa163e80-6264-4ee4-5429-000000000b7d | TASK | Copy in cleanup service 2025-11-23 07:31:47.745055 | fa163e80-6264-4ee4-5429-000000000b7d | CHANGED | Copy in cleanup service | standalone 2025-11-23 07:31:47.746272 | fa163e80-6264-4ee4-5429-000000000b7d | TIMING | Copy in cleanup service | standalone | 0:02:35.072443 | 0.41s 2025-11-23 07:31:47.770044 | fa163e80-6264-4ee4-5429-000000000b7e | TASK | Enabling the cleanup service 2025-11-23 07:31:48.417623 | fa163e80-6264-4ee4-5429-000000000b7e | CHANGED | Enabling the cleanup service | standalone 2025-11-23 07:31:48.419403 | fa163e80-6264-4ee4-5429-000000000b7e | TIMING | Enabling the cleanup service | standalone | 0:02:35.745573 | 0.65s 2025-11-23 07:31:48.443890 | fa163e80-6264-4ee4-5429-000000000b7f | TASK | create persistent directories 2025-11-23 07:31:48.701746 | fa163e80-6264-4ee4-5429-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-23 07:31:48.704016 | fa163e80-6264-4ee4-5429-000000000b7f | TIMING | create persistent directories | standalone | 0:02:36.030175 | 0.26s 2025-11-23 07:31:48.932053 | fa163e80-6264-4ee4-5429-000000000b7f | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-23 07:31:48.933836 | fa163e80-6264-4ee4-5429-000000000b7f | TIMING | create persistent directories | standalone | 0:02:36.260007 | 0.49s 2025-11-23 07:31:48.944531 | fa163e80-6264-4ee4-5429-000000000b7f | TIMING | create persistent directories | standalone | 0:02:36.270694 | 0.50s 2025-11-23 07:31:48.968939 | fa163e80-6264-4ee4-5429-000000000b80 | TASK | set conditions 2025-11-23 07:31:48.999990 | fa163e80-6264-4ee4-5429-000000000b80 | OK | set conditions | standalone 2025-11-23 07:31:49.001282 | fa163e80-6264-4ee4-5429-000000000b80 | TIMING | set conditions | standalone | 0:02:36.327452 | 0.03s 2025-11-23 07:31:49.053934 | fa163e80-6264-4ee4-5429-000000000b81 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:36.380092 | 0.03s 2025-11-23 07:31:49.137985 | fa163e80-6264-4ee4-5429-000000001256 | TASK | Gather variables for each operating system 2025-11-23 07:31:49.250677 | fa163e80-6264-4ee4-5429-000000001256 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:36.576830 | 0.11s 2025-11-23 07:31:49.276159 | fa163e80-6264-4ee4-5429-000000001257 | TASK | Set packages facts 2025-11-23 07:31:49.361211 | fa163e80-6264-4ee4-5429-000000001257 | OK | Set packages facts | standalone 2025-11-23 07:31:49.362805 | fa163e80-6264-4ee4-5429-000000001257 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:36.688949 | 0.08s 2025-11-23 07:31:49.389467 | fa163e80-6264-4ee4-5429-000000001258 | TASK | Manage package 2025-11-23 07:31:49.451258 | fa163e80-6264-4ee4-5429-000000001258 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-23 07:31:49.477175 | fa163e80-6264-4ee4-5429-000000001258 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-23 07:31:49.494080 | fa163e80-6264-4ee4-5429-000000001258 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-23 07:31:54.029472 | fa163e80-6264-4ee4-5429-000000001258 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:41.355630 | 4.64s 2025-11-23 07:31:54.049634 | fa163e80-6264-4ee4-5429-000000001258 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-23 07:31:54.056482 | fa163e80-6264-4ee4-5429-000000001258 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:41.382658 | 4.67s 2025-11-23 07:31:54.102018 | fa163e80-6264-4ee4-5429-000000000b82 | TASK | create fcontext for rabbitmq data 2025-11-23 07:31:55.370438 | fa163e80-6264-4ee4-5429-000000000b82 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-23 07:31:55.372121 | fa163e80-6264-4ee4-5429-000000000b82 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:42.698284 | 1.27s 2025-11-23 07:31:55.395285 | fa163e80-6264-4ee4-5429-000000000b83 | TASK | create persistent directories 2025-11-23 07:31:55.659569 | fa163e80-6264-4ee4-5429-000000000b83 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-23 07:31:55.662201 | fa163e80-6264-4ee4-5429-000000000b83 | TIMING | create persistent directories | standalone | 0:02:42.988362 | 0.27s 2025-11-23 07:31:55.871816 | fa163e80-6264-4ee4-5429-000000000b83 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-23 07:31:55.872849 | fa163e80-6264-4ee4-5429-000000000b83 | TIMING | create persistent directories | standalone | 0:02:43.199025 | 0.48s 2025-11-23 07:31:55.885036 | fa163e80-6264-4ee4-5429-000000000b83 | TIMING | create persistent directories | standalone | 0:02:43.211209 | 0.49s 2025-11-23 07:31:55.908972 | fa163e80-6264-4ee4-5429-000000000b84 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-23 07:31:56.147102 | fa163e80-6264-4ee4-5429-000000000b84 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-23 07:31:56.148053 | fa163e80-6264-4ee4-5429-000000000b84 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:43.474234 | 0.24s 2025-11-23 07:31:56.172102 | fa163e80-6264-4ee4-5429-000000000b85 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-23 07:31:56.200195 | fa163e80-6264-4ee4-5429-000000000b85 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-23 07:31:56.201328 | fa163e80-6264-4ee4-5429-000000000b85 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:43.527499 | 0.03s 2025-11-23 07:31:56.225408 | fa163e80-6264-4ee4-5429-000000000b86 | TASK | Remove existing entries from logind conf 2025-11-23 07:31:56.456204 | fa163e80-6264-4ee4-5429-000000000b86 | CHANGED | Remove existing entries from logind conf | standalone 2025-11-23 07:31:56.457019 | fa163e80-6264-4ee4-5429-000000000b86 | TIMING | Remove existing entries from logind conf | standalone | 0:02:43.783199 | 0.23s 2025-11-23 07:31:56.474826 | fa163e80-6264-4ee4-5429-000000000b87 | TASK | Make sure systemd-logind ignores power off 2025-11-23 07:31:56.704526 | fa163e80-6264-4ee4-5429-000000000b87 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-23 07:31:56.705581 | fa163e80-6264-4ee4-5429-000000000b87 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:44.031757 | 0.23s 2025-11-23 07:31:56.729781 | fa163e80-6264-4ee4-5429-000000000b88 | TASK | Restart systemd-logind 2025-11-23 07:31:57.270492 | fa163e80-6264-4ee4-5429-000000000b88 | CHANGED | Restart systemd-logind | standalone 2025-11-23 07:31:57.272253 | fa163e80-6264-4ee4-5429-000000000b88 | TIMING | Restart systemd-logind | standalone | 0:02:44.598424 | 0.54s 2025-11-23 07:31:57.297056 | fa163e80-6264-4ee4-5429-000000000b89 | 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-23 07:31:57.367494 | fa163e80-6264-4ee4-5429-000000000b89 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-23 07:31:57.368505 | fa163e80-6264-4ee4-5429-000000000b89 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:44.694673 | 0.07s 2025-11-23 07:31:57.391974 | fa163e80-6264-4ee4-5429-000000000b8a | 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-23 07:31:57.462044 | fa163e80-6264-4ee4-5429-000000000b8a | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-23 07:31:57.462962 | fa163e80-6264-4ee4-5429-000000000b8a | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:44.789131 | 0.07s 2025-11-23 07:31:57.486393 | fa163e80-6264-4ee4-5429-000000000b8b | TASK | create persistent logs directory 2025-11-23 07:31:57.732805 | fa163e80-6264-4ee4-5429-000000000b8b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-23 07:31:57.734293 | fa163e80-6264-4ee4-5429-000000000b8b | TIMING | create persistent logs directory | standalone | 0:02:45.060462 | 0.25s 2025-11-23 07:31:57.945084 | fa163e80-6264-4ee4-5429-000000000b8b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-23 07:31:57.946119 | fa163e80-6264-4ee4-5429-000000000b8b | TIMING | create persistent logs directory | standalone | 0:02:45.272295 | 0.46s 2025-11-23 07:31:57.952975 | fa163e80-6264-4ee4-5429-000000000b8b | TIMING | create persistent logs directory | standalone | 0:02:45.279151 | 0.47s 2025-11-23 07:31:57.977151 | fa163e80-6264-4ee4-5429-000000000b8d | TASK | Set login facts 2025-11-23 07:31:58.007468 | fa163e80-6264-4ee4-5429-000000000b8d | OK | Set login facts | standalone 2025-11-23 07:31:58.008487 | fa163e80-6264-4ee4-5429-000000000b8d | TIMING | Set login facts | standalone | 0:02:45.334660 | 0.03s 2025-11-23 07:31:58.031517 | fa163e80-6264-4ee4-5429-000000000b8e | TASK | Convert logins json to dict 2025-11-23 07:31:58.080874 | fa163e80-6264-4ee4-5429-000000000b8e | SKIPPED | Convert logins json to dict | standalone 2025-11-23 07:31:58.082059 | fa163e80-6264-4ee4-5429-000000000b8e | TIMING | Convert logins json to dict | standalone | 0:02:45.408229 | 0.05s 2025-11-23 07:31:58.105112 | fa163e80-6264-4ee4-5429-000000000b8f | TASK | Set registry logins 2025-11-23 07:31:58.149702 | fa163e80-6264-4ee4-5429-000000000b8f | SKIPPED | Set registry logins | standalone 2025-11-23 07:31:58.150774 | fa163e80-6264-4ee4-5429-000000000b8f | TIMING | Set registry logins | standalone | 0:02:45.476944 | 0.04s 2025-11-23 07:31:58.173560 | fa163e80-6264-4ee4-5429-000000000b90 | TASK | Run podman install 2025-11-23 07:31:58.193404 | fa163e80-6264-4ee4-5429-000000000b90 | TIMING | Run podman install | standalone | 0:02:45.519570 | 0.02s 2025-11-23 07:31:58.270869 | fa163e80-6264-4ee4-5429-000000001340 | TASK | Gather variables for each operating system 2025-11-23 07:31:58.398891 | fa163e80-6264-4ee4-5429-000000001340 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-23 07:31:58.400299 | fa163e80-6264-4ee4-5429-000000001340 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:45.726465 | 0.13s 2025-11-23 07:31:58.406059 | fa163e80-6264-4ee4-5429-000000001340 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:45.732234 | 0.13s 2025-11-23 07:31:58.430201 | fa163e80-6264-4ee4-5429-000000001342 | TASK | ensure podman and deps are installed 2025-11-23 07:32:01.396847 | fa163e80-6264-4ee4-5429-000000001342 | OK | ensure podman and deps are installed | standalone 2025-11-23 07:32:01.398202 | fa163e80-6264-4ee4-5429-000000001342 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:48.724373 | 2.97s 2025-11-23 07:32:01.422695 | fa163e80-6264-4ee4-5429-000000001343 | TASK | Ensure we get the ansible interfaces facts 2025-11-23 07:32:01.962053 | fa163e80-6264-4ee4-5429-000000001343 | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-23 07:32:01.963200 | fa163e80-6264-4ee4-5429-000000001343 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:49.289374 | 0.54s 2025-11-23 07:32:01.986861 | fa163e80-6264-4ee4-5429-000000001344 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-23 07:32:02.016128 | fa163e80-6264-4ee4-5429-000000001344 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-23 07:32:02.017252 | fa163e80-6264-4ee4-5429-000000001344 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:49.343422 | 0.03s 2025-11-23 07:32:02.041413 | fa163e80-6264-4ee4-5429-000000001346 | TASK | Make sure /etc/cni/net.d folder exists 2025-11-23 07:32:02.075456 | fa163e80-6264-4ee4-5429-000000001346 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-23 07:32:02.076539 | fa163e80-6264-4ee4-5429-000000001346 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:49.402709 | 0.03s 2025-11-23 07:32:02.099629 | fa163e80-6264-4ee4-5429-000000001347 | TASK | Update default network configuration if possible 2025-11-23 07:32:02.130663 | fa163e80-6264-4ee4-5429-000000001347 | SKIPPED | Update default network configuration if possible | standalone 2025-11-23 07:32:02.131847 | fa163e80-6264-4ee4-5429-000000001347 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:49.458015 | 0.03s 2025-11-23 07:32:02.155996 | fa163e80-6264-4ee4-5429-000000001349 | TASK | Make sure /etc/containers/networks exists 2025-11-23 07:32:02.389762 | fa163e80-6264-4ee4-5429-000000001349 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-23 07:32:02.391079 | fa163e80-6264-4ee4-5429-000000001349 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:49.717249 | 0.23s 2025-11-23 07:32:02.414842 | fa163e80-6264-4ee4-5429-00000000134a | TASK | Get current podman network 2025-11-23 07:32:02.713122 | fa163e80-6264-4ee4-5429-00000000134a | CHANGED | Get current podman network | standalone 2025-11-23 07:32:02.714445 | fa163e80-6264-4ee4-5429-00000000134a | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:50.040616 | 0.30s 2025-11-23 07:32:02.739041 | fa163e80-6264-4ee4-5429-00000000134b | TASK | Update the default network configuration 2025-11-23 07:32:03.378682 | fa163e80-6264-4ee4-5429-00000000134b | CHANGED | Update the default network configuration | standalone 2025-11-23 07:32:03.379968 | fa163e80-6264-4ee4-5429-00000000134b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:50.706137 | 0.64s 2025-11-23 07:32:03.403807 | fa163e80-6264-4ee4-5429-00000000134c | TASK | Write containers registries.conf 2025-11-23 07:32:03.956095 | fa163e80-6264-4ee4-5429-00000000134c | CHANGED | Write containers registries.conf | standalone 2025-11-23 07:32:03.957445 | fa163e80-6264-4ee4-5429-00000000134c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:51.283614 | 0.55s 2025-11-23 07:32:03.981772 | fa163e80-6264-4ee4-5429-00000000134d | TASK | Write containers.conf 2025-11-23 07:32:04.225843 | fa163e80-6264-4ee4-5429-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-23 07:32:04.228158 | fa163e80-6264-4ee4-5429-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.554322 | 0.25s 2025-11-23 07:32:04.493889 | fa163e80-6264-4ee4-5429-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-23 07:32:04.495851 | fa163e80-6264-4ee4-5429-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.822025 | 0.51s 2025-11-23 07:32:04.673791 | fa163e80-6264-4ee4-5429-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-23 07:32:04.674937 | fa163e80-6264-4ee4-5429-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.001111 | 0.69s 2025-11-23 07:32:04.880901 | fa163e80-6264-4ee4-5429-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-23 07:32:04.882925 | fa163e80-6264-4ee4-5429-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.209097 | 0.90s 2025-11-23 07:32:04.894103 | fa163e80-6264-4ee4-5429-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.220270 | 0.91s 2025-11-23 07:32:04.920397 | fa163e80-6264-4ee4-5429-00000000134e | TASK | Enable podman.socket service 2025-11-23 07:32:04.950309 | fa163e80-6264-4ee4-5429-00000000134e | SKIPPED | Enable podman.socket service | standalone 2025-11-23 07:32:04.951565 | fa163e80-6264-4ee4-5429-00000000134e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:52.277734 | 0.03s 2025-11-23 07:32:04.998199 | fa163e80-6264-4ee4-5429-000000000b91 | TASK | Run podman login 2025-11-23 07:32:05.026494 | fa163e80-6264-4ee4-5429-000000000b91 | TIMING | Run podman login | standalone | 0:02:52.352654 | 0.03s 2025-11-23 07:32:05.107559 | fa163e80-6264-4ee4-5429-00000000144e | TASK | Perform container registry login(s) with podman 2025-11-23 07:32:05.135884 | fa163e80-6264-4ee4-5429-00000000144e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:52.462045 | 0.03s 2025-11-23 07:32:05.174721 | fa163e80-6264-4ee4-5429-000000000b93 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-23 07:32:05.634420 | fa163e80-6264-4ee4-5429-000000000b93 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-23 07:32:05.635247 | fa163e80-6264-4ee4-5429-000000000b93 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:52.961426 | 0.46s 2025-11-23 07:32:05.653118 | fa163e80-6264-4ee4-5429-000000000b94 | TASK | Ensure rsyslog is installed 2025-11-23 07:32:08.565087 | fa163e80-6264-4ee4-5429-000000000b94 | OK | Ensure rsyslog is installed | standalone 2025-11-23 07:32:08.566623 | fa163e80-6264-4ee4-5429-000000000b94 | TIMING | Ensure rsyslog is installed | standalone | 0:02:55.892792 | 2.91s 2025-11-23 07:32:08.590516 | fa163e80-6264-4ee4-5429-000000000b95 | TASK | Ensure rsyslog is enabled and started 2025-11-23 07:32:08.958533 | fa163e80-6264-4ee4-5429-000000000b95 | OK | Ensure rsyslog is enabled and started | standalone 2025-11-23 07:32:08.960645 | fa163e80-6264-4ee4-5429-000000000b95 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:56.286814 | 0.37s 2025-11-23 07:32:09.012919 | fa163e80-6264-4ee4-5429-000000000b96 | TIMING | include_role : tripleo_sshd | standalone | 0:02:56.339084 | 0.03s 2025-11-23 07:32:09.096966 | fa163e80-6264-4ee4-5429-000000001557 | TASK | Gather variables for each operating system 2025-11-23 07:32:09.211921 | fa163e80-6264-4ee4-5429-000000001557 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-23 07:32:09.214040 | fa163e80-6264-4ee4-5429-000000001557 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:56.540168 | 0.12s 2025-11-23 07:32:09.224227 | fa163e80-6264-4ee4-5429-000000001557 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:56.550395 | 0.13s 2025-11-23 07:32:09.248498 | fa163e80-6264-4ee4-5429-000000001559 | TASK | Install the OpenSSH server 2025-11-23 07:32:12.168941 | fa163e80-6264-4ee4-5429-000000001559 | OK | Install the OpenSSH server | standalone 2025-11-23 07:32:12.170540 | fa163e80-6264-4ee4-5429-000000001559 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:02:59.496708 | 2.92s 2025-11-23 07:32:12.194484 | fa163e80-6264-4ee4-5429-00000000155a | TASK | Start sshd 2025-11-23 07:32:12.223933 | fa163e80-6264-4ee4-5429-00000000155a | SKIPPED | Start sshd | standalone 2025-11-23 07:32:12.225142 | fa163e80-6264-4ee4-5429-00000000155a | TIMING | tripleo_sshd : Start sshd | standalone | 0:02:59.551312 | 0.03s 2025-11-23 07:32:12.248697 | fa163e80-6264-4ee4-5429-00000000155b | TASK | PasswordAuthentication notice 2025-11-23 07:32:12.288379 | fa163e80-6264-4ee4-5429-00000000155b | 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-23 07:32:12.289536 | fa163e80-6264-4ee4-5429-00000000155b | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:02:59.615708 | 0.04s 2025-11-23 07:32:12.312613 | fa163e80-6264-4ee4-5429-00000000155c | TASK | PasswordAuthentication duplication notice 2025-11-23 07:32:12.343433 | fa163e80-6264-4ee4-5429-00000000155c | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-23 07:32:12.344560 | fa163e80-6264-4ee4-5429-00000000155c | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:02:59.670730 | 0.03s 2025-11-23 07:32:12.368270 | fa163e80-6264-4ee4-5429-00000000155d | TASK | Motd duplication notice 2025-11-23 07:32:12.407142 | fa163e80-6264-4ee4-5429-00000000155d | 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-23 07:32:12.408246 | fa163e80-6264-4ee4-5429-00000000155d | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:02:59.734417 | 0.04s 2025-11-23 07:32:12.432454 | fa163e80-6264-4ee4-5429-00000000155e | TASK | Configure the banner text 2025-11-23 07:32:12.463200 | fa163e80-6264-4ee4-5429-00000000155e | SKIPPED | Configure the banner text | standalone 2025-11-23 07:32:12.464315 | fa163e80-6264-4ee4-5429-00000000155e | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:02:59.790484 | 0.03s 2025-11-23 07:32:12.488474 | fa163e80-6264-4ee4-5429-00000000155f | TASK | Configure the motd banner 2025-11-23 07:32:12.517576 | fa163e80-6264-4ee4-5429-00000000155f | SKIPPED | Configure the motd banner | standalone 2025-11-23 07:32:12.518728 | fa163e80-6264-4ee4-5429-00000000155f | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:02:59.844898 | 0.03s 2025-11-23 07:32:12.543603 | fa163e80-6264-4ee4-5429-000000001560 | TASK | Update sshd configuration options from vars 2025-11-23 07:32:12.585216 | fa163e80-6264-4ee4-5429-000000001560 | OK | Update sshd configuration options from vars | standalone 2025-11-23 07:32:12.586375 | fa163e80-6264-4ee4-5429-000000001560 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:02:59.912519 | 0.04s 2025-11-23 07:32:12.609952 | fa163e80-6264-4ee4-5429-000000001561 | TASK | Adjust ssh server configuration 2025-11-23 07:32:13.141210 | fa163e80-6264-4ee4-5429-000000001561 | CHANGED | Adjust ssh server configuration | standalone 2025-11-23 07:32:13.142677 | fa163e80-6264-4ee4-5429-000000001561 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:00.468846 | 0.53s 2025-11-23 07:32:13.166854 | fa163e80-6264-4ee4-5429-000000001562 | TASK | Restart sshd 2025-11-23 07:32:13.611572 | fa163e80-6264-4ee4-5429-000000001562 | CHANGED | Restart sshd | standalone 2025-11-23 07:32:13.613674 | fa163e80-6264-4ee4-5429-000000001562 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:00.939840 | 0.45s 2025-11-23 07:32:13.661275 | fa163e80-6264-4ee4-5429-000000000b97 | TASK | create persistent directories 2025-11-23 07:32:13.907147 | fa163e80-6264-4ee4-5429-000000000b97 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-23 07:32:13.909134 | fa163e80-6264-4ee4-5429-000000000b97 | TIMING | create persistent directories | standalone | 0:03:01.235305 | 0.25s 2025-11-23 07:32:14.086131 | fa163e80-6264-4ee4-5429-000000000b97 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-23 07:32:14.087150 | fa163e80-6264-4ee4-5429-000000000b97 | TIMING | create persistent directories | standalone | 0:03:01.413327 | 0.42s 2025-11-23 07:32:14.321639 | fa163e80-6264-4ee4-5429-000000000b97 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-23 07:32:14.322813 | fa163e80-6264-4ee4-5429-000000000b97 | TIMING | create persistent directories | standalone | 0:03:01.648987 | 0.66s 2025-11-23 07:32:14.329847 | fa163e80-6264-4ee4-5429-000000000b97 | TIMING | create persistent directories | standalone | 0:03:01.656023 | 0.67s 2025-11-23 07:32:14.355324 | fa163e80-6264-4ee4-5429-000000000b98 | TASK | create persistent directories 2025-11-23 07:32:14.584239 | fa163e80-6264-4ee4-5429-000000000b98 | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-23 07:32:14.585905 | fa163e80-6264-4ee4-5429-000000000b98 | TIMING | create persistent directories | standalone | 0:03:01.912072 | 0.23s 2025-11-23 07:32:14.813486 | fa163e80-6264-4ee4-5429-000000000b98 | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-23 07:32:14.815628 | fa163e80-6264-4ee4-5429-000000000b98 | TIMING | create persistent directories | standalone | 0:03:02.141800 | 0.46s 2025-11-23 07:32:14.996797 | fa163e80-6264-4ee4-5429-000000000b98 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-23 07:32:14.998705 | fa163e80-6264-4ee4-5429-000000000b98 | TIMING | create persistent directories | standalone | 0:03:02.324878 | 0.64s 2025-11-23 07:32:15.009768 | fa163e80-6264-4ee4-5429-000000000b98 | TIMING | create persistent directories | standalone | 0:03:02.335932 | 0.65s 2025-11-23 07:32:15.034891 | fa163e80-6264-4ee4-5429-000000000b99 | TASK | Set swift_use_local_disks fact 2025-11-23 07:32:15.064686 | fa163e80-6264-4ee4-5429-000000000b99 | OK | Set swift_use_local_disks fact | standalone 2025-11-23 07:32:15.065903 | fa163e80-6264-4ee4-5429-000000000b99 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:02.392073 | 0.03s 2025-11-23 07:32:15.091262 | fa163e80-6264-4ee4-5429-000000000b9a | TASK | Set use_node_data_lookup fact 2025-11-23 07:32:15.123186 | fa163e80-6264-4ee4-5429-000000000b9a | OK | Set use_node_data_lookup fact | standalone 2025-11-23 07:32:15.124845 | fa163e80-6264-4ee4-5429-000000000b9a | TIMING | Set use_node_data_lookup fact | standalone | 0:03:02.451009 | 0.03s 2025-11-23 07:32:15.152049 | fa163e80-6264-4ee4-5429-000000000b9b | TASK | Create Swift d1 directory if needed 2025-11-23 07:32:15.397391 | fa163e80-6264-4ee4-5429-000000000b9b | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-23 07:32:15.398230 | fa163e80-6264-4ee4-5429-000000000b9b | TIMING | Create Swift d1 directory if needed | standalone | 0:03:02.724409 | 0.24s 2025-11-23 07:32:15.416714 | fa163e80-6264-4ee4-5429-000000000b9c | TASK | Set fact for SwiftRawDisks 2025-11-23 07:32:15.454457 | fa163e80-6264-4ee4-5429-000000000b9c | OK | Set fact for SwiftRawDisks | standalone 2025-11-23 07:32:15.455481 | fa163e80-6264-4ee4-5429-000000000b9c | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:02.781657 | 0.04s 2025-11-23 07:32:15.478508 | fa163e80-6264-4ee4-5429-000000000b9d | TASK | Get hiera swift::storage::disks::args 2025-11-23 07:32:15.516972 | fa163e80-6264-4ee4-5429-000000000b9d | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-23 07:32:15.518256 | fa163e80-6264-4ee4-5429-000000000b9d | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:02.844424 | 0.04s 2025-11-23 07:32:15.541965 | fa163e80-6264-4ee4-5429-000000000b9e | TASK | Set fact for swift_raw_disks 2025-11-23 07:32:15.571589 | fa163e80-6264-4ee4-5429-000000000b9e | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-23 07:32:15.572873 | fa163e80-6264-4ee4-5429-000000000b9e | TIMING | Set fact for swift_raw_disks | standalone | 0:03:02.899040 | 0.03s 2025-11-23 07:32:15.597605 | fa163e80-6264-4ee4-5429-000000000b9f | TASK | Format SwiftRawDisks 2025-11-23 07:32:15.628852 | fa163e80-6264-4ee4-5429-000000000b9f | TIMING | Format SwiftRawDisks | standalone | 0:03:02.955021 | 0.03s 2025-11-23 07:32:15.648742 | fa163e80-6264-4ee4-5429-000000000ba0 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-23 07:32:15.697168 | fa163e80-6264-4ee4-5429-000000000ba0 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-23 07:32:15.698133 | fa163e80-6264-4ee4-5429-000000000ba0 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:03.024310 | 0.05s 2025-11-23 07:32:15.722755 | fa163e80-6264-4ee4-5429-000000000ba1 | TASK | Mount devices defined in SwiftRawDisks 2025-11-23 07:32:15.744891 | fa163e80-6264-4ee4-5429-000000000ba1 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:03.071054 | 0.02s 2025-11-23 07:32:15.769837 | fa163e80-6264-4ee4-5429-000000000ba2 | TASK | Check for NTP service 2025-11-23 07:32:16.020589 | fa163e80-6264-4ee4-5429-000000000ba2 | CHANGED | Check for NTP service | standalone 2025-11-23 07:32:16.021919 | fa163e80-6264-4ee4-5429-000000000ba2 | TIMING | Check for NTP service | standalone | 0:03:03.348089 | 0.25s 2025-11-23 07:32:16.045295 | fa163e80-6264-4ee4-5429-000000000ba3 | TASK | Disable NTP before configuring Chrony 2025-11-23 07:32:16.089004 | fa163e80-6264-4ee4-5429-000000000ba3 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-23 07:32:16.090061 | fa163e80-6264-4ee4-5429-000000000ba3 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:03.416232 | 0.04s 2025-11-23 07:32:16.113598 | fa163e80-6264-4ee4-5429-000000000ba4 | TASK | Install, Configure and Run Chrony 2025-11-23 07:32:16.141782 | fa163e80-6264-4ee4-5429-000000000ba4 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:03.467947 | 0.03s 2025-11-23 07:32:16.238842 | fa163e80-6264-4ee4-5429-0000000016e3 | TASK | Load distro-specific variables 2025-11-23 07:32:16.263557 | fa163e80-6264-4ee4-5429-0000000016e3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:03.589732 | 0.02s 2025-11-23 07:32:16.270842 | 3e8265ff-65d3-4870-93a3-1bc7af53486c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-23 07:32:16.291043 | fa163e80-6264-4ee4-5429-0000000017c0 | TASK | Load distro-specific variables 2025-11-23 07:32:16.345002 | fa163e80-6264-4ee4-5429-0000000017c0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-23 07:32:16.346466 | fa163e80-6264-4ee4-5429-0000000017c0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:03.672630 | 0.05s 2025-11-23 07:32:16.364250 | fa163e80-6264-4ee4-5429-0000000017c0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:03.690415 | 0.07s 2025-11-23 07:32:16.388830 | fa163e80-6264-4ee4-5429-0000000016e4 | TASK | Install chronyd 2025-11-23 07:32:16.419008 | fa163e80-6264-4ee4-5429-0000000016e4 | TIMING | chrony : Install chronyd | standalone | 0:03:03.745171 | 0.03s 2025-11-23 07:32:16.441283 | feffc242-591e-4840-b619-f743ce419396 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-23 07:32:16.473747 | fa163e80-6264-4ee4-5429-0000000017f9 | TASK | Load distro-specific variables 2025-11-23 07:32:16.499646 | fa163e80-6264-4ee4-5429-0000000017f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:03.825819 | 0.03s 2025-11-23 07:32:16.509191 | 4d853957-2b3c-4747-a7c1-a09c7e1fff44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-23 07:32:16.532438 | fa163e80-6264-4ee4-5429-000000001840 | TASK | Load distro-specific variables 2025-11-23 07:32:16.587091 | fa163e80-6264-4ee4-5429-000000001840 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-23 07:32:16.588573 | fa163e80-6264-4ee4-5429-000000001840 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:03.914737 | 0.06s 2025-11-23 07:32:16.594515 | fa163e80-6264-4ee4-5429-000000001840 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:03.920687 | 0.06s 2025-11-23 07:32:16.618097 | fa163e80-6264-4ee4-5429-0000000017fa | TASK | Check for NTP service 2025-11-23 07:32:16.869921 | fa163e80-6264-4ee4-5429-0000000017fa | CHANGED | Check for NTP service | standalone 2025-11-23 07:32:16.871295 | fa163e80-6264-4ee4-5429-0000000017fa | TIMING | chrony : Check for NTP service | standalone | 0:03:04.197465 | 0.25s 2025-11-23 07:32:16.896648 | fa163e80-6264-4ee4-5429-0000000017fb | TASK | Disable NTP before configuring Chrony 2025-11-23 07:32:16.945721 | fa163e80-6264-4ee4-5429-0000000017fb | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-23 07:32:16.946364 | fa163e80-6264-4ee4-5429-0000000017fb | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:04.272543 | 0.05s 2025-11-23 07:32:16.963852 | fa163e80-6264-4ee4-5429-0000000017fc | TASK | Install chronyd package 2025-11-23 07:32:19.912666 | fa163e80-6264-4ee4-5429-0000000017fc | OK | Install chronyd package | standalone 2025-11-23 07:32:19.913966 | fa163e80-6264-4ee4-5429-0000000017fc | TIMING | chrony : Install chronyd package | standalone | 0:03:07.240138 | 2.95s 2025-11-23 07:32:19.937761 | fa163e80-6264-4ee4-5429-0000000016e5 | TASK | Upgrade chronyd 2025-11-23 07:32:19.969266 | fa163e80-6264-4ee4-5429-0000000016e5 | SKIPPED | Upgrade chronyd | standalone 2025-11-23 07:32:19.970447 | fa163e80-6264-4ee4-5429-0000000016e5 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:07.296616 | 0.03s 2025-11-23 07:32:19.994873 | fa163e80-6264-4ee4-5429-0000000016e6 | TASK | Configure chronyd 2025-11-23 07:32:20.025811 | fa163e80-6264-4ee4-5429-0000000016e6 | TIMING | chrony : Configure chronyd | standalone | 0:03:07.351985 | 0.03s 2025-11-23 07:32:20.037667 | 829d130d-21c5-4375-a68e-1cd12bde27f5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-23 07:32:20.068850 | fa163e80-6264-4ee4-5429-000000001879 | TASK | Load distro-specific variables 2025-11-23 07:32:20.095313 | fa163e80-6264-4ee4-5429-000000001879 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.421482 | 0.03s 2025-11-23 07:32:20.105194 | 088e3273-514b-49a7-8b28-aef80ff91370 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-23 07:32:20.127596 | fa163e80-6264-4ee4-5429-0000000018e5 | TASK | Load distro-specific variables 2025-11-23 07:32:20.182938 | fa163e80-6264-4ee4-5429-0000000018e5 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-23 07:32:20.184284 | fa163e80-6264-4ee4-5429-0000000018e5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.510449 | 0.06s 2025-11-23 07:32:20.190103 | fa163e80-6264-4ee4-5429-0000000018e5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.516270 | 0.06s 2025-11-23 07:32:20.215394 | fa163e80-6264-4ee4-5429-00000000187a | TASK | Install chrony configuration file 2025-11-23 07:32:20.826495 | fa163e80-6264-4ee4-5429-00000000187a | CHANGED | Install chrony configuration file | standalone 2025-11-23 07:32:20.827782 | fa163e80-6264-4ee4-5429-00000000187a | TIMING | chrony : Install chrony configuration file | standalone | 0:03:08.153952 | 0.61s 2025-11-23 07:32:20.852933 | fa163e80-6264-4ee4-5429-0000000016e7 | TASK | Run chronyd 2025-11-23 07:32:20.873897 | fa163e80-6264-4ee4-5429-0000000016e7 | TIMING | chrony : Run chronyd | standalone | 0:03:08.200065 | 0.02s 2025-11-23 07:32:20.893678 | 44db0941-1ed3-487f-9705-5c271a2c61b4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-23 07:32:20.934028 | fa163e80-6264-4ee4-5429-000000001908 | TASK | Load distro-specific variables 2025-11-23 07:32:20.960384 | fa163e80-6264-4ee4-5429-000000001908 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.286556 | 0.03s 2025-11-23 07:32:20.970193 | c24932cc-0be7-4ca8-ab1f-b3cbfb7114c9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-23 07:32:20.992938 | fa163e80-6264-4ee4-5429-00000000198c | TASK | Load distro-specific variables 2025-11-23 07:32:21.047452 | fa163e80-6264-4ee4-5429-00000000198c | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-23 07:32:21.048712 | fa163e80-6264-4ee4-5429-00000000198c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.374881 | 0.05s 2025-11-23 07:32:21.055121 | fa163e80-6264-4ee4-5429-00000000198c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.381297 | 0.06s 2025-11-23 07:32:21.079033 | fa163e80-6264-4ee4-5429-000000001909 | TASK | Ensure chronyd is running 2025-11-23 07:32:22.491403 | fa163e80-6264-4ee4-5429-000000001909 | OK | Ensure chronyd is running | standalone 2025-11-23 07:32:22.493250 | fa163e80-6264-4ee4-5429-000000001909 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:09.819416 | 1.41s 2025-11-23 07:32:22.517744 | fa163e80-6264-4ee4-5429-00000000190a | TASK | Force chronyd restart 2025-11-23 07:32:23.023776 | fa163e80-6264-4ee4-5429-00000000190a | CHANGED | Force chronyd restart | standalone 2025-11-23 07:32:23.025551 | fa163e80-6264-4ee4-5429-00000000190a | TIMING | chrony : Force chronyd restart | standalone | 0:03:10.351718 | 0.51s 2025-11-23 07:32:23.053673 | fa163e80-6264-4ee4-5429-0000000016e8 | TASK | Enable online service 2025-11-23 07:32:23.081953 | fa163e80-6264-4ee4-5429-0000000016e8 | TIMING | chrony : Enable online service | standalone | 0:03:10.408116 | 0.03s 2025-11-23 07:32:23.099435 | 9f4f0c78-8df0-4814-8080-cfbd42ab1748 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-23 07:32:23.143650 | fa163e80-6264-4ee4-5429-0000000019b9 | TASK | Create chrony-online.service unit file 2025-11-23 07:32:23.584163 | fa163e80-6264-4ee4-5429-0000000019b9 | CHANGED | Create chrony-online.service unit file | standalone 2025-11-23 07:32:23.584927 | fa163e80-6264-4ee4-5429-0000000019b9 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:10.911106 | 0.44s 2025-11-23 07:32:23.601808 | fa163e80-6264-4ee4-5429-0000000019ba | TASK | Enable chrony-online.service 2025-11-23 07:32:24.476561 | fa163e80-6264-4ee4-5429-0000000019ba | CHANGED | Enable chrony-online.service | standalone 2025-11-23 07:32:24.477837 | fa163e80-6264-4ee4-5429-0000000019ba | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:11.804016 | 0.88s 2025-11-23 07:32:24.495315 | fa163e80-6264-4ee4-5429-0000000016e9 | TASK | Sync chronyc 2025-11-23 07:32:24.523939 | fa163e80-6264-4ee4-5429-0000000016e9 | TIMING | chrony : Sync chronyc | standalone | 0:03:11.850114 | 0.03s 2025-11-23 07:32:24.532147 | e140d24a-3765-4ecb-943f-3f99a261eb1b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-23 07:32:24.564081 | fa163e80-6264-4ee4-5429-000000001a5f | TASK | Force NTP sync 2025-11-23 07:32:24.794279 | fa163e80-6264-4ee4-5429-000000001a5f | CHANGED | Force NTP sync | standalone 2025-11-23 07:32:24.795769 | fa163e80-6264-4ee4-5429-000000001a5f | TIMING | chrony : Force NTP sync | standalone | 0:03:12.121938 | 0.23s 2025-11-23 07:32:24.820885 | fa163e80-6264-4ee4-5429-000000001a60 | TASK | Ensure system is NTP time synced 2025-11-23 07:32:35.032165 | fa163e80-6264-4ee4-5429-000000001a60 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-23 07:32:35.033056 | fa163e80-6264-4ee4-5429-000000001a60 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:22.359235 | 10.21s 2025-11-23 07:32:35.068474 | fa163e80-6264-4ee4-5429-000000000ba5 | TASK | Force NTP sync 2025-11-23 07:32:35.290656 | fa163e80-6264-4ee4-5429-000000000ba5 | CHANGED | Force NTP sync | standalone 2025-11-23 07:32:35.292016 | fa163e80-6264-4ee4-5429-000000000ba5 | TIMING | Force NTP sync | standalone | 0:03:22.618186 | 0.22s 2025-11-23 07:32:35.315944 | fa163e80-6264-4ee4-5429-000000000ba6 | TASK | Ensure system is NTP time synced 2025-11-23 07:32:35.547216 | fa163e80-6264-4ee4-5429-000000000ba6 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-23 07:32:35.548670 | fa163e80-6264-4ee4-5429-000000000ba6 | TIMING | Ensure system is NTP time synced | standalone | 0:03:22.874840 | 0.23s 2025-11-23 07:32:35.573528 | fa163e80-6264-4ee4-5429-000000000ba7 | TASK | Run timezone role 2025-11-23 07:32:35.601735 | fa163e80-6264-4ee4-5429-000000000ba7 | TIMING | Run timezone role | standalone | 0:03:22.927896 | 0.03s 2025-11-23 07:32:35.705218 | fa163e80-6264-4ee4-5429-000000001c18 | TASK | Set timezone 2025-11-23 07:32:36.252640 | fa163e80-6264-4ee4-5429-000000001c18 | OK | Set timezone | standalone 2025-11-23 07:32:36.253930 | fa163e80-6264-4ee4-5429-000000001c18 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:23.580098 | 0.55s 2025-11-23 07:32:36.278852 | fa163e80-6264-4ee4-5429-000000001c19 | TASK | Restart time services 2025-11-23 07:32:36.316623 | fa163e80-6264-4ee4-5429-000000001c19 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-23 07:32:36.321990 | fa163e80-6264-4ee4-5429-000000001c19 | SKIPPED | Restart time services | standalone | item=crond 2025-11-23 07:32:36.330471 | fa163e80-6264-4ee4-5429-000000001c19 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:23.656630 | 0.05s 2025-11-23 07:32:36.377514 | fa163e80-6264-4ee4-5429-000000000ba8 | TASK | install tmpwatch on the host 2025-11-23 07:32:39.350307 | fa163e80-6264-4ee4-5429-000000000ba8 | OK | install tmpwatch on the host | standalone 2025-11-23 07:32:39.352470 | fa163e80-6264-4ee4-5429-000000000ba8 | TIMING | install tmpwatch on the host | standalone | 0:03:26.678632 | 2.97s 2025-11-23 07:32:39.376683 | fa163e80-6264-4ee4-5429-000000000ba9 | TASK | Notice - ctlplane subnet is set 2025-11-23 07:32:39.408212 | fa163e80-6264-4ee4-5429-000000000ba9 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-23 07:32:39.409313 | fa163e80-6264-4ee4-5429-000000000ba9 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:26.735483 | 0.03s 2025-11-23 07:32:39.464910 | fa163e80-6264-4ee4-5429-000000000baa | TIMING | include_role : tuned | standalone | 0:03:26.791074 | 0.03s 2025-11-23 07:32:39.565600 | fa163e80-6264-4ee4-5429-000000001e3c | TASK | Gather variables for each operating system 2025-11-23 07:32:39.692175 | fa163e80-6264-4ee4-5429-000000001e3c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-23 07:32:39.694384 | fa163e80-6264-4ee4-5429-000000001e3c | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:27.020520 | 0.13s 2025-11-23 07:32:39.703970 | fa163e80-6264-4ee4-5429-000000001e3c | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:27.030143 | 0.14s 2025-11-23 07:32:39.769311 | fa163e80-6264-4ee4-5429-000000001e3d | TIMING | tuned : include_tasks | standalone | 0:03:27.095478 | 0.05s 2025-11-23 07:32:39.782377 | 63eeb396-419d-4ca2-9640-dfd2b7e71ea5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-23 07:32:39.808006 | fa163e80-6264-4ee4-5429-000000001f65 | TASK | Check tuned package is installed 2025-11-23 07:32:40.051016 | fa163e80-6264-4ee4-5429-000000001f65 | CHANGED | Check tuned package is installed | standalone 2025-11-23 07:32:40.052442 | fa163e80-6264-4ee4-5429-000000001f65 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:27.378611 | 0.24s 2025-11-23 07:32:40.077004 | fa163e80-6264-4ee4-5429-000000001f66 | TASK | Install tuned 2025-11-23 07:32:40.108117 | fa163e80-6264-4ee4-5429-000000001f66 | SKIPPED | Install tuned | standalone 2025-11-23 07:32:40.109530 | fa163e80-6264-4ee4-5429-000000001f66 | TIMING | tuned : Install tuned | standalone | 0:03:27.435697 | 0.03s 2025-11-23 07:32:40.134827 | fa163e80-6264-4ee4-5429-000000001f67 | TASK | Restart tuned 2025-11-23 07:32:40.164779 | fa163e80-6264-4ee4-5429-000000001f67 | SKIPPED | Restart tuned | standalone 2025-11-23 07:32:40.166083 | fa163e80-6264-4ee4-5429-000000001f67 | TIMING | tuned : Restart tuned | standalone | 0:03:27.492251 | 0.03s 2025-11-23 07:32:40.190288 | fa163e80-6264-4ee4-5429-000000001e3e | TASK | Check for tuned-adm 2025-11-23 07:32:40.416943 | fa163e80-6264-4ee4-5429-000000001e3e | OK | Check for tuned-adm | standalone 2025-11-23 07:32:40.418387 | fa163e80-6264-4ee4-5429-000000001e3e | TIMING | tuned : Check for tuned-adm | standalone | 0:03:27.744519 | 0.23s 2025-11-23 07:32:40.482984 | fa163e80-6264-4ee4-5429-000000001e3f | TIMING | tuned : include_tasks | standalone | 0:03:27.809142 | 0.04s 2025-11-23 07:32:40.509628 | cbf47ff0-3604-46b4-a048-c11a8bfb610a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-23 07:32:40.543105 | fa163e80-6264-4ee4-5429-000000001f92 | TASK | Ensure profile directory exists 2025-11-23 07:32:40.652366 | fa163e80-6264-4ee4-5429-000000001f92 | SKIPPED | Ensure profile directory exists | standalone 2025-11-23 07:32:40.653021 | fa163e80-6264-4ee4-5429-000000001f92 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:27.979201 | 0.11s 2025-11-23 07:32:40.669173 | fa163e80-6264-4ee4-5429-000000001f93 | TASK | Create custom tuned profile 2025-11-23 07:32:40.704791 | fa163e80-6264-4ee4-5429-000000001f93 | SKIPPED | Create custom tuned profile | standalone 2025-11-23 07:32:40.705521 | fa163e80-6264-4ee4-5429-000000001f93 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:28.031701 | 0.04s 2025-11-23 07:32:40.722054 | fa163e80-6264-4ee4-5429-000000001f94 | TASK | Check tuned active profile 2025-11-23 07:32:40.931942 | fa163e80-6264-4ee4-5429-000000001f94 | OK | Check tuned active profile | standalone 2025-11-23 07:32:40.933230 | fa163e80-6264-4ee4-5429-000000001f94 | TIMING | tuned : Check tuned active profile | standalone | 0:03:28.259400 | 0.21s 2025-11-23 07:32:40.961035 | fa163e80-6264-4ee4-5429-000000001f95 | TASK | Check Tuned Configuration file exists 2025-11-23 07:32:41.185171 | fa163e80-6264-4ee4-5429-000000001f95 | OK | Check Tuned Configuration file exists | standalone 2025-11-23 07:32:41.186524 | fa163e80-6264-4ee4-5429-000000001f95 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:28.512694 | 0.22s 2025-11-23 07:32:41.212992 | fa163e80-6264-4ee4-5429-000000001f96 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-23 07:32:41.277856 | fa163e80-6264-4ee4-5429-000000001f96 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-23 07:32:41.279367 | fa163e80-6264-4ee4-5429-000000001f96 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:28.605508 | 0.06s 2025-11-23 07:32:41.307025 | fa163e80-6264-4ee4-5429-000000001f97 | TASK | Configure isolated cores for profile throughput-performance 2025-11-23 07:32:41.378233 | fa163e80-6264-4ee4-5429-000000001f97 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-23 07:32:41.379564 | fa163e80-6264-4ee4-5429-000000001f97 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:28.705731 | 0.07s 2025-11-23 07:32:41.408275 | fa163e80-6264-4ee4-5429-000000001f98 | TASK | Enable tuned profile 2025-11-23 07:32:41.437806 | fa163e80-6264-4ee4-5429-000000001f98 | SKIPPED | Enable tuned profile | standalone 2025-11-23 07:32:41.439201 | fa163e80-6264-4ee4-5429-000000001f98 | TIMING | tuned : Enable tuned profile | standalone | 0:03:28.765366 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-23 07:32:41.589414 | fa163e80-6264-4ee4-5429-0000000000ac | TASK | Overcloud container setup tasks 2025-11-23 07:32:41.617286 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000ac') missing from stats 2025-11-23 07:32:41.636727 | fa163e80-6264-4ee4-5429-0000000000ad | TASK | Write config data 2025-11-23 07:32:41.697870 | fa163e80-6264-4ee4-5429-0000000000ad | TIMING | Write config data | standalone | 0:03:29.024039 | 0.06s 2025-11-23 07:32:41.725528 | 5f99799e-9114-4b13-8adb-ee24547ad9f1 | INCLUDED | /root/standalone-ansible-_4fp6s60/common_container_setup_tasks.yaml | standalone 2025-11-23 07:32:41.749135 | fa163e80-6264-4ee4-5429-000000001ff6 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-23 07:32:41.932329 | fa163e80-6264-4ee4-5429-000000001ff6 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-23 07:32:41.933759 | fa163e80-6264-4ee4-5429-000000001ff6 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:29.259927 | 0.18s 2025-11-23 07:32:41.958058 | fa163e80-6264-4ee4-5429-000000001ff7 | TASK | Create ContainerLogStdoutPath directory 2025-11-23 07:32:42.148614 | fa163e80-6264-4ee4-5429-000000001ff7 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-23 07:32:42.150502 | fa163e80-6264-4ee4-5429-000000001ff7 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:29.476668 | 0.19s 2025-11-23 07:32:42.178263 | fa163e80-6264-4ee4-5429-000000001ff8 | TASK | Create /var/lib/tripleo-config directory 2025-11-23 07:32:42.410521 | fa163e80-6264-4ee4-5429-000000001ff8 | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-23 07:32:42.411318 | fa163e80-6264-4ee4-5429-000000001ff8 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:29.737498 | 0.23s 2025-11-23 07:32:42.434615 | fa163e80-6264-4ee4-5429-000000001ff9 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-23 07:32:42.661186 | fa163e80-6264-4ee4-5429-000000001ff9 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-23 07:32:42.662362 | fa163e80-6264-4ee4-5429-000000001ff9 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:29.988512 | 0.23s 2025-11-23 07:32:42.681684 | fa163e80-6264-4ee4-5429-000000001ffa | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-23 07:32:42.904546 | fa163e80-6264-4ee4-5429-000000001ffa | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-23 07:32:42.905774 | fa163e80-6264-4ee4-5429-000000001ffa | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:30.231945 | 0.22s 2025-11-23 07:32:42.929735 | fa163e80-6264-4ee4-5429-000000001ffe | TASK | Create fcontext entry for container-config-scripts 2025-11-23 07:32:44.108276 | fa163e80-6264-4ee4-5429-000000001ffe | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-23 07:32:44.109319 | fa163e80-6264-4ee4-5429-000000001ffe | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:31.435495 | 1.18s 2025-11-23 07:32:44.128217 | fa163e80-6264-4ee4-5429-000000001fff | TASK | Create /var/lib/container-config-scripts 2025-11-23 07:32:44.354663 | fa163e80-6264-4ee4-5429-000000001fff | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-23 07:32:44.356152 | fa163e80-6264-4ee4-5429-000000001fff | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:31.682322 | 0.23s 2025-11-23 07:32:44.380511 | fa163e80-6264-4ee4-5429-000000002000 | TASK | Write container config scripts 2025-11-23 07:32:44.702324 | fa163e80-6264-4ee4-5429-000000002000 | CHANGED | Write container config scripts | standalone 2025-11-23 07:32:44.703208 | fa163e80-6264-4ee4-5429-000000002000 | TIMING | Write container config scripts | standalone | 0:03:32.029384 | 0.32s 2025-11-23 07:32:44.719899 | fa163e80-6264-4ee4-5429-000000002001 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-23 07:32:45.079728 | fa163e80-6264-4ee4-5429-000000002001 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-23 07:32:45.080509 | fa163e80-6264-4ee4-5429-000000002001 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:32.406687 | 0.36s 2025-11-23 07:32:45.097892 | fa163e80-6264-4ee4-5429-000000002002 | TASK | Generate startup configs files per step and per container 2025-11-23 07:32:45.666134 | fa163e80-6264-4ee4-5429-000000002002 | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-23 07:32:45.673898 | fa163e80-6264-4ee4-5429-000000002002 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:33.000065 | 0.58s 2025-11-23 07:32:45.710319 | fa163e80-6264-4ee4-5429-000000002003 | TASK | Create /var/lib/kolla/config_files directory 2025-11-23 07:32:45.942780 | fa163e80-6264-4ee4-5429-000000002003 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-23 07:32:45.944186 | fa163e80-6264-4ee4-5429-000000002003 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:33.270355 | 0.23s 2025-11-23 07:32:45.968190 | fa163e80-6264-4ee4-5429-000000002004 | TASK | Create /var/lib/config-data directory 2025-11-23 07:32:46.166210 | fa163e80-6264-4ee4-5429-000000002004 | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-23 07:32:46.167639 | fa163e80-6264-4ee4-5429-000000002004 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:33.493810 | 0.20s 2025-11-23 07:32:46.191535 | fa163e80-6264-4ee4-5429-000000002005 | TASK | Write container config json files 2025-11-23 07:32:46.663578 | fa163e80-6264-4ee4-5429-000000002005 | CHANGED | Write container config json files | standalone 2025-11-23 07:32:46.670021 | fa163e80-6264-4ee4-5429-000000002005 | TIMING | Write container config json files | standalone | 0:03:33.996189 | 0.48s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-23 07:32:46.829310 | fa163e80-6264-4ee4-5429-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-23 07:32:46.856768 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-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-23 07:32:46.902632 | fa163e80-6264-4ee4-5429-0000000000b2 | TIMING | include_tasks | standalone | 0:03:34.228797 | 0.03s 2025-11-23 07:32:46.928006 | c13bf855-016a-40be-acc1-e6f1b9db1355 | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-11-23 07:32:46.963067 | fa163e80-6264-4ee4-5429-000000002039 | TASK | Get undercloud FQDN 2025-11-23 07:32:47.023321 | fa163e80-6264-4ee4-5429-000000002039 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-000000002039') missing from stats 2025-11-23 07:32:47.085007 | fa163e80-6264-4ee4-5429-00000000203a | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:34.411177 | 0.04s 2025-11-23 07:32:47.153505 | fa163e80-6264-4ee4-5429-00000000205e | TASK | set main facts 2025-11-23 07:32:47.221980 | fa163e80-6264-4ee4-5429-00000000205e | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-00000000205e') missing from stats 2025-11-23 07:32:47.256449 | fa163e80-6264-4ee4-5429-00000000205f | TASK | get the default.conf file 2025-11-23 07:32:47.513889 | fa163e80-6264-4ee4-5429-00000000205f | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-00000000205f') missing from stats 2025-11-23 07:32:47.547913 | fa163e80-6264-4ee4-5429-000000002060 | TASK | set the principal 2025-11-23 07:32:47.630003 | fa163e80-6264-4ee4-5429-000000002060 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-000000002060') missing from stats 2025-11-23 07:32:47.663556 | fa163e80-6264-4ee4-5429-000000002062 | TASK | add new host with one-time password 2025-11-23 07:32:49.107120 | fa163e80-6264-4ee4-5429-000000002062 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-000000002062') missing from stats 2025-11-23 07:32:49.145840 | fa163e80-6264-4ee4-5429-000000002063 | TASK | set otp as a host fact 2025-11-23 07:32:49.184867 | fa163e80-6264-4ee4-5429-000000002063 | SKIPPED | set otp as a host fact | standalone 2025-11-23 07:32:49.186092 | fa163e80-6264-4ee4-5429-000000002063 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:36.512261 | 0.04s 2025-11-23 07:32:49.231009 | fa163e80-6264-4ee4-5429-000000002065 | TASK | add required services using custom module 2025-11-23 07:32:54.867366 | fa163e80-6264-4ee4-5429-000000002065 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e80-6264-4ee4-5429-000000002065') missing from stats 2025-11-23 07:32:54.935739 | fa163e80-6264-4ee4-5429-00000000203c | TASK | check if default.conf exists 2025-11-23 07:32:55.181730 | fa163e80-6264-4ee4-5429-00000000203c | OK | check if default.conf exists | standalone 2025-11-23 07:32:55.182591 | fa163e80-6264-4ee4-5429-00000000203c | TIMING | check if default.conf exists | standalone | 0:03:42.508770 | 0.25s 2025-11-23 07:32:55.198948 | fa163e80-6264-4ee4-5429-00000000203d | TASK | install openssl-perl 2025-11-23 07:32:55.223989 | fa163e80-6264-4ee4-5429-00000000203d | SKIPPED | install openssl-perl | standalone 2025-11-23 07:32:55.224567 | fa163e80-6264-4ee4-5429-00000000203d | TIMING | install openssl-perl | standalone | 0:03:42.550747 | 0.02s 2025-11-23 07:32:55.241074 | fa163e80-6264-4ee4-5429-00000000203e | TASK | register as an ipa client 2025-11-23 07:32:55.293729 | fa163e80-6264-4ee4-5429-00000000203e | SKIPPED | register as an ipa client | standalone 2025-11-23 07:32:55.295017 | fa163e80-6264-4ee4-5429-00000000203e | TIMING | register as an ipa client | standalone | 0:03:42.621188 | 0.05s 2025-11-23 07:32:55.319407 | fa163e80-6264-4ee4-5429-00000000203f | TASK | restart certmonger service 2025-11-23 07:32:55.349103 | fa163e80-6264-4ee4-5429-00000000203f | SKIPPED | restart certmonger service | standalone 2025-11-23 07:32:55.350079 | fa163e80-6264-4ee4-5429-00000000203f | TIMING | restart certmonger service | standalone | 0:03:42.676258 | 0.03s 2025-11-23 07:32:55.369962 | fa163e80-6264-4ee4-5429-000000002040 | TASK | set discovered ipa realm 2025-11-23 07:32:55.429991 | fa163e80-6264-4ee4-5429-000000002040 | OK | set discovered ipa realm | standalone 2025-11-23 07:32:55.430953 | fa163e80-6264-4ee4-5429-000000002040 | TIMING | set discovered ipa realm | standalone | 0:03:42.757129 | 0.06s PLAY [External deployment step 1] ********************************************** 2025-11-23 07:32:55.539818 | fa163e80-6264-4ee4-5429-0000000000b6 | TASK | External deployment step 1 2025-11-23 07:32:55.565247 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000b6') missing from stats 2025-11-23 07:32:55.607841 | fa163e80-6264-4ee4-5429-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:42.934015 | 0.03s 2025-11-23 07:32:55.633208 | 713e3e73-ba76-4653-8d4e-85010de5bc0c | INCLUDED | /root/standalone-ansible-_4fp6s60/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-23 07:32:55.652089 | fa163e80-6264-4ee4-5429-0000000020bb | TASK | Container image prepare 2025-11-23 07:32:56.700240 | fa163e80-6264-4ee4-5429-0000000020bb | CHANGED | Container image prepare | undercloud 2025-11-23 07:32:56.702396 | fa163e80-6264-4ee4-5429-0000000020bb | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:44.028566 | 1.05s 2025-11-23 07:32:56.793127 | fa163e80-6264-4ee4-5429-0000000020c2 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:44.119290 | 0.05s 2025-11-23 07:32:56.830788 | fa163e80-6264-4ee4-5429-0000000020e1 | TASK | get dns zones and entries to add 2025-11-23 07:32:56.894747 | fa163e80-6264-4ee4-5429-0000000020e1 | OK | get dns zones and entries to add | undercloud 2025-11-23 07:32:56.896458 | fa163e80-6264-4ee4-5429-0000000020e1 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:44.222624 | 0.06s 2025-11-23 07:32:56.976579 | fa163e80-6264-4ee4-5429-0000000020e2 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storagemgmt.ooo.test", "0.18.172.in-addr.arpa", "0.21.172.in-addr.arpa", "0.19.172.in-addr.arpa", "122.168.192.in-addr.arpa", "0.20.172.in-addr.arpa", "0.17.172.in-addr.arpa", "internalapi.ooo.test", "storage.ooo.test", "ctlplane.ooo.test", "tenant.ooo.test", "external.ooo.test", "ooo.test" ] } 2025-11-23 07:32:56.977799 | fa163e80-6264-4ee4-5429-0000000020e2 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:44.303971 | 0.06s 2025-11-23 07:32:57.056223 | fa163e80-6264-4ee4-5429-0000000020e3 | 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-23 07:32:57.057929 | fa163e80-6264-4ee4-5429-0000000020e3 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:44.384100 | 0.06s 2025-11-23 07:32:57.078115 | fa163e80-6264-4ee4-5429-0000000020e4 | TASK | add dns zones and records 2025-11-23 07:33:00.335293 | fa163e80-6264-4ee4-5429-0000000020e4 | CHANGED | add dns zones and records | undercloud 2025-11-23 07:33:00.337140 | fa163e80-6264-4ee4-5429-0000000020e4 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:47.663308 | 3.26s 2025-11-23 07:33:00.372800 | fa163e80-6264-4ee4-5429-0000000020c4 | TASK | Create /etc/openstack directory if it does not exist 2025-11-23 07:33:00.627189 | fa163e80-6264-4ee4-5429-0000000020c4 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-23 07:33:00.628679 | fa163e80-6264-4ee4-5429-0000000020c4 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:47.954847 | 0.25s 2025-11-23 07:33:00.647608 | fa163e80-6264-4ee4-5429-0000000020c5 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-23 07:33:00.700707 | fa163e80-6264-4ee4-5429-0000000020c5 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:48.026867 | 0.05s 2025-11-23 07:33:00.746143 | fa163e80-6264-4ee4-5429-000000002116 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-23 07:33:00.998550 | fa163e80-6264-4ee4-5429-000000002116 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-23 07:33:00.999899 | fa163e80-6264-4ee4-5429-000000002116 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:48.326068 | 0.25s 2025-11-23 07:33:01.044718 | fa163e80-6264-4ee4-5429-000000002117 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-23 07:33:01.510209 | fa163e80-6264-4ee4-5429-000000002117 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-23 07:33:01.511912 | fa163e80-6264-4ee4-5429-000000002117 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:48.838078 | 0.47s 2025-11-23 07:33:01.531832 | fa163e80-6264-4ee4-5429-000000002118 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-23 07:33:01.582836 | fa163e80-6264-4ee4-5429-000000002118 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:48.909000 | 0.05s 2025-11-23 07:33:01.628926 | fa163e80-6264-4ee4-5429-000000002152 | TASK | Check for a configured destination 2025-11-23 07:33:01.689731 | fa163e80-6264-4ee4-5429-000000002152 | SKIPPED | Check for a configured destination | undercloud 2025-11-23 07:33:01.691021 | fa163e80-6264-4ee4-5429-000000002152 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:49.017188 | 0.06s 2025-11-23 07:33:01.727810 | fa163e80-6264-4ee4-5429-000000002153 | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-23 07:33:02.184654 | fa163e80-6264-4ee4-5429-000000002153 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-23 07:33:02.186093 | fa163e80-6264-4ee4-5429-000000002153 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:49.512263 | 0.46s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-23 07:33:02.349599 | fa163e80-6264-4ee4-5429-0000000000ba | TASK | Deploy step tasks for 1 2025-11-23 07:33:02.380653 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000ba') missing from stats 2025-11-23 07:33:02.399576 | fa163e80-6264-4ee4-5429-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-23 07:33:02.882506 | fa163e80-6264-4ee4-5429-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-23 07:33:02.883890 | fa163e80-6264-4ee4-5429-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:50.210061 | 0.48s 2025-11-23 07:33:02.907861 | fa163e80-6264-4ee4-5429-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-23 07:33:03.129240 | fa163e80-6264-4ee4-5429-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-23 07:33:03.130641 | fa163e80-6264-4ee4-5429-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:50.456813 | 0.22s 2025-11-23 07:33:03.155469 | fa163e80-6264-4ee4-5429-0000000000be | TASK | Write config data at the start of step 1 2025-11-23 07:33:03.232236 | fa163e80-6264-4ee4-5429-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:50.558397 | 0.08s 2025-11-23 07:33:03.276467 | 083bf8fd-39ed-4d21-aeeb-4aa922ebe3ed | INCLUDED | /root/standalone-ansible-_4fp6s60/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-23 07:33:03.300094 | fa163e80-6264-4ee4-5429-000000002191 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-23 07:33:03.330018 | fa163e80-6264-4ee4-5429-000000002191 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-23 07:33:03.330809 | fa163e80-6264-4ee4-5429-000000002191 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:50.656985 | 0.03s 2025-11-23 07:33:03.349624 | fa163e80-6264-4ee4-5429-000000002192 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-23 07:33:03.379968 | fa163e80-6264-4ee4-5429-000000002192 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-23 07:33:03.380714 | fa163e80-6264-4ee4-5429-000000002192 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:50.706891 | 0.03s 2025-11-23 07:33:03.399274 | fa163e80-6264-4ee4-5429-000000002193 | TASK | Write the puppet step_config manifest 2025-11-23 07:33:03.906480 | fa163e80-6264-4ee4-5429-000000002193 | CHANGED | Write the puppet step_config manifest | standalone 2025-11-23 07:33:03.907738 | fa163e80-6264-4ee4-5429-000000002193 | TIMING | Write the puppet step_config manifest | standalone | 0:03:51.233909 | 0.51s 2025-11-23 07:33:03.930475 | fa163e80-6264-4ee4-5429-000000002194 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-23 07:33:03.960045 | fa163e80-6264-4ee4-5429-000000002194 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-23 07:33:03.961144 | fa163e80-6264-4ee4-5429-000000002194 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:51.287315 | 0.03s 2025-11-23 07:33:03.984810 | fa163e80-6264-4ee4-5429-000000002195 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-23 07:33:04.013667 | fa163e80-6264-4ee4-5429-000000002195 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-23 07:33:04.014744 | fa163e80-6264-4ee4-5429-000000002195 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:51.340914 | 0.03s 2025-11-23 07:33:04.038213 | fa163e80-6264-4ee4-5429-000000002196 | TASK | Create /var/lib/container-puppet 2025-11-23 07:33:04.269504 | fa163e80-6264-4ee4-5429-000000002196 | OK | Create /var/lib/container-puppet | standalone 2025-11-23 07:33:04.270931 | fa163e80-6264-4ee4-5429-000000002196 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:51.597100 | 0.23s 2025-11-23 07:33:04.295131 | fa163e80-6264-4ee4-5429-000000002197 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-23 07:33:04.324742 | fa163e80-6264-4ee4-5429-000000002197 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-23 07:33:04.326016 | fa163e80-6264-4ee4-5429-000000002197 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:51.652186 | 0.03s 2025-11-23 07:33:04.349692 | fa163e80-6264-4ee4-5429-000000002198 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-23 07:33:04.377632 | fa163e80-6264-4ee4-5429-000000002198 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-23 07:33:04.378956 | fa163e80-6264-4ee4-5429-000000002198 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:51.705125 | 0.03s 2025-11-23 07:33:04.402222 | fa163e80-6264-4ee4-5429-000000002199 | TASK | Write container-puppet.json file 2025-11-23 07:33:04.964009 | fa163e80-6264-4ee4-5429-000000002199 | CHANGED | Write container-puppet.json file | standalone 2025-11-23 07:33:04.965175 | fa163e80-6264-4ee4-5429-000000002199 | TIMING | Write container-puppet.json file | standalone | 0:03:52.291347 | 0.56s 2025-11-23 07:33:04.989902 | fa163e80-6264-4ee4-5429-00000000219a | TASK | Diff container-puppet.json changes for check mode 2025-11-23 07:33:05.019481 | fa163e80-6264-4ee4-5429-00000000219a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-23 07:33:05.020592 | fa163e80-6264-4ee4-5429-00000000219a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:52.346763 | 0.03s 2025-11-23 07:33:05.043640 | fa163e80-6264-4ee4-5429-00000000219b | TASK | Diff container-puppet.json changes for check mode 2025-11-23 07:33:05.072272 | fa163e80-6264-4ee4-5429-00000000219b | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-23 07:33:05.073372 | fa163e80-6264-4ee4-5429-00000000219b | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:52.399515 | 0.03s 2025-11-23 07:33:05.096519 | fa163e80-6264-4ee4-5429-00000000219c | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-23 07:33:05.486709 | fa163e80-6264-4ee4-5429-00000000219c | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-23 07:33:05.488051 | fa163e80-6264-4ee4-5429-00000000219c | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:52.814221 | 0.39s 2025-11-23 07:33:05.513141 | fa163e80-6264-4ee4-5429-00000000219d | TASK | Set host puppet debugging fact string 2025-11-23 07:33:05.542471 | fa163e80-6264-4ee4-5429-00000000219d | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-23 07:33:05.543716 | fa163e80-6264-4ee4-5429-00000000219d | TIMING | Set host puppet debugging fact string | standalone | 0:03:52.869886 | 0.03s 2025-11-23 07:33:05.566968 | fa163e80-6264-4ee4-5429-00000000219e | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-23 07:33:05.596010 | fa163e80-6264-4ee4-5429-00000000219e | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-23 07:33:05.597106 | fa163e80-6264-4ee4-5429-00000000219e | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:52.923278 | 0.03s 2025-11-23 07:33:05.620181 | fa163e80-6264-4ee4-5429-00000000219f | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-23 07:33:05.649535 | fa163e80-6264-4ee4-5429-00000000219f | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-23 07:33:05.650666 | fa163e80-6264-4ee4-5429-00000000219f | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:52.976837 | 0.03s 2025-11-23 07:33:05.676659 | fa163e80-6264-4ee4-5429-0000000021a0 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-23 07:33:05.709679 | fa163e80-6264-4ee4-5429-0000000021a0 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-23 07:33:05.711173 | fa163e80-6264-4ee4-5429-0000000021a0 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:53.037342 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:33:05.778309 | fa163e80-6264-4ee4-5429-0000000000c0 | TIMING | include_tasks | standalone | 0:03:53.104471 | 0.04s 2025-11-23 07:33:05.897539 | 9c592316-3e8d-46bd-8112-cff0dad7296b | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-23 07:33:05.940918 | fa163e80-6264-4ee4-5429-0000000021cb | TASK | Create dirs for certificates and keys 2025-11-23 07:33:06.227158 | fa163e80-6264-4ee4-5429-0000000021cb | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-23 07:33:06.228882 | fa163e80-6264-4ee4-5429-0000000021cb | TIMING | Create dirs for certificates and keys | standalone | 0:03:53.555058 | 0.29s 2025-11-23 07:33:06.474850 | fa163e80-6264-4ee4-5429-0000000021cb | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-23 07:33:06.476681 | fa163e80-6264-4ee4-5429-0000000021cb | TIMING | Create dirs for certificates and keys | standalone | 0:03:53.802855 | 0.54s 2025-11-23 07:33:06.487497 | fa163e80-6264-4ee4-5429-0000000021cb | TIMING | Create dirs for certificates and keys | standalone | 0:03:53.813673 | 0.55s 2025-11-23 07:33:06.566144 | fa163e80-6264-4ee4-5429-0000000021cc | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:53.892297 | 0.05s 2025-11-23 07:33:06.634371 | fa163e80-6264-4ee4-5429-0000000022c7 | TASK | Set version specific variables 2025-11-23 07:33:06.683542 | fa163e80-6264-4ee4-5429-0000000022c7 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:03:54.009696 | 0.05s 2025-11-23 07:33:06.702864 | bc84e953-1637-4f7d-85c4-e79ffaa51ca0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:33:06.732540 | fa163e80-6264-4ee4-5429-0000000022fa | TASK | Ensure ansible_facts used by role 2025-11-23 07:33:07.118419 | fa163e80-6264-4ee4-5429-0000000022fa | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:33:07.119954 | fa163e80-6264-4ee4-5429-0000000022fa | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:03:54.446125 | 0.39s 2025-11-23 07:33:07.145617 | fa163e80-6264-4ee4-5429-0000000022fb | TASK | Set platform/version specific variables 2025-11-23 07:33:07.234737 | fa163e80-6264-4ee4-5429-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:33:07.264708 | fa163e80-6264-4ee4-5429-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:33:07.291288 | fa163e80-6264-4ee4-5429-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:33:07.314156 | fa163e80-6264-4ee4-5429-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:33:07.326113 | fa163e80-6264-4ee4-5429-0000000022fb | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:03:54.652269 | 0.18s 2025-11-23 07:33:07.350384 | fa163e80-6264-4ee4-5429-0000000022c8 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:33:10.359957 | fa163e80-6264-4ee4-5429-0000000022c8 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:33:10.361410 | fa163e80-6264-4ee4-5429-0000000022c8 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:03:57.687573 | 3.01s 2025-11-23 07:33:10.385733 | fa163e80-6264-4ee4-5429-0000000022ca | TASK | Ensure provider packages are installed 2025-11-23 07:33:13.833122 | fa163e80-6264-4ee4-5429-0000000022ca | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:01.159279 | 3.45s 2025-11-23 07:33:13.839785 | fa163e80-6264-4ee4-5429-0000000022ca | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:01.165952 | 3.45s 2025-11-23 07:33:13.864699 | fa163e80-6264-4ee4-5429-0000000022cc | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:33:14.177528 | fa163e80-6264-4ee4-5429-0000000022cc | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:33:14.179016 | fa163e80-6264-4ee4-5429-0000000022cc | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:01.505186 | 0.31s 2025-11-23 07:33:14.185073 | fa163e80-6264-4ee4-5429-0000000022cc | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:01.511241 | 0.32s 2025-11-23 07:33:14.210386 | fa163e80-6264-4ee4-5429-0000000022ce | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:33:14.494663 | fa163e80-6264-4ee4-5429-0000000022ce | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:33:14.496066 | fa163e80-6264-4ee4-5429-0000000022ce | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:01.822236 | 0.28s 2025-11-23 07:33:14.502245 | fa163e80-6264-4ee4-5429-0000000022ce | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:01.828410 | 0.29s 2025-11-23 07:33:14.527829 | fa163e80-6264-4ee4-5429-0000000022d0 | TASK | Ensure provider service is running 2025-11-23 07:33:15.337488 | fa163e80-6264-4ee4-5429-0000000022d0 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:33:15.340163 | fa163e80-6264-4ee4-5429-0000000022d0 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:02.666332 | 0.81s 2025-11-23 07:33:15.350503 | fa163e80-6264-4ee4-5429-0000000022d0 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:02.676674 | 0.82s 2025-11-23 07:33:15.371374 | fa163e80-6264-4ee4-5429-0000000022d3 | TASK | Ensure certificate requests 2025-11-23 07:33:17.367066 | fa163e80-6264-4ee4-5429-0000000022d3 | 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-23 07:33:17.368300 | fa163e80-6264-4ee4-5429-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:04.694478 | 2.00s 2025-11-23 07:33:18.983366 | fa163e80-6264-4ee4-5429-0000000022d3 | 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-23 07:33:18.984412 | fa163e80-6264-4ee4-5429-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:06.310590 | 3.61s 2025-11-23 07:33:20.541428 | fa163e80-6264-4ee4-5429-0000000022d3 | 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-23 07:33:20.543563 | fa163e80-6264-4ee4-5429-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:07.869735 | 5.17s 2025-11-23 07:33:21.985810 | fa163e80-6264-4ee4-5429-0000000022d3 | 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-23 07:33:21.988098 | fa163e80-6264-4ee4-5429-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:09.314265 | 6.62s 2025-11-23 07:33:23.448242 | fa163e80-6264-4ee4-5429-0000000022d3 | 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-23 07:33:23.450869 | fa163e80-6264-4ee4-5429-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:10.777044 | 8.08s 2025-11-23 07:33:23.464119 | fa163e80-6264-4ee4-5429-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:10.790282 | 8.09s 2025-11-23 07:33:23.515283 | fa163e80-6264-4ee4-5429-0000000021d3 | TASK | Fail if container image is undefined 2025-11-23 07:33:23.563302 | fa163e80-6264-4ee4-5429-0000000021d3 | SKIPPED | Fail if container image is undefined | standalone 2025-11-23 07:33:23.564004 | fa163e80-6264-4ee4-5429-0000000021d3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.890183 | 0.05s 2025-11-23 07:33:23.588049 | fa163e80-6264-4ee4-5429-0000000021d4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-23 07:33:37.622824 | fa163e80-6264-4ee4-5429-0000000021d4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-23 07:33:37.625920 | fa163e80-6264-4ee4-5429-0000000021d4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:24.952090 | 14.04s 2025-11-23 07:33:37.683889 | fa163e80-6264-4ee4-5429-0000000021d5 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-23 07:33:38.036619 | fa163e80-6264-4ee4-5429-0000000021d5 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-23 07:33:38.038062 | fa163e80-6264-4ee4-5429-0000000021d5 | 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:04:25.364231 | 0.35s 2025-11-23 07:33:38.086457 | fa163e80-6264-4ee4-5429-0000000021e4 | TASK | Fail if container image is undefined 2025-11-23 07:33:38.151405 | fa163e80-6264-4ee4-5429-0000000021e4 | SKIPPED | Fail if container image is undefined | standalone 2025-11-23 07:33:38.152852 | fa163e80-6264-4ee4-5429-0000000021e4 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.479021 | 0.06s 2025-11-23 07:33:38.194770 | fa163e80-6264-4ee4-5429-0000000021e5 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-23 07:33:46.460498 | fa163e80-6264-4ee4-5429-0000000021e5 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-23 07:33:46.461448 | fa163e80-6264-4ee4-5429-0000000021e5 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:33.787624 | 8.27s 2025-11-23 07:33:46.501724 | fa163e80-6264-4ee4-5429-0000000021e6 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-23 07:33:46.817608 | fa163e80-6264-4ee4-5429-0000000021e6 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-23 07:33:46.818434 | fa163e80-6264-4ee4-5429-0000000021e6 | 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:04:34.144614 | 0.32s 2025-11-23 07:33:46.851589 | fa163e80-6264-4ee4-5429-0000000021f1 | TASK | Check if rsyslog exists 2025-11-23 07:33:47.119179 | fa163e80-6264-4ee4-5429-0000000021f1 | CHANGED | Check if rsyslog exists | standalone 2025-11-23 07:33:47.120039 | fa163e80-6264-4ee4-5429-0000000021f1 | TIMING | Check if rsyslog exists | standalone | 0:04:34.446218 | 0.27s 2025-11-23 07:33:47.137193 | fa163e80-6264-4ee4-5429-0000000021f3 | TASK | Forward logging to haproxy.log file 2025-11-23 07:33:47.399536 | fa163e80-6264-4ee4-5429-0000000021f3 | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-23 07:33:47.400946 | fa163e80-6264-4ee4-5429-0000000021f3 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:34.727116 | 0.26s 2025-11-23 07:33:47.433298 | fa163e80-6264-4ee4-5429-0000000021f4 | TASK | restart rsyslog service after logging conf change 2025-11-23 07:33:48.190524 | fa163e80-6264-4ee4-5429-0000000021f4 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-23 07:33:48.192527 | fa163e80-6264-4ee4-5429-0000000021f4 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:35.518696 | 0.76s 2025-11-23 07:33:48.218551 | fa163e80-6264-4ee4-5429-0000000021fb | TASK | Fail if container image is undefined 2025-11-23 07:33:48.280908 | fa163e80-6264-4ee4-5429-0000000021fb | SKIPPED | Fail if container image is undefined | standalone 2025-11-23 07:33:48.282274 | fa163e80-6264-4ee4-5429-0000000021fb | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:35.608437 | 0.06s 2025-11-23 07:33:48.324681 | fa163e80-6264-4ee4-5429-0000000021fc | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-23 07:33:53.416190 | fa163e80-6264-4ee4-5429-0000000021fc | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-23 07:33:53.417706 | fa163e80-6264-4ee4-5429-0000000021fc | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:40.743876 | 5.09s 2025-11-23 07:33:53.471501 | fa163e80-6264-4ee4-5429-0000000021fd | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-23 07:33:53.837108 | fa163e80-6264-4ee4-5429-0000000021fd | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-23 07:33:53.838417 | fa163e80-6264-4ee4-5429-0000000021fd | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:41.164586 | 0.37s 2025-11-23 07:33:53.884834 | fa163e80-6264-4ee4-5429-000000002208 | TASK | make sure certmonger is installed 2025-11-23 07:33:56.819062 | fa163e80-6264-4ee4-5429-000000002208 | OK | make sure certmonger is installed | standalone 2025-11-23 07:33:56.820370 | fa163e80-6264-4ee4-5429-000000002208 | TIMING | make sure certmonger is installed | standalone | 0:04:44.146507 | 2.93s 2025-11-23 07:33:56.844421 | fa163e80-6264-4ee4-5429-000000002209 | TASK | make sure certmonger service is started 2025-11-23 07:33:57.223939 | fa163e80-6264-4ee4-5429-000000002209 | OK | make sure certmonger service is started | standalone 2025-11-23 07:33:57.225172 | fa163e80-6264-4ee4-5429-000000002209 | TIMING | make sure certmonger service is started | standalone | 0:04:44.551348 | 0.38s 2025-11-23 07:33:57.247652 | fa163e80-6264-4ee4-5429-00000000220a | TASK | Create dirs for certificates and keys 2025-11-23 07:33:57.505076 | fa163e80-6264-4ee4-5429-00000000220a | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-23 07:33:57.506812 | fa163e80-6264-4ee4-5429-00000000220a | TIMING | Create dirs for certificates and keys | standalone | 0:04:44.832973 | 0.26s 2025-11-23 07:33:57.698398 | fa163e80-6264-4ee4-5429-00000000220a | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-23 07:33:57.699305 | fa163e80-6264-4ee4-5429-00000000220a | TIMING | Create dirs for certificates and keys | standalone | 0:04:45.025482 | 0.45s 2025-11-23 07:33:57.711570 | fa163e80-6264-4ee4-5429-00000000220a | TIMING | Create dirs for certificates and keys | standalone | 0:04:45.037739 | 0.46s 2025-11-23 07:33:57.729063 | fa163e80-6264-4ee4-5429-00000000220b | TASK | Extract and trust certmonger's local CA 2025-11-23 07:33:58.905714 | fa163e80-6264-4ee4-5429-00000000220b | CHANGED | Extract and trust certmonger's local CA | standalone 2025-11-23 07:33:58.906569 | fa163e80-6264-4ee4-5429-00000000220b | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:46.232749 | 1.18s 2025-11-23 07:33:58.970951 | fa163e80-6264-4ee4-5429-00000000220c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:46.297112 | 0.04s 2025-11-23 07:33:59.037654 | fa163e80-6264-4ee4-5429-00000000237b | TASK | Set version specific variables 2025-11-23 07:33:59.084928 | fa163e80-6264-4ee4-5429-00000000237b | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:46.411098 | 0.05s 2025-11-23 07:33:59.096096 | 019faaa8-a4d9-4bb3-9db0-3587883339e8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:33:59.118252 | fa163e80-6264-4ee4-5429-0000000023ba | TASK | Ensure ansible_facts used by role 2025-11-23 07:33:59.503657 | fa163e80-6264-4ee4-5429-0000000023ba | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:33:59.505543 | fa163e80-6264-4ee4-5429-0000000023ba | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:46.831711 | 0.39s 2025-11-23 07:33:59.533517 | fa163e80-6264-4ee4-5429-0000000023bb | TASK | Set platform/version specific variables 2025-11-23 07:33:59.607409 | fa163e80-6264-4ee4-5429-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:33:59.624735 | fa163e80-6264-4ee4-5429-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:33:59.642613 | fa163e80-6264-4ee4-5429-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:33:59.656814 | fa163e80-6264-4ee4-5429-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:33:59.668858 | fa163e80-6264-4ee4-5429-0000000023bb | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:46.995020 | 0.13s 2025-11-23 07:33:59.695430 | fa163e80-6264-4ee4-5429-00000000237c | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:34:02.669511 | fa163e80-6264-4ee4-5429-00000000237c | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:34:02.671005 | fa163e80-6264-4ee4-5429-00000000237c | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:49.997176 | 2.97s 2025-11-23 07:34:02.695222 | fa163e80-6264-4ee4-5429-00000000237e | TASK | Ensure provider packages are installed 2025-11-23 07:34:05.661888 | fa163e80-6264-4ee4-5429-00000000237e | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:52.988046 | 2.97s 2025-11-23 07:34:05.668370 | fa163e80-6264-4ee4-5429-00000000237e | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:52.994512 | 2.97s 2025-11-23 07:34:05.693530 | fa163e80-6264-4ee4-5429-000000002380 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:34:06.009673 | fa163e80-6264-4ee4-5429-000000002380 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:06.011856 | fa163e80-6264-4ee4-5429-000000002380 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:53.338020 | 0.32s 2025-11-23 07:34:06.021928 | fa163e80-6264-4ee4-5429-000000002380 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:53.348097 | 0.33s 2025-11-23 07:34:06.047000 | fa163e80-6264-4ee4-5429-000000002382 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:34:06.358462 | fa163e80-6264-4ee4-5429-000000002382 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:06.359946 | fa163e80-6264-4ee4-5429-000000002382 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:53.686113 | 0.31s 2025-11-23 07:34:06.366332 | fa163e80-6264-4ee4-5429-000000002382 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:53.692502 | 0.32s 2025-11-23 07:34:06.391072 | fa163e80-6264-4ee4-5429-000000002384 | TASK | Ensure provider service is running 2025-11-23 07:34:06.818115 | fa163e80-6264-4ee4-5429-000000002384 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:34:06.820738 | fa163e80-6264-4ee4-5429-000000002384 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:54.146906 | 0.43s 2025-11-23 07:34:06.831408 | fa163e80-6264-4ee4-5429-000000002384 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:54.157573 | 0.44s 2025-11-23 07:34:06.858872 | fa163e80-6264-4ee4-5429-000000002387 | TASK | Ensure certificate requests 2025-11-23 07:34:08.913973 | fa163e80-6264-4ee4-5429-000000002387 | 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-23 07:34:08.916640 | fa163e80-6264-4ee4-5429-000000002387 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:56.242799 | 2.06s 2025-11-23 07:34:08.926895 | fa163e80-6264-4ee4-5429-000000002387 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:56.253063 | 2.07s 2025-11-23 07:34:08.968146 | fa163e80-6264-4ee4-5429-00000000220e | TASK | Create dirs for certificates and keys 2025-11-23 07:34:09.235232 | fa163e80-6264-4ee4-5429-00000000220e | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-23 07:34:09.237561 | fa163e80-6264-4ee4-5429-00000000220e | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.563740 | 0.27s 2025-11-23 07:34:09.903331 | fa163e80-6264-4ee4-5429-00000000220e | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-23 07:34:09.964827 | fa163e80-6264-4ee4-5429-00000000220e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.290975 | 1.00s 2025-11-23 07:34:09.971823 | fa163e80-6264-4ee4-5429-00000000220e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.297991 | 1.00s 2025-11-23 07:34:10.048061 | fa163e80-6264-4ee4-5429-00000000220f | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.374217 | 0.05s 2025-11-23 07:34:10.113365 | fa163e80-6264-4ee4-5429-000000002409 | TASK | Set version specific variables 2025-11-23 07:34:10.163842 | fa163e80-6264-4ee4-5429-000000002409 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:57.490001 | 0.05s 2025-11-23 07:34:10.181744 | 3c2aec27-5c1f-4df5-af3a-f28be0bbc765 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:34:10.210124 | fa163e80-6264-4ee4-5429-00000000243c | TASK | Ensure ansible_facts used by role 2025-11-23 07:34:10.591877 | fa163e80-6264-4ee4-5429-00000000243c | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:34:10.593408 | fa163e80-6264-4ee4-5429-00000000243c | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:57.919580 | 0.38s 2025-11-23 07:34:10.618094 | fa163e80-6264-4ee4-5429-00000000243d | TASK | Set platform/version specific variables 2025-11-23 07:34:10.692254 | fa163e80-6264-4ee4-5429-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:34:10.711411 | fa163e80-6264-4ee4-5429-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:34:10.730761 | fa163e80-6264-4ee4-5429-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:34:10.745929 | fa163e80-6264-4ee4-5429-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:34:10.757793 | fa163e80-6264-4ee4-5429-00000000243d | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:58.083933 | 0.14s 2025-11-23 07:34:10.783374 | fa163e80-6264-4ee4-5429-00000000240a | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:34:13.893382 | fa163e80-6264-4ee4-5429-00000000240a | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:34:13.894814 | fa163e80-6264-4ee4-5429-00000000240a | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:01.220984 | 3.11s 2025-11-23 07:34:13.919306 | fa163e80-6264-4ee4-5429-00000000240c | TASK | Ensure provider packages are installed 2025-11-23 07:34:16.972369 | fa163e80-6264-4ee4-5429-00000000240c | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:04.298514 | 3.05s 2025-11-23 07:34:16.978471 | fa163e80-6264-4ee4-5429-00000000240c | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:04.304627 | 3.06s 2025-11-23 07:34:17.006528 | fa163e80-6264-4ee4-5429-00000000240e | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:34:17.290460 | fa163e80-6264-4ee4-5429-00000000240e | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:17.292077 | fa163e80-6264-4ee4-5429-00000000240e | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:04.618241 | 0.28s 2025-11-23 07:34:17.298518 | fa163e80-6264-4ee4-5429-00000000240e | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:04.624681 | 0.29s 2025-11-23 07:34:17.325638 | fa163e80-6264-4ee4-5429-000000002410 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:34:17.574603 | fa163e80-6264-4ee4-5429-000000002410 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:17.577054 | fa163e80-6264-4ee4-5429-000000002410 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:04.903220 | 0.25s 2025-11-23 07:34:17.587921 | fa163e80-6264-4ee4-5429-000000002410 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:04.914088 | 0.26s 2025-11-23 07:34:17.614356 | fa163e80-6264-4ee4-5429-000000002412 | TASK | Ensure provider service is running 2025-11-23 07:34:17.978788 | fa163e80-6264-4ee4-5429-000000002412 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:34:17.980746 | fa163e80-6264-4ee4-5429-000000002412 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:05.306912 | 0.36s 2025-11-23 07:34:17.994815 | fa163e80-6264-4ee4-5429-000000002412 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:05.320988 | 0.38s 2025-11-23 07:34:18.015742 | fa163e80-6264-4ee4-5429-000000002415 | TASK | Ensure certificate requests 2025-11-23 07:34:19.796684 | fa163e80-6264-4ee4-5429-000000002415 | 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-23 07:34:19.797859 | fa163e80-6264-4ee4-5429-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:07.124035 | 1.78s 2025-11-23 07:34:21.489638 | fa163e80-6264-4ee4-5429-000000002415 | 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-23 07:34:21.492138 | fa163e80-6264-4ee4-5429-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:08.818305 | 3.48s 2025-11-23 07:34:23.479746 | fa163e80-6264-4ee4-5429-000000002415 | 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-23 07:34:23.481973 | fa163e80-6264-4ee4-5429-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:10.808146 | 5.47s 2025-11-23 07:34:25.594588 | fa163e80-6264-4ee4-5429-000000002415 | 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-23 07:34:25.597078 | fa163e80-6264-4ee4-5429-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.923250 | 7.58s 2025-11-23 07:34:25.608545 | fa163e80-6264-4ee4-5429-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.934721 | 7.59s 2025-11-23 07:34:25.658369 | fa163e80-6264-4ee4-5429-000000002211 | TASK | Run lvmfilter role 2025-11-23 07:34:25.712222 | fa163e80-6264-4ee4-5429-000000002211 | TIMING | Run lvmfilter role | standalone | 0:05:13.038374 | 0.05s 2025-11-23 07:34:25.785162 | fa163e80-6264-4ee4-5429-0000000024a9 | TASK | Check if lvm2 is installed 2025-11-23 07:34:26.048323 | fa163e80-6264-4ee4-5429-0000000024a9 | CHANGED | Check if lvm2 is installed | standalone 2025-11-23 07:34:26.050037 | fa163e80-6264-4ee4-5429-0000000024a9 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:13.376204 | 0.26s 2025-11-23 07:34:26.075481 | fa163e80-6264-4ee4-5429-0000000024ab | TASK | collect ansible devices 2025-11-23 07:34:26.127497 | fa163e80-6264-4ee4-5429-0000000024ab | SKIPPED | collect ansible devices | standalone 2025-11-23 07:34:26.128795 | fa163e80-6264-4ee4-5429-0000000024ab | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:13.454964 | 0.05s 2025-11-23 07:34:26.153821 | fa163e80-6264-4ee4-5429-0000000024ac | TASK | collect in-use lvm2 devices list 2025-11-23 07:34:26.185498 | fa163e80-6264-4ee4-5429-0000000024ac | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-23 07:34:26.186768 | fa163e80-6264-4ee4-5429-0000000024ac | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:13.512937 | 0.03s 2025-11-23 07:34:26.211146 | fa163e80-6264-4ee4-5429-0000000024ad | TASK | set allowed_devices 2025-11-23 07:34:26.241641 | fa163e80-6264-4ee4-5429-0000000024ad | SKIPPED | set allowed_devices | standalone 2025-11-23 07:34:26.242739 | fa163e80-6264-4ee4-5429-0000000024ad | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:13.568910 | 0.03s 2025-11-23 07:34:26.267842 | fa163e80-6264-4ee4-5429-0000000024ae | TASK | build lvm2 allow list 2025-11-23 07:34:26.317788 | fa163e80-6264-4ee4-5429-0000000024ae | SKIPPED | build lvm2 allow list | standalone 2025-11-23 07:34:26.319259 | fa163e80-6264-4ee4-5429-0000000024ae | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:13.645427 | 0.05s 2025-11-23 07:34:26.343788 | fa163e80-6264-4ee4-5429-0000000024af | TASK | build lvm2 deny list 2025-11-23 07:34:26.394075 | fa163e80-6264-4ee4-5429-0000000024af | SKIPPED | build lvm2 deny list | standalone 2025-11-23 07:34:26.395602 | fa163e80-6264-4ee4-5429-0000000024af | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:13.721769 | 0.05s 2025-11-23 07:34:26.420910 | fa163e80-6264-4ee4-5429-0000000024b0 | TASK | build lvm2 filter 2025-11-23 07:34:26.473732 | fa163e80-6264-4ee4-5429-0000000024b0 | SKIPPED | build lvm2 filter | standalone 2025-11-23 07:34:26.475258 | fa163e80-6264-4ee4-5429-0000000024b0 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:13.801425 | 0.05s 2025-11-23 07:34:26.499952 | fa163e80-6264-4ee4-5429-0000000024b1 | TASK | regenerate lvm config 2025-11-23 07:34:26.540041 | fa163e80-6264-4ee4-5429-0000000024b1 | SKIPPED | regenerate lvm config | standalone 2025-11-23 07:34:26.541471 | fa163e80-6264-4ee4-5429-0000000024b1 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:13.867633 | 0.04s 2025-11-23 07:34:26.566214 | fa163e80-6264-4ee4-5429-0000000024b2 | TASK | copy new lvm.conf in place 2025-11-23 07:34:26.618326 | fa163e80-6264-4ee4-5429-0000000024b2 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-23 07:34:26.619537 | fa163e80-6264-4ee4-5429-0000000024b2 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:13.945706 | 0.05s 2025-11-23 07:34:26.667109 | fa163e80-6264-4ee4-5429-000000002217 | TASK | Fail if container image is undefined 2025-11-23 07:34:26.731627 | fa163e80-6264-4ee4-5429-000000002217 | SKIPPED | Fail if container image is undefined | standalone 2025-11-23 07:34:26.733080 | fa163e80-6264-4ee4-5429-000000002217 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:14.059250 | 0.06s 2025-11-23 07:34:26.773372 | fa163e80-6264-4ee4-5429-000000002218 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-23 07:34:34.863434 | fa163e80-6264-4ee4-5429-000000002218 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-23 07:34:34.866018 | fa163e80-6264-4ee4-5429-000000002218 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:22.192186 | 8.09s 2025-11-23 07:34:34.922291 | fa163e80-6264-4ee4-5429-000000002219 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-23 07:34:35.265245 | fa163e80-6264-4ee4-5429-000000002219 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-23 07:34:35.266651 | fa163e80-6264-4ee4-5429-000000002219 | 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:05:22.592822 | 0.34s 2025-11-23 07:34:35.363286 | fa163e80-6264-4ee4-5429-000000002224 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:22.689446 | 0.05s 2025-11-23 07:34:35.424525 | fa163e80-6264-4ee4-5429-000000002521 | TASK | Set version specific variables 2025-11-23 07:34:35.471053 | fa163e80-6264-4ee4-5429-000000002521 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:22.797227 | 0.05s 2025-11-23 07:34:35.488214 | 84d338bb-323f-43a7-b7f9-f9870e7e973a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:34:35.517065 | fa163e80-6264-4ee4-5429-000000002550 | TASK | Ensure ansible_facts used by role 2025-11-23 07:34:35.909764 | fa163e80-6264-4ee4-5429-000000002550 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:34:35.911317 | fa163e80-6264-4ee4-5429-000000002550 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:23.237489 | 0.39s 2025-11-23 07:34:35.936680 | fa163e80-6264-4ee4-5429-000000002551 | TASK | Set platform/version specific variables 2025-11-23 07:34:36.007389 | fa163e80-6264-4ee4-5429-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:34:36.024474 | fa163e80-6264-4ee4-5429-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:34:36.042596 | fa163e80-6264-4ee4-5429-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:34:36.056675 | fa163e80-6264-4ee4-5429-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:34:36.068579 | fa163e80-6264-4ee4-5429-000000002551 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:23.394742 | 0.13s 2025-11-23 07:34:36.094215 | fa163e80-6264-4ee4-5429-000000002522 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:34:39.053046 | fa163e80-6264-4ee4-5429-000000002522 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:34:39.054569 | fa163e80-6264-4ee4-5429-000000002522 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:26.380738 | 2.96s 2025-11-23 07:34:39.079826 | fa163e80-6264-4ee4-5429-000000002524 | TASK | Ensure provider packages are installed 2025-11-23 07:34:42.069012 | fa163e80-6264-4ee4-5429-000000002524 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:29.395166 | 2.99s 2025-11-23 07:34:42.081128 | fa163e80-6264-4ee4-5429-000000002524 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:29.407303 | 3.00s 2025-11-23 07:34:42.107119 | fa163e80-6264-4ee4-5429-000000002526 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:34:42.357258 | fa163e80-6264-4ee4-5429-000000002526 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:42.358695 | fa163e80-6264-4ee4-5429-000000002526 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:29.684863 | 0.25s 2025-11-23 07:34:42.364981 | fa163e80-6264-4ee4-5429-000000002526 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:29.691157 | 0.26s 2025-11-23 07:34:42.390801 | fa163e80-6264-4ee4-5429-000000002528 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:34:42.688910 | fa163e80-6264-4ee4-5429-000000002528 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:42.690896 | fa163e80-6264-4ee4-5429-000000002528 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:30.017063 | 0.30s 2025-11-23 07:34:42.700896 | fa163e80-6264-4ee4-5429-000000002528 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:30.027072 | 0.31s 2025-11-23 07:34:42.726921 | fa163e80-6264-4ee4-5429-00000000252a | TASK | Ensure provider service is running 2025-11-23 07:34:43.119703 | fa163e80-6264-4ee4-5429-00000000252a | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:34:43.122275 | fa163e80-6264-4ee4-5429-00000000252a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:30.448443 | 0.39s 2025-11-23 07:34:43.133072 | fa163e80-6264-4ee4-5429-00000000252a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:30.459237 | 0.40s 2025-11-23 07:34:43.160449 | fa163e80-6264-4ee4-5429-00000000252d | TASK | Ensure certificate requests 2025-11-23 07:34:45.741183 | fa163e80-6264-4ee4-5429-00000000252d | 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-23 07:34:45.742365 | fa163e80-6264-4ee4-5429-00000000252d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:33.068519 | 2.58s 2025-11-23 07:34:45.747256 | fa163e80-6264-4ee4-5429-00000000252d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:33.073431 | 2.58s 2025-11-23 07:34:45.842422 | fa163e80-6264-4ee4-5429-000000002226 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:33.168581 | 0.05s 2025-11-23 07:34:45.902980 | fa163e80-6264-4ee4-5429-000000002595 | TASK | Set version specific variables 2025-11-23 07:34:45.949748 | fa163e80-6264-4ee4-5429-000000002595 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:33.275913 | 0.05s 2025-11-23 07:34:45.967310 | 9235f91d-e213-4a3c-b557-cdb39e45d206 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:34:45.996974 | fa163e80-6264-4ee4-5429-0000000025c4 | TASK | Ensure ansible_facts used by role 2025-11-23 07:34:46.388188 | fa163e80-6264-4ee4-5429-0000000025c4 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:34:46.389775 | fa163e80-6264-4ee4-5429-0000000025c4 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:33.715945 | 0.39s 2025-11-23 07:34:46.415004 | fa163e80-6264-4ee4-5429-0000000025c5 | TASK | Set platform/version specific variables 2025-11-23 07:34:46.496610 | fa163e80-6264-4ee4-5429-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:34:46.516792 | fa163e80-6264-4ee4-5429-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:34:46.539781 | fa163e80-6264-4ee4-5429-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:34:46.563147 | fa163e80-6264-4ee4-5429-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:34:46.574549 | fa163e80-6264-4ee4-5429-0000000025c5 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:33.900716 | 0.16s 2025-11-23 07:34:46.594214 | fa163e80-6264-4ee4-5429-000000002596 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:34:49.520690 | fa163e80-6264-4ee4-5429-000000002596 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:34:49.522096 | fa163e80-6264-4ee4-5429-000000002596 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:36.848267 | 2.93s 2025-11-23 07:34:49.546769 | fa163e80-6264-4ee4-5429-000000002598 | TASK | Ensure provider packages are installed 2025-11-23 07:34:52.563622 | fa163e80-6264-4ee4-5429-000000002598 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:39.889772 | 3.02s 2025-11-23 07:34:52.571390 | fa163e80-6264-4ee4-5429-000000002598 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:39.897564 | 3.02s 2025-11-23 07:34:52.596741 | fa163e80-6264-4ee4-5429-00000000259a | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:34:52.889415 | fa163e80-6264-4ee4-5429-00000000259a | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:52.890967 | fa163e80-6264-4ee4-5429-00000000259a | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:40.217134 | 0.29s 2025-11-23 07:34:52.900306 | fa163e80-6264-4ee4-5429-00000000259a | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:40.226482 | 0.30s 2025-11-23 07:34:52.924916 | fa163e80-6264-4ee4-5429-00000000259c | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:34:53.216725 | fa163e80-6264-4ee4-5429-00000000259c | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:34:53.218080 | fa163e80-6264-4ee4-5429-00000000259c | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:40.544249 | 0.29s 2025-11-23 07:34:53.229997 | fa163e80-6264-4ee4-5429-00000000259c | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:40.556174 | 0.30s 2025-11-23 07:34:53.254290 | fa163e80-6264-4ee4-5429-00000000259e | TASK | Ensure provider service is running 2025-11-23 07:34:53.680443 | fa163e80-6264-4ee4-5429-00000000259e | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:34:53.682806 | fa163e80-6264-4ee4-5429-00000000259e | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:41.008976 | 0.43s 2025-11-23 07:34:53.693402 | fa163e80-6264-4ee4-5429-00000000259e | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:41.019575 | 0.44s 2025-11-23 07:34:53.719774 | fa163e80-6264-4ee4-5429-0000000025a1 | TASK | Ensure certificate requests 2025-11-23 07:34:55.437198 | fa163e80-6264-4ee4-5429-0000000025a1 | 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-23 07:34:55.439830 | fa163e80-6264-4ee4-5429-0000000025a1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:42.765998 | 1.72s 2025-11-23 07:34:55.450085 | fa163e80-6264-4ee4-5429-0000000025a1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:42.776250 | 1.73s 2025-11-23 07:34:55.484668 | fa163e80-6264-4ee4-5429-00000000222d | TASK | Fail if container image is undefined 2025-11-23 07:34:55.554075 | fa163e80-6264-4ee4-5429-00000000222d | SKIPPED | Fail if container image is undefined | standalone 2025-11-23 07:34:55.555490 | fa163e80-6264-4ee4-5429-00000000222d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:42.881657 | 0.07s 2025-11-23 07:34:55.597822 | fa163e80-6264-4ee4-5429-00000000222e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-23 07:35:09.169231 | fa163e80-6264-4ee4-5429-00000000222e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-23 07:35:09.174607 | fa163e80-6264-4ee4-5429-00000000222e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:05:56.500774 | 13.58s 2025-11-23 07:35:09.235630 | fa163e80-6264-4ee4-5429-00000000222f | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-23 07:35:09.562436 | fa163e80-6264-4ee4-5429-00000000222f | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-23 07:35:09.564771 | fa163e80-6264-4ee4-5429-00000000222f | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:05:56.890939 | 0.33s 2025-11-23 07:35:09.663274 | fa163e80-6264-4ee4-5429-00000000223a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:56.989433 | 0.05s 2025-11-23 07:35:09.726226 | fa163e80-6264-4ee4-5429-00000000260f | TASK | Set version specific variables 2025-11-23 07:35:09.776398 | fa163e80-6264-4ee4-5429-00000000260f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:57.102524 | 0.05s 2025-11-23 07:35:09.789869 | 3013dd5e-1588-4aa5-8908-028894adb022 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:35:09.812052 | fa163e80-6264-4ee4-5429-00000000263e | TASK | Ensure ansible_facts used by role 2025-11-23 07:35:10.213321 | fa163e80-6264-4ee4-5429-00000000263e | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:35:10.214962 | fa163e80-6264-4ee4-5429-00000000263e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:57.541134 | 0.40s 2025-11-23 07:35:10.241096 | fa163e80-6264-4ee4-5429-00000000263f | TASK | Set platform/version specific variables 2025-11-23 07:35:10.314891 | fa163e80-6264-4ee4-5429-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:35:10.331498 | fa163e80-6264-4ee4-5429-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:35:10.350783 | fa163e80-6264-4ee4-5429-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:35:10.363742 | fa163e80-6264-4ee4-5429-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:35:10.376371 | fa163e80-6264-4ee4-5429-00000000263f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:57.702502 | 0.13s 2025-11-23 07:35:10.401455 | fa163e80-6264-4ee4-5429-000000002610 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:35:13.336087 | fa163e80-6264-4ee4-5429-000000002610 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:35:13.337483 | fa163e80-6264-4ee4-5429-000000002610 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:00.663652 | 2.93s 2025-11-23 07:35:13.362323 | fa163e80-6264-4ee4-5429-000000002612 | TASK | Ensure provider packages are installed 2025-11-23 07:35:16.375887 | fa163e80-6264-4ee4-5429-000000002612 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:03.702042 | 3.01s 2025-11-23 07:35:16.387769 | fa163e80-6264-4ee4-5429-000000002612 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:03.713941 | 3.02s 2025-11-23 07:35:16.409325 | fa163e80-6264-4ee4-5429-000000002614 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:35:16.650073 | fa163e80-6264-4ee4-5429-000000002614 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:35:16.652144 | fa163e80-6264-4ee4-5429-000000002614 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:03.978309 | 0.24s 2025-11-23 07:35:16.662673 | fa163e80-6264-4ee4-5429-000000002614 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:03.988842 | 0.25s 2025-11-23 07:35:16.683927 | fa163e80-6264-4ee4-5429-000000002616 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:35:16.948540 | fa163e80-6264-4ee4-5429-000000002616 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:35:16.949656 | fa163e80-6264-4ee4-5429-000000002616 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:04.275830 | 0.26s 2025-11-23 07:35:16.955866 | fa163e80-6264-4ee4-5429-000000002616 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:04.282038 | 0.27s 2025-11-23 07:35:16.977462 | fa163e80-6264-4ee4-5429-000000002618 | TASK | Ensure provider service is running 2025-11-23 07:35:18.397129 | fa163e80-6264-4ee4-5429-000000002618 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:35:18.399023 | fa163e80-6264-4ee4-5429-000000002618 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:05.725189 | 1.42s 2025-11-23 07:35:18.412056 | fa163e80-6264-4ee4-5429-000000002618 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:05.738230 | 1.43s 2025-11-23 07:35:18.438197 | fa163e80-6264-4ee4-5429-00000000261b | TASK | Ensure certificate requests 2025-11-23 07:35:19.898109 | fa163e80-6264-4ee4-5429-00000000261b | 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-23 07:35:19.900800 | fa163e80-6264-4ee4-5429-00000000261b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:07.226965 | 1.46s 2025-11-23 07:35:19.911029 | fa163e80-6264-4ee4-5429-00000000261b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:07.237196 | 1.47s 2025-11-23 07:35:20.009474 | fa163e80-6264-4ee4-5429-00000000223c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:07.335632 | 0.05s 2025-11-23 07:35:20.073955 | fa163e80-6264-4ee4-5429-000000002683 | TASK | Set version specific variables 2025-11-23 07:35:20.124671 | fa163e80-6264-4ee4-5429-000000002683 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:07.450834 | 0.05s 2025-11-23 07:35:20.143525 | d91f3182-8897-4ecf-8126-27c1e242e0d3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:35:20.174026 | fa163e80-6264-4ee4-5429-0000000026b2 | TASK | Ensure ansible_facts used by role 2025-11-23 07:35:20.552027 | fa163e80-6264-4ee4-5429-0000000026b2 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:35:20.554422 | fa163e80-6264-4ee4-5429-0000000026b2 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:07.880588 | 0.38s 2025-11-23 07:35:20.583154 | fa163e80-6264-4ee4-5429-0000000026b3 | TASK | Set platform/version specific variables 2025-11-23 07:35:20.665644 | fa163e80-6264-4ee4-5429-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:35:20.698874 | fa163e80-6264-4ee4-5429-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:35:20.728856 | fa163e80-6264-4ee4-5429-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:35:20.748849 | fa163e80-6264-4ee4-5429-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:35:20.754930 | fa163e80-6264-4ee4-5429-0000000026b3 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:08.081089 | 0.17s 2025-11-23 07:35:20.780024 | fa163e80-6264-4ee4-5429-000000002684 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:35:23.742454 | fa163e80-6264-4ee4-5429-000000002684 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:35:23.743825 | fa163e80-6264-4ee4-5429-000000002684 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:11.069996 | 2.96s 2025-11-23 07:35:23.768083 | fa163e80-6264-4ee4-5429-000000002686 | TASK | Ensure provider packages are installed 2025-11-23 07:35:26.642863 | fa163e80-6264-4ee4-5429-000000002686 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:13.969020 | 2.87s 2025-11-23 07:35:26.655108 | fa163e80-6264-4ee4-5429-000000002686 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:13.981274 | 2.89s 2025-11-23 07:35:26.680932 | fa163e80-6264-4ee4-5429-000000002688 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:35:26.936672 | fa163e80-6264-4ee4-5429-000000002688 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:35:26.938696 | fa163e80-6264-4ee4-5429-000000002688 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:14.264858 | 0.26s 2025-11-23 07:35:26.948903 | fa163e80-6264-4ee4-5429-000000002688 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:14.275066 | 0.27s 2025-11-23 07:35:26.974954 | fa163e80-6264-4ee4-5429-00000000268a | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:35:27.240372 | fa163e80-6264-4ee4-5429-00000000268a | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:35:27.241878 | fa163e80-6264-4ee4-5429-00000000268a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:14.568056 | 0.27s 2025-11-23 07:35:27.252109 | fa163e80-6264-4ee4-5429-00000000268a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:14.578281 | 0.28s 2025-11-23 07:35:27.271857 | fa163e80-6264-4ee4-5429-00000000268c | TASK | Ensure provider service is running 2025-11-23 07:35:27.681584 | fa163e80-6264-4ee4-5429-00000000268c | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:35:27.684165 | fa163e80-6264-4ee4-5429-00000000268c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.010298 | 0.41s 2025-11-23 07:35:27.697109 | fa163e80-6264-4ee4-5429-00000000268c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.023257 | 0.42s 2025-11-23 07:35:27.725181 | fa163e80-6264-4ee4-5429-00000000268f | TASK | Ensure certificate requests 2025-11-23 07:35:29.161386 | fa163e80-6264-4ee4-5429-00000000268f | 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-23 07:35:29.163047 | fa163e80-6264-4ee4-5429-00000000268f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.489206 | 1.44s 2025-11-23 07:35:29.171740 | fa163e80-6264-4ee4-5429-00000000268f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.497905 | 1.44s 2025-11-23 07:35:29.218791 | fa163e80-6264-4ee4-5429-00000000223e | TASK | install systemd-container for a greenfield 2025-11-23 07:35:46.511154 | fa163e80-6264-4ee4-5429-00000000223e | CHANGED | install systemd-container for a greenfield | standalone 2025-11-23 07:35:46.512840 | fa163e80-6264-4ee4-5429-00000000223e | TIMING | install systemd-container for a greenfield | standalone | 0:06:33.839009 | 17.29s 2025-11-23 07:35:46.536762 | fa163e80-6264-4ee4-5429-00000000223f | TASK | manage PMEM namespaces for vPMEM 2025-11-23 07:35:46.587696 | fa163e80-6264-4ee4-5429-00000000223f | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-23 07:35:46.588787 | fa163e80-6264-4ee4-5429-00000000223f | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:33.914957 | 0.05s 2025-11-23 07:35:46.613735 | fa163e80-6264-4ee4-5429-000000002241 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-23 07:35:46.879793 | fa163e80-6264-4ee4-5429-000000002241 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-23 07:35:46.880977 | fa163e80-6264-4ee4-5429-000000002241 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:34.207147 | 0.27s 2025-11-23 07:35:46.904500 | fa163e80-6264-4ee4-5429-000000002243 | TASK | is KSM enabled 2025-11-23 07:35:46.954674 | fa163e80-6264-4ee4-5429-000000002243 | OK | is KSM enabled | standalone 2025-11-23 07:35:46.955776 | fa163e80-6264-4ee4-5429-000000002243 | TIMING | is KSM enabled | standalone | 0:06:34.281949 | 0.05s 2025-11-23 07:35:46.979888 | fa163e80-6264-4ee4-5429-000000002245 | TASK | Check for ksm 2025-11-23 07:35:47.245614 | fa163e80-6264-4ee4-5429-000000002245 | CHANGED | Check for ksm | standalone 2025-11-23 07:35:47.246981 | fa163e80-6264-4ee4-5429-000000002245 | TIMING | Check for ksm | standalone | 0:06:34.573152 | 0.27s 2025-11-23 07:35:47.266992 | fa163e80-6264-4ee4-5429-000000002246 | TASK | disable KSM services 2025-11-23 07:35:47.351060 | fa163e80-6264-4ee4-5429-000000002246 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-23 07:35:47.383648 | fa163e80-6264-4ee4-5429-000000002246 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-23 07:35:47.395539 | fa163e80-6264-4ee4-5429-000000002246 | TIMING | disable KSM services | standalone | 0:06:34.721706 | 0.13s 2025-11-23 07:35:47.420536 | fa163e80-6264-4ee4-5429-000000002247 | TASK | delete PageKSM after disable ksm on compute 2025-11-23 07:35:47.469751 | fa163e80-6264-4ee4-5429-000000002247 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-23 07:35:47.471014 | fa163e80-6264-4ee4-5429-000000002247 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:34.797182 | 0.05s 2025-11-23 07:35:47.496681 | fa163e80-6264-4ee4-5429-000000002249 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-23 07:35:47.534771 | fa163e80-6264-4ee4-5429-000000002249 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-23 07:35:47.535963 | fa163e80-6264-4ee4-5429-000000002249 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:34.862130 | 0.04s 2025-11-23 07:35:47.560774 | fa163e80-6264-4ee4-5429-00000000224a | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-23 07:35:47.598528 | fa163e80-6264-4ee4-5429-00000000224a | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-23 07:35:47.599703 | fa163e80-6264-4ee4-5429-00000000224a | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:34.925872 | 0.04s 2025-11-23 07:35:47.623525 | fa163e80-6264-4ee4-5429-00000000224b | TASK | enable ksmtunded 2025-11-23 07:35:47.677478 | fa163e80-6264-4ee4-5429-00000000224b | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-23 07:35:47.690868 | fa163e80-6264-4ee4-5429-00000000224b | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-23 07:35:47.698558 | fa163e80-6264-4ee4-5429-00000000224b | TIMING | enable ksmtunded | standalone | 0:06:35.024725 | 0.07s 2025-11-23 07:35:47.723088 | fa163e80-6264-4ee4-5429-00000000224d | TASK | Create dirs for certificates and keys 2025-11-23 07:35:47.976463 | fa163e80-6264-4ee4-5429-00000000224d | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-11-23 07:35:47.977321 | fa163e80-6264-4ee4-5429-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:35.303499 | 0.25s 2025-11-23 07:35:48.166111 | fa163e80-6264-4ee4-5429-00000000224d | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-11-23 07:35:48.167186 | fa163e80-6264-4ee4-5429-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:35.493360 | 0.44s 2025-11-23 07:35:48.352307 | fa163e80-6264-4ee4-5429-00000000224d | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-11-23 07:35:48.353043 | fa163e80-6264-4ee4-5429-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:35.679224 | 0.63s 2025-11-23 07:35:48.357821 | fa163e80-6264-4ee4-5429-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:35.683989 | 0.63s 2025-11-23 07:35:48.413659 | fa163e80-6264-4ee4-5429-00000000224e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:35.739820 | 0.03s 2025-11-23 07:35:48.477728 | fa163e80-6264-4ee4-5429-00000000271f | TASK | Set version specific variables 2025-11-23 07:35:48.526831 | fa163e80-6264-4ee4-5429-00000000271f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:35.852992 | 0.05s 2025-11-23 07:35:48.544532 | ed39bfae-5391-4b51-b9a2-104b8f8b9807 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:35:48.574762 | fa163e80-6264-4ee4-5429-000000002752 | TASK | Ensure ansible_facts used by role 2025-11-23 07:35:48.906499 | fa163e80-6264-4ee4-5429-000000002752 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:35:48.907991 | fa163e80-6264-4ee4-5429-000000002752 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:36.234164 | 0.33s 2025-11-23 07:35:48.932823 | fa163e80-6264-4ee4-5429-000000002753 | TASK | Set platform/version specific variables 2025-11-23 07:35:49.004016 | fa163e80-6264-4ee4-5429-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:35:49.021209 | fa163e80-6264-4ee4-5429-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:35:49.042263 | fa163e80-6264-4ee4-5429-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:35:49.057320 | fa163e80-6264-4ee4-5429-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:35:49.063081 | fa163e80-6264-4ee4-5429-000000002753 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:36.389239 | 0.13s 2025-11-23 07:35:49.088100 | fa163e80-6264-4ee4-5429-000000002720 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:35:52.053261 | fa163e80-6264-4ee4-5429-000000002720 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:35:52.055243 | fa163e80-6264-4ee4-5429-000000002720 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:39.381403 | 2.97s 2025-11-23 07:35:52.087723 | fa163e80-6264-4ee4-5429-000000002722 | TASK | Ensure provider packages are installed 2025-11-23 07:35:54.989464 | fa163e80-6264-4ee4-5429-000000002722 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:42.315622 | 2.90s 2025-11-23 07:35:55.000440 | fa163e80-6264-4ee4-5429-000000002722 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:42.326613 | 2.91s 2025-11-23 07:35:55.025498 | fa163e80-6264-4ee4-5429-000000002724 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:35:55.276310 | fa163e80-6264-4ee4-5429-000000002724 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:35:55.278446 | fa163e80-6264-4ee4-5429-000000002724 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:42.604608 | 0.25s 2025-11-23 07:35:55.288431 | fa163e80-6264-4ee4-5429-000000002724 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:42.614608 | 0.26s 2025-11-23 07:35:55.313677 | fa163e80-6264-4ee4-5429-000000002726 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:35:55.599845 | fa163e80-6264-4ee4-5429-000000002726 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:35:55.602552 | fa163e80-6264-4ee4-5429-000000002726 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:42.928708 | 0.29s 2025-11-23 07:35:55.611757 | fa163e80-6264-4ee4-5429-000000002726 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:42.937934 | 0.30s 2025-11-23 07:35:55.631292 | fa163e80-6264-4ee4-5429-000000002728 | TASK | Ensure provider service is running 2025-11-23 07:35:56.034540 | fa163e80-6264-4ee4-5429-000000002728 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:35:56.037248 | fa163e80-6264-4ee4-5429-000000002728 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:43.363415 | 0.41s 2025-11-23 07:35:56.048092 | fa163e80-6264-4ee4-5429-000000002728 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:43.374259 | 0.42s 2025-11-23 07:35:56.073673 | fa163e80-6264-4ee4-5429-00000000272b | TASK | Ensure certificate requests 2025-11-23 07:35:58.040273 | fa163e80-6264-4ee4-5429-00000000272b | 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-23 07:35:58.042997 | fa163e80-6264-4ee4-5429-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:45.369163 | 1.97s 2025-11-23 07:35:59.997323 | fa163e80-6264-4ee4-5429-00000000272b | 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-23 07:35:59.998636 | fa163e80-6264-4ee4-5429-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:47.324807 | 3.92s 2025-11-23 07:36:02.439361 | fa163e80-6264-4ee4-5429-00000000272b | 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-23 07:36:02.441224 | fa163e80-6264-4ee4-5429-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:49.767401 | 6.37s 2025-11-23 07:36:04.154619 | fa163e80-6264-4ee4-5429-00000000272b | 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-23 07:36:04.157252 | fa163e80-6264-4ee4-5429-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:51.483419 | 8.08s 2025-11-23 07:36:04.168777 | fa163e80-6264-4ee4-5429-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:51.494943 | 8.09s 2025-11-23 07:36:04.218438 | fa163e80-6264-4ee4-5429-000000002250 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-11-23 07:36:04.303368 | fa163e80-6264-4ee4-5429-000000002250 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:51.629457 | 0.08s 2025-11-23 07:36:04.314635 | fa163e80-6264-4ee4-5429-000000002250 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:51.640810 | 0.09s 2025-11-23 07:36:04.327392 | fa163e80-6264-4ee4-5429-000000002250 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:51.653558 | 0.11s 2025-11-23 07:36:04.409967 | fa163e80-6264-4ee4-5429-0000000027a9 | TASK | Set version specific variables 2025-11-23 07:36:04.459851 | fa163e80-6264-4ee4-5429-0000000027a9 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:51.786008 | 0.05s 2025-11-23 07:36:04.477528 | 6a72e2da-45d4-4e47-bed2-e26b1fc1ea8c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:36:04.507945 | fa163e80-6264-4ee4-5429-000000002801 | TASK | Ensure ansible_facts used by role 2025-11-23 07:36:04.905811 | fa163e80-6264-4ee4-5429-000000002801 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:36:04.907660 | fa163e80-6264-4ee4-5429-000000002801 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:52.233829 | 0.40s 2025-11-23 07:36:04.933689 | fa163e80-6264-4ee4-5429-000000002802 | TASK | Set platform/version specific variables 2025-11-23 07:36:05.039758 | fa163e80-6264-4ee4-5429-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:05.051296 | fa163e80-6264-4ee4-5429-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:05.064487 | fa163e80-6264-4ee4-5429-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:36:05.074501 | fa163e80-6264-4ee4-5429-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:36:05.080576 | fa163e80-6264-4ee4-5429-000000002802 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:52.406739 | 0.15s 2025-11-23 07:36:05.106143 | fa163e80-6264-4ee4-5429-0000000027aa | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:36:08.167681 | fa163e80-6264-4ee4-5429-0000000027aa | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:36:08.169241 | fa163e80-6264-4ee4-5429-0000000027aa | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:55.495409 | 3.06s 2025-11-23 07:36:08.193228 | fa163e80-6264-4ee4-5429-0000000027ac | TASK | Ensure provider packages are installed 2025-11-23 07:36:11.256867 | fa163e80-6264-4ee4-5429-0000000027ac | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:58.583022 | 3.06s 2025-11-23 07:36:11.269237 | fa163e80-6264-4ee4-5429-0000000027ac | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:58.595399 | 3.07s 2025-11-23 07:36:11.295098 | fa163e80-6264-4ee4-5429-0000000027ae | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:36:11.558627 | fa163e80-6264-4ee4-5429-0000000027ae | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:11.560266 | fa163e80-6264-4ee4-5429-0000000027ae | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:58.886444 | 0.26s 2025-11-23 07:36:11.571151 | fa163e80-6264-4ee4-5429-0000000027ae | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:58.897313 | 0.27s 2025-11-23 07:36:11.596575 | fa163e80-6264-4ee4-5429-0000000027b0 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:36:11.902297 | fa163e80-6264-4ee4-5429-0000000027b0 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:11.904261 | fa163e80-6264-4ee4-5429-0000000027b0 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:59.230428 | 0.31s 2025-11-23 07:36:11.914555 | fa163e80-6264-4ee4-5429-0000000027b0 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:59.240725 | 0.32s 2025-11-23 07:36:11.939533 | fa163e80-6264-4ee4-5429-0000000027b2 | TASK | Ensure provider service is running 2025-11-23 07:36:12.363236 | fa163e80-6264-4ee4-5429-0000000027b2 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:36:12.365684 | fa163e80-6264-4ee4-5429-0000000027b2 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:59.691853 | 0.42s 2025-11-23 07:36:12.377646 | fa163e80-6264-4ee4-5429-0000000027b2 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:59.703805 | 0.44s 2025-11-23 07:36:12.411766 | fa163e80-6264-4ee4-5429-0000000027b5 | TASK | Ensure certificate requests 2025-11-23 07:36:14.178293 | fa163e80-6264-4ee4-5429-0000000027b5 | 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-23 07:36:14.179791 | fa163e80-6264-4ee4-5429-0000000027b5 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.505961 | 1.77s 2025-11-23 07:36:14.186482 | fa163e80-6264-4ee4-5429-0000000027b5 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.512645 | 1.77s 2025-11-23 07:36:14.233723 | fa163e80-6264-4ee4-5429-0000000027d2 | TASK | Set version specific variables 2025-11-23 07:36:14.283989 | fa163e80-6264-4ee4-5429-0000000027d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:01.610152 | 0.05s 2025-11-23 07:36:14.301661 | 0551972f-8aa9-4f75-afe1-8553cf470bdf | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:36:14.331369 | fa163e80-6264-4ee4-5429-00000000283b | TASK | Ensure ansible_facts used by role 2025-11-23 07:36:14.725272 | fa163e80-6264-4ee4-5429-00000000283b | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:36:14.726985 | fa163e80-6264-4ee4-5429-00000000283b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:02.053154 | 0.39s 2025-11-23 07:36:14.752318 | fa163e80-6264-4ee4-5429-00000000283c | TASK | Set platform/version specific variables 2025-11-23 07:36:14.826883 | fa163e80-6264-4ee4-5429-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:14.845775 | fa163e80-6264-4ee4-5429-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:14.864680 | fa163e80-6264-4ee4-5429-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:36:14.878957 | fa163e80-6264-4ee4-5429-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:36:14.884806 | fa163e80-6264-4ee4-5429-00000000283c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:02.210967 | 0.13s 2025-11-23 07:36:14.909957 | fa163e80-6264-4ee4-5429-0000000027d3 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:36:17.939295 | fa163e80-6264-4ee4-5429-0000000027d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:36:17.940782 | fa163e80-6264-4ee4-5429-0000000027d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:05.266951 | 3.03s 2025-11-23 07:36:17.968031 | fa163e80-6264-4ee4-5429-0000000027d5 | TASK | Ensure provider packages are installed 2025-11-23 07:36:20.976099 | fa163e80-6264-4ee4-5429-0000000027d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:08.302252 | 3.01s 2025-11-23 07:36:20.988458 | fa163e80-6264-4ee4-5429-0000000027d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:08.314593 | 3.02s 2025-11-23 07:36:21.015013 | fa163e80-6264-4ee4-5429-0000000027d7 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:36:21.305836 | fa163e80-6264-4ee4-5429-0000000027d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:21.307242 | fa163e80-6264-4ee4-5429-0000000027d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:08.633408 | 0.29s 2025-11-23 07:36:21.313454 | fa163e80-6264-4ee4-5429-0000000027d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:08.639616 | 0.30s 2025-11-23 07:36:21.339150 | fa163e80-6264-4ee4-5429-0000000027d9 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:36:21.631758 | fa163e80-6264-4ee4-5429-0000000027d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:21.633167 | fa163e80-6264-4ee4-5429-0000000027d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:08.959334 | 0.29s 2025-11-23 07:36:21.639405 | fa163e80-6264-4ee4-5429-0000000027d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:08.965566 | 0.30s 2025-11-23 07:36:21.664196 | fa163e80-6264-4ee4-5429-0000000027db | TASK | Ensure provider service is running 2025-11-23 07:36:22.059700 | fa163e80-6264-4ee4-5429-0000000027db | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:36:22.062627 | fa163e80-6264-4ee4-5429-0000000027db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:09.388790 | 0.40s 2025-11-23 07:36:22.073503 | fa163e80-6264-4ee4-5429-0000000027db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:09.399663 | 0.41s 2025-11-23 07:36:22.100673 | fa163e80-6264-4ee4-5429-0000000027de | TASK | Ensure certificate requests 2025-11-23 07:36:24.186139 | fa163e80-6264-4ee4-5429-0000000027de | 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-23 07:36:24.187645 | fa163e80-6264-4ee4-5429-0000000027de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:11.513811 | 2.09s 2025-11-23 07:36:24.194216 | fa163e80-6264-4ee4-5429-0000000027de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:11.520382 | 2.09s 2025-11-23 07:36:24.291132 | fa163e80-6264-4ee4-5429-000000002253 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:11.617292 | 0.05s 2025-11-23 07:36:24.352829 | fa163e80-6264-4ee4-5429-000000002880 | TASK | Set version specific variables 2025-11-23 07:36:24.400732 | fa163e80-6264-4ee4-5429-000000002880 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:11.726890 | 0.05s 2025-11-23 07:36:24.418658 | e774ebd5-45eb-4c8a-976b-12283ccb3f4d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:36:24.448106 | fa163e80-6264-4ee4-5429-0000000028af | TASK | Ensure ansible_facts used by role 2025-11-23 07:36:24.841131 | fa163e80-6264-4ee4-5429-0000000028af | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:36:24.842253 | fa163e80-6264-4ee4-5429-0000000028af | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:12.168430 | 0.39s 2025-11-23 07:36:24.862620 | fa163e80-6264-4ee4-5429-0000000028b0 | TASK | Set platform/version specific variables 2025-11-23 07:36:24.931736 | fa163e80-6264-4ee4-5429-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:24.955284 | fa163e80-6264-4ee4-5429-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:24.978822 | fa163e80-6264-4ee4-5429-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:36:24.999640 | fa163e80-6264-4ee4-5429-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:36:25.005817 | fa163e80-6264-4ee4-5429-0000000028b0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:12.331987 | 0.14s 2025-11-23 07:36:25.025964 | fa163e80-6264-4ee4-5429-000000002881 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:36:27.924317 | fa163e80-6264-4ee4-5429-000000002881 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:36:27.925685 | fa163e80-6264-4ee4-5429-000000002881 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:15.251855 | 2.90s 2025-11-23 07:36:27.949606 | fa163e80-6264-4ee4-5429-000000002883 | TASK | Ensure provider packages are installed 2025-11-23 07:36:30.995868 | fa163e80-6264-4ee4-5429-000000002883 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:18.322026 | 3.04s 2025-11-23 07:36:31.007878 | fa163e80-6264-4ee4-5429-000000002883 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:18.334051 | 3.06s 2025-11-23 07:36:31.032643 | fa163e80-6264-4ee4-5429-000000002885 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:36:31.293501 | fa163e80-6264-4ee4-5429-000000002885 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:31.294781 | fa163e80-6264-4ee4-5429-000000002885 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:18.620950 | 0.26s 2025-11-23 07:36:31.300763 | fa163e80-6264-4ee4-5429-000000002885 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:18.626939 | 0.27s 2025-11-23 07:36:31.326848 | fa163e80-6264-4ee4-5429-000000002887 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:36:31.624057 | fa163e80-6264-4ee4-5429-000000002887 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:31.626178 | fa163e80-6264-4ee4-5429-000000002887 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:18.952341 | 0.30s 2025-11-23 07:36:31.636113 | fa163e80-6264-4ee4-5429-000000002887 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:18.962288 | 0.31s 2025-11-23 07:36:31.653900 | fa163e80-6264-4ee4-5429-000000002889 | TASK | Ensure provider service is running 2025-11-23 07:36:32.062641 | fa163e80-6264-4ee4-5429-000000002889 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:36:32.064848 | fa163e80-6264-4ee4-5429-000000002889 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:19.391010 | 0.41s 2025-11-23 07:36:32.073869 | fa163e80-6264-4ee4-5429-000000002889 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:19.400042 | 0.42s 2025-11-23 07:36:32.099629 | fa163e80-6264-4ee4-5429-00000000288c | TASK | Ensure certificate requests 2025-11-23 07:36:33.750088 | fa163e80-6264-4ee4-5429-00000000288c | 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-23 07:36:33.752426 | fa163e80-6264-4ee4-5429-00000000288c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:21.078592 | 1.65s 2025-11-23 07:36:33.762769 | fa163e80-6264-4ee4-5429-00000000288c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:21.088944 | 1.66s 2025-11-23 07:36:33.809363 | fa163e80-6264-4ee4-5429-000000002255 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-23 07:36:33.894062 | fa163e80-6264-4ee4-5429-000000002255 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-23 07:36:33.894879 | fa163e80-6264-4ee4-5429-000000002255 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:21.221057 | 0.08s 2025-11-23 07:36:33.917238 | fa163e80-6264-4ee4-5429-000000002256 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-23 07:36:37.726400 | fa163e80-6264-4ee4-5429-000000002256 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-23 07:36:37.731550 | fa163e80-6264-4ee4-5429-000000002256 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:25.057721 | 3.81s 2025-11-23 07:36:37.765403 | fa163e80-6264-4ee4-5429-000000002258 | TASK | Fetch ovn-dbs-bundle 2025-11-23 07:36:37.827985 | fa163e80-6264-4ee4-5429-000000002258 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-23 07:36:37.829258 | fa163e80-6264-4ee4-5429-000000002258 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:25.155426 | 0.06s 2025-11-23 07:36:37.857009 | fa163e80-6264-4ee4-5429-000000002259 | TASK | Fetch ovn VIP 2025-11-23 07:36:37.927154 | fa163e80-6264-4ee4-5429-000000002259 | SKIPPED | Fetch ovn VIP | standalone 2025-11-23 07:36:37.928446 | fa163e80-6264-4ee4-5429-000000002259 | TIMING | Fetch ovn VIP | standalone | 0:07:25.254614 | 0.07s 2025-11-23 07:36:37.955780 | fa163e80-6264-4ee4-5429-00000000225a | TASK | Remove OVNDBs from pacemaker 2025-11-23 07:36:38.018513 | fa163e80-6264-4ee4-5429-00000000225a | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-23 07:36:38.019753 | fa163e80-6264-4ee4-5429-00000000225a | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:25.345922 | 0.06s 2025-11-23 07:36:38.047074 | fa163e80-6264-4ee4-5429-00000000225b | TASK | Remove OVNDBs VIP from pacemaker 2025-11-23 07:36:38.117782 | fa163e80-6264-4ee4-5429-00000000225b | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-23 07:36:38.119033 | fa163e80-6264-4ee4-5429-00000000225b | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:25.445202 | 0.07s 2025-11-23 07:36:38.146419 | fa163e80-6264-4ee4-5429-00000000225c | TASK | Clean up pacemaker remote nodes cache 2025-11-23 07:36:38.208707 | fa163e80-6264-4ee4-5429-00000000225c | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-23 07:36:38.209898 | fa163e80-6264-4ee4-5429-00000000225c | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:25.536066 | 0.06s 2025-11-23 07:36:38.237735 | fa163e80-6264-4ee4-5429-00000000225d | TASK | Remove pacemaker attributes 2025-11-23 07:36:38.309148 | fa163e80-6264-4ee4-5429-00000000225d | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-23 07:36:38.321707 | fa163e80-6264-4ee4-5429-00000000225d | TIMING | Remove pacemaker attributes | standalone | 0:07:25.647876 | 0.08s 2025-11-23 07:36:38.388862 | fa163e80-6264-4ee4-5429-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:25.715025 | 0.04s 2025-11-23 07:36:38.454694 | fa163e80-6264-4ee4-5429-000000002908 | TASK | Set version specific variables 2025-11-23 07:36:38.503048 | fa163e80-6264-4ee4-5429-000000002908 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:25.829203 | 0.05s 2025-11-23 07:36:38.525142 | 22cc5494-af4e-486c-b027-9b26d8ce8120 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:36:38.558610 | fa163e80-6264-4ee4-5429-000000002939 | TASK | Ensure ansible_facts used by role 2025-11-23 07:36:38.946224 | fa163e80-6264-4ee4-5429-000000002939 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:36:38.947726 | fa163e80-6264-4ee4-5429-000000002939 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:26.273899 | 0.39s 2025-11-23 07:36:38.977506 | fa163e80-6264-4ee4-5429-00000000293a | TASK | Set platform/version specific variables 2025-11-23 07:36:39.081171 | fa163e80-6264-4ee4-5429-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:39.115681 | fa163e80-6264-4ee4-5429-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:39.144767 | fa163e80-6264-4ee4-5429-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:36:39.165739 | fa163e80-6264-4ee4-5429-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:36:39.171319 | fa163e80-6264-4ee4-5429-00000000293a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:26.497488 | 0.19s 2025-11-23 07:36:39.199367 | fa163e80-6264-4ee4-5429-000000002909 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:36:42.789595 | fa163e80-6264-4ee4-5429-000000002909 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:36:42.790984 | fa163e80-6264-4ee4-5429-000000002909 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:30.117152 | 3.59s 2025-11-23 07:36:42.818590 | fa163e80-6264-4ee4-5429-00000000290b | TASK | Ensure provider packages are installed 2025-11-23 07:36:45.884812 | fa163e80-6264-4ee4-5429-00000000290b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:33.210963 | 3.06s 2025-11-23 07:36:45.891897 | fa163e80-6264-4ee4-5429-00000000290b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:33.218062 | 3.07s 2025-11-23 07:36:45.921978 | fa163e80-6264-4ee4-5429-00000000290d | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:36:46.200092 | fa163e80-6264-4ee4-5429-00000000290d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:46.202194 | fa163e80-6264-4ee4-5429-00000000290d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:33.528361 | 0.28s 2025-11-23 07:36:46.212401 | fa163e80-6264-4ee4-5429-00000000290d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:33.538509 | 0.29s 2025-11-23 07:36:46.240600 | fa163e80-6264-4ee4-5429-00000000290f | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:36:46.542450 | fa163e80-6264-4ee4-5429-00000000290f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:46.543531 | fa163e80-6264-4ee4-5429-00000000290f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:33.869707 | 0.30s 2025-11-23 07:36:46.548299 | fa163e80-6264-4ee4-5429-00000000290f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:33.874465 | 0.31s 2025-11-23 07:36:46.577229 | fa163e80-6264-4ee4-5429-000000002911 | TASK | Ensure provider service is running 2025-11-23 07:36:47.005702 | fa163e80-6264-4ee4-5429-000000002911 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:36:47.008762 | fa163e80-6264-4ee4-5429-000000002911 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:34.334926 | 0.43s 2025-11-23 07:36:47.018519 | fa163e80-6264-4ee4-5429-000000002911 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:34.344691 | 0.44s 2025-11-23 07:36:47.041895 | fa163e80-6264-4ee4-5429-000000002914 | TASK | Ensure certificate requests 2025-11-23 07:36:48.538546 | fa163e80-6264-4ee4-5429-000000002914 | 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-23 07:36:48.540986 | fa163e80-6264-4ee4-5429-000000002914 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:35.867155 | 1.50s 2025-11-23 07:36:48.551764 | fa163e80-6264-4ee4-5429-000000002914 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:35.877928 | 1.51s 2025-11-23 07:36:48.604840 | fa163e80-6264-4ee4-5429-000000002262 | TASK | Configure OVN DBs and northd 2025-11-23 07:36:48.643621 | fa163e80-6264-4ee4-5429-000000002262 | TIMING | Configure OVN DBs and northd | standalone | 0:07:35.969795 | 0.04s 2025-11-23 07:36:48.683662 | fa163e80-6264-4ee4-5429-000000002983 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-23 07:36:48.921566 | fa163e80-6264-4ee4-5429-000000002983 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-23 07:36:48.922637 | fa163e80-6264-4ee4-5429-000000002983 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:36.248813 | 0.24s 2025-11-23 07:36:48.946672 | fa163e80-6264-4ee4-5429-000000002984 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-23 07:36:49.011758 | fa163e80-6264-4ee4-5429-000000002984 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-23 07:36:49.013202 | fa163e80-6264-4ee4-5429-000000002984 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:36.339367 | 0.07s 2025-11-23 07:36:49.043755 | fa163e80-6264-4ee4-5429-000000002985 | TASK | check ovsdb-tool election-timer options 2025-11-23 07:36:49.289199 | fa163e80-6264-4ee4-5429-000000002985 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-23 07:36:49.290051 | fa163e80-6264-4ee4-5429-000000002985 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:36.616230 | 0.24s 2025-11-23 07:36:49.308937 | fa163e80-6264-4ee4-5429-000000002986 | TASK | set has_ovsdb_tool_election_timer fact 2025-11-23 07:36:49.355859 | fa163e80-6264-4ee4-5429-000000002986 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-23 07:36:49.357285 | fa163e80-6264-4ee4-5429-000000002986 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:36.683453 | 0.05s 2025-11-23 07:36:49.386933 | fa163e80-6264-4ee4-5429-000000002987 | TASK | render OVN cluster configuration 2025-11-23 07:36:49.930703 | fa163e80-6264-4ee4-5429-000000002987 | CHANGED | render OVN cluster configuration | standalone 2025-11-23 07:36:49.932038 | fa163e80-6264-4ee4-5429-000000002987 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:37.258208 | 0.54s 2025-11-23 07:36:49.960688 | fa163e80-6264-4ee4-5429-000000002988 | TASK | restart OVN northd and north and south databases 2025-11-23 07:36:50.000824 | fa163e80-6264-4ee4-5429-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:37.326976 | 0.04s 2025-11-23 07:36:50.014885 | fa163e80-6264-4ee4-5429-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:37.341060 | 0.05s 2025-11-23 07:36:50.025592 | fa163e80-6264-4ee4-5429-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:37.351767 | 0.06s 2025-11-23 07:36:50.032100 | fa163e80-6264-4ee4-5429-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:37.358269 | 0.07s 2025-11-23 07:36:50.055651 | aa6a011c-7afc-46cd-98f9-227bc461c27e | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-23 07:36:50.063569 | a95e784b-b8d7-4233-9aa3-1df1624bc916 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-23 07:36:50.071005 | f8820b9d-db7f-401a-819b-bfeef7561b18 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-23 07:36:50.101092 | fa163e80-6264-4ee4-5429-0000000029b7 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-23 07:36:50.327071 | fa163e80-6264-4ee4-5429-0000000029b7 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-23 07:36:50.329272 | fa163e80-6264-4ee4-5429-0000000029b7 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:37.655440 | 0.23s 2025-11-23 07:36:50.359185 | fa163e80-6264-4ee4-5429-0000000029b8 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-23 07:36:50.411208 | fa163e80-6264-4ee4-5429-0000000029b8 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-23 07:36:50.412554 | fa163e80-6264-4ee4-5429-0000000029b8 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:37.738720 | 0.05s 2025-11-23 07:36:50.442884 | fa163e80-6264-4ee4-5429-0000000029bc | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-23 07:36:50.708814 | fa163e80-6264-4ee4-5429-0000000029bc | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-23 07:36:50.710114 | fa163e80-6264-4ee4-5429-0000000029bc | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:38.036284 | 0.27s 2025-11-23 07:36:50.740394 | fa163e80-6264-4ee4-5429-0000000029bd | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-23 07:36:50.792205 | fa163e80-6264-4ee4-5429-0000000029bd | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-23 07:36:50.793475 | fa163e80-6264-4ee4-5429-0000000029bd | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:38.119643 | 0.05s 2025-11-23 07:36:50.823054 | fa163e80-6264-4ee4-5429-0000000029c1 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-23 07:36:51.090733 | fa163e80-6264-4ee4-5429-0000000029c1 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-23 07:36:51.092030 | fa163e80-6264-4ee4-5429-0000000029c1 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:38.418200 | 0.27s 2025-11-23 07:36:51.121801 | fa163e80-6264-4ee4-5429-0000000029c2 | TASK | restart tripleo_cluster_northd systemd service 2025-11-23 07:36:51.172965 | fa163e80-6264-4ee4-5429-0000000029c2 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-23 07:36:51.174096 | fa163e80-6264-4ee4-5429-0000000029c2 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:38.500265 | 0.05s 2025-11-23 07:36:51.280215 | fa163e80-6264-4ee4-5429-000000002264 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:38.606376 | 0.05s 2025-11-23 07:36:51.345504 | fa163e80-6264-4ee4-5429-000000002a0f | TASK | Set version specific variables 2025-11-23 07:36:51.398265 | fa163e80-6264-4ee4-5429-000000002a0f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:38.724420 | 0.05s 2025-11-23 07:36:51.420290 | ef8a41dc-a1c2-4754-b440-dcd097a7bf28 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:36:51.452321 | fa163e80-6264-4ee4-5429-000000002a3e | TASK | Ensure ansible_facts used by role 2025-11-23 07:36:51.861508 | fa163e80-6264-4ee4-5429-000000002a3e | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:36:51.863002 | fa163e80-6264-4ee4-5429-000000002a3e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:39.189175 | 0.41s 2025-11-23 07:36:51.891821 | fa163e80-6264-4ee4-5429-000000002a3f | TASK | Set platform/version specific variables 2025-11-23 07:36:51.983010 | fa163e80-6264-4ee4-5429-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:52.014295 | fa163e80-6264-4ee4-5429-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:36:52.047480 | fa163e80-6264-4ee4-5429-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:36:52.069445 | fa163e80-6264-4ee4-5429-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:36:52.081606 | fa163e80-6264-4ee4-5429-000000002a3f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:39.407772 | 0.19s 2025-11-23 07:36:52.109602 | fa163e80-6264-4ee4-5429-000000002a10 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:36:55.054005 | fa163e80-6264-4ee4-5429-000000002a10 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:36:55.055521 | fa163e80-6264-4ee4-5429-000000002a10 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:42.381690 | 2.94s 2025-11-23 07:36:55.084923 | fa163e80-6264-4ee4-5429-000000002a12 | TASK | Ensure provider packages are installed 2025-11-23 07:36:58.037023 | fa163e80-6264-4ee4-5429-000000002a12 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:45.363178 | 2.95s 2025-11-23 07:36:58.044228 | fa163e80-6264-4ee4-5429-000000002a12 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:45.370387 | 2.96s 2025-11-23 07:36:58.074635 | fa163e80-6264-4ee4-5429-000000002a14 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:36:58.378219 | fa163e80-6264-4ee4-5429-000000002a14 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:58.380293 | fa163e80-6264-4ee4-5429-000000002a14 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:45.706459 | 0.30s 2025-11-23 07:36:58.390440 | fa163e80-6264-4ee4-5429-000000002a14 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:45.716607 | 0.31s 2025-11-23 07:36:58.420589 | fa163e80-6264-4ee4-5429-000000002a16 | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:36:58.698201 | fa163e80-6264-4ee4-5429-000000002a16 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:36:58.700581 | fa163e80-6264-4ee4-5429-000000002a16 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:46.026745 | 0.28s 2025-11-23 07:36:58.710582 | fa163e80-6264-4ee4-5429-000000002a16 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:46.036746 | 0.29s 2025-11-23 07:36:58.738901 | fa163e80-6264-4ee4-5429-000000002a18 | TASK | Ensure provider service is running 2025-11-23 07:36:59.158935 | fa163e80-6264-4ee4-5429-000000002a18 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:36:59.161110 | fa163e80-6264-4ee4-5429-000000002a18 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:46.487273 | 0.42s 2025-11-23 07:36:59.170903 | fa163e80-6264-4ee4-5429-000000002a18 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:46.497066 | 0.43s 2025-11-23 07:36:59.201261 | fa163e80-6264-4ee4-5429-000000002a1b | TASK | Ensure certificate requests 2025-11-23 07:37:00.757660 | fa163e80-6264-4ee4-5429-000000002a1b | 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-23 07:37:00.759065 | fa163e80-6264-4ee4-5429-000000002a1b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:48.085234 | 1.56s 2025-11-23 07:37:00.766203 | fa163e80-6264-4ee4-5429-000000002a1b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:48.092368 | 1.56s 2025-11-23 07:37:00.879891 | fa163e80-6264-4ee4-5429-000000002266 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:48.206053 | 0.06s 2025-11-23 07:37:00.948607 | fa163e80-6264-4ee4-5429-000000002a83 | TASK | Set version specific variables 2025-11-23 07:37:01.000763 | fa163e80-6264-4ee4-5429-000000002a83 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:48.326919 | 0.05s 2025-11-23 07:37:01.022233 | 07731fb1-3670-4042-b680-edc59f1370dd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-23 07:37:01.054200 | fa163e80-6264-4ee4-5429-000000002ab2 | TASK | Ensure ansible_facts used by role 2025-11-23 07:37:01.450118 | fa163e80-6264-4ee4-5429-000000002ab2 | OK | Ensure ansible_facts used by role | standalone 2025-11-23 07:37:01.451664 | fa163e80-6264-4ee4-5429-000000002ab2 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:48.777836 | 0.40s 2025-11-23 07:37:01.470693 | fa163e80-6264-4ee4-5429-000000002ab3 | TASK | Set platform/version specific variables 2025-11-23 07:37:01.526492 | fa163e80-6264-4ee4-5429-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:37:01.548949 | fa163e80-6264-4ee4-5429-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-23 07:37:01.571721 | fa163e80-6264-4ee4-5429-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-23 07:37:01.592564 | fa163e80-6264-4ee4-5429-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-23 07:37:01.603778 | fa163e80-6264-4ee4-5429-000000002ab3 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:48.929957 | 0.13s 2025-11-23 07:37:01.624804 | fa163e80-6264-4ee4-5429-000000002a84 | TASK | Ensure certificate role dependencies are installed 2025-11-23 07:37:04.615123 | fa163e80-6264-4ee4-5429-000000002a84 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-23 07:37:04.616957 | fa163e80-6264-4ee4-5429-000000002a84 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:51.943126 | 2.99s 2025-11-23 07:37:04.644794 | fa163e80-6264-4ee4-5429-000000002a86 | TASK | Ensure provider packages are installed 2025-11-23 07:37:07.653732 | fa163e80-6264-4ee4-5429-000000002a86 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.979885 | 3.01s 2025-11-23 07:37:07.666055 | fa163e80-6264-4ee4-5429-000000002a86 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.992219 | 3.02s 2025-11-23 07:37:07.694253 | fa163e80-6264-4ee4-5429-000000002a88 | TASK | Ensure pre-scripts hooks directory exists 2025-11-23 07:37:07.996283 | fa163e80-6264-4ee4-5429-000000002a88 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:37:07.997928 | fa163e80-6264-4ee4-5429-000000002a88 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.324088 | 0.30s 2025-11-23 07:37:08.004832 | fa163e80-6264-4ee4-5429-000000002a88 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.331001 | 0.31s 2025-11-23 07:37:08.032953 | fa163e80-6264-4ee4-5429-000000002a8a | TASK | Ensure post-scripts hooks directory exists 2025-11-23 07:37:08.338215 | fa163e80-6264-4ee4-5429-000000002a8a | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-23 07:37:08.340589 | fa163e80-6264-4ee4-5429-000000002a8a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.666748 | 0.31s 2025-11-23 07:37:08.350396 | fa163e80-6264-4ee4-5429-000000002a8a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.676563 | 0.32s 2025-11-23 07:37:08.378154 | fa163e80-6264-4ee4-5429-000000002a8c | TASK | Ensure provider service is running 2025-11-23 07:37:08.813307 | fa163e80-6264-4ee4-5429-000000002a8c | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-23 07:37:08.815889 | fa163e80-6264-4ee4-5429-000000002a8c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.142057 | 0.44s 2025-11-23 07:37:08.826545 | fa163e80-6264-4ee4-5429-000000002a8c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.152714 | 0.45s 2025-11-23 07:37:08.855076 | fa163e80-6264-4ee4-5429-000000002a8f | TASK | Ensure certificate requests 2025-11-23 07:37:10.737590 | fa163e80-6264-4ee4-5429-000000002a8f | 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-23 07:37:10.740148 | fa163e80-6264-4ee4-5429-000000002a8f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.066311 | 1.88s 2025-11-23 07:37:10.750215 | fa163e80-6264-4ee4-5429-000000002a8f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.076391 | 1.89s 2025-11-23 07:37:10.804253 | fa163e80-6264-4ee4-5429-00000000226d | TASK | Fail if container image is undefined 2025-11-23 07:37:10.868890 | fa163e80-6264-4ee4-5429-00000000226d | SKIPPED | Fail if container image is undefined | standalone 2025-11-23 07:37:10.870177 | fa163e80-6264-4ee4-5429-00000000226d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:07:58.196346 | 0.06s 2025-11-23 07:37:10.915120 | fa163e80-6264-4ee4-5429-00000000226e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-23 07:37:17.474125 | fa163e80-6264-4ee4-5429-00000000226e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-23 07:37:17.475798 | fa163e80-6264-4ee4-5429-00000000226e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:04.801966 | 6.56s 2025-11-23 07:37:17.534116 | fa163e80-6264-4ee4-5429-00000000226f | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-23 07:37:17.893898 | fa163e80-6264-4ee4-5429-00000000226f | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-23 07:37:17.895259 | fa163e80-6264-4ee4-5429-00000000226f | 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:05.221430 | 0.36s 2025-11-23 07:37:17.949039 | fa163e80-6264-4ee4-5429-00000000227a | TASK | Pre-fetch all the containers 2025-11-23 07:37:22.215549 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-23 07:37:22.218729 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:09.544896 | 4.27s 2025-11-23 07:37:26.999283 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-23 07:37:27.002979 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:14.329145 | 9.05s 2025-11-23 07:37:30.269640 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-23 07:37:30.272865 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:17.599039 | 12.32s 2025-11-23 07:37:33.266640 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-23 07:37:33.269037 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:20.595211 | 15.32s 2025-11-23 07:37:35.369195 | fa163e80-6264-4ee4-5429-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-23 07:37:35.372293 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:22.698467 | 17.42s 2025-11-23 07:37:38.361543 | fa163e80-6264-4ee4-5429-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-23 07:37:38.364070 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:25.690242 | 20.41s 2025-11-23 07:37:43.137194 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-11-23 07:37:43.140077 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:30.466251 | 25.19s 2025-11-23 07:37:46.714931 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-23 07:37:46.717864 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:34.044042 | 28.77s 2025-11-23 07:37:48.796828 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-23 07:37:48.799661 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:36.125827 | 30.85s 2025-11-23 07:37:56.396981 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-23 07:37:56.398535 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:43.724716 | 38.45s 2025-11-23 07:37:59.099263 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-23 07:37:59.102587 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:46.428758 | 41.15s 2025-11-23 07:38:15.528574 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-23 07:38:15.532264 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:02.858436 | 57.58s 2025-11-23 07:38:25.243838 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-23 07:38:25.247527 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:12.573697 | 67.30s 2025-11-23 07:38:34.377201 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-23 07:38:34.380585 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:21.706759 | 76.43s 2025-11-23 07:38:41.937390 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-23 07:38:41.940237 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:29.266409 | 83.99s 2025-11-23 07:38:46.605747 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-23 07:38:46.608956 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:33.935130 | 88.66s 2025-11-23 07:38:49.766114 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-23 07:38:49.769681 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:37.095854 | 91.82s 2025-11-23 07:38:53.137780 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-23 07:38:53.141400 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:40.467571 | 95.19s 2025-11-23 07:38:58.079876 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-23 07:38:58.082812 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:45.408985 | 100.13s 2025-11-23 07:39:10.134491 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-23 07:39:10.136580 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:57.462759 | 112.19s 2025-11-23 07:39:13.008207 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-23 07:39:13.012155 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:00.338327 | 115.06s 2025-11-23 07:39:20.889649 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-23 07:39:20.893167 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:08.219341 | 122.94s 2025-11-23 07:39:23.772175 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-11-23 07:39:23.775829 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:11.102002 | 125.82s 2025-11-23 07:39:26.842044 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-11-23 07:39:26.845694 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:14.171868 | 128.89s 2025-11-23 07:39:28.878705 | fa163e80-6264-4ee4-5429-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-23 07:39:28.883029 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:16.209201 | 130.93s 2025-11-23 07:39:30.809449 | fa163e80-6264-4ee4-5429-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-23 07:39:30.813135 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:18.139279 | 132.86s 2025-11-23 07:39:35.026950 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-23 07:39:35.030208 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:22.356381 | 137.08s 2025-11-23 07:39:36.871183 | fa163e80-6264-4ee4-5429-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-23 07:39:36.872541 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:24.198723 | 138.92s 2025-11-23 07:39:40.541157 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-23 07:39:40.544143 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:27.870316 | 142.59s 2025-11-23 07:39:43.349065 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-23 07:39:43.351910 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:30.678083 | 145.40s 2025-11-23 07:39:45.854198 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-23 07:39:45.857778 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:33.183948 | 147.91s 2025-11-23 07:39:48.691989 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-23 07:39:48.695500 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:36.021671 | 150.74s 2025-11-23 07:39:51.501704 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-23 07:39:51.503667 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:38.829844 | 153.55s 2025-11-23 07:39:54.528373 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-23 07:39:54.531306 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:41.857479 | 156.58s 2025-11-23 07:39:56.904483 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-23 07:39:56.906118 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:44.232299 | 158.95s 2025-11-23 07:39:59.617470 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-23 07:39:59.620810 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:46.946984 | 161.67s 2025-11-23 07:40:02.740976 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-23 07:40:02.743926 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:50.070099 | 164.79s 2025-11-23 07:40:07.188389 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-23 07:40:07.191589 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:54.517762 | 169.24s 2025-11-23 07:40:10.012374 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-23 07:40:10.015180 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:57.341359 | 172.06s 2025-11-23 07:40:13.230182 | fa163e80-6264-4ee4-5429-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-23 07:40:13.234104 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:11:00.560271 | 175.28s 2025-11-23 07:40:13.514092 | fa163e80-6264-4ee4-5429-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:11:00.840262 | 175.56s 2025-11-23 07:40:13.624685 | fa163e80-6264-4ee4-5429-00000000227d | TASK | Check if rsyslog exists 2025-11-23 07:40:13.887495 | fa163e80-6264-4ee4-5429-00000000227d | CHANGED | Check if rsyslog exists | standalone 2025-11-23 07:40:13.888831 | fa163e80-6264-4ee4-5429-00000000227d | TIMING | Check if rsyslog exists | standalone | 0:11:01.214981 | 0.26s 2025-11-23 07:40:13.916981 | fa163e80-6264-4ee4-5429-00000000227e | TASK | Forward logging to swift.log file 2025-11-23 07:40:14.495811 | fa163e80-6264-4ee4-5429-00000000227e | CHANGED | Forward logging to swift.log file | standalone 2025-11-23 07:40:14.497289 | fa163e80-6264-4ee4-5429-00000000227e | TIMING | Forward logging to swift.log file | standalone | 0:11:01.823455 | 0.58s 2025-11-23 07:40:14.524977 | fa163e80-6264-4ee4-5429-00000000227f | TASK | Restart rsyslogd service after logging conf change 2025-11-23 07:40:15.447910 | fa163e80-6264-4ee4-5429-00000000227f | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-23 07:40:15.449763 | fa163e80-6264-4ee4-5429-00000000227f | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:11:02.775933 | 0.92s 2025-11-23 07:40:15.477831 | fa163e80-6264-4ee4-5429-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-23 07:40:15.727259 | fa163e80-6264-4ee4-5429-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-23 07:40:15.729150 | fa163e80-6264-4ee4-5429-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:11:03.055311 | 0.25s 2025-11-23 07:40:15.846512 | fa163e80-6264-4ee4-5429-0000000000c3 | TIMING | include_tasks | standalone | 0:11:03.172664 | 0.09s 2025-11-23 07:40:15.890663 | f61eea00-c074-4b95-a46c-117019668c77 | INCLUDED | /root/standalone-ansible-_4fp6s60/common_deploy_steps_tasks.yaml | standalone 2025-11-23 07:40:15.916256 | fa163e80-6264-4ee4-5429-000000002b4c | TASK | Write the config_step hieradata 2025-11-23 07:40:16.415467 | fa163e80-6264-4ee4-5429-000000002b4c | OK | Write the config_step hieradata | standalone 2025-11-23 07:40:16.416652 | fa163e80-6264-4ee4-5429-000000002b4c | TIMING | Write the config_step hieradata | standalone | 0:11:03.742822 | 0.50s 2025-11-23 07:40:16.445164 | fa163e80-6264-4ee4-5429-000000002b4d | TASK | Run puppet host configuration for step 1 2025-11-23 07:40:16.751186 | fa163e80-6264-4ee4-5429-000000002b4d | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-23 07:40:16.752521 | fa163e80-6264-4ee4-5429-000000002b4d | TIMING | Run puppet host configuration for step 1 | standalone | 0:11:04.078691 | 0.31s 2025-11-23 07:40:16.782037 | fa163e80-6264-4ee4-5429-000000002b4e | TASK | Wait for puppet host configuration to finish 2025-11-23 07:40:17.034073 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-23 07:40:27.254612 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-23 07:40:37.488793 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-23 07:40:47.703406 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-23 07:40:57.926543 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-23 07:41:08.141187 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-23 07:41:18.371777 | fa163e80-6264-4ee4-5429-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2025-11-23 07:41:28.592498 | fa163e80-6264-4ee4-5429-000000002b4e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-23 07:41:28.593327 | fa163e80-6264-4ee4-5429-000000002b4e | TIMING | Wait for puppet host configuration to finish | standalone | 0:12:15.919507 | 71.81s 2025-11-23 07:41:28.612112 | fa163e80-6264-4ee4-5429-000000002b4f | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-23 07:41:28.703863 | fa163e80-6264-4ee4-5429-000000002b4f | 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 23 07:40:16 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 23 07:40:22 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 23 07:40:22 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 23 07:40:22 puppet-user: (file & line not available)", "<13>Nov 23 07:40:22 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 23 07:40:22 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 23 07:40:22 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 23 07:40:22 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Nov 23 07:40:22 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 23 07:40:22 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 23 07:40:22 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 23 07:40:31 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 23 07:40:39 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 23 07:40:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 23 07:40:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 23 07:40:40 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 23 07:40:43 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 23 07:40:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 23 07:40:45 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 23 07:40:49 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 23 07:40:51 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 23 07:40:51 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 23 07:40:52 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 23 07:41:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 23 07:41:16 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 23 07:41:18 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 23 07:41:18 puppet-user: Notice: Applied catalog in 55.49 seconds", "<13>Nov 23 07:41:18 puppet-user: Application:", "<13>Nov 23 07:41:18 puppet-user: Initial environment: production", "<13>Nov 23 07:41:18 puppet-user: Converged environment: production", "<13>Nov 23 07:41:18 puppet-user: Run mode: user", "<13>Nov 23 07:41:18 puppet-user: Changes:", "<13>Nov 23 07:41:18 puppet-user: Total: 17", "<13>Nov 23 07:41:18 puppet-user: Events:", "<13>Nov 23 07:41:18 puppet-user: Success: 17", "<13>Nov 23 07:41:18 puppet-user: Resources:", "<13>Nov 23 07:41:18 puppet-user: Restarted: 1", "<13>Nov 23 07:41:18 puppet-user: Changed: 16", "<13>Nov 23 07:41:18 puppet-user: Out of sync: 16", "<13>Nov 23 07:41:18 puppet-user: Total: 26", "<13>Nov 23 07:41:18 puppet-user: Time:", "<13>Nov 23 07:41:18 puppet-user: Filebucket: 0.00", "<13>Nov 23 07:41:18 puppet-user: Schedule: 0.00", "<13>Nov 23 07:41:18 puppet-user: File line: 0.00", "<13>Nov 23 07:41:18 puppet-user: File: 0.00", "<13>Nov 23 07:41:18 puppet-user: Augeas: 0.02", "<13>Nov 23 07:41:18 puppet-user: Config retrieval: 0.44", "<13>Nov 23 07:41:18 puppet-user: User: 0.57", "<13>Nov 23 07:41:18 puppet-user: Package: 16.35", "<13>Nov 23 07:41:18 puppet-user: Last run: 1763883678", "<13>Nov 23 07:41:18 puppet-user: Exec: 28.73", "<13>Nov 23 07:41:18 puppet-user: Pcmk property: 3.53", "<13>Nov 23 07:41:18 puppet-user: Service: 4.95", "<13>Nov 23 07:41:18 puppet-user: Transaction evaluation: 55.48", "<13>Nov 23 07:41:18 puppet-user: Catalog application: 55.49", "<13>Nov 23 07:41:18 puppet-user: Total: 55.49", "<13>Nov 23 07:41:18 puppet-user: Version:", "<13>Nov 23 07:41:18 puppet-user: Config: 1763883622", "<13>Nov 23 07:41:18 puppet-user: Puppet: 7.10.0" ] } 2025-11-23 07:41:28.705489 | fa163e80-6264-4ee4-5429-000000002b4f | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:12:16.031657 | 0.09s 2025-11-23 07:41:28.734963 | fa163e80-6264-4ee4-5429-000000002b50 | TASK | Pre-cache facts for puppet containers 2025-11-23 07:41:28.764701 | fa163e80-6264-4ee4-5429-000000002b50 | TIMING | Pre-cache facts for puppet containers | standalone | 0:12:16.090862 | 0.03s 2025-11-23 07:41:28.839364 | fa163e80-6264-4ee4-5429-000000002b99 | TASK | Gather variables for each operating system 2025-11-23 07:41:28.961895 | fa163e80-6264-4ee4-5429-000000002b99 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:12:16.288052 | 0.12s 2025-11-23 07:41:28.991831 | fa163e80-6264-4ee4-5429-000000002b9a | TASK | Create puppet caching structures 2025-11-23 07:41:29.234883 | fa163e80-6264-4ee4-5429-000000002b9a | CHANGED | Create puppet caching structures | standalone 2025-11-23 07:41:29.236526 | fa163e80-6264-4ee4-5429-000000002b9a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:12:16.562695 | 0.24s 2025-11-23 07:41:29.265611 | fa163e80-6264-4ee4-5429-000000002b9b | TASK | Check for facter.conf 2025-11-23 07:41:29.489253 | fa163e80-6264-4ee4-5429-000000002b9b | OK | Check for facter.conf | standalone 2025-11-23 07:41:29.490902 | fa163e80-6264-4ee4-5429-000000002b9b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:12:16.817071 | 0.22s 2025-11-23 07:41:29.523324 | fa163e80-6264-4ee4-5429-000000002b9c | TASK | Remove facter.conf if directory 2025-11-23 07:41:29.575787 | fa163e80-6264-4ee4-5429-000000002b9c | SKIPPED | Remove facter.conf if directory | standalone 2025-11-23 07:41:29.577509 | fa163e80-6264-4ee4-5429-000000002b9c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:12:16.903669 | 0.05s 2025-11-23 07:41:29.617058 | fa163e80-6264-4ee4-5429-000000002b9d | TASK | Write facter cache config 2025-11-23 07:41:30.114376 | fa163e80-6264-4ee4-5429-000000002b9d | CHANGED | Write facter cache config | standalone 2025-11-23 07:41:30.115762 | fa163e80-6264-4ee4-5429-000000002b9d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:12:17.441930 | 0.50s 2025-11-23 07:41:30.143473 | fa163e80-6264-4ee4-5429-000000002b9e | TASK | Cleanup facter cache if exists 2025-11-23 07:41:30.358522 | fa163e80-6264-4ee4-5429-000000002b9e | OK | Cleanup facter cache if exists | standalone 2025-11-23 07:41:30.359854 | fa163e80-6264-4ee4-5429-000000002b9e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:12:17.686024 | 0.21s 2025-11-23 07:41:30.388638 | fa163e80-6264-4ee4-5429-000000002b9f | TASK | Pre-cache facts 2025-11-23 07:41:31.027149 | fa163e80-6264-4ee4-5429-000000002b9f | CHANGED | Pre-cache facts | standalone 2025-11-23 07:41:31.028541 | fa163e80-6264-4ee4-5429-000000002b9f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:12:18.354708 | 0.64s 2025-11-23 07:41:31.058825 | fa163e80-6264-4ee4-5429-000000002ba0 | TASK | Failed deployment if facter fails 2025-11-23 07:41:31.093696 | fa163e80-6264-4ee4-5429-000000002ba0 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-23 07:41:31.094881 | fa163e80-6264-4ee4-5429-000000002ba0 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:12:18.421051 | 0.03s 2025-11-23 07:41:31.143267 | fa163e80-6264-4ee4-5429-000000002ba1 | TASK | Sync cached facts 2025-11-23 07:41:31.622057 | fa163e80-6264-4ee4-5429-000000002ba1 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-6264-4ee4-5429-000000002ba1') missing from stats 2025-11-23 07:41:31.677803 | fa163e80-6264-4ee4-5429-000000002b51 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-23 07:41:31.728679 | fa163e80-6264-4ee4-5429-000000002b51 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:12:19.054838 | 0.05s 2025-11-23 07:41:31.757921 | ce6f97f7-6958-4932-9942-4370e02e250b | INCLUDED | /root/standalone-ansible-_4fp6s60/generate-config-tasks.yaml | standalone 2025-11-23 07:41:31.794407 | fa163e80-6264-4ee4-5429-000000002beb | TASK | Create base directory puppet configs 2025-11-23 07:41:32.033916 | fa163e80-6264-4ee4-5429-000000002beb | CHANGED | Create base directory puppet configs | standalone 2025-11-23 07:41:32.035407 | fa163e80-6264-4ee4-5429-000000002beb | TIMING | Create base directory puppet configs | standalone | 0:12:19.361576 | 0.24s 2025-11-23 07:41:32.064837 | fa163e80-6264-4ee4-5429-000000002bec | TASK | Generate container puppet configs for step 1 2025-11-23 07:41:32.350503 | fa163e80-6264-4ee4-5429-000000002bec | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-23 07:41:32.351838 | fa163e80-6264-4ee4-5429-000000002bec | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:19.678008 | 0.29s 2025-11-23 07:41:32.381437 | fa163e80-6264-4ee4-5429-000000002bed | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-23 07:41:32.411182 | fa163e80-6264-4ee4-5429-000000002bed | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:12:19.737343 | 0.03s 2025-11-23 07:41:32.484392 | fa163e80-6264-4ee4-5429-000000002c77 | TASK | Gather variables for each operating system 2025-11-23 07:41:32.599175 | fa163e80-6264-4ee4-5429-000000002c77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:19.925260 | 0.11s 2025-11-23 07:41:32.628309 | fa163e80-6264-4ee4-5429-000000002c78 | TASK | Create container logs path 2025-11-23 07:41:32.872741 | fa163e80-6264-4ee4-5429-000000002c78 | OK | Create container logs path | standalone 2025-11-23 07:41:32.874111 | fa163e80-6264-4ee4-5429-000000002c78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:20.200281 | 0.24s 2025-11-23 07:41:32.904943 | fa163e80-6264-4ee4-5429-000000002c7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:41:33.330069 | fa163e80-6264-4ee4-5429-000000002c7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:41:33.331481 | fa163e80-6264-4ee4-5429-000000002c7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:20.657650 | 0.42s 2025-11-23 07:41:33.362320 | fa163e80-6264-4ee4-5429-000000002c7b | TASK | Finalise hashes for all containers 2025-11-23 07:41:33.444773 | fa163e80-6264-4ee4-5429-000000002c7b | OK | Finalise hashes for all containers | standalone 2025-11-23 07:41:33.445950 | fa163e80-6264-4ee4-5429-000000002c7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:20.772119 | 0.08s 2025-11-23 07:41:33.474268 | fa163e80-6264-4ee4-5429-000000002c7d | TASK | Manage systemd shutdown files 2025-11-23 07:41:33.519315 | fa163e80-6264-4ee4-5429-000000002c7d | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:41:33.520541 | fa163e80-6264-4ee4-5429-000000002c7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:20.846710 | 0.04s 2025-11-23 07:41:33.549850 | fa163e80-6264-4ee4-5429-000000002c7f | TASK | Update container configs with new config hashes 2025-11-23 07:41:33.611645 | fa163e80-6264-4ee4-5429-000000002c7f | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:41:33.613044 | fa163e80-6264-4ee4-5429-000000002c7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:20.939211 | 0.06s 2025-11-23 07:41:33.644101 | fa163e80-6264-4ee4-5429-000000002c80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:41:33.694174 | fa163e80-6264-4ee4-5429-000000002c80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.020338 | 0.05s 2025-11-23 07:41:33.718414 | 2ead813a-49c0-411e-aaa9-90bcc5ac300a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:41:33.754235 | fa163e80-6264-4ee4-5429-000000002cc4 | TASK | Gather podman infos 2025-11-23 07:41:34.348881 | fa163e80-6264-4ee4-5429-000000002cc4 | OK | Gather podman infos | standalone 2025-11-23 07:41:34.350185 | fa163e80-6264-4ee4-5429-000000002cc4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:21.676355 | 0.59s 2025-11-23 07:41:34.382570 | fa163e80-6264-4ee4-5429-000000002cc5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:41:34.448990 | fa163e80-6264-4ee4-5429-000000002cc5 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:41:34.450271 | fa163e80-6264-4ee4-5429-000000002cc5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.776439 | 0.07s 2025-11-23 07:41:34.481120 | fa163e80-6264-4ee4-5429-000000002c81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:41:34.534711 | fa163e80-6264-4ee4-5429-000000002c81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.860873 | 0.05s 2025-11-23 07:41:34.557368 | 0c277c4d-0899-4dd4-a1a1-17408b24be10 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:41:34.594282 | fa163e80-6264-4ee4-5429-000000002cee | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:42:03.386918 | fa163e80-6264-4ee4-5429-000000002cee | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:42:03.388754 | fa163e80-6264-4ee4-5429-000000002cee | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:50.714922 | 28.79s 2025-11-23 07:42:03.461105 | fa163e80-6264-4ee4-5429-000000002cef | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:42:03.541936 | fa163e80-6264-4ee4-5429-000000002cef | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:42:03.543232 | fa163e80-6264-4ee4-5429-000000002cef | 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:12:50.869399 | 0.08s 2025-11-23 07:42:03.595148 | fa163e80-6264-4ee4-5429-000000002bef | TASK | Diff puppet-generated changes for check mode 2025-11-23 07:42:03.626839 | fa163e80-6264-4ee4-5429-000000002bef | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-23 07:42:03.628131 | fa163e80-6264-4ee4-5429-000000002bef | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:50.954302 | 0.03s 2025-11-23 07:42:03.655307 | fa163e80-6264-4ee4-5429-000000002bf0 | TASK | Diff puppet-generated changes for check mode 2025-11-23 07:42:03.687766 | fa163e80-6264-4ee4-5429-000000002bf0 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-23 07:42:03.688939 | fa163e80-6264-4ee4-5429-000000002bf0 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:51.015109 | 0.03s 2025-11-23 07:42:03.717993 | fa163e80-6264-4ee4-5429-000000002b53 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-23 07:42:03.746909 | fa163e80-6264-4ee4-5429-000000002b53 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:51.073065 | 0.03s 2025-11-23 07:42:03.811549 | fa163e80-6264-4ee4-5429-000000002d44 | TASK | Gather variables for each operating system 2025-11-23 07:42:03.925998 | fa163e80-6264-4ee4-5429-000000002d44 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:51.252157 | 0.11s 2025-11-23 07:42:03.954274 | fa163e80-6264-4ee4-5429-000000002d45 | TASK | Create container logs path 2025-11-23 07:42:04.220954 | fa163e80-6264-4ee4-5429-000000002d45 | OK | Create container logs path | standalone 2025-11-23 07:42:04.222308 | fa163e80-6264-4ee4-5429-000000002d45 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:51.548478 | 0.27s 2025-11-23 07:42:04.254640 | fa163e80-6264-4ee4-5429-000000002d47 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-23 07:42:04.541743 | fa163e80-6264-4ee4-5429-000000002d47 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-23 07:42:04.543209 | fa163e80-6264-4ee4-5429-000000002d47 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:51.869377 | 0.29s 2025-11-23 07:42:04.573464 | fa163e80-6264-4ee4-5429-000000002d48 | TASK | Finalise hashes for all containers 2025-11-23 07:42:04.635389 | fa163e80-6264-4ee4-5429-000000002d48 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:42:04.637223 | fa163e80-6264-4ee4-5429-000000002d48 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:51.963388 | 0.06s 2025-11-23 07:42:04.665877 | fa163e80-6264-4ee4-5429-000000002d4a | TASK | Manage systemd shutdown files 2025-11-23 07:42:04.697093 | fa163e80-6264-4ee4-5429-000000002d4a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:52.023255 | 0.03s 2025-11-23 07:42:04.731920 | a66aad26-6b89-4800-8f55-7212ee8c2b51 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-23 07:42:04.759856 | fa163e80-6264-4ee4-5429-000000002d7d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-23 07:42:05.022241 | fa163e80-6264-4ee4-5429-000000002d7d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-23 07:42:05.023670 | fa163e80-6264-4ee4-5429-000000002d7d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:52.349840 | 0.26s 2025-11-23 07:42:05.052475 | fa163e80-6264-4ee4-5429-000000002d7e | TASK | Set podman_drop_in fact 2025-11-23 07:42:05.114097 | fa163e80-6264-4ee4-5429-000000002d7e | OK | Set podman_drop_in fact | standalone 2025-11-23 07:42:05.115188 | fa163e80-6264-4ee4-5429-000000002d7e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:52.441360 | 0.06s 2025-11-23 07:42:05.143100 | fa163e80-6264-4ee4-5429-000000002d80 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-23 07:42:05.650034 | fa163e80-6264-4ee4-5429-000000002d80 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-23 07:42:05.651439 | fa163e80-6264-4ee4-5429-000000002d80 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:52.977614 | 0.51s 2025-11-23 07:42:06.125592 | fa163e80-6264-4ee4-5429-000000002d80 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-23 07:42:06.126737 | fa163e80-6264-4ee4-5429-000000002d80 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:53.452910 | 0.98s 2025-11-23 07:42:06.139154 | fa163e80-6264-4ee4-5429-000000002d80 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:53.465329 | 0.99s 2025-11-23 07:42:06.169056 | fa163e80-6264-4ee4-5429-000000002d81 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-23 07:42:06.662077 | fa163e80-6264-4ee4-5429-000000002d81 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-23 07:42:06.662809 | fa163e80-6264-4ee4-5429-000000002d81 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:53.988988 | 0.49s 2025-11-23 07:42:06.681228 | fa163e80-6264-4ee4-5429-000000002d82 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-23 07:42:07.168368 | fa163e80-6264-4ee4-5429-000000002d82 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-23 07:42:07.169993 | fa163e80-6264-4ee4-5429-000000002d82 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:54.496162 | 0.49s 2025-11-23 07:42:07.199529 | fa163e80-6264-4ee4-5429-000000002d83 | TASK | Enable and start tripleo-container-shutdown 2025-11-23 07:42:08.114131 | fa163e80-6264-4ee4-5429-000000002d83 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-23 07:42:08.115392 | fa163e80-6264-4ee4-5429-000000002d83 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:55.441568 | 0.91s 2025-11-23 07:42:08.137780 | fa163e80-6264-4ee4-5429-000000002d84 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-23 07:42:08.647113 | fa163e80-6264-4ee4-5429-000000002d84 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-23 07:42:08.648469 | fa163e80-6264-4ee4-5429-000000002d84 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:55.974636 | 0.51s 2025-11-23 07:42:08.676229 | fa163e80-6264-4ee4-5429-000000002d85 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-23 07:42:09.147258 | fa163e80-6264-4ee4-5429-000000002d85 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-23 07:42:09.148583 | fa163e80-6264-4ee4-5429-000000002d85 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:56.474754 | 0.47s 2025-11-23 07:42:09.175902 | fa163e80-6264-4ee4-5429-000000002d86 | TASK | Enable and start netns-placeholder 2025-11-23 07:42:10.144246 | fa163e80-6264-4ee4-5429-000000002d86 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-23 07:42:10.146950 | fa163e80-6264-4ee4-5429-000000002d86 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:57.473112 | 0.97s 2025-11-23 07:42:10.181491 | fa163e80-6264-4ee4-5429-000000002d4c | TASK | Update container configs with new config hashes 2025-11-23 07:42:10.242610 | fa163e80-6264-4ee4-5429-000000002d4c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:57.568772 | 0.06s 2025-11-23 07:42:10.262297 | 6592a237-aac7-4120-93a4-83279571d95c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-23 07:42:10.295636 | fa163e80-6264-4ee4-5429-000000002dae | TASK | Update config hashes for container startup configs 2025-11-23 07:42:10.612369 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-11-23 07:42:10.613578 | | WARNING | Config change detected for mysql_bootstrap, new hash: 4e74221600b1cd864d476e9d28a30c81 2025-11-23 07:42:10.614091 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 5a485901ab6df76109ea0bd53d60e740 2025-11-23 07:42:10.614682 | | WARNING | Config change detected for clustercheck, new hash: a18011d0b1fdf2d8f296ee85ba8e6faf 2025-11-23 07:42:10.615216 | | WARNING | Config change detected for horizon_fix_perms, new hash: 9c37c5e6d45b50eb1cd2aeab6c8152e9 2025-11-23 07:42:10.615750 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 4e74221600b1cd864d476e9d28a30c81 2025-11-23 07:42:10.616271 | | WARNING | Config change detected for barbican_api, new hash: 4f0b1eb886b5a06d3438c000c55e0a90 2025-11-23 07:42:10.616826 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 4f0b1eb886b5a06d3438c000c55e0a90 2025-11-23 07:42:10.617288 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 4f0b1eb886b5a06d3438c000c55e0a90 2025-11-23 07:42:10.617799 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 4f0b1eb886b5a06d3438c000c55e0a90 2025-11-23 07:42:10.618264 | | WARNING | Config change detected for barbican_worker, new hash: 4f0b1eb886b5a06d3438c000c55e0a90 2025-11-23 07:42:10.618833 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 804e7a227fd03eb6b87613d50f823892 2025-11-23 07:42:10.619320 | | WARNING | Config change detected for glance_api_db_sync, new hash: e235f8017890605df9d73ab61b9e0a88-7e0da0b4c8fba87cb184cf47f19455e7 2025-11-23 07:42:10.619852 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 676bb37d5def2421a9f3ed699e7f679c 2025-11-23 07:42:10.620315 | | WARNING | Config change detected for horizon, new hash: 9c37c5e6d45b50eb1cd2aeab6c8152e9 2025-11-23 07:42:10.620835 | | WARNING | Config change detected for iscsid, new hash: 7e0da0b4c8fba87cb184cf47f19455e7 2025-11-23 07:42:10.621300 | | WARNING | Config change detected for keystone, new hash: 5e766353514dd7125af9cce87dd94a3d 2025-11-23 07:42:10.621806 | | WARNING | Config change detected for keystone_cron, new hash: 5e766353514dd7125af9cce87dd94a3d 2025-11-23 07:42:10.622264 | | WARNING | Config change detected for keystone_db_sync, new hash: 5e766353514dd7125af9cce87dd94a3d 2025-11-23 07:42:10.622807 | | WARNING | Config change detected for manila_api_db_sync, new hash: 5a1d96f463f31024b31a63a75618a0ba 2025-11-23 07:42:10.623271 | | WARNING | Config change detected for neutron_db_sync, new hash: e3820ddd2414eccfdc2f56cad27f42b3 2025-11-23 07:42:10.623805 | | WARNING | Config change detected for nova_api_db_sync, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.624263 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.624871 | | WARNING | Config change detected for nova_db_sync, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.625422 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.625886 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.626365 | | WARNING | Config change detected for nova_virtproxyd, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.626904 | | WARNING | Config change detected for nova_virtqemud, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.627405 | | WARNING | Config change detected for nova_virtsecretd, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.627872 | | WARNING | Config change detected for nova_virtstoraged, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.628330 | | WARNING | Config change detected for placement_api_db_sync, new hash: 428fd8a5a64aafd1961ab3b256625a38 2025-11-23 07:42:10.628844 | | WARNING | Config change detected for swift_copy_rings, new hash: a4dd939f24995c5f2cf024b13721769f-c55cabeae2cd65b3d95663c61d640748 2025-11-23 07:42:10.629312 | | WARNING | Config change detected for cinder_api, new hash: 804e7a227fd03eb6b87613d50f823892 2025-11-23 07:42:10.629818 | | WARNING | Config change detected for cinder_api_cron, new hash: 804e7a227fd03eb6b87613d50f823892 2025-11-23 07:42:10.630277 | | WARNING | Config change detected for cinder_scheduler, new hash: 804e7a227fd03eb6b87613d50f823892 2025-11-23 07:42:10.630788 | | WARNING | Config change detected for glance_api, new hash: e235f8017890605df9d73ab61b9e0a88-7e0da0b4c8fba87cb184cf47f19455e7 2025-11-23 07:42:10.631283 | | WARNING | Config change detected for glance_api_cron, new hash: e235f8017890605df9d73ab61b9e0a88 2025-11-23 07:42:10.631824 | | WARNING | Config change detected for glance_api_internal, new hash: c0d94ca1a92e675f2e306f39f24d6475-7e0da0b4c8fba87cb184cf47f19455e7 2025-11-23 07:42:10.632279 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: c0d94ca1a92e675f2e306f39f24d6475 2025-11-23 07:42:10.632782 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: e235f8017890605df9d73ab61b9e0a88 2025-11-23 07:42:10.633235 | | WARNING | Config change detected for heat_api, new hash: cc5cc01f9db1b9916eb5f0240dd430ff 2025-11-23 07:42:10.633762 | | WARNING | Config change detected for heat_api_cfn, new hash: 7b403e1f4acd6eede8ba23d4f6494a3e 2025-11-23 07:42:10.634219 | | WARNING | Config change detected for heat_api_cron, new hash: cc5cc01f9db1b9916eb5f0240dd430ff 2025-11-23 07:42:10.634709 | | WARNING | Config change detected for heat_engine, new hash: 676bb37d5def2421a9f3ed699e7f679c 2025-11-23 07:42:10.635189 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-23 07:42:10.635709 | | WARNING | Config change detected for manila_api, new hash: 5a1d96f463f31024b31a63a75618a0ba 2025-11-23 07:42:10.636214 | | WARNING | Config change detected for manila_api_cron, new hash: 5a1d96f463f31024b31a63a75618a0ba 2025-11-23 07:42:10.636765 | | WARNING | Config change detected for manila_scheduler, new hash: 5a1d96f463f31024b31a63a75618a0ba 2025-11-23 07:42:10.637218 | | WARNING | Config change detected for neutron_api, new hash: e3820ddd2414eccfdc2f56cad27f42b3 2025-11-23 07:42:10.637716 | | WARNING | Config change detected for neutron_dhcp, new hash: e3820ddd2414eccfdc2f56cad27f42b3 2025-11-23 07:42:10.638168 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: e3820ddd2414eccfdc2f56cad27f42b3 2025-11-23 07:42:10.638662 | | WARNING | Config change detected for neutron_sriov_agent, new hash: e3820ddd2414eccfdc2f56cad27f42b3 2025-11-23 07:42:10.639165 | | WARNING | Config change detected for nova_api, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.639681 | | WARNING | Config change detected for nova_api_cron, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.640135 | | WARNING | Config change detected for nova_conductor, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.640662 | | WARNING | Config change detected for nova_metadata, new hash: f3cf1560ff0b43a29996f40c0a904aaa 2025-11-23 07:42:10.641122 | | WARNING | Config change detected for nova_migration_target, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.641614 | | WARNING | Config change detected for nova_scheduler, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.642104 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.642595 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 4b619d63f6de96075d77e0a82912ddc2 2025-11-23 07:42:10.643115 | | WARNING | Config change detected for ovn_metadata_agent, new hash: e3820ddd2414eccfdc2f56cad27f42b3 2025-11-23 07:42:10.643636 | | WARNING | Config change detected for placement_api, new hash: 428fd8a5a64aafd1961ab3b256625a38 2025-11-23 07:42:10.644092 | | WARNING | Config change detected for placement_wait_for_service, new hash: 428fd8a5a64aafd1961ab3b256625a38 2025-11-23 07:42:10.644595 | | WARNING | Config change detected for swift_account_reaper, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.645085 | | WARNING | Config change detected for swift_account_server, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.645580 | | WARNING | Config change detected for swift_container_server, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.646067 | | WARNING | Config change detected for swift_container_updater, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.646559 | | WARNING | Config change detected for swift_object_expirer, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.647043 | | WARNING | Config change detected for swift_object_server, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.647551 | | WARNING | Config change detected for swift_object_updater, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.648024 | | WARNING | Config change detected for swift_proxy, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.648523 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: a4dd939f24995c5f2cf024b13721769f 2025-11-23 07:42:10.648995 | | WARNING | Config change detected for nova_compute, new hash: 7e0da0b4c8fba87cb184cf47f19455e7-9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.649485 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 9e38242dded595457c21f4d67742f590 2025-11-23 07:42:10.649973 | fa163e80-6264-4ee4-5429-000000002dae | CHANGED | Update config hashes for container startup configs | standalone 2025-11-23 07:42:10.650781 | fa163e80-6264-4ee4-5429-000000002dae | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:57.976951 | 0.35s 2025-11-23 07:42:10.681650 | fa163e80-6264-4ee4-5429-000000002d4d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-23 07:42:10.740927 | fa163e80-6264-4ee4-5429-000000002d4d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:58.067094 | 0.06s 2025-11-23 07:42:10.755286 | a1cf8515-82ea-4146-819b-05c2f6dc07d5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:42:10.784665 | fa163e80-6264-4ee4-5429-000000002dcd | TASK | Gather podman infos 2025-11-23 07:42:11.630715 | fa163e80-6264-4ee4-5429-000000002dcd | OK | Gather podman infos | standalone 2025-11-23 07:42:11.631894 | fa163e80-6264-4ee4-5429-000000002dcd | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:58.958066 | 0.85s 2025-11-23 07:42:11.694097 | fa163e80-6264-4ee4-5429-000000002dce | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-23 07:42:11.755896 | fa163e80-6264-4ee4-5429-000000002dce | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:59.082061 | 0.06s 2025-11-23 07:42:11.874522 | fa163e80-6264-4ee4-5429-000000002e17 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:59.200682 | 0.06s 2025-11-23 07:42:11.930775 | fa163e80-6264-4ee4-5429-000000002d4e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-23 07:42:11.962477 | fa163e80-6264-4ee4-5429-000000002d4e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:59.288643 | 0.03s 2025-11-23 07:42:11.983511 | c0d50a3e-3c2b-4523-8065-0115e8e86e93 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:42:12.017852 | fa163e80-6264-4ee4-5429-000000002e3d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-23 07:42:19.686511 | fa163e80-6264-4ee4-5429-000000002e3d | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-23 07:42:19.687990 | fa163e80-6264-4ee4-5429-000000002e3d | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:13:07.014158 | 7.67s 2025-11-23 07:42:19.718326 | fa163e80-6264-4ee4-5429-000000002e3e | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-23 07:42:22.207828 | fa163e80-6264-4ee4-5429-000000002e3e | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-23 07:42:22.209182 | fa163e80-6264-4ee4-5429-000000002e3e | 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:13:09.535352 | 2.49s 2025-11-23 07:42:22.278475 | fa163e80-6264-4ee4-5429-000000002b55 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-23 07:42:22.489626 | fa163e80-6264-4ee4-5429-000000002b55 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-23 07:42:22.490921 | fa163e80-6264-4ee4-5429-000000002b55 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:13:09.817091 | 0.21s 2025-11-23 07:42:22.543472 | fa163e80-6264-4ee4-5429-000000002b56 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-23 07:42:22.596002 | fa163e80-6264-4ee4-5429-000000002b56 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:13:09.922161 | 0.05s 2025-11-23 07:42:22.625709 | fa163e80-6264-4ee4-5429-000000002b57 | TASK | Include container-puppet tasks for step 1 2025-11-23 07:42:22.668081 | fa163e80-6264-4ee4-5429-000000002b57 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:13:09.994241 | 0.04s 2025-11-23 07:42:22.693423 | c957abff-9c31-4291-a466-7d368a447bf8 | INCLUDED | /root/standalone-ansible-_4fp6s60/host-container-puppet-tasks.yaml | standalone 2025-11-23 07:42:22.742118 | fa163e80-6264-4ee4-5429-000000002e89 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-23 07:42:23.164917 | fa163e80-6264-4ee4-5429-000000002e89 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-23 07:42:23.166110 | fa163e80-6264-4ee4-5429-000000002e89 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:13:10.492281 | 0.42s 2025-11-23 07:42:23.195397 | fa163e80-6264-4ee4-5429-000000002e8b | TASK | Generate container puppet configs for step 1 2025-11-23 07:42:23.480629 | fa163e80-6264-4ee4-5429-000000002e8b | OK | Generate container puppet configs for step 1 | standalone 2025-11-23 07:42:23.481928 | fa163e80-6264-4ee4-5429-000000002e8b | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:10.808099 | 0.29s 2025-11-23 07:42:23.512548 | fa163e80-6264-4ee4-5429-000000002e8c | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-23 07:42:23.547123 | fa163e80-6264-4ee4-5429-000000002e8c | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:13:10.873287 | 0.03s 2025-11-23 07:42:23.603927 | fa163e80-6264-4ee4-5429-000000002c77 | TASK | Gather variables for each operating system 2025-11-23 07:42:23.726961 | fa163e80-6264-4ee4-5429-000000002c77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:11.053117 | 0.12s 2025-11-23 07:42:23.755695 | fa163e80-6264-4ee4-5429-000000002c78 | TASK | Create container logs path 2025-11-23 07:42:23.999990 | fa163e80-6264-4ee4-5429-000000002c78 | OK | Create container logs path | standalone 2025-11-23 07:42:24.001316 | fa163e80-6264-4ee4-5429-000000002c78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:11.327487 | 0.24s 2025-11-23 07:42:24.033094 | fa163e80-6264-4ee4-5429-000000002c7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:42:24.296632 | fa163e80-6264-4ee4-5429-000000002c7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:42:24.297596 | fa163e80-6264-4ee4-5429-000000002c7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:11.623773 | 0.26s 2025-11-23 07:42:24.325225 | fa163e80-6264-4ee4-5429-000000002c7b | TASK | Finalise hashes for all containers 2025-11-23 07:42:24.366881 | fa163e80-6264-4ee4-5429-000000002c7b | OK | Finalise hashes for all containers | standalone 2025-11-23 07:42:24.367972 | fa163e80-6264-4ee4-5429-000000002c7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:11.694148 | 0.04s 2025-11-23 07:42:24.390708 | fa163e80-6264-4ee4-5429-000000002c7d | TASK | Manage systemd shutdown files 2025-11-23 07:42:24.417875 | fa163e80-6264-4ee4-5429-000000002c7d | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:42:24.418785 | fa163e80-6264-4ee4-5429-000000002c7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:11.744960 | 0.03s 2025-11-23 07:42:24.447544 | fa163e80-6264-4ee4-5429-000000002c7f | TASK | Update container configs with new config hashes 2025-11-23 07:42:24.498229 | fa163e80-6264-4ee4-5429-000000002c7f | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:42:24.499291 | fa163e80-6264-4ee4-5429-000000002c7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:11.825466 | 0.05s 2025-11-23 07:42:24.523303 | fa163e80-6264-4ee4-5429-000000002c80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:42:24.571691 | fa163e80-6264-4ee4-5429-000000002c80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:42:24.572983 | fa163e80-6264-4ee4-5429-000000002c80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:11.899154 | 0.05s 2025-11-23 07:42:24.604050 | fa163e80-6264-4ee4-5429-000000002c81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-23 07:42:24.655977 | fa163e80-6264-4ee4-5429-000000002c81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-23 07:42:24.657327 | fa163e80-6264-4ee4-5429-000000002c81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:11.983496 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-11-23 07:42:24.836904 | fa163e80-6264-4ee4-5429-0000000000c6 | TASK | External deployment step 2 2025-11-23 07:42:24.867529 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000c6') missing from stats 2025-11-23 07:42:24.925874 | fa163e80-6264-4ee4-5429-0000000000c7 | TIMING | include_tasks | undercloud | 0:13:12.252032 | 0.04s 2025-11-23 07:42:24.933407 | 54c22a49-1e72-4e53-9049-5723574fa80f | INCLUDED | /root/standalone-ansible-_4fp6s60/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-11-23 07:42:25.067577 | fa163e80-6264-4ee4-5429-0000000000ca | TASK | Deploy step tasks for 2 2025-11-23 07:42:25.094825 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000ca') missing from stats 2025-11-23 07:42:25.116151 | fa163e80-6264-4ee4-5429-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-23 07:42:25.580785 | fa163e80-6264-4ee4-5429-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-23 07:42:25.582417 | fa163e80-6264-4ee4-5429-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:12.908584 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:42:25.649189 | fa163e80-6264-4ee4-5429-0000000000cc | TIMING | include_tasks | standalone | 0:13:12.975353 | 0.04s 2025-11-23 07:42:25.729999 | 9870c50b-cb2c-4b8c-a545-a21dceda26fc | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-23 07:42:25.761022 | fa163e80-6264-4ee4-5429-000000002f1a | TASK | Push script 2025-11-23 07:42:26.276895 | fa163e80-6264-4ee4-5429-000000002f1a | CHANGED | Push script | standalone 2025-11-23 07:42:26.278170 | fa163e80-6264-4ee4-5429-000000002f1a | TIMING | Push script | standalone | 0:13:13.604336 | 0.52s 2025-11-23 07:42:26.307767 | fa163e80-6264-4ee4-5429-000000002f1b | TASK | Insert cronjob in root crontab 2025-11-23 07:42:26.763876 | fa163e80-6264-4ee4-5429-000000002f1b | CHANGED | Insert cronjob in root crontab | standalone 2025-11-23 07:42:26.765226 | fa163e80-6264-4ee4-5429-000000002f1b | TIMING | Insert cronjob in root crontab | standalone | 0:13:14.091395 | 0.46s 2025-11-23 07:42:26.793399 | fa163e80-6264-4ee4-5429-000000002f22 | TASK | Gather variables for each operating system 2025-11-23 07:42:26.887502 | fa163e80-6264-4ee4-5429-000000002f22 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:14.213665 | 0.09s 2025-11-23 07:42:26.916231 | fa163e80-6264-4ee4-5429-000000002f23 | TASK | Detect if resource is being created or already exists 2025-11-23 07:42:27.635465 | fa163e80-6264-4ee4-5429-000000002f23 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-23 07:42:27.636751 | fa163e80-6264-4ee4-5429-000000002f23 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:14.962923 | 0.72s 2025-11-23 07:42:27.668237 | fa163e80-6264-4ee4-5429-000000002f24 | TASK | Run init bundle puppet on the host for haproxy 2025-11-23 07:44:15.285283 | fa163e80-6264-4ee4-5429-000000002f24 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-23 07:44:15.286990 | fa163e80-6264-4ee4-5429-000000002f24 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:02.613160 | 107.62s 2025-11-23 07:44:15.318119 | fa163e80-6264-4ee4-5429-000000002f25 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-23 07:44:15.563683 | fa163e80-6264-4ee4-5429-000000002f25 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-23 07:44:15.564595 | fa163e80-6264-4ee4-5429-000000002f25 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:02.890773 | 0.24s 2025-11-23 07:44:15.583607 | fa163e80-6264-4ee4-5429-000000002f26 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-23 07:44:16.157450 | fa163e80-6264-4ee4-5429-000000002f26 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-23 07:44:16.158908 | fa163e80-6264-4ee4-5429-000000002f26 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:03.485076 | 0.57s 2025-11-23 07:44:16.190191 | fa163e80-6264-4ee4-5429-000000002f27 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-23 07:44:16.445048 | fa163e80-6264-4ee4-5429-000000002f27 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-23 07:44:16.446396 | fa163e80-6264-4ee4-5429-000000002f27 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:03.772565 | 0.25s 2025-11-23 07:44:16.478046 | fa163e80-6264-4ee4-5429-000000002f29 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-23 07:44:16.531108 | fa163e80-6264-4ee4-5429-000000002f29 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-23 07:44:16.532530 | fa163e80-6264-4ee4-5429-000000002f29 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:03.858696 | 0.05s 2025-11-23 07:44:16.563894 | fa163e80-6264-4ee4-5429-000000002f2a | TASK | Get container image tag from bundle haproxy-bundle 2025-11-23 07:44:16.615277 | fa163e80-6264-4ee4-5429-000000002f2a | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-23 07:44:16.616668 | fa163e80-6264-4ee4-5429-000000002f2a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:03.942837 | 0.05s 2025-11-23 07:44:16.647212 | fa163e80-6264-4ee4-5429-000000002f2b | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-23 07:44:16.697294 | fa163e80-6264-4ee4-5429-000000002f2b | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-23 07:44:16.698599 | fa163e80-6264-4ee4-5429-000000002f2b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:04.024767 | 0.05s 2025-11-23 07:44:16.730035 | fa163e80-6264-4ee4-5429-000000002f2c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-23 07:44:16.782770 | fa163e80-6264-4ee4-5429-000000002f2c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-23 07:44:16.783920 | fa163e80-6264-4ee4-5429-000000002f2c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:04.110090 | 0.05s 2025-11-23 07:44:16.813514 | fa163e80-6264-4ee4-5429-000000002f2d | TASK | Remove update marker for bundle haproxy-bundle 2025-11-23 07:44:16.854665 | fa163e80-6264-4ee4-5429-000000002f2d | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-23 07:44:16.855952 | fa163e80-6264-4ee4-5429-000000002f2d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:04.182118 | 0.04s 2025-11-23 07:44:16.911379 | fa163e80-6264-4ee4-5429-000000002f4e | TASK | Gather variables for each operating system 2025-11-23 07:44:17.038449 | fa163e80-6264-4ee4-5429-000000002f4e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:04.364594 | 0.13s 2025-11-23 07:44:17.067794 | fa163e80-6264-4ee4-5429-000000002f4f | TASK | Detect if resource is being created or already exists 2025-11-23 07:44:17.890281 | fa163e80-6264-4ee4-5429-000000002f4f | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-23 07:44:17.892397 | fa163e80-6264-4ee4-5429-000000002f4f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:05.218492 | 0.82s 2025-11-23 07:44:17.912933 | fa163e80-6264-4ee4-5429-000000002f50 | TASK | Run init bundle puppet on the host for mysql 2025-11-23 07:44:46.935189 | fa163e80-6264-4ee4-5429-000000002f50 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-23 07:44:46.936604 | fa163e80-6264-4ee4-5429-000000002f50 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:34.262770 | 29.02s 2025-11-23 07:44:46.962671 | fa163e80-6264-4ee4-5429-000000002f51 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-23 07:44:47.227516 | fa163e80-6264-4ee4-5429-000000002f51 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-23 07:44:47.228898 | fa163e80-6264-4ee4-5429-000000002f51 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:34.555062 | 0.26s 2025-11-23 07:44:47.258414 | fa163e80-6264-4ee4-5429-000000002f52 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-23 07:44:47.712803 | fa163e80-6264-4ee4-5429-000000002f52 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-23 07:44:47.713775 | fa163e80-6264-4ee4-5429-000000002f52 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:35.039953 | 0.45s 2025-11-23 07:44:47.733425 | fa163e80-6264-4ee4-5429-000000002f53 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-23 07:44:47.967645 | fa163e80-6264-4ee4-5429-000000002f53 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-23 07:44:47.969896 | fa163e80-6264-4ee4-5429-000000002f53 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:35.296065 | 0.24s 2025-11-23 07:44:48.003646 | fa163e80-6264-4ee4-5429-000000002f55 | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-23 07:44:48.056064 | fa163e80-6264-4ee4-5429-000000002f55 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-23 07:44:48.057458 | fa163e80-6264-4ee4-5429-000000002f55 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:35.383625 | 0.05s 2025-11-23 07:44:48.088217 | fa163e80-6264-4ee4-5429-000000002f56 | TASK | Get container image tag from bundle galera-bundle 2025-11-23 07:44:48.143610 | fa163e80-6264-4ee4-5429-000000002f56 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-23 07:44:48.144943 | fa163e80-6264-4ee4-5429-000000002f56 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:35.471108 | 0.06s 2025-11-23 07:44:48.175989 | fa163e80-6264-4ee4-5429-000000002f57 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-23 07:44:48.227285 | fa163e80-6264-4ee4-5429-000000002f57 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-23 07:44:48.228396 | fa163e80-6264-4ee4-5429-000000002f57 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:35.554570 | 0.05s 2025-11-23 07:44:48.252403 | fa163e80-6264-4ee4-5429-000000002f58 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-23 07:44:48.310556 | fa163e80-6264-4ee4-5429-000000002f58 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-23 07:44:48.311810 | fa163e80-6264-4ee4-5429-000000002f58 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:35.637977 | 0.06s 2025-11-23 07:44:48.341713 | fa163e80-6264-4ee4-5429-000000002f59 | TASK | Remove update marker for bundle galera-bundle 2025-11-23 07:44:48.402374 | fa163e80-6264-4ee4-5429-000000002f59 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-23 07:44:48.403571 | fa163e80-6264-4ee4-5429-000000002f59 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:35.729738 | 0.06s 2025-11-23 07:44:48.457394 | fa163e80-6264-4ee4-5429-000000002f7a | TASK | Gather variables for each operating system 2025-11-23 07:44:48.581914 | fa163e80-6264-4ee4-5429-000000002f7a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:35.908073 | 0.12s 2025-11-23 07:44:48.611067 | fa163e80-6264-4ee4-5429-000000002f7b | TASK | Detect if resource is being created or already exists 2025-11-23 07:44:49.399622 | fa163e80-6264-4ee4-5429-000000002f7b | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-23 07:44:49.401226 | fa163e80-6264-4ee4-5429-000000002f7b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:36.727392 | 0.79s 2025-11-23 07:44:49.430646 | fa163e80-6264-4ee4-5429-000000002f7c | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-23 07:45:17.065014 | fa163e80-6264-4ee4-5429-000000002f7c | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-23 07:45:17.069242 | fa163e80-6264-4ee4-5429-000000002f7c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:04.395409 | 27.64s 2025-11-23 07:45:17.105885 | fa163e80-6264-4ee4-5429-000000002f7d | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-23 07:45:17.364928 | fa163e80-6264-4ee4-5429-000000002f7d | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-23 07:45:17.367536 | fa163e80-6264-4ee4-5429-000000002f7d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:04.693705 | 0.26s 2025-11-23 07:45:17.397153 | fa163e80-6264-4ee4-5429-000000002f7e | TASK | Run pacemaker restart if the config file for the service changed 2025-11-23 07:45:17.834161 | fa163e80-6264-4ee4-5429-000000002f7e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-23 07:45:17.835601 | fa163e80-6264-4ee4-5429-000000002f7e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:05.161772 | 0.44s 2025-11-23 07:45:17.865054 | fa163e80-6264-4ee4-5429-000000002f7f | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-23 07:45:18.095165 | fa163e80-6264-4ee4-5429-000000002f7f | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-23 07:45:18.096676 | fa163e80-6264-4ee4-5429-000000002f7f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:05.422855 | 0.23s 2025-11-23 07:45:18.116143 | fa163e80-6264-4ee4-5429-000000002f81 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-23 07:45:18.145117 | fa163e80-6264-4ee4-5429-000000002f81 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-23 07:45:18.145903 | fa163e80-6264-4ee4-5429-000000002f81 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:05.472082 | 0.03s 2025-11-23 07:45:18.165560 | fa163e80-6264-4ee4-5429-000000002f82 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-23 07:45:18.194384 | fa163e80-6264-4ee4-5429-000000002f82 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-23 07:45:18.194992 | fa163e80-6264-4ee4-5429-000000002f82 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:05.521172 | 0.03s 2025-11-23 07:45:18.214557 | fa163e80-6264-4ee4-5429-000000002f83 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-23 07:45:18.271667 | fa163e80-6264-4ee4-5429-000000002f83 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-23 07:45:18.272956 | fa163e80-6264-4ee4-5429-000000002f83 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:05.599125 | 0.06s 2025-11-23 07:45:18.304056 | fa163e80-6264-4ee4-5429-000000002f84 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-23 07:45:18.360181 | fa163e80-6264-4ee4-5429-000000002f84 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-23 07:45:18.361511 | fa163e80-6264-4ee4-5429-000000002f84 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:05.687677 | 0.05s 2025-11-23 07:45:18.392029 | fa163e80-6264-4ee4-5429-000000002f85 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-23 07:45:18.435004 | fa163e80-6264-4ee4-5429-000000002f85 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-23 07:45:18.436118 | fa163e80-6264-4ee4-5429-000000002f85 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:05.762287 | 0.04s 2025-11-23 07:45:18.479166 | fa163e80-6264-4ee4-5429-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-23 07:45:18.701273 | fa163e80-6264-4ee4-5429-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-23 07:45:18.702315 | fa163e80-6264-4ee4-5429-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:06.028493 | 0.22s 2025-11-23 07:45:18.802955 | fa163e80-6264-4ee4-5429-0000000000cf | TIMING | include_tasks | standalone | 0:16:06.129124 | 0.08s 2025-11-23 07:45:18.820720 | 67df4178-3b1d-4801-bf62-e518636df738 | INCLUDED | /root/standalone-ansible-_4fp6s60/common_deploy_steps_tasks.yaml | standalone 2025-11-23 07:45:18.841749 | fa163e80-6264-4ee4-5429-000000003000 | TASK | Write the config_step hieradata 2025-11-23 07:45:19.313417 | fa163e80-6264-4ee4-5429-000000003000 | OK | Write the config_step hieradata | standalone 2025-11-23 07:45:19.314732 | fa163e80-6264-4ee4-5429-000000003000 | TIMING | Write the config_step hieradata | standalone | 0:16:06.640901 | 0.47s 2025-11-23 07:45:19.344387 | fa163e80-6264-4ee4-5429-000000003001 | TASK | Run puppet host configuration for step 2 2025-11-23 07:45:19.693230 | fa163e80-6264-4ee4-5429-000000003001 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-23 07:45:19.694125 | fa163e80-6264-4ee4-5429-000000003001 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:07.020305 | 0.35s 2025-11-23 07:45:19.712812 | fa163e80-6264-4ee4-5429-000000003002 | TASK | Wait for puppet host configuration to finish 2025-11-23 07:45:19.915165 | fa163e80-6264-4ee4-5429-000000003002 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-23 07:45:30.134113 | fa163e80-6264-4ee4-5429-000000003002 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-23 07:45:40.369661 | fa163e80-6264-4ee4-5429-000000003002 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-23 07:45:40.371035 | fa163e80-6264-4ee4-5429-000000003002 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:27.697208 | 20.66s 2025-11-23 07:45:40.401113 | fa163e80-6264-4ee4-5429-000000003003 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-23 07:45:40.484835 | fa163e80-6264-4ee4-5429-000000003003 | 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 23 07:45:19 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 23 07:45:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 23 07:45:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 23 07:45:26 puppet-user: (file & line not available)", "<13>Nov 23 07:45:26 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 23 07:45:26 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 23 07:45:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 23 07:45:26 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.46 seconds", "<13>Nov 23 07:45:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 23 07:45:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 23 07:45:36 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 23 07:45:36 puppet-user: Notice: Applied catalog in 10.07 seconds", "<13>Nov 23 07:45:36 puppet-user: Application:", "<13>Nov 23 07:45:36 puppet-user: Initial environment: production", "<13>Nov 23 07:45:36 puppet-user: Converged environment: production", "<13>Nov 23 07:45:36 puppet-user: Run mode: user", "<13>Nov 23 07:45:36 puppet-user: Changes:", "<13>Nov 23 07:45:36 puppet-user: Total: 2", "<13>Nov 23 07:45:36 puppet-user: Events:", "<13>Nov 23 07:45:36 puppet-user: Success: 2", "<13>Nov 23 07:45:36 puppet-user: Resources:", "<13>Nov 23 07:45:36 puppet-user: Changed: 2", "<13>Nov 23 07:45:36 puppet-user: Out of sync: 2", "<13>Nov 23 07:45:36 puppet-user: Total: 28", "<13>Nov 23 07:45:36 puppet-user: Time:", "<13>Nov 23 07:45:36 puppet-user: Filebucket: 0.00", "<13>Nov 23 07:45:36 puppet-user: File line: 0.00", "<13>Nov 23 07:45:36 puppet-user: Schedule: 0.00", "<13>Nov 23 07:45:36 puppet-user: Package: 0.00", "<13>Nov 23 07:45:36 puppet-user: File: 0.00", "<13>Nov 23 07:45:36 puppet-user: User: 0.01", "<13>Nov 23 07:45:36 puppet-user: Augeas: 0.05", "<13>Nov 23 07:45:36 puppet-user: Service: 0.07", "<13>Nov 23 07:45:36 puppet-user: Config retrieval: 0.50", "<13>Nov 23 07:45:36 puppet-user: Pcmk property: 1.48", "<13>Nov 23 07:45:36 puppet-user: Exec: 1.93", "<13>Nov 23 07:45:36 puppet-user: Transaction evaluation: 10.06", "<13>Nov 23 07:45:36 puppet-user: Catalog application: 10.07", "<13>Nov 23 07:45:36 puppet-user: Last run: 1763883936", "<13>Nov 23 07:45:36 puppet-user: Pcmk resource default: 3.13", "<13>Nov 23 07:45:36 puppet-user: Pcmk resource op default: 3.20", "<13>Nov 23 07:45:36 puppet-user: Total: 10.08", "<13>Nov 23 07:45:36 puppet-user: Version:", "<13>Nov 23 07:45:36 puppet-user: Config: 1763883925", "<13>Nov 23 07:45:36 puppet-user: Puppet: 7.10.0" ] } 2025-11-23 07:45:40.485821 | fa163e80-6264-4ee4-5429-000000003003 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:27.811998 | 0.08s 2025-11-23 07:45:40.507119 | fa163e80-6264-4ee4-5429-000000003004 | TASK | Pre-cache facts for puppet containers 2025-11-23 07:45:40.535784 | fa163e80-6264-4ee4-5429-000000003004 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:27.861941 | 0.03s 2025-11-23 07:45:40.601926 | fa163e80-6264-4ee4-5429-000000003043 | TASK | Gather variables for each operating system 2025-11-23 07:45:40.703544 | fa163e80-6264-4ee4-5429-000000003043 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:28.029711 | 0.10s 2025-11-23 07:45:40.725317 | fa163e80-6264-4ee4-5429-000000003044 | TASK | Create puppet caching structures 2025-11-23 07:45:40.965805 | fa163e80-6264-4ee4-5429-000000003044 | CHANGED | Create puppet caching structures | standalone 2025-11-23 07:45:40.967157 | fa163e80-6264-4ee4-5429-000000003044 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:28.293326 | 0.24s 2025-11-23 07:45:40.995869 | fa163e80-6264-4ee4-5429-000000003045 | TASK | Check for facter.conf 2025-11-23 07:45:41.229599 | fa163e80-6264-4ee4-5429-000000003045 | OK | Check for facter.conf | standalone 2025-11-23 07:45:41.231024 | fa163e80-6264-4ee4-5429-000000003045 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:28.557192 | 0.23s 2025-11-23 07:45:41.259111 | fa163e80-6264-4ee4-5429-000000003046 | TASK | Remove facter.conf if directory 2025-11-23 07:45:41.309413 | fa163e80-6264-4ee4-5429-000000003046 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-23 07:45:41.310479 | fa163e80-6264-4ee4-5429-000000003046 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:28.636650 | 0.05s 2025-11-23 07:45:41.337645 | fa163e80-6264-4ee4-5429-000000003047 | TASK | Write facter cache config 2025-11-23 07:45:41.830208 | fa163e80-6264-4ee4-5429-000000003047 | CHANGED | Write facter cache config | standalone 2025-11-23 07:45:41.831699 | fa163e80-6264-4ee4-5429-000000003047 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:29.157868 | 0.49s 2025-11-23 07:45:41.860875 | fa163e80-6264-4ee4-5429-000000003048 | TASK | Cleanup facter cache if exists 2025-11-23 07:45:42.087603 | fa163e80-6264-4ee4-5429-000000003048 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-23 07:45:42.089026 | fa163e80-6264-4ee4-5429-000000003048 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:29.415195 | 0.23s 2025-11-23 07:45:42.117195 | fa163e80-6264-4ee4-5429-000000003049 | TASK | Pre-cache facts 2025-11-23 07:45:42.647529 | fa163e80-6264-4ee4-5429-000000003049 | CHANGED | Pre-cache facts | standalone 2025-11-23 07:45:42.648214 | fa163e80-6264-4ee4-5429-000000003049 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:29.974393 | 0.53s 2025-11-23 07:45:42.667125 | fa163e80-6264-4ee4-5429-00000000304a | TASK | Failed deployment if facter fails 2025-11-23 07:45:42.694041 | fa163e80-6264-4ee4-5429-00000000304a | SKIPPED | Failed deployment if facter fails | standalone 2025-11-23 07:45:42.694713 | fa163e80-6264-4ee4-5429-00000000304a | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:30.020894 | 0.03s 2025-11-23 07:45:42.720252 | fa163e80-6264-4ee4-5429-00000000304b | TASK | Sync cached facts 2025-11-23 07:45:42.988816 | fa163e80-6264-4ee4-5429-00000000304b | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-6264-4ee4-5429-00000000304b') missing from stats 2025-11-23 07:45:43.041722 | fa163e80-6264-4ee4-5429-000000003005 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-23 07:45:43.091626 | fa163e80-6264-4ee4-5429-000000003005 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-23 07:45:43.092709 | fa163e80-6264-4ee4-5429-000000003005 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:30.418879 | 0.05s 2025-11-23 07:45:43.121757 | fa163e80-6264-4ee4-5429-000000003007 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-23 07:45:43.150562 | fa163e80-6264-4ee4-5429-000000003007 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:30.476729 | 0.03s 2025-11-23 07:45:43.214543 | fa163e80-6264-4ee4-5429-0000000030a2 | TASK | Gather variables for each operating system 2025-11-23 07:45:43.348639 | fa163e80-6264-4ee4-5429-0000000030a2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:30.674785 | 0.13s 2025-11-23 07:45:43.384773 | fa163e80-6264-4ee4-5429-0000000030a3 | TASK | Create container logs path 2025-11-23 07:45:43.636331 | fa163e80-6264-4ee4-5429-0000000030a3 | OK | Create container logs path | standalone 2025-11-23 07:45:43.637107 | fa163e80-6264-4ee4-5429-0000000030a3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:30.963284 | 0.25s 2025-11-23 07:45:43.656816 | fa163e80-6264-4ee4-5429-0000000030a5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-23 07:45:43.953417 | fa163e80-6264-4ee4-5429-0000000030a5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-23 07:45:43.954572 | fa163e80-6264-4ee4-5429-0000000030a5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:31.280715 | 0.30s 2025-11-23 07:45:43.984027 | fa163e80-6264-4ee4-5429-0000000030a6 | TASK | Finalise hashes for all containers 2025-11-23 07:45:44.055065 | fa163e80-6264-4ee4-5429-0000000030a6 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:45:44.056257 | fa163e80-6264-4ee4-5429-0000000030a6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:31.382427 | 0.07s 2025-11-23 07:45:44.084513 | fa163e80-6264-4ee4-5429-0000000030a8 | TASK | Manage systemd shutdown files 2025-11-23 07:45:44.116232 | fa163e80-6264-4ee4-5429-0000000030a8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:31.442397 | 0.03s 2025-11-23 07:45:44.148041 | 4b4f7ed1-2c89-407c-ab19-03f3e48cb6e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-23 07:45:44.175500 | fa163e80-6264-4ee4-5429-0000000030db | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-23 07:45:44.430128 | fa163e80-6264-4ee4-5429-0000000030db | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-23 07:45:44.431656 | fa163e80-6264-4ee4-5429-0000000030db | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:31.757821 | 0.26s 2025-11-23 07:45:44.461566 | fa163e80-6264-4ee4-5429-0000000030dc | TASK | Set podman_drop_in fact 2025-11-23 07:45:44.516446 | fa163e80-6264-4ee4-5429-0000000030dc | OK | Set podman_drop_in fact | standalone 2025-11-23 07:45:44.517665 | fa163e80-6264-4ee4-5429-0000000030dc | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:31.843835 | 0.05s 2025-11-23 07:45:44.546804 | fa163e80-6264-4ee4-5429-0000000030de | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-23 07:45:45.061621 | fa163e80-6264-4ee4-5429-0000000030de | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-23 07:45:45.063996 | fa163e80-6264-4ee4-5429-0000000030de | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:32.390160 | 0.52s 2025-11-23 07:45:45.536321 | fa163e80-6264-4ee4-5429-0000000030de | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-23 07:45:45.538253 | fa163e80-6264-4ee4-5429-0000000030de | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:32.864426 | 0.99s 2025-11-23 07:45:45.544858 | fa163e80-6264-4ee4-5429-0000000030de | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:32.871030 | 1.00s 2025-11-23 07:45:45.573310 | fa163e80-6264-4ee4-5429-0000000030df | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-23 07:45:46.029562 | fa163e80-6264-4ee4-5429-0000000030df | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-23 07:45:46.030930 | fa163e80-6264-4ee4-5429-0000000030df | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:33.357100 | 0.46s 2025-11-23 07:45:46.050441 | fa163e80-6264-4ee4-5429-0000000030e0 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-23 07:45:46.568513 | fa163e80-6264-4ee4-5429-0000000030e0 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-23 07:45:46.570085 | fa163e80-6264-4ee4-5429-0000000030e0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:33.896251 | 0.52s 2025-11-23 07:45:46.600320 | fa163e80-6264-4ee4-5429-0000000030e1 | TASK | Enable and start tripleo-container-shutdown 2025-11-23 07:45:47.275408 | fa163e80-6264-4ee4-5429-0000000030e1 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-23 07:45:47.277012 | fa163e80-6264-4ee4-5429-0000000030e1 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:34.603189 | 0.67s 2025-11-23 07:45:47.299878 | fa163e80-6264-4ee4-5429-0000000030e2 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-23 07:45:47.775508 | fa163e80-6264-4ee4-5429-0000000030e2 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-23 07:45:47.776863 | fa163e80-6264-4ee4-5429-0000000030e2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:35.103033 | 0.48s 2025-11-23 07:45:47.804758 | fa163e80-6264-4ee4-5429-0000000030e3 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-23 07:45:48.255489 | fa163e80-6264-4ee4-5429-0000000030e3 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-23 07:45:48.256276 | fa163e80-6264-4ee4-5429-0000000030e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:35.582455 | 0.45s 2025-11-23 07:45:48.275197 | fa163e80-6264-4ee4-5429-0000000030e4 | TASK | Enable and start netns-placeholder 2025-11-23 07:45:49.012406 | fa163e80-6264-4ee4-5429-0000000030e4 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-23 07:45:49.014588 | fa163e80-6264-4ee4-5429-0000000030e4 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:36.340765 | 0.74s 2025-11-23 07:45:49.034019 | fa163e80-6264-4ee4-5429-0000000030aa | TASK | Update container configs with new config hashes 2025-11-23 07:45:49.081997 | fa163e80-6264-4ee4-5429-0000000030aa | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:36.408168 | 0.05s 2025-11-23 07:45:49.091387 | 89fec330-a315-485f-a3c1-3b394cb7c8bc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-23 07:45:49.111850 | fa163e80-6264-4ee4-5429-00000000310c | TASK | Update config hashes for container startup configs 2025-11-23 07:45:49.404860 | fa163e80-6264-4ee4-5429-00000000310c | OK | Update config hashes for container startup configs | standalone 2025-11-23 07:45:49.406410 | fa163e80-6264-4ee4-5429-00000000310c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:36.732578 | 0.29s 2025-11-23 07:45:49.438292 | fa163e80-6264-4ee4-5429-0000000030ab | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-23 07:45:49.479828 | fa163e80-6264-4ee4-5429-0000000030ab | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:36.805984 | 0.04s 2025-11-23 07:45:49.505331 | 9d177724-b5da-4e6a-804c-a432a46d28a9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:45:49.542506 | fa163e80-6264-4ee4-5429-00000000312b | TASK | Gather podman infos 2025-11-23 07:45:50.381173 | fa163e80-6264-4ee4-5429-00000000312b | OK | Gather podman infos | standalone 2025-11-23 07:45:50.382367 | fa163e80-6264-4ee4-5429-00000000312b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:37.708513 | 0.84s 2025-11-23 07:45:50.429997 | fa163e80-6264-4ee4-5429-00000000312c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-23 07:45:50.504827 | fa163e80-6264-4ee4-5429-00000000312c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:37.830987 | 0.07s 2025-11-23 07:45:50.630700 | fa163e80-6264-4ee4-5429-000000003175 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:37.956860 | 0.07s 2025-11-23 07:45:50.696600 | fa163e80-6264-4ee4-5429-0000000030ac | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-23 07:45:50.754951 | fa163e80-6264-4ee4-5429-0000000030ac | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:38.081106 | 0.05s 2025-11-23 07:45:50.776554 | 3122e63b-65a4-442e-a2b8-178b7e83b2ed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:45:50.820610 | fa163e80-6264-4ee4-5429-00000000319b | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-23 07:46:10.291900 | fa163e80-6264-4ee4-5429-00000000319b | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-23 07:46:10.293696 | fa163e80-6264-4ee4-5429-00000000319b | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:57.619858 | 19.47s 2025-11-23 07:46:10.327880 | fa163e80-6264-4ee4-5429-00000000319c | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-23 07:46:13.918441 | fa163e80-6264-4ee4-5429-00000000319c | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-23 07:46:13.920221 | fa163e80-6264-4ee4-5429-00000000319c | 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:17:01.246310 | 3.59s 2025-11-23 07:46:13.991294 | fa163e80-6264-4ee4-5429-000000003009 | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-23 07:46:14.224301 | fa163e80-6264-4ee4-5429-000000003009 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-23 07:46:14.225710 | fa163e80-6264-4ee4-5429-000000003009 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:01.551879 | 0.23s 2025-11-23 07:46:14.272087 | fa163e80-6264-4ee4-5429-00000000300a | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-23 07:46:14.332964 | fa163e80-6264-4ee4-5429-00000000300a | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:01.659126 | 0.06s 2025-11-23 07:46:14.363283 | fa163e80-6264-4ee4-5429-00000000300b | TASK | Include container-puppet tasks for step 2 2025-11-23 07:46:14.407777 | fa163e80-6264-4ee4-5429-00000000300b | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:01.733942 | 0.04s 2025-11-23 07:46:14.431227 | 820364b3-d08d-4d94-8e73-1f65b9837047 | INCLUDED | /root/standalone-ansible-_4fp6s60/host-container-puppet-tasks.yaml | standalone 2025-11-23 07:46:14.478388 | fa163e80-6264-4ee4-5429-0000000031e7 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-23 07:46:14.959267 | fa163e80-6264-4ee4-5429-0000000031e7 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-23 07:46:14.960874 | fa163e80-6264-4ee4-5429-0000000031e7 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:02.287036 | 0.48s 2025-11-23 07:46:14.991817 | fa163e80-6264-4ee4-5429-0000000031e9 | TASK | Generate container puppet configs for step 2 2025-11-23 07:46:15.297096 | fa163e80-6264-4ee4-5429-0000000031e9 | OK | Generate container puppet configs for step 2 | standalone 2025-11-23 07:46:15.298647 | fa163e80-6264-4ee4-5429-0000000031e9 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:02.624809 | 0.30s 2025-11-23 07:46:15.328705 | fa163e80-6264-4ee4-5429-0000000031ea | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-23 07:46:15.361050 | fa163e80-6264-4ee4-5429-0000000031ea | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:02.687210 | 0.03s 2025-11-23 07:46:15.434144 | fa163e80-6264-4ee4-5429-000000003219 | TASK | Gather variables for each operating system 2025-11-23 07:46:15.558933 | fa163e80-6264-4ee4-5429-000000003219 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:02.885088 | 0.12s 2025-11-23 07:46:15.588572 | fa163e80-6264-4ee4-5429-00000000321a | TASK | Create container logs path 2025-11-23 07:46:15.814992 | fa163e80-6264-4ee4-5429-00000000321a | OK | Create container logs path | standalone 2025-11-23 07:46:15.816410 | fa163e80-6264-4ee4-5429-00000000321a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:03.142580 | 0.23s 2025-11-23 07:46:15.846803 | fa163e80-6264-4ee4-5429-00000000321c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-23 07:46:16.105738 | fa163e80-6264-4ee4-5429-00000000321c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-23 07:46:16.107050 | fa163e80-6264-4ee4-5429-00000000321c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:03.433220 | 0.26s 2025-11-23 07:46:16.134507 | fa163e80-6264-4ee4-5429-00000000321d | TASK | Finalise hashes for all containers 2025-11-23 07:46:16.178841 | fa163e80-6264-4ee4-5429-00000000321d | OK | Finalise hashes for all containers | standalone 2025-11-23 07:46:16.180072 | fa163e80-6264-4ee4-5429-00000000321d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:03.506243 | 0.04s 2025-11-23 07:46:16.235555 | fa163e80-6264-4ee4-5429-00000000321f | TASK | Manage systemd shutdown files 2025-11-23 07:46:16.272595 | fa163e80-6264-4ee4-5429-00000000321f | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:46:16.273442 | fa163e80-6264-4ee4-5429-00000000321f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:03.599618 | 0.04s 2025-11-23 07:46:16.292374 | fa163e80-6264-4ee4-5429-000000003221 | TASK | Update container configs with new config hashes 2025-11-23 07:46:16.340860 | fa163e80-6264-4ee4-5429-000000003221 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:46:16.341641 | fa163e80-6264-4ee4-5429-000000003221 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:03.667817 | 0.05s 2025-11-23 07:46:16.364896 | fa163e80-6264-4ee4-5429-000000003222 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-23 07:46:16.412619 | fa163e80-6264-4ee4-5429-000000003222 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-23 07:46:16.413452 | fa163e80-6264-4ee4-5429-000000003222 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:03.739627 | 0.05s 2025-11-23 07:46:16.437234 | fa163e80-6264-4ee4-5429-000000003223 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-23 07:46:16.486079 | fa163e80-6264-4ee4-5429-000000003223 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-23 07:46:16.487030 | fa163e80-6264-4ee4-5429-000000003223 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:03.813205 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-23 07:46:16.619058 | fa163e80-6264-4ee4-5429-0000000000d2 | TASK | External deployment step 3 2025-11-23 07:46:16.641693 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000d2') missing from stats 2025-11-23 07:46:16.693917 | fa163e80-6264-4ee4-5429-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:04.020087 | 0.04s 2025-11-23 07:46:16.698470 | 36e36069-706e-4229-b991-4f9f61576fac | INCLUDED | /root/standalone-ansible-_4fp6s60/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-11-23 07:46:16.809939 | fa163e80-6264-4ee4-5429-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-23 07:46:16.838980 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000d6') missing from stats 2025-11-23 07:46:16.861323 | fa163e80-6264-4ee4-5429-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-23 07:46:17.378109 | fa163e80-6264-4ee4-5429-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-23 07:46:17.379456 | fa163e80-6264-4ee4-5429-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:04.705626 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:46:17.448570 | fa163e80-6264-4ee4-5429-0000000000d8 | TIMING | include_tasks | standalone | 0:17:04.774735 | 0.04s 2025-11-23 07:46:17.473642 | c6991810-f541-4534-b9ae-41097a3cbb87 | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-23 07:46:17.502051 | fa163e80-6264-4ee4-5429-000000003287 | TASK | Start OVN container 2025-11-23 07:46:17.576784 | fa163e80-6264-4ee4-5429-000000003287 | TIMING | Start OVN container | standalone | 0:17:04.902931 | 0.07s 2025-11-23 07:46:17.608532 | fa163e80-6264-4ee4-5429-000000003287 | TIMING | Start OVN container | standalone | 0:17:04.934707 | 0.10s 2025-11-23 07:46:17.633409 | fa163e80-6264-4ee4-5429-000000003287 | TIMING | Start OVN container | standalone | 0:17:04.959585 | 0.13s 2025-11-23 07:46:17.645206 | fa163e80-6264-4ee4-5429-000000003287 | TIMING | Start OVN container | standalone | 0:17:04.971375 | 0.14s 2025-11-23 07:46:17.751031 | fa163e80-6264-4ee4-5429-0000000032bf | TASK | Gather variables for each operating system 2025-11-23 07:46:17.904742 | fa163e80-6264-4ee4-5429-0000000032bf | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:05.230887 | 0.15s 2025-11-23 07:46:17.933364 | fa163e80-6264-4ee4-5429-0000000032c0 | TASK | Create container logs path 2025-11-23 07:46:18.190031 | fa163e80-6264-4ee4-5429-0000000032c0 | OK | Create container logs path | standalone 2025-11-23 07:46:18.190899 | fa163e80-6264-4ee4-5429-0000000032c0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:05.517078 | 0.26s 2025-11-23 07:46:18.210481 | fa163e80-6264-4ee4-5429-0000000032c2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:18.533679 | fa163e80-6264-4ee4-5429-0000000032c2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:18.534739 | fa163e80-6264-4ee4-5429-0000000032c2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:05.860908 | 0.32s 2025-11-23 07:46:18.553944 | fa163e80-6264-4ee4-5429-0000000032c3 | TASK | Finalise hashes for all containers 2025-11-23 07:46:18.623583 | fa163e80-6264-4ee4-5429-0000000032c3 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:46:18.624510 | fa163e80-6264-4ee4-5429-0000000032c3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:05.950688 | 0.07s 2025-11-23 07:46:18.643831 | fa163e80-6264-4ee4-5429-0000000032c5 | TASK | Manage systemd shutdown files 2025-11-23 07:46:18.701252 | fa163e80-6264-4ee4-5429-0000000032c5 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:46:18.702520 | fa163e80-6264-4ee4-5429-0000000032c5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:06.028689 | 0.06s 2025-11-23 07:46:18.730901 | fa163e80-6264-4ee4-5429-0000000032c7 | TASK | Update container configs with new config hashes 2025-11-23 07:46:18.801910 | fa163e80-6264-4ee4-5429-0000000032c7 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:46:18.803095 | fa163e80-6264-4ee4-5429-0000000032c7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:06.129264 | 0.07s 2025-11-23 07:46:18.832729 | fa163e80-6264-4ee4-5429-0000000032c8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:18.887010 | fa163e80-6264-4ee4-5429-0000000032c8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.213171 | 0.05s 2025-11-23 07:46:18.909551 | e417b16a-04ea-4289-8971-18c7e7b0a5b2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:46:18.934802 | fa163e80-6264-4ee4-5429-000000003354 | TASK | Gather podman infos 2025-11-23 07:46:20.031836 | fa163e80-6264-4ee4-5429-000000003354 | OK | Gather podman infos | standalone 2025-11-23 07:46:20.033076 | fa163e80-6264-4ee4-5429-000000003354 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:07.359250 | 1.10s 2025-11-23 07:46:20.117120 | fa163e80-6264-4ee4-5429-000000003355 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:20.204784 | fa163e80-6264-4ee4-5429-000000003355 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.530952 | 0.08s 2025-11-23 07:46:20.310542 | fa163e80-6264-4ee4-5429-000000003396 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:07.636701 | 0.06s 2025-11-23 07:46:20.353383 | fa163e80-6264-4ee4-5429-0000000032c9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:20.423978 | fa163e80-6264-4ee4-5429-0000000032c9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.750147 | 0.07s 2025-11-23 07:46:20.438329 | 17541bba-4ada-4994-acc1-71d82ab1649f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:46:20.467092 | fa163e80-6264-4ee4-5429-0000000033bf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:21.371788 | fa163e80-6264-4ee4-5429-0000000033bf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:21.374379 | fa163e80-6264-4ee4-5429-0000000033bf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:08.700517 | 0.91s 2025-11-23 07:46:21.404450 | fa163e80-6264-4ee4-5429-0000000033c0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:24.102444 | fa163e80-6264-4ee4-5429-0000000033c0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:24.103992 | fa163e80-6264-4ee4-5429-0000000033c0 | 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:17:11.430161 | 2.70s 2025-11-23 07:46:24.156773 | fa163e80-6264-4ee4-5429-0000000032ea | TASK | Gather variables for each operating system 2025-11-23 07:46:24.283143 | fa163e80-6264-4ee4-5429-0000000032ea | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:11.609303 | 0.12s 2025-11-23 07:46:24.312561 | fa163e80-6264-4ee4-5429-0000000032eb | TASK | Create container logs path 2025-11-23 07:46:24.580061 | fa163e80-6264-4ee4-5429-0000000032eb | OK | Create container logs path | standalone 2025-11-23 07:46:24.581424 | fa163e80-6264-4ee4-5429-0000000032eb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:11.907594 | 0.27s 2025-11-23 07:46:24.611603 | fa163e80-6264-4ee4-5429-0000000032ed | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:24.929392 | fa163e80-6264-4ee4-5429-0000000032ed | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:24.930595 | fa163e80-6264-4ee4-5429-0000000032ed | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:12.256764 | 0.32s 2025-11-23 07:46:24.958049 | fa163e80-6264-4ee4-5429-0000000032ee | TASK | Finalise hashes for all containers 2025-11-23 07:46:25.041835 | fa163e80-6264-4ee4-5429-0000000032ee | OK | Finalise hashes for all containers | standalone 2025-11-23 07:46:25.043120 | fa163e80-6264-4ee4-5429-0000000032ee | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:12.369285 | 0.08s 2025-11-23 07:46:25.073213 | fa163e80-6264-4ee4-5429-0000000032f0 | TASK | Manage systemd shutdown files 2025-11-23 07:46:25.113183 | fa163e80-6264-4ee4-5429-0000000032f0 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:46:25.114477 | fa163e80-6264-4ee4-5429-0000000032f0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:12.440646 | 0.04s 2025-11-23 07:46:25.144683 | fa163e80-6264-4ee4-5429-0000000032f2 | TASK | Update container configs with new config hashes 2025-11-23 07:46:25.218327 | fa163e80-6264-4ee4-5429-0000000032f2 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:46:25.219528 | fa163e80-6264-4ee4-5429-0000000032f2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:12.545696 | 0.07s 2025-11-23 07:46:25.248778 | fa163e80-6264-4ee4-5429-0000000032f3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:25.324209 | fa163e80-6264-4ee4-5429-0000000032f3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:12.650363 | 0.07s 2025-11-23 07:46:25.346870 | e4f789b8-34b2-4c00-8856-2ba4cce6994f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:46:25.380745 | fa163e80-6264-4ee4-5429-00000000340b | TASK | Gather podman infos 2025-11-23 07:46:26.324435 | fa163e80-6264-4ee4-5429-00000000340b | OK | Gather podman infos | standalone 2025-11-23 07:46:26.325935 | fa163e80-6264-4ee4-5429-00000000340b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:13.652104 | 0.94s 2025-11-23 07:46:26.403711 | fa163e80-6264-4ee4-5429-00000000340c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:26.494479 | fa163e80-6264-4ee4-5429-00000000340c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.820636 | 0.09s 2025-11-23 07:46:26.703011 | fa163e80-6264-4ee4-5429-000000003396 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:14.029164 | 0.08s 2025-11-23 07:46:26.760566 | fa163e80-6264-4ee4-5429-0000000032f4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:26.834325 | fa163e80-6264-4ee4-5429-0000000032f4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.160485 | 0.07s 2025-11-23 07:46:26.857608 | 8b21b06c-275d-4934-9273-d18cae62d7d1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:46:26.897876 | fa163e80-6264-4ee4-5429-000000003471 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:27.871642 | fa163e80-6264-4ee4-5429-000000003471 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:27.872975 | fa163e80-6264-4ee4-5429-000000003471 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:15.199144 | 0.97s 2025-11-23 07:46:27.902679 | fa163e80-6264-4ee4-5429-000000003472 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:30.601194 | fa163e80-6264-4ee4-5429-000000003472 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:30.602293 | fa163e80-6264-4ee4-5429-000000003472 | 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:17:17.928472 | 2.70s 2025-11-23 07:46:30.637276 | fa163e80-6264-4ee4-5429-000000003315 | TASK | Gather variables for each operating system 2025-11-23 07:46:30.759423 | fa163e80-6264-4ee4-5429-000000003315 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:18.085573 | 0.12s 2025-11-23 07:46:30.790078 | fa163e80-6264-4ee4-5429-000000003316 | TASK | Create container logs path 2025-11-23 07:46:31.060103 | fa163e80-6264-4ee4-5429-000000003316 | OK | Create container logs path | standalone 2025-11-23 07:46:31.061648 | fa163e80-6264-4ee4-5429-000000003316 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:18.387817 | 0.27s 2025-11-23 07:46:31.091894 | fa163e80-6264-4ee4-5429-000000003318 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:31.405450 | fa163e80-6264-4ee4-5429-000000003318 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:31.407142 | fa163e80-6264-4ee4-5429-000000003318 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:18.733304 | 0.31s 2025-11-23 07:46:31.437293 | fa163e80-6264-4ee4-5429-000000003319 | TASK | Finalise hashes for all containers 2025-11-23 07:46:31.538965 | fa163e80-6264-4ee4-5429-000000003319 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:46:31.540605 | fa163e80-6264-4ee4-5429-000000003319 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:18.866772 | 0.10s 2025-11-23 07:46:31.571228 | fa163e80-6264-4ee4-5429-00000000331b | TASK | Manage systemd shutdown files 2025-11-23 07:46:31.636896 | fa163e80-6264-4ee4-5429-00000000331b | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:46:31.638607 | fa163e80-6264-4ee4-5429-00000000331b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:18.964768 | 0.07s 2025-11-23 07:46:31.670731 | fa163e80-6264-4ee4-5429-00000000331d | TASK | Update container configs with new config hashes 2025-11-23 07:46:31.746549 | fa163e80-6264-4ee4-5429-00000000331d | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:46:31.748197 | fa163e80-6264-4ee4-5429-00000000331d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:19.074363 | 0.08s 2025-11-23 07:46:31.781300 | fa163e80-6264-4ee4-5429-00000000331e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:31.853766 | fa163e80-6264-4ee4-5429-00000000331e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:19.179911 | 0.07s 2025-11-23 07:46:31.879856 | cefc1b39-f8fd-4ad3-ad88-b50a1c8106c6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:46:31.914730 | fa163e80-6264-4ee4-5429-0000000034bd | TASK | Gather podman infos 2025-11-23 07:46:32.976109 | fa163e80-6264-4ee4-5429-0000000034bd | OK | Gather podman infos | standalone 2025-11-23 07:46:32.978992 | fa163e80-6264-4ee4-5429-0000000034bd | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:20.305158 | 1.06s 2025-11-23 07:46:33.066912 | fa163e80-6264-4ee4-5429-0000000034be | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:33.156734 | fa163e80-6264-4ee4-5429-0000000034be | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.482882 | 0.08s 2025-11-23 07:46:33.304579 | fa163e80-6264-4ee4-5429-000000003396 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:20.630732 | 0.09s 2025-11-23 07:46:33.363428 | fa163e80-6264-4ee4-5429-00000000331f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:33.432439 | fa163e80-6264-4ee4-5429-00000000331f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.758599 | 0.07s 2025-11-23 07:46:33.456774 | a8bf4a2e-d2bd-4685-a957-c98b6535a92a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:46:33.499481 | fa163e80-6264-4ee4-5429-000000003523 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:34.575146 | fa163e80-6264-4ee4-5429-000000003523 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:34.576753 | fa163e80-6264-4ee4-5429-000000003523 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.902920 | 1.08s 2025-11-23 07:46:34.608250 | fa163e80-6264-4ee4-5429-000000003524 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-23 07:46:37.146654 | fa163e80-6264-4ee4-5429-000000003524 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-23 07:46:37.148191 | fa163e80-6264-4ee4-5429-000000003524 | 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:17:24.474360 | 2.54s 2025-11-23 07:46:37.200574 | fa163e80-6264-4ee4-5429-000000003289 | TASK | Set NB connection 2025-11-23 07:46:37.752304 | fa163e80-6264-4ee4-5429-000000003289 | CHANGED | Set NB connection | standalone 2025-11-23 07:46:37.754050 | fa163e80-6264-4ee4-5429-000000003289 | TIMING | Set NB connection | standalone | 0:17:25.080217 | 0.55s 2025-11-23 07:46:37.782292 | fa163e80-6264-4ee4-5429-00000000328a | TASK | Set SB connection 2025-11-23 07:46:38.208130 | fa163e80-6264-4ee4-5429-00000000328a | CHANGED | Set SB connection | standalone 2025-11-23 07:46:38.209581 | fa163e80-6264-4ee4-5429-00000000328a | TIMING | Set SB connection | standalone | 0:17:25.535749 | 0.43s 2025-11-23 07:46:38.237375 | fa163e80-6264-4ee4-5429-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-23 07:46:38.508428 | fa163e80-6264-4ee4-5429-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-23 07:46:38.510036 | fa163e80-6264-4ee4-5429-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:25.836207 | 0.27s 2025-11-23 07:46:38.622325 | fa163e80-6264-4ee4-5429-0000000000db | TIMING | include_tasks | standalone | 0:17:25.948485 | 0.08s 2025-11-23 07:46:38.660563 | c950e11a-f432-4a32-8b1b-9144c62ba41f | INCLUDED | /root/standalone-ansible-_4fp6s60/common_deploy_steps_tasks.yaml | standalone 2025-11-23 07:46:38.687972 | fa163e80-6264-4ee4-5429-000000003569 | TASK | Write the config_step hieradata 2025-11-23 07:46:39.196289 | fa163e80-6264-4ee4-5429-000000003569 | OK | Write the config_step hieradata | standalone 2025-11-23 07:46:39.197623 | fa163e80-6264-4ee4-5429-000000003569 | TIMING | Write the config_step hieradata | standalone | 0:17:26.523792 | 0.51s 2025-11-23 07:46:39.227533 | fa163e80-6264-4ee4-5429-00000000356a | TASK | Run puppet host configuration for step 3 2025-11-23 07:46:39.577549 | fa163e80-6264-4ee4-5429-00000000356a | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-23 07:46:39.578244 | fa163e80-6264-4ee4-5429-00000000356a | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:26.904424 | 0.35s 2025-11-23 07:46:39.598202 | fa163e80-6264-4ee4-5429-00000000356b | TASK | Wait for puppet host configuration to finish 2025-11-23 07:46:39.865618 | fa163e80-6264-4ee4-5429-00000000356b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-23 07:46:50.112125 | fa163e80-6264-4ee4-5429-00000000356b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-23 07:47:00.353615 | fa163e80-6264-4ee4-5429-00000000356b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-23 07:47:00.356186 | fa163e80-6264-4ee4-5429-00000000356b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:47.682354 | 20.76s 2025-11-23 07:47:00.387983 | fa163e80-6264-4ee4-5429-00000000356c | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-23 07:47:00.454016 | fa163e80-6264-4ee4-5429-00000000356c | 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 23 07:46:39 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 23 07:46:46 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 23 07:46:46 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 23 07:46:46 puppet-user: (file & line not available)", "<13>Nov 23 07:46:46 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 23 07:46:46 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 23 07:46:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 23 07:46:46 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Nov 23 07:46:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 23 07:46:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 23 07:46:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 23 07:46:54 puppet-user: Notice: Applied catalog in 7.89 seconds", "<13>Nov 23 07:46:54 puppet-user: Application:", "<13>Nov 23 07:46:54 puppet-user: Initial environment: production", "<13>Nov 23 07:46:54 puppet-user: Converged environment: production", "<13>Nov 23 07:46:54 puppet-user: Run mode: user", "<13>Nov 23 07:46:54 puppet-user: Changes:", "<13>Nov 23 07:46:54 puppet-user: Total: 2", "<13>Nov 23 07:46:54 puppet-user: Events:", "<13>Nov 23 07:46:54 puppet-user: Success: 2", "<13>Nov 23 07:46:54 puppet-user: Resources:", "<13>Nov 23 07:46:54 puppet-user: Changed: 2", "<13>Nov 23 07:46:54 puppet-user: Out of sync: 2", "<13>Nov 23 07:46:54 puppet-user: Total: 28", "<13>Nov 23 07:46:54 puppet-user: Time:", "<13>Nov 23 07:46:54 puppet-user: Filebucket: 0.00", "<13>Nov 23 07:46:54 puppet-user: Schedule: 0.00", "<13>Nov 23 07:46:54 puppet-user: Package: 0.00", "<13>Nov 23 07:46:54 puppet-user: File line: 0.00", "<13>Nov 23 07:46:54 puppet-user: File: 0.00", "<13>Nov 23 07:46:54 puppet-user: Augeas: 0.01", "<13>Nov 23 07:46:54 puppet-user: User: 0.01", "<13>Nov 23 07:46:54 puppet-user: Service: 0.08", "<13>Nov 23 07:46:54 puppet-user: Config retrieval: 0.47", "<13>Nov 23 07:46:54 puppet-user: Pcmk property: 1.51", "<13>Nov 23 07:46:54 puppet-user: Exec: 1.93", "<13>Nov 23 07:46:54 puppet-user: Last run: 1763884014", "<13>Nov 23 07:46:54 puppet-user: Pcmk resource default: 2.03", "<13>Nov 23 07:46:54 puppet-user: Pcmk resource op default: 2.13", "<13>Nov 23 07:46:54 puppet-user: Transaction evaluation: 7.88", "<13>Nov 23 07:46:54 puppet-user: Catalog application: 7.89", "<13>Nov 23 07:46:54 puppet-user: Total: 7.90", "<13>Nov 23 07:46:54 puppet-user: Version:", "<13>Nov 23 07:46:54 puppet-user: Config: 1763884006", "<13>Nov 23 07:46:54 puppet-user: Puppet: 7.10.0" ] } 2025-11-23 07:47:00.457560 | fa163e80-6264-4ee4-5429-00000000356c | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:47.783721 | 0.07s 2025-11-23 07:47:00.489790 | fa163e80-6264-4ee4-5429-00000000356d | TASK | Pre-cache facts for puppet containers 2025-11-23 07:47:00.513170 | fa163e80-6264-4ee4-5429-00000000356d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:47.839332 | 0.02s 2025-11-23 07:47:00.586792 | fa163e80-6264-4ee4-5429-0000000035ac | TASK | Gather variables for each operating system 2025-11-23 07:47:00.670491 | fa163e80-6264-4ee4-5429-0000000035ac | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:47.996634 | 0.08s 2025-11-23 07:47:00.701596 | fa163e80-6264-4ee4-5429-0000000035ad | TASK | Create puppet caching structures 2025-11-23 07:47:00.949463 | fa163e80-6264-4ee4-5429-0000000035ad | CHANGED | Create puppet caching structures | standalone 2025-11-23 07:47:00.950891 | fa163e80-6264-4ee4-5429-0000000035ad | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:48.277060 | 0.25s 2025-11-23 07:47:00.978533 | fa163e80-6264-4ee4-5429-0000000035ae | TASK | Check for facter.conf 2025-11-23 07:47:01.214270 | fa163e80-6264-4ee4-5429-0000000035ae | OK | Check for facter.conf | standalone 2025-11-23 07:47:01.216254 | fa163e80-6264-4ee4-5429-0000000035ae | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:48.542415 | 0.24s 2025-11-23 07:47:01.247088 | fa163e80-6264-4ee4-5429-0000000035af | TASK | Remove facter.conf if directory 2025-11-23 07:47:01.293897 | fa163e80-6264-4ee4-5429-0000000035af | SKIPPED | Remove facter.conf if directory | standalone 2025-11-23 07:47:01.295505 | fa163e80-6264-4ee4-5429-0000000035af | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:48.621668 | 0.05s 2025-11-23 07:47:01.325400 | fa163e80-6264-4ee4-5429-0000000035b0 | TASK | Write facter cache config 2025-11-23 07:47:01.830833 | fa163e80-6264-4ee4-5429-0000000035b0 | CHANGED | Write facter cache config | standalone 2025-11-23 07:47:01.832282 | fa163e80-6264-4ee4-5429-0000000035b0 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:49.158447 | 0.50s 2025-11-23 07:47:01.860015 | fa163e80-6264-4ee4-5429-0000000035b1 | TASK | Cleanup facter cache if exists 2025-11-23 07:47:02.083231 | fa163e80-6264-4ee4-5429-0000000035b1 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-23 07:47:02.084860 | fa163e80-6264-4ee4-5429-0000000035b1 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:49.411037 | 0.22s 2025-11-23 07:47:02.103624 | fa163e80-6264-4ee4-5429-0000000035b2 | TASK | Pre-cache facts 2025-11-23 07:47:02.767451 | fa163e80-6264-4ee4-5429-0000000035b2 | CHANGED | Pre-cache facts | standalone 2025-11-23 07:47:02.770226 | fa163e80-6264-4ee4-5429-0000000035b2 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:50.096394 | 0.67s 2025-11-23 07:47:02.800800 | fa163e80-6264-4ee4-5429-0000000035b3 | TASK | Failed deployment if facter fails 2025-11-23 07:47:02.847599 | fa163e80-6264-4ee4-5429-0000000035b3 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-23 07:47:02.849093 | fa163e80-6264-4ee4-5429-0000000035b3 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:50.175261 | 0.05s 2025-11-23 07:47:02.893913 | fa163e80-6264-4ee4-5429-0000000035b4 | TASK | Sync cached facts 2025-11-23 07:47:03.204997 | fa163e80-6264-4ee4-5429-0000000035b4 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-6264-4ee4-5429-0000000035b4') missing from stats 2025-11-23 07:47:03.257436 | fa163e80-6264-4ee4-5429-00000000356e | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-23 07:47:03.288828 | fa163e80-6264-4ee4-5429-00000000356e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-23 07:47:03.289891 | fa163e80-6264-4ee4-5429-00000000356e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:50.616061 | 0.03s 2025-11-23 07:47:03.317703 | fa163e80-6264-4ee4-5429-000000003570 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-23 07:47:03.340548 | fa163e80-6264-4ee4-5429-000000003570 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:50.666716 | 0.02s 2025-11-23 07:47:03.404008 | fa163e80-6264-4ee4-5429-00000000360b | TASK | Gather variables for each operating system 2025-11-23 07:47:03.526920 | fa163e80-6264-4ee4-5429-00000000360b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:50.853079 | 0.12s 2025-11-23 07:47:03.555266 | fa163e80-6264-4ee4-5429-00000000360c | TASK | Create container logs path 2025-11-23 07:47:03.811682 | fa163e80-6264-4ee4-5429-00000000360c | OK | Create container logs path | standalone 2025-11-23 07:47:03.813115 | fa163e80-6264-4ee4-5429-00000000360c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:51.139285 | 0.26s 2025-11-23 07:47:03.843275 | fa163e80-6264-4ee4-5429-00000000360e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-23 07:47:04.131314 | fa163e80-6264-4ee4-5429-00000000360e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-23 07:47:04.132604 | fa163e80-6264-4ee4-5429-00000000360e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:51.458774 | 0.29s 2025-11-23 07:47:04.164196 | fa163e80-6264-4ee4-5429-00000000360f | TASK | Finalise hashes for all containers 2025-11-23 07:47:04.247970 | fa163e80-6264-4ee4-5429-00000000360f | OK | Finalise hashes for all containers | standalone 2025-11-23 07:47:04.249686 | fa163e80-6264-4ee4-5429-00000000360f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:51.575850 | 0.08s 2025-11-23 07:47:04.287095 | fa163e80-6264-4ee4-5429-000000003611 | TASK | Manage systemd shutdown files 2025-11-23 07:47:04.321390 | fa163e80-6264-4ee4-5429-000000003611 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:51.647506 | 0.03s 2025-11-23 07:47:04.354360 | a5902a46-6112-4516-8233-2f2647d0b232 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-23 07:47:04.381961 | fa163e80-6264-4ee4-5429-000000003644 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-23 07:47:04.645734 | fa163e80-6264-4ee4-5429-000000003644 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-23 07:47:04.647304 | fa163e80-6264-4ee4-5429-000000003644 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:51.973467 | 0.26s 2025-11-23 07:47:04.676106 | fa163e80-6264-4ee4-5429-000000003645 | TASK | Set podman_drop_in fact 2025-11-23 07:47:04.738829 | fa163e80-6264-4ee4-5429-000000003645 | OK | Set podman_drop_in fact | standalone 2025-11-23 07:47:04.740017 | fa163e80-6264-4ee4-5429-000000003645 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:52.066188 | 0.06s 2025-11-23 07:47:04.768713 | fa163e80-6264-4ee4-5429-000000003647 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-23 07:47:05.292952 | fa163e80-6264-4ee4-5429-000000003647 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-23 07:47:05.295082 | fa163e80-6264-4ee4-5429-000000003647 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:52.621245 | 0.52s 2025-11-23 07:47:05.746688 | fa163e80-6264-4ee4-5429-000000003647 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-23 07:47:05.748679 | fa163e80-6264-4ee4-5429-000000003647 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:53.074854 | 0.98s 2025-11-23 07:47:05.759416 | fa163e80-6264-4ee4-5429-000000003647 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:53.085586 | 0.99s 2025-11-23 07:47:05.787918 | fa163e80-6264-4ee4-5429-000000003648 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-23 07:47:06.258835 | fa163e80-6264-4ee4-5429-000000003648 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-23 07:47:06.260241 | fa163e80-6264-4ee4-5429-000000003648 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:53.586411 | 0.47s 2025-11-23 07:47:06.288674 | fa163e80-6264-4ee4-5429-000000003649 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-23 07:47:06.793495 | fa163e80-6264-4ee4-5429-000000003649 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-23 07:47:06.794828 | fa163e80-6264-4ee4-5429-000000003649 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:54.120998 | 0.50s 2025-11-23 07:47:06.822523 | fa163e80-6264-4ee4-5429-00000000364a | TASK | Enable and start tripleo-container-shutdown 2025-11-23 07:47:07.510716 | fa163e80-6264-4ee4-5429-00000000364a | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-23 07:47:07.512576 | fa163e80-6264-4ee4-5429-00000000364a | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:54.838743 | 0.69s 2025-11-23 07:47:07.544492 | fa163e80-6264-4ee4-5429-00000000364b | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-23 07:47:08.075405 | fa163e80-6264-4ee4-5429-00000000364b | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-23 07:47:08.077144 | fa163e80-6264-4ee4-5429-00000000364b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:55.403312 | 0.53s 2025-11-23 07:47:08.105815 | fa163e80-6264-4ee4-5429-00000000364c | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-23 07:47:08.632074 | fa163e80-6264-4ee4-5429-00000000364c | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-23 07:47:08.633645 | fa163e80-6264-4ee4-5429-00000000364c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:55.959814 | 0.53s 2025-11-23 07:47:08.662432 | fa163e80-6264-4ee4-5429-00000000364d | TASK | Enable and start netns-placeholder 2025-11-23 07:47:09.424044 | fa163e80-6264-4ee4-5429-00000000364d | CHANGED | Enable and start netns-placeholder | standalone 2025-11-23 07:47:09.426770 | fa163e80-6264-4ee4-5429-00000000364d | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:56.752944 | 0.76s 2025-11-23 07:47:09.457140 | fa163e80-6264-4ee4-5429-000000003613 | TASK | Update container configs with new config hashes 2025-11-23 07:47:09.519851 | fa163e80-6264-4ee4-5429-000000003613 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:56.846016 | 0.06s 2025-11-23 07:47:09.541708 | bae5ed01-4505-4022-9fae-62d90e9e815d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-23 07:47:09.575375 | fa163e80-6264-4ee4-5429-000000003675 | TASK | Update config hashes for container startup configs 2025-11-23 07:47:09.862188 | fa163e80-6264-4ee4-5429-000000003675 | OK | Update config hashes for container startup configs | standalone 2025-11-23 07:47:09.863278 | fa163e80-6264-4ee4-5429-000000003675 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:57.189450 | 0.29s 2025-11-23 07:47:09.887511 | fa163e80-6264-4ee4-5429-000000003614 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-23 07:47:09.932132 | fa163e80-6264-4ee4-5429-000000003614 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:57.258296 | 0.04s 2025-11-23 07:47:09.949875 | c1a96d2e-171c-4fd7-ba37-e7e070adfa15 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:47:09.979551 | fa163e80-6264-4ee4-5429-000000003694 | TASK | Gather podman infos 2025-11-23 07:47:10.900037 | fa163e80-6264-4ee4-5429-000000003694 | OK | Gather podman infos | standalone 2025-11-23 07:47:10.901643 | fa163e80-6264-4ee4-5429-000000003694 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:58.227811 | 0.92s 2025-11-23 07:47:11.038611 | fa163e80-6264-4ee4-5429-000000003695 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-23 07:47:11.115697 | fa163e80-6264-4ee4-5429-000000003695 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:58.441854 | 0.07s 2025-11-23 07:47:11.255769 | fa163e80-6264-4ee4-5429-000000003396 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:58.581925 | 0.08s 2025-11-23 07:47:11.310756 | fa163e80-6264-4ee4-5429-000000003615 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-23 07:47:11.372003 | fa163e80-6264-4ee4-5429-000000003615 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:58.698161 | 0.06s 2025-11-23 07:47:11.395467 | 2422da35-f378-4c35-a27f-efd803d42105 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:47:11.429195 | fa163e80-6264-4ee4-5429-0000000036ff | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-23 07:48:02.442097 | fa163e80-6264-4ee4-5429-0000000036ff | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-23 07:48:02.443925 | fa163e80-6264-4ee4-5429-0000000036ff | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:49.770095 | 51.01s 2025-11-23 07:48:02.466563 | fa163e80-6264-4ee4-5429-000000003700 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-23 07:48:33.460706 | fa163e80-6264-4ee4-5429-000000003700 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-23 07:48:33.462710 | fa163e80-6264-4ee4-5429-000000003700 | 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:19:20.788878 | 30.99s 2025-11-23 07:48:33.537456 | fa163e80-6264-4ee4-5429-000000003572 | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-23 07:48:33.800865 | fa163e80-6264-4ee4-5429-000000003572 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-23 07:48:33.802208 | fa163e80-6264-4ee4-5429-000000003572 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:21.128371 | 0.26s 2025-11-23 07:48:33.847861 | fa163e80-6264-4ee4-5429-000000003573 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-23 07:48:33.899904 | fa163e80-6264-4ee4-5429-000000003573 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:21.226059 | 0.05s 2025-11-23 07:48:33.929497 | fa163e80-6264-4ee4-5429-000000003574 | TASK | Include container-puppet tasks for step 3 2025-11-23 07:48:33.980991 | fa163e80-6264-4ee4-5429-000000003574 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:21.307147 | 0.05s 2025-11-23 07:48:34.004963 | 794ad320-0ef5-45d3-ae7b-ab1f72333be0 | INCLUDED | /root/standalone-ansible-_4fp6s60/host-container-puppet-tasks.yaml | standalone 2025-11-23 07:48:34.053096 | fa163e80-6264-4ee4-5429-00000000374b | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-23 07:48:34.573873 | fa163e80-6264-4ee4-5429-00000000374b | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-23 07:48:34.574741 | fa163e80-6264-4ee4-5429-00000000374b | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:21.900919 | 0.52s 2025-11-23 07:48:34.604004 | fa163e80-6264-4ee4-5429-00000000374d | TASK | Generate container puppet configs for step 3 2025-11-23 07:48:34.910848 | fa163e80-6264-4ee4-5429-00000000374d | OK | Generate container puppet configs for step 3 | standalone 2025-11-23 07:48:34.912422 | fa163e80-6264-4ee4-5429-00000000374d | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:22.238591 | 0.31s 2025-11-23 07:48:34.941504 | fa163e80-6264-4ee4-5429-00000000374e | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-23 07:48:34.971802 | fa163e80-6264-4ee4-5429-00000000374e | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:22.297963 | 0.03s 2025-11-23 07:48:35.037697 | fa163e80-6264-4ee4-5429-00000000377d | TASK | Gather variables for each operating system 2025-11-23 07:48:35.164639 | fa163e80-6264-4ee4-5429-00000000377d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:22.490798 | 0.12s 2025-11-23 07:48:35.194388 | fa163e80-6264-4ee4-5429-00000000377e | TASK | Create container logs path 2025-11-23 07:48:35.445493 | fa163e80-6264-4ee4-5429-00000000377e | OK | Create container logs path | standalone 2025-11-23 07:48:35.446931 | fa163e80-6264-4ee4-5429-00000000377e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:22.773100 | 0.25s 2025-11-23 07:48:35.477765 | fa163e80-6264-4ee4-5429-000000003780 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-23 07:48:35.745725 | fa163e80-6264-4ee4-5429-000000003780 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-23 07:48:35.747958 | fa163e80-6264-4ee4-5429-000000003780 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:23.074125 | 0.27s 2025-11-23 07:48:35.777515 | fa163e80-6264-4ee4-5429-000000003781 | TASK | Finalise hashes for all containers 2025-11-23 07:48:35.809123 | fa163e80-6264-4ee4-5429-000000003781 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:48:35.810662 | fa163e80-6264-4ee4-5429-000000003781 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:23.136839 | 0.03s 2025-11-23 07:48:35.829718 | fa163e80-6264-4ee4-5429-000000003783 | TASK | Manage systemd shutdown files 2025-11-23 07:48:35.866627 | fa163e80-6264-4ee4-5429-000000003783 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:48:35.867666 | fa163e80-6264-4ee4-5429-000000003783 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:23.193844 | 0.04s 2025-11-23 07:48:35.897921 | fa163e80-6264-4ee4-5429-000000003785 | TASK | Update container configs with new config hashes 2025-11-23 07:48:35.950815 | fa163e80-6264-4ee4-5429-000000003785 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:48:35.952227 | fa163e80-6264-4ee4-5429-000000003785 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:23.278388 | 0.05s 2025-11-23 07:48:35.988746 | fa163e80-6264-4ee4-5429-000000003786 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-23 07:48:36.041487 | fa163e80-6264-4ee4-5429-000000003786 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-23 07:48:36.042727 | fa163e80-6264-4ee4-5429-000000003786 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:23.368895 | 0.05s 2025-11-23 07:48:36.073600 | fa163e80-6264-4ee4-5429-000000003787 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-23 07:48:36.126221 | fa163e80-6264-4ee4-5429-000000003787 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-23 07:48:36.127320 | fa163e80-6264-4ee4-5429-000000003787 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:23.453490 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-11-23 07:48:36.303580 | fa163e80-6264-4ee4-5429-0000000000de | TASK | External deployment step 4 2025-11-23 07:48:36.337144 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000de') missing from stats 2025-11-23 07:48:36.393734 | fa163e80-6264-4ee4-5429-0000000000df | TIMING | include_tasks | undercloud | 0:19:23.719895 | 0.04s 2025-11-23 07:48:36.421984 | d9ba021a-e414-457d-b9b8-df82ccfadd7a | INCLUDED | /root/standalone-ansible-_4fp6s60/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-23 07:48:36.440012 | fa163e80-6264-4ee4-5429-0000000037d6 | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-23 07:48:38.127999 | fa163e80-6264-4ee4-5429-0000000037d6 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-23 07:48:38.130653 | fa163e80-6264-4ee4-5429-0000000037d6 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:25.456815 | 1.69s 2025-11-23 07:48:39.226920 | fa163e80-6264-4ee4-5429-0000000037d6 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-23 07:48:39.227732 | fa163e80-6264-4ee4-5429-0000000037d6 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:26.553910 | 2.79s 2025-11-23 07:48:39.235880 | fa163e80-6264-4ee4-5429-0000000037d6 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:26.562040 | 2.79s 2025-11-23 07:48:39.255221 | fa163e80-6264-4ee4-5429-0000000037d9 | TASK | Manage Keystone resources for OpenStack services 2025-11-23 07:48:39.310150 | fa163e80-6264-4ee4-5429-0000000037d9 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:26.636310 | 0.05s 2025-11-23 07:48:39.377281 | fa163e80-6264-4ee4-5429-000000003805 | TASK | Create Keystone Admin resources 2025-11-23 07:48:39.431125 | fa163e80-6264-4ee4-5429-000000003805 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:26.757292 | 0.05s 2025-11-23 07:48:39.450914 | 721984fd-5dda-4c9d-947d-7877180ea89e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-23 07:48:39.473744 | fa163e80-6264-4ee4-5429-000000003846 | TASK | Create admin and service projects 2025-11-23 07:48:39.536676 | fa163e80-6264-4ee4-5429-000000003846 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:26.862821 | 0.06s 2025-11-23 07:48:39.552325 | 324afc9c-5d83-4bc5-9a2d-b3b05eba3714 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-23 07:48:39.584806 | fa163e80-6264-4ee4-5429-000000003897 | TASK | Async creation of Keystone project 2025-11-23 07:48:40.051674 | fa163e80-6264-4ee4-5429-000000003897 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-23 07:48:40.053730 | fa163e80-6264-4ee4-5429-000000003897 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:27.379889 | 0.47s 2025-11-23 07:48:40.374053 | fa163e80-6264-4ee4-5429-000000003897 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-23 07:48:40.376277 | fa163e80-6264-4ee4-5429-000000003897 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:27.702445 | 0.79s 2025-11-23 07:48:40.386221 | fa163e80-6264-4ee4-5429-000000003897 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:27.712389 | 0.80s 2025-11-23 07:48:40.405257 | fa163e80-6264-4ee4-5429-000000003899 | TASK | Check Keystone project status 2025-11-23 07:48:40.686108 | fa163e80-6264-4ee4-5429-000000003899 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-23 07:48:45.907811 | fa163e80-6264-4ee4-5429-000000003899 | OK | Check Keystone project status | undercloud | item=admin 2025-11-23 07:48:45.908853 | fa163e80-6264-4ee4-5429-000000003899 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:33.235031 | 5.50s 2025-11-23 07:48:46.143835 | fa163e80-6264-4ee4-5429-000000003899 | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-23 07:48:46.145101 | fa163e80-6264-4ee4-5429-000000003899 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:33.471274 | 5.74s 2025-11-23 07:48:46.152632 | fa163e80-6264-4ee4-5429-000000003899 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:33.478799 | 5.75s 2025-11-23 07:48:46.174673 | fa163e80-6264-4ee4-5429-000000003847 | TASK | Create admin role 2025-11-23 07:48:47.475020 | fa163e80-6264-4ee4-5429-000000003847 | OK | Create admin role | undercloud 2025-11-23 07:48:47.477527 | fa163e80-6264-4ee4-5429-000000003847 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:34.803694 | 1.30s 2025-11-23 07:48:47.497287 | fa163e80-6264-4ee4-5429-000000003848 | TASK | Create _member_ role 2025-11-23 07:48:47.568801 | fa163e80-6264-4ee4-5429-000000003848 | SKIPPED | Create _member_ role | undercloud 2025-11-23 07:48:47.570155 | fa163e80-6264-4ee4-5429-000000003848 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:34.896323 | 0.07s 2025-11-23 07:48:47.589506 | fa163e80-6264-4ee4-5429-000000003849 | TASK | Check admin password 2025-11-23 07:48:48.964007 | fa163e80-6264-4ee4-5429-000000003849 | OK | Check admin password | undercloud 2025-11-23 07:48:48.965490 | fa163e80-6264-4ee4-5429-000000003849 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:36.291659 | 1.37s 2025-11-23 07:48:48.984972 | fa163e80-6264-4ee4-5429-00000000384a | TASK | Create admin user 2025-11-23 07:48:50.826322 | fa163e80-6264-4ee4-5429-00000000384a | CHANGED | Create admin user | undercloud 2025-11-23 07:48:50.827858 | fa163e80-6264-4ee4-5429-00000000384a | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:38.154026 | 1.84s 2025-11-23 07:48:50.847803 | fa163e80-6264-4ee4-5429-00000000384b | TASK | Assign admin role to admin project for admin user 2025-11-23 07:48:52.402435 | fa163e80-6264-4ee4-5429-00000000384b | OK | Assign admin role to admin project for admin user | undercloud 2025-11-23 07:48:52.403773 | fa163e80-6264-4ee4-5429-00000000384b | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:39.729941 | 1.55s 2025-11-23 07:48:52.422800 | fa163e80-6264-4ee4-5429-00000000384c | TASK | Assign _member_ role to admin project for admin user 2025-11-23 07:48:52.488541 | fa163e80-6264-4ee4-5429-00000000384c | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-23 07:48:52.489881 | fa163e80-6264-4ee4-5429-00000000384c | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:39.816048 | 0.07s 2025-11-23 07:48:52.509411 | fa163e80-6264-4ee4-5429-00000000384d | TASK | Create identity service 2025-11-23 07:48:53.786868 | fa163e80-6264-4ee4-5429-00000000384d | OK | Create identity service | undercloud 2025-11-23 07:48:53.787936 | fa163e80-6264-4ee4-5429-00000000384d | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:41.114111 | 1.28s 2025-11-23 07:48:53.804437 | fa163e80-6264-4ee4-5429-00000000384e | TASK | Create identity public endpoint 2025-11-23 07:48:55.180052 | fa163e80-6264-4ee4-5429-00000000384e | OK | Create identity public endpoint | undercloud 2025-11-23 07:48:55.181150 | fa163e80-6264-4ee4-5429-00000000384e | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:42.507329 | 1.38s 2025-11-23 07:48:55.196350 | fa163e80-6264-4ee4-5429-00000000384f | TASK | Create identity internal endpoint 2025-11-23 07:48:56.442614 | fa163e80-6264-4ee4-5429-00000000384f | OK | Create identity internal endpoint | undercloud 2025-11-23 07:48:56.444072 | fa163e80-6264-4ee4-5429-00000000384f | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:43.770241 | 1.25s 2025-11-23 07:48:56.463307 | fa163e80-6264-4ee4-5429-000000003850 | TASK | Create identity admin endpoint 2025-11-23 07:48:57.700728 | fa163e80-6264-4ee4-5429-000000003850 | OK | Create identity admin endpoint | undercloud 2025-11-23 07:48:57.702218 | fa163e80-6264-4ee4-5429-000000003850 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:45.028379 | 1.24s 2025-11-23 07:48:57.724138 | fa163e80-6264-4ee4-5429-000000003806 | TASK | Create Keystone Projects 2025-11-23 07:48:57.809551 | fa163e80-6264-4ee4-5429-000000003806 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:45.135709 | 0.08s 2025-11-23 07:48:57.821471 | fa163e80-6264-4ee4-5429-000000003806 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:45.147639 | 0.10s 2025-11-23 07:48:57.837521 | 256b972d-4fbc-404f-8a15-0bfdc96d4428 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-23 07:48:57.882323 | fa163e80-6264-4ee4-5429-000000003923 | TASK | Async creation of Keystone project 2025-11-23 07:48:58.218559 | fa163e80-6264-4ee4-5429-000000003923 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-23 07:48:58.220856 | fa163e80-6264-4ee4-5429-000000003923 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:45.547008 | 0.34s 2025-11-23 07:48:58.227300 | fa163e80-6264-4ee4-5429-000000003923 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:45.553472 | 0.34s 2025-11-23 07:48:58.243140 | fa163e80-6264-4ee4-5429-000000003925 | TASK | Check Keystone project status 2025-11-23 07:48:58.506875 | fa163e80-6264-4ee4-5429-000000003925 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-23 07:49:03.727590 | fa163e80-6264-4ee4-5429-000000003925 | OK | Check Keystone project status | undercloud | item=service 2025-11-23 07:49:03.730234 | fa163e80-6264-4ee4-5429-000000003925 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:51.056401 | 5.49s 2025-11-23 07:49:03.740461 | fa163e80-6264-4ee4-5429-000000003925 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:51.066634 | 5.50s 2025-11-23 07:49:03.757472 | fa163e80-6264-4ee4-5429-000000003808 | TASK | Create Keystone Domains 2025-11-23 07:49:03.860078 | fa163e80-6264-4ee4-5429-000000003808 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:51.186237 | 0.10s 2025-11-23 07:49:03.872378 | fa163e80-6264-4ee4-5429-000000003808 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:51.198512 | 0.11s 2025-11-23 07:49:03.889684 | f22a890d-1492-4234-8363-72a51dd94c18 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-23 07:49:03.935138 | fa163e80-6264-4ee4-5429-0000000039d8 | TASK | Async creation of Keystone domains 2025-11-23 07:49:04.368966 | fa163e80-6264-4ee4-5429-0000000039d8 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-23 07:49:04.370587 | fa163e80-6264-4ee4-5429-0000000039d8 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:51.696762 | 0.43s 2025-11-23 07:49:04.381043 | fa163e80-6264-4ee4-5429-0000000039d8 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:51.707210 | 0.44s 2025-11-23 07:49:04.400007 | fa163e80-6264-4ee4-5429-0000000039da | TASK | Check Keystone domain status 2025-11-23 07:49:04.686908 | fa163e80-6264-4ee4-5429-0000000039da | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-23 07:49:09.927649 | fa163e80-6264-4ee4-5429-0000000039da | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-23 07:49:09.929788 | fa163e80-6264-4ee4-5429-0000000039da | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:57.255966 | 5.53s 2025-11-23 07:49:09.940420 | fa163e80-6264-4ee4-5429-0000000039da | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:57.266579 | 5.54s 2025-11-23 07:49:09.961892 | fa163e80-6264-4ee4-5429-00000000380a | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-23 07:49:10.024390 | fa163e80-6264-4ee4-5429-00000000380a | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:19:57.350502 | 0.06s 2025-11-23 07:49:10.038490 | 6443e678-54af-4c46-90e6-98cac433a471 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-23 07:49:10.084547 | fa163e80-6264-4ee4-5429-000000003aa2 | TASK | Collect OpenStack Keystone domains infos 2025-11-23 07:49:11.552580 | fa163e80-6264-4ee4-5429-000000003aa2 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-23 07:49:11.555118 | fa163e80-6264-4ee4-5429-000000003aa2 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:19:58.881282 | 1.47s 2025-11-23 07:49:11.574288 | fa163e80-6264-4ee4-5429-000000003aa3 | TASK | Set openstack_domains fact 2025-11-23 07:49:11.643803 | fa163e80-6264-4ee4-5429-000000003aa3 | OK | Set openstack_domains fact | undercloud 2025-11-23 07:49:11.645452 | fa163e80-6264-4ee4-5429-000000003aa3 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:19:58.971617 | 0.07s 2025-11-23 07:49:11.664489 | fa163e80-6264-4ee4-5429-00000000380b | TASK | Create Keystone Services 2025-11-23 07:49:11.754965 | fa163e80-6264-4ee4-5429-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:59.081115 | 0.09s 2025-11-23 07:49:11.769926 | fa163e80-6264-4ee4-5429-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:59.096102 | 0.10s 2025-11-23 07:49:11.784577 | fa163e80-6264-4ee4-5429-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:59.110727 | 0.12s 2025-11-23 07:49:11.804758 | b2e9a90a-0b10-49d1-9f83-d88e9bf69ab4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-23 07:49:11.813945 | b29b63a3-56bf-4547-a8b0-a5256cf2680c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-23 07:49:11.860881 | fa163e80-6264-4ee4-5429-000000003b7f | TASK | Async creation of Keystone service 2025-11-23 07:49:12.192696 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-11-23 07:49:12.195645 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:59.521786 | 0.33s 2025-11-23 07:49:12.507296 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-23 07:49:12.509107 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:59.835281 | 0.65s 2025-11-23 07:49:12.805081 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-23 07:49:12.806074 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:00.132251 | 0.94s 2025-11-23 07:49:13.857652 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-23 07:49:13.860003 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:01.186172 | 2.00s 2025-11-23 07:49:14.161664 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-23 07:49:14.162917 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:01.489089 | 2.30s 2025-11-23 07:49:14.484709 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-23 07:49:14.486399 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:01.812570 | 2.62s 2025-11-23 07:49:14.769094 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-23 07:49:14.770590 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.096770 | 2.91s 2025-11-23 07:49:15.076284 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-23 07:49:15.077259 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.403439 | 3.22s 2025-11-23 07:49:15.355809 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-23 07:49:15.356999 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.683172 | 3.50s 2025-11-23 07:49:15.587164 | fa163e80-6264-4ee4-5429-000000003b7f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-23 07:49:15.588237 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.914411 | 3.73s 2025-11-23 07:49:15.607999 | fa163e80-6264-4ee4-5429-000000003b7f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.934165 | 3.75s 2025-11-23 07:49:15.624785 | fa163e80-6264-4ee4-5429-000000003b81 | TASK | Check Keystone service status 2025-11-23 07:49:15.887913 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-11-23 07:49:15.890446 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:03.216618 | 0.26s 2025-11-23 07:49:16.182927 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-23 07:49:16.183707 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:03.509887 | 0.56s 2025-11-23 07:49:16.443737 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-23 07:49:16.445601 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:03.771773 | 0.82s 2025-11-23 07:49:16.708541 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-23 07:49:16.710443 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.036615 | 1.08s 2025-11-23 07:49:16.979781 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-23 07:49:16.980513 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.306693 | 1.35s 2025-11-23 07:49:17.239862 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-23 07:49:17.241703 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.567875 | 1.62s 2025-11-23 07:49:17.488835 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-23 07:49:17.490725 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.816898 | 1.86s 2025-11-23 07:49:17.756678 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-23 07:49:17.758733 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.084903 | 2.13s 2025-11-23 07:49:18.047761 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-23 07:49:18.049709 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.375879 | 2.42s 2025-11-23 07:49:18.289008 | fa163e80-6264-4ee4-5429-000000003b81 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-23 07:49:18.290213 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.616385 | 2.66s 2025-11-23 07:49:18.301672 | fa163e80-6264-4ee4-5429-000000003b81 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.627840 | 2.68s 2025-11-23 07:49:18.326907 | fa163e80-6264-4ee4-5429-000000003b86 | TASK | Async creation of Keystone service 2025-11-23 07:49:18.666273 | fa163e80-6264-4ee4-5429-000000003b86 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-23 07:49:18.668523 | fa163e80-6264-4ee4-5429-000000003b86 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:05.994689 | 0.34s 2025-11-23 07:49:18.678699 | fa163e80-6264-4ee4-5429-000000003b86 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.004859 | 0.35s 2025-11-23 07:49:18.699604 | fa163e80-6264-4ee4-5429-000000003b88 | TASK | Check Keystone service status 2025-11-23 07:49:18.965656 | fa163e80-6264-4ee4-5429-000000003b88 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-23 07:49:24.156238 | fa163e80-6264-4ee4-5429-000000003b88 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-23 07:49:24.157064 | fa163e80-6264-4ee4-5429-000000003b88 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:11.483243 | 5.46s 2025-11-23 07:49:24.163063 | fa163e80-6264-4ee4-5429-000000003b88 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:11.489247 | 5.46s 2025-11-23 07:49:24.177545 | fa163e80-6264-4ee4-5429-00000000380d | TASK | Create Keystone Endpoints 2025-11-23 07:49:24.222936 | fa163e80-6264-4ee4-5429-00000000380d | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:11.549098 | 0.04s 2025-11-23 07:49:24.248286 | fa163e80-6264-4ee4-5429-00000000380d | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:11.574456 | 0.07s 2025-11-23 07:49:24.269881 | fa163e80-6264-4ee4-5429-00000000380d | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:11.596055 | 0.09s 2025-11-23 07:49:24.273492 | fa163e80-6264-4ee4-5429-00000000380d | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:11.599672 | 0.09s 2025-11-23 07:49:24.279451 | 0e496d96-1af8-4ec0-8c9e-f9422b157aa2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-23 07:49:24.282566 | 867a8854-4d6b-40f7-a1a3-5260ac05d560 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-23 07:49:24.285102 | 8dd62b18-3ce9-4d60-ae4e-9bc2d7609ce0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-23 07:49:24.327760 | fa163e80-6264-4ee4-5429-000000003cb0 | TASK | Create Keystone public endpoints 2025-11-23 07:49:24.416594 | fa163e80-6264-4ee4-5429-000000003cb0 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:11.742742 | 0.09s 2025-11-23 07:49:24.433390 | fa163e80-6264-4ee4-5429-000000003cb0 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:11.759555 | 0.10s 2025-11-23 07:49:24.446651 | fa163e80-6264-4ee4-5429-000000003cb0 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:11.772828 | 0.12s 2025-11-23 07:49:24.465476 | 0e2e34dd-f683-4097-898b-5c4daff25e9e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-23 07:49:24.474469 | c455cdc6-f96b-4471-b61a-d3fd9a0ca7b7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-23 07:49:24.497892 | fa163e80-6264-4ee4-5429-000000003dd8 | TASK | Async creation of Keystone public endpoint 2025-11-23 07:49:24.845422 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-11-23 07:49:24.846656 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.172830 | 0.35s 2025-11-23 07:49:25.128838 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-23 07:49:25.129477 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.455658 | 0.63s 2025-11-23 07:49:25.396478 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-23 07:49:25.397157 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.723336 | 0.90s 2025-11-23 07:49:25.716727 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-23 07:49:25.718767 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:13.044931 | 1.22s 2025-11-23 07:49:25.977548 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-23 07:49:25.978406 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:13.304584 | 1.48s 2025-11-23 07:49:26.247852 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-23 07:49:26.249102 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:13.575131 | 1.75s 2025-11-23 07:49:26.569624 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-23 07:49:26.570760 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:13.896941 | 2.07s 2025-11-23 07:49:26.905196 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-23 07:49:26.906660 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:14.232826 | 2.41s 2025-11-23 07:49:27.164438 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-23 07:49:27.165266 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:14.491444 | 2.67s 2025-11-23 07:49:27.413708 | fa163e80-6264-4ee4-5429-000000003dd8 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-23 07:49:27.414366 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:14.740546 | 2.92s 2025-11-23 07:49:27.419588 | fa163e80-6264-4ee4-5429-000000003dd8 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:14.745755 | 2.92s 2025-11-23 07:49:27.446218 | fa163e80-6264-4ee4-5429-000000003dda | TASK | Check Keystone public endpoint status 2025-11-23 07:49:27.760575 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-11-23 07:49:27.761637 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:15.087814 | 0.31s 2025-11-23 07:49:28.020291 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-23 07:49:28.020970 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:15.347153 | 0.57s 2025-11-23 07:49:28.267146 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-23 07:49:28.268332 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:15.594505 | 0.82s 2025-11-23 07:49:28.502836 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-23 07:49:28.503721 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:15.829900 | 1.06s 2025-11-23 07:49:28.802360 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-23 07:49:28.804137 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:16.130310 | 1.36s 2025-11-23 07:49:29.076068 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-23 07:49:29.078128 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:16.404302 | 1.63s 2025-11-23 07:49:29.321392 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-23 07:49:29.322290 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:16.648469 | 1.87s 2025-11-23 07:49:29.527757 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-23 07:49:29.528997 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:16.855177 | 2.08s 2025-11-23 07:49:29.720765 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-23 07:49:29.721885 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:17.048060 | 2.27s 2025-11-23 07:49:30.005074 | fa163e80-6264-4ee4-5429-000000003dda | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-23 07:49:30.007207 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:17.333375 | 2.56s 2025-11-23 07:49:30.021880 | fa163e80-6264-4ee4-5429-000000003dda | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:17.348046 | 2.57s 2025-11-23 07:49:30.050777 | fa163e80-6264-4ee4-5429-000000003ddf | TASK | Async creation of Keystone public endpoint 2025-11-23 07:49:30.420748 | fa163e80-6264-4ee4-5429-000000003ddf | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-23 07:49:30.421724 | fa163e80-6264-4ee4-5429-000000003ddf | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:17.747902 | 0.37s 2025-11-23 07:49:30.424852 | fa163e80-6264-4ee4-5429-000000003ddf | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:17.751033 | 0.37s 2025-11-23 07:49:30.443522 | fa163e80-6264-4ee4-5429-000000003de1 | TASK | Check Keystone public endpoint status 2025-11-23 07:49:30.718945 | fa163e80-6264-4ee4-5429-000000003de1 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-23 07:49:35.937872 | fa163e80-6264-4ee4-5429-000000003de1 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-23 07:49:35.939164 | fa163e80-6264-4ee4-5429-000000003de1 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.265338 | 5.49s 2025-11-23 07:49:35.945526 | fa163e80-6264-4ee4-5429-000000003de1 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.271699 | 5.50s 2025-11-23 07:49:35.966280 | fa163e80-6264-4ee4-5429-000000003cb5 | TASK | Create Keystone admin endpoints 2025-11-23 07:49:36.079851 | fa163e80-6264-4ee4-5429-000000003cb5 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:23.406002 | 0.11s 2025-11-23 07:49:36.097439 | fa163e80-6264-4ee4-5429-000000003cb5 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:23.423610 | 0.13s 2025-11-23 07:49:36.111386 | fa163e80-6264-4ee4-5429-000000003cb5 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:23.437561 | 0.14s 2025-11-23 07:49:36.128041 | cd6cced7-2a0b-4723-8c4b-798187d4ef55 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-23 07:49:36.137255 | a0add172-365a-4078-878b-76b51a643cb0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-23 07:49:36.162002 | fa163e80-6264-4ee4-5429-000000003e31 | TASK | Async creation of Keystone admin endpoint 2025-11-23 07:49:36.511315 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-11-23 07:49:36.513133 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:23.839309 | 0.35s 2025-11-23 07:49:36.794129 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-23 07:49:36.794772 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:24.120953 | 0.63s 2025-11-23 07:49:37.079452 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-23 07:49:37.080111 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:24.406292 | 0.92s 2025-11-23 07:49:37.325209 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-23 07:49:37.327212 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:24.653390 | 1.16s 2025-11-23 07:49:37.608037 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-23 07:49:37.608656 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:24.934838 | 1.45s 2025-11-23 07:49:37.874869 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-23 07:49:37.875664 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.201843 | 1.71s 2025-11-23 07:49:38.118220 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-23 07:49:38.118942 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.445123 | 1.96s 2025-11-23 07:49:38.402163 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-23 07:49:38.403638 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.729817 | 2.24s 2025-11-23 07:49:38.677414 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-23 07:49:38.678074 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:26.004256 | 2.51s 2025-11-23 07:49:38.947899 | fa163e80-6264-4ee4-5429-000000003e31 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-23 07:49:38.948562 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:26.274744 | 2.79s 2025-11-23 07:49:38.957473 | fa163e80-6264-4ee4-5429-000000003e31 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:26.283645 | 2.79s 2025-11-23 07:49:38.982070 | fa163e80-6264-4ee4-5429-000000003e33 | TASK | Check Keystone admin endpoint status 2025-11-23 07:49:39.236766 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-11-23 07:49:39.237939 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:26.564116 | 0.25s 2025-11-23 07:49:39.480493 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-23 07:49:39.481382 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:26.807511 | 0.50s 2025-11-23 07:49:39.754038 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-23 07:49:39.755702 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:27.081875 | 0.77s 2025-11-23 07:49:39.999547 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-23 07:49:40.001027 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:27.327199 | 1.02s 2025-11-23 07:49:40.247978 | fa163e80-6264-4ee4-5429-000000003e33 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-23 07:49:45.490931 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-23 07:49:45.493162 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.819335 | 6.51s 2025-11-23 07:49:45.712854 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-23 07:49:45.713571 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.039752 | 6.73s 2025-11-23 07:49:45.965528 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-23 07:49:45.966829 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.293001 | 6.98s 2025-11-23 07:49:46.212308 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-23 07:49:46.213598 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.539770 | 7.23s 2025-11-23 07:49:46.466468 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-23 07:49:46.468521 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.794693 | 7.49s 2025-11-23 07:49:46.694961 | fa163e80-6264-4ee4-5429-000000003e33 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-23 07:49:46.697251 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:34.023422 | 7.71s 2025-11-23 07:49:46.712467 | fa163e80-6264-4ee4-5429-000000003e33 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:34.038630 | 7.73s 2025-11-23 07:49:46.740512 | fa163e80-6264-4ee4-5429-000000003e38 | TASK | Async creation of Keystone admin endpoint 2025-11-23 07:49:47.014669 | fa163e80-6264-4ee4-5429-000000003e38 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-23 07:49:47.017216 | fa163e80-6264-4ee4-5429-000000003e38 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.343374 | 0.28s 2025-11-23 07:49:47.026863 | fa163e80-6264-4ee4-5429-000000003e38 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.353030 | 0.28s 2025-11-23 07:49:47.043980 | fa163e80-6264-4ee4-5429-000000003e3a | TASK | Check Keystone admin endpoint status 2025-11-23 07:49:47.314432 | fa163e80-6264-4ee4-5429-000000003e3a | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-23 07:49:52.511543 | fa163e80-6264-4ee4-5429-000000003e3a | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-23 07:49:52.513746 | fa163e80-6264-4ee4-5429-000000003e3a | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:39.839914 | 5.47s 2025-11-23 07:49:52.524243 | fa163e80-6264-4ee4-5429-000000003e3a | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:39.850410 | 5.48s 2025-11-23 07:49:52.547007 | fa163e80-6264-4ee4-5429-000000003cba | TASK | Create Keystone internal endpoints 2025-11-23 07:49:52.638946 | fa163e80-6264-4ee4-5429-000000003cba | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:39.964804 | 0.09s 2025-11-23 07:49:52.673655 | fa163e80-6264-4ee4-5429-000000003cba | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:39.999837 | 0.12s 2025-11-23 07:49:52.686282 | fa163e80-6264-4ee4-5429-000000003cba | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:40.012444 | 0.14s 2025-11-23 07:49:52.706374 | 34accd48-4d15-4a3e-b96b-f7ec43a49b93 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-23 07:49:52.718472 | 50d42fb1-f927-4581-8fa2-9cfa75725a53 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-23 07:49:52.741806 | fa163e80-6264-4ee4-5429-000000003e8c | TASK | Async creation of Keystone internal endpoint 2025-11-23 07:49:53.088170 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-11-23 07:49:53.090437 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:40.416598 | 0.35s 2025-11-23 07:49:53.381903 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-23 07:49:53.382676 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:40.708854 | 0.64s 2025-11-23 07:49:53.699266 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-23 07:49:53.700886 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:41.027058 | 0.96s 2025-11-23 07:49:53.978635 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-23 07:49:53.979355 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:41.305515 | 1.24s 2025-11-23 07:49:54.241794 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-23 07:49:54.242439 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:41.568619 | 1.50s 2025-11-23 07:49:54.472608 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-23 07:49:54.474996 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:41.801172 | 1.73s 2025-11-23 07:49:54.746447 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-23 07:49:54.748750 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.074922 | 2.00s 2025-11-23 07:49:55.022227 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-23 07:49:55.023737 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.349911 | 2.28s 2025-11-23 07:49:55.304393 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-23 07:49:55.306187 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.632360 | 2.56s 2025-11-23 07:49:55.595665 | fa163e80-6264-4ee4-5429-000000003e8c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-23 07:49:55.596554 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.922736 | 2.85s 2025-11-23 07:49:55.600219 | fa163e80-6264-4ee4-5429-000000003e8c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.926402 | 2.86s 2025-11-23 07:49:55.617357 | fa163e80-6264-4ee4-5429-000000003e8e | TASK | Check Keystone internal endpoint status 2025-11-23 07:49:55.897280 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-11-23 07:49:55.900000 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:43.226167 | 0.28s 2025-11-23 07:49:56.166410 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-23 07:49:56.168431 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:43.494602 | 0.55s 2025-11-23 07:49:56.457540 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-23 07:49:56.458987 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:43.785168 | 0.84s 2025-11-23 07:49:56.723308 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-23 07:49:56.724485 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:44.050658 | 1.11s 2025-11-23 07:49:56.974535 | fa163e80-6264-4ee4-5429-000000003e8e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-23 07:50:02.207577 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-23 07:50:02.209416 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:49.535583 | 6.59s 2025-11-23 07:50:02.459377 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-23 07:50:02.460720 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:49.786889 | 6.84s 2025-11-23 07:50:02.644190 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-23 07:50:02.645320 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:49.971495 | 7.03s 2025-11-23 07:50:02.873095 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-23 07:50:02.875009 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.201183 | 7.26s 2025-11-23 07:50:03.123905 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-23 07:50:03.125558 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.451731 | 7.51s 2025-11-23 07:50:03.382045 | fa163e80-6264-4ee4-5429-000000003e8e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-23 07:50:03.383281 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.709455 | 7.76s 2025-11-23 07:50:03.401406 | fa163e80-6264-4ee4-5429-000000003e8e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.727571 | 7.78s 2025-11-23 07:50:03.426363 | fa163e80-6264-4ee4-5429-000000003e93 | TASK | Async creation of Keystone internal endpoint 2025-11-23 07:50:03.748495 | fa163e80-6264-4ee4-5429-000000003e93 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-23 07:50:03.751164 | fa163e80-6264-4ee4-5429-000000003e93 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:51.077322 | 0.32s 2025-11-23 07:50:03.761992 | fa163e80-6264-4ee4-5429-000000003e93 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:51.088161 | 0.33s 2025-11-23 07:50:03.782965 | fa163e80-6264-4ee4-5429-000000003e95 | TASK | Check Keystone internal endpoint status 2025-11-23 07:50:04.016588 | fa163e80-6264-4ee4-5429-000000003e95 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-23 07:50:09.229426 | fa163e80-6264-4ee4-5429-000000003e95 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-23 07:50:09.230361 | fa163e80-6264-4ee4-5429-000000003e95 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:56.556521 | 5.45s 2025-11-23 07:50:09.237247 | fa163e80-6264-4ee4-5429-000000003e95 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:56.563409 | 5.45s 2025-11-23 07:50:09.257760 | fa163e80-6264-4ee4-5429-00000000380f | TASK | Run cleanup tasks 2025-11-23 07:50:09.312598 | fa163e80-6264-4ee4-5429-00000000380f | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:56.638746 | 0.05s 2025-11-23 07:50:09.331252 | f8ae587c-9228-43fd-8a1a-92d1460e03ed | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-23 07:50:09.415360 | fa163e80-6264-4ee4-5429-000000003ee3 | TASK | Get list of enabled services 2025-11-23 07:50:11.905468 | fa163e80-6264-4ee4-5429-000000003ee3 | CHANGED | Get list of enabled services | undercloud 2025-11-23 07:50:11.907241 | fa163e80-6264-4ee4-5429-000000003ee3 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:20:59.233407 | 2.49s 2025-11-23 07:50:11.928973 | fa163e80-6264-4ee4-5429-000000003ee4 | TASK | List services to be disabled 2025-11-23 07:50:11.993760 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-23 07:50:12.022003 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-23 07:50:12.049905 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-23 07:50:12.076093 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-23 07:50:12.101317 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-23 07:50:12.126690 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-11-23 07:50:12.151477 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-23 07:50:12.178306 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-23 07:50:12.202643 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-23 07:50:12.227701 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-23 07:50:12.252596 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-23 07:50:12.275777 | fa163e80-6264-4ee4-5429-000000003ee4 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-23 07:50:12.287812 | fa163e80-6264-4ee4-5429-000000003ee4 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:20:59.613984 | 0.36s 2025-11-23 07:50:12.304377 | fa163e80-6264-4ee4-5429-000000003ee5 | TASK | Delete keystone services not enabled 2025-11-23 07:50:12.331713 | fa163e80-6264-4ee4-5429-000000003ee5 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:20:59.657882 | 0.03s 2025-11-23 07:50:12.347355 | fa163e80-6264-4ee4-5429-000000003810 | TASK | Create Keystone Roles 2025-11-23 07:50:12.440963 | fa163e80-6264-4ee4-5429-000000003810 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:59.767121 | 0.09s 2025-11-23 07:50:12.453029 | fa163e80-6264-4ee4-5429-000000003810 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:59.779197 | 0.10s 2025-11-23 07:50:12.469583 | 06c2c136-3f76-4af3-ae02-12a70dd9d72a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-23 07:50:12.540474 | fa163e80-6264-4ee4-5429-00000000404b | TASK | Async creation of Keystone role 2025-11-23 07:50:12.878201 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-11-23 07:50:12.881832 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.207987 | 0.34s 2025-11-23 07:50:13.178047 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-11-23 07:50:13.179017 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.505193 | 0.64s 2025-11-23 07:50:13.499400 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-11-23 07:50:13.501348 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.827508 | 0.96s 2025-11-23 07:50:13.814420 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-11-23 07:50:13.815470 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.141643 | 1.27s 2025-11-23 07:50:14.087438 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-23 07:50:14.088482 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.414656 | 1.55s 2025-11-23 07:50:14.340885 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-23 07:50:14.345059 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.671233 | 1.80s 2025-11-23 07:50:14.678648 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-23 07:50:14.679579 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:02.005754 | 2.14s 2025-11-23 07:50:14.921371 | fa163e80-6264-4ee4-5429-00000000404b | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-23 07:50:14.922136 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:02.248318 | 2.38s 2025-11-23 07:50:14.926242 | fa163e80-6264-4ee4-5429-00000000404b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:02.252427 | 2.38s 2025-11-23 07:50:14.941202 | fa163e80-6264-4ee4-5429-00000000404d | TASK | Check Keystone role status 2025-11-23 07:50:15.262857 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-11-23 07:50:15.269182 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.595352 | 0.33s 2025-11-23 07:50:15.457988 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=creator 2025-11-23 07:50:15.458669 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.784850 | 0.52s 2025-11-23 07:50:15.683512 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=observer 2025-11-23 07:50:15.684175 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.010357 | 0.74s 2025-11-23 07:50:15.891275 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=audit 2025-11-23 07:50:15.892709 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.218890 | 0.95s 2025-11-23 07:50:16.171019 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-23 07:50:16.172205 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.498378 | 1.23s 2025-11-23 07:50:16.440814 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-23 07:50:16.442716 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.768889 | 1.50s 2025-11-23 07:50:16.675297 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-23 07:50:16.676444 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.002617 | 1.73s 2025-11-23 07:50:16.932582 | fa163e80-6264-4ee4-5429-00000000404d | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-23 07:50:16.934417 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.260590 | 1.99s 2025-11-23 07:50:16.947648 | fa163e80-6264-4ee4-5429-00000000404d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.273809 | 2.01s 2025-11-23 07:50:16.970284 | fa163e80-6264-4ee4-5429-000000003812 | TASK | Create Keystone Users 2025-11-23 07:50:17.071133 | fa163e80-6264-4ee4-5429-000000003812 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:04.397280 | 0.10s 2025-11-23 07:50:17.090599 | fa163e80-6264-4ee4-5429-000000003812 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:04.416763 | 0.12s 2025-11-23 07:50:17.098316 | fa163e80-6264-4ee4-5429-000000003812 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:04.424490 | 0.13s 2025-11-23 07:50:17.119875 | f917b894-98ce-4883-b825-b277b4391170 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-23 07:50:17.132214 | 427ac19b-bd91-41f0-9c6f-46addbb96dd1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-23 07:50:17.192195 | fa163e80-6264-4ee4-5429-0000000041db | TASK | Check password of Keystone user 2025-11-23 07:50:18.237365 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:18.239032 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:05.565186 | 1.05s 2025-11-23 07:50:19.297328 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:19.299217 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:06.625389 | 2.11s 2025-11-23 07:50:20.244019 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:20.245106 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:07.571280 | 3.05s 2025-11-23 07:50:21.197525 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:21.198106 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:08.524288 | 4.01s 2025-11-23 07:50:22.183676 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:22.184630 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:09.510809 | 4.99s 2025-11-23 07:50:23.065035 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:23.066078 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:10.392261 | 5.87s 2025-11-23 07:50:24.046874 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:24.048687 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:11.374859 | 6.86s 2025-11-23 07:50:25.048118 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:25.049887 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:12.376058 | 7.86s 2025-11-23 07:50:25.990442 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:25.991096 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:13.317276 | 8.80s 2025-11-23 07:50:26.984511 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:26.986110 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:14.312283 | 9.79s 2025-11-23 07:50:26.996451 | fa163e80-6264-4ee4-5429-0000000041db | 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-23 07:50:26.997525 | fa163e80-6264-4ee4-5429-0000000041db | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:14.323698 | 9.80s 2025-11-23 07:50:27.018185 | fa163e80-6264-4ee4-5429-0000000041dd | TASK | Async creation of Keystone user 2025-11-23 07:50:27.386660 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:27.388863 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:14.715024 | 0.37s 2025-11-23 07:50:27.718753 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:27.719301 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.045483 | 0.70s 2025-11-23 07:50:28.066080 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:28.068088 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.394257 | 1.05s 2025-11-23 07:50:28.381977 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:28.382517 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.708700 | 1.36s 2025-11-23 07:50:28.755426 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:28.757062 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:16.083235 | 1.74s 2025-11-23 07:50:29.094450 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:29.096252 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:16.422425 | 2.08s 2025-11-23 07:50:29.432904 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:29.434049 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:16.760221 | 2.41s 2025-11-23 07:50:29.760286 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:29.760913 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:17.087095 | 2.74s 2025-11-23 07:50:30.102794 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:30.103482 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:17.429661 | 3.08s 2025-11-23 07:50:30.430135 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:30.431453 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:17.757633 | 3.41s 2025-11-23 07:50:30.441958 | fa163e80-6264-4ee4-5429-0000000041dd | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:30.443915 | fa163e80-6264-4ee4-5429-0000000041dd | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:17.770086 | 3.42s 2025-11-23 07:50:30.466706 | fa163e80-6264-4ee4-5429-0000000041df | TASK | Check Keystone user status 2025-11-23 07:50:30.786479 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:30.788542 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:18.114698 | 0.32s 2025-11-23 07:50:31.127233 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:31.129030 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:18.455206 | 0.66s 2025-11-23 07:50:31.413554 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:31.415879 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:18.742051 | 0.95s 2025-11-23 07:50:31.696572 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:31.698778 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:19.024951 | 1.23s 2025-11-23 07:50:31.987167 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:31.987840 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:19.314022 | 1.52s 2025-11-23 07:50:32.242778 | fa163e80-6264-4ee4-5429-0000000041df | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-23 07:50:37.466613 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:37.467822 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:24.793994 | 7.00s 2025-11-23 07:50:37.757253 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:37.757942 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.084123 | 7.29s 2025-11-23 07:50:38.003880 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:38.004974 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.331146 | 7.54s 2025-11-23 07:50:38.273448 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:38.275174 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.601348 | 7.81s 2025-11-23 07:50:38.549210 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:38.550311 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.876485 | 8.08s 2025-11-23 07:50:38.557188 | fa163e80-6264-4ee4-5429-0000000041df | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:38.558585 | fa163e80-6264-4ee4-5429-0000000041df | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.884761 | 8.09s 2025-11-23 07:50:38.581693 | fa163e80-6264-4ee4-5429-0000000041e4 | TASK | Check password of Keystone user 2025-11-23 07:50:39.623963 | fa163e80-6264-4ee4-5429-0000000041e4 | 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-23 07:50:39.626328 | fa163e80-6264-4ee4-5429-0000000041e4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.952492 | 1.04s 2025-11-23 07:50:40.614959 | fa163e80-6264-4ee4-5429-0000000041e4 | 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-23 07:50:40.615989 | fa163e80-6264-4ee4-5429-0000000041e4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.942161 | 2.03s 2025-11-23 07:50:41.544319 | fa163e80-6264-4ee4-5429-0000000041e4 | 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-23 07:50:41.545136 | fa163e80-6264-4ee4-5429-0000000041e4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.871314 | 2.96s 2025-11-23 07:50:41.549150 | fa163e80-6264-4ee4-5429-0000000041e4 | 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-23 07:50:41.550175 | fa163e80-6264-4ee4-5429-0000000041e4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.876348 | 2.97s 2025-11-23 07:50:41.570916 | fa163e80-6264-4ee4-5429-0000000041e6 | TASK | Async creation of Keystone user 2025-11-23 07:50:42.003712 | fa163e80-6264-4ee4-5429-0000000041e6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:42.004924 | fa163e80-6264-4ee4-5429-0000000041e6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.331097 | 0.43s 2025-11-23 07:50:42.336426 | fa163e80-6264-4ee4-5429-0000000041e6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:42.337318 | fa163e80-6264-4ee4-5429-0000000041e6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.663493 | 0.76s 2025-11-23 07:50:42.698704 | fa163e80-6264-4ee4-5429-0000000041e6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:42.699582 | fa163e80-6264-4ee4-5429-0000000041e6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.025762 | 1.13s 2025-11-23 07:50:42.703965 | fa163e80-6264-4ee4-5429-0000000041e6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-23 07:50:42.704748 | fa163e80-6264-4ee4-5429-0000000041e6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.030925 | 1.13s 2025-11-23 07:50:42.720607 | fa163e80-6264-4ee4-5429-0000000041e8 | TASK | Check Keystone user status 2025-11-23 07:50:43.002453 | fa163e80-6264-4ee4-5429-0000000041e8 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-23 07:50:48.237225 | fa163e80-6264-4ee4-5429-0000000041e8 | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:48.238050 | fa163e80-6264-4ee4-5429-0000000041e8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.564229 | 5.52s 2025-11-23 07:50:48.506168 | fa163e80-6264-4ee4-5429-0000000041e8 | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:48.508458 | fa163e80-6264-4ee4-5429-0000000041e8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.834631 | 5.79s 2025-11-23 07:50:48.772836 | fa163e80-6264-4ee4-5429-0000000041e8 | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:48.776830 | fa163e80-6264-4ee4-5429-0000000041e8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.103003 | 6.06s 2025-11-23 07:50:48.787019 | fa163e80-6264-4ee4-5429-0000000041e8 | CHANGED | Check Keystone user status | undercloud 2025-11-23 07:50:48.788020 | fa163e80-6264-4ee4-5429-0000000041e8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.114194 | 6.07s 2025-11-23 07:50:48.806644 | fa163e80-6264-4ee4-5429-000000003814 | TASK | Assign Keystone Users to Roles 2025-11-23 07:50:48.892607 | fa163e80-6264-4ee4-5429-000000003814 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:36.218760 | 0.08s 2025-11-23 07:50:48.918060 | fa163e80-6264-4ee4-5429-000000003814 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:36.244234 | 0.11s 2025-11-23 07:50:48.931659 | fa163e80-6264-4ee4-5429-000000003814 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:36.257823 | 0.12s 2025-11-23 07:50:48.945214 | d5fab350-ee92-4d59-8f1e-87a3ebcc642e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-23 07:50:48.951789 | 736d7183-a220-48e9-b4df-43527f605cb4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-23 07:50:49.027755 | fa163e80-6264-4ee4-5429-0000000043c7 | TASK | Async assignment of Keystone user per role 2025-11-23 07:50:49.120724 | fa163e80-6264-4ee4-5429-0000000043c7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:36.446877 | 0.09s 2025-11-23 07:50:49.138579 | fa163e80-6264-4ee4-5429-0000000043c7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:36.464739 | 0.11s 2025-11-23 07:50:49.146560 | fa163e80-6264-4ee4-5429-0000000043c7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:36.472731 | 0.12s 2025-11-23 07:50:49.165395 | 9f6e49d4-bf66-407c-80c6-061d08de50f7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-23 07:50:49.176261 | f1fb981e-8967-4991-9a2c-b41bc9667c5e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-23 07:50:49.201217 | fa163e80-6264-4ee4-5429-00000000458b | TASK | Async assignment of Keystone user to roles 2025-11-23 07:50:49.596769 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-11-23 07:50:49.599119 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:36.925288 | 0.40s 2025-11-23 07:50:49.902543 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-23 07:50:49.903286 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:37.229465 | 0.70s 2025-11-23 07:50:50.198612 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-23 07:50:50.200514 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:37.526685 | 1.00s 2025-11-23 07:50:50.523213 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-23 07:50:50.524317 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:37.850488 | 1.32s 2025-11-23 07:50:50.816501 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-23 07:50:50.817224 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.143403 | 1.61s 2025-11-23 07:50:51.073820 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-23 07:50:51.074428 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.400610 | 1.87s 2025-11-23 07:50:51.329093 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-23 07:50:51.330115 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.656287 | 2.13s 2025-11-23 07:50:51.581373 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-23 07:50:51.582259 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.908434 | 2.38s 2025-11-23 07:50:51.863039 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-23 07:50:51.863821 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:39.189999 | 2.66s 2025-11-23 07:50:52.168919 | fa163e80-6264-4ee4-5429-00000000458b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-23 07:50:52.169886 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:39.496067 | 2.97s 2025-11-23 07:50:52.174185 | fa163e80-6264-4ee4-5429-00000000458b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:39.500369 | 2.97s 2025-11-23 07:50:52.189410 | fa163e80-6264-4ee4-5429-00000000458d | TASK | Check Keystone user assignment to roles status 2025-11-23 07:50:52.443078 | fa163e80-6264-4ee4-5429-00000000458d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-23 07:50:57.653112 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-11-23 07:50:57.654198 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:44.980372 | 5.46s 2025-11-23 07:50:57.882925 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-23 07:50:57.883909 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:45.210088 | 5.69s 2025-11-23 07:50:58.138626 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-23 07:50:58.139677 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:45.465852 | 5.95s 2025-11-23 07:50:58.394708 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-23 07:50:58.397054 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:45.723223 | 6.21s 2025-11-23 07:50:58.655033 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-23 07:50:58.655704 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:45.981886 | 6.47s 2025-11-23 07:50:58.888505 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-23 07:50:58.889198 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:46.215379 | 6.70s 2025-11-23 07:50:59.125214 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-23 07:50:59.126299 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:46.452473 | 6.94s 2025-11-23 07:50:59.369463 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-23 07:50:59.370517 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:46.696691 | 7.18s 2025-11-23 07:50:59.622991 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-23 07:50:59.624927 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:46.951097 | 7.43s 2025-11-23 07:50:59.871816 | fa163e80-6264-4ee4-5429-00000000458d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-23 07:50:59.874189 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:47.200357 | 7.68s 2025-11-23 07:50:59.889378 | fa163e80-6264-4ee4-5429-00000000458d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:47.215511 | 7.70s 2025-11-23 07:50:59.917945 | fa163e80-6264-4ee4-5429-000000004592 | TASK | Async assignment of Keystone user to roles 2025-11-23 07:51:00.280444 | fa163e80-6264-4ee4-5429-000000004592 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-23 07:51:00.281464 | fa163e80-6264-4ee4-5429-000000004592 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:47.607639 | 0.36s 2025-11-23 07:51:00.626319 | fa163e80-6264-4ee4-5429-000000004592 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-23 07:51:00.628018 | fa163e80-6264-4ee4-5429-000000004592 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:47.954191 | 0.71s 2025-11-23 07:51:00.924524 | fa163e80-6264-4ee4-5429-000000004592 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-23 07:51:00.925365 | fa163e80-6264-4ee4-5429-000000004592 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:48.251543 | 1.01s 2025-11-23 07:51:00.930811 | fa163e80-6264-4ee4-5429-000000004592 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:48.256975 | 1.01s 2025-11-23 07:51:00.953221 | fa163e80-6264-4ee4-5429-000000004594 | TASK | Check Keystone user assignment to roles status 2025-11-23 07:51:01.198785 | fa163e80-6264-4ee4-5429-000000004594 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-23 07:51:06.434446 | fa163e80-6264-4ee4-5429-000000004594 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-23 07:51:06.435435 | fa163e80-6264-4ee4-5429-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:53.761611 | 5.48s 2025-11-23 07:51:06.748996 | fa163e80-6264-4ee4-5429-000000004594 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-23 07:51:06.750245 | fa163e80-6264-4ee4-5429-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:54.076419 | 5.79s 2025-11-23 07:51:07.001415 | fa163e80-6264-4ee4-5429-000000004594 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-23 07:51:07.002125 | fa163e80-6264-4ee4-5429-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:54.328306 | 6.05s 2025-11-23 07:51:07.007412 | fa163e80-6264-4ee4-5429-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:54.333582 | 6.05s 2025-11-23 07:51:07.024709 | fa163e80-6264-4ee4-5429-0000000043cc | TASK | Async assignment of Keystone user per role 2025-11-23 07:51:07.116958 | fa163e80-6264-4ee4-5429-0000000043cc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:54.443124 | 0.09s 2025-11-23 07:51:07.121577 | fa163e80-6264-4ee4-5429-0000000043cc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:54.447733 | 0.10s 2025-11-23 07:51:07.135591 | aada359b-4cc5-42d9-b243-5c4ffe8b9c0b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-23 07:51:07.153614 | fa163e80-6264-4ee4-5429-0000000045ec | TASK | Async assignment of Keystone user to roles 2025-11-23 07:51:07.506055 | fa163e80-6264-4ee4-5429-0000000045ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-23 07:51:07.508228 | fa163e80-6264-4ee4-5429-0000000045ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.834393 | 0.35s 2025-11-23 07:51:07.839924 | fa163e80-6264-4ee4-5429-0000000045ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-23 07:51:07.841623 | fa163e80-6264-4ee4-5429-0000000045ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.167798 | 0.69s 2025-11-23 07:51:08.123225 | fa163e80-6264-4ee4-5429-0000000045ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-23 07:51:08.123979 | fa163e80-6264-4ee4-5429-0000000045ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.450159 | 0.97s 2025-11-23 07:51:08.127992 | fa163e80-6264-4ee4-5429-0000000045ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.454177 | 0.97s 2025-11-23 07:51:08.142353 | fa163e80-6264-4ee4-5429-0000000045ee | TASK | Check Keystone user assignment to roles status 2025-11-23 07:51:08.385120 | fa163e80-6264-4ee4-5429-0000000045ee | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-23 07:51:13.610101 | fa163e80-6264-4ee4-5429-0000000045ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-23 07:51:13.612815 | fa163e80-6264-4ee4-5429-0000000045ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.938977 | 5.47s 2025-11-23 07:51:13.853916 | fa163e80-6264-4ee4-5429-0000000045ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-23 07:51:13.855093 | fa163e80-6264-4ee4-5429-0000000045ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.181266 | 5.71s 2025-11-23 07:51:14.055670 | fa163e80-6264-4ee4-5429-0000000045ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-23 07:51:14.056392 | fa163e80-6264-4ee4-5429-0000000045ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.382571 | 5.91s 2025-11-23 07:51:14.064666 | fa163e80-6264-4ee4-5429-0000000045ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.390832 | 5.92s 2025-11-23 07:51:14.097184 | fa163e80-6264-4ee4-5429-0000000037da | TASK | is Keystone LDAP enabled 2025-11-23 07:51:14.158865 | fa163e80-6264-4ee4-5429-0000000037da | OK | is Keystone LDAP enabled | undercloud 2025-11-23 07:51:14.159985 | fa163e80-6264-4ee4-5429-0000000037da | TIMING | is Keystone LDAP enabled | undercloud | 0:22:01.486157 | 0.06s 2025-11-23 07:51:14.174967 | fa163e80-6264-4ee4-5429-0000000037db | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-23 07:51:14.225248 | fa163e80-6264-4ee4-5429-0000000037db | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-23 07:51:14.226115 | fa163e80-6264-4ee4-5429-0000000037db | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:01.552293 | 0.05s 2025-11-23 07:51:14.244437 | fa163e80-6264-4ee4-5429-0000000037dc | TASK | Manage Keystone domains from LDAP config 2025-11-23 07:51:14.297319 | fa163e80-6264-4ee4-5429-0000000037dc | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-23 07:51:14.298689 | fa163e80-6264-4ee4-5429-0000000037dc | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:01.624857 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-23 07:51:14.429060 | fa163e80-6264-4ee4-5429-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-23 07:51:14.457648 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000e2') missing from stats 2025-11-23 07:51:14.482643 | fa163e80-6264-4ee4-5429-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-23 07:51:15.040696 | fa163e80-6264-4ee4-5429-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-23 07:51:15.042226 | fa163e80-6264-4ee4-5429-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:02.368397 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:51:15.111548 | fa163e80-6264-4ee4-5429-0000000000e4 | TIMING | include_tasks | standalone | 0:22:02.437712 | 0.04s 2025-11-23 07:51:15.155673 | 6c6f1e39-2a76-4acf-83af-e215ae9df6dc | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-23 07:51:15.182075 | fa163e80-6264-4ee4-5429-000000004630 | TASK | Create virtqemud recovery script 2025-11-23 07:51:15.687981 | fa163e80-6264-4ee4-5429-000000004630 | CHANGED | Create virtqemud recovery script | standalone 2025-11-23 07:51:15.688917 | fa163e80-6264-4ee4-5429-000000004630 | TIMING | Create virtqemud recovery script | standalone | 0:22:03.015093 | 0.51s 2025-11-23 07:51:15.715823 | fa163e80-6264-4ee4-5429-000000004631 | TASK | Create virtqemud recovery trigger service 2025-11-23 07:51:16.201661 | fa163e80-6264-4ee4-5429-000000004631 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-23 07:51:16.203064 | fa163e80-6264-4ee4-5429-000000004631 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:03.529234 | 0.49s 2025-11-23 07:51:16.230963 | fa163e80-6264-4ee4-5429-000000004632 | TASK | Create virtqemud recovery trigger timer 2025-11-23 07:51:16.729705 | fa163e80-6264-4ee4-5429-000000004632 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-23 07:51:16.730479 | fa163e80-6264-4ee4-5429-000000004632 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:04.056658 | 0.50s 2025-11-23 07:51:16.748574 | fa163e80-6264-4ee4-5429-000000004633 | TASK | Enable virtqemud recovery trigger service 2025-11-23 07:51:17.789519 | fa163e80-6264-4ee4-5429-000000004633 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-23 07:51:17.792731 | fa163e80-6264-4ee4-5429-000000004633 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:05.118898 | 1.04s 2025-11-23 07:51:17.822115 | fa163e80-6264-4ee4-5429-000000004634 | TASK | Enable virtqemud recovery trigger timer 2025-11-23 07:51:18.997314 | fa163e80-6264-4ee4-5429-000000004634 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-23 07:51:18.999225 | fa163e80-6264-4ee4-5429-000000004634 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:06.325394 | 1.18s 2025-11-23 07:51:19.026437 | fa163e80-6264-4ee4-5429-000000004635 | TASK | Really enable virtqemud recovery trigger timer 2025-11-23 07:51:19.637662 | fa163e80-6264-4ee4-5429-000000004635 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-23 07:51:19.639394 | fa163e80-6264-4ee4-5429-000000004635 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:06.965516 | 0.61s 2025-11-23 07:51:19.666317 | fa163e80-6264-4ee4-5429-000000004637 | TASK | Create systemd file 2025-11-23 07:51:20.158967 | fa163e80-6264-4ee4-5429-000000004637 | CHANGED | Create systemd file | standalone 2025-11-23 07:51:20.159997 | fa163e80-6264-4ee4-5429-000000004637 | TIMING | Create systemd file | standalone | 0:22:07.486173 | 0.49s 2025-11-23 07:51:20.179119 | fa163e80-6264-4ee4-5429-000000004638 | TASK | Reload systemd 2025-11-23 07:51:20.948756 | fa163e80-6264-4ee4-5429-000000004638 | CHANGED | Reload systemd | standalone 2025-11-23 07:51:20.950589 | fa163e80-6264-4ee4-5429-000000004638 | TIMING | Reload systemd | standalone | 0:22:08.276757 | 0.77s 2025-11-23 07:51:20.978670 | fa163e80-6264-4ee4-5429-00000000463b | TASK | Start OVN container 2025-11-23 07:51:21.016101 | fa163e80-6264-4ee4-5429-00000000463b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-23 07:51:21.028898 | fa163e80-6264-4ee4-5429-00000000463b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-23 07:51:21.038827 | fa163e80-6264-4ee4-5429-00000000463b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-23 07:51:21.056809 | fa163e80-6264-4ee4-5429-00000000463b | TIMING | Start OVN container | standalone | 0:22:08.382971 | 0.08s 2025-11-23 07:51:21.084622 | fa163e80-6264-4ee4-5429-00000000463d | TASK | Set NB connection 2025-11-23 07:51:21.112777 | fa163e80-6264-4ee4-5429-00000000463d | SKIPPED | Set NB connection | standalone 2025-11-23 07:51:21.114044 | fa163e80-6264-4ee4-5429-00000000463d | TIMING | Set NB connection | standalone | 0:22:08.440212 | 0.03s 2025-11-23 07:51:21.140575 | fa163e80-6264-4ee4-5429-00000000463e | TASK | Set SB connection 2025-11-23 07:51:21.172701 | fa163e80-6264-4ee4-5429-00000000463e | SKIPPED | Set SB connection | standalone 2025-11-23 07:51:21.173426 | fa163e80-6264-4ee4-5429-00000000463e | TIMING | Set SB connection | standalone | 0:22:08.499604 | 0.03s 2025-11-23 07:51:21.191719 | fa163e80-6264-4ee4-5429-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-23 07:51:21.431591 | fa163e80-6264-4ee4-5429-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-23 07:51:21.433036 | fa163e80-6264-4ee4-5429-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:08.759205 | 0.24s 2025-11-23 07:51:21.515318 | fa163e80-6264-4ee4-5429-0000000000e7 | TIMING | include_tasks | standalone | 0:22:08.841481 | 0.05s 2025-11-23 07:51:21.540579 | e0f1e9ca-9fa8-46fb-8b3c-6e4cb3091a10 | INCLUDED | /root/standalone-ansible-_4fp6s60/common_deploy_steps_tasks.yaml | standalone 2025-11-23 07:51:21.560569 | fa163e80-6264-4ee4-5429-00000000466d | TASK | Write the config_step hieradata 2025-11-23 07:51:22.011925 | fa163e80-6264-4ee4-5429-00000000466d | OK | Write the config_step hieradata | standalone 2025-11-23 07:51:22.013509 | fa163e80-6264-4ee4-5429-00000000466d | TIMING | Write the config_step hieradata | standalone | 0:22:09.339679 | 0.45s 2025-11-23 07:51:22.032683 | fa163e80-6264-4ee4-5429-00000000466e | TASK | Run puppet host configuration for step 4 2025-11-23 07:51:22.345321 | fa163e80-6264-4ee4-5429-00000000466e | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-23 07:51:22.346626 | fa163e80-6264-4ee4-5429-00000000466e | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:09.672796 | 0.31s 2025-11-23 07:51:22.365887 | fa163e80-6264-4ee4-5429-00000000466f | TASK | Wait for puppet host configuration to finish 2025-11-23 07:51:22.617922 | fa163e80-6264-4ee4-5429-00000000466f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-23 07:51:32.861583 | fa163e80-6264-4ee4-5429-00000000466f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-23 07:51:43.085966 | fa163e80-6264-4ee4-5429-00000000466f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-23 07:51:53.312842 | fa163e80-6264-4ee4-5429-00000000466f | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-23 07:51:53.314285 | fa163e80-6264-4ee4-5429-00000000466f | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:40.640456 | 30.95s 2025-11-23 07:51:53.344476 | fa163e80-6264-4ee4-5429-000000004670 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-23 07:51:53.407770 | fa163e80-6264-4ee4-5429-000000004670 | 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 23 07:51:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 23 07:51:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 23 07:51:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 23 07:51:29 puppet-user: (file & line not available)", "<13>Nov 23 07:51:29 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 23 07:51:29 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 23 07:51:29 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 23 07:51:29 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 23 07:51:29 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 23 07:51:29 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 23 07:51:29 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 23 07:51:29 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 23 07:51:29 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 23 07:51:29 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 23 07:51:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 23 07:51:29 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.52 seconds", "<13>Nov 23 07:51:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 23 07:51:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 23 07:51:41 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 23 07:51:41 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}498b70b3d46d3e237b67a6ec8e5b3e59ff482c7dedb3ead2050269ff5c58d0b3'", "<13>Nov 23 07:51:41 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 23 07:51:41 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 23 07:51:41 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 23 07:51:41 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 23 07:51:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 23 07:51:48 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 23 07:51:49 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 23 07:51:49 puppet-user: Notice: Applied catalog in 19.97 seconds", "<13>Nov 23 07:51:49 puppet-user: Application:", "<13>Nov 23 07:51:49 puppet-user: Initial environment: production", "<13>Nov 23 07:51:49 puppet-user: Converged environment: production", "<13>Nov 23 07:51:49 puppet-user: Run mode: user", "<13>Nov 23 07:51:49 puppet-user: Changes:", "<13>Nov 23 07:51:49 puppet-user: Total: 10", "<13>Nov 23 07:51:49 puppet-user: Events:", "<13>Nov 23 07:51:49 puppet-user: Success: 10", "<13>Nov 23 07:51:49 puppet-user: Resources:", "<13>Nov 23 07:51:49 puppet-user: Restarted: 1", "<13>Nov 23 07:51:49 puppet-user: Changed: 10", "<13>Nov 23 07:51:49 puppet-user: Out of sync: 10", "<13>Nov 23 07:51:49 puppet-user: Total: 37", "<13>Nov 23 07:51:49 puppet-user: Time:", "<13>Nov 23 07:51:49 puppet-user: Filebucket: 0.00", "<13>Nov 23 07:51:49 puppet-user: Schedule: 0.00", "<13>Nov 23 07:51:49 puppet-user: File line: 0.00", "<13>Nov 23 07:51:49 puppet-user: Augeas: 0.01", "<13>Nov 23 07:51:49 puppet-user: User: 0.01", "<13>Nov 23 07:51:49 puppet-user: File: 0.09", "<13>Nov 23 07:51:49 puppet-user: Config retrieval: 0.59", "<13>Nov 23 07:51:49 puppet-user: Service: 1.39", "<13>Nov 23 07:51:49 puppet-user: Pcmk property: 1.54", "<13>Nov 23 07:51:49 puppet-user: Last run: 1763884309", "<13>Nov 23 07:51:49 puppet-user: Transaction evaluation: 19.96", "<13>Nov 23 07:51:49 puppet-user: Catalog application: 19.97", "<13>Nov 23 07:51:49 puppet-user: Pcmk resource op default: 2.14", "<13>Nov 23 07:51:49 puppet-user: Pcmk resource default: 2.20", "<13>Nov 23 07:51:49 puppet-user: Package: 5.30", "<13>Nov 23 07:51:49 puppet-user: Exec: 7.06", "<13>Nov 23 07:51:49 puppet-user: Total: 19.99", "<13>Nov 23 07:51:49 puppet-user: Version:", "<13>Nov 23 07:51:49 puppet-user: Config: 1763884289", "<13>Nov 23 07:51:49 puppet-user: Puppet: 7.10.0" ] } 2025-11-23 07:51:53.409860 | fa163e80-6264-4ee4-5429-000000004670 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:22:40.736025 | 0.06s 2025-11-23 07:51:53.439308 | fa163e80-6264-4ee4-5429-000000004671 | TASK | Pre-cache facts for puppet containers 2025-11-23 07:51:53.468630 | fa163e80-6264-4ee4-5429-000000004671 | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:40.794792 | 0.03s 2025-11-23 07:51:53.534820 | fa163e80-6264-4ee4-5429-0000000046b2 | TASK | Gather variables for each operating system 2025-11-23 07:51:53.649091 | fa163e80-6264-4ee4-5429-0000000046b2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:40.975239 | 0.11s 2025-11-23 07:51:53.677377 | fa163e80-6264-4ee4-5429-0000000046b3 | TASK | Create puppet caching structures 2025-11-23 07:51:53.933740 | fa163e80-6264-4ee4-5429-0000000046b3 | CHANGED | Create puppet caching structures | standalone 2025-11-23 07:51:53.935213 | fa163e80-6264-4ee4-5429-0000000046b3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:41.261379 | 0.26s 2025-11-23 07:51:53.967320 | fa163e80-6264-4ee4-5429-0000000046b4 | TASK | Check for facter.conf 2025-11-23 07:51:54.213299 | fa163e80-6264-4ee4-5429-0000000046b4 | OK | Check for facter.conf | standalone 2025-11-23 07:51:54.214692 | fa163e80-6264-4ee4-5429-0000000046b4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:41.540864 | 0.25s 2025-11-23 07:51:54.243779 | fa163e80-6264-4ee4-5429-0000000046b5 | TASK | Remove facter.conf if directory 2025-11-23 07:51:54.274835 | fa163e80-6264-4ee4-5429-0000000046b5 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-23 07:51:54.275685 | fa163e80-6264-4ee4-5429-0000000046b5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:41.601862 | 0.03s 2025-11-23 07:51:54.296214 | fa163e80-6264-4ee4-5429-0000000046b6 | TASK | Write facter cache config 2025-11-23 07:51:54.756713 | fa163e80-6264-4ee4-5429-0000000046b6 | CHANGED | Write facter cache config | standalone 2025-11-23 07:51:54.758068 | fa163e80-6264-4ee4-5429-0000000046b6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:42.084238 | 0.46s 2025-11-23 07:51:54.785975 | fa163e80-6264-4ee4-5429-0000000046b7 | TASK | Cleanup facter cache if exists 2025-11-23 07:51:55.014556 | fa163e80-6264-4ee4-5429-0000000046b7 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-23 07:51:55.015863 | fa163e80-6264-4ee4-5429-0000000046b7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:42.342033 | 0.23s 2025-11-23 07:51:55.045322 | fa163e80-6264-4ee4-5429-0000000046b8 | TASK | Pre-cache facts 2025-11-23 07:51:55.646171 | fa163e80-6264-4ee4-5429-0000000046b8 | CHANGED | Pre-cache facts | standalone 2025-11-23 07:51:55.647519 | fa163e80-6264-4ee4-5429-0000000046b8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:42.973682 | 0.60s 2025-11-23 07:51:55.681020 | fa163e80-6264-4ee4-5429-0000000046b9 | TASK | Failed deployment if facter fails 2025-11-23 07:51:55.715002 | fa163e80-6264-4ee4-5429-0000000046b9 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-23 07:51:55.715754 | fa163e80-6264-4ee4-5429-0000000046b9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:43.041932 | 0.03s 2025-11-23 07:51:55.740806 | fa163e80-6264-4ee4-5429-0000000046ba | TASK | Sync cached facts 2025-11-23 07:51:56.077770 | fa163e80-6264-4ee4-5429-0000000046ba | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-6264-4ee4-5429-0000000046ba') missing from stats 2025-11-23 07:51:56.131675 | fa163e80-6264-4ee4-5429-000000004672 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-23 07:51:56.185259 | fa163e80-6264-4ee4-5429-000000004672 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-23 07:51:56.186559 | fa163e80-6264-4ee4-5429-000000004672 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:43.512726 | 0.05s 2025-11-23 07:51:56.217071 | fa163e80-6264-4ee4-5429-000000004674 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-23 07:51:56.245934 | fa163e80-6264-4ee4-5429-000000004674 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:22:43.572098 | 0.03s 2025-11-23 07:51:56.324783 | fa163e80-6264-4ee4-5429-000000004711 | TASK | Gather variables for each operating system 2025-11-23 07:51:56.439270 | fa163e80-6264-4ee4-5429-000000004711 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:43.765426 | 0.11s 2025-11-23 07:51:56.467849 | fa163e80-6264-4ee4-5429-000000004712 | TASK | Create container logs path 2025-11-23 07:51:56.712553 | fa163e80-6264-4ee4-5429-000000004712 | OK | Create container logs path | standalone 2025-11-23 07:51:56.713921 | fa163e80-6264-4ee4-5429-000000004712 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:44.040090 | 0.24s 2025-11-23 07:51:56.745005 | fa163e80-6264-4ee4-5429-000000004714 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-23 07:51:56.981745 | fa163e80-6264-4ee4-5429-000000004714 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-23 07:51:56.983100 | fa163e80-6264-4ee4-5429-000000004714 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:44.309270 | 0.24s 2025-11-23 07:51:57.013988 | fa163e80-6264-4ee4-5429-000000004715 | TASK | Finalise hashes for all containers 2025-11-23 07:51:57.108487 | fa163e80-6264-4ee4-5429-000000004715 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:51:57.109956 | fa163e80-6264-4ee4-5429-000000004715 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:44.436124 | 0.09s 2025-11-23 07:51:57.138030 | fa163e80-6264-4ee4-5429-000000004717 | TASK | Manage systemd shutdown files 2025-11-23 07:51:57.169747 | fa163e80-6264-4ee4-5429-000000004717 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:44.495903 | 0.03s 2025-11-23 07:51:57.203805 | ea40afcf-6890-4937-90f9-d1d0b532e5ae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-23 07:51:57.231231 | fa163e80-6264-4ee4-5429-00000000474a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-23 07:51:57.516192 | fa163e80-6264-4ee4-5429-00000000474a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-23 07:51:57.517622 | fa163e80-6264-4ee4-5429-00000000474a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:44.843791 | 0.29s 2025-11-23 07:51:57.546452 | fa163e80-6264-4ee4-5429-00000000474b | TASK | Set podman_drop_in fact 2025-11-23 07:51:57.609423 | fa163e80-6264-4ee4-5429-00000000474b | OK | Set podman_drop_in fact | standalone 2025-11-23 07:51:57.610792 | fa163e80-6264-4ee4-5429-00000000474b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:44.936956 | 0.06s 2025-11-23 07:51:57.638664 | fa163e80-6264-4ee4-5429-00000000474d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-23 07:51:58.151816 | fa163e80-6264-4ee4-5429-00000000474d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-23 07:51:58.152767 | fa163e80-6264-4ee4-5429-00000000474d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:45.478944 | 0.51s 2025-11-23 07:51:58.666284 | fa163e80-6264-4ee4-5429-00000000474d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-23 07:51:58.667435 | fa163e80-6264-4ee4-5429-00000000474d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:45.993608 | 1.03s 2025-11-23 07:51:58.674047 | fa163e80-6264-4ee4-5429-00000000474d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:46.000211 | 1.03s 2025-11-23 07:51:58.702050 | fa163e80-6264-4ee4-5429-00000000474e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-23 07:51:59.170487 | fa163e80-6264-4ee4-5429-00000000474e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-23 07:51:59.171825 | fa163e80-6264-4ee4-5429-00000000474e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:22:46.497996 | 0.47s 2025-11-23 07:51:59.199147 | fa163e80-6264-4ee4-5429-00000000474f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-23 07:51:59.691562 | fa163e80-6264-4ee4-5429-00000000474f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-23 07:51:59.692990 | fa163e80-6264-4ee4-5429-00000000474f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:22:47.019159 | 0.49s 2025-11-23 07:51:59.720907 | fa163e80-6264-4ee4-5429-000000004750 | TASK | Enable and start tripleo-container-shutdown 2025-11-23 07:52:00.457235 | fa163e80-6264-4ee4-5429-000000004750 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-23 07:52:00.458620 | fa163e80-6264-4ee4-5429-000000004750 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:22:47.784796 | 0.74s 2025-11-23 07:52:00.480889 | fa163e80-6264-4ee4-5429-000000004751 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-23 07:52:01.003979 | fa163e80-6264-4ee4-5429-000000004751 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-23 07:52:01.005098 | fa163e80-6264-4ee4-5429-000000004751 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:22:48.331276 | 0.52s 2025-11-23 07:52:01.024174 | fa163e80-6264-4ee4-5429-000000004752 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-23 07:52:01.505637 | fa163e80-6264-4ee4-5429-000000004752 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-23 07:52:01.508292 | fa163e80-6264-4ee4-5429-000000004752 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:22:48.834459 | 0.48s 2025-11-23 07:52:01.537835 | fa163e80-6264-4ee4-5429-000000004753 | TASK | Enable and start netns-placeholder 2025-11-23 07:52:02.265540 | fa163e80-6264-4ee4-5429-000000004753 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-23 07:52:02.267486 | fa163e80-6264-4ee4-5429-000000004753 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:22:49.593653 | 0.73s 2025-11-23 07:52:02.297590 | fa163e80-6264-4ee4-5429-000000004719 | TASK | Update container configs with new config hashes 2025-11-23 07:52:02.338007 | fa163e80-6264-4ee4-5429-000000004719 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:49.664172 | 0.04s 2025-11-23 07:52:02.351499 | 8d17677c-0450-476c-8d2c-6d92a84fb23d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-23 07:52:02.379040 | fa163e80-6264-4ee4-5429-00000000477b | TASK | Update config hashes for container startup configs 2025-11-23 07:52:02.640725 | fa163e80-6264-4ee4-5429-00000000477b | OK | Update config hashes for container startup configs | standalone 2025-11-23 07:52:02.641920 | fa163e80-6264-4ee4-5429-00000000477b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:22:49.968088 | 0.26s 2025-11-23 07:52:02.673684 | fa163e80-6264-4ee4-5429-00000000471a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-23 07:52:02.713447 | fa163e80-6264-4ee4-5429-00000000471a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:50.039607 | 0.04s 2025-11-23 07:52:02.735288 | 5c84a43e-8c04-42b7-bfc4-8fa8b7b1e2d8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:52:02.760616 | fa163e80-6264-4ee4-5429-00000000479a | TASK | Gather podman infos 2025-11-23 07:52:04.265379 | fa163e80-6264-4ee4-5429-00000000479a | OK | Gather podman infos | standalone 2025-11-23 07:52:04.268023 | fa163e80-6264-4ee4-5429-00000000479a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:51.594196 | 1.51s 2025-11-23 07:52:04.361650 | fa163e80-6264-4ee4-5429-00000000479b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-23 07:52:04.427867 | fa163e80-6264-4ee4-5429-00000000479b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:51.754040 | 0.06s 2025-11-23 07:52:04.588328 | fa163e80-6264-4ee4-5429-0000000047e4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:51.914485 | 0.12s 2025-11-23 07:52:04.636310 | fa163e80-6264-4ee4-5429-00000000471b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-23 07:52:04.689073 | fa163e80-6264-4ee4-5429-00000000471b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:52.015227 | 0.05s 2025-11-23 07:52:04.714860 | be150acf-ccd8-4be6-9e73-a54c02d695c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:52:04.758028 | fa163e80-6264-4ee4-5429-00000000480a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-23 07:52:22.221959 | fa163e80-6264-4ee4-5429-00000000480a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-23 07:52:22.224463 | fa163e80-6264-4ee4-5429-00000000480a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:09.550630 | 17.47s 2025-11-23 07:52:22.247161 | fa163e80-6264-4ee4-5429-00000000480b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-23 07:54:01.052535 | fa163e80-6264-4ee4-5429-00000000480b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-23 07:54:01.054193 | fa163e80-6264-4ee4-5429-00000000480b | 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:24:48.380363 | 98.81s 2025-11-23 07:54:01.125958 | fa163e80-6264-4ee4-5429-000000004676 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-23 07:54:01.436603 | fa163e80-6264-4ee4-5429-000000004676 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-23 07:54:01.438660 | fa163e80-6264-4ee4-5429-000000004676 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:24:48.764826 | 0.31s 2025-11-23 07:54:01.489110 | fa163e80-6264-4ee4-5429-000000004677 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-23 07:54:01.562958 | fa163e80-6264-4ee4-5429-000000004677 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:24:48.889115 | 0.07s 2025-11-23 07:54:01.593481 | fa163e80-6264-4ee4-5429-000000004678 | TASK | Include container-puppet tasks for step 4 2025-11-23 07:54:01.645457 | fa163e80-6264-4ee4-5429-000000004678 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:24:48.971617 | 0.05s 2025-11-23 07:54:01.670477 | adf4d75d-01aa-4586-9769-703d10a72d8a | INCLUDED | /root/standalone-ansible-_4fp6s60/host-container-puppet-tasks.yaml | standalone 2025-11-23 07:54:01.719401 | fa163e80-6264-4ee4-5429-000000004856 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-23 07:54:02.260652 | fa163e80-6264-4ee4-5429-000000004856 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-23 07:54:02.262098 | fa163e80-6264-4ee4-5429-000000004856 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:24:49.588266 | 0.54s 2025-11-23 07:54:02.291448 | fa163e80-6264-4ee4-5429-000000004858 | TASK | Generate container puppet configs for step 4 2025-11-23 07:54:02.602432 | fa163e80-6264-4ee4-5429-000000004858 | OK | Generate container puppet configs for step 4 | standalone 2025-11-23 07:54:02.603568 | fa163e80-6264-4ee4-5429-000000004858 | TIMING | Generate container puppet configs for step 4 | standalone | 0:24:49.929745 | 0.31s 2025-11-23 07:54:02.627563 | fa163e80-6264-4ee4-5429-000000004859 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-23 07:54:02.649999 | fa163e80-6264-4ee4-5429-000000004859 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:24:49.976157 | 0.02s 2025-11-23 07:54:02.702917 | fa163e80-6264-4ee4-5429-000000004888 | TASK | Gather variables for each operating system 2025-11-23 07:54:02.825486 | fa163e80-6264-4ee4-5429-000000004888 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:50.151649 | 0.12s 2025-11-23 07:54:02.853991 | fa163e80-6264-4ee4-5429-000000004889 | TASK | Create container logs path 2025-11-23 07:54:03.099219 | fa163e80-6264-4ee4-5429-000000004889 | OK | Create container logs path | standalone 2025-11-23 07:54:03.100586 | fa163e80-6264-4ee4-5429-000000004889 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:50.426754 | 0.24s 2025-11-23 07:54:03.132876 | fa163e80-6264-4ee4-5429-00000000488b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-23 07:54:03.372599 | fa163e80-6264-4ee4-5429-00000000488b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-23 07:54:03.373873 | fa163e80-6264-4ee4-5429-00000000488b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:24:50.700041 | 0.24s 2025-11-23 07:54:03.408800 | fa163e80-6264-4ee4-5429-00000000488c | TASK | Finalise hashes for all containers 2025-11-23 07:54:03.444748 | fa163e80-6264-4ee4-5429-00000000488c | OK | Finalise hashes for all containers | standalone 2025-11-23 07:54:03.446090 | fa163e80-6264-4ee4-5429-00000000488c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:50.772256 | 0.03s 2025-11-23 07:54:03.475306 | fa163e80-6264-4ee4-5429-00000000488e | TASK | Manage systemd shutdown files 2025-11-23 07:54:03.510838 | fa163e80-6264-4ee4-5429-00000000488e | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:54:03.512102 | fa163e80-6264-4ee4-5429-00000000488e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:50.838270 | 0.04s 2025-11-23 07:54:03.541114 | fa163e80-6264-4ee4-5429-000000004890 | TASK | Update container configs with new config hashes 2025-11-23 07:54:03.595739 | fa163e80-6264-4ee4-5429-000000004890 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:54:03.597176 | fa163e80-6264-4ee4-5429-000000004890 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:50.923345 | 0.05s 2025-11-23 07:54:03.628549 | fa163e80-6264-4ee4-5429-000000004891 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-23 07:54:03.680025 | fa163e80-6264-4ee4-5429-000000004891 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-23 07:54:03.681659 | fa163e80-6264-4ee4-5429-000000004891 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:24:51.007821 | 0.05s 2025-11-23 07:54:03.714688 | fa163e80-6264-4ee4-5429-000000004892 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-23 07:54:03.771488 | fa163e80-6264-4ee4-5429-000000004892 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-23 07:54:03.772741 | fa163e80-6264-4ee4-5429-000000004892 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:24:51.098910 | 0.06s PLAY [External deployment step 5] ********************************************** 2025-11-23 07:54:03.936063 | fa163e80-6264-4ee4-5429-0000000000ea | TASK | External deployment step 5 2025-11-23 07:54:03.973745 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000ea') missing from stats 2025-11-23 07:54:04.027539 | fa163e80-6264-4ee4-5429-0000000000eb | TIMING | include_tasks | undercloud | 0:24:51.353706 | 0.04s 2025-11-23 07:54:04.035552 | 95bc1cbd-124a-4a39-8e91-125f09e6baa2 | INCLUDED | /root/standalone-ansible-_4fp6s60/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-23 07:54:04.051073 | fa163e80-6264-4ee4-5429-0000000048e1 | TASK | Manage Cinder's default volume type 2025-11-23 07:54:14.859391 | fa163e80-6264-4ee4-5429-0000000048e1 | OK | Manage Cinder's default volume type | undercloud 2025-11-23 07:54:14.861009 | fa163e80-6264-4ee4-5429-0000000048e1 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:02.187178 | 10.81s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-23 07:54:14.955685 | fa163e80-6264-4ee4-5429-0000000000ee | TASK | Deploy step tasks for 5 2025-11-23 07:54:14.981094 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000ee') missing from stats 2025-11-23 07:54:15.000220 | fa163e80-6264-4ee4-5429-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-23 07:54:16.483869 | fa163e80-6264-4ee4-5429-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-23 07:54:16.484695 | fa163e80-6264-4ee4-5429-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:03.810872 | 1.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-23 07:54:16.532114 | fa163e80-6264-4ee4-5429-0000000000f0 | TIMING | include_tasks | standalone | 0:25:03.858286 | 0.03s 2025-11-23 07:54:16.589106 | 09bafc2f-325e-4f40-b339-3c3401bcfb8d | INCLUDED | /root/standalone-ansible-_4fp6s60/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-23 07:54:16.637403 | fa163e80-6264-4ee4-5429-000000004904 | TASK | Gather variables for each operating system 2025-11-23 07:54:16.764102 | fa163e80-6264-4ee4-5429-000000004904 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:04.090243 | 0.13s 2025-11-23 07:54:16.799211 | fa163e80-6264-4ee4-5429-000000004905 | TASK | Detect if resource is being created or already exists 2025-11-23 07:54:17.549159 | fa163e80-6264-4ee4-5429-000000004905 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-23 07:54:17.550385 | fa163e80-6264-4ee4-5429-000000004905 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:04.876562 | 0.75s 2025-11-23 07:54:17.571360 | fa163e80-6264-4ee4-5429-000000004906 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-23 07:54:41.929414 | fa163e80-6264-4ee4-5429-000000004906 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-23 07:54:41.930323 | fa163e80-6264-4ee4-5429-000000004906 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:25:29.256502 | 24.36s 2025-11-23 07:54:41.950799 | fa163e80-6264-4ee4-5429-000000004907 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-23 07:54:42.149065 | fa163e80-6264-4ee4-5429-000000004907 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-23 07:54:42.150469 | fa163e80-6264-4ee4-5429-000000004907 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:25:29.476643 | 0.20s 2025-11-23 07:54:42.173200 | fa163e80-6264-4ee4-5429-000000004908 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-23 07:54:42.621005 | fa163e80-6264-4ee4-5429-000000004908 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-23 07:54:42.622522 | fa163e80-6264-4ee4-5429-000000004908 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:25:29.948695 | 0.45s 2025-11-23 07:54:42.657214 | fa163e80-6264-4ee4-5429-000000004909 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-23 07:54:42.901270 | fa163e80-6264-4ee4-5429-000000004909 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-23 07:54:42.902046 | fa163e80-6264-4ee4-5429-000000004909 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:25:30.228225 | 0.24s 2025-11-23 07:54:42.921857 | fa163e80-6264-4ee4-5429-00000000490b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-23 07:54:42.959452 | fa163e80-6264-4ee4-5429-00000000490b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-23 07:54:42.960361 | fa163e80-6264-4ee4-5429-00000000490b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:25:30.286517 | 0.04s 2025-11-23 07:54:42.983120 | fa163e80-6264-4ee4-5429-00000000490c | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-23 07:54:43.021650 | fa163e80-6264-4ee4-5429-00000000490c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-23 07:54:43.022863 | fa163e80-6264-4ee4-5429-00000000490c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:25:30.349003 | 0.04s 2025-11-23 07:54:43.047405 | fa163e80-6264-4ee4-5429-00000000490d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-23 07:54:43.090586 | fa163e80-6264-4ee4-5429-00000000490d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-23 07:54:43.091529 | fa163e80-6264-4ee4-5429-00000000490d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:25:30.417703 | 0.04s 2025-11-23 07:54:43.116556 | fa163e80-6264-4ee4-5429-00000000490e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-23 07:54:43.145625 | fa163e80-6264-4ee4-5429-00000000490e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-23 07:54:43.146536 | fa163e80-6264-4ee4-5429-00000000490e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:25:30.472712 | 0.03s 2025-11-23 07:54:43.170087 | fa163e80-6264-4ee4-5429-00000000490f | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-23 07:54:43.208027 | fa163e80-6264-4ee4-5429-00000000490f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-23 07:54:43.208934 | fa163e80-6264-4ee4-5429-00000000490f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:25:30.535110 | 0.04s 2025-11-23 07:54:43.254432 | fa163e80-6264-4ee4-5429-000000004930 | TASK | Gather variables for each operating system 2025-11-23 07:54:43.378857 | fa163e80-6264-4ee4-5429-000000004930 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:30.705018 | 0.12s 2025-11-23 07:54:43.404050 | fa163e80-6264-4ee4-5429-000000004931 | TASK | Detect if resource is being created or already exists 2025-11-23 07:54:44.144320 | fa163e80-6264-4ee4-5429-000000004931 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-23 07:54:44.145142 | fa163e80-6264-4ee4-5429-000000004931 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:31.471311 | 0.74s 2025-11-23 07:54:44.164320 | fa163e80-6264-4ee4-5429-000000004932 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-23 07:55:08.710310 | fa163e80-6264-4ee4-5429-000000004932 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-23 07:55:08.711933 | fa163e80-6264-4ee4-5429-000000004932 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:25:56.038105 | 24.55s 2025-11-23 07:55:08.740983 | fa163e80-6264-4ee4-5429-000000004933 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-23 07:55:08.985293 | fa163e80-6264-4ee4-5429-000000004933 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-23 07:55:08.986631 | fa163e80-6264-4ee4-5429-000000004933 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:25:56.312802 | 0.24s 2025-11-23 07:55:09.010292 | fa163e80-6264-4ee4-5429-000000004934 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-23 07:55:09.419479 | fa163e80-6264-4ee4-5429-000000004934 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-23 07:55:09.421040 | fa163e80-6264-4ee4-5429-000000004934 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:25:56.747207 | 0.41s 2025-11-23 07:55:09.445142 | fa163e80-6264-4ee4-5429-000000004935 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-23 07:55:09.646602 | fa163e80-6264-4ee4-5429-000000004935 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-23 07:55:09.647575 | fa163e80-6264-4ee4-5429-000000004935 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:25:56.973751 | 0.20s 2025-11-23 07:55:09.680318 | fa163e80-6264-4ee4-5429-000000004937 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-23 07:55:09.712760 | fa163e80-6264-4ee4-5429-000000004937 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-23 07:55:09.713991 | fa163e80-6264-4ee4-5429-000000004937 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:25:57.040161 | 0.03s 2025-11-23 07:55:09.746849 | fa163e80-6264-4ee4-5429-000000004938 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-23 07:55:09.787469 | fa163e80-6264-4ee4-5429-000000004938 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-23 07:55:09.788728 | fa163e80-6264-4ee4-5429-000000004938 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:25:57.114895 | 0.04s 2025-11-23 07:55:09.823418 | fa163e80-6264-4ee4-5429-000000004939 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-23 07:55:09.855784 | fa163e80-6264-4ee4-5429-000000004939 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-23 07:55:09.856977 | fa163e80-6264-4ee4-5429-000000004939 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:25:57.183146 | 0.03s 2025-11-23 07:55:09.888157 | fa163e80-6264-4ee4-5429-00000000493a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-23 07:55:09.930192 | fa163e80-6264-4ee4-5429-00000000493a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-23 07:55:09.931236 | fa163e80-6264-4ee4-5429-00000000493a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:25:57.257407 | 0.04s 2025-11-23 07:55:09.955521 | fa163e80-6264-4ee4-5429-00000000493b | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-23 07:55:10.005626 | fa163e80-6264-4ee4-5429-00000000493b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-23 07:55:10.006635 | fa163e80-6264-4ee4-5429-00000000493b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:25:57.332808 | 0.05s 2025-11-23 07:55:10.055266 | fa163e80-6264-4ee4-5429-00000000495c | TASK | Gather variables for each operating system 2025-11-23 07:55:10.178933 | fa163e80-6264-4ee4-5429-00000000495c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:57.505093 | 0.12s 2025-11-23 07:55:10.211226 | fa163e80-6264-4ee4-5429-00000000495d | TASK | Detect if resource is being created or already exists 2025-11-23 07:55:10.945501 | fa163e80-6264-4ee4-5429-00000000495d | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-23 07:55:10.947019 | fa163e80-6264-4ee4-5429-00000000495d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:58.273197 | 0.73s 2025-11-23 07:55:10.971819 | fa163e80-6264-4ee4-5429-00000000495e | TASK | Run init bundle puppet on the host for manila_share 2025-11-23 07:55:35.705893 | fa163e80-6264-4ee4-5429-00000000495e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-23 07:55:35.708028 | fa163e80-6264-4ee4-5429-00000000495e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:26:23.034207 | 24.73s 2025-11-23 07:55:35.729621 | fa163e80-6264-4ee4-5429-00000000495f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-23 07:55:35.963282 | fa163e80-6264-4ee4-5429-00000000495f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-23 07:55:35.964247 | fa163e80-6264-4ee4-5429-00000000495f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:26:23.290423 | 0.23s 2025-11-23 07:55:35.985440 | fa163e80-6264-4ee4-5429-000000004960 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-23 07:55:36.394662 | fa163e80-6264-4ee4-5429-000000004960 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-23 07:55:36.395871 | fa163e80-6264-4ee4-5429-000000004960 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:23.722046 | 0.41s 2025-11-23 07:55:36.420529 | fa163e80-6264-4ee4-5429-000000004961 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-23 07:55:36.671781 | fa163e80-6264-4ee4-5429-000000004961 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-23 07:55:36.672585 | fa163e80-6264-4ee4-5429-000000004961 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:26:23.998765 | 0.25s 2025-11-23 07:55:36.692711 | fa163e80-6264-4ee4-5429-000000004963 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-23 07:55:36.730830 | fa163e80-6264-4ee4-5429-000000004963 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-23 07:55:36.734673 | fa163e80-6264-4ee4-5429-000000004963 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:26:24.060842 | 0.04s 2025-11-23 07:55:36.760487 | fa163e80-6264-4ee4-5429-000000004964 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-23 07:55:36.808824 | fa163e80-6264-4ee4-5429-000000004964 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-23 07:55:36.809695 | fa163e80-6264-4ee4-5429-000000004964 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:26:24.135871 | 0.05s 2025-11-23 07:55:36.833430 | fa163e80-6264-4ee4-5429-000000004965 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-23 07:55:36.882611 | fa163e80-6264-4ee4-5429-000000004965 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-23 07:55:36.883469 | fa163e80-6264-4ee4-5429-000000004965 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:26:24.209645 | 0.05s 2025-11-23 07:55:36.904515 | fa163e80-6264-4ee4-5429-000000004966 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-23 07:55:36.941952 | fa163e80-6264-4ee4-5429-000000004966 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-23 07:55:36.942683 | fa163e80-6264-4ee4-5429-000000004966 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:24.268862 | 0.04s 2025-11-23 07:55:36.962428 | fa163e80-6264-4ee4-5429-000000004967 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-23 07:55:37.008587 | fa163e80-6264-4ee4-5429-000000004967 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-23 07:55:37.009966 | fa163e80-6264-4ee4-5429-000000004967 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:26:24.336132 | 0.05s 2025-11-23 07:55:37.059185 | fa163e80-6264-4ee4-5429-000000004988 | TASK | Run kolla_set_configs to copy ring files 2025-11-23 07:55:37.603856 | fa163e80-6264-4ee4-5429-000000004988 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-23 07:55:37.605160 | fa163e80-6264-4ee4-5429-000000004988 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:24.931331 | 0.54s 2025-11-23 07:55:37.618152 | fa163e80-6264-4ee4-5429-000000004988 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:24.944313 | 0.56s 2025-11-23 07:55:37.646021 | fa163e80-6264-4ee4-5429-000000004989 | TASK | Run kolla_set_configs to copy ring files 2025-11-23 07:55:37.990830 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-23 07:55:37.992428 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:25.318595 | 0.34s 2025-11-23 07:55:38.511277 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-23 07:55:38.512900 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:25.839081 | 0.86s 2025-11-23 07:55:38.792810 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-23 07:55:38.794099 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:26.120272 | 1.15s 2025-11-23 07:55:39.263732 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-23 07:55:39.265250 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:26.591423 | 1.62s 2025-11-23 07:55:39.580089 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-23 07:55:39.581174 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:26.907347 | 1.93s 2025-11-23 07:55:39.869640 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-23 07:55:39.871287 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:27.197461 | 2.22s 2025-11-23 07:55:40.301772 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-23 07:55:40.302699 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:27.628877 | 2.65s 2025-11-23 07:55:40.750934 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-23 07:55:40.752963 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:28.079138 | 3.10s 2025-11-23 07:55:41.049717 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-23 07:55:41.050764 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:28.376937 | 3.40s 2025-11-23 07:55:41.541671 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-23 07:55:41.542881 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:28.869054 | 3.89s 2025-11-23 07:55:41.862520 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-23 07:55:41.863681 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:29.189854 | 4.22s 2025-11-23 07:55:42.317215 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-23 07:55:42.318432 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:29.644604 | 4.67s 2025-11-23 07:55:42.990681 | fa163e80-6264-4ee4-5429-000000004989 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-23 07:55:42.992678 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:30.318846 | 5.34s 2025-11-23 07:55:43.004729 | fa163e80-6264-4ee4-5429-000000004989 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:30.330901 | 5.36s 2025-11-23 07:55:43.028722 | fa163e80-6264-4ee4-5429-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-23 07:55:43.246965 | fa163e80-6264-4ee4-5429-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-23 07:55:43.247771 | fa163e80-6264-4ee4-5429-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:26:30.573942 | 0.22s 2025-11-23 07:55:43.335207 | fa163e80-6264-4ee4-5429-0000000000f3 | TIMING | include_tasks | standalone | 0:26:30.661378 | 0.07s 2025-11-23 07:55:43.360702 | 1d84d5d0-c976-4b45-b20f-62ffe8d177d4 | INCLUDED | /root/standalone-ansible-_4fp6s60/common_deploy_steps_tasks.yaml | standalone 2025-11-23 07:55:43.389152 | fa163e80-6264-4ee4-5429-000000004a06 | TASK | Write the config_step hieradata 2025-11-23 07:55:43.853558 | fa163e80-6264-4ee4-5429-000000004a06 | OK | Write the config_step hieradata | standalone 2025-11-23 07:55:43.855009 | fa163e80-6264-4ee4-5429-000000004a06 | TIMING | Write the config_step hieradata | standalone | 0:26:31.181177 | 0.46s 2025-11-23 07:55:43.884444 | fa163e80-6264-4ee4-5429-000000004a07 | TASK | Run puppet host configuration for step 5 2025-11-23 07:55:44.163604 | fa163e80-6264-4ee4-5429-000000004a07 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-23 07:55:44.165264 | fa163e80-6264-4ee4-5429-000000004a07 | TIMING | Run puppet host configuration for step 5 | standalone | 0:26:31.491428 | 0.28s 2025-11-23 07:55:44.196184 | fa163e80-6264-4ee4-5429-000000004a08 | TASK | Wait for puppet host configuration to finish 2025-11-23 07:55:44.495253 | fa163e80-6264-4ee4-5429-000000004a08 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-23 07:55:54.724939 | fa163e80-6264-4ee4-5429-000000004a08 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-23 07:56:04.992604 | fa163e80-6264-4ee4-5429-000000004a08 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-23 07:56:04.993678 | fa163e80-6264-4ee4-5429-000000004a08 | TIMING | Wait for puppet host configuration to finish | standalone | 0:26:52.319855 | 20.80s 2025-11-23 07:56:05.016973 | fa163e80-6264-4ee4-5429-000000004a09 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-23 07:56:05.080734 | fa163e80-6264-4ee4-5429-000000004a09 | 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 23 07:55: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 23 07:55:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 23 07:55:51 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 23 07:55:51 puppet-user: (file & line not available)", "<13>Nov 23 07:55: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 23 07:55: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 23 07:55:51 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 23 07:55:51 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 23 07:55:51 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 23 07:55:51 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 23 07:55:51 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 23 07:55:51 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 23 07:55:51 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 23 07:55:51 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 23 07:55:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 23 07:55:51 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.56 seconds", "<13>Nov 23 07:55:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 23 07:55:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 23 07:55:59 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 23 07:55:59 puppet-user: Notice: Applied catalog in 8.33 seconds", "<13>Nov 23 07:55:59 puppet-user: Application:", "<13>Nov 23 07:55:59 puppet-user: Initial environment: production", "<13>Nov 23 07:55:59 puppet-user: Converged environment: production", "<13>Nov 23 07:55:59 puppet-user: Run mode: user", "<13>Nov 23 07:55:59 puppet-user: Changes:", "<13>Nov 23 07:55:59 puppet-user: Total: 2", "<13>Nov 23 07:55:59 puppet-user: Events:", "<13>Nov 23 07:55:59 puppet-user: Success: 2", "<13>Nov 23 07:55:59 puppet-user: Resources:", "<13>Nov 23 07:55:59 puppet-user: Changed: 2", "<13>Nov 23 07:55:59 puppet-user: Out of sync: 2", "<13>Nov 23 07:55:59 puppet-user: Total: 37", "<13>Nov 23 07:55:59 puppet-user: Time:", "<13>Nov 23 07:55:59 puppet-user: Filebucket: 0.00", "<13>Nov 23 07:55:59 puppet-user: Schedule: 0.00", "<13>Nov 23 07:55:59 puppet-user: File line: 0.00", "<13>Nov 23 07:55:59 puppet-user: Package: 0.00", "<13>Nov 23 07:55:59 puppet-user: Augeas: 0.01", "<13>Nov 23 07:55:59 puppet-user: User: 0.02", "<13>Nov 23 07:55:59 puppet-user: File: 0.09", "<13>Nov 23 07:55:59 puppet-user: Service: 0.18", "<13>Nov 23 07:55:59 puppet-user: Config retrieval: 0.67", "<13>Nov 23 07:55:59 puppet-user: Pcmk property: 1.56", "<13>Nov 23 07:55:59 puppet-user: Exec: 1.94", "<13>Nov 23 07:55:59 puppet-user: Last run: 1763884559", "<13>Nov 23 07:55:59 puppet-user: Pcmk resource default: 2.09", "<13>Nov 23 07:55:59 puppet-user: Pcmk resource op default: 2.26", "<13>Nov 23 07:55:59 puppet-user: Transaction evaluation: 8.30", "<13>Nov 23 07:55:59 puppet-user: Catalog application: 8.33", "<13>Nov 23 07:55:59 puppet-user: Total: 8.34", "<13>Nov 23 07:55:59 puppet-user: Version:", "<13>Nov 23 07:55:59 puppet-user: Config: 1763884550", "<13>Nov 23 07:55:59 puppet-user: Puppet: 7.10.0" ] } 2025-11-23 07:56:05.081742 | fa163e80-6264-4ee4-5429-000000004a09 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:26:52.407917 | 0.06s 2025-11-23 07:56:05.104036 | fa163e80-6264-4ee4-5429-000000004a0a | TASK | Pre-cache facts for puppet containers 2025-11-23 07:56:05.127254 | fa163e80-6264-4ee4-5429-000000004a0a | TIMING | Pre-cache facts for puppet containers | standalone | 0:26:52.453422 | 0.02s 2025-11-23 07:56:05.183863 | fa163e80-6264-4ee4-5429-000000004a49 | TASK | Gather variables for each operating system 2025-11-23 07:56:05.265080 | fa163e80-6264-4ee4-5429-000000004a49 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:26:52.591237 | 0.08s 2025-11-23 07:56:05.294627 | fa163e80-6264-4ee4-5429-000000004a4a | TASK | Create puppet caching structures 2025-11-23 07:56:05.555898 | fa163e80-6264-4ee4-5429-000000004a4a | CHANGED | Create puppet caching structures | standalone 2025-11-23 07:56:05.557244 | fa163e80-6264-4ee4-5429-000000004a4a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:26:52.883415 | 0.26s 2025-11-23 07:56:05.585288 | fa163e80-6264-4ee4-5429-000000004a4b | TASK | Check for facter.conf 2025-11-23 07:56:05.829497 | fa163e80-6264-4ee4-5429-000000004a4b | OK | Check for facter.conf | standalone 2025-11-23 07:56:05.830885 | fa163e80-6264-4ee4-5429-000000004a4b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:26:53.157055 | 0.24s 2025-11-23 07:56:05.859036 | fa163e80-6264-4ee4-5429-000000004a4c | TASK | Remove facter.conf if directory 2025-11-23 07:56:05.910087 | fa163e80-6264-4ee4-5429-000000004a4c | SKIPPED | Remove facter.conf if directory | standalone 2025-11-23 07:56:05.911638 | fa163e80-6264-4ee4-5429-000000004a4c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:26:53.237806 | 0.05s 2025-11-23 07:56:05.940217 | fa163e80-6264-4ee4-5429-000000004a4d | TASK | Write facter cache config 2025-11-23 07:56:06.433745 | fa163e80-6264-4ee4-5429-000000004a4d | CHANGED | Write facter cache config | standalone 2025-11-23 07:56:06.438418 | fa163e80-6264-4ee4-5429-000000004a4d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:26:53.764587 | 0.50s 2025-11-23 07:56:06.466450 | fa163e80-6264-4ee4-5429-000000004a4e | TASK | Cleanup facter cache if exists 2025-11-23 07:56:06.692127 | fa163e80-6264-4ee4-5429-000000004a4e | CHANGED | Cleanup facter cache if exists | standalone 2025-11-23 07:56:06.693530 | fa163e80-6264-4ee4-5429-000000004a4e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:26:54.019699 | 0.23s 2025-11-23 07:56:06.725922 | fa163e80-6264-4ee4-5429-000000004a4f | TASK | Pre-cache facts 2025-11-23 07:56:07.412224 | fa163e80-6264-4ee4-5429-000000004a4f | CHANGED | Pre-cache facts | standalone 2025-11-23 07:56:07.412990 | fa163e80-6264-4ee4-5429-000000004a4f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:26:54.739169 | 0.68s 2025-11-23 07:56:07.433657 | fa163e80-6264-4ee4-5429-000000004a50 | TASK | Failed deployment if facter fails 2025-11-23 07:56:07.459826 | fa163e80-6264-4ee4-5429-000000004a50 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-23 07:56:07.460702 | fa163e80-6264-4ee4-5429-000000004a50 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:26:54.786882 | 0.03s 2025-11-23 07:56:07.486731 | fa163e80-6264-4ee4-5429-000000004a51 | TASK | Sync cached facts 2025-11-23 07:56:07.789323 | fa163e80-6264-4ee4-5429-000000004a51 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e80-6264-4ee4-5429-000000004a51') missing from stats 2025-11-23 07:56:07.827316 | fa163e80-6264-4ee4-5429-000000004a0b | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-23 07:56:07.874384 | fa163e80-6264-4ee4-5429-000000004a0b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-23 07:56:07.875205 | fa163e80-6264-4ee4-5429-000000004a0b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:26:55.201384 | 0.05s 2025-11-23 07:56:07.894692 | fa163e80-6264-4ee4-5429-000000004a0d | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-23 07:56:07.913270 | fa163e80-6264-4ee4-5429-000000004a0d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:26:55.239445 | 0.02s 2025-11-23 07:56:07.955390 | fa163e80-6264-4ee4-5429-000000004aa8 | TASK | Gather variables for each operating system 2025-11-23 07:56:08.063714 | fa163e80-6264-4ee4-5429-000000004aa8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:55.389883 | 0.11s 2025-11-23 07:56:08.082900 | fa163e80-6264-4ee4-5429-000000004aa9 | TASK | Create container logs path 2025-11-23 07:56:08.338021 | fa163e80-6264-4ee4-5429-000000004aa9 | OK | Create container logs path | standalone 2025-11-23 07:56:08.339014 | fa163e80-6264-4ee4-5429-000000004aa9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:55.665191 | 0.26s 2025-11-23 07:56:08.358728 | fa163e80-6264-4ee4-5429-000000004aab | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-23 07:56:08.632909 | fa163e80-6264-4ee4-5429-000000004aab | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-23 07:56:08.633680 | fa163e80-6264-4ee4-5429-000000004aab | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:26:55.959860 | 0.27s 2025-11-23 07:56:08.652547 | fa163e80-6264-4ee4-5429-000000004aac | TASK | Finalise hashes for all containers 2025-11-23 07:56:08.689080 | fa163e80-6264-4ee4-5429-000000004aac | OK | Finalise hashes for all containers | standalone 2025-11-23 07:56:08.689842 | fa163e80-6264-4ee4-5429-000000004aac | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:56.016021 | 0.04s 2025-11-23 07:56:08.708966 | fa163e80-6264-4ee4-5429-000000004aae | TASK | Manage systemd shutdown files 2025-11-23 07:56:08.735744 | fa163e80-6264-4ee4-5429-000000004aae | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:56.061907 | 0.03s 2025-11-23 07:56:08.765961 | 77269b35-b91d-4134-b029-e45b110f002a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-23 07:56:08.794766 | fa163e80-6264-4ee4-5429-000000004ae1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-23 07:56:09.046817 | fa163e80-6264-4ee4-5429-000000004ae1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-23 07:56:09.048509 | fa163e80-6264-4ee4-5429-000000004ae1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:26:56.374676 | 0.25s 2025-11-23 07:56:09.079103 | fa163e80-6264-4ee4-5429-000000004ae2 | TASK | Set podman_drop_in fact 2025-11-23 07:56:09.141203 | fa163e80-6264-4ee4-5429-000000004ae2 | OK | Set podman_drop_in fact | standalone 2025-11-23 07:56:09.142216 | fa163e80-6264-4ee4-5429-000000004ae2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:26:56.468390 | 0.06s 2025-11-23 07:56:09.164683 | fa163e80-6264-4ee4-5429-000000004ae4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-23 07:56:09.702777 | fa163e80-6264-4ee4-5429-000000004ae4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-23 07:56:09.703998 | fa163e80-6264-4ee4-5429-000000004ae4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:57.030175 | 0.54s 2025-11-23 07:56:10.119514 | fa163e80-6264-4ee4-5429-000000004ae4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-23 07:56:10.120548 | fa163e80-6264-4ee4-5429-000000004ae4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:57.446721 | 0.95s 2025-11-23 07:56:10.126995 | fa163e80-6264-4ee4-5429-000000004ae4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:57.453165 | 0.96s 2025-11-23 07:56:10.151917 | fa163e80-6264-4ee4-5429-000000004ae5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-23 07:56:10.608074 | fa163e80-6264-4ee4-5429-000000004ae5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-23 07:56:10.609451 | fa163e80-6264-4ee4-5429-000000004ae5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:26:57.935622 | 0.46s 2025-11-23 07:56:10.639070 | fa163e80-6264-4ee4-5429-000000004ae6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-23 07:56:11.151259 | fa163e80-6264-4ee4-5429-000000004ae6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-23 07:56:11.152949 | fa163e80-6264-4ee4-5429-000000004ae6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:26:58.479116 | 0.51s 2025-11-23 07:56:11.183118 | fa163e80-6264-4ee4-5429-000000004ae7 | TASK | Enable and start tripleo-container-shutdown 2025-11-23 07:56:13.024216 | fa163e80-6264-4ee4-5429-000000004ae7 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-23 07:56:13.025618 | fa163e80-6264-4ee4-5429-000000004ae7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:00.351793 | 1.84s 2025-11-23 07:56:13.050105 | fa163e80-6264-4ee4-5429-000000004ae8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-23 07:56:13.523788 | fa163e80-6264-4ee4-5429-000000004ae8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-23 07:56:13.524640 | fa163e80-6264-4ee4-5429-000000004ae8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:00.850819 | 0.47s 2025-11-23 07:56:13.543653 | fa163e80-6264-4ee4-5429-000000004ae9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-23 07:56:13.969319 | fa163e80-6264-4ee4-5429-000000004ae9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-23 07:56:13.970780 | fa163e80-6264-4ee4-5429-000000004ae9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:01.296950 | 0.43s 2025-11-23 07:56:13.994478 | fa163e80-6264-4ee4-5429-000000004aea | TASK | Enable and start netns-placeholder 2025-11-23 07:56:14.931935 | fa163e80-6264-4ee4-5429-000000004aea | CHANGED | Enable and start netns-placeholder | standalone 2025-11-23 07:56:14.935124 | fa163e80-6264-4ee4-5429-000000004aea | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:02.261293 | 0.94s 2025-11-23 07:56:14.967182 | fa163e80-6264-4ee4-5429-000000004ab0 | TASK | Update container configs with new config hashes 2025-11-23 07:56:15.023714 | fa163e80-6264-4ee4-5429-000000004ab0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:02.349872 | 0.05s 2025-11-23 07:56:15.045713 | db84a404-936f-49aa-b4c6-1ea9a8a3762d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-23 07:56:15.079842 | fa163e80-6264-4ee4-5429-000000004b12 | TASK | Update config hashes for container startup configs 2025-11-23 07:56:15.380684 | fa163e80-6264-4ee4-5429-000000004b12 | OK | Update config hashes for container startup configs | standalone 2025-11-23 07:56:15.382141 | fa163e80-6264-4ee4-5429-000000004b12 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:02.708301 | 0.30s 2025-11-23 07:56:15.415497 | fa163e80-6264-4ee4-5429-000000004ab1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-23 07:56:15.458622 | fa163e80-6264-4ee4-5429-000000004ab1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:02.784788 | 0.04s 2025-11-23 07:56:15.474002 | 713e36c9-cd2a-45e2-9be2-37300b4ad1de | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-23 07:56:15.501665 | fa163e80-6264-4ee4-5429-000000004b31 | TASK | Gather podman infos 2025-11-23 07:56:17.537883 | fa163e80-6264-4ee4-5429-000000004b31 | OK | Gather podman infos | standalone 2025-11-23 07:56:17.539266 | fa163e80-6264-4ee4-5429-000000004b31 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:04.865439 | 2.04s 2025-11-23 07:56:17.673892 | fa163e80-6264-4ee4-5429-000000004b32 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-23 07:56:17.755457 | fa163e80-6264-4ee4-5429-000000004b32 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:05.081625 | 0.08s 2025-11-23 07:56:17.914047 | fa163e80-6264-4ee4-5429-000000004b7b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:05.240209 | 0.11s 2025-11-23 07:56:17.964695 | fa163e80-6264-4ee4-5429-000000004ab2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-23 07:56:18.002657 | fa163e80-6264-4ee4-5429-000000004ab2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:05.328826 | 0.04s 2025-11-23 07:56:18.014248 | 6e49713a-e601-4724-92d6-84f1cec50c11 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-23 07:56:18.041650 | fa163e80-6264-4ee4-5429-000000004ba1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-23 07:56:31.767728 | fa163e80-6264-4ee4-5429-000000004ba1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-23 07:56:31.769613 | fa163e80-6264-4ee4-5429-000000004ba1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:19.095777 | 13.73s 2025-11-23 07:56:31.801835 | fa163e80-6264-4ee4-5429-000000004ba2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-23 07:56:36.237589 | fa163e80-6264-4ee4-5429-000000004ba2 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-23 07:56:36.239611 | fa163e80-6264-4ee4-5429-000000004ba2 | 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:27:23.565786 | 4.44s 2025-11-23 07:56:36.292161 | fa163e80-6264-4ee4-5429-000000004a0f | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-23 07:56:36.511467 | fa163e80-6264-4ee4-5429-000000004a0f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-23 07:56:36.512937 | fa163e80-6264-4ee4-5429-000000004a0f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:27:23.839104 | 0.22s 2025-11-23 07:56:36.565790 | fa163e80-6264-4ee4-5429-000000004a10 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-23 07:56:36.608214 | fa163e80-6264-4ee4-5429-000000004a10 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:27:23.934374 | 0.04s 2025-11-23 07:56:36.632075 | fa163e80-6264-4ee4-5429-000000004a11 | TASK | Include container-puppet tasks for step 5 2025-11-23 07:56:36.671322 | fa163e80-6264-4ee4-5429-000000004a11 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:27:23.997490 | 0.04s 2025-11-23 07:56:36.685676 | d9b958c7-c66b-41f8-898d-568a7b383db6 | INCLUDED | /root/standalone-ansible-_4fp6s60/host-container-puppet-tasks.yaml | standalone 2025-11-23 07:56:36.715154 | fa163e80-6264-4ee4-5429-000000004bed | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-23 07:56:37.232542 | fa163e80-6264-4ee4-5429-000000004bed | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-23 07:56:37.233957 | fa163e80-6264-4ee4-5429-000000004bed | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:27:24.560127 | 0.52s 2025-11-23 07:56:37.263109 | fa163e80-6264-4ee4-5429-000000004bef | TASK | Generate container puppet configs for step 5 2025-11-23 07:56:37.563228 | fa163e80-6264-4ee4-5429-000000004bef | OK | Generate container puppet configs for step 5 | standalone 2025-11-23 07:56:37.564561 | fa163e80-6264-4ee4-5429-000000004bef | TIMING | Generate container puppet configs for step 5 | standalone | 0:27:24.890730 | 0.30s 2025-11-23 07:56:37.594657 | fa163e80-6264-4ee4-5429-000000004bf0 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-23 07:56:37.625723 | fa163e80-6264-4ee4-5429-000000004bf0 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:27:24.951880 | 0.03s 2025-11-23 07:56:37.692237 | fa163e80-6264-4ee4-5429-000000004c1f | TASK | Gather variables for each operating system 2025-11-23 07:56:37.839837 | fa163e80-6264-4ee4-5429-000000004c1f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:25.165985 | 0.15s 2025-11-23 07:56:37.870138 | fa163e80-6264-4ee4-5429-000000004c20 | TASK | Create container logs path 2025-11-23 07:56:38.117295 | fa163e80-6264-4ee4-5429-000000004c20 | OK | Create container logs path | standalone 2025-11-23 07:56:38.118696 | fa163e80-6264-4ee4-5429-000000004c20 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:25.444864 | 0.25s 2025-11-23 07:56:38.149462 | fa163e80-6264-4ee4-5429-000000004c22 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-23 07:56:38.412547 | fa163e80-6264-4ee4-5429-000000004c22 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-23 07:56:38.414224 | fa163e80-6264-4ee4-5429-000000004c22 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:25.740388 | 0.26s 2025-11-23 07:56:38.442573 | fa163e80-6264-4ee4-5429-000000004c23 | TASK | Finalise hashes for all containers 2025-11-23 07:56:38.496177 | fa163e80-6264-4ee4-5429-000000004c23 | OK | Finalise hashes for all containers | standalone 2025-11-23 07:56:38.497186 | fa163e80-6264-4ee4-5429-000000004c23 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:25.823362 | 0.05s 2025-11-23 07:56:38.529739 | fa163e80-6264-4ee4-5429-000000004c25 | TASK | Manage systemd shutdown files 2025-11-23 07:56:38.572126 | fa163e80-6264-4ee4-5429-000000004c25 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-23 07:56:38.573708 | fa163e80-6264-4ee4-5429-000000004c25 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:25.899873 | 0.04s 2025-11-23 07:56:38.606619 | fa163e80-6264-4ee4-5429-000000004c27 | TASK | Update container configs with new config hashes 2025-11-23 07:56:38.665887 | fa163e80-6264-4ee4-5429-000000004c27 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-23 07:56:38.668681 | fa163e80-6264-4ee4-5429-000000004c27 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:25.994836 | 0.06s 2025-11-23 07:56:38.701392 | fa163e80-6264-4ee4-5429-000000004c28 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-23 07:56:38.765177 | fa163e80-6264-4ee4-5429-000000004c28 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-23 07:56:38.766704 | fa163e80-6264-4ee4-5429-000000004c28 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:26.092871 | 0.06s 2025-11-23 07:56:38.798195 | fa163e80-6264-4ee4-5429-000000004c29 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-23 07:56:38.851557 | fa163e80-6264-4ee4-5429-000000004c29 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-23 07:56:38.852857 | fa163e80-6264-4ee4-5429-000000004c29 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:26.179026 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-11-23 07:56:39.031857 | fa163e80-6264-4ee4-5429-0000000000f7 | TASK | Server Post Deployments 2025-11-23 07:56:39.062918 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000f7') missing from stats 2025-11-23 07:56:39.142516 | fa163e80-6264-4ee4-5429-0000000000f8 | TIMING | include_tasks | standalone | 0:27:26.468679 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-23 07:56:39.271435 | fa163e80-6264-4ee4-5429-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-23 07:56:39.297776 | fa163e80-6264-4ee4-5429-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', 'fa163e80-6264-4ee4-5429-0000000000fc') missing from stats 2025-11-23 07:56:39.314648 | fa163e80-6264-4ee4-5429-000000000100 | TASK | is additonal Cell? 2025-11-23 07:56:39.341750 | fa163e80-6264-4ee4-5429-000000000100 | OK | is additonal Cell? | undercloud 2025-11-23 07:56:39.342908 | fa163e80-6264-4ee4-5429-000000000100 | TIMING | is additonal Cell? | undercloud | 0:27:26.669077 | 0.03s 2025-11-23 07:56:39.360756 | fa163e80-6264-4ee4-5429-000000000102 | TASK | discover via nova_manager? 2025-11-23 07:56:39.443411 | fa163e80-6264-4ee4-5429-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-23 07:56:39.444720 | fa163e80-6264-4ee4-5429-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:27:26.770885 | 0.08s 2025-11-23 07:56:39.462506 | fa163e80-6264-4ee4-5429-000000000103 | TASK | discover via nova_api? 2025-11-23 07:56:39.554669 | fa163e80-6264-4ee4-5429-000000000103 | OK | discover via nova_api? | undercloud 2025-11-23 07:56:39.556231 | fa163e80-6264-4ee4-5429-000000000103 | TIMING | discover via nova_api? | undercloud | 0:27:26.882395 | 0.09s 2025-11-23 07:56:39.574297 | fa163e80-6264-4ee4-5429-000000000104 | TASK | Warn if no discovery host available 2025-11-23 07:56:39.627457 | fa163e80-6264-4ee4-5429-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-23 07:56:39.628953 | fa163e80-6264-4ee4-5429-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:27:26.955112 | 0.05s 2025-11-23 07:56:39.663435 | fa163e80-6264-4ee4-5429-000000000105 | TASK | Discovering nova hosts 2025-11-23 07:56:42.281486 | fa163e80-6264-4ee4-5429-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e80-6264-4ee4-5429-000000000105') missing from stats 2025-11-23 07:56:42.372637 | fa163e80-6264-4ee4-5429-000000000106 | OK | set_fact | undercloud 2025-11-23 07:56:42.373888 | fa163e80-6264-4ee4-5429-000000000106 | TIMING | set_fact | undercloud | 0:27:29.700056 | 0.07s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=759 changed=329 unreachable=0 failed=0 skipped=308 rescued=0 ignored=1 undercloud : ok=114 changed=45 unreachable=0 failed=0 skipped=9 rescued=0 ignored=3 2025-11-23 07:56:42.446048 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-23 07:56:42.446689 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-23 07:56:42.447297 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:27:29.773471 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-23 07:56:42.448126 | UUID | Info | Host | Task Name | Run Time 2025-11-23 07:56:42.448846 | fa163e80-6264-4ee4-5429-00000000227a | SUMMARY | standalone | Pre-fetch all the containers | 175.56s 2025-11-23 07:56:42.449480 | fa163e80-6264-4ee4-5429-000000002f24 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 107.62s 2025-11-23 07:56:42.450199 | fa163e80-6264-4ee4-5429-00000000480b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 98.81s 2025-11-23 07:56:42.450972 | fa163e80-6264-4ee4-5429-000000002b4e | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.81s 2025-11-23 07:56:42.451617 | fa163e80-6264-4ee4-5429-0000000036ff | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.01s 2025-11-23 07:56:42.452289 | fa163e80-6264-4ee4-5429-000000003700 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 30.99s 2025-11-23 07:56:42.452911 | fa163e80-6264-4ee4-5429-00000000466f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.95s 2025-11-23 07:56:42.453518 | fa163e80-6264-4ee4-5429-000000002f50 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.02s 2025-11-23 07:56:42.454106 | fa163e80-6264-4ee4-5429-000000002cee | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 28.79s 2025-11-23 07:56:42.454855 | fa163e80-6264-4ee4-5429-000000002f7c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.64s 2025-11-23 07:56:42.455497 | fa163e80-6264-4ee4-5429-00000000495e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.73s 2025-11-23 07:56:42.456050 | fa163e80-6264-4ee4-5429-000000004932 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.55s 2025-11-23 07:56:42.456666 | fa163e80-6264-4ee4-5429-000000004906 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.36s 2025-11-23 07:56:42.457235 | fa163e80-6264-4ee4-5429-000000004a08 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.80s 2025-11-23 07:56:42.457967 | fa163e80-6264-4ee4-5429-00000000356b | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.76s 2025-11-23 07:56:42.458585 | fa163e80-6264-4ee4-5429-000000003002 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.66s 2025-11-23 07:56:42.459192 | fa163e80-6264-4ee4-5429-00000000319b | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 19.47s 2025-11-23 07:56:42.459831 | fa163e80-6264-4ee4-5429-00000000480a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 17.47s 2025-11-23 07:56:42.460463 | fa163e80-6264-4ee4-5429-00000000223e | SUMMARY | standalone | install systemd-container for a greenfield | 17.29s 2025-11-23 07:56:42.461127 | fa163e80-6264-4ee4-5429-0000000021d4 | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 14.04s 2025-11-23 07:56:42.461728 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-_4fp6s60 Install artifact is located at /root/standalone-install-20251123075642.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.SmUshTw02a + exit 0 ~/ci-framework-data/artifacts