~/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.eOWhLDgoLj + 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.eOWhLDgoLj/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + 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.eOWhLDgoLj/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.eOWhLDgoLj + J2_VARS_FILE=/tmp/tmp.eOWhLDgoLj/tmp.C45DdgDz3T.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.eOWhLDgoLj/tmp.C45DdgDz3T.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/tmp.C45DdgDz3T.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.eOWhLDgoLj/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.eOWhLDgoLj/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.eOWhLDgoLj/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.eOWhLDgoLj/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.eOWhLDgoLj/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 4.7 MB/s | 2.5 MB 00:00 Last metadata expiration check: 0:00:01 ago on Mon Oct 6 21:55:53 2025. Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 428 kB/s | 64 kB 00:00 (2/399): boost-system-1.75.0-8.el9.x86_64.rpm 99 kB/s | 15 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.2 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 994 kB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 244 kB/s | 24 kB 00:00 (6/399): boost-thread-1.75.0-8.el9.x86_64.rpm 598 kB/s | 57 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 216 kB 00:00 (8/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 143 kB/s | 17 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 571 kB/s | 59 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 302 kB/s | 34 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 488 kB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 272 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 132 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.4 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.0 MB/s | 321 kB 00:00 (16/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 493 kB/s | 45 kB 00:00 (17/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.3 MB/s | 224 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.8 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 923 kB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.2 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 564 kB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 198 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 274 kB/s | 26 kB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 294 kB/s | 28 kB 00:00 (27/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 6.3 MB/s | 1.2 MB 00:00 (28/399): perl-Pod-Escapes-1.07-460.el9.noarch. 249 kB/s | 22 kB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 278 kB/s | 31 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 10 MB/s | 1.7 MB 00:00 (31/399): libburn-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 175 kB 00:00 (32/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.7 MB/s | 218 kB 00:00 (33/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 276 kB/s | 24 kB 00:00 (34/399): perl-Mozilla-CA-20200520-6.el9.noarch 90 kB/s | 14 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 363 kB/s | 37 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 607 kB/s | 76 kB 00:00 (37/399): python3-yubico-1.3.3-7.el9.noarch.rpm 713 kB/s | 73 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 298 kB/s | 30 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 530 kB/s | 59 kB 00:00 (40/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 410 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 651 kB/s | 108 kB 00:00 (42/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 390 kB/s | 34 kB 00:00 (43/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 321 kB/s | 39 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 209 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.5 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 309 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 395 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 422 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 768 kB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 634 kB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 203 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 1.1 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.0 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 290 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 927 kB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 679 kB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 525 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.1 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 7.7 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 350 kB/s | 31 kB 00:00 (64/399): perl-AutoLoader-5.74-480.el9.noarch.r 227 kB/s | 23 kB 00:00 (65/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 345 kB/s | 42 kB 00:00 (66/399): perl-B-1.80-480.el9.x86_64.rpm 1.8 MB/s | 185 kB 00:00 (67/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 1.7 MB/s | 489 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 209 kB/s | 24 kB 00:00 (69/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 233 kB/s | 23 kB 00:00 (70/399): perl-Errno-1.30-480.el9.x86_64.rpm 140 kB/s | 17 kB 00:00 (71/399): perl-File-Basename-2.85-480.el9.noarc 122 kB/s | 19 kB 00:00 (72/399): perl-Getopt-Std-1.12-480.el9.noarch.r 155 kB/s | 17 kB 00:00 (73/399): perl-FileHandle-2.03-480.el9.noarch.r 86 kB/s | 17 kB 00:00 (74/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 277 kB/s | 25 kB 00:00 (75/399): perl-IO-1.43-480.el9.x86_64.rpm 644 kB/s | 94 kB 00:00 (76/399): perl-File-stat-1.09-480.el9.noarch.rp 55 kB/s | 19 kB 00:00 (77/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 202 kB/s | 25 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 992 kB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 72 kB/s | 13 kB 00:00 (80/399): perl-base-2.27-480.el9.noarch.rpm 183 kB/s | 18 kB 00:00 (81/399): perl-if-0.60.800-480.el9.noarch.rpm 118 kB/s | 16 kB 00:00 (82/399): perl-interpreter-5.32.1-480.el9.x86_6 488 kB/s | 75 kB 00:00 (83/399): perl-Symbol-1.08-480.el9.noarch.rpm 55 kB/s | 16 kB 00:00 (84/399): perl-libs-5.32.1-480.el9.x86_64.rpm 19 MB/s | 2.2 MB 00:00 (85/399): perl-mro-1.23-480.el9.x86_64.rpm 264 kB/s | 31 kB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 433 kB/s | 47 kB 00:00 (87/399): perl-overloading-0.02-480.el9.noarch. 170 kB/s | 15 kB 00:00 (88/399): perl-vars-1.05-480.el9.noarch.rpm 150 kB/s | 15 kB 00:00 (89/399): perl-subs-1.03-480.el9.noarch.rpm 112 kB/s | 13 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (91/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 443 kB/s | 40 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.2 MB/s | 459 kB 00:00 (93/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 176 kB 00:00 (94/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (95/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 4.0 MB/s | 452 kB 00:00 (96/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 445 kB/s | 59 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 19 MB/s | 2.4 MB 00:00 (98/399): ansible-collection-community-general- 9.0 MB/s | 1.3 MB 00:00 (99/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 476 kB/s | 68 kB 00:00 (100/399): ansible-collection-ansible-posix-1.2 1.3 MB/s | 124 kB 00:00 (101/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.7 MB/s | 354 kB 00:00 (102/399): ipa-client-common-4.10.1-12.el9_2.2. 429 kB/s | 44 kB 00:00 (103/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.2 MB/s | 656 kB 00:00 (104/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.8 MB/s | 663 kB 00:00 (105/399): python3-ipaclient-4.10.1-12.el9_2.2. 3.9 MB/s | 648 kB 00:00 (106/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 336 kB/s | 57 kB 00:00 (107/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 372 kB/s | 41 kB 00:00 (108/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 40 MB/s | 7.9 MB 00:00 (109/399): ruby-default-gems-3.0.4-161.el9_2.2. 415 kB/s | 46 kB 00:00 (110/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 28 MB/s | 3.3 MB 00:00 (111/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 631 kB/s | 55 kB 00:00 (112/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.0 MB/s | 456 kB 00:00 (113/399): rubygem-io-console-0.5.7-161.el9_2.2 288 kB/s | 26 kB 00:00 (114/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 625 kB/s | 59 kB 00:00 (115/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 656 kB/s | 60 kB 00:00 (116/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.2 MB/s | 441 kB 00:00 (117/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (118/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.7 MB/s | 306 kB 00:00 (119/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.7 MB/s | 245 kB 00:00 (120/399): buildah-1.29.5-1.el9_2.x86_64.rpm 42 MB/s | 8.6 MB 00:00 (121/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 15 MB/s | 2.2 MB 00:00 (122/399): libaio-0.3.111-13.el9.x86_64.rpm 298 kB/s | 26 kB 00:00 (123/399): device-mapper-persistent-data-0.9.0- 6.6 MB/s | 786 kB 00:00 (124/399): bash-completion-2.11-4.el9.noarch.rp 2.6 MB/s | 459 kB 00:00 (125/399): glibc-langpack-en-2.34-60.el9.x86_64 5.9 MB/s | 675 kB 00:00 (126/399): krb5-workstation-1.20.1-8.el9.x86_64 5.4 MB/s | 542 kB 00:00 (127/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 442 kB/s | 62 kB 00:00 (128/399): libkadm5-1.20.1-8.el9.x86_64.rpm 886 kB/s | 81 kB 00:00 (129/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 442 kB/s | 37 kB 00:00 (130/399): pkgconf-1.7.3-10.el9.x86_64.rpm 502 kB/s | 45 kB 00:00 (131/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 177 kB/s | 16 kB 00:00 (132/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 136 kB/s | 12 kB 00:00 (133/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 403 kB/s | 36 kB 00:00 (134/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 339 kB/s | 30 kB 00:00 (135/399): python3-dns-2.2.1-2.el9.noarch.rpm 1.8 MB/s | 418 kB 00:00 (136/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 202 kB/s | 19 kB 00:00 (137/399): device-mapper-event-1.02.187-7.el9_2 355 kB/s | 32 kB 00:00 (138/399): device-mapper-event-libs-1.02.187-7. 346 kB/s | 31 kB 00:00 (139/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.8 MB/s | 1.0 MB 00:00 (140/399): python3-openvswitch3.3-3.3.4-110.el9 3.9 MB/s | 369 kB 00:00 (141/399): ansible-collection-ansible-netcommon 2.0 MB/s | 181 kB 00:00 (142/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 6.5 MB/s | 1.5 MB 00:00 (143/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 870 kB/s | 77 kB 00:00 (144/399): golang-github-vbatts-tar-split-0.11. 8.7 MB/s | 1.0 MB 00:00 (145/399): ansible-collection-ansible-utils-2.3 563 kB/s | 91 kB 00:00 (146/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.6 MB/s | 178 kB 00:00 (147/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.2 MB/s | 162 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 198 kB/s | 25 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 1.2 MB/s | 122 kB 00:00 (150/399): python3-beautifulsoup4-4.9.3-2.el9os 2.2 MB/s | 204 kB 00:00 (151/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 412 kB/s | 44 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 367 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 320 kB/s | 39 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 11 MB/s | 1.5 MB 00:00 (155/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 502 kB/s | 44 kB 00:00 (156/399): python3-gitdb-4.0.5-2.el9ost.noarch. 825 kB/s | 107 kB 00:00 (157/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.0 MB/s | 284 kB 00:00 (158/399): python3-gevent-21.1.2-2.el9ost.x86_6 7.4 MB/s | 1.6 MB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 502 kB/s | 46 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 251 kB/s | 31 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 512 kB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 375 kB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 2.4 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 137 kB/s | 16 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 6.5 MB/s | 712 kB 00:00 (166/399): python3-natsort-7.1.1-2.el9ost.noarc 387 kB/s | 59 kB 00:00 (167/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.7 MB/s | 273 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.1 MB/s | 111 kB 00:00 (170/399): python3-pyperclip-1.8.0-3.el9ost.noa 268 kB/s | 25 kB 00:00 (171/399): python3-soupsieve-2.2-1.el9ost.noarc 731 kB/s | 67 kB 00:00 (172/399): python3-setproctitle-1.2.2-1.el9ost. 171 kB/s | 23 kB 00:00 (173/399): python3-smmap-3.0.1-4.el9ost.noarch. 398 kB/s | 47 kB 00:00 (174/399): python3-tenacity-6.3.1-1.el9ost.noar 545 kB/s | 51 kB 00:00 (175/399): python3-webtest-2.0.35-6.el9ost.noar 914 kB/s | 82 kB 00:00 (176/399): python3-sqlalchemy13-1.3.24-3.el9ost 9.3 MB/s | 1.7 MB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.1 MB/s | 396 kB 00:00 (178/399): python3-zope-event-4.2.0-20.el9ost.n 1.9 MB/s | 205 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 2.1 MB/s | 202 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.5 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 104 kB/s | 14 kB 00:00 (182/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 993 kB/s | 90 kB 00:00 (183/399): rubygem-fast_gettext-1.2.0-9.el9ost. 284 kB/s | 34 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 185 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 387 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 185 kB/s | 16 kB 00:00 (187/399): ansible-config_template-2.0.1-17.1.2 289 kB/s | 29 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.9 MB/s | 433 kB 00:00 (189/399): rubygem-semantic_puppet-1.0.4-2.el9o 174 kB/s | 21 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 188 kB/s | 17 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 394 kB/s | 53 kB 00:00 (192/399): ansible-role-chrony-1.3.1-17.1.20230 153 kB/s | 22 kB 00:00 (193/399): ansible-role-container-registry-1.4. 275 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 312 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 241 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 223 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 214 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 240 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 410 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 295 kB/s | 38 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 109 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 100 kB/s | 9.6 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 555 kB/s | 54 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 526 kB/s | 50 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 214 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 626 kB/s | 62 kB 00:00 (207/399): puppet-apache-6.5.2-17.1.20230621001 2.5 MB/s | 259 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 323 kB/s | 44 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 716 kB/s | 70 kB 00:00 (210/399): puppet-auditd-2.2.1-17.1.20230620192 224 kB/s | 28 kB 00:00 (211/399): puppet-certmonger-2.7.1-17.1.2023062 295 kB/s | 26 kB 00:00 (212/399): puppet-cinder-18.5.2-17.1.2023062105 1.1 MB/s | 120 kB 00:00 (213/399): puppet-collectd-13.0.1-17.1.20230620 1.3 MB/s | 135 kB 00:00 (214/399): puppet-concat-6.2.1-17.1.20230620181 272 kB/s | 41 kB 00:00 (215/399): puppet-designate-18.6.1-17.1.2023062 673 kB/s | 69 kB 00:00 (216/399): puppet-corosync-8.0.1-17.1.202306211 605 kB/s | 68 kB 00:00 (217/399): puppet-dns-8.2.1-17.1.20230621002045 377 kB/s | 36 kB 00:00 (218/399): puppet-firewall-3.4.1-17.1.202306210 666 kB/s | 77 kB 00:00 (219/399): puppet-etcd-1.12.3-17.1.202306201932 167 kB/s | 25 kB 00:00 (220/399): puppet-git-0.5.0-17.1.20230620193928 232 kB/s | 23 kB 00:00 (221/399): puppet-gnocchi-18.4.3-17.1.202306210 633 kB/s | 58 kB 00:00 (222/399): puppet-haproxy-4.2.2-17.1.2023062019 553 kB/s | 52 kB 00:00 (223/399): puppet-heat-18.4.1-17.1.202306211116 781 kB/s | 70 kB 00:00 (224/399): puppet-horizon-18.6.1-17.1.202306210 684 kB/s | 63 kB 00:00 (225/399): puppet-inifile-4.2.1-17.1.2023062018 465 kB/s | 42 kB 00:00 (226/399): puppet-ipaclient-2.5.2-17.1.20230620 204 kB/s | 17 kB 00:00 (227/399): puppet-keepalived-0.0.2-17.1.2023062 117 kB/s | 14 kB 00:00 (228/399): puppet-kmod-2.5.0-17.1.2023062019064 223 kB/s | 21 kB 00:00 (229/399): puppet-manila-18.5.2-17.1.2023110219 874 kB/s | 81 kB 00:00 (230/399): puppet-module-data-0.5.1-17.1.202306 129 kB/s | 13 kB 00:00 (231/399): puppet-memcached-6.0.0-17.1.20230620 215 kB/s | 23 kB 00:00 (232/399): puppet-mysql-10.6.1-17.1.20230621022 990 kB/s | 99 kB 00:00 (233/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (234/399): puppet-nova-18.6.1-17.1.202306210904 2.0 MB/s | 200 kB 00:00 (235/399): puppet-nssdb-1.0.2-17.1.202306201856 92 kB/s | 12 kB 00:00 (236/399): puppet-octavia-18.5.1-17.1.202306210 738 kB/s | 76 kB 00:00 (237/399): puppet-openstack_extras-18.5.1-17.1. 288 kB/s | 48 kB 00:00 (238/399): puppet-oslo-18.5.1-17.1.202306210523 550 kB/s | 48 kB 00:00 (239/399): puppet-openstacklib-18.5.2-17.1.2023 336 kB/s | 62 kB 00:00 (240/399): puppet-qdr-7.4.1-17.1.20230620195605 359 kB/s | 31 kB 00:00 (241/399): puppet-placement-5.4.3-17.1.20230621 382 kB/s | 41 kB 00:00 (242/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.8 MB/s | 266 kB 00:00 (243/399): puppet-remote-10.0.0-17.1.2023062019 133 kB/s | 16 kB 00:00 (244/399): puppet-rsync-1.1.4-17.1.202306210028 307 kB/s | 28 kB 00:00 (245/399): puppet-redis-6.1.1-17.1.202306201917 254 kB/s | 51 kB 00:00 (246/399): puppet-rsyslog-4.0.1-17.1.2023062020 534 kB/s | 58 kB 00:00 (247/399): puppet-snmp-3.9.1-17.1.2023062020041 347 kB/s | 34 kB 00:00 (248/399): puppet-ssh-6.2.1-17.1.20230620190251 322 kB/s | 29 kB 00:00 (249/399): puppet-stdlib-6.3.1-17.1.20230621000 1.4 MB/s | 160 kB 00:00 (250/399): puppet-sysctl-0.0.13-17.1.2023062018 166 kB/s | 16 kB 00:00 (251/399): puppet-swift-18.6.1-17.1.20230621052 697 kB/s | 115 kB 00:00 (252/399): puppet-systemd-2.12.1-17.1.202306201 329 kB/s | 42 kB 00:00 (253/399): puppet-vcsrepo-3.1.1-17.1.2023062018 477 kB/s | 50 kB 00:00 (254/399): puppet-vswitch-14.4.3-17.1.202306210 464 kB/s | 41 kB 00:00 (255/399): puppet-xinetd-3.3.1-17.1.20230620185 277 kB/s | 26 kB 00:00 (256/399): python-oslo-log-lang-4.4.0-17.1.2023 160 kB/s | 14 kB 00:00 (257/399): python-oslo-cache-lang-2.7.1-17.1.20 186 kB/s | 19 kB 00:00 (258/399): python-oslo-policy-lang-3.7.1-17.1.2 151 kB/s | 14 kB 00:00 (259/399): python-oslo-versionedobjects-lang-2. 155 kB/s | 14 kB 00:00 (260/399): python-oslo-middleware-lang-4.2.1-17 99 kB/s | 13 kB 00:00 (261/399): python-pycadf-common-3.1.1-17.1.2023 157 kB/s | 15 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 2.3 MB/s | 238 kB 00:00 (263/399): python3-aodhclient-2.2.0-17.1.202306 604 kB/s | 56 kB 00:00 (264/399): python3-barbicanclient-5.3.0-17.1.20 1.2 MB/s | 127 kB 00:00 (265/399): python3-cinderclient-7.4.1-17.1.2023 2.0 MB/s | 218 kB 00:00 (266/399): python3-cliff-3.7.0-17.1.20230620172 786 kB/s | 95 kB 00:00 (267/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (268/399): python3-futurist-2.3.0-17.1.20230621 401 kB/s | 64 kB 00:00 (269/399): python3-heat-agent-ansible-2.2.1-17. 106 kB/s | 11 kB 00:00 (270/399): python3-heat-agent-2.2.1-17.1.202306 92 kB/s | 19 kB 00:00 (271/399): python3-heat-agent-docker-cmd-2.2.1- 133 kB/s | 12 kB 00:00 (272/399): python3-heat-agent-apply-config-2.2. 62 kB/s | 9.9 kB 00:00 (273/399): python3-heat-agent-hiera-2.2.1-17.1. 78 kB/s | 10 kB 00:00 (274/399): python3-heat-agent-json-file-2.2.1-1 100 kB/s | 9.8 kB 00:00 (275/399): python3-heat-agent-puppet-2.2.1-17.1 113 kB/s | 11 kB 00:00 (276/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (277/399): python3-ironicclient-4.6.4-17.1.2023 2.9 MB/s | 342 kB 00:00 (278/399): python3-keystoneclient-4.3.0-17.1.20 2.4 MB/s | 239 kB 00:00 (279/399): python3-ironic-inspector-client-4.5. 368 kB/s | 67 kB 00:00 (280/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (281/399): python3-keystonemiddleware-9.2.0-17. 625 kB/s | 92 kB 00:00 (282/399): python3-mistralclient-4.2.0-17.1.202 1.2 MB/s | 166 kB 00:00 (283/399): python3-neutronclient-7.3.1-17.1.202 3.2 MB/s | 298 kB 00:00 (284/399): python3-novaclient-17.4.1-17.1.20230 1.5 MB/s | 201 kB 00:00 (285/399): python3-os-client-config-2.1.0-17.1. 412 kB/s | 55 kB 00:00 (286/399): python3-os-service-types-1.7.0-17.1. 417 kB/s | 38 kB 00:00 (287/399): python3-os-traits-2.5.0-17.1.2023062 461 kB/s | 45 kB 00:00 (288/399): python3-osc-lib-2.3.1-17.1.202306202 541 kB/s | 78 kB 00:00 (289/399): python3-oslo-cache-2.7.1-17.1.202306 360 kB/s | 56 kB 00:00 (290/399): python3-oslo-context-3.2.1-17.1.2023 304 kB/s | 27 kB 00:00 (291/399): python3-oslo-log-4.4.0-17.1.20230620 673 kB/s | 64 kB 00:00 (292/399): python3-oslo-policy-3.7.1-17.1.20230 833 kB/s | 76 kB 00:00 (293/399): python3-oslo-middleware-4.2.1-17.1.2 533 kB/s | 55 kB 00:00 (294/399): python3-oslo-reports-2.2.0-17.1.2023 548 kB/s | 59 kB 00:00 (295/399): python3-oslo-serialization-4.1.1-17. 320 kB/s | 34 kB 00:00 (296/399): python3-oslo-rootwrap-6.3.1-17.1.202 373 kB/s | 46 kB 00:00 (297/399): python3-osprofiler-3.4.0-17.1.202306 1.3 MB/s | 130 kB 00:00 (298/399): python3-oslo-versionedobjects-2.4.1- 703 kB/s | 79 kB 00:00 (299/399): python3-oslo-upgradecheck-1.3.1-17.1 169 kB/s | 29 kB 00:00 (300/399): python3-pycadf-3.1.1-17.1.2023062021 480 kB/s | 53 kB 00:00 (301/399): python3-requestsexceptions-1.4.0-17. 154 kB/s | 17 kB 00:00 (302/399): python3-saharaclient-3.3.0-17.1.2023 1.4 MB/s | 188 kB 00:00 (303/399): python3-shade-1.33.0-17.1.2023062022 4.4 MB/s | 523 kB 00:00 (304/399): python3-statsd-3.2.1-20.1.el9ost.noa 301 kB/s | 35 kB 00:00 (305/399): python3-swiftclient-3.11.1-17.1.2023 798 kB/s | 136 kB 00:00 (306/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 435 kB/s | 50 kB 00:00 (307/399): python3-troveclient-7.0.0-17.1.20230 2.8 MB/s | 344 kB 00:00 (308/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (309/399): python3-zaqarclient-2.4.0-17.1.20230 1.1 MB/s | 129 kB 00:00 (310/399): python3-validations-libs-1.9.1-17.1. 821 kB/s | 137 kB 00:00 (311/399): python3-paramiko-2.11.0-2.el9ost.noa 2.9 MB/s | 299 kB 00:00 (312/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.0 MB/s | 427 kB 00:00 (313/399): ansible-pacemaker-1.0.4-17.1.2023121 180 kB/s | 21 kB 00:00 (314/399): python3-manilaclient-2.6.4-17.1.2024 5.5 MB/s | 528 kB 00:00 (315/399): python3-sqlparse-0.4.1-2.el9ost.noar 545 kB/s | 83 kB 00:00 (316/399): ansible-role-metalsmith-deployment-1 230 kB/s | 21 kB 00:00 (317/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.4 MB/s | 230 kB 00:00 (318/399): openstack-selinux-0.8.37-17.1.202311 1.8 MB/s | 221 kB 00:00 (319/399): python-oslo-db-lang-8.5.2-17.1.20240 146 kB/s | 14 kB 00:00 (320/399): puppet-ironic-18.7.1-17.1.2024030521 650 kB/s | 121 kB 00:00 (321/399): python3-glanceclient-3.3.0-17.1.2024 1.3 MB/s | 143 kB 00:00 (322/399): python3-keystoneauth1-4.4.0-17.1.202 4.1 MB/s | 409 kB 00:00 (323/399): python3-metalsmith-1.4.4-17.1.202405 725 kB/s | 65 kB 00:00 (324/399): python3-neutron-lib-2.10.3-17.1.2023 3.6 MB/s | 375 kB 00:00 (325/399): python3-octaviaclient-2.3.1-17.1.202 845 kB/s | 91 kB 00:00 (326/399): python3-oslo-db-8.5.2-17.1.202408201 1.2 MB/s | 144 kB 00:00 (327/399): python3-oslo-messaging-12.7.3-17.1.2 1.7 MB/s | 216 kB 00:00 (328/399): python3-rhosp-openvswitch-3.3-1.el9o 72 kB/s | 8.3 kB 00:00 (329/399): python3-oslo-service-2.5.1-17.1.2024 410 kB/s | 71 kB 00:00 (330/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (331/399): openstack-ansible-core-2.14.2-4.7.el 12 MB/s | 2.3 MB 00:00 (332/399): puppet-glance-18.6.1-17.1.2025022015 501 kB/s | 87 kB 00:00 (333/399): openstack-tripleo-validations-14.3.2 1.0 MB/s | 204 kB 00:00 (334/399): puppet-ovn-18.6.1-17.1.2024092509490 312 kB/s | 29 kB 00:00 (335/399): puppet-pacemaker-1.5.1-17.1.20250214 1.4 MB/s | 158 kB 00:00 (336/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (337/399): puppet-tripleo-14.2.3-17.1.202503201 1.9 MB/s | 239 kB 00:00 (338/399): ansible-collection-containers-podman 2.0 MB/s | 243 kB 00:00 (339/399): ansible-collections-openstack-1.9.1- 1.0 MB/s | 146 kB 00:00 (340/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.3 MB/s | 518 kB 00:00 (341/399): hiera-3.6.0-6.el9ost.noarch.rpm 338 kB/s | 33 kB 00:00 (342/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.1 MB/s | 351 kB 00:00 (343/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.6 MB/s | 405 kB 00:00 (344/399): openstack-tripleo-common-15.4.1-17.1 530 kB/s | 52 kB 00:00 (345/399): openstack-tripleo-common-containers- 575 kB/s | 78 kB 00:00 (346/399): puppet-7.10.0-4.el9ost.noarch.rpm 85 kB/s | 11 kB 00:00 (347/399): puppet-keystone-18.6.1-17.1.20250425 971 kB/s | 127 kB 00:00 (348/399): python3-amqp-5.0.6-5.el9ost.noarch.r 974 kB/s | 92 kB 00:00 (349/399): puppet-headless-7.10.0-4.el9ost.noar 6.0 MB/s | 1.4 MB 00:00 (350/399): python3-boto-2.45.0-8.1.el9ost.noarc 9.3 MB/s | 1.3 MB 00:00 (351/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.4 MB/s | 284 kB 00:00 (352/399): python3-cachetools-4.2.2-3.el9ost.no 202 kB/s | 33 kB 00:00 (353/399): python3-colorama-0.4.4-4.el9ost.noar 388 kB/s | 35 kB 00:00 (354/399): python3-extras-1.0.0-17.el9ost.noarc 237 kB/s | 21 kB 00:00 (355/399): python3-dogpile-cache-1.1.5-5.el9ost 586 kB/s | 89 kB 00:00 (356/399): python3-fixtures-3.0.0-24.el9ost.noa 843 kB/s | 93 kB 00:00 (357/399): python3-keyring-21.8.0-4.el9ost.noar 834 kB/s | 77 kB 00:00 (358/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.9 MB/s | 313 kB 00:00 (359/399): python3-msgpack-1.0.2-4.el9ost.x86_6 800 kB/s | 87 kB 00:00 (360/399): python3-munch-2.5.0-6.el9ost.noarch. 212 kB/s | 25 kB 00:00 (361/399): python3-paste-3.5.0-5.el9ost.noarch. 7.2 MB/s | 776 kB 00:00 (362/399): python3-openstacksdk-0.55.1-17.1.202 5.2 MB/s | 735 kB 00:00 (363/399): python3-paste-deploy-2.1.1-4.el9ost. 438 kB/s | 41 kB 00:00 (364/399): python3-routes-2.4.1-14.el9ost.noarc 2.0 MB/s | 188 kB 00:00 (365/399): python3-pystache-0.5.4-15.el9ost.noa 1.1 MB/s | 132 kB 00:00 (366/399): python3-repoze-lru-0.7-12.el9ost.noa 246 kB/s | 32 kB 00:00 (367/399): python3-secretstorage-3.3.1-3.el9ost 394 kB/s | 36 kB 00:00 (368/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 293 kB/s | 57 kB 00:00 (369/399): python3-tempita-0.5.1-27.el9ost.noar 368 kB/s | 36 kB 00:00 (370/399): python3-simplejson-3.17.5-3.el9ost.x 1.5 MB/s | 266 kB 00:00 (371/399): python3-tripleoclient-16.5.1-17.1.20 5.4 MB/s | 553 kB 00:00 (372/399): python3-testtools-2.4.0-10.el9ost.no 2.0 MB/s | 333 kB 00:00 (373/399): python3-tripleo-common-15.4.1-17.1.2 1.2 MB/s | 202 kB 00:00 (374/399): python3-warlock-1.3.3-7.el9ost.noarc 249 kB/s | 21 kB 00:00 (375/399): python3-yappi-1.3.1-5.el9ost.x86_64. 600 kB/s | 56 kB 00:00 (376/399): python3-vine-5.0.0-5.el9ost.noarch.r 150 kB/s | 26 kB 00:00 (377/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (378/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 329 kB/s | 29 kB 00:00 (379/399): ruby-facter-3.14.19-3.el9ost.x86_64. 84 kB/s | 9.5 kB 00:00 (380/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (381/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 160 kB/s | 19 kB 00:00 (382/399): openstack-heat-api-16.1.1-17.1.20250 154 kB/s | 16 kB 00:00 (383/399): openstack-heat-engine-16.1.1-17.1.20 160 kB/s | 15 kB 00:00 (384/399): openstack-heat-common-16.1.1-17.1.20 10 MB/s | 1.6 MB 00:00 (385/399): openstack-heat-monolith-16.1.1-17.1. 172 kB/s | 16 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 4.8 MB/s | 617 kB 00:00 (387/399): puppet-barbican-18.4.2-17.1.20250625 358 kB/s | 57 kB 00:00 (388/399): python-openstackclient-lang-5.5.2-17 257 kB/s | 58 kB 00:00 (389/399): python3-openstackclient-5.5.2-17.1.2 7.1 MB/s | 1.1 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 156 kB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 136 kB 00:00 (392/399): tripleo-ansible-3.3.1-17.1.202507021 2.0 MB/s | 570 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 235 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 14 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.8 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 754 kB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 589 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.4 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.1 MB/s | 97 MB 00:15 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : 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 : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 226/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 227/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 228/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 229/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 230/408 Installing : pkgconf-1.7.3-10.el9.x86_64 231/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 232/408 Installing : bash-completion-1:2.11-4.el9.noarch 233/408 Installing : libkadm5-1.20.1-8.el9.x86_64 234/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 235/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 236/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 237/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 238/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 239/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 240/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 241/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 242/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 243/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 244/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 245/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 246/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 247/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 248/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 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.20250527161 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.20250702110757.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.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.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.20230621075748.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-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 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.20250425111017.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-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.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 : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 98/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 99/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 100/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 101/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 102/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 103/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 104/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 105/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 106/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 107/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 108/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 109/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 110/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 111/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 112/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 113/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 114/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 115/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 116/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 117/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 118/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 119/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 120/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 121/408 Verifying : bash-completion-1:2.11-4.el9.noarch 122/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 123/408 Verifying : libaio-0.3.111-13.el9.x86_64 124/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 125/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 126/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 127/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 128/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 129/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 130/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 131/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 132/408 Verifying : python3-dns-2.2.1-2.el9.noarch 133/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 134/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 137/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 138/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 139/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 207/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 208/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 209/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 210/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 211/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 212/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 213/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 214/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 215/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 216/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 217/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 218/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 219/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 220/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 221/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 222/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 223/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 224/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 225/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 226/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 227/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 228/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 229/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 231/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 232/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 233/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 234/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 235/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 236/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 238/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 239/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 240/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 241/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 243/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 244/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 245/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 246/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 247/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 248/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 249/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 250/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 251/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 252/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 253/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 254/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 255/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 256/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 257/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 258/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 259/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 260/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 261/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 262/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 263/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 265/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 266/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 267/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 268/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 269/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 270/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 271/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 272/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 273/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 274/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 275/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 276/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 277/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 278/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 279/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 280/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 281/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 282/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 283/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 284/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 285/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 286/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 287/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 288/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 289/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 290/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 291/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 292/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 293/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 294/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 295/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 296/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 297/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 298/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 299/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 300/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 301/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 302/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 303/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 304/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 305/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 306/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 307/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 308/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 309/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 310/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 311/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 312/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 313/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 314/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 315/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 316/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 317/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 318/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 319/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 320/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 321/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 322/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 323/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 324/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 325/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 326/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 327/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 328/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 329/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 330/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 331/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 332/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 334/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 335/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 336/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 337/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 338/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 339/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 340/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 341/408 Verifying : hiera-3.6.0-6.el9ost.noarch 342/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 343/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 344/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 345/408 Verifying : puppet-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 347/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 348/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 349/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 350/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 351/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 352/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 353/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 354/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 355/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 356/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 357/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 358/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 359/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 360/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 361/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 362/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 363/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 364/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 365/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 366/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 367/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 368/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 369/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 370/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 371/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 372/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 373/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 374/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 375/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 376/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 377/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 378/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 379/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 380/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 381/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 382/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 384/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 387/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 388/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-06T21:57:56.069237 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + 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 CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fce95318204114530f31f885c9df588f -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:632688d729b038f33e097cf4be11f935018c34ef136e17452e814adadb5bca8b Copying blob sha256:c258828d5fff706782c70b66387f5a89510eb43926af959774c557db682dc64e Copying blob sha256:e75505c5045f1a8f8b6d1f3ed5ac03a93619025e70fe0a994db9f102c0d4fb14 Copying blob sha256:8b229238157ad33b834c6c8282b0f532385faf7f3285bb40465a26643bb9b0d1 Copying blob sha256:8f41f3d4269af864238c8d633ac4b553ec949ed245d23f1750aa8e676b65876a Copying blob sha256:6e68766687ebdbf72eca06076f63f493bceb7b509539f0cb5aeb1e98f26f48da Copying blob sha256:dbf93b912a69db4f96313162c041a19fca43b588b96ee5f405a3b64781cef25b Copying blob sha256:4b57fa3726523ef263616f94a341d9ab1d1a393cd4e1c89381476d7a76245d6d Copying blob sha256:cd604bd074d14f862c88865348bccc9b318bef82a7b03af5b1ce47b602120fb6 Copying blob sha256:bf4a992a19c4eb452b770eb5c568ea57e3b2e399c9a69528f9989c2f1924f3cd Copying blob sha256:6b21fe04d7f8caece639f1390c339571b588ccf9583185dba71af6c80b5bf120 Copying blob sha256:2728530f43e506e1d63c9bf402454a1d3960d5d8a671eb334d3e5b61cc04d5ab Copying blob sha256:db93d751dbee2d8d7df05f689bdcfe5cab121ca9e725195315e95053f38740be Copying blob sha256:92c2ae9c246c766efe5a67136fe6d106fe5d4903e2cf8bd698d324a4d1017cff Copying blob sha256:b0b482cf306182d4b6c38de17de6c632e9e23755eb5df9abed371d8cd3b18f80 Copying blob sha256:e30307c92ad738e57cf30138ca14ead7ed4de0363297b819b3836d6ef09abc70 Copying blob sha256:de2653f422a958ed0a3fadf392bb35e42bb7f19fdcfaf442f511a65a10b3eada Copying blob sha256:137b97449d3413b05ed768661555719d27fe828d99d853a1facfa067e9b3dac8 Copying blob sha256:ef21aaa1b664741f2a1fcaa3314118b799e66811e98584567d3242a3cd4c5f3a Copying blob sha256:8e113267c222e1d8c5b56f7b49e58f1d6fb288fd2e5d0f4cdd6b0aba5e08276b Copying blob sha256:8f65a86208d9b72e562a714e08e4e4f8bea58cbdd034290a945338a4e85d3671 Copying blob sha256:20e5f57d83a98d08e55b4b99abcf4dfeec8f5547f253c94f1f83920a506dec48 Copying blob sha256:23956f3a9f09c8843d4b505dd60a2ea214bf00f08a6941417c58801f01a48830 Copying blob sha256:380844804a311fcaa1e311b8566485594105cccf6ad4fd5b8ae7e78c4f48ac6f Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:44f56c701912cc3d3e3847a9954321012a322aa52c0bd28baeb91edd1a9bc7b6 Copying blob sha256:080edb1c395242edd3250bb876d494eeb2d3653288562cfab7ba840f93073421 Copying blob sha256:3d26024c3e2b5e4618e80971ba8ca088982fb607c69d7ba56d37dceb6d6efb32 Copying blob sha256:ba99b4398fb536d6693df00598b3435d14de9c5322a3db4b93265b7f1aee2a16 Copying blob sha256:f58f207a8803a8cf3767475890c38723f5522c34d63b690a18ea82ae496088a8 Copying blob sha256:5052ca8bb1964873cb680076264dfdb0b8536d48160fce9a6c8ed97db2b2da4a Copying blob sha256:49d3c47aa96e8c8706d8b69c387692705532dd3a54ee7f45ad047c9aa7b05a54 Copying blob sha256:3303c83850c54f6fa1980776f744291f52ac4ea5ad02b79b78d39334b790572b Copying blob sha256:753c2aaefa1310bf7de34af9f6bb6ad688701c73c518fcae02b9cad1e2c8e01e Copying blob sha256:bedd4b9eac2e61eb7e9ad8e6beb233801bf88f97ef7050e8801829706766345b Copying blob sha256:876205914cd34a6ac30b2333db69a802f375e4f2ade2666431cd23a8f23e4b88 Copying blob sha256:9e5967367f220ee3dbeea143d7e695123ca8b9e27eef7097d30adaf6fa3b1261 Copying blob sha256:3b39eadaab82c29a3c89a433839a945d2b5842a98f966a10605c6bad15df15bd Copying blob sha256:0973b54d0d12452293f1300c553ee36b439fc4d7302f44aa655c0b1257dbc28e Copying blob sha256:147e15bcb34b0477823fa707b2992865c8074e5588c7d8596b3522aa59251888 Copying blob sha256:55e300582c3f3b25a406e4e2b364499720a4d0d327e02c576ac904d7abb10cf9 Copying blob sha256:0d8b1c422e67cc586acedf29a387b262a52dc19e7901dadc4a075a206c52c00a Copying blob sha256:08bd8036849871107ea251c2621b5a587cd525b8a6eb3646b0e9f9a1e78c222f Copying blob sha256:7cbdede1a5b69595297a68bc37c8abfe734845786c2099b54fff2812fb6616f8 Copying blob sha256:f41b88bc4d4330c36bc77dc0249ea6d4c04f57e5e7b6f18602397cc2e84e079b Copying blob sha256:814664f7378cd4cbff907bb33704b46fb37b9ed9108a7b7a86e2b60bcb057047 Copying blob sha256:351fe65a111c06f8f35772d4a12dc38736fb67fdb4dfaaef91d9b423edb2d61a Copying config sha256:0abfe14ab480fddc38a54f28b2d60bd1c075c880bdfcfc9e535e2d17f97028bd Writing manifest to image destination Storing signatures e37d28fc1786685f8f64feb571c1f4362a8fc901b56d58ac8cd944d6fec7828c + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-06 22:05:43.480 43688 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-06 22:05:43.504 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.504 43688 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-06 22:05:43.506 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.506 43688 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-06 22:05:43.507 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.507 43688 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-06 22:05:43.509 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.509 43688 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-06 22:05:43.511 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.511 43688 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-06 22:05:43.513 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.513 43688 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-06 22:05:43.536 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.536 43688 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-06 22:05:43.553 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.553 43688 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-06 22:05:43.555 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.555 43688 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-06 22:05:43.556 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.556 43688 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-06 22:05:43.558 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.558 43688 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-06 22:05:43.560 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.560 43688 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-06 22:05:43.562 43688 INFO migrate.versioning.api [-] done 2025-10-06 22:05:43.562 43688 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-06 22:05:43.583 43688 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-10-06 22:05:51Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:51Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:51Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-06 22:05:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-06 22:05:53Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:53Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-06 22:05:54Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:54Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-06 22:05:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 22:05:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:05:54Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:54Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:55Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-06 22:05:55Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:55Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-06 22:05:55Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:55Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 22:05:55Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:05:55Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:55Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:56Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-06 22:05:56Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:56Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-06 22:05:56Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:05:56Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:56Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:56Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:57Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-06 22:05:57Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 22:05:57Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:05:57Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:57Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:57Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:57Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-06 22:05:58Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:58Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 22:05:58Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:05:58Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 22:05:58Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:58Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:05:58Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:58Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-06 22:05:58Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-06 22:05:59Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:59Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-06 22:05:59Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:05:59Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-06 22:06:00Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:00Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 22:06:01Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:01Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-06 22:06:01Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:02Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-06 22:06:02Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:02Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:02Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:02Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 22:06:04Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 22:06:04Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 22:06:04Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 22:06:04Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 22:06:04Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:04Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:04Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:04Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:04Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:05Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-06 22:06:05Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:05Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:05Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-06 22:06:06Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-06 22:06:06Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:06Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-06 22:06:06Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:07Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:07Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:08Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:11Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:11Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:12Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:12Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-06 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:17Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:18Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:18Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:19Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-06 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:22Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:22Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:22Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:23Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:24Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:24Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:25Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-06 22:06:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:26Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:28Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:29Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:29Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:30Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-06 22:06:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-06 22:06:33Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:34Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-06 22:06:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:35Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:35Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:36Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:37Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:37Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-06 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:40Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:41Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-06 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:45Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:47Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:47Z [CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:48Z [ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:48Z [CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:06:49Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:49Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:06:49Z [ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:51Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-06 22:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:52Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:53Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:53Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:53Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:54Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:06:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:06:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:06:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 22:06:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:01Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:02Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-06 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:04Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:06Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:06Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:07Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:08Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:07:08Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-06 22:07:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:10Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:11Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:11Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:11Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:07:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:07:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:21Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:21Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:22Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-06 22:07:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:23Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:24Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:24Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:24Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:26Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:26Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:26Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:27Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:29Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:30Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-06 22:07:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:32Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:32Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:33Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-06 22:07:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:36Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-06 22:07:36Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:36Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:36Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:37Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:37Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-06 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-06 22:07:40Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:40Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:42Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:43Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:44Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:44Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:46Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 22:07:46Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:46Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-06 22:07:47Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:47Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:47Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:49Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:49Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 22:07:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 22:07:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 22:07:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:56Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-06 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:07:58Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-06 22:07:59Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-06 22:07:59Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:07:59Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:01Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:01Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:01Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:08:02Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:04Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:04Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:05Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-06 22:08:06Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:06Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:06Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:07Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:07Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:07Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:08Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:09Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:09Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:08:10Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:10Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:11Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-06 22:08:11Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:11Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:11Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:12Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:12Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:15Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-06 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:19Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 22:08:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-06 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:23Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 22:08:23Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:24Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:24Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-06 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:28Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:29Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:29Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-06 22:08:30Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:31Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:31Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:32Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-06 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:35Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:35Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-06 22:08:37Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:37Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:38Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:38Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-06 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:40Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:41Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 22:08:41Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:42Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:08:42Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:42Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:43Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:43Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:45Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-06 22:08:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-06 22:08:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:46Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:46Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:47Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:48Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:48Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:49Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-06 22:08:49Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:51Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-06 22:08:51Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:51Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:51Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:52Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:52Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:52Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-06 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:55Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-06 22:08:55Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:55Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:08:58Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:58Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-06 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-06 22:09:02Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:02Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:04Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:04Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:05Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:05Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:05Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:06Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:07Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:09:07Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-06 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:09Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-06 22:09:10Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:10Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:10Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:11Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:11Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:12Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:14Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:09:14Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-06 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:21Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:09:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:09:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:23Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-06 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-06 22:09:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:27Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:27Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:28Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:28Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:29Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:29Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:29Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:29Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-06 22:09:30Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-06 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:33Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:33Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:38Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-06 22:09:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-06 22:09:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:44Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:45Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:45Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:46Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 22:09:46Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:47Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:47Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:48Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-06 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:50Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:50Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:50Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:52Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:53Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:09:53Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:54Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-06 22:09:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:55Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:09:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:09:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:00Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:01Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:01Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:02Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:02Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:02Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:02Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:03Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-06 22:10:03Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:03Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:07Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:08Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:08Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:11Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:11Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:16Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:18Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:18Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:18Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:21Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:21Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:21Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-06 22:10:22Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:22Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:24Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:24Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 22:10:25Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:27Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:28Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-06 22:10:30Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:30Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:30Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:35Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:40Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:43Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-06 22:10:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-06 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:48Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 22:10:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:50Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 22:10:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-06 22:10:55Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:55Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:55Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:55Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:56Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:56Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-06 22:10:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:10:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:10:59Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-06 22:10:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-06 22:10:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:10:59Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:00Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:00Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:00Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-06 22:11:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:02Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:02Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 22:11:05Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:07Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-06 22:11:07Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:07Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:07Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:11Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:11:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:13Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-06 22:11:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-06 22:11:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:14Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:14Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-06 22:11:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-06 22:11:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:19Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:19Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:19Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:11:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-06 22:11:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:20Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:21Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:21Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:22Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:22Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:23Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:11:23Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:25Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-06 22:11:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:26Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:27Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:27Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:27Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:28Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:29Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:29Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:30Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:11:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:31Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-06 22:11:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:33Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-06 22:11:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:33Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:35Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-06 22:11:35Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:35Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:39Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-06 22:11:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-06 22:11:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:45Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 22:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-06 22:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:48Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:48Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:50Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:51Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-06 22:11:51Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:52Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-06 22:11:53Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:53Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:53Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:54Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:11:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:11:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:11:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:11:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-06 22:11:58Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:11:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-06 22:11:59Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-06 22:12:01Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-06 22:12:02Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:03Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-06 22:12:04Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:04Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:04Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:04Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:05Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:06Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:06Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 22:12:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:07Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:12:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 22:12:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:08Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 22:12:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-06 22:12:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:09Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:09Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:10Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-06 22:12:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:12Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:13Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:13Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 22:12:14Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 22:12:14Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:15Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-06 22:12:15Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:16Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-06 22:12:17Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:18Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-06 22:12:18Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:19Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-06 22:12:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:20Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:20Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-06 22:12:21Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:21Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:21Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:21Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:22Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:23Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-06 22:12:23Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:24Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-06 22:12:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:24Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:24Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-06 22:12:25Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-06 22:12:28Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:28Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:28Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:29Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:29Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:29Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:29Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:29Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:29Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:30Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:31Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:32Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-06 22:12:32Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:32Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:32Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:32Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:33Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:34Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:34Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:34Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:34Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:34Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:35Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:35Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:35Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:35Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:36Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:36Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:36Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:36Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:36Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:37Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-10-06 22:12:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-06 22:12:39Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:39Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-06 22:12:40Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:40Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-06 22:12:40Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:40Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:40Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:40Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-06 22:12:40Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:40Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 22:12:41Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:41Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:41Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:41Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 22:12:41Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-06 22:12:41Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:41Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:41Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-06 22:12:41Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:42Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-06 22:12:42Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:42Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:43Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:43Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:43Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:43Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-06 22:12:44Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:44Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-06 22:12:44Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:45Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-06 22:12:45Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:46Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:46Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:46Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:46Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:46Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:46Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:46Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:47Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:47Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-06 22:12:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-06 22:12:48Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:48Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:49Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:49Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-06 22:12:49Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:49Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-06 22:12:49Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-06 22:12:50Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:51Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:51Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:51Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 22:12:52Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:52Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:52Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:52Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:53Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:53Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 22:12:53Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:12:53Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:53Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:53Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-06 22:12:54Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:54Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:55Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:56Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:56Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:56Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-06 22:12:56Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:56Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-06 22:12:57Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:57Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:58Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:58Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 22:12:59Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-06 22:12:59Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-06 22:12:59Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 22:13:00Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-06 22:13:00Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/457def3d-56b0-4d87-9d46-8f32296e1c55 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-10-06 22:13:23.373912 | fa163e75-6a44-31ab-30dc-000000000006 | TASK | External deployment step 0 2025-10-06 22:13:23.398266 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-000000000006') missing from stats 2025-10-06 22:13:23.446077 | fa163e75-6a44-31ab-30dc-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.119322 | 0.03s 2025-10-06 22:13:23.453594 | 357ec90c-f61e-4f59-9a50-77bc2c4182ff | INCLUDED | /root/standalone-ansible-7is934cs/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-06 22:13:23.472727 | fa163e75-6a44-31ab-30dc-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-06 22:13:24.358338 | fa163e75-6a44-31ab-30dc-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-06 22:13:24.359524 | fa163e75-6a44-31ab-30dc-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.032765 | 0.89s 2025-10-06 22:13:24.376358 | fa163e75-6a44-31ab-30dc-000000000129 | TASK | create redis virtual ip 2025-10-06 22:13:25.263375 | fa163e75-6a44-31ab-30dc-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-06 22:13:25.264117 | fa163e75-6a44-31ab-30dc-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.937365 | 0.89s PLAY [Check if required variables are defined] ********************************* 2025-10-06 22:13:25.322656 | fa163e75-6a44-31ab-30dc-000000000138 | TASK | Gathering Facts 2025-10-06 22:13:25.926354 | fa163e75-6a44-31ab-30dc-000000000138 | OK | Gathering Facts | localhost 2025-10-06 22:13:25.927949 | fa163e75-6a44-31ab-30dc-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.601187 | 0.60s 2025-10-06 22:13:25.984844 | fa163e75-6a44-31ab-30dc-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 22:13:25.985904 | fa163e75-6a44-31ab-30dc-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.659146 | 0.04s 2025-10-06 22:13:26.030763 | fa163e75-6a44-31ab-30dc-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 22:13:26.031766 | fa163e75-6a44-31ab-30dc-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.705007 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-06 22:13:26.141245 | fa163e75-6a44-31ab-30dc-000000000160 | TASK | Gathering Facts 2025-10-06 22:13:26.150708 | fa163e75-6a44-31ab-30dc-000000000160 | TASK | Gathering Facts 2025-10-06 22:13:26.486370 | fa163e75-6a44-31ab-30dc-000000000160 | OK | Gathering Facts | standalone 2025-10-06 22:13:26.488003 | fa163e75-6a44-31ab-30dc-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.161241 | 0.34s 2025-10-06 22:13:26.490882 | fa163e75-6a44-31ab-30dc-000000000160 | OK | Gathering Facts | undercloud 2025-10-06 22:13:26.491962 | fa163e75-6a44-31ab-30dc-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.165207 | 0.35s 2025-10-06 22:13:26.551184 | fa163e75-6a44-31ab-30dc-000000000012 | TASK | Set legacy facts 2025-10-06 22:13:26.570893 | fa163e75-6a44-31ab-30dc-000000000012 | TASK | Set legacy facts 2025-10-06 22:13:26.588481 | fa163e75-6a44-31ab-30dc-000000000012 | OK | Set legacy facts | undercloud 2025-10-06 22:13:26.590005 | fa163e75-6a44-31ab-30dc-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.263241 | 0.04s 2025-10-06 22:13:26.616368 | fa163e75-6a44-31ab-30dc-000000000012 | OK | Set legacy facts | standalone 2025-10-06 22:13:26.617239 | fa163e75-6a44-31ab-30dc-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.290485 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-06 22:13:26.790397 | fa163e75-6a44-31ab-30dc-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-06 22:13:26.791463 | fa163e75-6a44-31ab-30dc-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.464703 | 0.04s 2025-10-06 22:13:26.804336 | fa163e75-6a44-31ab-30dc-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-06 22:13:26.804747 | fa163e75-6a44-31ab-30dc-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.477999 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-06 22:13:26.876457 | fa163e75-6a44-31ab-30dc-000000000018 | TASK | Include Service VIP vars 2025-10-06 22:13:26.941478 | fa163e75-6a44-31ab-30dc-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-06 22:13:26.942321 | fa163e75-6a44-31ab-30dc-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.615569 | 0.07s 2025-10-06 22:13:26.942652 | fa163e75-6a44-31ab-30dc-000000000018 | OK | Include Service VIP vars | standalone 2025-10-06 22:13:26.942979 | fa163e75-6a44-31ab-30dc-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.616234 | 0.05s 2025-10-06 22:13:26.946356 | fa163e75-6a44-31ab-30dc-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-06 22:13:26.988589 | fa163e75-6a44-31ab-30dc-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-06 22:13:26.989400 | fa163e75-6a44-31ab-30dc-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.662645 | 0.04s 2025-10-06 22:13:26.989755 | fa163e75-6a44-31ab-30dc-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-06 22:13:26.990052 | fa163e75-6a44-31ab-30dc-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.663308 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-06 22:13:27.068106 | fa163e75-6a44-31ab-30dc-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-06 22:13:27.773011 | fa163e75-6a44-31ab-30dc-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-06 22:13:27.825547 | fa163e75-6a44-31ab-30dc-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-06 22:13:27.861137 | fa163e75-6a44-31ab-30dc-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-06 22:13:27.861797 | fa163e75-6a44-31ab-30dc-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.535041 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-06 22:13:27.931988 | fa163e75-6a44-31ab-30dc-000000000023 | TASK | Set selinux state 2025-10-06 22:13:28.477330 | fa163e75-6a44-31ab-30dc-000000000023 | OK | Set selinux state | standalone 2025-10-06 22:13:28.478658 | fa163e75-6a44-31ab-30dc-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.151894 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-06 22:13:28.618193 | fa163e75-6a44-31ab-30dc-000000000026 | TASK | Configure Hosts Entries 2025-10-06 22:13:28.659711 | fa163e75-6a44-31ab-30dc-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.332903 | 0.04s 2025-10-06 22:13:28.660636 | fa163e75-6a44-31ab-30dc-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.333883 | 0.02s 2025-10-06 22:13:28.711602 | fa163e75-6a44-31ab-30dc-0000000001f1 | TASK | Create temporary file for hosts 2025-10-06 22:13:29.079312 | fa163e75-6a44-31ab-30dc-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-06 22:13:29.080179 | fa163e75-6a44-31ab-30dc-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.753424 | 0.37s 2025-10-06 22:13:29.080581 | fa163e75-6a44-31ab-30dc-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-06 22:13:29.080962 | fa163e75-6a44-31ab-30dc-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.754216 | 0.35s 2025-10-06 22:13:29.095414 | fa163e75-6a44-31ab-30dc-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-06 22:13:29.503473 | fa163e75-6a44-31ab-30dc-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-06 22:13:29.505147 | fa163e75-6a44-31ab-30dc-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.178382 | 0.41s 2025-10-06 22:13:29.510957 | fa163e75-6a44-31ab-30dc-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-06 22:13:29.511812 | fa163e75-6a44-31ab-30dc-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.185058 | 0.40s 2025-10-06 22:13:29.530257 | fa163e75-6a44-31ab-30dc-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-06 22:13:29.874890 | fa163e75-6a44-31ab-30dc-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-06 22:13:29.875869 | fa163e75-6a44-31ab-30dc-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.549113 | 0.34s 2025-10-06 22:13:29.886575 | fa163e75-6a44-31ab-30dc-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-06 22:13:29.886954 | fa163e75-6a44-31ab-30dc-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.560209 | 0.34s 2025-10-06 22:13:29.900731 | fa163e75-6a44-31ab-30dc-0000000001f4 | TASK | Render out the hosts entries 2025-10-06 22:13:30.021971 | fa163e75-6a44-31ab-30dc-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-06 22:13:30.023104 | fa163e75-6a44-31ab-30dc-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.696344 | 0.12s 2025-10-06 22:13:30.040917 | fa163e75-6a44-31ab-30dc-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-06 22:13:30.326165 | fa163e75-6a44-31ab-30dc-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-06 22:13:30.329138 | fa163e75-6a44-31ab-30dc-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.002370 | 0.29s 2025-10-06 22:13:30.351967 | fa163e75-6a44-31ab-30dc-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-06 22:13:30.353816 | fa163e75-6a44-31ab-30dc-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.027060 | 0.29s 2025-10-06 22:13:30.373545 | fa163e75-6a44-31ab-30dc-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-06 22:13:30.731360 | fa163e75-6a44-31ab-30dc-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-06 22:13:30.732954 | fa163e75-6a44-31ab-30dc-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.406188 | 0.34s 2025-10-06 22:13:30.754350 | fa163e75-6a44-31ab-30dc-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-06 22:13:30.755183 | fa163e75-6a44-31ab-30dc-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.428429 | 0.38s 2025-10-06 22:13:30.773374 | fa163e75-6a44-31ab-30dc-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-06 22:13:31.115382 | fa163e75-6a44-31ab-30dc-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-06 22:13:31.116836 | fa163e75-6a44-31ab-30dc-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.790073 | 0.34s 2025-10-06 22:13:31.117827 | fa163e75-6a44-31ab-30dc-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-06 22:13:31.118532 | fa163e75-6a44-31ab-30dc-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.791779 | 0.32s PLAY [Common roles for TripleO servers] **************************************** 2025-10-06 22:13:31.237782 | fa163e75-6a44-31ab-30dc-00000000002a | TASK | Common roles for TripleO servers 2025-10-06 22:13:31.266480 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-00000000002a') missing from stats 2025-10-06 22:13:31.331406 | fa163e75-6a44-31ab-30dc-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.004645 | 0.02s 2025-10-06 22:13:31.396927 | fa163e75-6a44-31ab-30dc-000000000254 | TASK | Gather variables for each operating system 2025-10-06 22:13:31.514078 | fa163e75-6a44-31ab-30dc-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 22:13:31.515627 | fa163e75-6a44-31ab-30dc-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.188861 | 0.12s 2025-10-06 22:13:31.526741 | fa163e75-6a44-31ab-30dc-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.199981 | 0.13s 2025-10-06 22:13:31.550767 | fa163e75-6a44-31ab-30dc-000000000256 | TASK | Check release version package is installed 2025-10-06 22:13:31.863974 | fa163e75-6a44-31ab-30dc-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-06 22:13:31.865314 | fa163e75-6a44-31ab-30dc-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.538545 | 0.31s 2025-10-06 22:13:31.893826 | fa163e75-6a44-31ab-30dc-000000000257 | TASK | Deploy release version package 2025-10-06 22:13:36.504959 | fa163e75-6a44-31ab-30dc-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-06 22:13:36.506539 | fa163e75-6a44-31ab-30dc-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.179771 | 4.61s 2025-10-06 22:13:36.531523 | fa163e75-6a44-31ab-30dc-000000000259 | TASK | Include packages tasks 2025-10-06 22:13:36.622126 | fa163e75-6a44-31ab-30dc-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.295361 | 0.09s 2025-10-06 22:13:36.637477 | 0e8f59d0-ea8c-4b80-b00f-6423508e287c | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-06 22:13:36.660046 | fa163e75-6a44-31ab-30dc-0000000002ad | TASK | Gather facts if they don't exist 2025-10-06 22:13:36.708144 | fa163e75-6a44-31ab-30dc-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 22:13:36.709255 | fa163e75-6a44-31ab-30dc-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.382492 | 0.05s 2025-10-06 22:13:36.733243 | fa163e75-6a44-31ab-30dc-0000000002ae | TASK | Gather variables for each operating system 2025-10-06 22:13:36.846195 | fa163e75-6a44-31ab-30dc-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 22:13:36.857417 | fa163e75-6a44-31ab-30dc-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.530650 | 0.12s 2025-10-06 22:13:36.881496 | fa163e75-6a44-31ab-30dc-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 22:13:37.132296 | fa163e75-6a44-31ab-30dc-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 22:13:37.134100 | fa163e75-6a44-31ab-30dc-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.807332 | 0.25s 2025-10-06 22:13:37.159913 | fa163e75-6a44-31ab-30dc-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 22:13:42.504514 | fa163e75-6a44-31ab-30dc-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 22:13:42.505993 | fa163e75-6a44-31ab-30dc-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.179228 | 5.34s 2025-10-06 22:13:42.531499 | fa163e75-6a44-31ab-30dc-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-06 22:13:43.635970 | fa163e75-6a44-31ab-30dc-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 22:13:43.637567 | fa163e75-6a44-31ab-30dc-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.310803 | 1.10s 2025-10-06 22:13:43.662750 | fa163e75-6a44-31ab-30dc-00000000025a | TASK | Enable openvswitch service if installed 2025-10-06 22:13:44.622993 | fa163e75-6a44-31ab-30dc-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-06 22:13:44.624968 | fa163e75-6a44-31ab-30dc-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.298203 | 0.96s 2025-10-06 22:13:44.651215 | fa163e75-6a44-31ab-30dc-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-06 22:13:44.893812 | fa163e75-6a44-31ab-30dc-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-06 22:13:44.895073 | fa163e75-6a44-31ab-30dc-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.568312 | 0.24s 2025-10-06 22:13:44.919943 | fa163e75-6a44-31ab-30dc-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-06 22:13:45.223971 | fa163e75-6a44-31ab-30dc-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-06 22:13:45.225463 | fa163e75-6a44-31ab-30dc-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.898700 | 0.30s 2025-10-06 22:13:45.249917 | fa163e75-6a44-31ab-30dc-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-06 22:13:45.302195 | fa163e75-6a44-31ab-30dc-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-06 22:13:45.303709 | fa163e75-6a44-31ab-30dc-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.976907 | 0.05s 2025-10-06 22:13:45.330067 | fa163e75-6a44-31ab-30dc-00000000025f | TASK | Ensure network service is enabled 2025-10-06 22:13:45.752326 | fa163e75-6a44-31ab-30dc-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-06 22:13:45.754764 | fa163e75-6a44-31ab-30dc-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.427991 | 0.42s 2025-10-06 22:13:45.781396 | fa163e75-6a44-31ab-30dc-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 22:13:46.138343 | fa163e75-6a44-31ab-30dc-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 22:13:46.140097 | fa163e75-6a44-31ab-30dc-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.813324 | 0.36s 2025-10-06 22:13:46.166199 | fa163e75-6a44-31ab-30dc-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 22:13:46.390730 | fa163e75-6a44-31ab-30dc-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 22:13:46.392174 | fa163e75-6a44-31ab-30dc-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.065408 | 0.22s 2025-10-06 22:13:46.416989 | fa163e75-6a44-31ab-30dc-000000000263 | TASK | Reload NetworkManager 2025-10-06 22:13:47.860312 | fa163e75-6a44-31ab-30dc-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-06 22:13:47.862503 | fa163e75-6a44-31ab-30dc-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.535739 | 1.44s 2025-10-06 22:13:47.889857 | fa163e75-6a44-31ab-30dc-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-06 22:13:48.122534 | fa163e75-6a44-31ab-30dc-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-06 22:13:48.123481 | fa163e75-6a44-31ab-30dc-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.796727 | 0.23s 2025-10-06 22:13:48.140870 | fa163e75-6a44-31ab-30dc-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-06 22:13:48.482348 | fa163e75-6a44-31ab-30dc-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-06 22:13:48.483305 | fa163e75-6a44-31ab-30dc-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.156551 | 0.34s 2025-10-06 22:13:48.500740 | fa163e75-6a44-31ab-30dc-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-06 22:13:48.708336 | fa163e75-6a44-31ab-30dc-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-06 22:13:48.708950 | fa163e75-6a44-31ab-30dc-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.382197 | 0.21s 2025-10-06 22:13:48.725907 | fa163e75-6a44-31ab-30dc-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-06 22:13:48.967651 | fa163e75-6a44-31ab-30dc-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-06 22:13:48.969096 | fa163e75-6a44-31ab-30dc-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.642332 | 0.24s 2025-10-06 22:13:49.035574 | fa163e75-6a44-31ab-30dc-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.708807 | 0.02s 2025-10-06 22:13:49.111952 | fa163e75-6a44-31ab-30dc-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-06 22:13:49.325347 | fa163e75-6a44-31ab-30dc-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-06 22:13:49.326584 | fa163e75-6a44-31ab-30dc-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.999821 | 0.21s 2025-10-06 22:13:49.351449 | fa163e75-6a44-31ab-30dc-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-06 22:13:49.573036 | fa163e75-6a44-31ab-30dc-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-06 22:13:49.574661 | fa163e75-6a44-31ab-30dc-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.247890 | 0.22s 2025-10-06 22:13:49.601884 | fa163e75-6a44-31ab-30dc-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-06 22:13:49.632120 | fa163e75-6a44-31ab-30dc-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-06 22:13:49.633273 | fa163e75-6a44-31ab-30dc-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.306511 | 0.03s 2025-10-06 22:13:49.657470 | fa163e75-6a44-31ab-30dc-000000000364 | TASK | Write temporary file 2025-10-06 22:13:49.687712 | fa163e75-6a44-31ab-30dc-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-06 22:13:49.688798 | fa163e75-6a44-31ab-30dc-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.362038 | 0.03s 2025-10-06 22:13:49.712886 | fa163e75-6a44-31ab-30dc-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-06 22:13:49.790884 | fa163e75-6a44-31ab-30dc-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-06 22:13:49.792105 | fa163e75-6a44-31ab-30dc-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.465345 | 0.08s 2025-10-06 22:13:49.816380 | fa163e75-6a44-31ab-30dc-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-06 22:13:50.048403 | fa163e75-6a44-31ab-30dc-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-06 22:13:50.049966 | fa163e75-6a44-31ab-30dc-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.723197 | 0.23s 2025-10-06 22:13:50.074174 | fa163e75-6a44-31ab-30dc-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-06 22:13:50.296358 | fa163e75-6a44-31ab-30dc-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-06 22:13:50.297621 | fa163e75-6a44-31ab-30dc-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.970860 | 0.22s 2025-10-06 22:13:50.321651 | fa163e75-6a44-31ab-30dc-000000000368 | TASK | Remove temp file 2025-10-06 22:13:50.553783 | fa163e75-6a44-31ab-30dc-000000000368 | CHANGED | Remove temp file | standalone 2025-10-06 22:13:50.555255 | fa163e75-6a44-31ab-30dc-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.228492 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-06 22:13:50.735807 | fa163e75-6a44-31ab-30dc-000000000034 | TASK | Deploy step tasks for step 0 2025-10-06 22:13:50.794554 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-000000000034') missing from stats 2025-10-06 22:13:50.815194 | fa163e75-6a44-31ab-30dc-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-06 22:13:51.049780 | fa163e75-6a44-31ab-30dc-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-06 22:13:51.050751 | fa163e75-6a44-31ab-30dc-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.723994 | 0.23s 2025-10-06 22:13:51.070096 | fa163e75-6a44-31ab-30dc-000000000036 | TASK | Check cloud-init status 2025-10-06 22:13:51.297060 | fa163e75-6a44-31ab-30dc-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-06 22:13:51.298031 | fa163e75-6a44-31ab-30dc-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.971278 | 0.23s 2025-10-06 22:13:51.317265 | fa163e75-6a44-31ab-30dc-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-06 22:13:51.524071 | fa163e75-6a44-31ab-30dc-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-06 22:13:51.525461 | fa163e75-6a44-31ab-30dc-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.198701 | 0.21s 2025-10-06 22:13:51.550139 | fa163e75-6a44-31ab-30dc-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-06 22:13:51.944157 | fa163e75-6a44-31ab-30dc-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-06 22:13:51.945059 | fa163e75-6a44-31ab-30dc-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.618305 | 0.39s 2025-10-06 22:13:51.964979 | fa163e75-6a44-31ab-30dc-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-06 22:13:52.177710 | fa163e75-6a44-31ab-30dc-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-06 22:13:52.178460 | fa163e75-6a44-31ab-30dc-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.851706 | 0.21s 2025-10-06 22:13:52.197165 | fa163e75-6a44-31ab-30dc-00000000003a | TASK | Write container-puppet.sh 2025-10-06 22:13:52.599019 | fa163e75-6a44-31ab-30dc-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-06 22:13:52.600244 | fa163e75-6a44-31ab-30dc-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.273482 | 0.40s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:13:52.663804 | fa163e75-6a44-31ab-30dc-00000000003b | TIMING | include_tasks | standalone | 0:00:29.337044 | 0.04s 2025-10-06 22:13:52.682439 | d011127a-8f6d-46b4-a49d-94aca3a9e666 | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-06 22:13:52.716486 | fa163e75-6a44-31ab-30dc-000000000416 | TASK | Configure tuned before reboot 2025-10-06 22:13:52.765659 | fa163e75-6a44-31ab-30dc-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.438895 | 0.05s 2025-10-06 22:13:52.823540 | fa163e75-6a44-31ab-30dc-000000000455 | TASK | Gather variables for each operating system 2025-10-06 22:13:52.938240 | fa163e75-6a44-31ab-30dc-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 22:13:52.940268 | fa163e75-6a44-31ab-30dc-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.613506 | 0.12s 2025-10-06 22:13:52.950408 | fa163e75-6a44-31ab-30dc-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.623654 | 0.13s 2025-10-06 22:13:53.014391 | fa163e75-6a44-31ab-30dc-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.687628 | 0.04s 2025-10-06 22:13:53.035121 | f60d3efd-d30a-4d20-9fb0-8fb9934052b2 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 22:13:53.070274 | fa163e75-6a44-31ab-30dc-00000000047f | TASK | Check tuned package is installed 2025-10-06 22:13:53.333188 | fa163e75-6a44-31ab-30dc-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-06 22:13:53.334547 | fa163e75-6a44-31ab-30dc-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.007787 | 0.26s 2025-10-06 22:13:53.360240 | fa163e75-6a44-31ab-30dc-000000000480 | TASK | Install tuned 2025-10-06 22:13:59.799932 | fa163e75-6a44-31ab-30dc-000000000480 | CHANGED | Install tuned | standalone 2025-10-06 22:13:59.801323 | fa163e75-6a44-31ab-30dc-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.474563 | 6.44s 2025-10-06 22:13:59.820841 | fa163e75-6a44-31ab-30dc-000000000481 | TASK | Restart tuned 2025-10-06 22:14:01.608771 | fa163e75-6a44-31ab-30dc-000000000481 | CHANGED | Restart tuned | standalone 2025-10-06 22:14:01.610479 | fa163e75-6a44-31ab-30dc-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.283719 | 1.79s 2025-10-06 22:14:01.637163 | fa163e75-6a44-31ab-30dc-000000000457 | TASK | Check for tuned-adm 2025-10-06 22:14:01.876494 | fa163e75-6a44-31ab-30dc-000000000457 | OK | Check for tuned-adm | standalone 2025-10-06 22:14:01.877830 | fa163e75-6a44-31ab-30dc-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.551071 | 0.24s 2025-10-06 22:14:01.942086 | fa163e75-6a44-31ab-30dc-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.615324 | 0.04s 2025-10-06 22:14:01.970097 | 23660e69-5c32-4a23-8f0f-aa1f0a2c6412 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 22:14:02.007284 | fa163e75-6a44-31ab-30dc-0000000004b6 | TASK | Ensure profile directory exists 2025-10-06 22:14:02.075436 | fa163e75-6a44-31ab-30dc-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 22:14:02.076479 | fa163e75-6a44-31ab-30dc-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.749719 | 0.07s 2025-10-06 22:14:02.101469 | fa163e75-6a44-31ab-30dc-0000000004b7 | TASK | Create custom tuned profile 2025-10-06 22:14:02.172380 | fa163e75-6a44-31ab-30dc-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-06 22:14:02.173503 | fa163e75-6a44-31ab-30dc-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.846746 | 0.07s 2025-10-06 22:14:02.198073 | fa163e75-6a44-31ab-30dc-0000000004b8 | TASK | Check tuned active profile 2025-10-06 22:14:02.555290 | fa163e75-6a44-31ab-30dc-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-06 22:14:02.556490 | fa163e75-6a44-31ab-30dc-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.229730 | 0.36s 2025-10-06 22:14:02.581909 | fa163e75-6a44-31ab-30dc-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-06 22:14:02.812384 | fa163e75-6a44-31ab-30dc-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 22:14:02.813734 | fa163e75-6a44-31ab-30dc-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.486973 | 0.23s 2025-10-06 22:14:02.840269 | fa163e75-6a44-31ab-30dc-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 22:14:02.902208 | fa163e75-6a44-31ab-30dc-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 22:14:02.903306 | fa163e75-6a44-31ab-30dc-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.576549 | 0.06s 2025-10-06 22:14:02.930454 | fa163e75-6a44-31ab-30dc-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 22:14:02.990504 | fa163e75-6a44-31ab-30dc-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 22:14:02.991545 | fa163e75-6a44-31ab-30dc-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.664786 | 0.06s 2025-10-06 22:14:03.016552 | fa163e75-6a44-31ab-30dc-0000000004bc | TASK | Enable tuned profile 2025-10-06 22:14:04.393997 | fa163e75-6a44-31ab-30dc-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-06 22:14:04.395339 | fa163e75-6a44-31ab-30dc-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.068579 | 1.38s 2025-10-06 22:14:04.444605 | fa163e75-6a44-31ab-30dc-000000000417 | TASK | Configure kernel args and reboot 2025-10-06 22:14:04.485131 | fa163e75-6a44-31ab-30dc-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.158370 | 0.04s 2025-10-06 22:14:04.626151 | fa163e75-6a44-31ab-30dc-000000000569 | TASK | Get the command line args of the node 2025-10-06 22:14:04.853500 | fa163e75-6a44-31ab-30dc-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-06 22:14:04.854761 | fa163e75-6a44-31ab-30dc-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.527998 | 0.23s 2025-10-06 22:14:04.880966 | fa163e75-6a44-31ab-30dc-00000000056b | TASK | Check if node has a nova.conf 2025-10-06 22:14:05.111466 | fa163e75-6a44-31ab-30dc-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-06 22:14:05.112582 | fa163e75-6a44-31ab-30dc-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.785823 | 0.23s 2025-10-06 22:14:05.137776 | fa163e75-6a44-31ab-30dc-00000000056d | TASK | Warn operator about workload protection 2025-10-06 22:14:05.176953 | fa163e75-6a44-31ab-30dc-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-06 22:14:05.177993 | fa163e75-6a44-31ab-30dc-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.851235 | 0.04s 2025-10-06 22:14:05.204209 | fa163e75-6a44-31ab-30dc-00000000056e | TASK | Setting defer reboot fact 2025-10-06 22:14:05.238540 | fa163e75-6a44-31ab-30dc-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-06 22:14:05.239658 | fa163e75-6a44-31ab-30dc-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.912901 | 0.03s 2025-10-06 22:14:05.264967 | fa163e75-6a44-31ab-30dc-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-06 22:14:05.293885 | fa163e75-6a44-31ab-30dc-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.967120 | 0.03s 2025-10-06 22:14:05.320905 | fa163e75-6a44-31ab-30dc-000000000575 | TASK | Find hugepages in cmdline 2025-10-06 22:14:05.364290 | fa163e75-6a44-31ab-30dc-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-06 22:14:05.365473 | fa163e75-6a44-31ab-30dc-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.038708 | 0.04s 2025-10-06 22:14:05.393417 | fa163e75-6a44-31ab-30dc-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-06 22:14:05.437236 | fa163e75-6a44-31ab-30dc-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-06 22:14:05.438349 | fa163e75-6a44-31ab-30dc-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.111592 | 0.04s 2025-10-06 22:14:05.464968 | fa163e75-6a44-31ab-30dc-00000000057a | TASK | Find desired default hugepage size 2025-10-06 22:14:05.514875 | fa163e75-6a44-31ab-30dc-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-06 22:14:05.515981 | fa163e75-6a44-31ab-30dc-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.189223 | 0.05s 2025-10-06 22:14:05.542137 | fa163e75-6a44-31ab-30dc-00000000057c | TASK | Storing non-configured hugepages 2025-10-06 22:14:05.573428 | fa163e75-6a44-31ab-30dc-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.246664 | 0.03s 2025-10-06 22:14:05.599489 | fa163e75-6a44-31ab-30dc-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-06 22:14:05.642810 | fa163e75-6a44-31ab-30dc-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-06 22:14:05.643939 | fa163e75-6a44-31ab-30dc-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.317183 | 0.04s 2025-10-06 22:14:05.668817 | fa163e75-6a44-31ab-30dc-00000000057f | TASK | Determining the default hugepagesz 2025-10-06 22:14:05.711713 | fa163e75-6a44-31ab-30dc-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-06 22:14:05.712796 | fa163e75-6a44-31ab-30dc-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.386037 | 0.04s 2025-10-06 22:14:05.738298 | fa163e75-6a44-31ab-30dc-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-06 22:14:05.781204 | fa163e75-6a44-31ab-30dc-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-06 22:14:05.782265 | fa163e75-6a44-31ab-30dc-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.455508 | 0.04s 2025-10-06 22:14:05.807651 | fa163e75-6a44-31ab-30dc-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-06 22:14:05.841002 | fa163e75-6a44-31ab-30dc-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-06 22:14:05.842041 | fa163e75-6a44-31ab-30dc-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.515284 | 0.03s 2025-10-06 22:14:05.867145 | fa163e75-6a44-31ab-30dc-000000000583 | TASK | Warn about possible modifications 2025-10-06 22:14:05.896894 | fa163e75-6a44-31ab-30dc-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-06 22:14:05.897961 | fa163e75-6a44-31ab-30dc-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.571203 | 0.03s 2025-10-06 22:14:05.923584 | fa163e75-6a44-31ab-30dc-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-06 22:14:05.973032 | fa163e75-6a44-31ab-30dc-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-06 22:14:05.974097 | fa163e75-6a44-31ab-30dc-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.647339 | 0.05s 2025-10-06 22:14:05.999161 | fa163e75-6a44-31ab-30dc-000000000585 | TASK | Cleaning up whitespaces 2025-10-06 22:14:06.042971 | fa163e75-6a44-31ab-30dc-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-06 22:14:06.044028 | fa163e75-6a44-31ab-30dc-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.717272 | 0.04s 2025-10-06 22:14:06.068859 | fa163e75-6a44-31ab-30dc-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-06 22:14:06.418609 | fa163e75-6a44-31ab-30dc-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-06 22:14:06.420088 | fa163e75-6a44-31ab-30dc-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.093325 | 0.35s 2025-10-06 22:14:06.445741 | fa163e75-6a44-31ab-30dc-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-06 22:14:06.506590 | fa163e75-6a44-31ab-30dc-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-06 22:14:06.507768 | fa163e75-6a44-31ab-30dc-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.181009 | 0.06s 2025-10-06 22:14:06.534501 | fa163e75-6a44-31ab-30dc-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-06 22:14:06.583942 | fa163e75-6a44-31ab-30dc-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-06 22:14:06.585103 | fa163e75-6a44-31ab-30dc-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.258343 | 0.05s 2025-10-06 22:14:06.612154 | fa163e75-6a44-31ab-30dc-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-06 22:14:06.653870 | fa163e75-6a44-31ab-30dc-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-06 22:14:06.655083 | fa163e75-6a44-31ab-30dc-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.328322 | 0.04s 2025-10-06 22:14:06.682110 | fa163e75-6a44-31ab-30dc-00000000058c | TASK | Generate grub config 2025-10-06 22:14:06.722646 | fa163e75-6a44-31ab-30dc-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-06 22:14:06.723836 | fa163e75-6a44-31ab-30dc-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.397077 | 0.04s 2025-10-06 22:14:06.751009 | fa163e75-6a44-31ab-30dc-000000000590 | TASK | Get the block device that /boot is on 2025-10-06 22:14:06.805949 | fa163e75-6a44-31ab-30dc-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-06 22:14:06.807367 | fa163e75-6a44-31ab-30dc-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.480601 | 0.05s 2025-10-06 22:14:06.834639 | fa163e75-6a44-31ab-30dc-000000000591 | TASK | Get the mount point that /boot is in 2025-10-06 22:14:06.889407 | fa163e75-6a44-31ab-30dc-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-06 22:14:06.890827 | fa163e75-6a44-31ab-30dc-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.564068 | 0.05s 2025-10-06 22:14:06.917087 | fa163e75-6a44-31ab-30dc-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-06 22:14:06.969065 | fa163e75-6a44-31ab-30dc-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-06 22:14:06.970404 | fa163e75-6a44-31ab-30dc-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.643644 | 0.05s 2025-10-06 22:14:06.997047 | fa163e75-6a44-31ab-30dc-000000000593 | TASK | Executed script to fix grub-menu 2025-10-06 22:14:07.060908 | fa163e75-6a44-31ab-30dc-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-06 22:14:07.062227 | fa163e75-6a44-31ab-30dc-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.735467 | 0.06s 2025-10-06 22:14:07.090095 | fa163e75-6a44-31ab-30dc-000000000594 | TASK | Check grub config paths 2025-10-06 22:14:07.143163 | fa163e75-6a44-31ab-30dc-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-06 22:14:07.159657 | fa163e75-6a44-31ab-30dc-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-06 22:14:07.170740 | fa163e75-6a44-31ab-30dc-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.843984 | 0.08s 2025-10-06 22:14:07.191190 | fa163e75-6a44-31ab-30dc-000000000595 | TASK | Write EFI grub.cfg 2025-10-06 22:14:07.243266 | fa163e75-6a44-31ab-30dc-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-06 22:14:07.260883 | fa163e75-6a44-31ab-30dc-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-06 22:14:07.272558 | fa163e75-6a44-31ab-30dc-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.945795 | 0.08s 2025-10-06 22:14:07.298957 | fa163e75-6a44-31ab-30dc-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-06 22:14:07.348368 | fa163e75-6a44-31ab-30dc-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-06 22:14:07.349151 | fa163e75-6a44-31ab-30dc-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.022400 | 0.05s 2025-10-06 22:14:07.374180 | fa163e75-6a44-31ab-30dc-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-06 22:14:07.422191 | fa163e75-6a44-31ab-30dc-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-06 22:14:07.423122 | fa163e75-6a44-31ab-30dc-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.096367 | 0.05s 2025-10-06 22:14:07.443646 | fa163e75-6a44-31ab-30dc-000000000598 | TASK | Execute grub2-mkconfig 2025-10-06 22:14:07.492227 | fa163e75-6a44-31ab-30dc-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-06 22:14:07.493308 | fa163e75-6a44-31ab-30dc-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.166554 | 0.05s 2025-10-06 22:14:07.514324 | fa163e75-6a44-31ab-30dc-000000000599 | TASK | Check for active tuned profile 2025-10-06 22:14:07.561431 | fa163e75-6a44-31ab-30dc-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-06 22:14:07.562881 | fa163e75-6a44-31ab-30dc-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.236115 | 0.05s 2025-10-06 22:14:07.589113 | fa163e75-6a44-31ab-30dc-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-06 22:14:07.649387 | fa163e75-6a44-31ab-30dc-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-06 22:14:07.650625 | fa163e75-6a44-31ab-30dc-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.323867 | 0.06s 2025-10-06 22:14:07.676584 | fa163e75-6a44-31ab-30dc-00000000059b | TASK | Set reboot required fact 2025-10-06 22:14:07.735958 | fa163e75-6a44-31ab-30dc-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-06 22:14:07.737330 | fa163e75-6a44-31ab-30dc-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.410570 | 0.06s 2025-10-06 22:14:07.764186 | fa163e75-6a44-31ab-30dc-00000000059d | TASK | Apply DPDK workarounds 2025-10-06 22:14:07.812969 | fa163e75-6a44-31ab-30dc-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-06 22:14:07.814197 | fa163e75-6a44-31ab-30dc-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.487438 | 0.05s 2025-10-06 22:14:07.839664 | fa163e75-6a44-31ab-30dc-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-06 22:14:07.879168 | fa163e75-6a44-31ab-30dc-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-06 22:14:07.880306 | fa163e75-6a44-31ab-30dc-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.553547 | 0.04s 2025-10-06 22:14:07.905369 | fa163e75-6a44-31ab-30dc-0000000005a0 | TASK | Load modules 2025-10-06 22:14:07.933262 | fa163e75-6a44-31ab-30dc-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-06 22:14:07.945356 | fa163e75-6a44-31ab-30dc-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.618590 | 0.04s 2025-10-06 22:14:07.971586 | fa163e75-6a44-31ab-30dc-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-06 22:14:07.997651 | fa163e75-6a44-31ab-30dc-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-06 22:14:08.010288 | fa163e75-6a44-31ab-30dc-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.683522 | 0.04s 2025-10-06 22:14:08.035557 | fa163e75-6a44-31ab-30dc-0000000005a4 | TASK | Drop module persistence 2025-10-06 22:14:08.060625 | fa163e75-6a44-31ab-30dc-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-06 22:14:08.067745 | fa163e75-6a44-31ab-30dc-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.740982 | 0.03s 2025-10-06 22:14:08.092548 | fa163e75-6a44-31ab-30dc-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-06 22:14:08.122929 | fa163e75-6a44-31ab-30dc-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-06 22:14:08.129927 | fa163e75-6a44-31ab-30dc-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.803166 | 0.04s 2025-10-06 22:14:08.154649 | fa163e75-6a44-31ab-30dc-0000000005a8 | TASK | Modules reload 2025-10-06 22:14:08.182312 | fa163e75-6a44-31ab-30dc-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-06 22:14:08.183572 | fa163e75-6a44-31ab-30dc-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.856812 | 0.03s 2025-10-06 22:14:08.209707 | fa163e75-6a44-31ab-30dc-0000000005aa | TASK | Reboot tasks 2025-10-06 22:14:08.260469 | fa163e75-6a44-31ab-30dc-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-06 22:14:08.261451 | fa163e75-6a44-31ab-30dc-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.934698 | 0.05s 2025-10-06 22:14:08.285292 | fa163e75-6a44-31ab-30dc-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-06 22:14:08.324859 | fa163e75-6a44-31ab-30dc-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-06 22:14:08.325800 | fa163e75-6a44-31ab-30dc-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.999047 | 0.04s PLAY [Server pre network steps] ************************************************ 2025-10-06 22:14:08.492358 | fa163e75-6a44-31ab-30dc-00000000003f | TASK | Server pre-network deployments 2025-10-06 22:14:08.518690 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-00000000003f') missing from stats 2025-10-06 22:14:08.539251 | fa163e75-6a44-31ab-30dc-000000000043 | TASK | Hiera config 2025-10-06 22:14:08.565037 | fa163e75-6a44-31ab-30dc-000000000043 | TIMING | Hiera config | standalone | 0:00:45.238276 | 0.02s 2025-10-06 22:14:08.604790 | fa163e75-6a44-31ab-30dc-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-06 22:14:08.843487 | fa163e75-6a44-31ab-30dc-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-06 22:14:08.845002 | fa163e75-6a44-31ab-30dc-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.518240 | 0.24s 2025-10-06 22:14:08.871009 | fa163e75-6a44-31ab-30dc-000000000722 | TASK | Write hiera config 2025-10-06 22:14:09.362403 | fa163e75-6a44-31ab-30dc-000000000722 | CHANGED | Write hiera config | standalone 2025-10-06 22:14:09.363399 | fa163e75-6a44-31ab-30dc-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.036646 | 0.49s 2025-10-06 22:14:09.400870 | fa163e75-6a44-31ab-30dc-000000000044 | TASK | Hiera symlink 2025-10-06 22:14:09.635497 | fa163e75-6a44-31ab-30dc-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-06 22:14:09.636518 | fa163e75-6a44-31ab-30dc-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.309765 | 0.23s 2025-10-06 22:14:09.656625 | fa163e75-6a44-31ab-30dc-000000000045 | TASK | Hieradata from vars 2025-10-06 22:14:09.682619 | fa163e75-6a44-31ab-30dc-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.355859 | 0.03s 2025-10-06 22:14:09.730368 | fa163e75-6a44-31ab-30dc-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 22:14:10.261095 | fa163e75-6a44-31ab-30dc-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 22:14:10.261999 | fa163e75-6a44-31ab-30dc-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.935246 | 0.53s 2025-10-06 22:14:10.281278 | fa163e75-6a44-31ab-30dc-00000000077d | TASK | Render hieradata from template 2025-10-06 22:14:10.808887 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 22:14:10.812109 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.485333 | 0.53s 2025-10-06 22:14:11.348152 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-06 22:14:11.349127 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.022375 | 1.07s 2025-10-06 22:14:11.929251 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 22:14:11.930012 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.603260 | 1.65s 2025-10-06 22:14:12.403293 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 22:14:12.404425 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.077668 | 2.12s 2025-10-06 22:14:12.911640 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-06 22:14:12.912978 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.586225 | 2.63s 2025-10-06 22:14:13.382981 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-06 22:14:13.384792 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.058039 | 3.10s 2025-10-06 22:14:13.876134 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-06 22:14:13.877984 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.551227 | 3.60s 2025-10-06 22:14:14.364099 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-06 22:14:14.366076 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.039319 | 4.08s 2025-10-06 22:14:14.864380 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 22:14:14.866375 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.539618 | 4.58s 2025-10-06 22:14:15.316265 | fa163e75-6a44-31ab-30dc-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 22:14:15.317332 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.990574 | 5.04s 2025-10-06 22:14:15.326283 | fa163e75-6a44-31ab-30dc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.999520 | 5.04s 2025-10-06 22:14:15.376264 | fa163e75-6a44-31ab-30dc-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 22:14:15.404711 | fa163e75-6a44-31ab-30dc-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.077919 | 0.03s 2025-10-06 22:14:15.471763 | fa163e75-6a44-31ab-30dc-000000000821 | TASK | Check for hieradata file 2025-10-06 22:14:15.701059 | fa163e75-6a44-31ab-30dc-000000000821 | OK | Check for hieradata file | standalone 2025-10-06 22:14:15.702975 | fa163e75-6a44-31ab-30dc-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.376213 | 0.23s 2025-10-06 22:14:15.728159 | fa163e75-6a44-31ab-30dc-000000000823 | TASK | Get existing data 2025-10-06 22:14:15.779471 | fa163e75-6a44-31ab-30dc-000000000823 | SKIPPED | Get existing data | standalone 2025-10-06 22:14:15.780953 | fa163e75-6a44-31ab-30dc-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.454193 | 0.05s 2025-10-06 22:14:15.806432 | fa163e75-6a44-31ab-30dc-000000000824 | TASK | Set data fact 2025-10-06 22:14:15.857533 | fa163e75-6a44-31ab-30dc-000000000824 | SKIPPED | Set data fact | standalone 2025-10-06 22:14:15.858737 | fa163e75-6a44-31ab-30dc-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.531976 | 0.05s 2025-10-06 22:14:15.883857 | fa163e75-6a44-31ab-30dc-000000000826 | TASK | Write ansible hieradata file 2025-10-06 22:14:16.438750 | fa163e75-6a44-31ab-30dc-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-06 22:14:16.440079 | fa163e75-6a44-31ab-30dc-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.113319 | 0.55s 2025-10-06 22:14:16.540305 | fa163e75-6a44-31ab-30dc-000000000047 | TIMING | include_tasks | standalone | 0:00:53.213538 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-06 22:14:16.695417 | fa163e75-6a44-31ab-30dc-00000000004b | TASK | Network Configuration 2025-10-06 22:14:16.721544 | fa163e75-6a44-31ab-30dc-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-00000000004b') missing from stats 2025-10-06 22:14:16.751783 | fa163e75-6a44-31ab-30dc-00000000004c | TASK | Check NetworkConfig script existence 2025-10-06 22:14:16.778773 | fa163e75-6a44-31ab-30dc-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-06 22:14:16.779886 | fa163e75-6a44-31ab-30dc-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.453123 | 0.03s 2025-10-06 22:14:16.807088 | fa163e75-6a44-31ab-30dc-000000000052 | TASK | Gather SELinux fact if needed 2025-10-06 22:14:16.846649 | fa163e75-6a44-31ab-30dc-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-06 22:14:16.847808 | fa163e75-6a44-31ab-30dc-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.521048 | 0.04s 2025-10-06 22:14:16.874459 | fa163e75-6a44-31ab-30dc-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-06 22:14:17.541177 | fa163e75-6a44-31ab-30dc-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-06 22:14:17.542770 | fa163e75-6a44-31ab-30dc-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.216010 | 0.67s 2025-10-06 22:14:17.568714 | fa163e75-6a44-31ab-30dc-000000000054 | TASK | Ensure requirements are satisfied 2025-10-06 22:14:17.601289 | fa163e75-6a44-31ab-30dc-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.274523 | 0.03s 2025-10-06 22:14:17.665533 | fa163e75-6a44-31ab-30dc-0000000008bf | TASK | Gather facts if they don't exist 2025-10-06 22:14:17.718199 | fa163e75-6a44-31ab-30dc-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 22:14:17.719316 | fa163e75-6a44-31ab-30dc-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.392555 | 0.05s 2025-10-06 22:14:17.744604 | fa163e75-6a44-31ab-30dc-0000000008c0 | TASK | Gather variables for each operating system 2025-10-06 22:14:17.869122 | fa163e75-6a44-31ab-30dc-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 22:14:17.881151 | fa163e75-6a44-31ab-30dc-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.554388 | 0.14s 2025-10-06 22:14:17.906133 | fa163e75-6a44-31ab-30dc-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 22:14:18.188123 | fa163e75-6a44-31ab-30dc-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 22:14:18.188918 | fa163e75-6a44-31ab-30dc-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.862167 | 0.28s 2025-10-06 22:14:18.209303 | fa163e75-6a44-31ab-30dc-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 22:14:18.245522 | fa163e75-6a44-31ab-30dc-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 22:14:18.246806 | fa163e75-6a44-31ab-30dc-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.920045 | 0.04s 2025-10-06 22:14:18.273141 | fa163e75-6a44-31ab-30dc-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-06 22:14:19.241545 | fa163e75-6a44-31ab-30dc-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 22:14:19.242561 | fa163e75-6a44-31ab-30dc-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.915809 | 0.97s 2025-10-06 22:14:19.294250 | fa163e75-6a44-31ab-30dc-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 22:14:19.535501 | fa163e75-6a44-31ab-30dc-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 22:14:19.536928 | fa163e75-6a44-31ab-30dc-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.210169 | 0.24s 2025-10-06 22:14:19.561378 | fa163e75-6a44-31ab-30dc-000000000057 | TASK | Reload NetworkManager 2025-10-06 22:14:20.023364 | fa163e75-6a44-31ab-30dc-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-06 22:14:20.025266 | fa163e75-6a44-31ab-30dc-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.698505 | 0.46s 2025-10-06 22:14:20.054208 | fa163e75-6a44-31ab-30dc-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-06 22:14:20.291340 | fa163e75-6a44-31ab-30dc-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-06 22:14:20.292918 | fa163e75-6a44-31ab-30dc-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.966157 | 0.24s 2025-10-06 22:14:20.319206 | fa163e75-6a44-31ab-30dc-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-06 22:14:20.532784 | fa163e75-6a44-31ab-30dc-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-06 22:14:20.534227 | fa163e75-6a44-31ab-30dc-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.207467 | 0.21s 2025-10-06 22:14:20.561102 | fa163e75-6a44-31ab-30dc-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-06 22:14:20.592899 | fa163e75-6a44-31ab-30dc-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-06 22:14:20.594026 | fa163e75-6a44-31ab-30dc-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.267267 | 0.03s 2025-10-06 22:14:20.620799 | fa163e75-6a44-31ab-30dc-00000000005c | TASK | Ensure we get cloud-init 2025-10-06 22:14:20.862628 | fa163e75-6a44-31ab-30dc-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-06 22:14:20.864743 | fa163e75-6a44-31ab-30dc-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:57.537983 | 0.24s 2025-10-06 22:14:20.889894 | fa163e75-6a44-31ab-30dc-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-06 22:14:21.141147 | fa163e75-6a44-31ab-30dc-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-06 22:14:21.142498 | fa163e75-6a44-31ab-30dc-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.815737 | 0.25s 2025-10-06 22:14:21.168012 | fa163e75-6a44-31ab-30dc-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-06 22:14:21.514388 | fa163e75-6a44-31ab-30dc-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-06 22:14:21.515642 | fa163e75-6a44-31ab-30dc-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.188883 | 0.35s 2025-10-06 22:14:21.540266 | fa163e75-6a44-31ab-30dc-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-06 22:14:21.609501 | fa163e75-6a44-31ab-30dc-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-06 22:14:21.610762 | fa163e75-6a44-31ab-30dc-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.284001 | 0.07s 2025-10-06 22:14:21.635791 | fa163e75-6a44-31ab-30dc-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-06 22:14:21.868336 | fa163e75-6a44-31ab-30dc-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-06 22:14:21.869572 | fa163e75-6a44-31ab-30dc-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.542813 | 0.23s 2025-10-06 22:14:21.895807 | fa163e75-6a44-31ab-30dc-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-06 22:14:21.965233 | fa163e75-6a44-31ab-30dc-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.638464 | 0.07s 2025-10-06 22:14:21.991275 | 46aeade0-4ef0-4d21-b864-26b0b4796e84 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-06 22:14:22.024653 | fa163e75-6a44-31ab-30dc-000000000909 | TASK | Set nic_config_file fact 2025-10-06 22:14:22.105536 | fa163e75-6a44-31ab-30dc-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-06 22:14:22.106797 | fa163e75-6a44-31ab-30dc-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.780035 | 0.08s 2025-10-06 22:14:22.132774 | fa163e75-6a44-31ab-30dc-00000000090a | TASK | Render overidden network config 2025-10-06 22:14:22.206598 | fa163e75-6a44-31ab-30dc-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-06 22:14:22.207749 | fa163e75-6a44-31ab-30dc-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.880991 | 0.07s 2025-10-06 22:14:22.232782 | fa163e75-6a44-31ab-30dc-00000000090b | TASK | Render network_config 2025-10-06 22:14:22.296462 | fa163e75-6a44-31ab-30dc-00000000090b | SKIPPED | Render network_config | standalone 2025-10-06 22:14:22.297601 | fa163e75-6a44-31ab-30dc-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.970843 | 0.06s 2025-10-06 22:14:22.322124 | fa163e75-6a44-31ab-30dc-00000000090c | TASK | Render network_config from template 2025-10-06 22:14:22.902085 | fa163e75-6a44-31ab-30dc-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-06 22:14:22.903458 | fa163e75-6a44-31ab-30dc-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.576698 | 0.58s 2025-10-06 22:14:22.929209 | fa163e75-6a44-31ab-30dc-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=111593221500.46370 2025-10-06 22:14:26.977092 | fa163e75-6a44-31ab-30dc-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-06 22:14:26.979061 | fa163e75-6a44-31ab-30dc-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:03.652299 | 4.05s 2025-10-06 22:14:27.006499 | fa163e75-6a44-31ab-30dc-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-06 22:14:27.499959 | fa163e75-6a44-31ab-30dc-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-06 22:14:27.501276 | fa163e75-6a44-31ab-30dc-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.174515 | 0.49s 2025-10-06 22:14:27.526086 | fa163e75-6a44-31ab-30dc-000000000065 | TASK | Disable cloud-init network config 2025-10-06 22:14:28.054841 | fa163e75-6a44-31ab-30dc-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-06 22:14:28.056204 | fa163e75-6a44-31ab-30dc-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.729444 | 0.53s 2025-10-06 22:14:28.081999 | fa163e75-6a44-31ab-30dc-000000000066 | TASK | Ensure network service is enabled 2025-10-06 22:14:28.493572 | fa163e75-6a44-31ab-30dc-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-06 22:14:28.495384 | fa163e75-6a44-31ab-30dc-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.168624 | 0.41s PLAY [Server network validation] *********************************************** 2025-10-06 22:14:28.670716 | fa163e75-6a44-31ab-30dc-000000000096 | TASK | Basic Network Validation 2025-10-06 22:14:28.697151 | fa163e75-6a44-31ab-30dc-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.370397 | 0.03s 2025-10-06 22:14:28.729406 | fa163e75-6a44-31ab-30dc-000000000945 | TASK | Collect default network fact 2025-10-06 22:14:29.310351 | fa163e75-6a44-31ab-30dc-000000000945 | OK | Collect default network fact | standalone 2025-10-06 22:14:29.311089 | fa163e75-6a44-31ab-30dc-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.984337 | 0.58s 2025-10-06 22:14:29.335870 | fa163e75-6a44-31ab-30dc-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-06 22:14:29.364959 | fa163e75-6a44-31ab-30dc-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-06 22:14:29.366060 | fa163e75-6a44-31ab-30dc-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.039301 | 0.03s 2025-10-06 22:14:29.390316 | fa163e75-6a44-31ab-30dc-000000000947 | TASK | Check all networks Gateway availability 2025-10-06 22:14:29.418079 | fa163e75-6a44-31ab-30dc-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.091318 | 0.03s 2025-10-06 22:14:29.443429 | fa163e75-6a44-31ab-30dc-000000000949 | TASK | Check Controllers availability 2025-10-06 22:14:29.503270 | fa163e75-6a44-31ab-30dc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-06 22:14:29.512072 | fa163e75-6a44-31ab-30dc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-06 22:14:29.518056 | fa163e75-6a44-31ab-30dc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-06 22:14:29.524695 | fa163e75-6a44-31ab-30dc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-06 22:14:29.530655 | fa163e75-6a44-31ab-30dc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-06 22:14:29.537502 | fa163e75-6a44-31ab-30dc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-06 22:14:29.544624 | fa163e75-6a44-31ab-30dc-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.217861 | 0.10s 2025-10-06 22:14:29.572971 | fa163e75-6a44-31ab-30dc-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-06 22:14:29.601501 | fa163e75-6a44-31ab-30dc-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-06 22:14:29.602633 | fa163e75-6a44-31ab-30dc-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.275873 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-06 22:14:29.778370 | fa163e75-6a44-31ab-30dc-00000000009a | TASK | Server pre deployments 2025-10-06 22:14:29.804011 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-00000000009a') missing from stats 2025-10-06 22:14:29.824050 | fa163e75-6a44-31ab-30dc-00000000009e | TASK | Hiera config 2025-10-06 22:14:29.850377 | fa163e75-6a44-31ab-30dc-00000000009e | TIMING | Hiera config | standalone | 0:01:06.523608 | 0.03s 2025-10-06 22:14:29.898158 | fa163e75-6a44-31ab-30dc-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-06 22:14:30.136915 | fa163e75-6a44-31ab-30dc-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-06 22:14:30.138189 | fa163e75-6a44-31ab-30dc-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.811428 | 0.24s 2025-10-06 22:14:30.163133 | fa163e75-6a44-31ab-30dc-00000000099f | TASK | Write hiera config 2025-10-06 22:14:30.627042 | fa163e75-6a44-31ab-30dc-00000000099f | OK | Write hiera config | standalone 2025-10-06 22:14:30.628480 | fa163e75-6a44-31ab-30dc-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.301720 | 0.46s 2025-10-06 22:14:30.676547 | fa163e75-6a44-31ab-30dc-00000000009f | TASK | Hiera symlink 2025-10-06 22:14:30.906912 | fa163e75-6a44-31ab-30dc-00000000009f | OK | Hiera symlink | standalone 2025-10-06 22:14:30.908220 | fa163e75-6a44-31ab-30dc-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.581461 | 0.23s 2025-10-06 22:14:30.932647 | fa163e75-6a44-31ab-30dc-0000000000a0 | TASK | Hieradata from vars 2025-10-06 22:14:30.960427 | fa163e75-6a44-31ab-30dc-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.633661 | 0.03s 2025-10-06 22:14:31.024972 | fa163e75-6a44-31ab-30dc-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 22:14:31.500720 | fa163e75-6a44-31ab-30dc-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 22:14:31.502459 | fa163e75-6a44-31ab-30dc-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.175689 | 0.48s 2025-10-06 22:14:31.529532 | fa163e75-6a44-31ab-30dc-0000000009fa | TASK | Render hieradata from template 2025-10-06 22:14:32.063327 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 22:14:32.065056 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.738293 | 0.53s 2025-10-06 22:14:32.593135 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-06 22:14:32.593765 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.267015 | 1.06s 2025-10-06 22:14:33.157925 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 22:14:33.159000 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.832243 | 1.63s 2025-10-06 22:14:33.626051 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 22:14:33.626891 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.300139 | 2.10s 2025-10-06 22:14:34.108047 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-06 22:14:34.108646 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.781897 | 2.58s 2025-10-06 22:14:34.589706 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-06 22:14:34.590326 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.263578 | 3.06s 2025-10-06 22:14:35.080437 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-06 22:14:35.082452 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.755696 | 3.55s 2025-10-06 22:14:35.556367 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-06 22:14:35.557227 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.230469 | 4.03s 2025-10-06 22:14:36.016197 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 22:14:36.018106 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.691350 | 4.49s 2025-10-06 22:14:36.503132 | fa163e75-6a44-31ab-30dc-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 22:14:36.503721 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.176972 | 4.97s 2025-10-06 22:14:36.507928 | fa163e75-6a44-31ab-30dc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.181181 | 4.98s 2025-10-06 22:14:36.542393 | fa163e75-6a44-31ab-30dc-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 22:14:36.567991 | fa163e75-6a44-31ab-30dc-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.241227 | 0.02s 2025-10-06 22:14:36.632923 | fa163e75-6a44-31ab-30dc-000000000a9e | TASK | Check for hieradata file 2025-10-06 22:14:36.862579 | fa163e75-6a44-31ab-30dc-000000000a9e | OK | Check for hieradata file | standalone 2025-10-06 22:14:36.864190 | fa163e75-6a44-31ab-30dc-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.537420 | 0.23s 2025-10-06 22:14:36.890271 | fa163e75-6a44-31ab-30dc-000000000aa0 | TASK | Get existing data 2025-10-06 22:14:36.941409 | fa163e75-6a44-31ab-30dc-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-06 22:14:36.942616 | fa163e75-6a44-31ab-30dc-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.615857 | 0.05s 2025-10-06 22:14:36.969980 | fa163e75-6a44-31ab-30dc-000000000aa1 | TASK | Set data fact 2025-10-06 22:14:37.021485 | fa163e75-6a44-31ab-30dc-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-06 22:14:37.022735 | fa163e75-6a44-31ab-30dc-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.695971 | 0.05s 2025-10-06 22:14:37.047950 | fa163e75-6a44-31ab-30dc-000000000aa3 | TASK | Write ansible hieradata file 2025-10-06 22:14:37.547371 | fa163e75-6a44-31ab-30dc-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-06 22:14:37.548639 | fa163e75-6a44-31ab-30dc-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.221880 | 0.50s 2025-10-06 22:14:37.647068 | fa163e75-6a44-31ab-30dc-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.320305 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-06 22:14:37.799838 | fa163e75-6a44-31ab-30dc-0000000000a6 | TASK | Host prep steps 2025-10-06 22:14:37.826840 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000a6') missing from stats 2025-10-06 22:14:37.897869 | fa163e75-6a44-31ab-30dc-0000000000a7 | TASK | Deploy Artifacts 2025-10-06 22:14:38.025476 | fa163e75-6a44-31ab-30dc-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-06 22:14:38.026742 | fa163e75-6a44-31ab-30dc-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.699964 | 0.13s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:14:38.081051 | fa163e75-6a44-31ab-30dc-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.754286 | 0.03s 2025-10-06 22:14:38.249698 | b4a792f2-ec66-4fb8-8133-110e0d36dd4e | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/host_prep_tasks.yaml | standalone 2025-10-06 22:14:38.302335 | fa163e75-6a44-31ab-30dc-000000000b1e | TASK | Run firewall role 2025-10-06 22:14:38.327533 | fa163e75-6a44-31ab-30dc-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.000775 | 0.02s 2025-10-06 22:14:38.380884 | fa163e75-6a44-31ab-30dc-000000000c1b | TASK | Gather variables for each operating system 2025-10-06 22:14:38.497638 | fa163e75-6a44-31ab-30dc-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-06 22:14:38.498809 | fa163e75-6a44-31ab-30dc-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.172046 | 0.12s 2025-10-06 22:14:38.504778 | fa163e75-6a44-31ab-30dc-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.178014 | 0.12s 2025-10-06 22:14:38.529824 | fa163e75-6a44-31ab-30dc-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-06 22:14:41.448430 | fa163e75-6a44-31ab-30dc-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-06 22:14:41.449924 | fa163e75-6a44-31ab-30dc-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.123165 | 2.92s 2025-10-06 22:14:41.475763 | fa163e75-6a44-31ab-30dc-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-06 22:14:41.515512 | fa163e75-6a44-31ab-30dc-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-06 22:14:41.516801 | fa163e75-6a44-31ab-30dc-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.190036 | 0.04s 2025-10-06 22:14:41.545029 | fa163e75-6a44-31ab-30dc-000000000c21 | TASK | Enable masquerade 2025-10-06 22:14:41.588399 | fa163e75-6a44-31ab-30dc-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-06 22:14:41.589500 | fa163e75-6a44-31ab-30dc-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.262740 | 0.04s 2025-10-06 22:14:41.613907 | fa163e75-6a44-31ab-30dc-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-06 22:14:41.645383 | fa163e75-6a44-31ab-30dc-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-06 22:14:41.646466 | fa163e75-6a44-31ab-30dc-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.319708 | 0.03s 2025-10-06 22:14:41.671241 | fa163e75-6a44-31ab-30dc-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 22:14:41.722111 | fa163e75-6a44-31ab-30dc-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 22:14:41.723582 | fa163e75-6a44-31ab-30dc-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.396824 | 0.05s 2025-10-06 22:14:41.748921 | fa163e75-6a44-31ab-30dc-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-06 22:14:41.800891 | fa163e75-6a44-31ab-30dc-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-06 22:14:41.802538 | fa163e75-6a44-31ab-30dc-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.475777 | 0.05s 2025-10-06 22:14:41.829159 | fa163e75-6a44-31ab-30dc-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 22:14:41.861351 | fa163e75-6a44-31ab-30dc-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 22:14:41.862487 | fa163e75-6a44-31ab-30dc-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.535728 | 0.03s 2025-10-06 22:14:41.887419 | fa163e75-6a44-31ab-30dc-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-06 22:14:41.919439 | fa163e75-6a44-31ab-30dc-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 22:14:41.920610 | fa163e75-6a44-31ab-30dc-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.593852 | 0.03s 2025-10-06 22:14:41.945396 | fa163e75-6a44-31ab-30dc-000000000c2b | TASK | Enable LOG rules 2025-10-06 22:14:41.974137 | fa163e75-6a44-31ab-30dc-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-06 22:14:41.975237 | fa163e75-6a44-31ab-30dc-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.648478 | 0.03s 2025-10-06 22:14:41.999936 | fa163e75-6a44-31ab-30dc-000000000c2c | TASK | Set rule fact 2025-10-06 22:14:42.094058 | fa163e75-6a44-31ab-30dc-000000000c2c | OK | Set rule fact | standalone 2025-10-06 22:14:42.097242 | fa163e75-6a44-31ab-30dc-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.770480 | 0.10s 2025-10-06 22:14:42.126126 | fa163e75-6a44-31ab-30dc-000000000c2d | TASK | Manage rules via nftables 2025-10-06 22:14:42.147746 | fa163e75-6a44-31ab-30dc-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:18.820917 | 0.02s 2025-10-06 22:14:42.231569 | fa163e75-6a44-31ab-30dc-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.904808 | 0.03s 2025-10-06 22:14:42.245631 | 10b8d1a7-5cfb-4ad7-9f45-2d898621b3b0 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-06 22:14:42.270646 | fa163e75-6a44-31ab-30dc-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-06 22:14:42.670545 | fa163e75-6a44-31ab-30dc-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-06 22:14:42.672601 | fa163e75-6a44-31ab-30dc-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.345833 | 0.40s 2025-10-06 22:14:42.996640 | fa163e75-6a44-31ab-30dc-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-06 22:14:42.998091 | fa163e75-6a44-31ab-30dc-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.671334 | 0.73s 2025-10-06 22:14:43.008104 | fa163e75-6a44-31ab-30dc-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.681339 | 0.74s 2025-10-06 22:14:43.037647 | fa163e75-6a44-31ab-30dc-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-06 22:14:43.724513 | fa163e75-6a44-31ab-30dc-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-06 22:14:43.726388 | fa163e75-6a44-31ab-30dc-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.399628 | 0.69s 2025-10-06 22:14:43.754607 | fa163e75-6a44-31ab-30dc-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-06 22:14:43.796226 | fa163e75-6a44-31ab-30dc-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-06 22:14:43.797440 | fa163e75-6a44-31ab-30dc-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.470680 | 0.04s 2025-10-06 22:14:43.855696 | fa163e75-6a44-31ab-30dc-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.528899 | 0.03s 2025-10-06 22:14:43.896429 | a37dc48f-e2e4-4631-918c-66017fe3c57e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-06 22:14:43.933690 | fa163e75-6a44-31ab-30dc-000000000d21 | TASK | Push empty ruleset 2025-10-06 22:14:44.414571 | fa163e75-6a44-31ab-30dc-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-06 22:14:44.415986 | fa163e75-6a44-31ab-30dc-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.089224 | 0.48s 2025-10-06 22:14:44.441897 | fa163e75-6a44-31ab-30dc-000000000d22 | TASK | Load empty ruleset 2025-10-06 22:14:44.652084 | fa163e75-6a44-31ab-30dc-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-06 22:14:44.653331 | fa163e75-6a44-31ab-30dc-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.326570 | 0.21s 2025-10-06 22:14:44.679463 | fa163e75-6a44-31ab-30dc-000000000d24 | TASK | Use default rules 2025-10-06 22:14:44.774900 | fa163e75-6a44-31ab-30dc-000000000d24 | OK | Use default rules | standalone 2025-10-06 22:14:44.777914 | fa163e75-6a44-31ab-30dc-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.451153 | 0.10s 2025-10-06 22:14:44.806831 | fa163e75-6a44-31ab-30dc-000000000d25 | TASK | Enable LOG rules 2025-10-06 22:14:44.902310 | fa163e75-6a44-31ab-30dc-000000000d25 | OK | Enable LOG rules | standalone 2025-10-06 22:14:44.905416 | fa163e75-6a44-31ab-30dc-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.578656 | 0.10s 2025-10-06 22:14:44.935036 | fa163e75-6a44-31ab-30dc-000000000d27 | TASK | Get current nftables content 2025-10-06 22:14:45.209611 | fa163e75-6a44-31ab-30dc-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-06 22:14:45.210867 | fa163e75-6a44-31ab-30dc-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.884107 | 0.27s 2025-10-06 22:14:45.236513 | fa163e75-6a44-31ab-30dc-000000000d29 | TASK | Generate chain jumps 2025-10-06 22:14:45.812301 | fa163e75-6a44-31ab-30dc-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-06 22:14:45.813636 | fa163e75-6a44-31ab-30dc-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.486876 | 0.58s 2025-10-06 22:14:45.840552 | fa163e75-6a44-31ab-30dc-000000000d2a | TASK | Generate chain jumps 2025-10-06 22:14:46.459089 | fa163e75-6a44-31ab-30dc-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-06 22:14:46.460555 | fa163e75-6a44-31ab-30dc-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.133794 | 0.62s 2025-10-06 22:14:46.486415 | fa163e75-6a44-31ab-30dc-000000000d2b | TASK | Generate nft flushes 2025-10-06 22:14:46.996953 | fa163e75-6a44-31ab-30dc-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-06 22:14:46.998400 | fa163e75-6a44-31ab-30dc-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.671640 | 0.51s 2025-10-06 22:14:47.016639 | fa163e75-6a44-31ab-30dc-000000000d2c | TASK | Generate nft tripleo chains 2025-10-06 22:14:47.447298 | fa163e75-6a44-31ab-30dc-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-06 22:14:47.448754 | fa163e75-6a44-31ab-30dc-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.121992 | 0.43s 2025-10-06 22:14:47.474834 | fa163e75-6a44-31ab-30dc-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-06 22:14:49.116611 | fa163e75-6a44-31ab-30dc-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-06 22:14:49.118065 | fa163e75-6a44-31ab-30dc-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.791305 | 1.64s 2025-10-06 22:14:49.144015 | fa163e75-6a44-31ab-30dc-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-06 22:14:49.664272 | fa163e75-6a44-31ab-30dc-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-06 22:14:49.665789 | fa163e75-6a44-31ab-30dc-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.339028 | 0.52s 2025-10-06 22:14:49.691489 | fa163e75-6a44-31ab-30dc-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-06 22:14:49.931285 | fa163e75-6a44-31ab-30dc-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-06 22:14:49.932588 | fa163e75-6a44-31ab-30dc-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.605829 | 0.24s 2025-10-06 22:14:49.987077 | fa163e75-6a44-31ab-30dc-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.660313 | 0.03s 2025-10-06 22:14:50.006355 | 08c45891-c903-4041-98a7-f6b71808e2be | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-06 22:14:50.060203 | fa163e75-6a44-31ab-30dc-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-06 22:14:50.290076 | fa163e75-6a44-31ab-30dc-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-06 22:14:50.291750 | fa163e75-6a44-31ab-30dc-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.964983 | 0.23s 2025-10-06 22:14:50.317942 | fa163e75-6a44-31ab-30dc-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-06 22:14:50.624829 | fa163e75-6a44-31ab-30dc-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-06 22:14:50.626242 | fa163e75-6a44-31ab-30dc-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.299480 | 0.31s 2025-10-06 22:14:50.698025 | fa163e75-6a44-31ab-30dc-000000000b1f | TASK | create persistent logs directory 2025-10-06 22:14:50.960157 | fa163e75-6a44-31ab-30dc-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 22:14:50.961904 | fa163e75-6a44-31ab-30dc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.635149 | 0.26s 2025-10-06 22:14:51.151767 | fa163e75-6a44-31ab-30dc-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-06 22:14:51.153478 | fa163e75-6a44-31ab-30dc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.826718 | 0.45s 2025-10-06 22:14:51.164129 | fa163e75-6a44-31ab-30dc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.837365 | 0.46s 2025-10-06 22:14:51.189519 | fa163e75-6a44-31ab-30dc-000000000b20 | TASK | create persistent directories 2025-10-06 22:14:51.432358 | fa163e75-6a44-31ab-30dc-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 22:14:51.433940 | fa163e75-6a44-31ab-30dc-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.107186 | 0.24s 2025-10-06 22:14:51.444507 | fa163e75-6a44-31ab-30dc-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.117751 | 0.25s 2025-10-06 22:14:51.470020 | fa163e75-6a44-31ab-30dc-000000000b21 | TASK | create persistent directories 2025-10-06 22:14:51.727593 | fa163e75-6a44-31ab-30dc-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 22:14:51.728547 | fa163e75-6a44-31ab-30dc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.401793 | 0.26s 2025-10-06 22:14:51.952633 | fa163e75-6a44-31ab-30dc-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-06 22:14:51.953366 | fa163e75-6a44-31ab-30dc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.626616 | 0.48s 2025-10-06 22:14:51.960766 | fa163e75-6a44-31ab-30dc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.634001 | 0.49s 2025-10-06 22:14:51.988009 | fa163e75-6a44-31ab-30dc-000000000b22 | TASK | create persistent directories 2025-10-06 22:14:52.221782 | fa163e75-6a44-31ab-30dc-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-06 22:14:52.223369 | fa163e75-6a44-31ab-30dc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.896616 | 0.23s 2025-10-06 22:14:52.233989 | fa163e75-6a44-31ab-30dc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.907225 | 0.24s 2025-10-06 22:14:52.261516 | fa163e75-6a44-31ab-30dc-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-06 22:14:53.341855 | fa163e75-6a44-31ab-30dc-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-06 22:14:53.344747 | fa163e75-6a44-31ab-30dc-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.017981 | 1.08s 2025-10-06 22:14:53.364701 | fa163e75-6a44-31ab-30dc-000000000b24 | TASK | create persistent directories 2025-10-06 22:14:53.557112 | fa163e75-6a44-31ab-30dc-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 22:14:53.558593 | fa163e75-6a44-31ab-30dc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.231830 | 0.19s 2025-10-06 22:14:53.736124 | fa163e75-6a44-31ab-30dc-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-06 22:14:53.737204 | fa163e75-6a44-31ab-30dc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.410448 | 0.37s 2025-10-06 22:14:53.744096 | fa163e75-6a44-31ab-30dc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.417340 | 0.38s 2025-10-06 22:14:53.769582 | fa163e75-6a44-31ab-30dc-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-06 22:14:55.123322 | fa163e75-6a44-31ab-30dc-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-06 22:14:55.125100 | fa163e75-6a44-31ab-30dc-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.798332 | 1.35s 2025-10-06 22:14:55.150827 | fa163e75-6a44-31ab-30dc-000000000b26 | TASK | create persistent directories 2025-10-06 22:14:55.451398 | fa163e75-6a44-31ab-30dc-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 22:14:55.452752 | fa163e75-6a44-31ab-30dc-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.125993 | 0.30s 2025-10-06 22:14:55.658100 | fa163e75-6a44-31ab-30dc-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-06 22:14:55.659755 | fa163e75-6a44-31ab-30dc-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.332997 | 0.51s 2025-10-06 22:14:55.670358 | fa163e75-6a44-31ab-30dc-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.343602 | 0.52s 2025-10-06 22:14:55.695366 | fa163e75-6a44-31ab-30dc-000000000b27 | TASK | ensure ceph configurations exist 2025-10-06 22:14:55.917400 | fa163e75-6a44-31ab-30dc-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-06 22:14:55.918191 | fa163e75-6a44-31ab-30dc-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.591441 | 0.22s 2025-10-06 22:14:55.934951 | fa163e75-6a44-31ab-30dc-000000000b28 | TASK | create persistent directories 2025-10-06 22:14:56.148696 | fa163e75-6a44-31ab-30dc-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 22:14:56.149550 | fa163e75-6a44-31ab-30dc-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.822799 | 0.21s 2025-10-06 22:14:56.152848 | fa163e75-6a44-31ab-30dc-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.826102 | 0.22s 2025-10-06 22:14:56.169660 | fa163e75-6a44-31ab-30dc-000000000b2a | TASK | Create cinder image conversion directory 2025-10-06 22:14:56.194389 | fa163e75-6a44-31ab-30dc-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-06 22:14:56.194945 | fa163e75-6a44-31ab-30dc-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:32.868196 | 0.02s 2025-10-06 22:14:56.211569 | fa163e75-6a44-31ab-30dc-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-06 22:14:56.237779 | fa163e75-6a44-31ab-30dc-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-06 22:14:56.238433 | fa163e75-6a44-31ab-30dc-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.911684 | 0.03s 2025-10-06 22:14:56.255000 | fa163e75-6a44-31ab-30dc-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-06 22:14:56.280602 | fa163e75-6a44-31ab-30dc-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-06 22:14:56.281195 | fa163e75-6a44-31ab-30dc-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.954447 | 0.03s 2025-10-06 22:14:56.297226 | fa163e75-6a44-31ab-30dc-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-06 22:14:59.205766 | fa163e75-6a44-31ab-30dc-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-06 22:14:59.207139 | fa163e75-6a44-31ab-30dc-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.880379 | 2.91s 2025-10-06 22:14:59.231410 | fa163e75-6a44-31ab-30dc-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-06 22:14:59.440078 | fa163e75-6a44-31ab-30dc-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-06 22:14:59.441357 | fa163e75-6a44-31ab-30dc-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.114597 | 0.21s 2025-10-06 22:14:59.465519 | fa163e75-6a44-31ab-30dc-000000000b31 | TASK | Get or create LVM loopback device 2025-10-06 22:14:59.710905 | fa163e75-6a44-31ab-30dc-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-06 22:14:59.712200 | fa163e75-6a44-31ab-30dc-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.385439 | 0.25s 2025-10-06 22:14:59.736955 | fa163e75-6a44-31ab-30dc-000000000b32 | TASK | Create LVM volume group 2025-10-06 22:15:00.308836 | fa163e75-6a44-31ab-30dc-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-06 22:15:00.310225 | fa163e75-6a44-31ab-30dc-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:36.983464 | 0.57s 2025-10-06 22:15:00.334587 | fa163e75-6a44-31ab-30dc-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-06 22:15:00.765706 | fa163e75-6a44-31ab-30dc-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-06 22:15:00.767013 | fa163e75-6a44-31ab-30dc-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.440254 | 0.43s 2025-10-06 22:15:00.791375 | fa163e75-6a44-31ab-30dc-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-06 22:15:01.620878 | fa163e75-6a44-31ab-30dc-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-06 22:15:01.622641 | fa163e75-6a44-31ab-30dc-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.295880 | 0.83s 2025-10-06 22:15:01.649084 | fa163e75-6a44-31ab-30dc-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-06 22:15:02.577210 | fa163e75-6a44-31ab-30dc-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-06 22:15:02.578844 | fa163e75-6a44-31ab-30dc-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.252083 | 0.93s 2025-10-06 22:15:02.603333 | fa163e75-6a44-31ab-30dc-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-06 22:15:04.817128 | fa163e75-6a44-31ab-30dc-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-06 22:15:04.820023 | fa163e75-6a44-31ab-30dc-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.493252 | 2.21s 2025-10-06 22:15:04.874961 | fa163e75-6a44-31ab-30dc-000000000b39 | OK | set_fact | standalone 2025-10-06 22:15:04.875990 | fa163e75-6a44-31ab-30dc-000000000b39 | TIMING | set_fact | standalone | 0:01:41.549235 | 0.03s 2025-10-06 22:15:04.922015 | fa163e75-6a44-31ab-30dc-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.595255 | 0.03s 2025-10-06 22:15:04.982170 | fa163e75-6a44-31ab-30dc-000000000edf | TASK | ensure apache is installed 2025-10-06 22:15:11.448662 | fa163e75-6a44-31ab-30dc-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-06 22:15:11.450780 | fa163e75-6a44-31ab-30dc-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.124007 | 6.47s 2025-10-06 22:15:11.480728 | fa163e75-6a44-31ab-30dc-000000000ee0 | TASK | create image data directory 2025-10-06 22:15:11.751291 | fa163e75-6a44-31ab-30dc-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-06 22:15:11.752910 | fa163e75-6a44-31ab-30dc-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.426148 | 0.27s 2025-10-06 22:15:11.779389 | fa163e75-6a44-31ab-30dc-000000000ee1 | TASK | create /v2/ response file 2025-10-06 22:15:12.297724 | fa163e75-6a44-31ab-30dc-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-06 22:15:12.298630 | fa163e75-6a44-31ab-30dc-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:48.971878 | 0.52s 2025-10-06 22:15:12.316940 | fa163e75-6a44-31ab-30dc-000000000ee2 | TASK | Add listen line 2025-10-06 22:15:12.690898 | fa163e75-6a44-31ab-30dc-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-06 22:15:12.691860 | fa163e75-6a44-31ab-30dc-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.365109 | 0.37s 2025-10-06 22:15:12.709180 | fa163e75-6a44-31ab-30dc-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-06 22:15:13.234628 | fa163e75-6a44-31ab-30dc-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-06 22:15:13.235699 | fa163e75-6a44-31ab-30dc-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.908948 | 0.53s 2025-10-06 22:15:13.253249 | fa163e75-6a44-31ab-30dc-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-06 22:15:14.156756 | fa163e75-6a44-31ab-30dc-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-06 22:15:14.158733 | fa163e75-6a44-31ab-30dc-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.831972 | 0.90s 2025-10-06 22:15:14.207115 | fa163e75-6a44-31ab-30dc-000000000b3c | TASK | create persistent logs directory 2025-10-06 22:15:14.431072 | fa163e75-6a44-31ab-30dc-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-06 22:15:14.435106 | fa163e75-6a44-31ab-30dc-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.108334 | 0.23s 2025-10-06 22:15:14.597948 | fa163e75-6a44-31ab-30dc-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-06 22:15:14.599100 | fa163e75-6a44-31ab-30dc-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.272344 | 0.39s 2025-10-06 22:15:14.606002 | fa163e75-6a44-31ab-30dc-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.279243 | 0.40s 2025-10-06 22:15:14.632246 | fa163e75-6a44-31ab-30dc-000000000b3d | TASK | Mount NFS on host 2025-10-06 22:15:14.661046 | fa163e75-6a44-31ab-30dc-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-06 22:15:14.662165 | fa163e75-6a44-31ab-30dc-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.335406 | 0.03s 2025-10-06 22:15:14.687260 | fa163e75-6a44-31ab-30dc-000000000b3e | TASK | Mount Node Staging Location 2025-10-06 22:15:14.707626 | fa163e75-6a44-31ab-30dc-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-06 22:15:14.708758 | fa163e75-6a44-31ab-30dc-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.382000 | 0.02s 2025-10-06 22:15:14.733874 | fa163e75-6a44-31ab-30dc-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-06 22:15:14.965841 | fa163e75-6a44-31ab-30dc-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-06 22:15:14.967219 | fa163e75-6a44-31ab-30dc-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.640460 | 0.23s 2025-10-06 22:15:14.992122 | fa163e75-6a44-31ab-30dc-000000000b40 | TASK | create logs directory 2025-10-06 22:15:15.233179 | fa163e75-6a44-31ab-30dc-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-06 22:15:15.235503 | fa163e75-6a44-31ab-30dc-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.908737 | 0.24s 2025-10-06 22:15:15.463813 | fa163e75-6a44-31ab-30dc-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-06 22:15:15.464828 | fa163e75-6a44-31ab-30dc-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.138072 | 0.47s 2025-10-06 22:15:15.471125 | fa163e75-6a44-31ab-30dc-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.144370 | 0.48s 2025-10-06 22:15:15.495957 | fa163e75-6a44-31ab-30dc-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-06 22:15:15.525242 | fa163e75-6a44-31ab-30dc-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-06 22:15:15.526830 | fa163e75-6a44-31ab-30dc-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.200065 | 0.03s 2025-10-06 22:15:15.551478 | fa163e75-6a44-31ab-30dc-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-06 22:15:15.795919 | fa163e75-6a44-31ab-30dc-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-06 22:15:15.797422 | fa163e75-6a44-31ab-30dc-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.470661 | 0.24s 2025-10-06 22:15:15.822069 | fa163e75-6a44-31ab-30dc-000000000b43 | TASK | create persistent directories 2025-10-06 22:15:16.076045 | fa163e75-6a44-31ab-30dc-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-06 22:15:16.078119 | fa163e75-6a44-31ab-30dc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.751355 | 0.25s 2025-10-06 22:15:16.088301 | fa163e75-6a44-31ab-30dc-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.761535 | 0.26s 2025-10-06 22:15:16.113190 | fa163e75-6a44-31ab-30dc-000000000b44 | TASK | create persistent data directory 2025-10-06 22:15:16.342278 | fa163e75-6a44-31ab-30dc-000000000b44 | OK | create persistent data directory | standalone 2025-10-06 22:15:16.343760 | fa163e75-6a44-31ab-30dc-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.016995 | 0.23s 2025-10-06 22:15:16.368458 | fa163e75-6a44-31ab-30dc-000000000b45 | TASK | create persistent directories 2025-10-06 22:15:16.635758 | fa163e75-6a44-31ab-30dc-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-06 22:15:16.637390 | fa163e75-6a44-31ab-30dc-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.310625 | 0.27s 2025-10-06 22:15:16.895383 | fa163e75-6a44-31ab-30dc-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-06 22:15:16.897161 | fa163e75-6a44-31ab-30dc-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.570403 | 0.53s 2025-10-06 22:15:16.907851 | fa163e75-6a44-31ab-30dc-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.581086 | 0.54s 2025-10-06 22:15:16.933049 | fa163e75-6a44-31ab-30dc-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-06 22:15:23.857156 | fa163e75-6a44-31ab-30dc-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-06 22:15:23.858574 | fa163e75-6a44-31ab-30dc-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.531815 | 6.92s 2025-10-06 22:15:23.882797 | fa163e75-6a44-31ab-30dc-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-06 22:15:23.962903 | fa163e75-6a44-31ab-30dc-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.68 seconds", "Notice: Applied catalog in 0.24 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.24", " Config retrieval: 0.75", " Last run: 1759788923", " Total: 0.24", "Version:", " Config: 1759788922", " 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-10-06 22:15:23.964190 | fa163e75-6a44-31ab-30dc-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.637430 | 0.08s 2025-10-06 22:15:23.988441 | fa163e75-6a44-31ab-30dc-000000000b48 | TASK | create persistent directories 2025-10-06 22:15:24.227775 | fa163e75-6a44-31ab-30dc-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 22:15:24.230023 | fa163e75-6a44-31ab-30dc-000000000b48 | TIMING | create persistent directories | standalone | 0:02:00.903260 | 0.24s 2025-10-06 22:15:24.401252 | fa163e75-6a44-31ab-30dc-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-06 22:15:24.403022 | fa163e75-6a44-31ab-30dc-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.076265 | 0.41s 2025-10-06 22:15:24.413818 | fa163e75-6a44-31ab-30dc-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.087063 | 0.42s 2025-10-06 22:15:24.439060 | fa163e75-6a44-31ab-30dc-000000000b49 | TASK | create persistent directories 2025-10-06 22:15:24.682047 | fa163e75-6a44-31ab-30dc-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 22:15:24.684506 | fa163e75-6a44-31ab-30dc-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.357740 | 0.24s 2025-10-06 22:15:24.886189 | fa163e75-6a44-31ab-30dc-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-06 22:15:24.886798 | fa163e75-6a44-31ab-30dc-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.560050 | 0.45s 2025-10-06 22:15:24.890538 | fa163e75-6a44-31ab-30dc-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.563783 | 0.45s 2025-10-06 22:15:24.915115 | fa163e75-6a44-31ab-30dc-000000000b4a | TASK | create persistent directories 2025-10-06 22:15:25.145713 | fa163e75-6a44-31ab-30dc-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 22:15:25.146569 | fa163e75-6a44-31ab-30dc-000000000b4a | TIMING | create persistent directories | standalone | 0:02:01.819816 | 0.23s 2025-10-06 22:15:25.149894 | fa163e75-6a44-31ab-30dc-000000000b4a | TIMING | create persistent directories | standalone | 0:02:01.823139 | 0.23s 2025-10-06 22:15:25.175225 | fa163e75-6a44-31ab-30dc-000000000b4b | TASK | create persistent directories 2025-10-06 22:15:25.434630 | fa163e75-6a44-31ab-30dc-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-06 22:15:25.436888 | fa163e75-6a44-31ab-30dc-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.110124 | 0.26s 2025-10-06 22:15:25.641968 | fa163e75-6a44-31ab-30dc-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-06 22:15:25.643561 | fa163e75-6a44-31ab-30dc-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.316806 | 0.47s 2025-10-06 22:15:25.865873 | fa163e75-6a44-31ab-30dc-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-06 22:15:25.866932 | fa163e75-6a44-31ab-30dc-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.540176 | 0.69s 2025-10-06 22:15:26.023476 | fa163e75-6a44-31ab-30dc-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-06 22:15:26.024482 | fa163e75-6a44-31ab-30dc-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.697727 | 0.85s 2025-10-06 22:15:26.031797 | fa163e75-6a44-31ab-30dc-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.705041 | 0.86s 2025-10-06 22:15:26.057377 | fa163e75-6a44-31ab-30dc-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-06 22:15:26.498219 | fa163e75-6a44-31ab-30dc-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-06 22:15:26.499499 | fa163e75-6a44-31ab-30dc-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.172740 | 0.44s 2025-10-06 22:15:26.523987 | fa163e75-6a44-31ab-30dc-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-06 22:15:27.843461 | fa163e75-6a44-31ab-30dc-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 22:15:27.845454 | fa163e75-6a44-31ab-30dc-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.518697 | 1.32s 2025-10-06 22:15:29.136012 | fa163e75-6a44-31ab-30dc-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 22:15:29.137215 | fa163e75-6a44-31ab-30dc-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.810463 | 2.61s 2025-10-06 22:15:30.435430 | fa163e75-6a44-31ab-30dc-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 22:15:30.437179 | fa163e75-6a44-31ab-30dc-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.110423 | 3.91s 2025-10-06 22:15:30.447537 | fa163e75-6a44-31ab-30dc-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.120781 | 3.92s 2025-10-06 22:15:30.474291 | fa163e75-6a44-31ab-30dc-000000000b4e | TASK | create persistent directories 2025-10-06 22:15:30.720619 | fa163e75-6a44-31ab-30dc-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 22:15:30.722188 | fa163e75-6a44-31ab-30dc-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.395424 | 0.25s 2025-10-06 22:15:30.933076 | fa163e75-6a44-31ab-30dc-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 22:15:30.935924 | fa163e75-6a44-31ab-30dc-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.609159 | 0.46s 2025-10-06 22:15:31.107089 | fa163e75-6a44-31ab-30dc-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 22:15:31.108914 | fa163e75-6a44-31ab-30dc-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.782151 | 0.63s 2025-10-06 22:15:31.120342 | fa163e75-6a44-31ab-30dc-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.793575 | 0.64s 2025-10-06 22:15:31.146582 | fa163e75-6a44-31ab-30dc-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-06 22:15:31.339172 | fa163e75-6a44-31ab-30dc-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-06 22:15:31.340488 | fa163e75-6a44-31ab-30dc-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.013728 | 0.19s 2025-10-06 22:15:31.365331 | fa163e75-6a44-31ab-30dc-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-06 22:15:31.393943 | fa163e75-6a44-31ab-30dc-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-06 22:15:31.395026 | fa163e75-6a44-31ab-30dc-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.068267 | 0.03s 2025-10-06 22:15:31.420287 | fa163e75-6a44-31ab-30dc-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-06 22:15:31.650565 | fa163e75-6a44-31ab-30dc-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-06 22:15:31.652018 | fa163e75-6a44-31ab-30dc-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.325258 | 0.23s 2025-10-06 22:15:31.676720 | fa163e75-6a44-31ab-30dc-000000000b52 | TASK | Stop iscsi.service 2025-10-06 22:15:31.716458 | fa163e75-6a44-31ab-30dc-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-06 22:15:31.717575 | fa163e75-6a44-31ab-30dc-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:08.390816 | 0.04s 2025-10-06 22:15:31.770879 | fa163e75-6a44-31ab-30dc-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.444109 | 0.03s 2025-10-06 22:15:31.871942 | fa163e75-6a44-31ab-30dc-00000000104a | TASK | Install additional packages 2025-10-06 22:15:31.897413 | fa163e75-6a44-31ab-30dc-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.570659 | 0.02s 2025-10-06 22:15:31.914191 | fa163e75-6a44-31ab-30dc-00000000104b | TASK | Remove dracut-config-generic 2025-10-06 22:15:35.633621 | fa163e75-6a44-31ab-30dc-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-06 22:15:35.635079 | fa163e75-6a44-31ab-30dc-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.308321 | 3.72s 2025-10-06 22:15:35.660306 | fa163e75-6a44-31ab-30dc-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-06 22:15:35.891580 | fa163e75-6a44-31ab-30dc-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-06 22:15:35.892939 | fa163e75-6a44-31ab-30dc-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:12.566179 | 0.23s 2025-10-06 22:15:35.917749 | fa163e75-6a44-31ab-30dc-00000000104d | TASK | Write list of modules to load at boot 2025-10-06 22:15:36.396167 | fa163e75-6a44-31ab-30dc-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-06 22:15:36.397459 | fa163e75-6a44-31ab-30dc-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.070699 | 0.48s 2025-10-06 22:15:36.422545 | fa163e75-6a44-31ab-30dc-00000000104e | TASK | Modules reload 2025-10-06 22:15:36.817874 | fa163e75-6a44-31ab-30dc-00000000104e | CHANGED | Modules reload | standalone 2025-10-06 22:15:36.819701 | fa163e75-6a44-31ab-30dc-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.492914 | 0.40s 2025-10-06 22:15:36.845422 | fa163e75-6a44-31ab-30dc-00000000104f | TASK | Set default sysctl options 2025-10-06 22:15:37.315119 | fa163e75-6a44-31ab-30dc-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-06 22:15:37.316467 | fa163e75-6a44-31ab-30dc-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:13.989707 | 0.47s 2025-10-06 22:15:37.341619 | fa163e75-6a44-31ab-30dc-000000001050 | TASK | Set extra sysctl options 2025-10-06 22:15:37.729212 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-06 22:15:37.731300 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.404536 | 0.39s 2025-10-06 22:15:37.936969 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-06 22:15:37.938616 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.611859 | 0.60s 2025-10-06 22:15:38.142741 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-06 22:15:38.144368 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.817610 | 0.80s 2025-10-06 22:15:38.342069 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-06 22:15:38.343030 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.016273 | 1.00s 2025-10-06 22:15:38.523135 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-06 22:15:38.524164 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.197408 | 1.18s 2025-10-06 22:15:38.702922 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-06 22:15:38.703929 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.377173 | 1.36s 2025-10-06 22:15:38.931804 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-06 22:15:38.933056 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.606305 | 1.59s 2025-10-06 22:15:39.137522 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-06 22:15:39.138173 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.811424 | 1.79s 2025-10-06 22:15:39.347624 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-06 22:15:39.348868 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.022118 | 2.01s 2025-10-06 22:15:39.555043 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-06 22:15:39.555687 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.228915 | 2.21s 2025-10-06 22:15:39.772780 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-06 22:15:39.774425 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.447669 | 2.43s 2025-10-06 22:15:40.015346 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-06 22:15:40.016004 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.689255 | 2.67s 2025-10-06 22:15:40.232350 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-06 22:15:40.234128 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.907371 | 2.89s 2025-10-06 22:15:40.483033 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-06 22:15:40.484109 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.157353 | 3.14s 2025-10-06 22:15:40.695350 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-06 22:15:40.696898 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.370142 | 3.35s 2025-10-06 22:15:40.938240 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-06 22:15:40.939250 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.612494 | 3.60s 2025-10-06 22:15:41.178478 | fa163e75-6a44-31ab-30dc-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-06 22:15:41.180061 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.853304 | 3.84s 2025-10-06 22:15:41.192291 | fa163e75-6a44-31ab-30dc-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.865535 | 3.85s 2025-10-06 22:15:41.220957 | fa163e75-6a44-31ab-30dc-000000001052 | TASK | Sysctl reload 2025-10-06 22:15:41.633017 | fa163e75-6a44-31ab-30dc-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-06 22:15:41.634922 | fa163e75-6a44-31ab-30dc-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:18.308162 | 0.41s 2025-10-06 22:15:41.684163 | fa163e75-6a44-31ab-30dc-000000000b54 | TASK | create persistent directories 2025-10-06 22:15:41.936618 | fa163e75-6a44-31ab-30dc-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-06 22:15:41.938217 | fa163e75-6a44-31ab-30dc-000000000b54 | TIMING | create persistent directories | standalone | 0:02:18.611453 | 0.25s 2025-10-06 22:15:42.148024 | fa163e75-6a44-31ab-30dc-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-06 22:15:42.149525 | fa163e75-6a44-31ab-30dc-000000000b54 | TIMING | create persistent directories | standalone | 0:02:18.822768 | 0.46s 2025-10-06 22:15:42.159815 | fa163e75-6a44-31ab-30dc-000000000b54 | TIMING | create persistent directories | standalone | 0:02:18.833052 | 0.47s 2025-10-06 22:15:42.180087 | fa163e75-6a44-31ab-30dc-000000000b55 | TASK | Check if file certs_valid exist 2025-10-06 22:15:42.398200 | fa163e75-6a44-31ab-30dc-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-06 22:15:42.399140 | fa163e75-6a44-31ab-30dc-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.072386 | 0.22s 2025-10-06 22:15:42.418917 | fa163e75-6a44-31ab-30dc-000000000b56 | TASK | Check if file cert9.db exist 2025-10-06 22:15:42.624621 | fa163e75-6a44-31ab-30dc-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-06 22:15:42.625495 | fa163e75-6a44-31ab-30dc-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:19.298738 | 0.21s 2025-10-06 22:15:42.644839 | fa163e75-6a44-31ab-30dc-000000000b57 | TASK | Check if file key4.db exist 2025-10-06 22:15:42.865655 | fa163e75-6a44-31ab-30dc-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-06 22:15:42.866522 | fa163e75-6a44-31ab-30dc-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:19.539769 | 0.22s 2025-10-06 22:15:42.911364 | fa163e75-6a44-31ab-30dc-000000000b58 | SKIPPED | fail | standalone 2025-10-06 22:15:42.912174 | fa163e75-6a44-31ab-30dc-000000000b58 | TIMING | fail | standalone | 0:02:19.585422 | 0.03s 2025-10-06 22:15:42.931490 | fa163e75-6a44-31ab-30dc-000000000b59 | TASK | Create persistent directories 2025-10-06 22:15:43.175025 | fa163e75-6a44-31ab-30dc-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 22:15:43.176749 | fa163e75-6a44-31ab-30dc-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:19.849978 | 0.24s 2025-10-06 22:15:43.374886 | fa163e75-6a44-31ab-30dc-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-06 22:15:43.376247 | fa163e75-6a44-31ab-30dc-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.049492 | 0.44s 2025-10-06 22:15:43.386565 | fa163e75-6a44-31ab-30dc-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.059805 | 0.45s 2025-10-06 22:15:43.407008 | fa163e75-6a44-31ab-30dc-000000000b5a | TASK | create persistent directories 2025-10-06 22:15:43.646473 | fa163e75-6a44-31ab-30dc-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 22:15:43.647410 | fa163e75-6a44-31ab-30dc-000000000b5a | TIMING | create persistent directories | standalone | 0:02:20.320657 | 0.24s 2025-10-06 22:15:43.654950 | fa163e75-6a44-31ab-30dc-000000000b5a | TIMING | create persistent directories | standalone | 0:02:20.328185 | 0.25s 2025-10-06 22:15:43.680998 | fa163e75-6a44-31ab-30dc-000000000b5b | TASK | create persistent directories 2025-10-06 22:15:43.937630 | fa163e75-6a44-31ab-30dc-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 22:15:43.938572 | fa163e75-6a44-31ab-30dc-000000000b5b | TIMING | create persistent directories | standalone | 0:02:20.611815 | 0.26s 2025-10-06 22:15:44.147269 | fa163e75-6a44-31ab-30dc-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-06 22:15:44.148949 | fa163e75-6a44-31ab-30dc-000000000b5b | TIMING | create persistent directories | standalone | 0:02:20.822192 | 0.47s 2025-10-06 22:15:44.159711 | fa163e75-6a44-31ab-30dc-000000000b5b | TIMING | create persistent directories | standalone | 0:02:20.832926 | 0.48s 2025-10-06 22:15:44.186084 | fa163e75-6a44-31ab-30dc-000000000b5c | TASK | create persistent directories 2025-10-06 22:15:44.430581 | fa163e75-6a44-31ab-30dc-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-06 22:15:44.432589 | fa163e75-6a44-31ab-30dc-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.105827 | 0.25s 2025-10-06 22:15:44.442835 | fa163e75-6a44-31ab-30dc-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.116070 | 0.26s 2025-10-06 22:15:44.468751 | fa163e75-6a44-31ab-30dc-000000000b5d | TASK | create persistent directories 2025-10-06 22:15:44.730835 | fa163e75-6a44-31ab-30dc-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-06 22:15:44.732843 | fa163e75-6a44-31ab-30dc-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.406079 | 0.26s 2025-10-06 22:15:44.958902 | fa163e75-6a44-31ab-30dc-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-06 22:15:44.960347 | fa163e75-6a44-31ab-30dc-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.633589 | 0.49s 2025-10-06 22:15:45.187065 | fa163e75-6a44-31ab-30dc-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-06 22:15:45.188227 | fa163e75-6a44-31ab-30dc-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.861469 | 0.72s 2025-10-06 22:15:45.196131 | fa163e75-6a44-31ab-30dc-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.869361 | 0.73s 2025-10-06 22:15:45.222348 | fa163e75-6a44-31ab-30dc-000000000b5e | TASK | create persistent directories 2025-10-06 22:15:45.475877 | fa163e75-6a44-31ab-30dc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 22:15:45.477460 | fa163e75-6a44-31ab-30dc-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.150693 | 0.25s 2025-10-06 22:15:45.651380 | fa163e75-6a44-31ab-30dc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-06 22:15:45.653006 | fa163e75-6a44-31ab-30dc-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.326249 | 0.43s 2025-10-06 22:15:45.663598 | fa163e75-6a44-31ab-30dc-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.336842 | 0.44s 2025-10-06 22:15:45.688814 | fa163e75-6a44-31ab-30dc-000000000b5f | TASK | create persistent directories 2025-10-06 22:15:45.928626 | fa163e75-6a44-31ab-30dc-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 22:15:45.930135 | fa163e75-6a44-31ab-30dc-000000000b5f | TIMING | create persistent directories | standalone | 0:02:22.603374 | 0.24s 2025-10-06 22:15:45.942242 | fa163e75-6a44-31ab-30dc-000000000b5f | TIMING | create persistent directories | standalone | 0:02:22.615476 | 0.25s 2025-10-06 22:15:45.967346 | fa163e75-6a44-31ab-30dc-000000000b60 | TASK | creating directory 2025-10-06 22:15:46.208096 | fa163e75-6a44-31ab-30dc-000000000b60 | CHANGED | creating directory | standalone 2025-10-06 22:15:46.209018 | fa163e75-6a44-31ab-30dc-000000000b60 | TIMING | creating directory | standalone | 0:02:22.882266 | 0.24s 2025-10-06 22:15:46.234131 | fa163e75-6a44-31ab-30dc-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-06 22:15:46.710279 | fa163e75-6a44-31ab-30dc-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-06 22:15:46.711098 | fa163e75-6a44-31ab-30dc-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:23.384348 | 0.48s 2025-10-06 22:15:46.727950 | fa163e75-6a44-31ab-30dc-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-06 22:15:47.562598 | fa163e75-6a44-31ab-30dc-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-06 22:15:47.564064 | fa163e75-6a44-31ab-30dc-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.237302 | 0.84s 2025-10-06 22:15:47.589056 | fa163e75-6a44-31ab-30dc-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-06 22:15:47.818471 | fa163e75-6a44-31ab-30dc-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-06 22:15:47.819856 | fa163e75-6a44-31ab-30dc-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:24.493096 | 0.23s 2025-10-06 22:15:47.844312 | fa163e75-6a44-31ab-30dc-000000000b64 | TASK | remove temp namespace 2025-10-06 22:15:48.088997 | fa163e75-6a44-31ab-30dc-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-06 22:15:48.090381 | fa163e75-6a44-31ab-30dc-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:24.763620 | 0.24s 2025-10-06 22:15:48.115092 | fa163e75-6a44-31ab-30dc-000000000b65 | TASK | create /var/lib/neutron 2025-10-06 22:15:48.334515 | fa163e75-6a44-31ab-30dc-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-06 22:15:48.336017 | fa163e75-6a44-31ab-30dc-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:25.009257 | 0.22s 2025-10-06 22:15:48.360432 | fa163e75-6a44-31ab-30dc-000000000b66 | TASK | set conditions 2025-10-06 22:15:48.379088 | fa163e75-6a44-31ab-30dc-000000000b66 | OK | set conditions | standalone 2025-10-06 22:15:48.380183 | fa163e75-6a44-31ab-30dc-000000000b66 | TIMING | set conditions | standalone | 0:02:25.053424 | 0.02s 2025-10-06 22:15:48.405559 | fa163e75-6a44-31ab-30dc-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-06 22:15:48.615873 | fa163e75-6a44-31ab-30dc-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-06 22:15:48.617148 | fa163e75-6a44-31ab-30dc-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:25.290390 | 0.21s 2025-10-06 22:15:48.641099 | fa163e75-6a44-31ab-30dc-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-06 22:15:49.096250 | fa163e75-6a44-31ab-30dc-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-06 22:15:49.097590 | fa163e75-6a44-31ab-30dc-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:25.770830 | 0.46s 2025-10-06 22:15:49.123367 | fa163e75-6a44-31ab-30dc-000000000b69 | TASK | create haproxy kill script 2025-10-06 22:15:49.577965 | fa163e75-6a44-31ab-30dc-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-06 22:15:49.579277 | fa163e75-6a44-31ab-30dc-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:26.252517 | 0.45s 2025-10-06 22:15:49.604811 | fa163e75-6a44-31ab-30dc-000000000b6a | TASK | create persistent directories 2025-10-06 22:15:49.829984 | fa163e75-6a44-31ab-30dc-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 22:15:49.831792 | fa163e75-6a44-31ab-30dc-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.505018 | 0.23s 2025-10-06 22:15:50.035730 | fa163e75-6a44-31ab-30dc-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-06 22:15:50.037507 | fa163e75-6a44-31ab-30dc-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.710750 | 0.43s 2025-10-06 22:15:50.048134 | fa163e75-6a44-31ab-30dc-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.721371 | 0.44s 2025-10-06 22:15:50.073491 | fa163e75-6a44-31ab-30dc-000000000b6b | TASK | create persistent directories 2025-10-06 22:15:50.313421 | fa163e75-6a44-31ab-30dc-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 22:15:50.315389 | fa163e75-6a44-31ab-30dc-000000000b6b | TIMING | create persistent directories | standalone | 0:02:26.988625 | 0.24s 2025-10-06 22:15:50.325590 | fa163e75-6a44-31ab-30dc-000000000b6b | TIMING | create persistent directories | standalone | 0:02:26.998829 | 0.25s 2025-10-06 22:15:50.350371 | fa163e75-6a44-31ab-30dc-000000000b6c | TASK | create persistent directories 2025-10-06 22:15:50.596154 | fa163e75-6a44-31ab-30dc-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 22:15:50.597814 | fa163e75-6a44-31ab-30dc-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.271048 | 0.25s 2025-10-06 22:15:50.771473 | fa163e75-6a44-31ab-30dc-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-06 22:15:50.773223 | fa163e75-6a44-31ab-30dc-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.446465 | 0.42s 2025-10-06 22:15:50.783945 | fa163e75-6a44-31ab-30dc-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.457180 | 0.43s 2025-10-06 22:15:50.809532 | fa163e75-6a44-31ab-30dc-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-06 22:15:51.010893 | fa163e75-6a44-31ab-30dc-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-06 22:15:51.012122 | fa163e75-6a44-31ab-30dc-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:27.685361 | 0.20s 2025-10-06 22:15:51.037073 | fa163e75-6a44-31ab-30dc-000000000b6e | TASK | create persistent directories 2025-10-06 22:15:51.296487 | fa163e75-6a44-31ab-30dc-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 22:15:51.298884 | fa163e75-6a44-31ab-30dc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:27.972118 | 0.26s 2025-10-06 22:15:51.504692 | fa163e75-6a44-31ab-30dc-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-06 22:15:51.505829 | fa163e75-6a44-31ab-30dc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.179071 | 0.47s 2025-10-06 22:15:51.728561 | fa163e75-6a44-31ab-30dc-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-06 22:15:51.729793 | fa163e75-6a44-31ab-30dc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.403035 | 0.69s 2025-10-06 22:15:51.897660 | fa163e75-6a44-31ab-30dc-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 22:15:51.899524 | fa163e75-6a44-31ab-30dc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.572768 | 0.86s 2025-10-06 22:15:52.107651 | fa163e75-6a44-31ab-30dc-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-06 22:15:52.108799 | fa163e75-6a44-31ab-30dc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.782041 | 1.07s 2025-10-06 22:15:52.116552 | fa163e75-6a44-31ab-30dc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.789788 | 1.08s 2025-10-06 22:15:52.143078 | fa163e75-6a44-31ab-30dc-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-06 22:15:52.616895 | fa163e75-6a44-31ab-30dc-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-06 22:15:52.617825 | fa163e75-6a44-31ab-30dc-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:29.291073 | 0.47s 2025-10-06 22:15:52.634750 | fa163e75-6a44-31ab-30dc-000000000b70 | TASK | create tempfiles 2025-10-06 22:15:52.936643 | fa163e75-6a44-31ab-30dc-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-06 22:15:52.938082 | fa163e75-6a44-31ab-30dc-000000000b70 | TIMING | create tempfiles | standalone | 0:02:29.611321 | 0.30s 2025-10-06 22:15:52.963738 | fa163e75-6a44-31ab-30dc-000000000b71 | TASK | Mount Nova NFS Share 2025-10-06 22:15:52.991473 | fa163e75-6a44-31ab-30dc-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-06 22:15:52.992807 | fa163e75-6a44-31ab-30dc-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:29.666046 | 0.03s 2025-10-06 22:15:53.018703 | fa163e75-6a44-31ab-30dc-000000000b73 | TASK | check systemd-container package installed or not 2025-10-06 22:15:53.039432 | fa163e75-6a44-31ab-30dc-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-06 22:15:53.040755 | fa163e75-6a44-31ab-30dc-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:29.713995 | 0.02s 2025-10-06 22:15:53.066191 | fa163e75-6a44-31ab-30dc-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-06 22:15:53.093921 | fa163e75-6a44-31ab-30dc-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-06 22:15:53.095226 | fa163e75-6a44-31ab-30dc-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:29.768462 | 0.03s 2025-10-06 22:15:53.120655 | fa163e75-6a44-31ab-30dc-000000000b75 | TASK | Install systemd-container package on boot 2025-10-06 22:15:53.143080 | fa163e75-6a44-31ab-30dc-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-06 22:15:53.144299 | fa163e75-6a44-31ab-30dc-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.817539 | 0.02s 2025-10-06 22:15:53.169662 | fa163e75-6a44-31ab-30dc-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-06 22:15:53.201960 | fa163e75-6a44-31ab-30dc-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-06 22:15:53.204664 | fa163e75-6a44-31ab-30dc-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.877905 | 0.03s 2025-10-06 22:15:53.229987 | fa163e75-6a44-31ab-30dc-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-06 22:15:53.250949 | fa163e75-6a44-31ab-30dc-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-06 22:15:53.252164 | fa163e75-6a44-31ab-30dc-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.925404 | 0.02s 2025-10-06 22:15:53.277545 | fa163e75-6a44-31ab-30dc-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-06 22:15:53.304730 | fa163e75-6a44-31ab-30dc-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-06 22:15:53.305866 | fa163e75-6a44-31ab-30dc-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.979106 | 0.03s 2025-10-06 22:15:53.330898 | fa163e75-6a44-31ab-30dc-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-06 22:15:53.360435 | fa163e75-6a44-31ab-30dc-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-06 22:15:53.361821 | fa163e75-6a44-31ab-30dc-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:30.035058 | 0.03s 2025-10-06 22:15:53.386905 | fa163e75-6a44-31ab-30dc-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-06 22:15:53.407888 | fa163e75-6a44-31ab-30dc-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-06 22:15:53.408980 | fa163e75-6a44-31ab-30dc-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:30.082221 | 0.02s 2025-10-06 22:15:53.433148 | fa163e75-6a44-31ab-30dc-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 22:15:53.450334 | fa163e75-6a44-31ab-30dc-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 22:15:53.451490 | fa163e75-6a44-31ab-30dc-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.124730 | 0.02s 2025-10-06 22:15:53.477597 | fa163e75-6a44-31ab-30dc-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-06 22:15:53.506274 | fa163e75-6a44-31ab-30dc-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 22:15:53.507532 | fa163e75-6a44-31ab-30dc-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.180772 | 0.03s 2025-10-06 22:15:53.532466 | fa163e75-6a44-31ab-30dc-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-06 22:15:53.559162 | fa163e75-6a44-31ab-30dc-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-06 22:15:53.560359 | fa163e75-6a44-31ab-30dc-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:30.233599 | 0.03s 2025-10-06 22:15:53.592415 | fa163e75-6a44-31ab-30dc-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-06 22:15:53.622136 | fa163e75-6a44-31ab-30dc-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-06 22:15:53.623398 | fa163e75-6a44-31ab-30dc-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:30.296638 | 0.03s 2025-10-06 22:15:53.648769 | fa163e75-6a44-31ab-30dc-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 22:15:53.680223 | fa163e75-6a44-31ab-30dc-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 22:15:53.680972 | fa163e75-6a44-31ab-30dc-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.354221 | 0.03s 2025-10-06 22:15:53.705195 | fa163e75-6a44-31ab-30dc-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-06 22:15:53.733043 | fa163e75-6a44-31ab-30dc-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 22:15:53.734272 | fa163e75-6a44-31ab-30dc-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.407513 | 0.03s 2025-10-06 22:15:53.758409 | fa163e75-6a44-31ab-30dc-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-06 22:15:53.779069 | fa163e75-6a44-31ab-30dc-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-06 22:15:53.780238 | fa163e75-6a44-31ab-30dc-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:30.453480 | 0.02s 2025-10-06 22:15:53.803765 | fa163e75-6a44-31ab-30dc-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-06 22:15:53.841249 | fa163e75-6a44-31ab-30dc-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-06 22:15:53.842473 | fa163e75-6a44-31ab-30dc-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:30.515714 | 0.04s 2025-10-06 22:15:53.866840 | fa163e75-6a44-31ab-30dc-000000000b87 | TASK | Is irqbalance enabled 2025-10-06 22:15:53.897355 | fa163e75-6a44-31ab-30dc-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-06 22:15:53.898534 | fa163e75-6a44-31ab-30dc-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:30.571774 | 0.03s 2025-10-06 22:15:53.922490 | fa163e75-6a44-31ab-30dc-000000000b88 | TASK | disable irqbalance service on compute 2025-10-06 22:15:53.951999 | fa163e75-6a44-31ab-30dc-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-06 22:15:53.953057 | fa163e75-6a44-31ab-30dc-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:30.626298 | 0.03s 2025-10-06 22:15:53.978466 | fa163e75-6a44-31ab-30dc-000000000b89 | TASK | create persistent directories 2025-10-06 22:15:54.210795 | fa163e75-6a44-31ab-30dc-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-06 22:15:54.212855 | fa163e75-6a44-31ab-30dc-000000000b89 | TIMING | create persistent directories | standalone | 0:02:30.886092 | 0.23s 2025-10-06 22:15:54.222991 | fa163e75-6a44-31ab-30dc-000000000b89 | TIMING | create persistent directories | standalone | 0:02:30.896224 | 0.24s 2025-10-06 22:15:54.247639 | fa163e75-6a44-31ab-30dc-000000000b8a | TASK | create libvirt persistent data directories 2025-10-06 22:15:54.486372 | fa163e75-6a44-31ab-30dc-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-06 22:15:54.488110 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.161338 | 0.24s 2025-10-06 22:15:54.709415 | fa163e75-6a44-31ab-30dc-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-06 22:15:54.711198 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.384438 | 0.46s 2025-10-06 22:15:54.913320 | fa163e75-6a44-31ab-30dc-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-06 22:15:54.915254 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.588495 | 0.67s 2025-10-06 22:15:55.163581 | fa163e75-6a44-31ab-30dc-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 22:15:55.165554 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.838789 | 0.92s 2025-10-06 22:15:55.363420 | fa163e75-6a44-31ab-30dc-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-06 22:15:55.364786 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.038030 | 1.12s 2025-10-06 22:15:55.572142 | fa163e75-6a44-31ab-30dc-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 22:15:55.573135 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.246380 | 1.32s 2025-10-06 22:15:55.782744 | fa163e75-6a44-31ab-30dc-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-06 22:15:55.783624 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.456869 | 1.53s 2025-10-06 22:15:56.021424 | fa163e75-6a44-31ab-30dc-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-06 22:15:56.022332 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.695577 | 1.77s 2025-10-06 22:15:56.037116 | fa163e75-6a44-31ab-30dc-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.710351 | 1.79s 2025-10-06 22:15:56.064438 | fa163e75-6a44-31ab-30dc-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-06 22:15:56.696480 | fa163e75-6a44-31ab-30dc-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-06 22:15:56.697856 | fa163e75-6a44-31ab-30dc-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:33.371095 | 0.63s 2025-10-06 22:15:56.722845 | fa163e75-6a44-31ab-30dc-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-06 22:15:57.424577 | fa163e75-6a44-31ab-30dc-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-06 22:15:57.426084 | fa163e75-6a44-31ab-30dc-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:34.099320 | 0.70s 2025-10-06 22:15:57.451612 | fa163e75-6a44-31ab-30dc-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-06 22:15:57.681944 | fa163e75-6a44-31ab-30dc-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-06 22:15:57.683465 | fa163e75-6a44-31ab-30dc-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.356705 | 0.23s 2025-10-06 22:15:57.708760 | fa163e75-6a44-31ab-30dc-000000000b8e | TASK | check if libvirt is installed 2025-10-06 22:15:57.933298 | fa163e75-6a44-31ab-30dc-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-06 22:15:57.934721 | fa163e75-6a44-31ab-30dc-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:34.607960 | 0.22s 2025-10-06 22:15:57.960094 | fa163e75-6a44-31ab-30dc-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-06 22:15:58.001586 | fa163e75-6a44-31ab-30dc-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-06 22:15:58.008072 | fa163e75-6a44-31ab-30dc-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-06 22:15:58.013796 | fa163e75-6a44-31ab-30dc-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:34.687030 | 0.05s 2025-10-06 22:15:58.038871 | fa163e75-6a44-31ab-30dc-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-06 22:15:58.469464 | fa163e75-6a44-31ab-30dc-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-06 22:15:58.470926 | fa163e75-6a44-31ab-30dc-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:35.144166 | 0.43s 2025-10-06 22:15:58.495335 | fa163e75-6a44-31ab-30dc-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-06 22:15:59.468182 | fa163e75-6a44-31ab-30dc-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-06 22:15:59.469664 | fa163e75-6a44-31ab-30dc-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.142905 | 0.97s 2025-10-06 22:15:59.494003 | fa163e75-6a44-31ab-30dc-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-06 22:15:59.740586 | fa163e75-6a44-31ab-30dc-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-06 22:15:59.742171 | fa163e75-6a44-31ab-30dc-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.415409 | 0.25s 2025-10-06 22:15:59.748001 | fa163e75-6a44-31ab-30dc-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.421247 | 0.25s 2025-10-06 22:15:59.773201 | fa163e75-6a44-31ab-30dc-000000000b93 | TASK | create persistent directories 2025-10-06 22:16:00.029899 | fa163e75-6a44-31ab-30dc-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 22:16:00.031434 | fa163e75-6a44-31ab-30dc-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.704669 | 0.26s 2025-10-06 22:16:00.219396 | fa163e75-6a44-31ab-30dc-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 22:16:00.220640 | fa163e75-6a44-31ab-30dc-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.893878 | 0.45s 2025-10-06 22:16:00.228143 | fa163e75-6a44-31ab-30dc-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.901389 | 0.45s 2025-10-06 22:16:00.253944 | fa163e75-6a44-31ab-30dc-000000000b94 | TASK | Copy in cleanup script 2025-10-06 22:16:00.705017 | fa163e75-6a44-31ab-30dc-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-06 22:16:00.707609 | fa163e75-6a44-31ab-30dc-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:37.380846 | 0.45s 2025-10-06 22:16:00.732933 | fa163e75-6a44-31ab-30dc-000000000b95 | TASK | Copy in cleanup service 2025-10-06 22:16:01.205450 | fa163e75-6a44-31ab-30dc-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-06 22:16:01.207949 | fa163e75-6a44-31ab-30dc-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:37.881187 | 0.47s 2025-10-06 22:16:01.233014 | fa163e75-6a44-31ab-30dc-000000000b96 | TASK | Enabling the cleanup service 2025-10-06 22:16:01.879801 | fa163e75-6a44-31ab-30dc-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-06 22:16:01.882790 | fa163e75-6a44-31ab-30dc-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:38.556023 | 0.65s 2025-10-06 22:16:01.910061 | fa163e75-6a44-31ab-30dc-000000000b97 | TASK | create persistent directories 2025-10-06 22:16:02.168174 | fa163e75-6a44-31ab-30dc-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 22:16:02.170410 | fa163e75-6a44-31ab-30dc-000000000b97 | TIMING | create persistent directories | standalone | 0:02:38.843644 | 0.26s 2025-10-06 22:16:02.386698 | fa163e75-6a44-31ab-30dc-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 22:16:02.387724 | fa163e75-6a44-31ab-30dc-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.060968 | 0.48s 2025-10-06 22:16:02.394077 | fa163e75-6a44-31ab-30dc-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.067315 | 0.48s 2025-10-06 22:16:02.419814 | fa163e75-6a44-31ab-30dc-000000000b98 | TASK | set conditions 2025-10-06 22:16:02.450342 | fa163e75-6a44-31ab-30dc-000000000b98 | OK | set conditions | standalone 2025-10-06 22:16:02.452537 | fa163e75-6a44-31ab-30dc-000000000b98 | TIMING | set conditions | standalone | 0:02:39.125774 | 0.03s 2025-10-06 22:16:02.477815 | fa163e75-6a44-31ab-30dc-000000000b99 | TASK | create persistent directories 2025-10-06 22:16:02.737222 | fa163e75-6a44-31ab-30dc-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 22:16:02.738111 | fa163e75-6a44-31ab-30dc-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.411356 | 0.26s 2025-10-06 22:16:02.966407 | fa163e75-6a44-31ab-30dc-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-06 22:16:02.967982 | fa163e75-6a44-31ab-30dc-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.641221 | 0.49s 2025-10-06 22:16:03.191646 | fa163e75-6a44-31ab-30dc-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-06 22:16:03.193302 | fa163e75-6a44-31ab-30dc-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.866541 | 0.71s 2025-10-06 22:16:03.204342 | fa163e75-6a44-31ab-30dc-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.877587 | 0.72s 2025-10-06 22:16:03.229046 | fa163e75-6a44-31ab-30dc-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-06 22:16:03.691262 | fa163e75-6a44-31ab-30dc-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-06 22:16:03.692811 | fa163e75-6a44-31ab-30dc-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:40.366051 | 0.46s 2025-10-06 22:16:03.717867 | fa163e75-6a44-31ab-30dc-000000000b9b | TASK | create persistent directories 2025-10-06 22:16:03.980253 | fa163e75-6a44-31ab-30dc-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 22:16:03.982347 | fa163e75-6a44-31ab-30dc-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.655583 | 0.26s 2025-10-06 22:16:04.188287 | fa163e75-6a44-31ab-30dc-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-06 22:16:04.189246 | fa163e75-6a44-31ab-30dc-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.862490 | 0.47s 2025-10-06 22:16:04.195562 | fa163e75-6a44-31ab-30dc-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.868807 | 0.48s 2025-10-06 22:16:04.220240 | fa163e75-6a44-31ab-30dc-000000000b9c | TASK | create empty log files 2025-10-06 22:16:04.465221 | fa163e75-6a44-31ab-30dc-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-06 22:16:04.466541 | fa163e75-6a44-31ab-30dc-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.139778 | 0.25s 2025-10-06 22:16:04.637199 | fa163e75-6a44-31ab-30dc-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-06 22:16:04.639098 | fa163e75-6a44-31ab-30dc-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.312335 | 0.42s 2025-10-06 22:16:04.649644 | fa163e75-6a44-31ab-30dc-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.322877 | 0.43s 2025-10-06 22:16:04.675183 | fa163e75-6a44-31ab-30dc-000000000b9d | TASK | create persistent directories 2025-10-06 22:16:04.899748 | fa163e75-6a44-31ab-30dc-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 22:16:04.901056 | fa163e75-6a44-31ab-30dc-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.574294 | 0.22s 2025-10-06 22:16:04.907101 | fa163e75-6a44-31ab-30dc-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.580336 | 0.23s 2025-10-06 22:16:04.931768 | fa163e75-6a44-31ab-30dc-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-06 22:16:07.738061 | fa163e75-6a44-31ab-30dc-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-06 22:16:07.739515 | fa163e75-6a44-31ab-30dc-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.412754 | 2.81s 2025-10-06 22:16:07.783582 | fa163e75-6a44-31ab-30dc-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.456816 | 0.02s 2025-10-06 22:16:07.844503 | fa163e75-6a44-31ab-30dc-000000001298 | TASK | Gather variables for each operating system 2025-10-06 22:16:07.948337 | fa163e75-6a44-31ab-30dc-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:44.621567 | 0.10s 2025-10-06 22:16:07.973351 | fa163e75-6a44-31ab-30dc-000000001299 | TASK | Set packages facts 2025-10-06 22:16:08.001377 | fa163e75-6a44-31ab-30dc-000000001299 | OK | Set packages facts | standalone 2025-10-06 22:16:08.002504 | fa163e75-6a44-31ab-30dc-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:44.675745 | 0.03s 2025-10-06 22:16:08.027078 | fa163e75-6a44-31ab-30dc-00000000129a | TASK | Manage package 2025-10-06 22:16:08.082767 | fa163e75-6a44-31ab-30dc-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-06 22:16:08.098282 | fa163e75-6a44-31ab-30dc-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-06 22:16:08.114435 | fa163e75-6a44-31ab-30dc-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-06 22:16:12.789932 | fa163e75-6a44-31ab-30dc-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.463157 | 4.76s 2025-10-06 22:16:12.797232 | fa163e75-6a44-31ab-30dc-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-06 22:16:12.802792 | fa163e75-6a44-31ab-30dc-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.476036 | 4.77s 2025-10-06 22:16:12.836217 | fa163e75-6a44-31ab-30dc-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-06 22:16:14.060491 | fa163e75-6a44-31ab-30dc-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-06 22:16:14.062713 | fa163e75-6a44-31ab-30dc-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:50.735919 | 1.23s 2025-10-06 22:16:14.088335 | fa163e75-6a44-31ab-30dc-000000000ba3 | TASK | create persistent directories 2025-10-06 22:16:14.346043 | fa163e75-6a44-31ab-30dc-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 22:16:14.347700 | fa163e75-6a44-31ab-30dc-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.020906 | 0.26s 2025-10-06 22:16:14.519855 | fa163e75-6a44-31ab-30dc-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 22:16:14.521533 | fa163e75-6a44-31ab-30dc-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.194777 | 0.43s 2025-10-06 22:16:14.532822 | fa163e75-6a44-31ab-30dc-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.206055 | 0.44s 2025-10-06 22:16:14.558213 | fa163e75-6a44-31ab-30dc-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-06 22:16:14.810875 | fa163e75-6a44-31ab-30dc-000000000ba4 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-06 22:16:14.812305 | fa163e75-6a44-31ab-30dc-000000000ba4 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:51.485545 | 0.25s 2025-10-06 22:16:14.838305 | fa163e75-6a44-31ab-30dc-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-06 22:16:14.866912 | fa163e75-6a44-31ab-30dc-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-06 22:16:14.868058 | fa163e75-6a44-31ab-30dc-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:51.541299 | 0.03s 2025-10-06 22:16:14.896470 | fa163e75-6a44-31ab-30dc-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-06 22:16:15.120047 | fa163e75-6a44-31ab-30dc-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-06 22:16:15.121665 | fa163e75-6a44-31ab-30dc-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:51.794897 | 0.22s 2025-10-06 22:16:15.147607 | fa163e75-6a44-31ab-30dc-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-06 22:16:15.348960 | fa163e75-6a44-31ab-30dc-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-06 22:16:15.350933 | fa163e75-6a44-31ab-30dc-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:52.024167 | 0.20s 2025-10-06 22:16:15.377305 | fa163e75-6a44-31ab-30dc-000000000ba8 | TASK | Restart systemd-logind 2025-10-06 22:16:15.875516 | fa163e75-6a44-31ab-30dc-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-06 22:16:15.878258 | fa163e75-6a44-31ab-30dc-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:52.551484 | 0.50s 2025-10-06 22:16:15.906733 | fa163e75-6a44-31ab-30dc-000000000ba9 | 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-10-06 22:16:15.981428 | fa163e75-6a44-31ab-30dc-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-06 22:16:15.983043 | fa163e75-6a44-31ab-30dc-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:52.656276 | 0.07s 2025-10-06 22:16:16.010126 | fa163e75-6a44-31ab-30dc-000000000baa | 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-10-06 22:16:16.085967 | fa163e75-6a44-31ab-30dc-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-06 22:16:16.087580 | fa163e75-6a44-31ab-30dc-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:52.760813 | 0.08s 2025-10-06 22:16:16.114764 | fa163e75-6a44-31ab-30dc-000000000bab | TASK | create persistent logs directory 2025-10-06 22:16:16.361115 | fa163e75-6a44-31ab-30dc-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-06 22:16:16.363627 | fa163e75-6a44-31ab-30dc-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.036860 | 0.25s 2025-10-06 22:16:16.578516 | fa163e75-6a44-31ab-30dc-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-06 22:16:16.580601 | fa163e75-6a44-31ab-30dc-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.253836 | 0.46s 2025-10-06 22:16:16.590234 | fa163e75-6a44-31ab-30dc-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.263477 | 0.47s 2025-10-06 22:16:16.610361 | fa163e75-6a44-31ab-30dc-000000000bad | TASK | Set login facts 2025-10-06 22:16:16.647615 | fa163e75-6a44-31ab-30dc-000000000bad | OK | Set login facts | standalone 2025-10-06 22:16:16.648756 | fa163e75-6a44-31ab-30dc-000000000bad | TIMING | Set login facts | standalone | 0:02:53.321995 | 0.04s 2025-10-06 22:16:16.673493 | fa163e75-6a44-31ab-30dc-000000000bae | TASK | Convert logins json to dict 2025-10-06 22:16:16.724568 | fa163e75-6a44-31ab-30dc-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-06 22:16:16.725941 | fa163e75-6a44-31ab-30dc-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:53.399182 | 0.05s 2025-10-06 22:16:16.750632 | fa163e75-6a44-31ab-30dc-000000000baf | TASK | Set registry logins 2025-10-06 22:16:16.800954 | fa163e75-6a44-31ab-30dc-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-06 22:16:16.802043 | fa163e75-6a44-31ab-30dc-000000000baf | TIMING | Set registry logins | standalone | 0:02:53.475284 | 0.05s 2025-10-06 22:16:16.828224 | fa163e75-6a44-31ab-30dc-000000000bb0 | TASK | Run podman install 2025-10-06 22:16:16.856827 | fa163e75-6a44-31ab-30dc-000000000bb0 | TIMING | Run podman install | standalone | 0:02:53.530063 | 0.03s 2025-10-06 22:16:16.938454 | fa163e75-6a44-31ab-30dc-00000000132a | TASK | Gather variables for each operating system 2025-10-06 22:16:17.081088 | fa163e75-6a44-31ab-30dc-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-06 22:16:17.083199 | fa163e75-6a44-31ab-30dc-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:53.756432 | 0.14s 2025-10-06 22:16:17.092716 | fa163e75-6a44-31ab-30dc-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:53.765961 | 0.15s 2025-10-06 22:16:17.112844 | fa163e75-6a44-31ab-30dc-00000000132c | TASK | ensure podman and deps are installed 2025-10-06 22:16:19.958072 | fa163e75-6a44-31ab-30dc-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-06 22:16:19.959523 | fa163e75-6a44-31ab-30dc-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:56.632763 | 2.85s 2025-10-06 22:16:19.985047 | fa163e75-6a44-31ab-30dc-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-06 22:16:20.648379 | fa163e75-6a44-31ab-30dc-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-06 22:16:20.649653 | fa163e75-6a44-31ab-30dc-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:57.322892 | 0.66s 2025-10-06 22:16:20.675192 | fa163e75-6a44-31ab-30dc-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-06 22:16:20.706317 | fa163e75-6a44-31ab-30dc-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-06 22:16:20.707726 | fa163e75-6a44-31ab-30dc-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:57.380965 | 0.03s 2025-10-06 22:16:20.733953 | fa163e75-6a44-31ab-30dc-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-06 22:16:20.762917 | fa163e75-6a44-31ab-30dc-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-06 22:16:20.764018 | fa163e75-6a44-31ab-30dc-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:57.437260 | 0.03s 2025-10-06 22:16:20.789029 | fa163e75-6a44-31ab-30dc-000000001331 | TASK | Update default network configuration if possible 2025-10-06 22:16:20.817212 | fa163e75-6a44-31ab-30dc-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-06 22:16:20.818298 | fa163e75-6a44-31ab-30dc-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:57.491540 | 0.03s 2025-10-06 22:16:20.843776 | fa163e75-6a44-31ab-30dc-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-06 22:16:21.086503 | fa163e75-6a44-31ab-30dc-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-06 22:16:21.088061 | fa163e75-6a44-31ab-30dc-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:57.761300 | 0.24s 2025-10-06 22:16:21.108890 | fa163e75-6a44-31ab-30dc-000000001334 | TASK | Get current podman network 2025-10-06 22:16:21.407084 | fa163e75-6a44-31ab-30dc-000000001334 | CHANGED | Get current podman network | standalone 2025-10-06 22:16:21.408506 | fa163e75-6a44-31ab-30dc-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:58.081745 | 0.30s 2025-10-06 22:16:21.434917 | fa163e75-6a44-31ab-30dc-000000001335 | TASK | Update the default network configuration 2025-10-06 22:16:22.039273 | fa163e75-6a44-31ab-30dc-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-06 22:16:22.040580 | fa163e75-6a44-31ab-30dc-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:58.713820 | 0.60s 2025-10-06 22:16:22.065503 | fa163e75-6a44-31ab-30dc-000000001336 | TASK | Write containers registries.conf 2025-10-06 22:16:22.657199 | fa163e75-6a44-31ab-30dc-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-06 22:16:22.658595 | fa163e75-6a44-31ab-30dc-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:59.331834 | 0.59s 2025-10-06 22:16:22.683607 | fa163e75-6a44-31ab-30dc-000000001337 | TASK | Write containers.conf 2025-10-06 22:16:22.937553 | fa163e75-6a44-31ab-30dc-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-06 22:16:22.939285 | fa163e75-6a44-31ab-30dc-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.612530 | 0.25s 2025-10-06 22:16:23.110022 | fa163e75-6a44-31ab-30dc-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-06 22:16:23.111990 | fa163e75-6a44-31ab-30dc-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.785226 | 0.43s 2025-10-06 22:16:23.317805 | fa163e75-6a44-31ab-30dc-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-06 22:16:23.318510 | fa163e75-6a44-31ab-30dc-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.991761 | 0.63s 2025-10-06 22:16:23.487323 | fa163e75-6a44-31ab-30dc-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-06 22:16:23.488430 | fa163e75-6a44-31ab-30dc-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.161672 | 0.80s 2025-10-06 22:16:23.495859 | fa163e75-6a44-31ab-30dc-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.169093 | 0.81s 2025-10-06 22:16:23.519144 | fa163e75-6a44-31ab-30dc-000000001338 | TASK | Enable podman.socket service 2025-10-06 22:16:23.549640 | fa163e75-6a44-31ab-30dc-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-06 22:16:23.550261 | fa163e75-6a44-31ab-30dc-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:00.223511 | 0.03s 2025-10-06 22:16:23.583133 | fa163e75-6a44-31ab-30dc-000000000bb1 | TASK | Run podman login 2025-10-06 22:16:23.608747 | fa163e75-6a44-31ab-30dc-000000000bb1 | TIMING | Run podman login | standalone | 0:03:00.281990 | 0.02s 2025-10-06 22:16:23.680574 | fa163e75-6a44-31ab-30dc-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-06 22:16:23.708619 | fa163e75-6a44-31ab-30dc-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:00.381849 | 0.03s 2025-10-06 22:16:23.746909 | fa163e75-6a44-31ab-30dc-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-06 22:16:24.179353 | fa163e75-6a44-31ab-30dc-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-06 22:16:24.180851 | fa163e75-6a44-31ab-30dc-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:00.854091 | 0.43s 2025-10-06 22:16:24.206299 | fa163e75-6a44-31ab-30dc-000000000bb4 | TASK | create persistent directories 2025-10-06 22:16:24.473310 | fa163e75-6a44-31ab-30dc-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-06 22:16:24.475722 | fa163e75-6a44-31ab-30dc-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.148955 | 0.27s 2025-10-06 22:16:24.708863 | fa163e75-6a44-31ab-30dc-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-06 22:16:24.710364 | fa163e75-6a44-31ab-30dc-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.383607 | 0.50s 2025-10-06 22:16:24.944899 | fa163e75-6a44-31ab-30dc-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-06 22:16:24.946699 | fa163e75-6a44-31ab-30dc-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.619914 | 0.74s 2025-10-06 22:16:24.958047 | fa163e75-6a44-31ab-30dc-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.631280 | 0.75s 2025-10-06 22:16:24.985406 | fa163e75-6a44-31ab-30dc-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-06 22:16:25.467333 | fa163e75-6a44-31ab-30dc-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-06 22:16:25.468775 | fa163e75-6a44-31ab-30dc-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:02.142014 | 0.48s 2025-10-06 22:16:25.492982 | fa163e75-6a44-31ab-30dc-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-06 22:16:28.337404 | fa163e75-6a44-31ab-30dc-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-06 22:16:28.338976 | fa163e75-6a44-31ab-30dc-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:05.012214 | 2.84s 2025-10-06 22:16:28.364808 | fa163e75-6a44-31ab-30dc-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-06 22:16:28.725387 | fa163e75-6a44-31ab-30dc-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-06 22:16:28.726764 | fa163e75-6a44-31ab-30dc-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:05.400010 | 0.36s 2025-10-06 22:16:28.781201 | fa163e75-6a44-31ab-30dc-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:05.454434 | 0.03s 2025-10-06 22:16:28.868775 | fa163e75-6a44-31ab-30dc-000000001553 | TASK | Gather variables for each operating system 2025-10-06 22:16:28.983646 | fa163e75-6a44-31ab-30dc-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-06 22:16:28.985221 | fa163e75-6a44-31ab-30dc-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:05.658467 | 0.12s 2025-10-06 22:16:28.996162 | fa163e75-6a44-31ab-30dc-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:05.669402 | 0.13s 2025-10-06 22:16:29.021863 | fa163e75-6a44-31ab-30dc-000000001555 | TASK | Install the OpenSSH server 2025-10-06 22:16:31.858730 | fa163e75-6a44-31ab-30dc-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-06 22:16:31.860284 | fa163e75-6a44-31ab-30dc-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:08.533525 | 2.84s 2025-10-06 22:16:31.887995 | fa163e75-6a44-31ab-30dc-000000001556 | TASK | Start sshd 2025-10-06 22:16:31.917126 | fa163e75-6a44-31ab-30dc-000000001556 | SKIPPED | Start sshd | standalone 2025-10-06 22:16:31.918658 | fa163e75-6a44-31ab-30dc-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:08.591895 | 0.03s 2025-10-06 22:16:31.944223 | fa163e75-6a44-31ab-30dc-000000001557 | TASK | PasswordAuthentication notice 2025-10-06 22:16:31.983926 | fa163e75-6a44-31ab-30dc-000000001557 | 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-10-06 22:16:31.985055 | fa163e75-6a44-31ab-30dc-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:08.658292 | 0.04s 2025-10-06 22:16:32.010547 | fa163e75-6a44-31ab-30dc-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-06 22:16:32.039208 | fa163e75-6a44-31ab-30dc-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-06 22:16:32.040562 | fa163e75-6a44-31ab-30dc-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:08.713798 | 0.03s 2025-10-06 22:16:32.066897 | fa163e75-6a44-31ab-30dc-000000001559 | TASK | Motd duplication notice 2025-10-06 22:16:32.108008 | fa163e75-6a44-31ab-30dc-000000001559 | 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-10-06 22:16:32.109129 | fa163e75-6a44-31ab-30dc-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:08.782371 | 0.04s 2025-10-06 22:16:32.134370 | fa163e75-6a44-31ab-30dc-00000000155a | TASK | Configure the banner text 2025-10-06 22:16:32.164343 | fa163e75-6a44-31ab-30dc-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-06 22:16:32.165461 | fa163e75-6a44-31ab-30dc-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:08.838702 | 0.03s 2025-10-06 22:16:32.191319 | fa163e75-6a44-31ab-30dc-00000000155b | TASK | Configure the motd banner 2025-10-06 22:16:32.223470 | fa163e75-6a44-31ab-30dc-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-06 22:16:32.224578 | fa163e75-6a44-31ab-30dc-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:08.897819 | 0.03s 2025-10-06 22:16:32.250287 | fa163e75-6a44-31ab-30dc-00000000155c | TASK | Update sshd configuration options from vars 2025-10-06 22:16:32.289741 | fa163e75-6a44-31ab-30dc-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-06 22:16:32.290962 | fa163e75-6a44-31ab-30dc-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:08.964204 | 0.04s 2025-10-06 22:16:32.316269 | fa163e75-6a44-31ab-30dc-00000000155d | TASK | Adjust ssh server configuration 2025-10-06 22:16:32.847969 | fa163e75-6a44-31ab-30dc-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-06 22:16:32.849483 | fa163e75-6a44-31ab-30dc-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:09.522723 | 0.53s 2025-10-06 22:16:32.874661 | fa163e75-6a44-31ab-30dc-00000000155e | TASK | Restart sshd 2025-10-06 22:16:34.272504 | fa163e75-6a44-31ab-30dc-00000000155e | CHANGED | Restart sshd | standalone 2025-10-06 22:16:34.274498 | fa163e75-6a44-31ab-30dc-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:10.947737 | 1.40s 2025-10-06 22:16:34.323533 | fa163e75-6a44-31ab-30dc-000000000bb9 | TASK | create persistent directories 2025-10-06 22:16:34.603197 | fa163e75-6a44-31ab-30dc-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 22:16:34.605924 | fa163e75-6a44-31ab-30dc-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.279157 | 0.28s 2025-10-06 22:16:34.806243 | fa163e75-6a44-31ab-30dc-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-06 22:16:34.807295 | fa163e75-6a44-31ab-30dc-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.480538 | 0.48s 2025-10-06 22:16:35.006665 | fa163e75-6a44-31ab-30dc-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 22:16:35.008372 | fa163e75-6a44-31ab-30dc-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.681614 | 0.68s 2025-10-06 22:16:35.020050 | fa163e75-6a44-31ab-30dc-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.693276 | 0.70s 2025-10-06 22:16:35.046557 | fa163e75-6a44-31ab-30dc-000000000bba | TASK | create persistent directories 2025-10-06 22:16:35.316530 | fa163e75-6a44-31ab-30dc-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 22:16:35.319585 | fa163e75-6a44-31ab-30dc-000000000bba | TIMING | create persistent directories | standalone | 0:03:11.992814 | 0.27s 2025-10-06 22:16:35.520077 | fa163e75-6a44-31ab-30dc-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-06 22:16:35.521209 | fa163e75-6a44-31ab-30dc-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.194451 | 0.47s 2025-10-06 22:16:35.751234 | fa163e75-6a44-31ab-30dc-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 22:16:35.752898 | fa163e75-6a44-31ab-30dc-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.426141 | 0.70s 2025-10-06 22:16:35.764163 | fa163e75-6a44-31ab-30dc-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.437396 | 0.72s 2025-10-06 22:16:35.790090 | fa163e75-6a44-31ab-30dc-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-06 22:16:35.823013 | fa163e75-6a44-31ab-30dc-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-06 22:16:35.824134 | fa163e75-6a44-31ab-30dc-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:12.497374 | 0.03s 2025-10-06 22:16:35.850118 | fa163e75-6a44-31ab-30dc-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-06 22:16:35.881197 | fa163e75-6a44-31ab-30dc-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-06 22:16:35.882301 | fa163e75-6a44-31ab-30dc-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:12.555542 | 0.03s 2025-10-06 22:16:35.906803 | fa163e75-6a44-31ab-30dc-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-06 22:16:36.140880 | fa163e75-6a44-31ab-30dc-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-06 22:16:36.142266 | fa163e75-6a44-31ab-30dc-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:12.815506 | 0.23s 2025-10-06 22:16:36.168195 | fa163e75-6a44-31ab-30dc-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-06 22:16:36.209314 | fa163e75-6a44-31ab-30dc-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-06 22:16:36.210637 | fa163e75-6a44-31ab-30dc-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:12.883870 | 0.04s 2025-10-06 22:16:36.235649 | fa163e75-6a44-31ab-30dc-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-06 22:16:36.264062 | fa163e75-6a44-31ab-30dc-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-06 22:16:36.265163 | fa163e75-6a44-31ab-30dc-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:12.938404 | 0.03s 2025-10-06 22:16:36.289506 | fa163e75-6a44-31ab-30dc-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-06 22:16:36.318887 | fa163e75-6a44-31ab-30dc-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-06 22:16:36.320270 | fa163e75-6a44-31ab-30dc-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:12.993504 | 0.03s 2025-10-06 22:16:36.339922 | fa163e75-6a44-31ab-30dc-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-06 22:16:36.366834 | fa163e75-6a44-31ab-30dc-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:13.040078 | 0.03s 2025-10-06 22:16:36.389862 | fa163e75-6a44-31ab-30dc-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-06 22:16:36.438389 | fa163e75-6a44-31ab-30dc-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-06 22:16:36.439245 | fa163e75-6a44-31ab-30dc-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:13.112493 | 0.05s 2025-10-06 22:16:36.458126 | fa163e75-6a44-31ab-30dc-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-06 22:16:36.484528 | fa163e75-6a44-31ab-30dc-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:13.157772 | 0.03s 2025-10-06 22:16:36.503760 | fa163e75-6a44-31ab-30dc-000000000bc4 | TASK | Check for NTP service 2025-10-06 22:16:36.742542 | fa163e75-6a44-31ab-30dc-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-06 22:16:36.743942 | fa163e75-6a44-31ab-30dc-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:13.417183 | 0.24s 2025-10-06 22:16:36.768077 | fa163e75-6a44-31ab-30dc-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-06 22:16:36.807532 | fa163e75-6a44-31ab-30dc-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 22:16:36.808641 | fa163e75-6a44-31ab-30dc-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:13.481882 | 0.04s 2025-10-06 22:16:36.834444 | fa163e75-6a44-31ab-30dc-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-06 22:16:36.853317 | fa163e75-6a44-31ab-30dc-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:13.526546 | 0.02s 2025-10-06 22:16:36.948096 | fa163e75-6a44-31ab-30dc-0000000016ef | TASK | Load distro-specific variables 2025-10-06 22:16:36.964374 | fa163e75-6a44-31ab-30dc-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.637617 | 0.02s 2025-10-06 22:16:36.972383 | 411c55d4-c4af-4512-b607-b89872ad28de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 22:16:36.993847 | fa163e75-6a44-31ab-30dc-0000000017d4 | TASK | Load distro-specific variables 2025-10-06 22:16:37.022810 | fa163e75-6a44-31ab-30dc-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 22:16:37.024465 | fa163e75-6a44-31ab-30dc-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.697707 | 0.03s 2025-10-06 22:16:37.034470 | fa163e75-6a44-31ab-30dc-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.707715 | 0.04s 2025-10-06 22:16:37.052299 | fa163e75-6a44-31ab-30dc-0000000016f0 | TASK | Install chronyd 2025-10-06 22:16:37.077551 | fa163e75-6a44-31ab-30dc-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:13.750796 | 0.02s 2025-10-06 22:16:37.088268 | 0b57a6e0-1cc2-4f38-a71d-ccdc69c24a79 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-06 22:16:37.111043 | fa163e75-6a44-31ab-30dc-00000000180d | TASK | Load distro-specific variables 2025-10-06 22:16:37.137827 | fa163e75-6a44-31ab-30dc-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.811068 | 0.03s 2025-10-06 22:16:37.146630 | 81f1b41d-0bd5-47b7-bdfc-ca05f164573e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 22:16:37.166817 | fa163e75-6a44-31ab-30dc-000000001854 | TASK | Load distro-specific variables 2025-10-06 22:16:37.218879 | fa163e75-6a44-31ab-30dc-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 22:16:37.220324 | fa163e75-6a44-31ab-30dc-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.893558 | 0.05s 2025-10-06 22:16:37.227842 | fa163e75-6a44-31ab-30dc-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.901080 | 0.06s 2025-10-06 22:16:37.255119 | fa163e75-6a44-31ab-30dc-00000000180e | TASK | Check for NTP service 2025-10-06 22:16:37.492366 | fa163e75-6a44-31ab-30dc-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-06 22:16:37.493792 | fa163e75-6a44-31ab-30dc-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:14.167031 | 0.24s 2025-10-06 22:16:37.520625 | fa163e75-6a44-31ab-30dc-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-06 22:16:37.571021 | fa163e75-6a44-31ab-30dc-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 22:16:37.572288 | fa163e75-6a44-31ab-30dc-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:14.245527 | 0.05s 2025-10-06 22:16:37.599093 | fa163e75-6a44-31ab-30dc-000000001810 | TASK | Install chronyd package 2025-10-06 22:16:40.498914 | fa163e75-6a44-31ab-30dc-000000001810 | OK | Install chronyd package | standalone 2025-10-06 22:16:40.500286 | fa163e75-6a44-31ab-30dc-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:17.173526 | 2.90s 2025-10-06 22:16:40.525898 | fa163e75-6a44-31ab-30dc-0000000016f1 | TASK | Upgrade chronyd 2025-10-06 22:16:40.555216 | fa163e75-6a44-31ab-30dc-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-06 22:16:40.556414 | fa163e75-6a44-31ab-30dc-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:17.229656 | 0.03s 2025-10-06 22:16:40.582234 | fa163e75-6a44-31ab-30dc-0000000016f2 | TASK | Configure chronyd 2025-10-06 22:16:40.612673 | fa163e75-6a44-31ab-30dc-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:17.285903 | 0.03s 2025-10-06 22:16:40.633819 | ee6d3da3-c2e8-4ee0-9680-24c196018471 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-06 22:16:40.670896 | fa163e75-6a44-31ab-30dc-00000000188d | TASK | Load distro-specific variables 2025-10-06 22:16:40.696757 | fa163e75-6a44-31ab-30dc-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.369999 | 0.03s 2025-10-06 22:16:40.707662 | 0be68c05-b10a-4aca-b806-5a3172334978 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 22:16:40.730499 | fa163e75-6a44-31ab-30dc-0000000018f9 | TASK | Load distro-specific variables 2025-10-06 22:16:40.784969 | fa163e75-6a44-31ab-30dc-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 22:16:40.786212 | fa163e75-6a44-31ab-30dc-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.459448 | 0.05s 2025-10-06 22:16:40.792163 | fa163e75-6a44-31ab-30dc-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.465414 | 0.06s 2025-10-06 22:16:40.812815 | fa163e75-6a44-31ab-30dc-00000000188e | TASK | Install chrony configuration file 2025-10-06 22:16:41.426481 | fa163e75-6a44-31ab-30dc-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-06 22:16:41.427259 | fa163e75-6a44-31ab-30dc-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:18.100509 | 0.61s 2025-10-06 22:16:41.444455 | fa163e75-6a44-31ab-30dc-0000000016f3 | TASK | Run chronyd 2025-10-06 22:16:41.469518 | fa163e75-6a44-31ab-30dc-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:18.142766 | 0.02s 2025-10-06 22:16:41.479490 | 52119611-e531-4a47-9870-5d4fdffac529 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-06 22:16:41.508259 | fa163e75-6a44-31ab-30dc-00000000191c | TASK | Load distro-specific variables 2025-10-06 22:16:41.534117 | fa163e75-6a44-31ab-30dc-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.207361 | 0.03s 2025-10-06 22:16:41.544343 | 867069c4-409b-4f4c-9f41-015ddba127f0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 22:16:41.567432 | fa163e75-6a44-31ab-30dc-0000000019a0 | TASK | Load distro-specific variables 2025-10-06 22:16:41.620635 | fa163e75-6a44-31ab-30dc-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 22:16:41.621732 | fa163e75-6a44-31ab-30dc-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.294973 | 0.05s 2025-10-06 22:16:41.627811 | fa163e75-6a44-31ab-30dc-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.301055 | 0.06s 2025-10-06 22:16:41.652971 | fa163e75-6a44-31ab-30dc-00000000191d | TASK | Ensure chronyd is running 2025-10-06 22:16:42.080190 | fa163e75-6a44-31ab-30dc-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-06 22:16:42.082101 | fa163e75-6a44-31ab-30dc-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:18.755339 | 0.43s 2025-10-06 22:16:42.109309 | fa163e75-6a44-31ab-30dc-00000000191e | TASK | Force chronyd restart 2025-10-06 22:16:42.590871 | fa163e75-6a44-31ab-30dc-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-06 22:16:42.592854 | fa163e75-6a44-31ab-30dc-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.266091 | 0.48s 2025-10-06 22:16:42.620426 | fa163e75-6a44-31ab-30dc-0000000016f4 | TASK | Enable online service 2025-10-06 22:16:42.650945 | fa163e75-6a44-31ab-30dc-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:19.324179 | 0.03s 2025-10-06 22:16:42.671807 | f05f383e-b4b1-4fdc-ade9-dd31d3279c4b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-06 22:16:42.715260 | fa163e75-6a44-31ab-30dc-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-06 22:16:43.186000 | fa163e75-6a44-31ab-30dc-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-06 22:16:43.187032 | fa163e75-6a44-31ab-30dc-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:19.860276 | 0.47s 2025-10-06 22:16:43.207222 | fa163e75-6a44-31ab-30dc-0000000019ce | TASK | Enable chrony-online.service 2025-10-06 22:16:44.122830 | fa163e75-6a44-31ab-30dc-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-06 22:16:44.124899 | fa163e75-6a44-31ab-30dc-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:20.798137 | 0.92s 2025-10-06 22:16:44.152508 | fa163e75-6a44-31ab-30dc-0000000016f5 | TASK | Sync chronyc 2025-10-06 22:16:44.182908 | fa163e75-6a44-31ab-30dc-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:20.856142 | 0.03s 2025-10-06 22:16:44.201970 | cc725e12-0780-4680-9055-e7938d147fab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-06 22:16:44.248450 | fa163e75-6a44-31ab-30dc-000000001a73 | TASK | Force NTP sync 2025-10-06 22:16:44.479081 | fa163e75-6a44-31ab-30dc-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-06 22:16:44.480572 | fa163e75-6a44-31ab-30dc-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.153811 | 0.23s 2025-10-06 22:16:44.508379 | fa163e75-6a44-31ab-30dc-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-06 22:16:54.759312 | fa163e75-6a44-31ab-30dc-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-06 22:16:54.760510 | fa163e75-6a44-31ab-30dc-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:31.433756 | 10.25s 2025-10-06 22:16:54.799139 | fa163e75-6a44-31ab-30dc-000000000bc7 | TASK | Force NTP sync 2025-10-06 22:16:55.019526 | fa163e75-6a44-31ab-30dc-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-06 22:16:55.021247 | fa163e75-6a44-31ab-30dc-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:31.694481 | 0.22s 2025-10-06 22:16:55.046395 | fa163e75-6a44-31ab-30dc-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-06 22:16:55.256517 | fa163e75-6a44-31ab-30dc-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-06 22:16:55.258300 | fa163e75-6a44-31ab-30dc-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:31.931532 | 0.21s 2025-10-06 22:16:55.284559 | fa163e75-6a44-31ab-30dc-000000000bc9 | TASK | Run timezone role 2025-10-06 22:16:55.314006 | fa163e75-6a44-31ab-30dc-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:31.987237 | 0.03s 2025-10-06 22:16:55.413055 | fa163e75-6a44-31ab-30dc-000000001c34 | TASK | Set timezone 2025-10-06 22:16:55.929973 | fa163e75-6a44-31ab-30dc-000000001c34 | OK | Set timezone | standalone 2025-10-06 22:16:55.930764 | fa163e75-6a44-31ab-30dc-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:32.604016 | 0.52s 2025-10-06 22:16:55.948211 | fa163e75-6a44-31ab-30dc-000000001c35 | TASK | Restart time services 2025-10-06 22:16:55.987314 | fa163e75-6a44-31ab-30dc-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-06 22:16:55.993764 | fa163e75-6a44-31ab-30dc-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-06 22:16:55.999264 | fa163e75-6a44-31ab-30dc-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:32.672505 | 0.05s 2025-10-06 22:16:56.034183 | fa163e75-6a44-31ab-30dc-000000000bca | TASK | install tmpwatch on the host 2025-10-06 22:16:58.855407 | fa163e75-6a44-31ab-30dc-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-06 22:16:58.857012 | fa163e75-6a44-31ab-30dc-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:35.530245 | 2.82s 2025-10-06 22:16:58.882095 | fa163e75-6a44-31ab-30dc-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-06 22:16:58.911963 | fa163e75-6a44-31ab-30dc-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-06 22:16:58.912760 | fa163e75-6a44-31ab-30dc-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:35.586004 | 0.03s 2025-10-06 22:16:58.964173 | fa163e75-6a44-31ab-30dc-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:35.637414 | 0.03s 2025-10-06 22:16:59.067036 | fa163e75-6a44-31ab-30dc-000000001e68 | TASK | Gather variables for each operating system 2025-10-06 22:16:59.185899 | fa163e75-6a44-31ab-30dc-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 22:16:59.187367 | fa163e75-6a44-31ab-30dc-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:35.860601 | 0.12s 2025-10-06 22:16:59.193650 | fa163e75-6a44-31ab-30dc-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:35.866888 | 0.13s 2025-10-06 22:16:59.279007 | fa163e75-6a44-31ab-30dc-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:35.952241 | 0.06s 2025-10-06 22:16:59.300273 | 5f274142-732a-4fbc-97ed-da711dcb9d4a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 22:16:59.332965 | fa163e75-6a44-31ab-30dc-000000001f99 | TASK | Check tuned package is installed 2025-10-06 22:16:59.586012 | fa163e75-6a44-31ab-30dc-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-06 22:16:59.587571 | fa163e75-6a44-31ab-30dc-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:36.260803 | 0.25s 2025-10-06 22:16:59.613594 | fa163e75-6a44-31ab-30dc-000000001f9a | TASK | Install tuned 2025-10-06 22:16:59.646867 | fa163e75-6a44-31ab-30dc-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-06 22:16:59.648098 | fa163e75-6a44-31ab-30dc-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:36.321332 | 0.03s 2025-10-06 22:16:59.674476 | fa163e75-6a44-31ab-30dc-000000001f9b | TASK | Restart tuned 2025-10-06 22:16:59.705827 | fa163e75-6a44-31ab-30dc-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-06 22:16:59.707088 | fa163e75-6a44-31ab-30dc-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:36.380322 | 0.03s 2025-10-06 22:16:59.732550 | fa163e75-6a44-31ab-30dc-000000001e6a | TASK | Check for tuned-adm 2025-10-06 22:16:59.975162 | fa163e75-6a44-31ab-30dc-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-06 22:16:59.976521 | fa163e75-6a44-31ab-30dc-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:36.649756 | 0.24s 2025-10-06 22:17:00.035787 | fa163e75-6a44-31ab-30dc-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:36.709022 | 0.03s 2025-10-06 22:17:00.062361 | e20ae5b1-c71f-4885-921b-f771efa387db | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 22:17:00.097604 | fa163e75-6a44-31ab-30dc-000000001fc6 | TASK | Ensure profile directory exists 2025-10-06 22:17:00.166201 | fa163e75-6a44-31ab-30dc-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 22:17:00.167325 | fa163e75-6a44-31ab-30dc-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:36.840557 | 0.07s 2025-10-06 22:17:00.192364 | fa163e75-6a44-31ab-30dc-000000001fc7 | TASK | Create custom tuned profile 2025-10-06 22:17:00.253300 | fa163e75-6a44-31ab-30dc-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-06 22:17:00.254417 | fa163e75-6a44-31ab-30dc-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:36.927653 | 0.06s 2025-10-06 22:17:00.279712 | fa163e75-6a44-31ab-30dc-000000001fc8 | TASK | Check tuned active profile 2025-10-06 22:17:00.512120 | fa163e75-6a44-31ab-30dc-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-06 22:17:00.513368 | fa163e75-6a44-31ab-30dc-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:37.186603 | 0.23s 2025-10-06 22:17:00.538736 | fa163e75-6a44-31ab-30dc-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-06 22:17:00.769377 | fa163e75-6a44-31ab-30dc-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 22:17:00.770591 | fa163e75-6a44-31ab-30dc-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:37.443825 | 0.23s 2025-10-06 22:17:00.796126 | fa163e75-6a44-31ab-30dc-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 22:17:00.856985 | fa163e75-6a44-31ab-30dc-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 22:17:00.858111 | fa163e75-6a44-31ab-30dc-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:37.531347 | 0.06s 2025-10-06 22:17:00.885170 | fa163e75-6a44-31ab-30dc-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 22:17:00.945795 | fa163e75-6a44-31ab-30dc-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 22:17:00.946929 | fa163e75-6a44-31ab-30dc-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:37.620164 | 0.06s 2025-10-06 22:17:00.973226 | fa163e75-6a44-31ab-30dc-000000001fcc | TASK | Enable tuned profile 2025-10-06 22:17:01.005768 | fa163e75-6a44-31ab-30dc-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-06 22:17:01.006908 | fa163e75-6a44-31ab-30dc-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:37.680144 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-06 22:17:01.182624 | fa163e75-6a44-31ab-30dc-0000000000ac | TASK | Overcloud container setup tasks 2025-10-06 22:17:01.211110 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000ac') missing from stats 2025-10-06 22:17:01.237023 | fa163e75-6a44-31ab-30dc-0000000000ad | TASK | Write config data 2025-10-06 22:17:01.298436 | fa163e75-6a44-31ab-30dc-0000000000ad | TIMING | Write config data | standalone | 0:03:37.971669 | 0.06s 2025-10-06 22:17:01.340225 | 68232353-9c90-4809-b261-b7042e76d353 | INCLUDED | /root/standalone-ansible-7is934cs/common_container_setup_tasks.yaml | standalone 2025-10-06 22:17:01.363942 | fa163e75-6a44-31ab-30dc-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-06 22:17:01.590809 | fa163e75-6a44-31ab-30dc-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-06 22:17:01.592336 | fa163e75-6a44-31ab-30dc-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:38.265565 | 0.23s 2025-10-06 22:17:01.618659 | fa163e75-6a44-31ab-30dc-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-06 22:17:01.842424 | fa163e75-6a44-31ab-30dc-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-06 22:17:01.844088 | fa163e75-6a44-31ab-30dc-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:38.517322 | 0.22s 2025-10-06 22:17:01.870719 | fa163e75-6a44-31ab-30dc-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-06 22:17:02.089871 | fa163e75-6a44-31ab-30dc-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-06 22:17:02.091280 | fa163e75-6a44-31ab-30dc-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:38.764521 | 0.22s 2025-10-06 22:17:02.115616 | fa163e75-6a44-31ab-30dc-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-06 22:17:02.345361 | fa163e75-6a44-31ab-30dc-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-06 22:17:02.346811 | fa163e75-6a44-31ab-30dc-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:39.020051 | 0.23s 2025-10-06 22:17:02.371278 | fa163e75-6a44-31ab-30dc-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-06 22:17:02.581832 | fa163e75-6a44-31ab-30dc-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-06 22:17:02.583163 | fa163e75-6a44-31ab-30dc-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:39.256402 | 0.21s 2025-10-06 22:17:02.610278 | fa163e75-6a44-31ab-30dc-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-06 22:17:03.891490 | fa163e75-6a44-31ab-30dc-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-06 22:17:03.893227 | fa163e75-6a44-31ab-30dc-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:40.566460 | 1.28s 2025-10-06 22:17:03.919105 | fa163e75-6a44-31ab-30dc-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-06 22:17:04.163596 | fa163e75-6a44-31ab-30dc-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-06 22:17:04.165017 | fa163e75-6a44-31ab-30dc-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:40.838257 | 0.24s 2025-10-06 22:17:04.190466 | fa163e75-6a44-31ab-30dc-000000002034 | TASK | Write container config scripts 2025-10-06 22:17:04.548752 | fa163e75-6a44-31ab-30dc-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-06 22:17:04.549972 | fa163e75-6a44-31ab-30dc-000000002034 | TIMING | Write container config scripts | standalone | 0:03:41.223211 | 0.36s 2025-10-06 22:17:04.574100 | fa163e75-6a44-31ab-30dc-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-06 22:17:05.025771 | fa163e75-6a44-31ab-30dc-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-06 22:17:05.027086 | fa163e75-6a44-31ab-30dc-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:41.700326 | 0.45s 2025-10-06 22:17:05.052003 | fa163e75-6a44-31ab-30dc-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-06 22:17:05.697781 | fa163e75-6a44-31ab-30dc-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-06 22:17:05.707016 | fa163e75-6a44-31ab-30dc-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:42.380253 | 0.65s 2025-10-06 22:17:05.747126 | fa163e75-6a44-31ab-30dc-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-06 22:17:05.981333 | fa163e75-6a44-31ab-30dc-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-06 22:17:05.982728 | fa163e75-6a44-31ab-30dc-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:42.655967 | 0.23s 2025-10-06 22:17:06.007234 | fa163e75-6a44-31ab-30dc-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-06 22:17:06.230458 | fa163e75-6a44-31ab-30dc-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-06 22:17:06.231833 | fa163e75-6a44-31ab-30dc-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:42.905072 | 0.22s 2025-10-06 22:17:06.257372 | fa163e75-6a44-31ab-30dc-000000002039 | TASK | Write container config json files 2025-10-06 22:17:06.750481 | fa163e75-6a44-31ab-30dc-000000002039 | CHANGED | Write container config json files | standalone 2025-10-06 22:17:06.757985 | fa163e75-6a44-31ab-30dc-000000002039 | TIMING | Write container config json files | standalone | 0:03:43.431223 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-06 22:17:06.924025 | fa163e75-6a44-31ab-30dc-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-06 22:17:06.943162 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-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-10-06 22:17:07.010592 | fa163e75-6a44-31ab-30dc-0000000000b2 | TIMING | include_tasks | standalone | 0:03:43.683824 | 0.05s 2025-10-06 22:17:07.040221 | 23e3ead4-a69c-4a16-bc76-e910e0f7d69e | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-06 22:17:07.082770 | fa163e75-6a44-31ab-30dc-00000000206d | TASK | Get undercloud FQDN 2025-10-06 22:17:07.131781 | fa163e75-6a44-31ab-30dc-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-00000000206d') missing from stats 2025-10-06 22:17:07.177715 | fa163e75-6a44-31ab-30dc-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:43.850919 | 0.02s 2025-10-06 22:17:07.236274 | fa163e75-6a44-31ab-30dc-000000002092 | TASK | set main facts 2025-10-06 22:17:07.286043 | fa163e75-6a44-31ab-30dc-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-000000002092') missing from stats 2025-10-06 22:17:07.320003 | fa163e75-6a44-31ab-30dc-000000002093 | TASK | get the default.conf file 2025-10-06 22:17:07.548899 | fa163e75-6a44-31ab-30dc-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-000000002093') missing from stats 2025-10-06 22:17:07.596513 | fa163e75-6a44-31ab-30dc-000000002094 | TASK | set the principal 2025-10-06 22:17:07.677866 | fa163e75-6a44-31ab-30dc-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-000000002094') missing from stats 2025-10-06 22:17:07.725794 | fa163e75-6a44-31ab-30dc-000000002096 | TASK | add new host with one-time password 2025-10-06 22:17:09.136107 | fa163e75-6a44-31ab-30dc-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-000000002096') missing from stats 2025-10-06 22:17:09.179048 | fa163e75-6a44-31ab-30dc-000000002097 | TASK | set otp as a host fact 2025-10-06 22:17:09.219405 | fa163e75-6a44-31ab-30dc-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-06 22:17:09.220721 | fa163e75-6a44-31ab-30dc-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:45.893920 | 0.04s 2025-10-06 22:17:09.267804 | fa163e75-6a44-31ab-30dc-000000002099 | TASK | add required services using custom module 2025-10-06 22:17:14.868901 | fa163e75-6a44-31ab-30dc-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e75-6a44-31ab-30dc-000000002099') missing from stats 2025-10-06 22:17:14.940368 | fa163e75-6a44-31ab-30dc-000000002070 | TASK | check if default.conf exists 2025-10-06 22:17:15.201159 | fa163e75-6a44-31ab-30dc-000000002070 | OK | check if default.conf exists | standalone 2025-10-06 22:17:15.202036 | fa163e75-6a44-31ab-30dc-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:51.875284 | 0.26s 2025-10-06 22:17:15.220115 | fa163e75-6a44-31ab-30dc-000000002071 | TASK | install openssl-perl 2025-10-06 22:17:15.251324 | fa163e75-6a44-31ab-30dc-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-06 22:17:15.252040 | fa163e75-6a44-31ab-30dc-000000002071 | TIMING | install openssl-perl | standalone | 0:03:51.925287 | 0.03s 2025-10-06 22:17:15.269893 | fa163e75-6a44-31ab-30dc-000000002072 | TASK | register as an ipa client 2025-10-06 22:17:15.307032 | fa163e75-6a44-31ab-30dc-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-06 22:17:15.308173 | fa163e75-6a44-31ab-30dc-000000002072 | TIMING | register as an ipa client | standalone | 0:03:51.981412 | 0.04s 2025-10-06 22:17:15.332311 | fa163e75-6a44-31ab-30dc-000000002073 | TASK | restart certmonger service 2025-10-06 22:17:15.370887 | fa163e75-6a44-31ab-30dc-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-06 22:17:15.371963 | fa163e75-6a44-31ab-30dc-000000002073 | TIMING | restart certmonger service | standalone | 0:03:52.045205 | 0.04s 2025-10-06 22:17:15.395990 | fa163e75-6a44-31ab-30dc-000000002074 | TASK | set discovered ipa realm 2025-10-06 22:17:15.438844 | fa163e75-6a44-31ab-30dc-000000002074 | OK | set discovered ipa realm | standalone 2025-10-06 22:17:15.439933 | fa163e75-6a44-31ab-30dc-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:52.113176 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-10-06 22:17:15.582593 | fa163e75-6a44-31ab-30dc-0000000000b6 | TASK | External deployment step 1 2025-10-06 22:17:15.612434 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000b6') missing from stats 2025-10-06 22:17:15.669715 | fa163e75-6a44-31ab-30dc-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:52.342852 | 0.04s 2025-10-06 22:17:15.707477 | e765b8cb-5380-429c-9985-84ab283c8cf2 | INCLUDED | /root/standalone-ansible-7is934cs/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-06 22:17:15.725733 | fa163e75-6a44-31ab-30dc-0000000020ef | TASK | Container image prepare 2025-10-06 22:17:16.756551 | fa163e75-6a44-31ab-30dc-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-06 22:17:16.758859 | fa163e75-6a44-31ab-30dc-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:53.432097 | 1.03s 2025-10-06 22:17:16.841467 | fa163e75-6a44-31ab-30dc-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:53.514694 | 0.04s 2025-10-06 22:17:16.886833 | fa163e75-6a44-31ab-30dc-000000002115 | TASK | get dns zones and entries to add 2025-10-06 22:17:16.960538 | fa163e75-6a44-31ab-30dc-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-06 22:17:16.962108 | fa163e75-6a44-31ab-30dc-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:53.635346 | 0.07s 2025-10-06 22:17:17.032531 | fa163e75-6a44-31ab-30dc-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "tenant.ooo.test", "0.21.172.in-addr.arpa", "storage.ooo.test", "122.168.192.in-addr.arpa", "0.17.172.in-addr.arpa", "storagemgmt.ooo.test", "0.18.172.in-addr.arpa", "0.20.172.in-addr.arpa", "external.ooo.test", "internalapi.ooo.test", "ctlplane.ooo.test", "ooo.test", "0.19.172.in-addr.arpa" ] } 2025-10-06 22:17:17.033705 | fa163e75-6a44-31ab-30dc-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:53.706921 | 0.05s 2025-10-06 22:17:17.113226 | fa163e75-6a44-31ab-30dc-000000002117 | 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-10-06 22:17:17.114840 | fa163e75-6a44-31ab-30dc-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:53.788080 | 0.06s 2025-10-06 22:17:17.133102 | fa163e75-6a44-31ab-30dc-000000002118 | TASK | add dns zones and records 2025-10-06 22:17:20.697089 | fa163e75-6a44-31ab-30dc-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-06 22:17:20.698663 | fa163e75-6a44-31ab-30dc-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:57.371912 | 3.56s 2025-10-06 22:17:20.727436 | fa163e75-6a44-31ab-30dc-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-06 22:17:20.978929 | fa163e75-6a44-31ab-30dc-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-06 22:17:20.981340 | fa163e75-6a44-31ab-30dc-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:57.654577 | 0.25s 2025-10-06 22:17:21.000549 | fa163e75-6a44-31ab-30dc-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-06 22:17:21.052663 | fa163e75-6a44-31ab-30dc-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:57.725898 | 0.05s 2025-10-06 22:17:21.099749 | fa163e75-6a44-31ab-30dc-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-06 22:17:21.342660 | fa163e75-6a44-31ab-30dc-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-06 22:17:21.345177 | fa163e75-6a44-31ab-30dc-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:58.018317 | 0.24s 2025-10-06 22:17:21.364925 | fa163e75-6a44-31ab-30dc-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-06 22:17:21.821367 | fa163e75-6a44-31ab-30dc-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-06 22:17:21.822865 | fa163e75-6a44-31ab-30dc-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:58.496104 | 0.46s 2025-10-06 22:17:21.843025 | fa163e75-6a44-31ab-30dc-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-06 22:17:21.894153 | fa163e75-6a44-31ab-30dc-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:58.567387 | 0.05s 2025-10-06 22:17:21.939660 | fa163e75-6a44-31ab-30dc-000000002186 | TASK | Check for a configured destination 2025-10-06 22:17:22.018500 | fa163e75-6a44-31ab-30dc-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-06 22:17:22.019497 | fa163e75-6a44-31ab-30dc-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:58.692737 | 0.08s 2025-10-06 22:17:22.056209 | fa163e75-6a44-31ab-30dc-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-06 22:17:22.567627 | fa163e75-6a44-31ab-30dc-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-06 22:17:22.568473 | fa163e75-6a44-31ab-30dc-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:59.241722 | 0.51s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-06 22:17:22.686294 | fa163e75-6a44-31ab-30dc-0000000000ba | TASK | Deploy step tasks for 1 2025-10-06 22:17:22.712848 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000ba') missing from stats 2025-10-06 22:17:22.730019 | fa163e75-6a44-31ab-30dc-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-06 22:17:23.201890 | fa163e75-6a44-31ab-30dc-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-06 22:17:23.203220 | fa163e75-6a44-31ab-30dc-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:59.876459 | 0.47s 2025-10-06 22:17:23.227260 | fa163e75-6a44-31ab-30dc-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-06 22:17:23.451055 | fa163e75-6a44-31ab-30dc-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-06 22:17:23.452516 | fa163e75-6a44-31ab-30dc-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:00.125756 | 0.22s 2025-10-06 22:17:23.477892 | fa163e75-6a44-31ab-30dc-0000000000be | TASK | Write config data at the start of step 1 2025-10-06 22:17:23.549450 | fa163e75-6a44-31ab-30dc-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:00.222697 | 0.07s 2025-10-06 22:17:23.569456 | b360b6e8-bf08-4606-8617-047cd6b576fc | INCLUDED | /root/standalone-ansible-7is934cs/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-06 22:17:23.589447 | fa163e75-6a44-31ab-30dc-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-06 22:17:23.617583 | fa163e75-6a44-31ab-30dc-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-06 22:17:23.618225 | fa163e75-6a44-31ab-30dc-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.291472 | 0.03s 2025-10-06 22:17:23.634976 | fa163e75-6a44-31ab-30dc-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-06 22:17:23.670349 | fa163e75-6a44-31ab-30dc-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-06 22:17:23.670948 | fa163e75-6a44-31ab-30dc-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.344199 | 0.04s 2025-10-06 22:17:23.687753 | fa163e75-6a44-31ab-30dc-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-06 22:17:24.177918 | fa163e75-6a44-31ab-30dc-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-06 22:17:24.179263 | fa163e75-6a44-31ab-30dc-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:00.852503 | 0.49s 2025-10-06 22:17:24.220775 | fa163e75-6a44-31ab-30dc-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-06 22:17:24.242885 | fa163e75-6a44-31ab-30dc-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-06 22:17:24.244344 | fa163e75-6a44-31ab-30dc-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:00.917584 | 0.02s 2025-10-06 22:17:24.269367 | fa163e75-6a44-31ab-30dc-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-06 22:17:24.289626 | fa163e75-6a44-31ab-30dc-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-06 22:17:24.290662 | fa163e75-6a44-31ab-30dc-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:00.963904 | 0.02s 2025-10-06 22:17:24.314844 | fa163e75-6a44-31ab-30dc-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-06 22:17:24.535002 | fa163e75-6a44-31ab-30dc-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-06 22:17:24.536379 | fa163e75-6a44-31ab-30dc-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:01.209619 | 0.22s 2025-10-06 22:17:24.562134 | fa163e75-6a44-31ab-30dc-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-06 22:17:24.591762 | fa163e75-6a44-31ab-30dc-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-06 22:17:24.592985 | fa163e75-6a44-31ab-30dc-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.266220 | 0.03s 2025-10-06 22:17:24.619605 | fa163e75-6a44-31ab-30dc-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-06 22:17:24.648827 | fa163e75-6a44-31ab-30dc-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-06 22:17:24.649976 | fa163e75-6a44-31ab-30dc-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.323217 | 0.03s 2025-10-06 22:17:24.673823 | fa163e75-6a44-31ab-30dc-0000000021cd | TASK | Write container-puppet.json file 2025-10-06 22:17:25.298658 | fa163e75-6a44-31ab-30dc-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-06 22:17:25.299547 | fa163e75-6a44-31ab-30dc-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:01.972795 | 0.62s 2025-10-06 22:17:25.318396 | fa163e75-6a44-31ab-30dc-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-06 22:17:25.345319 | fa163e75-6a44-31ab-30dc-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-06 22:17:25.346167 | fa163e75-6a44-31ab-30dc-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.019414 | 0.03s 2025-10-06 22:17:25.369962 | fa163e75-6a44-31ab-30dc-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-06 22:17:25.396734 | fa163e75-6a44-31ab-30dc-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-06 22:17:25.397952 | fa163e75-6a44-31ab-30dc-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.071193 | 0.03s 2025-10-06 22:17:25.422582 | fa163e75-6a44-31ab-30dc-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-06 22:17:25.812821 | fa163e75-6a44-31ab-30dc-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-06 22:17:25.814112 | fa163e75-6a44-31ab-30dc-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:02.487352 | 0.39s 2025-10-06 22:17:25.837908 | fa163e75-6a44-31ab-30dc-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-06 22:17:25.869073 | fa163e75-6a44-31ab-30dc-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-06 22:17:25.870273 | fa163e75-6a44-31ab-30dc-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:02.543513 | 0.03s 2025-10-06 22:17:25.894861 | fa163e75-6a44-31ab-30dc-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-06 22:17:25.922440 | fa163e75-6a44-31ab-30dc-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-06 22:17:25.923755 | fa163e75-6a44-31ab-30dc-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:02.596989 | 0.03s 2025-10-06 22:17:25.943981 | fa163e75-6a44-31ab-30dc-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-06 22:17:25.971205 | fa163e75-6a44-31ab-30dc-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-06 22:17:25.972066 | fa163e75-6a44-31ab-30dc-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:02.645312 | 0.03s 2025-10-06 22:17:25.991128 | fa163e75-6a44-31ab-30dc-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-06 22:17:26.018282 | fa163e75-6a44-31ab-30dc-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-06 22:17:26.019295 | fa163e75-6a44-31ab-30dc-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:02.692537 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:17:26.084870 | fa163e75-6a44-31ab-30dc-0000000000c0 | TIMING | include_tasks | standalone | 0:04:02.758108 | 0.04s 2025-10-06 22:17:26.244250 | 2c5ed284-3c37-44a6-b427-5cb1ec8bc9dc | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-06 22:17:26.289061 | fa163e75-6a44-31ab-30dc-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-06 22:17:26.566397 | fa163e75-6a44-31ab-30dc-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-06 22:17:26.568960 | fa163e75-6a44-31ab-30dc-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.242195 | 0.28s 2025-10-06 22:17:26.819633 | fa163e75-6a44-31ab-30dc-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-06 22:17:26.821966 | fa163e75-6a44-31ab-30dc-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.495210 | 0.53s 2025-10-06 22:17:26.831978 | fa163e75-6a44-31ab-30dc-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.505230 | 0.54s 2025-10-06 22:17:26.896197 | fa163e75-6a44-31ab-30dc-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:03.569427 | 0.05s 2025-10-06 22:17:26.967179 | fa163e75-6a44-31ab-30dc-000000002316 | TASK | Set version specific variables 2025-10-06 22:17:27.015921 | fa163e75-6a44-31ab-30dc-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:03.689151 | 0.05s 2025-10-06 22:17:27.036047 | db6a7612-b5a5-4cd3-b6ad-54192954a72f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:17:27.066790 | fa163e75-6a44-31ab-30dc-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-06 22:17:27.462560 | fa163e75-6a44-31ab-30dc-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:17:27.464323 | fa163e75-6a44-31ab-30dc-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:04.137560 | 0.40s 2025-10-06 22:17:27.490231 | fa163e75-6a44-31ab-30dc-00000000234a | TASK | Set platform/version specific variables 2025-10-06 22:17:27.574615 | fa163e75-6a44-31ab-30dc-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:17:27.605165 | fa163e75-6a44-31ab-30dc-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:17:27.632636 | fa163e75-6a44-31ab-30dc-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:17:27.652397 | fa163e75-6a44-31ab-30dc-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:17:27.658525 | fa163e75-6a44-31ab-30dc-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:04.331764 | 0.17s 2025-10-06 22:17:27.684124 | fa163e75-6a44-31ab-30dc-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:17:30.521299 | fa163e75-6a44-31ab-30dc-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:17:30.522887 | fa163e75-6a44-31ab-30dc-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:07.196129 | 2.84s 2025-10-06 22:17:30.548979 | fa163e75-6a44-31ab-30dc-000000002319 | TASK | Ensure provider packages are installed 2025-10-06 22:17:33.427378 | fa163e75-6a44-31ab-30dc-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:10.100598 | 2.88s 2025-10-06 22:17:33.434346 | fa163e75-6a44-31ab-30dc-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:10.107572 | 2.88s 2025-10-06 22:17:33.461342 | fa163e75-6a44-31ab-30dc-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:17:33.766391 | fa163e75-6a44-31ab-30dc-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:17:33.768208 | fa163e75-6a44-31ab-30dc-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:10.441441 | 0.31s 2025-10-06 22:17:33.780408 | fa163e75-6a44-31ab-30dc-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:10.453632 | 0.32s 2025-10-06 22:17:33.807833 | fa163e75-6a44-31ab-30dc-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:17:34.114050 | fa163e75-6a44-31ab-30dc-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:17:34.116716 | fa163e75-6a44-31ab-30dc-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:10.789910 | 0.31s 2025-10-06 22:17:34.126459 | fa163e75-6a44-31ab-30dc-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:10.799689 | 0.32s 2025-10-06 22:17:34.152700 | fa163e75-6a44-31ab-30dc-00000000231f | TASK | Ensure provider service is running 2025-10-06 22:17:34.918558 | fa163e75-6a44-31ab-30dc-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:17:34.923408 | fa163e75-6a44-31ab-30dc-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:11.596644 | 0.77s 2025-10-06 22:17:34.932013 | fa163e75-6a44-31ab-30dc-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:11.605238 | 0.78s 2025-10-06 22:17:34.956186 | fa163e75-6a44-31ab-30dc-000000002322 | TASK | Ensure certificate requests 2025-10-06 22:17:36.949627 | fa163e75-6a44-31ab-30dc-000000002322 | 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-10-06 22:17:36.951460 | fa163e75-6a44-31ab-30dc-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:13.624703 | 1.99s 2025-10-06 22:17:38.276169 | fa163e75-6a44-31ab-30dc-000000002322 | 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-10-06 22:17:38.278070 | fa163e75-6a44-31ab-30dc-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.951320 | 3.32s 2025-10-06 22:17:40.041190 | fa163e75-6a44-31ab-30dc-000000002322 | 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-10-06 22:17:40.041903 | fa163e75-6a44-31ab-30dc-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.715154 | 5.08s 2025-10-06 22:17:41.518140 | fa163e75-6a44-31ab-30dc-000000002322 | 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-10-06 22:17:41.518799 | fa163e75-6a44-31ab-30dc-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.192050 | 6.56s 2025-10-06 22:17:43.260575 | fa163e75-6a44-31ab-30dc-000000002322 | 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-10-06 22:17:43.261658 | fa163e75-6a44-31ab-30dc-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.934900 | 8.30s 2025-10-06 22:17:43.268604 | fa163e75-6a44-31ab-30dc-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.941850 | 8.31s 2025-10-06 22:17:43.303116 | fa163e75-6a44-31ab-30dc-000000002207 | TASK | Fail if container image is undefined 2025-10-06 22:17:43.367207 | fa163e75-6a44-31ab-30dc-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:17:43.369690 | fa163e75-6a44-31ab-30dc-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:20.042907 | 0.07s 2025-10-06 22:17:43.412332 | fa163e75-6a44-31ab-30dc-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-06 22:17:59.661513 | fa163e75-6a44-31ab-30dc-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-06 22:17:59.663097 | fa163e75-6a44-31ab-30dc-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:36.336337 | 16.25s 2025-10-06 22:17:59.718009 | fa163e75-6a44-31ab-30dc-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-06 22:18:00.085023 | fa163e75-6a44-31ab-30dc-000000002209 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-06 22:18:00.086582 | fa163e75-6a44-31ab-30dc-000000002209 | 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:36.759820 | 0.37s 2025-10-06 22:18:00.136251 | fa163e75-6a44-31ab-30dc-000000002218 | TASK | Fail if container image is undefined 2025-10-06 22:18:00.214513 | fa163e75-6a44-31ab-30dc-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:18:00.215746 | fa163e75-6a44-31ab-30dc-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:36.888986 | 0.08s 2025-10-06 22:18:00.258109 | fa163e75-6a44-31ab-30dc-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-06 22:18:06.053769 | fa163e75-6a44-31ab-30dc-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-06 22:18:06.055763 | fa163e75-6a44-31ab-30dc-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:42.728995 | 5.80s 2025-10-06 22:18:06.115695 | fa163e75-6a44-31ab-30dc-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-06 22:18:06.487030 | fa163e75-6a44-31ab-30dc-00000000221a | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-06 22:18:06.488483 | fa163e75-6a44-31ab-30dc-00000000221a | 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:43.161720 | 0.37s 2025-10-06 22:18:06.538211 | fa163e75-6a44-31ab-30dc-000000002225 | TASK | Check if rsyslog exists 2025-10-06 22:18:06.803311 | fa163e75-6a44-31ab-30dc-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-06 22:18:06.804244 | fa163e75-6a44-31ab-30dc-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:43.477492 | 0.26s 2025-10-06 22:18:06.823793 | fa163e75-6a44-31ab-30dc-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-06 22:18:07.075255 | fa163e75-6a44-31ab-30dc-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-06 22:18:07.076653 | fa163e75-6a44-31ab-30dc-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:43.749893 | 0.25s 2025-10-06 22:18:07.108656 | fa163e75-6a44-31ab-30dc-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-06 22:18:07.782937 | fa163e75-6a44-31ab-30dc-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-06 22:18:07.784915 | fa163e75-6a44-31ab-30dc-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:44.458154 | 0.67s 2025-10-06 22:18:07.811557 | fa163e75-6a44-31ab-30dc-00000000222f | TASK | Fail if container image is undefined 2025-10-06 22:18:07.877118 | fa163e75-6a44-31ab-30dc-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:18:07.878307 | fa163e75-6a44-31ab-30dc-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:44.551547 | 0.07s 2025-10-06 22:18:07.920959 | fa163e75-6a44-31ab-30dc-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-06 22:18:14.201009 | fa163e75-6a44-31ab-30dc-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-06 22:18:14.202773 | fa163e75-6a44-31ab-30dc-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:50.876010 | 6.28s 2025-10-06 22:18:14.257733 | fa163e75-6a44-31ab-30dc-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-06 22:18:14.625178 | fa163e75-6a44-31ab-30dc-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-06 22:18:14.626625 | fa163e75-6a44-31ab-30dc-000000002231 | 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:51.299858 | 0.37s 2025-10-06 22:18:14.675492 | fa163e75-6a44-31ab-30dc-00000000223c | TASK | make sure certmonger is installed 2025-10-06 22:18:17.621654 | fa163e75-6a44-31ab-30dc-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-06 22:18:17.623208 | fa163e75-6a44-31ab-30dc-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:54.296447 | 2.95s 2025-10-06 22:18:17.642178 | fa163e75-6a44-31ab-30dc-00000000223d | TASK | make sure certmonger service is started 2025-10-06 22:18:18.055786 | fa163e75-6a44-31ab-30dc-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-06 22:18:18.057910 | fa163e75-6a44-31ab-30dc-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:54.731148 | 0.41s 2025-10-06 22:18:18.089919 | fa163e75-6a44-31ab-30dc-00000000223e | TASK | Create dirs for certificates and keys 2025-10-06 22:18:18.359403 | fa163e75-6a44-31ab-30dc-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-06 22:18:18.361214 | fa163e75-6a44-31ab-30dc-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:55.034449 | 0.27s 2025-10-06 22:18:18.561377 | fa163e75-6a44-31ab-30dc-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-06 22:18:18.562399 | fa163e75-6a44-31ab-30dc-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:55.235642 | 0.47s 2025-10-06 22:18:18.569405 | fa163e75-6a44-31ab-30dc-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:55.242635 | 0.48s 2025-10-06 22:18:18.598152 | fa163e75-6a44-31ab-30dc-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-06 22:18:19.848382 | fa163e75-6a44-31ab-30dc-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-06 22:18:19.849999 | fa163e75-6a44-31ab-30dc-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:56.523238 | 1.25s 2025-10-06 22:18:19.929349 | fa163e75-6a44-31ab-30dc-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.602579 | 0.05s 2025-10-06 22:18:19.997814 | fa163e75-6a44-31ab-30dc-0000000023ca | TASK | Set version specific variables 2025-10-06 22:18:20.045880 | fa163e75-6a44-31ab-30dc-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:56.719116 | 0.05s 2025-10-06 22:18:20.058965 | 3fb35671-ba7e-4683-a8c9-e4c819524bf1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:18:20.082577 | fa163e75-6a44-31ab-30dc-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-06 22:18:20.473550 | fa163e75-6a44-31ab-30dc-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:18:20.474646 | fa163e75-6a44-31ab-30dc-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:57.147893 | 0.39s 2025-10-06 22:18:20.495078 | fa163e75-6a44-31ab-30dc-00000000240a | TASK | Set platform/version specific variables 2025-10-06 22:18:20.565852 | fa163e75-6a44-31ab-30dc-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:18:20.582523 | fa163e75-6a44-31ab-30dc-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:18:20.600378 | fa163e75-6a44-31ab-30dc-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:18:20.614465 | fa163e75-6a44-31ab-30dc-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:18:20.625900 | fa163e75-6a44-31ab-30dc-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:57.299141 | 0.13s 2025-10-06 22:18:20.646014 | fa163e75-6a44-31ab-30dc-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:18:23.622040 | fa163e75-6a44-31ab-30dc-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:18:23.623575 | fa163e75-6a44-31ab-30dc-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:00.296815 | 2.98s 2025-10-06 22:18:23.649165 | fa163e75-6a44-31ab-30dc-0000000023cd | TASK | Ensure provider packages are installed 2025-10-06 22:18:26.558138 | fa163e75-6a44-31ab-30dc-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:03.231364 | 2.91s 2025-10-06 22:18:26.564518 | fa163e75-6a44-31ab-30dc-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:03.237763 | 2.91s 2025-10-06 22:18:26.590499 | fa163e75-6a44-31ab-30dc-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:18:26.904899 | fa163e75-6a44-31ab-30dc-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:18:26.906298 | fa163e75-6a44-31ab-30dc-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:03.579535 | 0.31s 2025-10-06 22:18:26.912599 | fa163e75-6a44-31ab-30dc-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:03.585835 | 0.32s 2025-10-06 22:18:26.939867 | fa163e75-6a44-31ab-30dc-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:18:27.247749 | fa163e75-6a44-31ab-30dc-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:18:27.249993 | fa163e75-6a44-31ab-30dc-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:03.923230 | 0.31s 2025-10-06 22:18:27.260341 | fa163e75-6a44-31ab-30dc-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:03.933572 | 0.32s 2025-10-06 22:18:27.286722 | fa163e75-6a44-31ab-30dc-0000000023d3 | TASK | Ensure provider service is running 2025-10-06 22:18:27.741973 | fa163e75-6a44-31ab-30dc-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:18:27.744228 | fa163e75-6a44-31ab-30dc-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:04.417463 | 0.46s 2025-10-06 22:18:27.758827 | fa163e75-6a44-31ab-30dc-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:04.432061 | 0.47s 2025-10-06 22:18:27.786508 | fa163e75-6a44-31ab-30dc-0000000023d6 | TASK | Ensure certificate requests 2025-10-06 22:18:31.767648 | fa163e75-6a44-31ab-30dc-0000000023d6 | 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-10-06 22:18:31.769246 | fa163e75-6a44-31ab-30dc-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:08.442484 | 3.98s 2025-10-06 22:18:31.775570 | fa163e75-6a44-31ab-30dc-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:08.448816 | 3.99s 2025-10-06 22:18:31.824855 | fa163e75-6a44-31ab-30dc-000000002242 | TASK | Create dirs for certificates and keys 2025-10-06 22:18:32.095395 | fa163e75-6a44-31ab-30dc-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-06 22:18:32.097792 | fa163e75-6a44-31ab-30dc-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:08.771027 | 0.27s 2025-10-06 22:18:32.300870 | fa163e75-6a44-31ab-30dc-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-06 22:18:32.303085 | fa163e75-6a44-31ab-30dc-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:08.976326 | 0.48s 2025-10-06 22:18:32.314056 | fa163e75-6a44-31ab-30dc-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:08.987302 | 0.49s 2025-10-06 22:18:32.378193 | fa163e75-6a44-31ab-30dc-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:09.051428 | 0.04s 2025-10-06 22:18:32.442299 | fa163e75-6a44-31ab-30dc-000000002458 | TASK | Set version specific variables 2025-10-06 22:18:32.489737 | fa163e75-6a44-31ab-30dc-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:09.162969 | 0.05s 2025-10-06 22:18:32.508472 | 1feeb421-c261-4095-b00e-9e992c6610bb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:18:32.539795 | fa163e75-6a44-31ab-30dc-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-06 22:18:32.923334 | fa163e75-6a44-31ab-30dc-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:18:32.924946 | fa163e75-6a44-31ab-30dc-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:09.598185 | 0.38s 2025-10-06 22:18:32.951261 | fa163e75-6a44-31ab-30dc-00000000248c | TASK | Set platform/version specific variables 2025-10-06 22:18:33.022345 | fa163e75-6a44-31ab-30dc-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:18:33.039461 | fa163e75-6a44-31ab-30dc-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:18:33.057418 | fa163e75-6a44-31ab-30dc-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:18:33.071695 | fa163e75-6a44-31ab-30dc-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:18:33.083557 | fa163e75-6a44-31ab-30dc-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:09.756794 | 0.13s 2025-10-06 22:18:33.110551 | fa163e75-6a44-31ab-30dc-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:18:35.962893 | fa163e75-6a44-31ab-30dc-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:18:35.964318 | fa163e75-6a44-31ab-30dc-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:12.637555 | 2.85s 2025-10-06 22:18:35.989510 | fa163e75-6a44-31ab-30dc-00000000245b | TASK | Ensure provider packages are installed 2025-10-06 22:18:38.914577 | fa163e75-6a44-31ab-30dc-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:15.587803 | 2.92s 2025-10-06 22:18:38.927509 | fa163e75-6a44-31ab-30dc-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:15.600759 | 2.94s 2025-10-06 22:18:38.948783 | fa163e75-6a44-31ab-30dc-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:18:39.452347 | fa163e75-6a44-31ab-30dc-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:18:39.454168 | fa163e75-6a44-31ab-30dc-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:16.127405 | 0.50s 2025-10-06 22:18:39.464156 | fa163e75-6a44-31ab-30dc-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:16.137393 | 0.51s 2025-10-06 22:18:39.485030 | fa163e75-6a44-31ab-30dc-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:18:39.755840 | fa163e75-6a44-31ab-30dc-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:18:39.758034 | fa163e75-6a44-31ab-30dc-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:16.431271 | 0.27s 2025-10-06 22:18:39.768025 | fa163e75-6a44-31ab-30dc-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:16.441259 | 0.28s 2025-10-06 22:18:39.795187 | fa163e75-6a44-31ab-30dc-000000002461 | TASK | Ensure provider service is running 2025-10-06 22:18:40.211483 | fa163e75-6a44-31ab-30dc-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:18:40.214401 | fa163e75-6a44-31ab-30dc-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:16.887637 | 0.42s 2025-10-06 22:18:40.225290 | fa163e75-6a44-31ab-30dc-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:16.898525 | 0.43s 2025-10-06 22:18:40.253813 | fa163e75-6a44-31ab-30dc-000000002464 | TASK | Ensure certificate requests 2025-10-06 22:18:41.991475 | fa163e75-6a44-31ab-30dc-000000002464 | 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-10-06 22:18:41.994197 | fa163e75-6a44-31ab-30dc-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:18.667432 | 1.74s 2025-10-06 22:18:43.760483 | fa163e75-6a44-31ab-30dc-000000002464 | 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-10-06 22:18:43.761747 | fa163e75-6a44-31ab-30dc-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:20.434989 | 3.51s 2025-10-06 22:18:45.653074 | fa163e75-6a44-31ab-30dc-000000002464 | 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-10-06 22:18:45.655312 | fa163e75-6a44-31ab-30dc-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.328550 | 5.40s 2025-10-06 22:18:47.547876 | fa163e75-6a44-31ab-30dc-000000002464 | 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-10-06 22:18:47.549830 | fa163e75-6a44-31ab-30dc-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.223072 | 7.29s 2025-10-06 22:18:47.561737 | fa163e75-6a44-31ab-30dc-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.234982 | 7.31s 2025-10-06 22:18:47.611537 | fa163e75-6a44-31ab-30dc-000000002245 | TASK | Run lvmfilter role 2025-10-06 22:18:47.661417 | fa163e75-6a44-31ab-30dc-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:24.334654 | 0.05s 2025-10-06 22:18:47.732801 | fa163e75-6a44-31ab-30dc-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-06 22:18:47.971709 | fa163e75-6a44-31ab-30dc-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-06 22:18:47.972977 | fa163e75-6a44-31ab-30dc-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:24.646214 | 0.24s 2025-10-06 22:18:47.998507 | fa163e75-6a44-31ab-30dc-0000000024fa | TASK | collect ansible devices 2025-10-06 22:18:48.047908 | fa163e75-6a44-31ab-30dc-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-06 22:18:48.048954 | fa163e75-6a44-31ab-30dc-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:24.722194 | 0.05s 2025-10-06 22:18:48.073823 | fa163e75-6a44-31ab-30dc-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-06 22:18:48.123655 | fa163e75-6a44-31ab-30dc-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-06 22:18:48.124728 | fa163e75-6a44-31ab-30dc-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:24.797969 | 0.05s 2025-10-06 22:18:48.150223 | fa163e75-6a44-31ab-30dc-0000000024fc | TASK | set allowed_devices 2025-10-06 22:18:48.199508 | fa163e75-6a44-31ab-30dc-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-06 22:18:48.200727 | fa163e75-6a44-31ab-30dc-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:24.873967 | 0.05s 2025-10-06 22:18:48.225753 | fa163e75-6a44-31ab-30dc-0000000024fd | TASK | build lvm2 allow list 2025-10-06 22:18:48.274807 | fa163e75-6a44-31ab-30dc-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-06 22:18:48.275870 | fa163e75-6a44-31ab-30dc-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:24.949111 | 0.05s 2025-10-06 22:18:48.300471 | fa163e75-6a44-31ab-30dc-0000000024fe | TASK | build lvm2 deny list 2025-10-06 22:18:48.351007 | fa163e75-6a44-31ab-30dc-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-06 22:18:48.352038 | fa163e75-6a44-31ab-30dc-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:25.025281 | 0.05s 2025-10-06 22:18:48.376094 | fa163e75-6a44-31ab-30dc-0000000024ff | TASK | build lvm2 filter 2025-10-06 22:18:48.425550 | fa163e75-6a44-31ab-30dc-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-06 22:18:48.426764 | fa163e75-6a44-31ab-30dc-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:25.100004 | 0.05s 2025-10-06 22:18:48.452059 | fa163e75-6a44-31ab-30dc-000000002500 | TASK | regenerate lvm config 2025-10-06 22:18:48.490456 | fa163e75-6a44-31ab-30dc-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-06 22:18:48.491495 | fa163e75-6a44-31ab-30dc-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:25.164737 | 0.04s 2025-10-06 22:18:48.516759 | fa163e75-6a44-31ab-30dc-000000002501 | TASK | copy new lvm.conf in place 2025-10-06 22:18:48.557365 | fa163e75-6a44-31ab-30dc-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-06 22:18:48.558658 | fa163e75-6a44-31ab-30dc-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:25.231898 | 0.04s 2025-10-06 22:18:48.608874 | fa163e75-6a44-31ab-30dc-00000000224b | TASK | Fail if container image is undefined 2025-10-06 22:18:48.668081 | fa163e75-6a44-31ab-30dc-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:18:48.668996 | fa163e75-6a44-31ab-30dc-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:25.342243 | 0.06s 2025-10-06 22:18:48.714783 | fa163e75-6a44-31ab-30dc-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-06 22:18:58.477792 | fa163e75-6a44-31ab-30dc-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-06 22:18:58.478886 | fa163e75-6a44-31ab-30dc-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:35.152132 | 9.76s 2025-10-06 22:18:58.518580 | fa163e75-6a44-31ab-30dc-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-06 22:18:58.881333 | fa163e75-6a44-31ab-30dc-00000000224d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-06 22:18:58.882836 | fa163e75-6a44-31ab-30dc-00000000224d | 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:35.556074 | 0.36s 2025-10-06 22:18:58.983081 | fa163e75-6a44-31ab-30dc-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:35.656315 | 0.05s 2025-10-06 22:18:59.046145 | fa163e75-6a44-31ab-30dc-000000002570 | TASK | Set version specific variables 2025-10-06 22:18:59.082891 | fa163e75-6a44-31ab-30dc-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:35.756126 | 0.04s 2025-10-06 22:18:59.095935 | 62945dab-08e2-4e8c-8046-aee25411fdde | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:18:59.118905 | fa163e75-6a44-31ab-30dc-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-06 22:18:59.482251 | fa163e75-6a44-31ab-30dc-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:18:59.483805 | fa163e75-6a44-31ab-30dc-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:36.157045 | 0.36s 2025-10-06 22:18:59.509638 | fa163e75-6a44-31ab-30dc-0000000025a0 | TASK | Set platform/version specific variables 2025-10-06 22:18:59.582869 | fa163e75-6a44-31ab-30dc-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:18:59.601111 | fa163e75-6a44-31ab-30dc-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:18:59.620861 | fa163e75-6a44-31ab-30dc-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:18:59.636124 | fa163e75-6a44-31ab-30dc-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:18:59.641829 | fa163e75-6a44-31ab-30dc-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:36.315063 | 0.13s 2025-10-06 22:18:59.667476 | fa163e75-6a44-31ab-30dc-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:19:02.572148 | fa163e75-6a44-31ab-30dc-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:19:02.573575 | fa163e75-6a44-31ab-30dc-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:39.246815 | 2.90s 2025-10-06 22:19:02.598415 | fa163e75-6a44-31ab-30dc-000000002573 | TASK | Ensure provider packages are installed 2025-10-06 22:19:05.498631 | fa163e75-6a44-31ab-30dc-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:42.171857 | 2.90s 2025-10-06 22:19:05.505183 | fa163e75-6a44-31ab-30dc-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:42.178419 | 2.91s 2025-10-06 22:19:05.530754 | fa163e75-6a44-31ab-30dc-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:19:05.810601 | fa163e75-6a44-31ab-30dc-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:05.811999 | fa163e75-6a44-31ab-30dc-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:42.485236 | 0.28s 2025-10-06 22:19:05.817908 | fa163e75-6a44-31ab-30dc-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:42.491147 | 0.29s 2025-10-06 22:19:05.843660 | fa163e75-6a44-31ab-30dc-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:19:06.123130 | fa163e75-6a44-31ab-30dc-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:06.124620 | fa163e75-6a44-31ab-30dc-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:42.797855 | 0.28s 2025-10-06 22:19:06.131002 | fa163e75-6a44-31ab-30dc-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:42.804242 | 0.29s 2025-10-06 22:19:06.156737 | fa163e75-6a44-31ab-30dc-000000002579 | TASK | Ensure provider service is running 2025-10-06 22:19:06.575310 | fa163e75-6a44-31ab-30dc-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:19:06.577194 | fa163e75-6a44-31ab-30dc-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:43.250431 | 0.42s 2025-10-06 22:19:06.586035 | fa163e75-6a44-31ab-30dc-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:43.259277 | 0.43s 2025-10-06 22:19:06.613196 | fa163e75-6a44-31ab-30dc-00000000257c | TASK | Ensure certificate requests 2025-10-06 22:19:08.691321 | fa163e75-6a44-31ab-30dc-00000000257c | 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-10-06 22:19:08.692222 | fa163e75-6a44-31ab-30dc-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:45.365470 | 2.08s 2025-10-06 22:19:08.699390 | fa163e75-6a44-31ab-30dc-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:45.372628 | 2.08s 2025-10-06 22:19:08.797371 | fa163e75-6a44-31ab-30dc-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:45.470603 | 0.05s 2025-10-06 22:19:08.861260 | fa163e75-6a44-31ab-30dc-0000000025e4 | TASK | Set version specific variables 2025-10-06 22:19:08.899359 | fa163e75-6a44-31ab-30dc-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:45.572599 | 0.04s 2025-10-06 22:19:08.911133 | 3da28475-23df-493c-89f0-56b99c380538 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:19:08.933494 | fa163e75-6a44-31ab-30dc-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-06 22:19:09.282474 | fa163e75-6a44-31ab-30dc-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:19:09.284090 | fa163e75-6a44-31ab-30dc-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:45.957330 | 0.35s 2025-10-06 22:19:09.310216 | fa163e75-6a44-31ab-30dc-000000002614 | TASK | Set platform/version specific variables 2025-10-06 22:19:09.397128 | fa163e75-6a44-31ab-30dc-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:19:09.428199 | fa163e75-6a44-31ab-30dc-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:19:09.455798 | fa163e75-6a44-31ab-30dc-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:19:09.477044 | fa163e75-6a44-31ab-30dc-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:19:09.489097 | fa163e75-6a44-31ab-30dc-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:46.162333 | 0.18s 2025-10-06 22:19:09.514477 | fa163e75-6a44-31ab-30dc-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:19:12.344657 | fa163e75-6a44-31ab-30dc-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:19:12.346132 | fa163e75-6a44-31ab-30dc-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:49.019373 | 2.83s 2025-10-06 22:19:12.370986 | fa163e75-6a44-31ab-30dc-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-06 22:19:15.307532 | fa163e75-6a44-31ab-30dc-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:51.980759 | 2.94s 2025-10-06 22:19:15.317468 | fa163e75-6a44-31ab-30dc-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:51.990709 | 2.95s 2025-10-06 22:19:15.335571 | fa163e75-6a44-31ab-30dc-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:19:15.637361 | fa163e75-6a44-31ab-30dc-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:15.641062 | fa163e75-6a44-31ab-30dc-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:52.314287 | 0.30s 2025-10-06 22:19:15.649843 | fa163e75-6a44-31ab-30dc-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:52.323092 | 0.31s 2025-10-06 22:19:15.667899 | fa163e75-6a44-31ab-30dc-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:19:15.940650 | fa163e75-6a44-31ab-30dc-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:15.942716 | fa163e75-6a44-31ab-30dc-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:52.615924 | 0.27s 2025-10-06 22:19:15.953005 | fa163e75-6a44-31ab-30dc-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:52.626241 | 0.28s 2025-10-06 22:19:15.980272 | fa163e75-6a44-31ab-30dc-0000000025ed | TASK | Ensure provider service is running 2025-10-06 22:19:16.411582 | fa163e75-6a44-31ab-30dc-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:19:16.413430 | fa163e75-6a44-31ab-30dc-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:53.086666 | 0.43s 2025-10-06 22:19:16.421635 | fa163e75-6a44-31ab-30dc-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:53.094872 | 0.44s 2025-10-06 22:19:16.448556 | fa163e75-6a44-31ab-30dc-0000000025f0 | TASK | Ensure certificate requests 2025-10-06 22:19:17.941275 | fa163e75-6a44-31ab-30dc-0000000025f0 | 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-10-06 22:19:17.943784 | fa163e75-6a44-31ab-30dc-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:54.617022 | 1.49s 2025-10-06 22:19:17.954002 | fa163e75-6a44-31ab-30dc-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:54.627239 | 1.50s 2025-10-06 22:19:18.003397 | fa163e75-6a44-31ab-30dc-000000002261 | TASK | Fail if container image is undefined 2025-10-06 22:19:18.066484 | fa163e75-6a44-31ab-30dc-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:19:18.067910 | fa163e75-6a44-31ab-30dc-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:54.741148 | 0.06s 2025-10-06 22:19:18.109910 | fa163e75-6a44-31ab-30dc-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-06 22:19:27.466100 | fa163e75-6a44-31ab-30dc-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-06 22:19:27.467443 | fa163e75-6a44-31ab-30dc-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:04.140682 | 9.36s 2025-10-06 22:19:27.521140 | fa163e75-6a44-31ab-30dc-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-06 22:19:27.874134 | fa163e75-6a44-31ab-30dc-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-06 22:19:27.875498 | fa163e75-6a44-31ab-30dc-000000002263 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:04.548737 | 0.35s 2025-10-06 22:19:27.974466 | fa163e75-6a44-31ab-30dc-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:04.647698 | 0.05s 2025-10-06 22:19:28.035801 | fa163e75-6a44-31ab-30dc-00000000265e | TASK | Set version specific variables 2025-10-06 22:19:28.083269 | fa163e75-6a44-31ab-30dc-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:04.756505 | 0.05s 2025-10-06 22:19:28.101437 | e75749de-7d9b-4d8b-9151-2f9a0c1c2933 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:19:28.126193 | fa163e75-6a44-31ab-30dc-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-06 22:19:28.514746 | fa163e75-6a44-31ab-30dc-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:19:28.516308 | fa163e75-6a44-31ab-30dc-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:05.189548 | 0.39s 2025-10-06 22:19:28.542424 | fa163e75-6a44-31ab-30dc-00000000268e | TASK | Set platform/version specific variables 2025-10-06 22:19:28.612644 | fa163e75-6a44-31ab-30dc-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:19:28.629986 | fa163e75-6a44-31ab-30dc-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:19:28.647855 | fa163e75-6a44-31ab-30dc-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:19:28.661907 | fa163e75-6a44-31ab-30dc-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:19:28.666188 | fa163e75-6a44-31ab-30dc-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:05.339434 | 0.12s 2025-10-06 22:19:28.693224 | fa163e75-6a44-31ab-30dc-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:19:31.550719 | fa163e75-6a44-31ab-30dc-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:19:31.551944 | fa163e75-6a44-31ab-30dc-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:08.225187 | 2.86s 2025-10-06 22:19:31.576371 | fa163e75-6a44-31ab-30dc-000000002661 | TASK | Ensure provider packages are installed 2025-10-06 22:19:34.455307 | fa163e75-6a44-31ab-30dc-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:11.128534 | 2.88s 2025-10-06 22:19:34.462372 | fa163e75-6a44-31ab-30dc-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:11.135608 | 2.88s 2025-10-06 22:19:34.488496 | fa163e75-6a44-31ab-30dc-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:19:34.793038 | fa163e75-6a44-31ab-30dc-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:34.795134 | fa163e75-6a44-31ab-30dc-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:11.468369 | 0.31s 2025-10-06 22:19:34.805209 | fa163e75-6a44-31ab-30dc-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:11.478449 | 0.32s 2025-10-06 22:19:34.830993 | fa163e75-6a44-31ab-30dc-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:19:35.124631 | fa163e75-6a44-31ab-30dc-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:35.126810 | fa163e75-6a44-31ab-30dc-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:11.800048 | 0.29s 2025-10-06 22:19:35.136893 | fa163e75-6a44-31ab-30dc-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:11.810132 | 0.30s 2025-10-06 22:19:35.162909 | fa163e75-6a44-31ab-30dc-000000002667 | TASK | Ensure provider service is running 2025-10-06 22:19:35.598363 | fa163e75-6a44-31ab-30dc-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:19:35.600907 | fa163e75-6a44-31ab-30dc-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:12.274145 | 0.44s 2025-10-06 22:19:35.611659 | fa163e75-6a44-31ab-30dc-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:12.284896 | 0.45s 2025-10-06 22:19:35.639330 | fa163e75-6a44-31ab-30dc-00000000266a | TASK | Ensure certificate requests 2025-10-06 22:19:37.223875 | fa163e75-6a44-31ab-30dc-00000000266a | 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-10-06 22:19:37.227422 | fa163e75-6a44-31ab-30dc-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:13.900656 | 1.59s 2025-10-06 22:19:37.236778 | fa163e75-6a44-31ab-30dc-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:13.910010 | 1.60s 2025-10-06 22:19:37.337129 | fa163e75-6a44-31ab-30dc-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:14.010360 | 0.05s 2025-10-06 22:19:37.400794 | fa163e75-6a44-31ab-30dc-0000000026d2 | TASK | Set version specific variables 2025-10-06 22:19:37.449610 | fa163e75-6a44-31ab-30dc-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:14.122841 | 0.05s 2025-10-06 22:19:37.468277 | 829473f7-2988-40a8-93c2-603fc3f66199 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:19:37.498551 | fa163e75-6a44-31ab-30dc-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-06 22:19:37.902555 | fa163e75-6a44-31ab-30dc-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:19:37.904157 | fa163e75-6a44-31ab-30dc-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:14.577396 | 0.40s 2025-10-06 22:19:37.930165 | fa163e75-6a44-31ab-30dc-000000002702 | TASK | Set platform/version specific variables 2025-10-06 22:19:37.997660 | fa163e75-6a44-31ab-30dc-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:19:38.020209 | fa163e75-6a44-31ab-30dc-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:19:38.043131 | fa163e75-6a44-31ab-30dc-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:19:38.062580 | fa163e75-6a44-31ab-30dc-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:19:38.068391 | fa163e75-6a44-31ab-30dc-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:14.741629 | 0.14s 2025-10-06 22:19:38.093730 | fa163e75-6a44-31ab-30dc-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:19:40.991266 | fa163e75-6a44-31ab-30dc-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:19:40.992795 | fa163e75-6a44-31ab-30dc-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:17.666034 | 2.90s 2025-10-06 22:19:41.017778 | fa163e75-6a44-31ab-30dc-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-06 22:19:43.924716 | fa163e75-6a44-31ab-30dc-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:20.597919 | 2.91s 2025-10-06 22:19:43.937016 | fa163e75-6a44-31ab-30dc-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:20.610250 | 2.92s 2025-10-06 22:19:43.963419 | fa163e75-6a44-31ab-30dc-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:19:44.237760 | fa163e75-6a44-31ab-30dc-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:44.239880 | fa163e75-6a44-31ab-30dc-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:20.913117 | 0.27s 2025-10-06 22:19:44.250097 | fa163e75-6a44-31ab-30dc-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:20.923332 | 0.29s 2025-10-06 22:19:44.276193 | fa163e75-6a44-31ab-30dc-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:19:44.575218 | fa163e75-6a44-31ab-30dc-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:19:44.577164 | fa163e75-6a44-31ab-30dc-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:21.250403 | 0.30s 2025-10-06 22:19:44.587932 | fa163e75-6a44-31ab-30dc-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:21.261168 | 0.31s 2025-10-06 22:19:44.614010 | fa163e75-6a44-31ab-30dc-0000000026db | TASK | Ensure provider service is running 2025-10-06 22:19:45.020304 | fa163e75-6a44-31ab-30dc-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:19:45.023054 | fa163e75-6a44-31ab-30dc-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:21.696291 | 0.41s 2025-10-06 22:19:45.033541 | fa163e75-6a44-31ab-30dc-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:21.706775 | 0.42s 2025-10-06 22:19:45.060451 | fa163e75-6a44-31ab-30dc-0000000026de | TASK | Ensure certificate requests 2025-10-06 22:19:46.584506 | fa163e75-6a44-31ab-30dc-0000000026de | 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-10-06 22:19:46.585948 | fa163e75-6a44-31ab-30dc-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:23.259186 | 1.52s 2025-10-06 22:19:46.597850 | fa163e75-6a44-31ab-30dc-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:23.271089 | 1.54s 2025-10-06 22:19:46.637648 | fa163e75-6a44-31ab-30dc-000000002272 | TASK | install systemd-container for a greenfield 2025-10-06 22:20:03.502978 | fa163e75-6a44-31ab-30dc-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-06 22:20:03.504807 | fa163e75-6a44-31ab-30dc-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:40.178046 | 16.87s 2025-10-06 22:20:03.531558 | fa163e75-6a44-31ab-30dc-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-06 22:20:03.581736 | fa163e75-6a44-31ab-30dc-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-06 22:20:03.582883 | fa163e75-6a44-31ab-30dc-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:40.256124 | 0.05s 2025-10-06 22:20:03.608303 | fa163e75-6a44-31ab-30dc-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-06 22:20:03.871318 | fa163e75-6a44-31ab-30dc-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-06 22:20:03.872666 | fa163e75-6a44-31ab-30dc-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:40.545906 | 0.26s 2025-10-06 22:20:03.898265 | fa163e75-6a44-31ab-30dc-000000002277 | TASK | is KSM enabled 2025-10-06 22:20:03.938847 | fa163e75-6a44-31ab-30dc-000000002277 | OK | is KSM enabled | standalone 2025-10-06 22:20:03.940037 | fa163e75-6a44-31ab-30dc-000000002277 | TIMING | is KSM enabled | standalone | 0:06:40.613276 | 0.04s 2025-10-06 22:20:03.966303 | fa163e75-6a44-31ab-30dc-000000002279 | TASK | Check for ksm 2025-10-06 22:20:04.241578 | fa163e75-6a44-31ab-30dc-000000002279 | CHANGED | Check for ksm | standalone 2025-10-06 22:20:04.243074 | fa163e75-6a44-31ab-30dc-000000002279 | TIMING | Check for ksm | standalone | 0:06:40.916313 | 0.28s 2025-10-06 22:20:04.269345 | fa163e75-6a44-31ab-30dc-00000000227a | TASK | disable KSM services 2025-10-06 22:20:04.356830 | fa163e75-6a44-31ab-30dc-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-06 22:20:04.390304 | fa163e75-6a44-31ab-30dc-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-06 22:20:04.396814 | fa163e75-6a44-31ab-30dc-00000000227a | TIMING | disable KSM services | standalone | 0:06:41.070045 | 0.13s 2025-10-06 22:20:04.423259 | fa163e75-6a44-31ab-30dc-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-06 22:20:04.494495 | fa163e75-6a44-31ab-30dc-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-06 22:20:04.495601 | fa163e75-6a44-31ab-30dc-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:41.168842 | 0.07s 2025-10-06 22:20:04.520819 | fa163e75-6a44-31ab-30dc-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-06 22:20:04.573021 | fa163e75-6a44-31ab-30dc-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-06 22:20:04.574076 | fa163e75-6a44-31ab-30dc-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:41.247318 | 0.05s 2025-10-06 22:20:04.598859 | fa163e75-6a44-31ab-30dc-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-06 22:20:04.653063 | fa163e75-6a44-31ab-30dc-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-06 22:20:04.654446 | fa163e75-6a44-31ab-30dc-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:41.327686 | 0.05s 2025-10-06 22:20:04.679447 | fa163e75-6a44-31ab-30dc-00000000227f | TASK | enable ksmtunded 2025-10-06 22:20:04.725629 | fa163e75-6a44-31ab-30dc-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-06 22:20:04.738983 | fa163e75-6a44-31ab-30dc-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-06 22:20:04.750109 | fa163e75-6a44-31ab-30dc-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:41.423352 | 0.07s 2025-10-06 22:20:04.769080 | fa163e75-6a44-31ab-30dc-000000002281 | TASK | Create dirs for certificates and keys 2025-10-06 22:20:05.016665 | fa163e75-6a44-31ab-30dc-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-06 22:20:05.017708 | fa163e75-6a44-31ab-30dc-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:41.690952 | 0.25s 2025-10-06 22:20:05.207999 | fa163e75-6a44-31ab-30dc-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-06 22:20:05.210163 | fa163e75-6a44-31ab-30dc-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:41.883405 | 0.44s 2025-10-06 22:20:05.399943 | fa163e75-6a44-31ab-30dc-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-06 22:20:05.401079 | fa163e75-6a44-31ab-30dc-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:42.074320 | 0.63s 2025-10-06 22:20:05.408487 | fa163e75-6a44-31ab-30dc-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:42.081721 | 0.64s 2025-10-06 22:20:05.486407 | fa163e75-6a44-31ab-30dc-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:42.159639 | 0.05s 2025-10-06 22:20:05.551224 | fa163e75-6a44-31ab-30dc-00000000276e | TASK | Set version specific variables 2025-10-06 22:20:05.600966 | fa163e75-6a44-31ab-30dc-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:42.274198 | 0.05s 2025-10-06 22:20:05.620353 | 11218b95-5350-4760-be4c-cd58e730c58b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:20:05.650081 | fa163e75-6a44-31ab-30dc-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-06 22:20:05.999914 | fa163e75-6a44-31ab-30dc-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:20:06.001474 | fa163e75-6a44-31ab-30dc-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:42.674713 | 0.35s 2025-10-06 22:20:06.029941 | fa163e75-6a44-31ab-30dc-0000000027a2 | TASK | Set platform/version specific variables 2025-10-06 22:20:06.110575 | fa163e75-6a44-31ab-30dc-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:06.129952 | fa163e75-6a44-31ab-30dc-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:06.150574 | fa163e75-6a44-31ab-30dc-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:20:06.167068 | fa163e75-6a44-31ab-30dc-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:20:06.179108 | fa163e75-6a44-31ab-30dc-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:42.852344 | 0.15s 2025-10-06 22:20:06.205363 | fa163e75-6a44-31ab-30dc-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:20:09.112805 | fa163e75-6a44-31ab-30dc-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:20:09.114328 | fa163e75-6a44-31ab-30dc-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:45.787568 | 2.91s 2025-10-06 22:20:09.139428 | fa163e75-6a44-31ab-30dc-000000002771 | TASK | Ensure provider packages are installed 2025-10-06 22:20:12.041914 | fa163e75-6a44-31ab-30dc-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:48.715141 | 2.90s 2025-10-06 22:20:12.048396 | fa163e75-6a44-31ab-30dc-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:48.721630 | 2.91s 2025-10-06 22:20:12.074944 | fa163e75-6a44-31ab-30dc-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:20:12.326489 | fa163e75-6a44-31ab-30dc-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:12.327603 | fa163e75-6a44-31ab-30dc-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:49.000847 | 0.25s 2025-10-06 22:20:12.339625 | fa163e75-6a44-31ab-30dc-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:49.012855 | 0.26s 2025-10-06 22:20:12.366394 | fa163e75-6a44-31ab-30dc-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:20:12.691214 | fa163e75-6a44-31ab-30dc-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:12.693402 | fa163e75-6a44-31ab-30dc-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:49.366637 | 0.33s 2025-10-06 22:20:12.703527 | fa163e75-6a44-31ab-30dc-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:49.376766 | 0.34s 2025-10-06 22:20:12.730245 | fa163e75-6a44-31ab-30dc-000000002777 | TASK | Ensure provider service is running 2025-10-06 22:20:14.151874 | fa163e75-6a44-31ab-30dc-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:20:14.153841 | fa163e75-6a44-31ab-30dc-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:50.827078 | 1.42s 2025-10-06 22:20:14.163114 | fa163e75-6a44-31ab-30dc-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:50.836349 | 1.43s 2025-10-06 22:20:14.190905 | fa163e75-6a44-31ab-30dc-00000000277a | TASK | Ensure certificate requests 2025-10-06 22:20:15.741602 | fa163e75-6a44-31ab-30dc-00000000277a | 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-10-06 22:20:15.743325 | fa163e75-6a44-31ab-30dc-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:52.416559 | 1.55s 2025-10-06 22:20:17.829616 | fa163e75-6a44-31ab-30dc-00000000277a | 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-10-06 22:20:17.830781 | fa163e75-6a44-31ab-30dc-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.504022 | 3.64s 2025-10-06 22:20:19.719819 | fa163e75-6a44-31ab-30dc-00000000277a | 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-10-06 22:20:19.722059 | fa163e75-6a44-31ab-30dc-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:56.395298 | 5.53s 2025-10-06 22:20:21.441714 | fa163e75-6a44-31ab-30dc-00000000277a | 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-10-06 22:20:21.442926 | fa163e75-6a44-31ab-30dc-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.116168 | 7.25s 2025-10-06 22:20:21.456603 | fa163e75-6a44-31ab-30dc-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.129838 | 7.26s 2025-10-06 22:20:21.506881 | fa163e75-6a44-31ab-30dc-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-06 22:20:21.590648 | fa163e75-6a44-31ab-30dc-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.263874 | 0.08s 2025-10-06 22:20:21.601668 | fa163e75-6a44-31ab-30dc-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.274913 | 0.09s 2025-10-06 22:20:21.608654 | fa163e75-6a44-31ab-30dc-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.281893 | 0.10s 2025-10-06 22:20:21.695429 | fa163e75-6a44-31ab-30dc-0000000027f8 | TASK | Set version specific variables 2025-10-06 22:20:21.736072 | fa163e75-6a44-31ab-30dc-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:58.409308 | 0.04s 2025-10-06 22:20:21.749360 | bb9f1a62-7e18-413c-9853-3aef03a69298 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:20:21.773097 | fa163e75-6a44-31ab-30dc-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-06 22:20:22.172844 | fa163e75-6a44-31ab-30dc-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:20:22.174568 | fa163e75-6a44-31ab-30dc-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:58.847807 | 0.40s 2025-10-06 22:20:22.201009 | fa163e75-6a44-31ab-30dc-000000002851 | TASK | Set platform/version specific variables 2025-10-06 22:20:22.272668 | fa163e75-6a44-31ab-30dc-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:22.305097 | fa163e75-6a44-31ab-30dc-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:22.337769 | fa163e75-6a44-31ab-30dc-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:20:22.352907 | fa163e75-6a44-31ab-30dc-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:20:22.364818 | fa163e75-6a44-31ab-30dc-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:59.038057 | 0.16s 2025-10-06 22:20:22.390369 | fa163e75-6a44-31ab-30dc-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:20:25.317503 | fa163e75-6a44-31ab-30dc-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:20:25.319009 | fa163e75-6a44-31ab-30dc-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:01.992250 | 2.93s 2025-10-06 22:20:25.344965 | fa163e75-6a44-31ab-30dc-0000000027fb | TASK | Ensure provider packages are installed 2025-10-06 22:20:28.241179 | fa163e75-6a44-31ab-30dc-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:04.914406 | 2.89s 2025-10-06 22:20:28.253440 | fa163e75-6a44-31ab-30dc-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:04.926675 | 2.91s 2025-10-06 22:20:28.280402 | fa163e75-6a44-31ab-30dc-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:20:28.566919 | fa163e75-6a44-31ab-30dc-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:28.569004 | fa163e75-6a44-31ab-30dc-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.242241 | 0.29s 2025-10-06 22:20:28.579184 | fa163e75-6a44-31ab-30dc-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.252419 | 0.30s 2025-10-06 22:20:28.606121 | fa163e75-6a44-31ab-30dc-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:20:28.894260 | fa163e75-6a44-31ab-30dc-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:28.895771 | fa163e75-6a44-31ab-30dc-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:05.569007 | 0.29s 2025-10-06 22:20:28.905015 | fa163e75-6a44-31ab-30dc-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:05.578261 | 0.30s 2025-10-06 22:20:28.925216 | fa163e75-6a44-31ab-30dc-000000002801 | TASK | Ensure provider service is running 2025-10-06 22:20:29.363559 | fa163e75-6a44-31ab-30dc-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:20:29.365437 | fa163e75-6a44-31ab-30dc-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.038676 | 0.44s 2025-10-06 22:20:29.378487 | fa163e75-6a44-31ab-30dc-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.051719 | 0.45s 2025-10-06 22:20:29.406866 | fa163e75-6a44-31ab-30dc-000000002804 | TASK | Ensure certificate requests 2025-10-06 22:20:31.265910 | fa163e75-6a44-31ab-30dc-000000002804 | 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-10-06 22:20:31.268459 | fa163e75-6a44-31ab-30dc-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:07.941698 | 1.86s 2025-10-06 22:20:31.279104 | fa163e75-6a44-31ab-30dc-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:07.952341 | 1.87s 2025-10-06 22:20:31.330359 | fa163e75-6a44-31ab-30dc-000000002821 | TASK | Set version specific variables 2025-10-06 22:20:31.380525 | fa163e75-6a44-31ab-30dc-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:08.053757 | 0.05s 2025-10-06 22:20:31.401411 | 4a6e7bf9-aab6-4e67-8d1f-601dd0b2e1f0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:20:31.433145 | fa163e75-6a44-31ab-30dc-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-06 22:20:31.815820 | fa163e75-6a44-31ab-30dc-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:20:31.817325 | fa163e75-6a44-31ab-30dc-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:08.490564 | 0.38s 2025-10-06 22:20:31.843300 | fa163e75-6a44-31ab-30dc-00000000288b | TASK | Set platform/version specific variables 2025-10-06 22:20:31.915017 | fa163e75-6a44-31ab-30dc-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:31.932194 | fa163e75-6a44-31ab-30dc-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:31.950636 | fa163e75-6a44-31ab-30dc-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:20:31.964783 | fa163e75-6a44-31ab-30dc-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:20:31.976658 | fa163e75-6a44-31ab-30dc-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:08.649896 | 0.13s 2025-10-06 22:20:32.002009 | fa163e75-6a44-31ab-30dc-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:20:34.869655 | fa163e75-6a44-31ab-30dc-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:20:34.871088 | fa163e75-6a44-31ab-30dc-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:11.544329 | 2.87s 2025-10-06 22:20:34.896552 | fa163e75-6a44-31ab-30dc-000000002824 | TASK | Ensure provider packages are installed 2025-10-06 22:20:37.808495 | fa163e75-6a44-31ab-30dc-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:14.481723 | 2.91s 2025-10-06 22:20:37.815191 | fa163e75-6a44-31ab-30dc-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:14.488425 | 2.92s 2025-10-06 22:20:37.841807 | fa163e75-6a44-31ab-30dc-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:20:38.121294 | fa163e75-6a44-31ab-30dc-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:38.123283 | fa163e75-6a44-31ab-30dc-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:14.796523 | 0.28s 2025-10-06 22:20:38.133497 | fa163e75-6a44-31ab-30dc-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:14.806730 | 0.29s 2025-10-06 22:20:38.159226 | fa163e75-6a44-31ab-30dc-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:20:38.451754 | fa163e75-6a44-31ab-30dc-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:38.453266 | fa163e75-6a44-31ab-30dc-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.126505 | 0.29s 2025-10-06 22:20:38.459037 | fa163e75-6a44-31ab-30dc-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.132280 | 0.30s 2025-10-06 22:20:38.477142 | fa163e75-6a44-31ab-30dc-00000000282a | TASK | Ensure provider service is running 2025-10-06 22:20:38.875496 | fa163e75-6a44-31ab-30dc-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:20:38.877843 | fa163e75-6a44-31ab-30dc-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:15.551079 | 0.40s 2025-10-06 22:20:38.887581 | fa163e75-6a44-31ab-30dc-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:15.560822 | 0.41s 2025-10-06 22:20:38.906320 | fa163e75-6a44-31ab-30dc-00000000282d | TASK | Ensure certificate requests 2025-10-06 22:20:40.583730 | fa163e75-6a44-31ab-30dc-00000000282d | 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-10-06 22:20:40.587117 | fa163e75-6a44-31ab-30dc-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.260355 | 1.68s 2025-10-06 22:20:40.598357 | fa163e75-6a44-31ab-30dc-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.271592 | 1.69s 2025-10-06 22:20:40.701735 | fa163e75-6a44-31ab-30dc-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:17.374873 | 0.05s 2025-10-06 22:20:40.769004 | fa163e75-6a44-31ab-30dc-0000000028cf | TASK | Set version specific variables 2025-10-06 22:20:40.816739 | fa163e75-6a44-31ab-30dc-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:17.489975 | 0.05s 2025-10-06 22:20:40.828814 | 4a521882-2b1b-4eeb-88a0-3d1eb5997ec0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:20:40.852040 | fa163e75-6a44-31ab-30dc-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-06 22:20:41.222400 | fa163e75-6a44-31ab-30dc-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:20:41.224053 | fa163e75-6a44-31ab-30dc-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:17.897289 | 0.37s 2025-10-06 22:20:41.250200 | fa163e75-6a44-31ab-30dc-0000000028ff | TASK | Set platform/version specific variables 2025-10-06 22:20:41.337481 | fa163e75-6a44-31ab-30dc-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:41.368929 | fa163e75-6a44-31ab-30dc-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:41.397084 | fa163e75-6a44-31ab-30dc-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:20:41.417256 | fa163e75-6a44-31ab-30dc-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:20:41.423866 | fa163e75-6a44-31ab-30dc-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:18.097109 | 0.17s 2025-10-06 22:20:41.443629 | fa163e75-6a44-31ab-30dc-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:20:44.286484 | fa163e75-6a44-31ab-30dc-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:20:44.287943 | fa163e75-6a44-31ab-30dc-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:20.961182 | 2.84s 2025-10-06 22:20:44.313064 | fa163e75-6a44-31ab-30dc-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-06 22:20:47.171647 | fa163e75-6a44-31ab-30dc-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:23.844875 | 2.86s 2025-10-06 22:20:47.183765 | fa163e75-6a44-31ab-30dc-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:23.857010 | 2.87s 2025-10-06 22:20:47.209745 | fa163e75-6a44-31ab-30dc-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:20:47.516381 | fa163e75-6a44-31ab-30dc-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:47.518482 | fa163e75-6a44-31ab-30dc-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:24.191720 | 0.31s 2025-10-06 22:20:47.528445 | fa163e75-6a44-31ab-30dc-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:24.201690 | 0.32s 2025-10-06 22:20:47.554217 | fa163e75-6a44-31ab-30dc-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:20:47.859749 | fa163e75-6a44-31ab-30dc-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:20:47.861643 | fa163e75-6a44-31ab-30dc-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:24.534881 | 0.31s 2025-10-06 22:20:47.871772 | fa163e75-6a44-31ab-30dc-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:24.545016 | 0.32s 2025-10-06 22:20:47.897323 | fa163e75-6a44-31ab-30dc-0000000028d8 | TASK | Ensure provider service is running 2025-10-06 22:20:48.352247 | fa163e75-6a44-31ab-30dc-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:20:48.354917 | fa163e75-6a44-31ab-30dc-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:25.028154 | 0.46s 2025-10-06 22:20:48.365459 | fa163e75-6a44-31ab-30dc-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:25.038703 | 0.47s 2025-10-06 22:20:48.392312 | fa163e75-6a44-31ab-30dc-0000000028db | TASK | Ensure certificate requests 2025-10-06 22:20:50.028914 | fa163e75-6a44-31ab-30dc-0000000028db | 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-10-06 22:20:50.030408 | fa163e75-6a44-31ab-30dc-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.703648 | 1.64s 2025-10-06 22:20:50.040088 | fa163e75-6a44-31ab-30dc-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.713332 | 1.65s 2025-10-06 22:20:50.088394 | fa163e75-6a44-31ab-30dc-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-06 22:20:50.163598 | fa163e75-6a44-31ab-30dc-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-06 22:20:50.164725 | fa163e75-6a44-31ab-30dc-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:26.837914 | 0.07s 2025-10-06 22:20:50.189300 | fa163e75-6a44-31ab-30dc-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-06 22:20:53.162233 | fa163e75-6a44-31ab-30dc-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-06 22:20:53.167130 | fa163e75-6a44-31ab-30dc-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:29.840371 | 2.98s 2025-10-06 22:20:53.201236 | fa163e75-6a44-31ab-30dc-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-06 22:20:53.272295 | fa163e75-6a44-31ab-30dc-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-06 22:20:53.273400 | fa163e75-6a44-31ab-30dc-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:29.946641 | 0.07s 2025-10-06 22:20:53.301208 | fa163e75-6a44-31ab-30dc-00000000228d | TASK | Fetch ovn VIP 2025-10-06 22:20:53.371915 | fa163e75-6a44-31ab-30dc-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-06 22:20:53.373021 | fa163e75-6a44-31ab-30dc-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:30.046263 | 0.07s 2025-10-06 22:20:53.401009 | fa163e75-6a44-31ab-30dc-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-06 22:20:53.472329 | fa163e75-6a44-31ab-30dc-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-06 22:20:53.473417 | fa163e75-6a44-31ab-30dc-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:30.146660 | 0.07s 2025-10-06 22:20:53.501424 | fa163e75-6a44-31ab-30dc-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-06 22:20:53.563193 | fa163e75-6a44-31ab-30dc-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-06 22:20:53.564358 | fa163e75-6a44-31ab-30dc-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:30.237599 | 0.06s 2025-10-06 22:20:53.592280 | fa163e75-6a44-31ab-30dc-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-06 22:20:53.662918 | fa163e75-6a44-31ab-30dc-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-06 22:20:53.664045 | fa163e75-6a44-31ab-30dc-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:30.337264 | 0.07s 2025-10-06 22:20:53.691876 | fa163e75-6a44-31ab-30dc-000000002291 | TASK | Remove pacemaker attributes 2025-10-06 22:20:53.766628 | fa163e75-6a44-31ab-30dc-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-06 22:20:53.779127 | fa163e75-6a44-31ab-30dc-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:30.452367 | 0.09s 2025-10-06 22:20:53.839852 | fa163e75-6a44-31ab-30dc-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:30.513091 | 0.03s 2025-10-06 22:20:53.905592 | fa163e75-6a44-31ab-30dc-000000002957 | TASK | Set version specific variables 2025-10-06 22:20:53.956767 | fa163e75-6a44-31ab-30dc-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:30.630001 | 0.05s 2025-10-06 22:20:53.978144 | 27f07756-4a32-40a6-99b2-273d7980a6fe | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:20:54.010948 | fa163e75-6a44-31ab-30dc-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-06 22:20:54.408873 | fa163e75-6a44-31ab-30dc-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:20:54.410466 | fa163e75-6a44-31ab-30dc-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:31.083705 | 0.40s 2025-10-06 22:20:54.439553 | fa163e75-6a44-31ab-30dc-000000002989 | TASK | Set platform/version specific variables 2025-10-06 22:20:54.531516 | fa163e75-6a44-31ab-30dc-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:54.564175 | fa163e75-6a44-31ab-30dc-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:20:54.591767 | fa163e75-6a44-31ab-30dc-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:20:54.612789 | fa163e75-6a44-31ab-30dc-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:20:54.618977 | fa163e75-6a44-31ab-30dc-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:31.292215 | 0.18s 2025-10-06 22:20:54.648290 | fa163e75-6a44-31ab-30dc-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:20:57.514254 | fa163e75-6a44-31ab-30dc-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:20:57.515730 | fa163e75-6a44-31ab-30dc-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:34.188969 | 2.87s 2025-10-06 22:20:57.544235 | fa163e75-6a44-31ab-30dc-00000000295a | TASK | Ensure provider packages are installed 2025-10-06 22:21:00.477653 | fa163e75-6a44-31ab-30dc-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.150880 | 2.93s 2025-10-06 22:21:00.485499 | fa163e75-6a44-31ab-30dc-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.158726 | 2.94s 2025-10-06 22:21:00.515076 | fa163e75-6a44-31ab-30dc-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:21:00.825097 | fa163e75-6a44-31ab-30dc-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:00.826665 | fa163e75-6a44-31ab-30dc-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:37.499901 | 0.31s 2025-10-06 22:21:00.833064 | fa163e75-6a44-31ab-30dc-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:37.506296 | 0.32s 2025-10-06 22:21:00.862260 | fa163e75-6a44-31ab-30dc-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:21:01.127532 | fa163e75-6a44-31ab-30dc-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:01.129775 | fa163e75-6a44-31ab-30dc-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:37.803011 | 0.27s 2025-10-06 22:21:01.139791 | fa163e75-6a44-31ab-30dc-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:37.813028 | 0.28s 2025-10-06 22:21:01.169888 | fa163e75-6a44-31ab-30dc-000000002960 | TASK | Ensure provider service is running 2025-10-06 22:21:01.585583 | fa163e75-6a44-31ab-30dc-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:21:01.588477 | fa163e75-6a44-31ab-30dc-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:38.261711 | 0.42s 2025-10-06 22:21:01.598916 | fa163e75-6a44-31ab-30dc-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:38.272153 | 0.43s 2025-10-06 22:21:01.629257 | fa163e75-6a44-31ab-30dc-000000002963 | TASK | Ensure certificate requests 2025-10-06 22:21:03.357297 | fa163e75-6a44-31ab-30dc-000000002963 | 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-10-06 22:21:03.358755 | fa163e75-6a44-31ab-30dc-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.031993 | 1.73s 2025-10-06 22:21:03.365736 | fa163e75-6a44-31ab-30dc-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.038968 | 1.73s 2025-10-06 22:21:03.420392 | fa163e75-6a44-31ab-30dc-000000002296 | TASK | Configure OVN DBs and northd 2025-10-06 22:21:03.471852 | fa163e75-6a44-31ab-30dc-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:40.145084 | 0.05s 2025-10-06 22:21:03.535927 | fa163e75-6a44-31ab-30dc-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-06 22:21:03.790279 | fa163e75-6a44-31ab-30dc-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-06 22:21:03.791630 | fa163e75-6a44-31ab-30dc-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:40.464869 | 0.25s 2025-10-06 22:21:03.821851 | fa163e75-6a44-31ab-30dc-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-06 22:21:03.883947 | fa163e75-6a44-31ab-30dc-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-06 22:21:03.885030 | fa163e75-6a44-31ab-30dc-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:40.558271 | 0.06s 2025-10-06 22:21:03.913210 | fa163e75-6a44-31ab-30dc-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-06 22:21:04.147875 | fa163e75-6a44-31ab-30dc-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-06 22:21:04.149126 | fa163e75-6a44-31ab-30dc-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:40.822367 | 0.23s 2025-10-06 22:21:04.177475 | fa163e75-6a44-31ab-30dc-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-06 22:21:04.249210 | fa163e75-6a44-31ab-30dc-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-06 22:21:04.250432 | fa163e75-6a44-31ab-30dc-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:40.923672 | 0.07s 2025-10-06 22:21:04.279705 | fa163e75-6a44-31ab-30dc-0000000029d6 | TASK | render OVN cluster configuration 2025-10-06 22:21:04.840652 | fa163e75-6a44-31ab-30dc-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-06 22:21:04.842251 | fa163e75-6a44-31ab-30dc-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:41.515490 | 0.56s 2025-10-06 22:21:04.871429 | fa163e75-6a44-31ab-30dc-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-06 22:21:04.935413 | fa163e75-6a44-31ab-30dc-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:41.608626 | 0.06s 2025-10-06 22:21:04.953054 | fa163e75-6a44-31ab-30dc-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:41.626298 | 0.08s 2025-10-06 22:21:04.967086 | fa163e75-6a44-31ab-30dc-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:41.640331 | 0.09s 2025-10-06 22:21:04.973607 | fa163e75-6a44-31ab-30dc-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:41.646846 | 0.10s 2025-10-06 22:21:04.998193 | 6a7f38fa-a21b-4e67-8d64-3703047a2963 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 22:21:05.005894 | 458d4b1b-4d14-4901-aa42-911881430793 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 22:21:05.013444 | 8a48e149-3eb9-495d-b1f5-b8053f214455 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-06 22:21:05.049476 | fa163e75-6a44-31ab-30dc-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-06 22:21:05.293595 | fa163e75-6a44-31ab-30dc-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-06 22:21:05.295127 | fa163e75-6a44-31ab-30dc-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:41.968366 | 0.24s 2025-10-06 22:21:05.326263 | fa163e75-6a44-31ab-30dc-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-06 22:21:05.377132 | fa163e75-6a44-31ab-30dc-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-06 22:21:05.378304 | fa163e75-6a44-31ab-30dc-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:42.051544 | 0.05s 2025-10-06 22:21:05.409214 | fa163e75-6a44-31ab-30dc-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-06 22:21:05.673118 | fa163e75-6a44-31ab-30dc-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-06 22:21:05.674493 | fa163e75-6a44-31ab-30dc-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:42.347732 | 0.26s 2025-10-06 22:21:05.705175 | fa163e75-6a44-31ab-30dc-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-06 22:21:05.755853 | fa163e75-6a44-31ab-30dc-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-06 22:21:05.757034 | fa163e75-6a44-31ab-30dc-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:42.430274 | 0.05s 2025-10-06 22:21:05.787358 | fa163e75-6a44-31ab-30dc-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-06 22:21:06.051626 | fa163e75-6a44-31ab-30dc-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-06 22:21:06.052687 | fa163e75-6a44-31ab-30dc-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:42.725923 | 0.26s 2025-10-06 22:21:06.072783 | fa163e75-6a44-31ab-30dc-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-06 22:21:06.125426 | fa163e75-6a44-31ab-30dc-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-06 22:21:06.126760 | fa163e75-6a44-31ab-30dc-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:42.799999 | 0.05s 2025-10-06 22:21:06.238086 | fa163e75-6a44-31ab-30dc-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:42.911318 | 0.05s 2025-10-06 22:21:06.344736 | fa163e75-6a44-31ab-30dc-000000002a5e | TASK | Set version specific variables 2025-10-06 22:21:06.402647 | fa163e75-6a44-31ab-30dc-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:43.075880 | 0.06s 2025-10-06 22:21:06.425308 | b3e4fc69-8a59-4a6b-94a0-717664607422 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:21:06.451602 | fa163e75-6a44-31ab-30dc-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-06 22:21:06.853610 | fa163e75-6a44-31ab-30dc-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:21:06.855281 | fa163e75-6a44-31ab-30dc-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:43.528522 | 0.40s 2025-10-06 22:21:06.886545 | fa163e75-6a44-31ab-30dc-000000002a8e | TASK | Set platform/version specific variables 2025-10-06 22:21:06.980130 | fa163e75-6a44-31ab-30dc-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:21:07.011539 | fa163e75-6a44-31ab-30dc-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:21:07.039434 | fa163e75-6a44-31ab-30dc-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:21:07.059366 | fa163e75-6a44-31ab-30dc-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:21:07.070571 | fa163e75-6a44-31ab-30dc-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:43.743810 | 0.18s 2025-10-06 22:21:07.090839 | fa163e75-6a44-31ab-30dc-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:21:10.018364 | fa163e75-6a44-31ab-30dc-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:21:10.019766 | fa163e75-6a44-31ab-30dc-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:46.693006 | 2.93s 2025-10-06 22:21:10.048104 | fa163e75-6a44-31ab-30dc-000000002a61 | TASK | Ensure provider packages are installed 2025-10-06 22:21:12.933970 | fa163e75-6a44-31ab-30dc-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:49.607198 | 2.88s 2025-10-06 22:21:12.940694 | fa163e75-6a44-31ab-30dc-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:49.613909 | 2.89s 2025-10-06 22:21:12.970166 | fa163e75-6a44-31ab-30dc-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:21:13.267042 | fa163e75-6a44-31ab-30dc-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:13.269380 | fa163e75-6a44-31ab-30dc-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.942617 | 0.30s 2025-10-06 22:21:13.279219 | fa163e75-6a44-31ab-30dc-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.952457 | 0.31s 2025-10-06 22:21:13.308472 | fa163e75-6a44-31ab-30dc-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:21:13.605747 | fa163e75-6a44-31ab-30dc-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:13.608210 | fa163e75-6a44-31ab-30dc-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.281442 | 0.30s 2025-10-06 22:21:13.618013 | fa163e75-6a44-31ab-30dc-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.291248 | 0.31s 2025-10-06 22:21:13.646831 | fa163e75-6a44-31ab-30dc-000000002a67 | TASK | Ensure provider service is running 2025-10-06 22:21:14.080535 | fa163e75-6a44-31ab-30dc-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:21:14.083101 | fa163e75-6a44-31ab-30dc-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.756340 | 0.43s 2025-10-06 22:21:14.092319 | fa163e75-6a44-31ab-30dc-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.765565 | 0.44s 2025-10-06 22:21:14.111867 | fa163e75-6a44-31ab-30dc-000000002a6a | TASK | Ensure certificate requests 2025-10-06 22:21:15.536451 | fa163e75-6a44-31ab-30dc-000000002a6a | 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-10-06 22:21:15.539057 | fa163e75-6a44-31ab-30dc-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.212296 | 1.43s 2025-10-06 22:21:15.549832 | fa163e75-6a44-31ab-30dc-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.223068 | 1.44s 2025-10-06 22:21:15.660518 | fa163e75-6a44-31ab-30dc-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:52.333738 | 0.05s 2025-10-06 22:21:15.734619 | fa163e75-6a44-31ab-30dc-000000002ad2 | TASK | Set version specific variables 2025-10-06 22:21:15.782583 | fa163e75-6a44-31ab-30dc-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:52.455818 | 0.05s 2025-10-06 22:21:15.797010 | 79ec4a0f-746b-4f4c-99b8-251aa1f77151 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:21:15.820819 | fa163e75-6a44-31ab-30dc-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-06 22:21:16.208266 | fa163e75-6a44-31ab-30dc-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:21:16.209833 | fa163e75-6a44-31ab-30dc-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:52.883069 | 0.39s 2025-10-06 22:21:16.238433 | fa163e75-6a44-31ab-30dc-000000002b02 | TASK | Set platform/version specific variables 2025-10-06 22:21:16.300854 | fa163e75-6a44-31ab-30dc-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:21:16.317943 | fa163e75-6a44-31ab-30dc-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:21:16.331871 | fa163e75-6a44-31ab-30dc-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:21:16.341877 | fa163e75-6a44-31ab-30dc-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:21:16.347577 | fa163e75-6a44-31ab-30dc-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:53.020814 | 0.11s 2025-10-06 22:21:16.376891 | fa163e75-6a44-31ab-30dc-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:21:19.205879 | fa163e75-6a44-31ab-30dc-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:21:19.207309 | fa163e75-6a44-31ab-30dc-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:55.880549 | 2.83s 2025-10-06 22:21:19.236125 | fa163e75-6a44-31ab-30dc-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-06 22:21:22.121137 | fa163e75-6a44-31ab-30dc-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:58.794366 | 2.88s 2025-10-06 22:21:22.128161 | fa163e75-6a44-31ab-30dc-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:58.801396 | 2.89s 2025-10-06 22:21:22.159180 | fa163e75-6a44-31ab-30dc-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:21:22.442486 | fa163e75-6a44-31ab-30dc-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:22.443916 | fa163e75-6a44-31ab-30dc-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.117155 | 0.28s 2025-10-06 22:21:22.450529 | fa163e75-6a44-31ab-30dc-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.123759 | 0.29s 2025-10-06 22:21:22.482051 | fa163e75-6a44-31ab-30dc-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:21:22.775735 | fa163e75-6a44-31ab-30dc-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:22.777051 | fa163e75-6a44-31ab-30dc-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.450291 | 0.29s 2025-10-06 22:21:22.783134 | fa163e75-6a44-31ab-30dc-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.456365 | 0.30s 2025-10-06 22:21:22.812297 | fa163e75-6a44-31ab-30dc-000000002adb | TASK | Ensure provider service is running 2025-10-06 22:21:23.241242 | fa163e75-6a44-31ab-30dc-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:21:23.243134 | fa163e75-6a44-31ab-30dc-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:59.916372 | 0.43s 2025-10-06 22:21:23.252630 | fa163e75-6a44-31ab-30dc-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:59.925866 | 0.44s 2025-10-06 22:21:23.282372 | fa163e75-6a44-31ab-30dc-000000002ade | TASK | Ensure certificate requests 2025-10-06 22:21:24.958476 | fa163e75-6a44-31ab-30dc-000000002ade | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-06 22:21:24.961454 | fa163e75-6a44-31ab-30dc-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.634692 | 1.68s 2025-10-06 22:21:24.971708 | fa163e75-6a44-31ab-30dc-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.644920 | 1.69s 2025-10-06 22:21:25.077475 | fa163e75-6a44-31ab-30dc-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:01.750703 | 0.05s 2025-10-06 22:21:25.145568 | fa163e75-6a44-31ab-30dc-000000002b46 | TASK | Set version specific variables 2025-10-06 22:21:25.192721 | fa163e75-6a44-31ab-30dc-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:01.865891 | 0.05s 2025-10-06 22:21:25.214846 | 99a07855-b5fd-4aa5-a25e-d5dab079907d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:21:25.246837 | fa163e75-6a44-31ab-30dc-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-06 22:21:25.649134 | fa163e75-6a44-31ab-30dc-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:21:25.650749 | fa163e75-6a44-31ab-30dc-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:02.323987 | 0.40s 2025-10-06 22:21:25.679179 | fa163e75-6a44-31ab-30dc-000000002b76 | TASK | Set platform/version specific variables 2025-10-06 22:21:25.770980 | fa163e75-6a44-31ab-30dc-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:21:25.801476 | fa163e75-6a44-31ab-30dc-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:21:25.828459 | fa163e75-6a44-31ab-30dc-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:21:25.848496 | fa163e75-6a44-31ab-30dc-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:21:25.854365 | fa163e75-6a44-31ab-30dc-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:02.527597 | 0.17s 2025-10-06 22:21:25.883577 | fa163e75-6a44-31ab-30dc-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:21:28.747742 | fa163e75-6a44-31ab-30dc-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:21:28.749304 | fa163e75-6a44-31ab-30dc-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:05.422543 | 2.86s 2025-10-06 22:21:28.778885 | fa163e75-6a44-31ab-30dc-000000002b49 | TASK | Ensure provider packages are installed 2025-10-06 22:21:31.707646 | fa163e75-6a44-31ab-30dc-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.380877 | 2.93s 2025-10-06 22:21:31.719896 | fa163e75-6a44-31ab-30dc-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.393131 | 2.94s 2025-10-06 22:21:31.748629 | fa163e75-6a44-31ab-30dc-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:21:32.032923 | fa163e75-6a44-31ab-30dc-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:32.034711 | fa163e75-6a44-31ab-30dc-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.707914 | 0.28s 2025-10-06 22:21:32.043074 | fa163e75-6a44-31ab-30dc-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.716310 | 0.29s 2025-10-06 22:21:32.076943 | fa163e75-6a44-31ab-30dc-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:21:32.375383 | fa163e75-6a44-31ab-30dc-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:21:32.377658 | fa163e75-6a44-31ab-30dc-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.050897 | 0.30s 2025-10-06 22:21:32.387627 | fa163e75-6a44-31ab-30dc-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.060862 | 0.31s 2025-10-06 22:21:32.417981 | fa163e75-6a44-31ab-30dc-000000002b4f | TASK | Ensure provider service is running 2025-10-06 22:21:32.883237 | fa163e75-6a44-31ab-30dc-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:21:32.886127 | fa163e75-6a44-31ab-30dc-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.559359 | 0.47s 2025-10-06 22:21:32.895583 | fa163e75-6a44-31ab-30dc-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.568804 | 0.48s 2025-10-06 22:21:32.927912 | fa163e75-6a44-31ab-30dc-000000002b52 | TASK | Ensure certificate requests 2025-10-06 22:21:34.934049 | fa163e75-6a44-31ab-30dc-000000002b52 | 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-10-06 22:21:34.936743 | fa163e75-6a44-31ab-30dc-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.609976 | 2.01s 2025-10-06 22:21:34.947039 | fa163e75-6a44-31ab-30dc-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.620273 | 2.02s 2025-10-06 22:21:35.002009 | fa163e75-6a44-31ab-30dc-0000000022a3 | TASK | Fail if container image is undefined 2025-10-06 22:21:35.065288 | fa163e75-6a44-31ab-30dc-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:21:35.066533 | fa163e75-6a44-31ab-30dc-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:11.739773 | 0.06s 2025-10-06 22:21:35.114033 | fa163e75-6a44-31ab-30dc-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-06 22:21:42.265237 | fa163e75-6a44-31ab-30dc-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-06 22:21:42.266740 | fa163e75-6a44-31ab-30dc-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:18.939981 | 7.15s 2025-10-06 22:21:42.322298 | fa163e75-6a44-31ab-30dc-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-06 22:21:42.676529 | fa163e75-6a44-31ab-30dc-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-06 22:21:42.677923 | fa163e75-6a44-31ab-30dc-0000000022a5 | 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:19.351163 | 0.35s 2025-10-06 22:21:42.732227 | fa163e75-6a44-31ab-30dc-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-06 22:21:54.012988 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-06 22:21:54.016949 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:30.690185 | 11.28s 2025-10-06 22:22:00.274367 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-06 22:22:00.277914 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.951153 | 17.54s 2025-10-06 22:22:04.108767 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-06 22:22:04.111387 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.784629 | 21.38s 2025-10-06 22:22:08.074958 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-06 22:22:08.077475 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.750715 | 25.34s 2025-10-06 22:22:10.824980 | fa163e75-6a44-31ab-30dc-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-06 22:22:10.828405 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.501646 | 28.09s 2025-10-06 22:22:13.931305 | fa163e75-6a44-31ab-30dc-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-06 22:22:13.935378 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.608616 | 31.20s 2025-10-06 22:22:20.364552 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-06 22:22:20.368140 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.041380 | 37.63s 2025-10-06 22:22:25.521280 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-06 22:22:25.524970 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.198194 | 42.79s 2025-10-06 22:22:29.925830 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-06 22:22:29.929007 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.602250 | 47.19s 2025-10-06 22:22:33.011388 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-06 22:22:33.014478 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:09.687720 | 50.28s 2025-10-06 22:22:42.825409 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-06 22:22:42.828924 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.502161 | 60.09s 2025-10-06 22:22:46.470260 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-06 22:22:46.474726 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:23.147965 | 63.74s 2025-10-06 22:23:03.140912 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-06 22:23:03.145186 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:39.818428 | 80.41s 2025-10-06 22:23:14.196130 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-06 22:23:14.198926 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:50.872167 | 91.46s 2025-10-06 22:23:24.375660 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-06 22:23:24.378716 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:01.051958 | 101.64s 2025-10-06 22:23:31.787647 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-06 22:23:31.790781 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:08.464022 | 109.06s 2025-10-06 22:23:39.918640 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-06 22:23:39.921439 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:16.594680 | 117.19s 2025-10-06 22:23:45.569655 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-06 22:23:45.573813 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:22.247052 | 122.84s 2025-10-06 22:23:49.490829 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-06 22:23:49.494883 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.168118 | 126.76s 2025-10-06 22:23:53.813501 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-06 22:23:53.816636 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.489877 | 131.08s 2025-10-06 22:23:59.828869 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-06 22:23:59.832147 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:36.505388 | 137.10s 2025-10-06 22:24:12.713095 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-06 22:24:12.716105 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:49.389353 | 149.98s 2025-10-06 22:24:22.549474 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-06 22:24:22.553390 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:59.226631 | 159.82s 2025-10-06 22:24:31.712972 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-06 22:24:31.716937 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.390178 | 168.98s 2025-10-06 22:24:35.205915 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-06 22:24:35.209761 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:11.883002 | 172.48s 2025-10-06 22:24:38.845491 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-06 22:24:38.848520 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:15.521761 | 176.11s 2025-10-06 22:24:42.348878 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-06 22:24:42.352148 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.025388 | 179.62s 2025-10-06 22:24:47.029850 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-06 22:24:47.031547 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.704795 | 184.30s 2025-10-06 22:24:52.241232 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-06 22:24:52.244223 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.917465 | 189.51s 2025-10-06 22:24:55.326551 | fa163e75-6a44-31ab-30dc-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-06 22:24:55.329602 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:32.002843 | 192.60s 2025-10-06 22:24:57.811562 | fa163e75-6a44-31ab-30dc-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-06 22:24:57.814384 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.487626 | 195.08s 2025-10-06 22:25:02.593350 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-06 22:25:02.598833 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:39.272069 | 199.86s 2025-10-06 22:25:05.814109 | fa163e75-6a44-31ab-30dc-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-06 22:25:05.817344 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:42.490584 | 203.08s 2025-10-06 22:25:10.560581 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-06 22:25:10.565130 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.238368 | 207.83s 2025-10-06 22:25:13.913708 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-06 22:25:13.916693 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:50.589916 | 211.18s 2025-10-06 22:25:17.715616 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-06 22:25:17.718907 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.392147 | 214.98s 2025-10-06 22:25:21.057981 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-06 22:25:21.061837 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.735079 | 218.33s 2025-10-06 22:25:24.812270 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-06 22:25:24.815438 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:01.488679 | 222.08s 2025-10-06 22:25:28.597182 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-06 22:25:28.601283 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:05.274523 | 225.87s 2025-10-06 22:25:32.586525 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-06 22:25:32.589445 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.262686 | 229.86s 2025-10-06 22:25:36.045678 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-06 22:25:36.050020 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.723260 | 233.32s 2025-10-06 22:25:39.606109 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-06 22:25:39.610105 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.283347 | 236.88s 2025-10-06 22:25:43.061175 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-06 22:25:43.064317 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:19.737556 | 240.33s 2025-10-06 22:25:46.970529 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-06 22:25:46.973014 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:23.646256 | 244.24s 2025-10-06 22:25:50.118340 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-06 22:25:50.121267 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:26.794509 | 247.39s 2025-10-06 22:25:54.020888 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-06 22:25:54.024992 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:30.698199 | 251.29s 2025-10-06 22:25:57.754616 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-06 22:25:57.759578 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:34.432813 | 255.03s 2025-10-06 22:26:01.840581 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-06 22:26:01.843731 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:38.516972 | 259.11s 2025-10-06 22:26:05.368130 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-06 22:26:05.371223 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:42.044462 | 262.64s 2025-10-06 22:26:08.886140 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-06 22:26:08.890036 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:45.563278 | 266.16s 2025-10-06 22:26:12.974339 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-06 22:26:12.977868 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:49.651106 | 270.24s 2025-10-06 22:26:17.131956 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-06 22:26:17.135583 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:53.808822 | 274.40s 2025-10-06 22:26:20.780483 | fa163e75-6a44-31ab-30dc-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-06 22:26:20.782866 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:57.456109 | 278.05s 2025-10-06 22:26:21.128035 | fa163e75-6a44-31ab-30dc-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:57.801271 | 278.39s 2025-10-06 22:26:21.391488 | fa163e75-6a44-31ab-30dc-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:58.064725 | 0.06s 2025-10-06 22:26:21.443943 | fa163e75-6a44-31ab-30dc-000000002c2c | TASK | Set version specific variables 2025-10-06 22:26:21.493783 | fa163e75-6a44-31ab-30dc-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:58.167014 | 0.05s 2025-10-06 22:26:21.519104 | de93312d-6053-4c0c-abce-a813234cc51e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-06 22:26:21.555492 | fa163e75-6a44-31ab-30dc-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-06 22:26:21.957509 | fa163e75-6a44-31ab-30dc-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-06 22:26:21.959192 | fa163e75-6a44-31ab-30dc-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:58.632431 | 0.40s 2025-10-06 22:26:21.987998 | fa163e75-6a44-31ab-30dc-000000002c5c | TASK | Set platform/version specific variables 2025-10-06 22:26:22.062572 | fa163e75-6a44-31ab-30dc-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:26:22.083099 | fa163e75-6a44-31ab-30dc-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-06 22:26:22.105581 | fa163e75-6a44-31ab-30dc-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-06 22:26:22.125561 | fa163e75-6a44-31ab-30dc-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-06 22:26:22.131244 | fa163e75-6a44-31ab-30dc-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:58.804480 | 0.14s 2025-10-06 22:26:22.160821 | fa163e75-6a44-31ab-30dc-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-06 22:26:25.334656 | fa163e75-6a44-31ab-30dc-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-06 22:26:25.336115 | fa163e75-6a44-31ab-30dc-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:02.009354 | 3.17s 2025-10-06 22:26:25.367517 | fa163e75-6a44-31ab-30dc-000000002c2f | TASK | Ensure provider packages are installed 2025-10-06 22:26:28.293643 | fa163e75-6a44-31ab-30dc-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:04.966868 | 2.92s 2025-10-06 22:26:28.306430 | fa163e75-6a44-31ab-30dc-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:04.979665 | 2.94s 2025-10-06 22:26:28.338156 | fa163e75-6a44-31ab-30dc-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-06 22:26:28.637918 | fa163e75-6a44-31ab-30dc-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:26:28.640119 | fa163e75-6a44-31ab-30dc-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:05.313355 | 0.30s 2025-10-06 22:26:28.650238 | fa163e75-6a44-31ab-30dc-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:05.323476 | 0.31s 2025-10-06 22:26:28.680455 | fa163e75-6a44-31ab-30dc-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-06 22:26:28.988635 | fa163e75-6a44-31ab-30dc-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-06 22:26:28.990939 | fa163e75-6a44-31ab-30dc-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:05.664177 | 0.31s 2025-10-06 22:26:29.001193 | fa163e75-6a44-31ab-30dc-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:05.674429 | 0.32s 2025-10-06 22:26:29.032012 | fa163e75-6a44-31ab-30dc-000000002c35 | TASK | Ensure provider service is running 2025-10-06 22:26:29.477160 | fa163e75-6a44-31ab-30dc-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-06 22:26:29.479788 | fa163e75-6a44-31ab-30dc-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:06.153017 | 0.45s 2025-10-06 22:26:29.493272 | fa163e75-6a44-31ab-30dc-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:06.166502 | 0.46s 2025-10-06 22:26:29.527408 | fa163e75-6a44-31ab-30dc-000000002c38 | TASK | Ensure certificate requests 2025-10-06 22:26:31.653760 | fa163e75-6a44-31ab-30dc-000000002c38 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-10-06 22:26:31.655077 | fa163e75-6a44-31ab-30dc-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:08.328323 | 2.13s 2025-10-06 22:26:31.660728 | fa163e75-6a44-31ab-30dc-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:08.333970 | 2.13s 2025-10-06 22:26:31.703793 | fa163e75-6a44-31ab-30dc-0000000022ba | TASK | Fail if container image is undefined 2025-10-06 22:26:31.751697 | fa163e75-6a44-31ab-30dc-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-06 22:26:31.752426 | fa163e75-6a44-31ab-30dc-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:08.425671 | 0.05s 2025-10-06 22:26:31.779570 | fa163e75-6a44-31ab-30dc-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-06 22:26:34.663361 | fa163e75-6a44-31ab-30dc-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-06 22:26:34.664896 | fa163e75-6a44-31ab-30dc-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:11.338103 | 2.88s 2025-10-06 22:26:34.723270 | fa163e75-6a44-31ab-30dc-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-06 22:26:35.078424 | fa163e75-6a44-31ab-30dc-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-06 22:26:35.079765 | fa163e75-6a44-31ab-30dc-0000000022bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:11.753004 | 0.36s 2025-10-06 22:26:35.134045 | fa163e75-6a44-31ab-30dc-0000000022c7 | TASK | Check if rsyslog exists 2025-10-06 22:26:35.357312 | fa163e75-6a44-31ab-30dc-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-06 22:26:35.358551 | fa163e75-6a44-31ab-30dc-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:12.031793 | 0.22s 2025-10-06 22:26:35.385521 | fa163e75-6a44-31ab-30dc-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-06 22:26:35.854716 | fa163e75-6a44-31ab-30dc-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-06 22:26:35.856073 | fa163e75-6a44-31ab-30dc-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:12.529311 | 0.47s 2025-10-06 22:26:35.885100 | fa163e75-6a44-31ab-30dc-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-06 22:26:36.777855 | fa163e75-6a44-31ab-30dc-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-06 22:26:36.779722 | fa163e75-6a44-31ab-30dc-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:13.452963 | 0.89s 2025-10-06 22:26:36.808969 | fa163e75-6a44-31ab-30dc-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-06 22:26:37.037538 | fa163e75-6a44-31ab-30dc-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-06 22:26:37.038991 | fa163e75-6a44-31ab-30dc-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:13.712232 | 0.23s 2025-10-06 22:26:37.131866 | fa163e75-6a44-31ab-30dc-0000000000c3 | TIMING | include_tasks | standalone | 0:13:13.805096 | 0.07s 2025-10-06 22:26:37.174512 | 007be3f4-09cf-48c7-aab2-db4898a3c3b9 | INCLUDED | /root/standalone-ansible-7is934cs/common_deploy_steps_tasks.yaml | standalone 2025-10-06 22:26:37.199830 | fa163e75-6a44-31ab-30dc-000000002ca3 | TASK | Write the config_step hieradata 2025-10-06 22:26:37.670504 | fa163e75-6a44-31ab-30dc-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-06 22:26:37.672020 | fa163e75-6a44-31ab-30dc-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:14.345256 | 0.47s 2025-10-06 22:26:37.702590 | fa163e75-6a44-31ab-30dc-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-06 22:26:38.017465 | fa163e75-6a44-31ab-30dc-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-06 22:26:38.018770 | fa163e75-6a44-31ab-30dc-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:14.692008 | 0.31s 2025-10-06 22:26:38.047800 | fa163e75-6a44-31ab-30dc-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-06 22:26:38.279501 | fa163e75-6a44-31ab-30dc-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 22:26:48.489047 | fa163e75-6a44-31ab-30dc-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 22:26:58.756718 | fa163e75-6a44-31ab-30dc-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-06 22:27:08.976211 | fa163e75-6a44-31ab-30dc-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-06 22:27:19.195765 | fa163e75-6a44-31ab-30dc-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-06 22:27:29.410104 | fa163e75-6a44-31ab-30dc-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-06 22:27:39.632998 | fa163e75-6a44-31ab-30dc-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 22:27:39.635377 | fa163e75-6a44-31ab-30dc-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:16.308616 | 61.59s 2025-10-06 22:27:39.667468 | fa163e75-6a44-31ab-30dc-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-06 22:27:39.761397 | fa163e75-6a44-31ab-30dc-000000002ca6 | 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>Oct 6 22:26:38 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 22:26:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 22:26:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 22:26:44 puppet-user: (file & line not available)", "<13>Oct 6 22:26:44 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>Oct 6 22:26:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 22:26:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 22:26:44 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.37 seconds", "<13>Oct 6 22:26:44 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 6 22:26:44 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 6 22:26:44 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 6 22:26:52 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 6 22:26:59 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 6 22:26:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 6 22:26:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 6 22:27:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 6 22:27:02 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 6 22:27:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 6 22:27:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 6 22:27:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 6 22:27:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 6 22:27:10 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 6 22:27:10 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 6 22:27:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 6 22:27:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 22:27:37 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 6 22:27:37 puppet-user: Notice: Applied catalog in 52.78 seconds", "<13>Oct 6 22:27:37 puppet-user: Application:", "<13>Oct 6 22:27:37 puppet-user: Initial environment: production", "<13>Oct 6 22:27:37 puppet-user: Converged environment: production", "<13>Oct 6 22:27:37 puppet-user: Run mode: user", "<13>Oct 6 22:27:37 puppet-user: Changes:", "<13>Oct 6 22:27:37 puppet-user: Total: 17", "<13>Oct 6 22:27:37 puppet-user: Events:", "<13>Oct 6 22:27:37 puppet-user: Success: 17", "<13>Oct 6 22:27:37 puppet-user: Resources:", "<13>Oct 6 22:27:37 puppet-user: Restarted: 1", "<13>Oct 6 22:27:37 puppet-user: Changed: 16", "<13>Oct 6 22:27:37 puppet-user: Out of sync: 16", "<13>Oct 6 22:27:37 puppet-user: Total: 26", "<13>Oct 6 22:27:37 puppet-user: Time:", "<13>Oct 6 22:27:37 puppet-user: Filebucket: 0.00", "<13>Oct 6 22:27:37 puppet-user: Schedule: 0.00", "<13>Oct 6 22:27:37 puppet-user: File: 0.00", "<13>Oct 6 22:27:37 puppet-user: File line: 0.00", "<13>Oct 6 22:27:37 puppet-user: Augeas: 0.05", "<13>Oct 6 22:27:37 puppet-user: Config retrieval: 0.41", "<13>Oct 6 22:27:37 puppet-user: User: 0.56", "<13>Oct 6 22:27:37 puppet-user: Package: 14.79", "<13>Oct 6 22:27:37 puppet-user: Last run: 1759789657", "<13>Oct 6 22:27:37 puppet-user: Exec: 28.66", "<13>Oct 6 22:27:37 puppet-user: Pcmk property: 3.68", "<13>Oct 6 22:27:37 puppet-user: Service: 3.76", "<13>Oct 6 22:27:37 puppet-user: Transaction evaluation: 52.77", "<13>Oct 6 22:27:37 puppet-user: Catalog application: 52.78", "<13>Oct 6 22:27:37 puppet-user: Total: 52.78", "<13>Oct 6 22:27:37 puppet-user: Version:", "<13>Oct 6 22:27:37 puppet-user: Config: 1759789604", "<13>Oct 6 22:27:37 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 22:27:39.764155 | fa163e75-6a44-31ab-30dc-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:16.437378 | 0.09s 2025-10-06 22:27:39.796964 | fa163e75-6a44-31ab-30dc-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-06 22:27:39.826632 | fa163e75-6a44-31ab-30dc-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:16.499866 | 0.03s 2025-10-06 22:27:39.903710 | fa163e75-6a44-31ab-30dc-000000002cee | TASK | Gather variables for each operating system 2025-10-06 22:27:40.073545 | fa163e75-6a44-31ab-30dc-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:16.746773 | 0.17s 2025-10-06 22:27:40.103365 | fa163e75-6a44-31ab-30dc-000000002cef | TASK | Create puppet caching structures 2025-10-06 22:27:40.344960 | fa163e75-6a44-31ab-30dc-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-10-06 22:27:40.347418 | fa163e75-6a44-31ab-30dc-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:17.020655 | 0.24s 2025-10-06 22:27:40.378322 | fa163e75-6a44-31ab-30dc-000000002cf0 | TASK | Check for facter.conf 2025-10-06 22:27:40.599036 | fa163e75-6a44-31ab-30dc-000000002cf0 | OK | Check for facter.conf | standalone 2025-10-06 22:27:40.600225 | fa163e75-6a44-31ab-30dc-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:17.273466 | 0.22s 2025-10-06 22:27:40.628266 | fa163e75-6a44-31ab-30dc-000000002cf1 | TASK | Remove facter.conf if directory 2025-10-06 22:27:40.678538 | fa163e75-6a44-31ab-30dc-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 22:27:40.679655 | fa163e75-6a44-31ab-30dc-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:17.352897 | 0.05s 2025-10-06 22:27:40.708455 | fa163e75-6a44-31ab-30dc-000000002cf2 | TASK | Write facter cache config 2025-10-06 22:27:41.237257 | fa163e75-6a44-31ab-30dc-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-10-06 22:27:41.238635 | fa163e75-6a44-31ab-30dc-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:17.911876 | 0.53s 2025-10-06 22:27:41.267296 | fa163e75-6a44-31ab-30dc-000000002cf3 | TASK | Cleanup facter cache if exists 2025-10-06 22:27:41.500398 | fa163e75-6a44-31ab-30dc-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-10-06 22:27:41.501819 | fa163e75-6a44-31ab-30dc-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:18.175059 | 0.23s 2025-10-06 22:27:41.531733 | fa163e75-6a44-31ab-30dc-000000002cf4 | TASK | Pre-cache facts 2025-10-06 22:27:42.139478 | fa163e75-6a44-31ab-30dc-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-10-06 22:27:42.140750 | fa163e75-6a44-31ab-30dc-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:18.813991 | 0.61s 2025-10-06 22:27:42.170903 | fa163e75-6a44-31ab-30dc-000000002cf5 | TASK | Failed deployment if facter fails 2025-10-06 22:27:42.204843 | fa163e75-6a44-31ab-30dc-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 22:27:42.205905 | fa163e75-6a44-31ab-30dc-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:18.879148 | 0.03s 2025-10-06 22:27:42.256458 | fa163e75-6a44-31ab-30dc-000000002cf6 | TASK | Sync cached facts 2025-10-06 22:27:42.736003 | fa163e75-6a44-31ab-30dc-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-000000002cf6') missing from stats 2025-10-06 22:27:42.794288 | fa163e75-6a44-31ab-30dc-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 22:27:42.852613 | fa163e75-6a44-31ab-30dc-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:19.525843 | 0.06s 2025-10-06 22:27:42.883407 | 93d60c8f-88dd-47bd-afd8-a9bd2869c6ad | INCLUDED | /root/standalone-ansible-7is934cs/generate-config-tasks.yaml | standalone 2025-10-06 22:27:42.920597 | fa163e75-6a44-31ab-30dc-000000002d40 | TASK | Create base directory puppet configs 2025-10-06 22:27:43.162607 | fa163e75-6a44-31ab-30dc-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-10-06 22:27:43.164130 | fa163e75-6a44-31ab-30dc-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:19.837367 | 0.24s 2025-10-06 22:27:43.194605 | fa163e75-6a44-31ab-30dc-000000002d41 | TASK | Generate container puppet configs for step 1 2025-10-06 22:27:43.481572 | fa163e75-6a44-31ab-30dc-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-06 22:27:43.482821 | fa163e75-6a44-31ab-30dc-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:20.156060 | 0.29s 2025-10-06 22:27:43.513279 | fa163e75-6a44-31ab-30dc-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-06 22:27:43.547950 | fa163e75-6a44-31ab-30dc-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:20.221187 | 0.03s 2025-10-06 22:27:43.624069 | fa163e75-6a44-31ab-30dc-000000002dcc | TASK | Gather variables for each operating system 2025-10-06 22:27:43.740924 | fa163e75-6a44-31ab-30dc-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:20.414159 | 0.12s 2025-10-06 22:27:43.770881 | fa163e75-6a44-31ab-30dc-000000002dcd | TASK | Create container logs path 2025-10-06 22:27:44.019509 | fa163e75-6a44-31ab-30dc-000000002dcd | OK | Create container logs path | standalone 2025-10-06 22:27:44.020878 | fa163e75-6a44-31ab-30dc-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:20.694118 | 0.25s 2025-10-06 22:27:44.052796 | fa163e75-6a44-31ab-30dc-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:27:44.458215 | fa163e75-6a44-31ab-30dc-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:27:44.459728 | fa163e75-6a44-31ab-30dc-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:21.132963 | 0.40s 2025-10-06 22:27:44.492058 | fa163e75-6a44-31ab-30dc-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-06 22:27:44.570191 | fa163e75-6a44-31ab-30dc-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:27:44.571766 | fa163e75-6a44-31ab-30dc-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:21.245005 | 0.08s 2025-10-06 22:27:44.607388 | fa163e75-6a44-31ab-30dc-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-06 22:27:44.641276 | fa163e75-6a44-31ab-30dc-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:27:44.642536 | fa163e75-6a44-31ab-30dc-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:21.315776 | 0.03s 2025-10-06 22:27:44.674079 | fa163e75-6a44-31ab-30dc-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-06 22:27:44.714665 | fa163e75-6a44-31ab-30dc-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:27:44.716173 | fa163e75-6a44-31ab-30dc-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:21.389412 | 0.04s 2025-10-06 22:27:44.750759 | fa163e75-6a44-31ab-30dc-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:27:44.818714 | fa163e75-6a44-31ab-30dc-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:21.491903 | 0.07s 2025-10-06 22:27:44.847301 | b0ce5ec5-1b52-4ce7-939b-0683d268ead8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:27:44.879937 | fa163e75-6a44-31ab-30dc-000000002e19 | TASK | Gather podman infos 2025-10-06 22:27:45.464345 | fa163e75-6a44-31ab-30dc-000000002e19 | OK | Gather podman infos | standalone 2025-10-06 22:27:45.465763 | fa163e75-6a44-31ab-30dc-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:22.139001 | 0.58s 2025-10-06 22:27:45.499370 | fa163e75-6a44-31ab-30dc-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:27:45.562213 | fa163e75-6a44-31ab-30dc-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:27:45.563496 | fa163e75-6a44-31ab-30dc-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:22.236737 | 0.06s 2025-10-06 22:27:45.599350 | fa163e75-6a44-31ab-30dc-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:27:45.655229 | fa163e75-6a44-31ab-30dc-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:22.328452 | 0.05s 2025-10-06 22:27:45.685267 | 4e8bcc98-f897-41fd-a5b7-fe1679c6f172 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:27:45.721495 | fa163e75-6a44-31ab-30dc-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:28:16.607966 | fa163e75-6a44-31ab-30dc-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:28:16.609795 | fa163e75-6a44-31ab-30dc-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:53.283033 | 30.89s 2025-10-06 22:28:16.697437 | fa163e75-6a44-31ab-30dc-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:28:16.783296 | fa163e75-6a44-31ab-30dc-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:28:16.784522 | fa163e75-6a44-31ab-30dc-000000002e44 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:53.457760 | 0.08s 2025-10-06 22:28:16.838931 | fa163e75-6a44-31ab-30dc-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-10-06 22:28:16.871923 | fa163e75-6a44-31ab-30dc-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-06 22:28:16.873039 | fa163e75-6a44-31ab-30dc-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:53.546280 | 0.03s 2025-10-06 22:28:16.901663 | fa163e75-6a44-31ab-30dc-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-10-06 22:28:16.934426 | fa163e75-6a44-31ab-30dc-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-06 22:28:16.935577 | fa163e75-6a44-31ab-30dc-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:53.608818 | 0.03s 2025-10-06 22:28:16.965873 | fa163e75-6a44-31ab-30dc-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-06 22:28:16.995079 | fa163e75-6a44-31ab-30dc-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:53.668314 | 0.03s 2025-10-06 22:28:17.061177 | fa163e75-6a44-31ab-30dc-000000002e99 | TASK | Gather variables for each operating system 2025-10-06 22:28:17.183268 | fa163e75-6a44-31ab-30dc-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:53.856500 | 0.12s 2025-10-06 22:28:17.212486 | fa163e75-6a44-31ab-30dc-000000002e9a | TASK | Create container logs path 2025-10-06 22:28:17.489108 | fa163e75-6a44-31ab-30dc-000000002e9a | OK | Create container logs path | standalone 2025-10-06 22:28:17.490052 | fa163e75-6a44-31ab-30dc-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:54.163301 | 0.28s 2025-10-06 22:28:17.511447 | fa163e75-6a44-31ab-30dc-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 22:28:17.783110 | fa163e75-6a44-31ab-30dc-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 22:28:17.784371 | fa163e75-6a44-31ab-30dc-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:54.457611 | 0.27s 2025-10-06 22:28:17.813382 | fa163e75-6a44-31ab-30dc-000000002e9d | TASK | Finalise hashes for all containers 2025-10-06 22:28:17.877070 | fa163e75-6a44-31ab-30dc-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-10-06 22:28:17.878449 | fa163e75-6a44-31ab-30dc-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:54.551687 | 0.06s 2025-10-06 22:28:17.907960 | fa163e75-6a44-31ab-30dc-000000002e9f | TASK | Manage systemd shutdown files 2025-10-06 22:28:17.940467 | fa163e75-6a44-31ab-30dc-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:54.613703 | 0.03s 2025-10-06 22:28:17.976730 | 6a3441b4-d8aa-4161-b67a-83e65817bee1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 22:28:18.003661 | fa163e75-6a44-31ab-30dc-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 22:28:18.270643 | fa163e75-6a44-31ab-30dc-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 22:28:18.272118 | fa163e75-6a44-31ab-30dc-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:54.945357 | 0.27s 2025-10-06 22:28:18.301555 | fa163e75-6a44-31ab-30dc-000000002ed3 | TASK | Set podman_drop_in fact 2025-10-06 22:28:18.363930 | fa163e75-6a44-31ab-30dc-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-10-06 22:28:18.365499 | fa163e75-6a44-31ab-30dc-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:55.038738 | 0.06s 2025-10-06 22:28:18.395374 | fa163e75-6a44-31ab-30dc-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 22:28:18.904208 | fa163e75-6a44-31ab-30dc-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 22:28:18.905990 | fa163e75-6a44-31ab-30dc-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:55.579225 | 0.51s 2025-10-06 22:28:19.358886 | fa163e75-6a44-31ab-30dc-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 22:28:19.360602 | fa163e75-6a44-31ab-30dc-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:56.033844 | 0.96s 2025-10-06 22:28:19.371290 | fa163e75-6a44-31ab-30dc-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:56.044525 | 0.97s 2025-10-06 22:28:19.401184 | fa163e75-6a44-31ab-30dc-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 22:28:19.899466 | fa163e75-6a44-31ab-30dc-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 22:28:19.900922 | fa163e75-6a44-31ab-30dc-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:56.574161 | 0.50s 2025-10-06 22:28:19.929886 | fa163e75-6a44-31ab-30dc-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 22:28:20.386041 | fa163e75-6a44-31ab-30dc-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 22:28:20.387469 | fa163e75-6a44-31ab-30dc-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:57.060709 | 0.46s 2025-10-06 22:28:20.418262 | fa163e75-6a44-31ab-30dc-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 22:28:21.302347 | fa163e75-6a44-31ab-30dc-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-06 22:28:21.304876 | fa163e75-6a44-31ab-30dc-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:57.978115 | 0.88s 2025-10-06 22:28:21.335288 | fa163e75-6a44-31ab-30dc-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 22:28:21.844332 | fa163e75-6a44-31ab-30dc-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 22:28:21.845787 | fa163e75-6a44-31ab-30dc-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:58.519026 | 0.51s 2025-10-06 22:28:21.874920 | fa163e75-6a44-31ab-30dc-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 22:28:22.361626 | fa163e75-6a44-31ab-30dc-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 22:28:22.363077 | fa163e75-6a44-31ab-30dc-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:59.036317 | 0.49s 2025-10-06 22:28:22.394397 | fa163e75-6a44-31ab-30dc-000000002edb | TASK | Enable and start netns-placeholder 2025-10-06 22:28:23.230284 | fa163e75-6a44-31ab-30dc-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 22:28:23.232139 | fa163e75-6a44-31ab-30dc-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:59.905379 | 0.84s 2025-10-06 22:28:23.263100 | fa163e75-6a44-31ab-30dc-000000002ea1 | TASK | Update container configs with new config hashes 2025-10-06 22:28:23.318353 | fa163e75-6a44-31ab-30dc-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:59.991585 | 0.05s 2025-10-06 22:28:23.339242 | 2a8b24e8-7743-4091-8b6d-b450e7000e67 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 22:28:23.369053 | fa163e75-6a44-31ab-30dc-000000002f03 | TASK | Update config hashes for container startup configs 2025-10-06 22:28:23.677442 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-06 22:28:23.678595 | | WARNING | Config change detected for mysql_bootstrap, new hash: d920a2bf1fad4b667ac6f1a790ea34a5 2025-10-06 22:28:23.679175 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 16432ebd0ead4aaab2ce555dff50dd19 2025-10-06 22:28:23.679727 | | WARNING | Config change detected for redis_tls_proxy, new hash: 23f4082c7cf802ad7a86b262b8116c00 2025-10-06 22:28:23.680347 | | WARNING | Config change detected for clustercheck, new hash: 6d335685b99a7b516093ab5de6b104d0 2025-10-06 22:28:23.680877 | | WARNING | Config change detected for horizon_fix_perms, new hash: 3ce4112bc7757453d21ce2843ab3b146 2025-10-06 22:28:23.681402 | | WARNING | Config change detected for mysql_wait_bundle, new hash: d920a2bf1fad4b667ac6f1a790ea34a5 2025-10-06 22:28:23.681929 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.682457 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.682997 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.683479 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.684007 | | WARNING | Config change detected for aodh_db_sync, new hash: 0b6a3ad840bbf4ca1a674d7a3c956076 2025-10-06 22:28:23.684493 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 5c92cb28db2967dfb110f4135ad21073 2025-10-06 22:28:23.685020 | | WARNING | Config change detected for glance_api_db_sync, new hash: c6413362bc9cfccca52a2b9b846ab265-e40e0600a025a85ded5882bdec8075fd 2025-10-06 22:28:23.685524 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 2e1ef3923f5838d4aa7d884402aa6399 2025-10-06 22:28:23.686061 | | WARNING | Config change detected for horizon, new hash: 3ce4112bc7757453d21ce2843ab3b146 2025-10-06 22:28:23.686623 | | WARNING | Config change detected for iscsid, new hash: e40e0600a025a85ded5882bdec8075fd 2025-10-06 22:28:23.687156 | | WARNING | Config change detected for keystone, new hash: 43d5cdaf46ab914b24119414d7f90359 2025-10-06 22:28:23.687638 | | WARNING | Config change detected for keystone_cron, new hash: 43d5cdaf46ab914b24119414d7f90359 2025-10-06 22:28:23.688167 | | WARNING | Config change detected for keystone_db_sync, new hash: 43d5cdaf46ab914b24119414d7f90359 2025-10-06 22:28:23.688660 | | WARNING | Config change detected for manila_api_db_sync, new hash: 91d491bda849be9400ebffe3a0e2aa54 2025-10-06 22:28:23.689184 | | WARNING | Config change detected for neutron_db_sync, new hash: 57a378d6616a34933f7e61dd3d233d15 2025-10-06 22:28:23.689665 | | WARNING | Config change detected for nova_api_db_sync, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.690185 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.690725 | | WARNING | Config change detected for nova_db_sync, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.691303 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.691826 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.692311 | | WARNING | Config change detected for nova_virtproxyd, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.692832 | | WARNING | Config change detected for nova_virtqemud, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.693324 | | WARNING | Config change detected for nova_virtsecretd, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.693853 | | WARNING | Config change detected for nova_virtstoraged, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.694368 | | WARNING | Config change detected for octavia_db_sync, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.694888 | | WARNING | Config change detected for placement_api_db_sync, new hash: 52a49c5b1c6dbf78f5b3f22b3e6d38c1 2025-10-06 22:28:23.695382 | | WARNING | Config change detected for swift_copy_rings, new hash: 14cbc33e9e825ab0989d262f05c8553b-21750b8d7199663aa2d2c383030ddf6d 2025-10-06 22:28:23.695917 | | WARNING | Config change detected for aodh_api, new hash: 0b6a3ad840bbf4ca1a674d7a3c956076 2025-10-06 22:28:23.696404 | | WARNING | Config change detected for aodh_api_cron, new hash: 0b6a3ad840bbf4ca1a674d7a3c956076 2025-10-06 22:28:23.696941 | | WARNING | Config change detected for aodh_evaluator, new hash: 0b6a3ad840bbf4ca1a674d7a3c956076 2025-10-06 22:28:23.697424 | | WARNING | Config change detected for aodh_listener, new hash: 0b6a3ad840bbf4ca1a674d7a3c956076 2025-10-06 22:28:23.697940 | | WARNING | Config change detected for aodh_notifier, new hash: 0b6a3ad840bbf4ca1a674d7a3c956076 2025-10-06 22:28:23.698445 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 1400b0af8fb8a9c685b61934c96989d1 2025-10-06 22:28:23.698982 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 1400b0af8fb8a9c685b61934c96989d1 2025-10-06 22:28:23.699463 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 1400b0af8fb8a9c685b61934c96989d1 2025-10-06 22:28:23.700046 | | WARNING | Config change detected for cinder_api, new hash: 5c92cb28db2967dfb110f4135ad21073 2025-10-06 22:28:23.700529 | | WARNING | Config change detected for cinder_api_cron, new hash: 5c92cb28db2967dfb110f4135ad21073 2025-10-06 22:28:23.701154 | | WARNING | Config change detected for cinder_scheduler, new hash: 5c92cb28db2967dfb110f4135ad21073 2025-10-06 22:28:23.701638 | | WARNING | Config change detected for glance_api, new hash: c6413362bc9cfccca52a2b9b846ab265-e40e0600a025a85ded5882bdec8075fd 2025-10-06 22:28:23.702158 | | WARNING | Config change detected for glance_api_cron, new hash: c6413362bc9cfccca52a2b9b846ab265 2025-10-06 22:28:23.702663 | | WARNING | Config change detected for glance_api_internal, new hash: 696d1388faeb15eb37f02febd87a1133-e40e0600a025a85ded5882bdec8075fd 2025-10-06 22:28:23.703184 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 696d1388faeb15eb37f02febd87a1133 2025-10-06 22:28:23.703696 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: c6413362bc9cfccca52a2b9b846ab265 2025-10-06 22:28:23.704185 | | WARNING | Config change detected for heat_api, new hash: ec547b380ba3e83b08fc33ced74099f4 2025-10-06 22:28:23.704662 | | WARNING | Config change detected for heat_api_cfn, new hash: 62500c87ab4a6c9cd602ad2b16f55185 2025-10-06 22:28:23.705190 | | WARNING | Config change detected for heat_api_cron, new hash: ec547b380ba3e83b08fc33ced74099f4 2025-10-06 22:28:23.705720 | | WARNING | Config change detected for heat_engine, new hash: 2e1ef3923f5838d4aa7d884402aa6399 2025-10-06 22:28:23.706229 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-06 22:28:23.706768 | | WARNING | Config change detected for manila_api, new hash: 91d491bda849be9400ebffe3a0e2aa54 2025-10-06 22:28:23.707254 | | WARNING | Config change detected for manila_api_cron, new hash: 91d491bda849be9400ebffe3a0e2aa54 2025-10-06 22:28:23.707774 | | WARNING | Config change detected for manila_scheduler, new hash: 91d491bda849be9400ebffe3a0e2aa54 2025-10-06 22:28:23.708259 | | WARNING | Config change detected for neutron_api, new hash: 57a378d6616a34933f7e61dd3d233d15 2025-10-06 22:28:23.708810 | | WARNING | Config change detected for neutron_dhcp, new hash: 57a378d6616a34933f7e61dd3d233d15 2025-10-06 22:28:23.709298 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 57a378d6616a34933f7e61dd3d233d15 2025-10-06 22:28:23.709822 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 57a378d6616a34933f7e61dd3d233d15 2025-10-06 22:28:23.710326 | | WARNING | Config change detected for nova_api, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.710857 | | WARNING | Config change detected for nova_api_cron, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.711348 | | WARNING | Config change detected for nova_conductor, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.711892 | | WARNING | Config change detected for nova_metadata, new hash: bbb8e3d7dce7fda10583bbeaba3899f8 2025-10-06 22:28:23.712385 | | WARNING | Config change detected for nova_migration_target, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.712917 | | WARNING | Config change detected for nova_scheduler, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.713402 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.713922 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 837fe91f96b904c79d825e1a91bb62d8 2025-10-06 22:28:23.714437 | | WARNING | Config change detected for octavia_api, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.714962 | | WARNING | Config change detected for octavia_driver_agent, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.715442 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 57a378d6616a34933f7e61dd3d233d15 2025-10-06 22:28:23.715965 | | WARNING | Config change detected for placement_api, new hash: 52a49c5b1c6dbf78f5b3f22b3e6d38c1 2025-10-06 22:28:23.716453 | | WARNING | Config change detected for placement_wait_for_service, new hash: 52a49c5b1c6dbf78f5b3f22b3e6d38c1 2025-10-06 22:28:23.716983 | | WARNING | Config change detected for swift_account_reaper, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.717465 | | WARNING | Config change detected for swift_account_server, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.717997 | | WARNING | Config change detected for swift_container_server, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.718508 | | WARNING | Config change detected for swift_container_updater, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.719028 | | WARNING | Config change detected for swift_object_expirer, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.719506 | | WARNING | Config change detected for swift_object_server, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.720064 | | WARNING | Config change detected for swift_object_updater, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.720549 | | WARNING | Config change detected for swift_proxy, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.721068 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 14cbc33e9e825ab0989d262f05c8553b 2025-10-06 22:28:23.721550 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 1400b0af8fb8a9c685b61934c96989d1 2025-10-06 22:28:23.722064 | | WARNING | Config change detected for gnocchi_api, new hash: 7d08cba2f3e568a0ddf8df096fa6d578 2025-10-06 22:28:23.722578 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 7d08cba2f3e568a0ddf8df096fa6d578 2025-10-06 22:28:23.723129 | | WARNING | Config change detected for gnocchi_metricd, new hash: 7d08cba2f3e568a0ddf8df096fa6d578 2025-10-06 22:28:23.723442 | | WARNING | Config change detected for gnocchi_statsd, new hash: 7d08cba2f3e568a0ddf8df096fa6d578 2025-10-06 22:28:23.723785 | | WARNING | Config change detected for nova_compute, new hash: e40e0600a025a85ded5882bdec8075fd-20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.724138 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 20b94ce68efb6f5a847bc5f2b4a367db 2025-10-06 22:28:23.724501 | | WARNING | Config change detected for octavia_health_manager, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.724853 | | WARNING | Config change detected for octavia_housekeeping, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.725178 | | WARNING | Config change detected for octavia_rsyslog, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.725489 | | WARNING | Config change detected for octavia_worker, new hash: d2049fc2e1f12e98d408675e506b3ebe 2025-10-06 22:28:23.725854 | fa163e75-6a44-31ab-30dc-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-06 22:28:23.726412 | fa163e75-6a44-31ab-30dc-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:00.399655 | 0.36s 2025-10-06 22:28:23.750349 | fa163e75-6a44-31ab-30dc-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 22:28:23.807257 | fa163e75-6a44-31ab-30dc-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:00.480490 | 0.06s 2025-10-06 22:28:23.829936 | 2215a39e-96e6-4b9e-a0d8-0449ed3ac11b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:28:23.866737 | fa163e75-6a44-31ab-30dc-000000002f22 | TASK | Gather podman infos 2025-10-06 22:28:24.763090 | fa163e75-6a44-31ab-30dc-000000002f22 | OK | Gather podman infos | standalone 2025-10-06 22:28:24.764172 | fa163e75-6a44-31ab-30dc-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:01.437413 | 0.90s 2025-10-06 22:28:24.828464 | fa163e75-6a44-31ab-30dc-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 22:28:24.894429 | fa163e75-6a44-31ab-30dc-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:01.567660 | 0.06s 2025-10-06 22:28:25.017563 | fa163e75-6a44-31ab-30dc-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:01.690799 | 0.07s 2025-10-06 22:28:25.061257 | fa163e75-6a44-31ab-30dc-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 22:28:25.111311 | fa163e75-6a44-31ab-30dc-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:01.784551 | 0.05s 2025-10-06 22:28:25.125582 | 5ac92e6b-ed5c-4db3-85c5-d0dd276a75c1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:28:25.156652 | fa163e75-6a44-31ab-30dc-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 22:28:33.175628 | fa163e75-6a44-31ab-30dc-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 22:28:33.177401 | fa163e75-6a44-31ab-30dc-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:09.850635 | 8.02s 2025-10-06 22:28:33.208591 | fa163e75-6a44-31ab-30dc-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-06 22:28:38.757631 | fa163e75-6a44-31ab-30dc-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-06 22:28:38.759196 | fa163e75-6a44-31ab-30dc-000000002f93 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:15.432430 | 5.55s 2025-10-06 22:28:38.833924 | fa163e75-6a44-31ab-30dc-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-06 22:28:39.065557 | fa163e75-6a44-31ab-30dc-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-06 22:28:39.067045 | fa163e75-6a44-31ab-30dc-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:15.740282 | 0.23s 2025-10-06 22:28:39.116768 | fa163e75-6a44-31ab-30dc-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-06 22:28:39.150036 | fa163e75-6a44-31ab-30dc-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:15.823273 | 0.03s 2025-10-06 22:28:39.173768 | fa163e75-6a44-31ab-30dc-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-06 22:28:39.200834 | fa163e75-6a44-31ab-30dc-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:15.874074 | 0.03s 2025-10-06 22:28:39.218131 | 4c705a51-2159-4896-a262-a949eb9f11e7 | INCLUDED | /root/standalone-ansible-7is934cs/host-container-puppet-tasks.yaml | standalone 2025-10-06 22:28:39.253642 | fa163e75-6a44-31ab-30dc-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-06 22:28:39.748713 | fa163e75-6a44-31ab-30dc-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-06 22:28:39.750818 | fa163e75-6a44-31ab-30dc-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:16.424052 | 0.50s 2025-10-06 22:28:39.781985 | fa163e75-6a44-31ab-30dc-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-10-06 22:28:40.024539 | fa163e75-6a44-31ab-30dc-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-10-06 22:28:40.027125 | fa163e75-6a44-31ab-30dc-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:16.700273 | 0.24s 2025-10-06 22:28:40.049268 | fa163e75-6a44-31ab-30dc-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-06 22:28:40.075720 | fa163e75-6a44-31ab-30dc-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:16.748960 | 0.03s 2025-10-06 22:28:40.113615 | fa163e75-6a44-31ab-30dc-000000002dcc | TASK | Gather variables for each operating system 2025-10-06 22:28:40.232618 | fa163e75-6a44-31ab-30dc-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:16.905858 | 0.12s 2025-10-06 22:28:40.252799 | fa163e75-6a44-31ab-30dc-000000002dcd | TASK | Create container logs path 2025-10-06 22:28:40.480407 | fa163e75-6a44-31ab-30dc-000000002dcd | OK | Create container logs path | standalone 2025-10-06 22:28:40.481272 | fa163e75-6a44-31ab-30dc-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:17.154521 | 0.23s 2025-10-06 22:28:40.502135 | fa163e75-6a44-31ab-30dc-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:28:40.757493 | fa163e75-6a44-31ab-30dc-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:28:40.758303 | fa163e75-6a44-31ab-30dc-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.431552 | 0.26s 2025-10-06 22:28:40.778700 | fa163e75-6a44-31ab-30dc-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-06 22:28:40.825198 | fa163e75-6a44-31ab-30dc-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:28:40.825819 | fa163e75-6a44-31ab-30dc-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:17.499068 | 0.05s 2025-10-06 22:28:40.845357 | fa163e75-6a44-31ab-30dc-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-06 22:28:40.881369 | fa163e75-6a44-31ab-30dc-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:28:40.881943 | fa163e75-6a44-31ab-30dc-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:17.555195 | 0.04s 2025-10-06 22:28:40.901287 | fa163e75-6a44-31ab-30dc-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-06 22:28:40.949325 | fa163e75-6a44-31ab-30dc-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:28:40.950040 | fa163e75-6a44-31ab-30dc-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:17.623292 | 0.05s 2025-10-06 22:28:40.970745 | fa163e75-6a44-31ab-30dc-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:28:41.017375 | fa163e75-6a44-31ab-30dc-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:28:41.017983 | fa163e75-6a44-31ab-30dc-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.691234 | 0.05s 2025-10-06 22:28:41.038332 | fa163e75-6a44-31ab-30dc-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-06 22:28:41.085043 | fa163e75-6a44-31ab-30dc-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-06 22:28:41.085611 | fa163e75-6a44-31ab-30dc-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.758863 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-06 22:28:41.202307 | fa163e75-6a44-31ab-30dc-0000000000c6 | TASK | External deployment step 2 2025-10-06 22:28:41.230213 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000c6') missing from stats 2025-10-06 22:28:41.280377 | fa163e75-6a44-31ab-30dc-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:17.953623 | 0.04s 2025-10-06 22:28:41.283811 | e41f5cd6-38bb-4ab7-af69-18ca2d3ec9e2 | INCLUDED | /root/standalone-ansible-7is934cs/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-06 22:28:41.380344 | fa163e75-6a44-31ab-30dc-0000000000ca | TASK | Deploy step tasks for 2 2025-10-06 22:28:41.410884 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000ca') missing from stats 2025-10-06 22:28:41.430774 | fa163e75-6a44-31ab-30dc-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-06 22:28:41.914006 | fa163e75-6a44-31ab-30dc-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-06 22:28:41.915415 | fa163e75-6a44-31ab-30dc-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:18.588652 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:28:41.985490 | fa163e75-6a44-31ab-30dc-0000000000cc | TIMING | include_tasks | standalone | 0:15:18.658730 | 0.04s 2025-10-06 22:28:42.078816 | 8a608b84-fc70-406d-8a27-e5fc2962b5a3 | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-06 22:28:42.113897 | fa163e75-6a44-31ab-30dc-00000000306f | TASK | Push script 2025-10-06 22:28:42.626553 | fa163e75-6a44-31ab-30dc-00000000306f | CHANGED | Push script | standalone 2025-10-06 22:28:42.627983 | fa163e75-6a44-31ab-30dc-00000000306f | TIMING | Push script | standalone | 0:15:19.301222 | 0.51s 2025-10-06 22:28:42.656454 | fa163e75-6a44-31ab-30dc-000000003070 | TASK | Insert cronjob in root crontab 2025-10-06 22:28:43.102231 | fa163e75-6a44-31ab-30dc-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-06 22:28:43.103554 | fa163e75-6a44-31ab-30dc-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:19.776793 | 0.45s 2025-10-06 22:28:43.132662 | fa163e75-6a44-31ab-30dc-000000003077 | TASK | Gather variables for each operating system 2025-10-06 22:28:43.238763 | fa163e75-6a44-31ab-30dc-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:19.911996 | 0.10s 2025-10-06 22:28:43.267850 | fa163e75-6a44-31ab-30dc-000000003078 | TASK | Detect if resource is being created or already exists 2025-10-06 22:28:44.029910 | fa163e75-6a44-31ab-30dc-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:28:44.031314 | fa163e75-6a44-31ab-30dc-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:20.704552 | 0.76s 2025-10-06 22:28:44.062264 | fa163e75-6a44-31ab-30dc-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-10-06 22:30:28.922762 | fa163e75-6a44-31ab-30dc-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-06 22:30:28.924427 | fa163e75-6a44-31ab-30dc-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:05.597667 | 104.86s 2025-10-06 22:30:28.956146 | fa163e75-6a44-31ab-30dc-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-06 22:30:29.188088 | fa163e75-6a44-31ab-30dc-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-06 22:30:29.189411 | fa163e75-6a44-31ab-30dc-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:05.862651 | 0.23s 2025-10-06 22:30:29.218328 | fa163e75-6a44-31ab-30dc-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:30:29.807116 | fa163e75-6a44-31ab-30dc-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:30:29.809464 | fa163e75-6a44-31ab-30dc-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:06.482697 | 0.59s 2025-10-06 22:30:29.841266 | fa163e75-6a44-31ab-30dc-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-06 22:30:30.117613 | fa163e75-6a44-31ab-30dc-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-06 22:30:30.118994 | fa163e75-6a44-31ab-30dc-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:06.792234 | 0.28s 2025-10-06 22:30:30.149718 | fa163e75-6a44-31ab-30dc-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-06 22:30:30.204572 | fa163e75-6a44-31ab-30dc-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-06 22:30:30.205494 | fa163e75-6a44-31ab-30dc-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:06.878742 | 0.05s 2025-10-06 22:30:30.228782 | fa163e75-6a44-31ab-30dc-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-10-06 22:30:30.280560 | fa163e75-6a44-31ab-30dc-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-06 22:30:30.281766 | fa163e75-6a44-31ab-30dc-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:06.955006 | 0.05s 2025-10-06 22:30:30.312475 | fa163e75-6a44-31ab-30dc-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-06 22:30:30.365182 | fa163e75-6a44-31ab-30dc-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-06 22:30:30.366327 | fa163e75-6a44-31ab-30dc-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:07.039567 | 0.05s 2025-10-06 22:30:30.398612 | fa163e75-6a44-31ab-30dc-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:30:30.450893 | fa163e75-6a44-31ab-30dc-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:30:30.452064 | fa163e75-6a44-31ab-30dc-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:07.125304 | 0.05s 2025-10-06 22:30:30.483971 | fa163e75-6a44-31ab-30dc-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-06 22:30:30.537016 | fa163e75-6a44-31ab-30dc-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-06 22:30:30.538087 | fa163e75-6a44-31ab-30dc-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:07.211328 | 0.05s 2025-10-06 22:30:30.592947 | fa163e75-6a44-31ab-30dc-0000000030a3 | TASK | Gather variables for each operating system 2025-10-06 22:30:30.712529 | fa163e75-6a44-31ab-30dc-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:07.385761 | 0.12s 2025-10-06 22:30:30.742931 | fa163e75-6a44-31ab-30dc-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-10-06 22:30:31.502085 | fa163e75-6a44-31ab-30dc-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:30:31.503407 | fa163e75-6a44-31ab-30dc-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:08.176646 | 0.76s 2025-10-06 22:30:31.534341 | fa163e75-6a44-31ab-30dc-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-10-06 22:30:59.693314 | fa163e75-6a44-31ab-30dc-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-06 22:30:59.695002 | fa163e75-6a44-31ab-30dc-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:36.368241 | 28.16s 2025-10-06 22:30:59.728047 | fa163e75-6a44-31ab-30dc-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-06 22:30:59.992501 | fa163e75-6a44-31ab-30dc-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-06 22:30:59.993956 | fa163e75-6a44-31ab-30dc-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:36.667195 | 0.26s 2025-10-06 22:31:00.023331 | fa163e75-6a44-31ab-30dc-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:31:00.455111 | fa163e75-6a44-31ab-30dc-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:31:00.456573 | fa163e75-6a44-31ab-30dc-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:37.129813 | 0.43s 2025-10-06 22:31:00.491747 | fa163e75-6a44-31ab-30dc-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-06 22:31:00.743348 | fa163e75-6a44-31ab-30dc-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-06 22:31:00.744999 | fa163e75-6a44-31ab-30dc-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:37.418239 | 0.25s 2025-10-06 22:31:00.776273 | fa163e75-6a44-31ab-30dc-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-06 22:31:00.811145 | fa163e75-6a44-31ab-30dc-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-06 22:31:00.812409 | fa163e75-6a44-31ab-30dc-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:37.485649 | 0.03s 2025-10-06 22:31:00.838224 | fa163e75-6a44-31ab-30dc-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-10-06 22:31:00.889229 | fa163e75-6a44-31ab-30dc-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-06 22:31:00.890436 | fa163e75-6a44-31ab-30dc-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:37.563675 | 0.05s 2025-10-06 22:31:00.921797 | fa163e75-6a44-31ab-30dc-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-10-06 22:31:00.982275 | fa163e75-6a44-31ab-30dc-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-06 22:31:00.983484 | fa163e75-6a44-31ab-30dc-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:37.656725 | 0.06s 2025-10-06 22:31:01.016036 | fa163e75-6a44-31ab-30dc-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:31:01.055603 | fa163e75-6a44-31ab-30dc-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:31:01.057042 | fa163e75-6a44-31ab-30dc-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:37.730281 | 0.04s 2025-10-06 22:31:01.088370 | fa163e75-6a44-31ab-30dc-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-10-06 22:31:01.148899 | fa163e75-6a44-31ab-30dc-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-06 22:31:01.149927 | fa163e75-6a44-31ab-30dc-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:37.823173 | 0.06s 2025-10-06 22:31:01.199093 | fa163e75-6a44-31ab-30dc-0000000030cf | TASK | Gather variables for each operating system 2025-10-06 22:31:01.301613 | fa163e75-6a44-31ab-30dc-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:37.974849 | 0.10s 2025-10-06 22:31:01.330922 | fa163e75-6a44-31ab-30dc-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-10-06 22:31:02.031722 | fa163e75-6a44-31ab-30dc-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:31:02.032946 | fa163e75-6a44-31ab-30dc-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:38.706186 | 0.70s 2025-10-06 22:31:02.063890 | fa163e75-6a44-31ab-30dc-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-06 22:31:28.863006 | fa163e75-6a44-31ab-30dc-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-06 22:31:28.864891 | fa163e75-6a44-31ab-30dc-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:05.538126 | 26.80s 2025-10-06 22:31:28.903228 | fa163e75-6a44-31ab-30dc-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-06 22:31:29.169874 | fa163e75-6a44-31ab-30dc-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-06 22:31:29.171714 | fa163e75-6a44-31ab-30dc-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:05.844906 | 0.27s 2025-10-06 22:31:29.204861 | fa163e75-6a44-31ab-30dc-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:31:29.688812 | fa163e75-6a44-31ab-30dc-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:31:29.689622 | fa163e75-6a44-31ab-30dc-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:06.362872 | 0.48s 2025-10-06 22:31:29.709478 | fa163e75-6a44-31ab-30dc-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-06 22:31:29.975483 | fa163e75-6a44-31ab-30dc-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-06 22:31:29.977167 | fa163e75-6a44-31ab-30dc-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:06.650405 | 0.27s 2025-10-06 22:31:30.007601 | fa163e75-6a44-31ab-30dc-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-06 22:31:30.038788 | fa163e75-6a44-31ab-30dc-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-06 22:31:30.040100 | fa163e75-6a44-31ab-30dc-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:06.713336 | 0.03s 2025-10-06 22:31:30.070499 | fa163e75-6a44-31ab-30dc-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-06 22:31:30.103920 | fa163e75-6a44-31ab-30dc-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-06 22:31:30.105033 | fa163e75-6a44-31ab-30dc-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:06.778274 | 0.03s 2025-10-06 22:31:30.135801 | fa163e75-6a44-31ab-30dc-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-06 22:31:30.191161 | fa163e75-6a44-31ab-30dc-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-06 22:31:30.192528 | fa163e75-6a44-31ab-30dc-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:06.865763 | 0.06s 2025-10-06 22:31:30.224474 | fa163e75-6a44-31ab-30dc-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:31:30.274251 | fa163e75-6a44-31ab-30dc-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:31:30.275453 | fa163e75-6a44-31ab-30dc-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:06.948689 | 0.05s 2025-10-06 22:31:30.296330 | fa163e75-6a44-31ab-30dc-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-06 22:31:30.347426 | fa163e75-6a44-31ab-30dc-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-06 22:31:30.348154 | fa163e75-6a44-31ab-30dc-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:07.021403 | 0.05s 2025-10-06 22:31:30.386447 | fa163e75-6a44-31ab-30dc-0000000030fb | TASK | Gather variables for each operating system 2025-10-06 22:31:30.478530 | fa163e75-6a44-31ab-30dc-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:07.151759 | 0.09s 2025-10-06 22:31:30.509814 | fa163e75-6a44-31ab-30dc-0000000030fc | TASK | Detect if resource is being created or already exists 2025-10-06 22:31:31.283027 | fa163e75-6a44-31ab-30dc-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:31:31.284447 | fa163e75-6a44-31ab-30dc-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:07.957694 | 0.77s 2025-10-06 22:31:31.304816 | fa163e75-6a44-31ab-30dc-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-10-06 22:31:58.305376 | fa163e75-6a44-31ab-30dc-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-06 22:31:58.306737 | fa163e75-6a44-31ab-30dc-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:34.979984 | 27.00s 2025-10-06 22:31:58.329322 | fa163e75-6a44-31ab-30dc-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-06 22:31:58.609372 | fa163e75-6a44-31ab-30dc-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-06 22:31:58.610219 | fa163e75-6a44-31ab-30dc-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:35.283468 | 0.28s 2025-10-06 22:31:58.630084 | fa163e75-6a44-31ab-30dc-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:31:59.076198 | fa163e75-6a44-31ab-30dc-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:31:59.077764 | fa163e75-6a44-31ab-30dc-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:35.751001 | 0.45s 2025-10-06 22:31:59.109786 | fa163e75-6a44-31ab-30dc-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-06 22:31:59.365299 | fa163e75-6a44-31ab-30dc-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-06 22:31:59.366479 | fa163e75-6a44-31ab-30dc-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:36.039724 | 0.26s 2025-10-06 22:31:59.390493 | fa163e75-6a44-31ab-30dc-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-06 22:31:59.450406 | fa163e75-6a44-31ab-30dc-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-06 22:31:59.451392 | fa163e75-6a44-31ab-30dc-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:36.124638 | 0.06s 2025-10-06 22:31:59.476882 | fa163e75-6a44-31ab-30dc-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-10-06 22:31:59.529360 | fa163e75-6a44-31ab-30dc-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-06 22:31:59.530206 | fa163e75-6a44-31ab-30dc-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:36.203452 | 0.05s 2025-10-06 22:31:59.554989 | fa163e75-6a44-31ab-30dc-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-06 22:31:59.603584 | fa163e75-6a44-31ab-30dc-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-06 22:31:59.604727 | fa163e75-6a44-31ab-30dc-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:36.277967 | 0.05s 2025-10-06 22:31:59.638493 | fa163e75-6a44-31ab-30dc-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:31:59.698998 | fa163e75-6a44-31ab-30dc-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:31:59.700339 | fa163e75-6a44-31ab-30dc-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:36.373580 | 0.06s 2025-10-06 22:31:59.726363 | fa163e75-6a44-31ab-30dc-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-10-06 22:31:59.770344 | fa163e75-6a44-31ab-30dc-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-06 22:31:59.771493 | fa163e75-6a44-31ab-30dc-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:36.444737 | 0.04s 2025-10-06 22:31:59.813895 | fa163e75-6a44-31ab-30dc-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-06 22:32:00.053882 | fa163e75-6a44-31ab-30dc-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-06 22:32:00.055495 | fa163e75-6a44-31ab-30dc-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:36.728733 | 0.24s 2025-10-06 22:32:00.168528 | fa163e75-6a44-31ab-30dc-0000000000cf | TIMING | include_tasks | standalone | 0:18:36.841753 | 0.08s 2025-10-06 22:32:00.207387 | 05b02dc4-0210-4210-ac25-4359bb5a7a6c | INCLUDED | /root/standalone-ansible-7is934cs/common_deploy_steps_tasks.yaml | standalone 2025-10-06 22:32:00.233590 | fa163e75-6a44-31ab-30dc-00000000319b | TASK | Write the config_step hieradata 2025-10-06 22:32:00.745714 | fa163e75-6a44-31ab-30dc-00000000319b | OK | Write the config_step hieradata | standalone 2025-10-06 22:32:00.747649 | fa163e75-6a44-31ab-30dc-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:18:37.420878 | 0.51s 2025-10-06 22:32:00.778139 | fa163e75-6a44-31ab-30dc-00000000319c | TASK | Run puppet host configuration for step 2 2025-10-06 22:32:01.129113 | fa163e75-6a44-31ab-30dc-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-06 22:32:01.130556 | fa163e75-6a44-31ab-30dc-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:37.803792 | 0.35s 2025-10-06 22:32:01.161930 | fa163e75-6a44-31ab-30dc-00000000319d | TASK | Wait for puppet host configuration to finish 2025-10-06 22:32:01.399323 | fa163e75-6a44-31ab-30dc-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 22:32:11.624628 | fa163e75-6a44-31ab-30dc-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 22:32:21.856710 | fa163e75-6a44-31ab-30dc-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 22:32:21.858034 | fa163e75-6a44-31ab-30dc-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:58.531275 | 20.69s 2025-10-06 22:32:21.888044 | fa163e75-6a44-31ab-30dc-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-06 22:32:21.960833 | fa163e75-6a44-31ab-30dc-00000000319e | 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>Oct 6 22:32:01 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 22:32:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 22:32:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 22:32:07 puppet-user: (file & line not available)", "<13>Oct 6 22:32:07 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>Oct 6 22:32:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 22:32:08 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 22:32:08 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Oct 6 22:32:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 22:32:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 22:32:18 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 22:32:18 puppet-user: Notice: Applied catalog in 10.17 seconds", "<13>Oct 6 22:32:18 puppet-user: Application:", "<13>Oct 6 22:32:18 puppet-user: Initial environment: production", "<13>Oct 6 22:32:18 puppet-user: Converged environment: production", "<13>Oct 6 22:32:18 puppet-user: Run mode: user", "<13>Oct 6 22:32:18 puppet-user: Changes:", "<13>Oct 6 22:32:18 puppet-user: Total: 2", "<13>Oct 6 22:32:18 puppet-user: Events:", "<13>Oct 6 22:32:18 puppet-user: Success: 2", "<13>Oct 6 22:32:18 puppet-user: Resources:", "<13>Oct 6 22:32:18 puppet-user: Changed: 2", "<13>Oct 6 22:32:18 puppet-user: Out of sync: 2", "<13>Oct 6 22:32:18 puppet-user: Total: 28", "<13>Oct 6 22:32:18 puppet-user: Time:", "<13>Oct 6 22:32:18 puppet-user: Filebucket: 0.00", "<13>Oct 6 22:32:18 puppet-user: Schedule: 0.00", "<13>Oct 6 22:32:18 puppet-user: File line: 0.00", "<13>Oct 6 22:32:18 puppet-user: Package: 0.00", "<13>Oct 6 22:32:18 puppet-user: File: 0.00", "<13>Oct 6 22:32:18 puppet-user: Augeas: 0.01", "<13>Oct 6 22:32:18 puppet-user: User: 0.01", "<13>Oct 6 22:32:18 puppet-user: Service: 0.14", "<13>Oct 6 22:32:18 puppet-user: Config retrieval: 0.50", "<13>Oct 6 22:32:18 puppet-user: Pcmk property: 1.53", "<13>Oct 6 22:32:18 puppet-user: Exec: 1.99", "<13>Oct 6 22:32:18 puppet-user: Transaction evaluation: 10.15", "<13>Oct 6 22:32:18 puppet-user: Catalog application: 10.17", "<13>Oct 6 22:32:18 puppet-user: Last run: 1759789938", "<13>Oct 6 22:32:18 puppet-user: Pcmk resource default: 3.06", "<13>Oct 6 22:32:18 puppet-user: Pcmk resource op default: 3.16", "<13>Oct 6 22:32:18 puppet-user: Total: 10.18", "<13>Oct 6 22:32:18 puppet-user: Version:", "<13>Oct 6 22:32:18 puppet-user: Config: 1759789927", "<13>Oct 6 22:32:18 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 22:32:21.962511 | fa163e75-6a44-31ab-30dc-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:58.635743 | 0.07s 2025-10-06 22:32:21.994526 | fa163e75-6a44-31ab-30dc-00000000319f | TASK | Pre-cache facts for puppet containers 2025-10-06 22:32:22.017955 | fa163e75-6a44-31ab-30dc-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:58.691191 | 0.02s 2025-10-06 22:32:22.088019 | fa163e75-6a44-31ab-30dc-0000000031de | TASK | Gather variables for each operating system 2025-10-06 22:32:22.190150 | fa163e75-6a44-31ab-30dc-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:58.863379 | 0.10s 2025-10-06 22:32:22.220268 | fa163e75-6a44-31ab-30dc-0000000031df | TASK | Create puppet caching structures 2025-10-06 22:32:22.474447 | fa163e75-6a44-31ab-30dc-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-10-06 22:32:22.476047 | fa163e75-6a44-31ab-30dc-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:59.149280 | 0.25s 2025-10-06 22:32:22.505547 | fa163e75-6a44-31ab-30dc-0000000031e0 | TASK | Check for facter.conf 2025-10-06 22:32:22.730113 | fa163e75-6a44-31ab-30dc-0000000031e0 | OK | Check for facter.conf | standalone 2025-10-06 22:32:22.731769 | fa163e75-6a44-31ab-30dc-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:59.405002 | 0.22s 2025-10-06 22:32:22.761591 | fa163e75-6a44-31ab-30dc-0000000031e1 | TASK | Remove facter.conf if directory 2025-10-06 22:32:22.802809 | fa163e75-6a44-31ab-30dc-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 22:32:22.804028 | fa163e75-6a44-31ab-30dc-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:59.477262 | 0.04s 2025-10-06 22:32:22.833875 | fa163e75-6a44-31ab-30dc-0000000031e2 | TASK | Write facter cache config 2025-10-06 22:32:23.282783 | fa163e75-6a44-31ab-30dc-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-10-06 22:32:23.284198 | fa163e75-6a44-31ab-30dc-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:59.957437 | 0.45s 2025-10-06 22:32:23.312996 | fa163e75-6a44-31ab-30dc-0000000031e3 | TASK | Cleanup facter cache if exists 2025-10-06 22:32:23.524032 | fa163e75-6a44-31ab-30dc-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 22:32:23.525304 | fa163e75-6a44-31ab-30dc-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:00.198544 | 0.21s 2025-10-06 22:32:23.554789 | fa163e75-6a44-31ab-30dc-0000000031e4 | TASK | Pre-cache facts 2025-10-06 22:32:24.182272 | fa163e75-6a44-31ab-30dc-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-10-06 22:32:24.183660 | fa163e75-6a44-31ab-30dc-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:00.856900 | 0.63s 2025-10-06 22:32:24.214119 | fa163e75-6a44-31ab-30dc-0000000031e5 | TASK | Failed deployment if facter fails 2025-10-06 22:32:24.247501 | fa163e75-6a44-31ab-30dc-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 22:32:24.248750 | fa163e75-6a44-31ab-30dc-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:00.921982 | 0.03s 2025-10-06 22:32:24.294196 | fa163e75-6a44-31ab-30dc-0000000031e6 | TASK | Sync cached facts 2025-10-06 22:32:24.618213 | fa163e75-6a44-31ab-30dc-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-0000000031e6') missing from stats 2025-10-06 22:32:24.674532 | fa163e75-6a44-31ab-30dc-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 22:32:24.725347 | fa163e75-6a44-31ab-30dc-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 22:32:24.726519 | fa163e75-6a44-31ab-30dc-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:01.399750 | 0.05s 2025-10-06 22:32:24.757017 | fa163e75-6a44-31ab-30dc-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-06 22:32:24.786788 | fa163e75-6a44-31ab-30dc-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:01.460024 | 0.03s 2025-10-06 22:32:24.852887 | fa163e75-6a44-31ab-30dc-00000000323d | TASK | Gather variables for each operating system 2025-10-06 22:32:25.000115 | fa163e75-6a44-31ab-30dc-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:01.673343 | 0.15s 2025-10-06 22:32:25.030604 | fa163e75-6a44-31ab-30dc-00000000323e | TASK | Create container logs path 2025-10-06 22:32:25.284917 | fa163e75-6a44-31ab-30dc-00000000323e | OK | Create container logs path | standalone 2025-10-06 22:32:25.286236 | fa163e75-6a44-31ab-30dc-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:01.959476 | 0.25s 2025-10-06 22:32:25.317360 | fa163e75-6a44-31ab-30dc-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 22:32:25.596783 | fa163e75-6a44-31ab-30dc-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 22:32:25.598065 | fa163e75-6a44-31ab-30dc-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:02.271300 | 0.28s 2025-10-06 22:32:25.628272 | fa163e75-6a44-31ab-30dc-000000003241 | TASK | Finalise hashes for all containers 2025-10-06 22:32:25.701318 | fa163e75-6a44-31ab-30dc-000000003241 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:32:25.702448 | fa163e75-6a44-31ab-30dc-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:02.375686 | 0.07s 2025-10-06 22:32:25.731434 | fa163e75-6a44-31ab-30dc-000000003243 | TASK | Manage systemd shutdown files 2025-10-06 22:32:25.765127 | fa163e75-6a44-31ab-30dc-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:02.438360 | 0.03s 2025-10-06 22:32:25.798221 | e7d282a2-7f60-4299-a9be-456b79208697 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 22:32:25.826786 | fa163e75-6a44-31ab-30dc-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 22:32:26.087835 | fa163e75-6a44-31ab-30dc-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 22:32:26.089574 | fa163e75-6a44-31ab-30dc-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:02.762809 | 0.26s 2025-10-06 22:32:26.118588 | fa163e75-6a44-31ab-30dc-000000003277 | TASK | Set podman_drop_in fact 2025-10-06 22:32:26.169426 | fa163e75-6a44-31ab-30dc-000000003277 | OK | Set podman_drop_in fact | standalone 2025-10-06 22:32:26.170558 | fa163e75-6a44-31ab-30dc-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:02.843798 | 0.05s 2025-10-06 22:32:26.199087 | fa163e75-6a44-31ab-30dc-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 22:32:26.719161 | fa163e75-6a44-31ab-30dc-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 22:32:26.722583 | fa163e75-6a44-31ab-30dc-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:03.395814 | 0.52s 2025-10-06 22:32:27.209871 | fa163e75-6a44-31ab-30dc-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 22:32:27.210586 | fa163e75-6a44-31ab-30dc-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:03.883836 | 1.01s 2025-10-06 22:32:27.214257 | fa163e75-6a44-31ab-30dc-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:03.887494 | 1.01s 2025-10-06 22:32:27.244033 | fa163e75-6a44-31ab-30dc-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 22:32:27.764067 | fa163e75-6a44-31ab-30dc-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 22:32:27.765498 | fa163e75-6a44-31ab-30dc-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:04.438736 | 0.52s 2025-10-06 22:32:27.795122 | fa163e75-6a44-31ab-30dc-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 22:32:28.259406 | fa163e75-6a44-31ab-30dc-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 22:32:28.260374 | fa163e75-6a44-31ab-30dc-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:04.933621 | 0.46s 2025-10-06 22:32:28.282482 | fa163e75-6a44-31ab-30dc-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-10-06 22:32:28.972446 | fa163e75-6a44-31ab-30dc-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 22:32:28.973645 | fa163e75-6a44-31ab-30dc-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:05.646894 | 0.69s 2025-10-06 22:32:28.994400 | fa163e75-6a44-31ab-30dc-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 22:32:29.472483 | fa163e75-6a44-31ab-30dc-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 22:32:29.475131 | fa163e75-6a44-31ab-30dc-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:06.148358 | 0.48s 2025-10-06 22:32:29.504060 | fa163e75-6a44-31ab-30dc-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 22:32:29.986885 | fa163e75-6a44-31ab-30dc-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 22:32:29.988449 | fa163e75-6a44-31ab-30dc-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:06.661689 | 0.48s 2025-10-06 22:32:30.018017 | fa163e75-6a44-31ab-30dc-00000000327f | TASK | Enable and start netns-placeholder 2025-10-06 22:32:30.675053 | fa163e75-6a44-31ab-30dc-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 22:32:30.677132 | fa163e75-6a44-31ab-30dc-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:07.350370 | 0.66s 2025-10-06 22:32:30.708177 | fa163e75-6a44-31ab-30dc-000000003245 | TASK | Update container configs with new config hashes 2025-10-06 22:32:30.769140 | fa163e75-6a44-31ab-30dc-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:07.442372 | 0.06s 2025-10-06 22:32:30.789025 | 1a4b0b6e-330c-4a53-8374-9ae26be038a0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 22:32:30.821926 | fa163e75-6a44-31ab-30dc-0000000032a7 | TASK | Update config hashes for container startup configs 2025-10-06 22:32:31.127883 | fa163e75-6a44-31ab-30dc-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-10-06 22:32:31.129251 | fa163e75-6a44-31ab-30dc-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:07.802490 | 0.31s 2025-10-06 22:32:31.161808 | fa163e75-6a44-31ab-30dc-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 22:32:31.202497 | fa163e75-6a44-31ab-30dc-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:07.875732 | 0.04s 2025-10-06 22:32:31.226893 | af7df7f2-2c96-437a-9972-9b9ba8775d76 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:32:31.267218 | fa163e75-6a44-31ab-30dc-0000000032c6 | TASK | Gather podman infos 2025-10-06 22:32:32.148463 | fa163e75-6a44-31ab-30dc-0000000032c6 | OK | Gather podman infos | standalone 2025-10-06 22:32:32.149325 | fa163e75-6a44-31ab-30dc-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:08.822573 | 0.88s 2025-10-06 22:32:32.200171 | fa163e75-6a44-31ab-30dc-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 22:32:32.262515 | fa163e75-6a44-31ab-30dc-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:08.935745 | 0.06s 2025-10-06 22:32:32.390936 | fa163e75-6a44-31ab-30dc-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:09.064162 | 0.07s 2025-10-06 22:32:32.447702 | fa163e75-6a44-31ab-30dc-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 22:32:32.502712 | fa163e75-6a44-31ab-30dc-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:09.175915 | 0.05s 2025-10-06 22:32:32.519824 | c1ef3b13-2c42-4b78-a2a4-026ab764a378 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:32:32.547628 | fa163e75-6a44-31ab-30dc-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 22:32:52.171291 | fa163e75-6a44-31ab-30dc-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 22:32:52.172829 | fa163e75-6a44-31ab-30dc-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:28.846067 | 19.62s 2025-10-06 22:32:52.206310 | fa163e75-6a44-31ab-30dc-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-06 22:32:54.935251 | fa163e75-6a44-31ab-30dc-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-06 22:32:54.936648 | fa163e75-6a44-31ab-30dc-000000003337 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:31.609881 | 2.73s 2025-10-06 22:32:55.010889 | fa163e75-6a44-31ab-30dc-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-06 22:32:55.243473 | fa163e75-6a44-31ab-30dc-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-06 22:32:55.244778 | fa163e75-6a44-31ab-30dc-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:31.918016 | 0.23s 2025-10-06 22:32:55.290622 | fa163e75-6a44-31ab-30dc-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-06 22:32:55.339618 | fa163e75-6a44-31ab-30dc-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:32.012847 | 0.05s 2025-10-06 22:32:55.370417 | fa163e75-6a44-31ab-30dc-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-10-06 22:32:55.427497 | fa163e75-6a44-31ab-30dc-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:32.100719 | 0.06s 2025-10-06 22:32:55.454852 | 7879adbe-f637-41e4-ae0c-062e83c7a1a8 | INCLUDED | /root/standalone-ansible-7is934cs/host-container-puppet-tasks.yaml | standalone 2025-10-06 22:32:55.506424 | fa163e75-6a44-31ab-30dc-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-06 22:32:56.052839 | fa163e75-6a44-31ab-30dc-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-06 22:32:56.054296 | fa163e75-6a44-31ab-30dc-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:32.727531 | 0.55s 2025-10-06 22:32:56.085915 | fa163e75-6a44-31ab-30dc-000000003384 | TASK | Generate container puppet configs for step 2 2025-10-06 22:32:56.391473 | fa163e75-6a44-31ab-30dc-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-10-06 22:32:56.392511 | fa163e75-6a44-31ab-30dc-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:33.065756 | 0.31s 2025-10-06 22:32:56.414849 | fa163e75-6a44-31ab-30dc-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-06 22:32:56.442294 | fa163e75-6a44-31ab-30dc-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:33.115528 | 0.03s 2025-10-06 22:32:56.488994 | fa163e75-6a44-31ab-30dc-0000000033b4 | TASK | Gather variables for each operating system 2025-10-06 22:32:56.590353 | fa163e75-6a44-31ab-30dc-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:33.263572 | 0.10s 2025-10-06 22:32:56.622422 | fa163e75-6a44-31ab-30dc-0000000033b5 | TASK | Create container logs path 2025-10-06 22:32:56.866784 | fa163e75-6a44-31ab-30dc-0000000033b5 | OK | Create container logs path | standalone 2025-10-06 22:32:56.868133 | fa163e75-6a44-31ab-30dc-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:33.541373 | 0.24s 2025-10-06 22:32:56.900124 | fa163e75-6a44-31ab-30dc-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 22:32:57.164914 | fa163e75-6a44-31ab-30dc-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 22:32:57.166245 | fa163e75-6a44-31ab-30dc-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:33.839483 | 0.26s 2025-10-06 22:32:57.196659 | fa163e75-6a44-31ab-30dc-0000000033b8 | TASK | Finalise hashes for all containers 2025-10-06 22:32:57.238409 | fa163e75-6a44-31ab-30dc-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:32:57.239596 | fa163e75-6a44-31ab-30dc-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:33.912834 | 0.04s 2025-10-06 22:32:57.271182 | fa163e75-6a44-31ab-30dc-0000000033ba | TASK | Manage systemd shutdown files 2025-10-06 22:32:57.311920 | fa163e75-6a44-31ab-30dc-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:32:57.313180 | fa163e75-6a44-31ab-30dc-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:33.986419 | 0.04s 2025-10-06 22:32:57.346471 | fa163e75-6a44-31ab-30dc-0000000033bc | TASK | Update container configs with new config hashes 2025-10-06 22:32:57.399392 | fa163e75-6a44-31ab-30dc-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:32:57.401736 | fa163e75-6a44-31ab-30dc-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:34.074970 | 0.05s 2025-10-06 22:32:57.436332 | fa163e75-6a44-31ab-30dc-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 22:32:57.488515 | fa163e75-6a44-31ab-30dc-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 22:32:57.489800 | fa163e75-6a44-31ab-30dc-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:34.163040 | 0.05s 2025-10-06 22:32:57.522197 | fa163e75-6a44-31ab-30dc-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-06 22:32:57.577498 | fa163e75-6a44-31ab-30dc-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-06 22:32:57.578884 | fa163e75-6a44-31ab-30dc-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:34.252124 | 0.06s PLAY [External deployment step 3] ********************************************** 2025-10-06 22:32:57.693352 | fa163e75-6a44-31ab-30dc-0000000000d2 | TASK | External deployment step 3 2025-10-06 22:32:57.718768 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000d2') missing from stats 2025-10-06 22:32:57.768371 | fa163e75-6a44-31ab-30dc-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:34.441615 | 0.04s 2025-10-06 22:32:57.771584 | 0d3d1591-39c5-4955-9ac0-55a67aee746d | INCLUDED | /root/standalone-ansible-7is934cs/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-06 22:32:57.863597 | fa163e75-6a44-31ab-30dc-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-06 22:32:57.898959 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000d6') missing from stats 2025-10-06 22:32:57.917868 | fa163e75-6a44-31ab-30dc-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-06 22:32:58.460756 | fa163e75-6a44-31ab-30dc-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-06 22:32:58.462081 | fa163e75-6a44-31ab-30dc-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:35.135318 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:32:58.519373 | fa163e75-6a44-31ab-30dc-0000000000d8 | TIMING | include_tasks | standalone | 0:19:35.192613 | 0.03s 2025-10-06 22:32:58.547419 | 32e5c785-eaae-4926-8036-3a9004ae0943 | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-06 22:32:58.569381 | fa163e75-6a44-31ab-30dc-000000003422 | TASK | Start OVN container 2025-10-06 22:32:58.638932 | fa163e75-6a44-31ab-30dc-000000003422 | TIMING | Start OVN container | standalone | 0:19:35.312152 | 0.07s 2025-10-06 22:32:58.661551 | fa163e75-6a44-31ab-30dc-000000003422 | TIMING | Start OVN container | standalone | 0:19:35.334796 | 0.09s 2025-10-06 22:32:58.683217 | fa163e75-6a44-31ab-30dc-000000003422 | TIMING | Start OVN container | standalone | 0:19:35.356462 | 0.11s 2025-10-06 22:32:58.694248 | fa163e75-6a44-31ab-30dc-000000003422 | TIMING | Start OVN container | standalone | 0:19:35.367491 | 0.12s 2025-10-06 22:32:58.766879 | fa163e75-6a44-31ab-30dc-00000000345a | TASK | Gather variables for each operating system 2025-10-06 22:32:58.882132 | fa163e75-6a44-31ab-30dc-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:35.555358 | 0.11s 2025-10-06 22:32:58.906316 | fa163e75-6a44-31ab-30dc-00000000345b | TASK | Create container logs path 2025-10-06 22:32:59.173230 | fa163e75-6a44-31ab-30dc-00000000345b | OK | Create container logs path | standalone 2025-10-06 22:32:59.174721 | fa163e75-6a44-31ab-30dc-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:35.847927 | 0.27s 2025-10-06 22:32:59.207160 | fa163e75-6a44-31ab-30dc-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:32:59.516916 | fa163e75-6a44-31ab-30dc-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:32:59.518516 | fa163e75-6a44-31ab-30dc-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.191753 | 0.31s 2025-10-06 22:32:59.553708 | fa163e75-6a44-31ab-30dc-00000000345e | TASK | Finalise hashes for all containers 2025-10-06 22:32:59.620427 | fa163e75-6a44-31ab-30dc-00000000345e | OK | Finalise hashes for all containers | standalone 2025-10-06 22:32:59.621641 | fa163e75-6a44-31ab-30dc-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:36.294882 | 0.07s 2025-10-06 22:32:59.650242 | fa163e75-6a44-31ab-30dc-000000003460 | TASK | Manage systemd shutdown files 2025-10-06 22:32:59.704541 | fa163e75-6a44-31ab-30dc-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:32:59.705659 | fa163e75-6a44-31ab-30dc-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:36.378901 | 0.05s 2025-10-06 22:32:59.734497 | fa163e75-6a44-31ab-30dc-000000003462 | TASK | Update container configs with new config hashes 2025-10-06 22:32:59.806072 | fa163e75-6a44-31ab-30dc-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:32:59.807268 | fa163e75-6a44-31ab-30dc-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:36.480509 | 0.07s 2025-10-06 22:32:59.837919 | fa163e75-6a44-31ab-30dc-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:32:59.914418 | fa163e75-6a44-31ab-30dc-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.587646 | 0.08s 2025-10-06 22:32:59.939953 | 47300777-980b-4edd-9d0e-8118ef11a0c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:32:59.975753 | fa163e75-6a44-31ab-30dc-0000000034ef | TASK | Gather podman infos 2025-10-06 22:33:01.198772 | fa163e75-6a44-31ab-30dc-0000000034ef | OK | Gather podman infos | standalone 2025-10-06 22:33:01.200032 | fa163e75-6a44-31ab-30dc-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:37.873276 | 1.22s 2025-10-06 22:33:01.290616 | fa163e75-6a44-31ab-30dc-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:01.379032 | fa163e75-6a44-31ab-30dc-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.052258 | 0.08s 2025-10-06 22:33:01.520991 | fa163e75-6a44-31ab-30dc-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:38.194219 | 0.08s 2025-10-06 22:33:01.578027 | fa163e75-6a44-31ab-30dc-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:01.652760 | fa163e75-6a44-31ab-30dc-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.325991 | 0.07s 2025-10-06 22:33:01.677193 | d51c7d39-1c8d-4535-9201-c02527c6b7e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:33:01.718640 | fa163e75-6a44-31ab-30dc-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:02.626595 | fa163e75-6a44-31ab-30dc-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:02.628066 | fa163e75-6a44-31ab-30dc-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:39.301305 | 0.91s 2025-10-06 22:33:02.661761 | fa163e75-6a44-31ab-30dc-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:06.280537 | fa163e75-6a44-31ab-30dc-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:06.282423 | fa163e75-6a44-31ab-30dc-00000000355b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:42.955657 | 3.62s 2025-10-06 22:33:06.337418 | fa163e75-6a44-31ab-30dc-000000003485 | TASK | Gather variables for each operating system 2025-10-06 22:33:06.453229 | fa163e75-6a44-31ab-30dc-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:43.126471 | 0.11s 2025-10-06 22:33:06.472818 | fa163e75-6a44-31ab-30dc-000000003486 | TASK | Create container logs path 2025-10-06 22:33:06.735527 | fa163e75-6a44-31ab-30dc-000000003486 | OK | Create container logs path | standalone 2025-10-06 22:33:06.737266 | fa163e75-6a44-31ab-30dc-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:43.410504 | 0.26s 2025-10-06 22:33:06.769330 | fa163e75-6a44-31ab-30dc-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:07.093827 | fa163e75-6a44-31ab-30dc-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:07.095077 | fa163e75-6a44-31ab-30dc-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:43.768314 | 0.32s 2025-10-06 22:33:07.118720 | fa163e75-6a44-31ab-30dc-000000003489 | TASK | Finalise hashes for all containers 2025-10-06 22:33:07.214656 | fa163e75-6a44-31ab-30dc-000000003489 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:33:07.216097 | fa163e75-6a44-31ab-30dc-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:43.889329 | 0.10s 2025-10-06 22:33:07.247916 | fa163e75-6a44-31ab-30dc-00000000348b | TASK | Manage systemd shutdown files 2025-10-06 22:33:07.300663 | fa163e75-6a44-31ab-30dc-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:33:07.302146 | fa163e75-6a44-31ab-30dc-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:43.975377 | 0.05s 2025-10-06 22:33:07.333623 | fa163e75-6a44-31ab-30dc-00000000348d | TASK | Update container configs with new config hashes 2025-10-06 22:33:07.394941 | fa163e75-6a44-31ab-30dc-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:33:07.396267 | fa163e75-6a44-31ab-30dc-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:44.069505 | 0.06s 2025-10-06 22:33:07.428538 | fa163e75-6a44-31ab-30dc-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:07.491430 | fa163e75-6a44-31ab-30dc-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:44.164658 | 0.06s 2025-10-06 22:33:07.516815 | 217a3b91-c472-4c96-82aa-7e6b8d34e678 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:33:07.552197 | fa163e75-6a44-31ab-30dc-0000000035a6 | TASK | Gather podman infos 2025-10-06 22:33:08.741127 | fa163e75-6a44-31ab-30dc-0000000035a6 | OK | Gather podman infos | standalone 2025-10-06 22:33:08.742212 | fa163e75-6a44-31ab-30dc-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:45.415454 | 1.19s 2025-10-06 22:33:08.833165 | fa163e75-6a44-31ab-30dc-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:08.935463 | fa163e75-6a44-31ab-30dc-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:45.608697 | 0.10s 2025-10-06 22:33:09.075727 | fa163e75-6a44-31ab-30dc-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:45.748966 | 0.09s 2025-10-06 22:33:09.120204 | fa163e75-6a44-31ab-30dc-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:09.191214 | fa163e75-6a44-31ab-30dc-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:45.864444 | 0.07s 2025-10-06 22:33:09.214576 | 63573902-6b4e-4620-8cd3-fee084463de6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:33:09.254167 | fa163e75-6a44-31ab-30dc-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:10.163565 | fa163e75-6a44-31ab-30dc-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:10.165113 | fa163e75-6a44-31ab-30dc-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:46.838352 | 0.91s 2025-10-06 22:33:10.195857 | fa163e75-6a44-31ab-30dc-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:12.924819 | fa163e75-6a44-31ab-30dc-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:12.926383 | fa163e75-6a44-31ab-30dc-00000000360d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:49.599621 | 2.73s 2025-10-06 22:33:12.980268 | fa163e75-6a44-31ab-30dc-0000000034b0 | TASK | Gather variables for each operating system 2025-10-06 22:33:13.089719 | fa163e75-6a44-31ab-30dc-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:49.762923 | 0.11s 2025-10-06 22:33:13.120143 | fa163e75-6a44-31ab-30dc-0000000034b1 | TASK | Create container logs path 2025-10-06 22:33:13.386346 | fa163e75-6a44-31ab-30dc-0000000034b1 | OK | Create container logs path | standalone 2025-10-06 22:33:13.387735 | fa163e75-6a44-31ab-30dc-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:50.060971 | 0.27s 2025-10-06 22:33:13.419151 | fa163e75-6a44-31ab-30dc-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:13.726138 | fa163e75-6a44-31ab-30dc-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:13.727269 | fa163e75-6a44-31ab-30dc-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:50.400509 | 0.31s 2025-10-06 22:33:13.755692 | fa163e75-6a44-31ab-30dc-0000000034b4 | TASK | Finalise hashes for all containers 2025-10-06 22:33:13.851807 | fa163e75-6a44-31ab-30dc-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:33:13.852935 | fa163e75-6a44-31ab-30dc-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:50.526175 | 0.10s 2025-10-06 22:33:13.880254 | fa163e75-6a44-31ab-30dc-0000000034b6 | TASK | Manage systemd shutdown files 2025-10-06 22:33:13.929816 | fa163e75-6a44-31ab-30dc-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:33:13.931071 | fa163e75-6a44-31ab-30dc-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:50.604311 | 0.05s 2025-10-06 22:33:13.961039 | fa163e75-6a44-31ab-30dc-0000000034b8 | TASK | Update container configs with new config hashes 2025-10-06 22:33:14.002360 | fa163e75-6a44-31ab-30dc-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:33:14.003404 | fa163e75-6a44-31ab-30dc-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:50.676646 | 0.04s 2025-10-06 22:33:14.033844 | fa163e75-6a44-31ab-30dc-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:14.105394 | fa163e75-6a44-31ab-30dc-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:50.778629 | 0.07s 2025-10-06 22:33:14.128757 | 20c332f6-216c-4b32-b9b3-38bba5b583c8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:33:14.163858 | fa163e75-6a44-31ab-30dc-000000003658 | TASK | Gather podman infos 2025-10-06 22:33:15.251158 | fa163e75-6a44-31ab-30dc-000000003658 | OK | Gather podman infos | standalone 2025-10-06 22:33:15.252257 | fa163e75-6a44-31ab-30dc-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:51.925500 | 1.09s 2025-10-06 22:33:15.341092 | fa163e75-6a44-31ab-30dc-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:15.431863 | fa163e75-6a44-31ab-30dc-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:52.105103 | 0.08s 2025-10-06 22:33:15.533532 | fa163e75-6a44-31ab-30dc-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:52.206719 | 0.06s 2025-10-06 22:33:15.591585 | fa163e75-6a44-31ab-30dc-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:15.633424 | fa163e75-6a44-31ab-30dc-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:52.306657 | 0.04s 2025-10-06 22:33:15.655787 | 9bbf4023-d742-46d8-ade1-6db7a798f212 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:33:15.690890 | fa163e75-6a44-31ab-30dc-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:16.663143 | fa163e75-6a44-31ab-30dc-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:16.665283 | fa163e75-6a44-31ab-30dc-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.338517 | 0.97s 2025-10-06 22:33:16.696927 | fa163e75-6a44-31ab-30dc-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-06 22:33:19.523168 | fa163e75-6a44-31ab-30dc-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-06 22:33:19.524780 | fa163e75-6a44-31ab-30dc-0000000036bf | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:56.198019 | 2.83s 2025-10-06 22:33:19.578596 | fa163e75-6a44-31ab-30dc-000000003424 | TASK | Set NB connection 2025-10-06 22:33:20.005246 | fa163e75-6a44-31ab-30dc-000000003424 | CHANGED | Set NB connection | standalone 2025-10-06 22:33:20.006726 | fa163e75-6a44-31ab-30dc-000000003424 | TIMING | Set NB connection | standalone | 0:19:56.679963 | 0.43s 2025-10-06 22:33:20.034965 | fa163e75-6a44-31ab-30dc-000000003425 | TASK | Set SB connection 2025-10-06 22:33:20.452449 | fa163e75-6a44-31ab-30dc-000000003425 | CHANGED | Set SB connection | standalone 2025-10-06 22:33:20.454377 | fa163e75-6a44-31ab-30dc-000000003425 | TIMING | Set SB connection | standalone | 0:19:57.127603 | 0.42s 2025-10-06 22:33:20.484212 | fa163e75-6a44-31ab-30dc-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-06 22:33:20.713367 | fa163e75-6a44-31ab-30dc-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-06 22:33:20.714786 | fa163e75-6a44-31ab-30dc-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:57.388020 | 0.23s 2025-10-06 22:33:20.826095 | fa163e75-6a44-31ab-30dc-0000000000db | TIMING | include_tasks | standalone | 0:19:57.499328 | 0.08s 2025-10-06 22:33:20.864527 | e0b6f0d8-98e2-42fe-8036-4b49a70ef490 | INCLUDED | /root/standalone-ansible-7is934cs/common_deploy_steps_tasks.yaml | standalone 2025-10-06 22:33:20.889174 | fa163e75-6a44-31ab-30dc-000000003704 | TASK | Write the config_step hieradata 2025-10-06 22:33:21.393092 | fa163e75-6a44-31ab-30dc-000000003704 | OK | Write the config_step hieradata | standalone 2025-10-06 22:33:21.393979 | fa163e75-6a44-31ab-30dc-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:19:58.067228 | 0.50s 2025-10-06 22:33:21.416229 | fa163e75-6a44-31ab-30dc-000000003705 | TASK | Run puppet host configuration for step 3 2025-10-06 22:33:21.709315 | fa163e75-6a44-31ab-30dc-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-06 22:33:21.710620 | fa163e75-6a44-31ab-30dc-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:58.383860 | 0.29s 2025-10-06 22:33:21.739587 | fa163e75-6a44-31ab-30dc-000000003706 | TASK | Wait for puppet host configuration to finish 2025-10-06 22:33:22.007634 | fa163e75-6a44-31ab-30dc-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 22:33:32.201636 | fa163e75-6a44-31ab-30dc-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 22:33:42.427009 | fa163e75-6a44-31ab-30dc-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 22:33:42.429814 | fa163e75-6a44-31ab-30dc-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:19.103050 | 20.69s 2025-10-06 22:33:42.460880 | fa163e75-6a44-31ab-30dc-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-06 22:33:42.557225 | fa163e75-6a44-31ab-30dc-000000003707 | 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>Oct 6 22:33:21 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 22:33:28 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 22:33:28 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 22:33:28 puppet-user: (file & line not available)", "<13>Oct 6 22:33:28 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>Oct 6 22:33:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 22:33:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 22:33:28 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.46 seconds", "<13>Oct 6 22:33:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 22:33:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 22:33:36 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 22:33:36 puppet-user: Notice: Applied catalog in 7.93 seconds", "<13>Oct 6 22:33:36 puppet-user: Application:", "<13>Oct 6 22:33:36 puppet-user: Initial environment: production", "<13>Oct 6 22:33:36 puppet-user: Converged environment: production", "<13>Oct 6 22:33:36 puppet-user: Run mode: user", "<13>Oct 6 22:33:36 puppet-user: Changes:", "<13>Oct 6 22:33:36 puppet-user: Total: 2", "<13>Oct 6 22:33:36 puppet-user: Events:", "<13>Oct 6 22:33:36 puppet-user: Success: 2", "<13>Oct 6 22:33:36 puppet-user: Resources:", "<13>Oct 6 22:33:36 puppet-user: Changed: 2", "<13>Oct 6 22:33:36 puppet-user: Out of sync: 2", "<13>Oct 6 22:33:36 puppet-user: Total: 28", "<13>Oct 6 22:33:36 puppet-user: Time:", "<13>Oct 6 22:33:36 puppet-user: Filebucket: 0.00", "<13>Oct 6 22:33:36 puppet-user: Schedule: 0.00", "<13>Oct 6 22:33:36 puppet-user: File line: 0.00", "<13>Oct 6 22:33:36 puppet-user: Package: 0.00", "<13>Oct 6 22:33:36 puppet-user: File: 0.00", "<13>Oct 6 22:33:36 puppet-user: Augeas: 0.01", "<13>Oct 6 22:33:36 puppet-user: Service: 0.08", "<13>Oct 6 22:33:36 puppet-user: User: 0.09", "<13>Oct 6 22:33:36 puppet-user: Config retrieval: 0.51", "<13>Oct 6 22:33:36 puppet-user: Pcmk property: 1.44", "<13>Oct 6 22:33:36 puppet-user: Exec: 1.97", "<13>Oct 6 22:33:36 puppet-user: Last run: 1759790016", "<13>Oct 6 22:33:36 puppet-user: Pcmk resource op default: 2.04", "<13>Oct 6 22:33:36 puppet-user: Pcmk resource default: 2.11", "<13>Oct 6 22:33:36 puppet-user: Transaction evaluation: 7.91", "<13>Oct 6 22:33:36 puppet-user: Catalog application: 7.93", "<13>Oct 6 22:33:36 puppet-user: Total: 7.94", "<13>Oct 6 22:33:36 puppet-user: Version:", "<13>Oct 6 22:33:36 puppet-user: Config: 1759790008", "<13>Oct 6 22:33:36 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 22:33:42.560470 | fa163e75-6a44-31ab-30dc-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:19.233707 | 0.10s 2025-10-06 22:33:42.590050 | fa163e75-6a44-31ab-30dc-000000003708 | TASK | Pre-cache facts for puppet containers 2025-10-06 22:33:42.618475 | fa163e75-6a44-31ab-30dc-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:19.291705 | 0.03s 2025-10-06 22:33:42.685968 | fa163e75-6a44-31ab-30dc-000000003747 | TASK | Gather variables for each operating system 2025-10-06 22:33:42.808870 | fa163e75-6a44-31ab-30dc-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:19.482095 | 0.12s 2025-10-06 22:33:42.838076 | fa163e75-6a44-31ab-30dc-000000003748 | TASK | Create puppet caching structures 2025-10-06 22:33:43.091866 | fa163e75-6a44-31ab-30dc-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-10-06 22:33:43.092870 | fa163e75-6a44-31ab-30dc-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:19.766118 | 0.25s 2025-10-06 22:33:43.121334 | fa163e75-6a44-31ab-30dc-000000003749 | TASK | Check for facter.conf 2025-10-06 22:33:43.400128 | fa163e75-6a44-31ab-30dc-000000003749 | OK | Check for facter.conf | standalone 2025-10-06 22:33:43.402755 | fa163e75-6a44-31ab-30dc-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:20.075989 | 0.28s 2025-10-06 22:33:43.433571 | fa163e75-6a44-31ab-30dc-00000000374a | TASK | Remove facter.conf if directory 2025-10-06 22:33:43.477189 | fa163e75-6a44-31ab-30dc-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 22:33:43.479745 | fa163e75-6a44-31ab-30dc-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:20.152981 | 0.04s 2025-10-06 22:33:43.511073 | fa163e75-6a44-31ab-30dc-00000000374b | TASK | Write facter cache config 2025-10-06 22:33:44.047748 | fa163e75-6a44-31ab-30dc-00000000374b | CHANGED | Write facter cache config | standalone 2025-10-06 22:33:44.049292 | fa163e75-6a44-31ab-30dc-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:20.722530 | 0.54s 2025-10-06 22:33:44.079129 | fa163e75-6a44-31ab-30dc-00000000374c | TASK | Cleanup facter cache if exists 2025-10-06 22:33:44.273278 | fa163e75-6a44-31ab-30dc-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 22:33:44.274812 | fa163e75-6a44-31ab-30dc-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:20.948050 | 0.19s 2025-10-06 22:33:44.304025 | fa163e75-6a44-31ab-30dc-00000000374d | TASK | Pre-cache facts 2025-10-06 22:33:44.907965 | fa163e75-6a44-31ab-30dc-00000000374d | CHANGED | Pre-cache facts | standalone 2025-10-06 22:33:44.909350 | fa163e75-6a44-31ab-30dc-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:21.582589 | 0.60s 2025-10-06 22:33:44.941150 | fa163e75-6a44-31ab-30dc-00000000374e | TASK | Failed deployment if facter fails 2025-10-06 22:33:44.983644 | fa163e75-6a44-31ab-30dc-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 22:33:44.984900 | fa163e75-6a44-31ab-30dc-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:21.658141 | 0.04s 2025-10-06 22:33:45.028707 | fa163e75-6a44-31ab-30dc-00000000374f | TASK | Sync cached facts 2025-10-06 22:33:45.366017 | fa163e75-6a44-31ab-30dc-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-00000000374f') missing from stats 2025-10-06 22:33:45.421290 | fa163e75-6a44-31ab-30dc-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 22:33:45.476044 | fa163e75-6a44-31ab-30dc-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 22:33:45.477133 | fa163e75-6a44-31ab-30dc-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:22.150374 | 0.05s 2025-10-06 22:33:45.500438 | fa163e75-6a44-31ab-30dc-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-06 22:33:45.528999 | fa163e75-6a44-31ab-30dc-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:22.202242 | 0.03s 2025-10-06 22:33:45.582769 | fa163e75-6a44-31ab-30dc-0000000037a6 | TASK | Gather variables for each operating system 2025-10-06 22:33:45.685434 | fa163e75-6a44-31ab-30dc-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:22.358668 | 0.10s 2025-10-06 22:33:45.708748 | fa163e75-6a44-31ab-30dc-0000000037a7 | TASK | Create container logs path 2025-10-06 22:33:45.951008 | fa163e75-6a44-31ab-30dc-0000000037a7 | OK | Create container logs path | standalone 2025-10-06 22:33:45.952481 | fa163e75-6a44-31ab-30dc-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:22.625719 | 0.24s 2025-10-06 22:33:45.986963 | fa163e75-6a44-31ab-30dc-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 22:33:46.263269 | fa163e75-6a44-31ab-30dc-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 22:33:46.264873 | fa163e75-6a44-31ab-30dc-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:22.938111 | 0.28s 2025-10-06 22:33:46.298026 | fa163e75-6a44-31ab-30dc-0000000037aa | TASK | Finalise hashes for all containers 2025-10-06 22:33:46.383584 | fa163e75-6a44-31ab-30dc-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-10-06 22:33:46.384567 | fa163e75-6a44-31ab-30dc-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:23.057813 | 0.08s 2025-10-06 22:33:46.407062 | fa163e75-6a44-31ab-30dc-0000000037ac | TASK | Manage systemd shutdown files 2025-10-06 22:33:46.440961 | fa163e75-6a44-31ab-30dc-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:23.114184 | 0.03s 2025-10-06 22:33:46.473655 | 8a2cc6f2-e7fe-44c1-b534-ec8b54dbb41b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 22:33:46.500562 | fa163e75-6a44-31ab-30dc-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 22:33:46.777534 | fa163e75-6a44-31ab-30dc-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 22:33:46.779320 | fa163e75-6a44-31ab-30dc-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:23.452557 | 0.28s 2025-10-06 22:33:46.809601 | fa163e75-6a44-31ab-30dc-0000000037e0 | TASK | Set podman_drop_in fact 2025-10-06 22:33:46.874582 | fa163e75-6a44-31ab-30dc-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-10-06 22:33:46.875919 | fa163e75-6a44-31ab-30dc-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:23.549157 | 0.06s 2025-10-06 22:33:46.905637 | fa163e75-6a44-31ab-30dc-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 22:33:47.454587 | fa163e75-6a44-31ab-30dc-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 22:33:47.457467 | fa163e75-6a44-31ab-30dc-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:24.130686 | 0.55s 2025-10-06 22:33:48.003165 | fa163e75-6a44-31ab-30dc-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 22:33:48.004927 | fa163e75-6a44-31ab-30dc-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:24.678169 | 1.10s 2025-10-06 22:33:48.015629 | fa163e75-6a44-31ab-30dc-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:24.688870 | 1.11s 2025-10-06 22:33:48.046892 | fa163e75-6a44-31ab-30dc-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 22:33:48.611962 | fa163e75-6a44-31ab-30dc-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 22:33:48.613507 | fa163e75-6a44-31ab-30dc-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:25.286744 | 0.57s 2025-10-06 22:33:48.644125 | fa163e75-6a44-31ab-30dc-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 22:33:49.259442 | fa163e75-6a44-31ab-30dc-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 22:33:49.260922 | fa163e75-6a44-31ab-30dc-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:25.934160 | 0.62s 2025-10-06 22:33:49.290519 | fa163e75-6a44-31ab-30dc-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 22:33:51.050387 | fa163e75-6a44-31ab-30dc-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 22:33:51.052780 | fa163e75-6a44-31ab-30dc-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:27.726012 | 1.76s 2025-10-06 22:33:51.084412 | fa163e75-6a44-31ab-30dc-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 22:33:51.612224 | fa163e75-6a44-31ab-30dc-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 22:33:51.613941 | fa163e75-6a44-31ab-30dc-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:28.287179 | 0.53s 2025-10-06 22:33:51.643563 | fa163e75-6a44-31ab-30dc-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 22:33:52.146342 | fa163e75-6a44-31ab-30dc-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 22:33:52.148005 | fa163e75-6a44-31ab-30dc-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:28.821240 | 0.50s 2025-10-06 22:33:52.178143 | fa163e75-6a44-31ab-30dc-0000000037e8 | TASK | Enable and start netns-placeholder 2025-10-06 22:33:52.953640 | fa163e75-6a44-31ab-30dc-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 22:33:52.955608 | fa163e75-6a44-31ab-30dc-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:29.628840 | 0.78s 2025-10-06 22:33:52.986788 | fa163e75-6a44-31ab-30dc-0000000037ae | TASK | Update container configs with new config hashes 2025-10-06 22:33:53.048105 | fa163e75-6a44-31ab-30dc-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:29.721334 | 0.06s 2025-10-06 22:33:53.069513 | c997051c-7831-4514-9a68-8a84fb356055 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 22:33:53.103417 | fa163e75-6a44-31ab-30dc-000000003810 | TASK | Update config hashes for container startup configs 2025-10-06 22:33:53.404469 | fa163e75-6a44-31ab-30dc-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-10-06 22:33:53.405993 | fa163e75-6a44-31ab-30dc-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:30.079230 | 0.30s 2025-10-06 22:33:53.438053 | fa163e75-6a44-31ab-30dc-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 22:33:53.502618 | fa163e75-6a44-31ab-30dc-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:30.175849 | 0.06s 2025-10-06 22:33:53.528241 | 8e3efe4d-58c6-4709-b994-d4e4e70bf61f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:33:53.565195 | fa163e75-6a44-31ab-30dc-00000000382f | TASK | Gather podman infos 2025-10-06 22:33:54.857281 | fa163e75-6a44-31ab-30dc-00000000382f | OK | Gather podman infos | standalone 2025-10-06 22:33:54.858043 | fa163e75-6a44-31ab-30dc-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:31.531294 | 1.29s 2025-10-06 22:33:54.940351 | fa163e75-6a44-31ab-30dc-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 22:33:55.020806 | fa163e75-6a44-31ab-30dc-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:31.694036 | 0.07s 2025-10-06 22:33:55.181746 | fa163e75-6a44-31ab-30dc-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:31.854971 | 0.10s 2025-10-06 22:33:55.240873 | fa163e75-6a44-31ab-30dc-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 22:33:55.304742 | fa163e75-6a44-31ab-30dc-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:31.977968 | 0.06s 2025-10-06 22:33:55.328014 | ffefee5c-a4a8-441e-a873-80fcec75b159 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:33:55.369204 | fa163e75-6a44-31ab-30dc-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 22:34:48.090018 | fa163e75-6a44-31ab-30dc-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 22:34:48.091638 | fa163e75-6a44-31ab-30dc-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:24.764874 | 52.72s 2025-10-06 22:34:48.123336 | fa163e75-6a44-31ab-30dc-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-06 22:35:12.699002 | fa163e75-6a44-31ab-30dc-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-06 22:35:12.701523 | fa163e75-6a44-31ab-30dc-00000000389b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:49.374761 | 24.58s 2025-10-06 22:35:12.776896 | fa163e75-6a44-31ab-30dc-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-06 22:35:13.053511 | fa163e75-6a44-31ab-30dc-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-06 22:35:13.054933 | fa163e75-6a44-31ab-30dc-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:49.728170 | 0.28s 2025-10-06 22:35:13.101508 | fa163e75-6a44-31ab-30dc-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-06 22:35:13.156472 | fa163e75-6a44-31ab-30dc-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:49.829700 | 0.05s 2025-10-06 22:35:13.186738 | fa163e75-6a44-31ab-30dc-00000000370f | TASK | Include container-puppet tasks for step 3 2025-10-06 22:35:13.233763 | fa163e75-6a44-31ab-30dc-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:49.906988 | 0.05s 2025-10-06 22:35:13.259574 | 34eac4a1-753a-460e-83a8-5436662f9839 | INCLUDED | /root/standalone-ansible-7is934cs/host-container-puppet-tasks.yaml | standalone 2025-10-06 22:35:13.308636 | fa163e75-6a44-31ab-30dc-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-06 22:35:13.793944 | fa163e75-6a44-31ab-30dc-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-06 22:35:13.795140 | fa163e75-6a44-31ab-30dc-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:50.468378 | 0.49s 2025-10-06 22:35:13.824481 | fa163e75-6a44-31ab-30dc-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-10-06 22:35:14.140051 | fa163e75-6a44-31ab-30dc-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-10-06 22:35:14.141350 | fa163e75-6a44-31ab-30dc-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:50.814589 | 0.32s 2025-10-06 22:35:14.174613 | fa163e75-6a44-31ab-30dc-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-06 22:35:14.209333 | fa163e75-6a44-31ab-30dc-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:50.882560 | 0.03s 2025-10-06 22:35:14.281401 | fa163e75-6a44-31ab-30dc-000000003918 | TASK | Gather variables for each operating system 2025-10-06 22:35:14.383810 | fa163e75-6a44-31ab-30dc-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:51.057038 | 0.10s 2025-10-06 22:35:14.412850 | fa163e75-6a44-31ab-30dc-000000003919 | TASK | Create container logs path 2025-10-06 22:35:14.665840 | fa163e75-6a44-31ab-30dc-000000003919 | OK | Create container logs path | standalone 2025-10-06 22:35:14.667239 | fa163e75-6a44-31ab-30dc-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:51.340477 | 0.25s 2025-10-06 22:35:14.698793 | fa163e75-6a44-31ab-30dc-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 22:35:14.966911 | fa163e75-6a44-31ab-30dc-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 22:35:14.968141 | fa163e75-6a44-31ab-30dc-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:51.641379 | 0.27s 2025-10-06 22:35:14.996960 | fa163e75-6a44-31ab-30dc-00000000391c | TASK | Finalise hashes for all containers 2025-10-06 22:35:15.027441 | fa163e75-6a44-31ab-30dc-00000000391c | OK | Finalise hashes for all containers | standalone 2025-10-06 22:35:15.028609 | fa163e75-6a44-31ab-30dc-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:51.701849 | 0.03s 2025-10-06 22:35:15.057234 | fa163e75-6a44-31ab-30dc-00000000391e | TASK | Manage systemd shutdown files 2025-10-06 22:35:15.085483 | fa163e75-6a44-31ab-30dc-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:35:15.086806 | fa163e75-6a44-31ab-30dc-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:51.760044 | 0.03s 2025-10-06 22:35:15.116832 | fa163e75-6a44-31ab-30dc-000000003920 | TASK | Update container configs with new config hashes 2025-10-06 22:35:15.166314 | fa163e75-6a44-31ab-30dc-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:35:15.167536 | fa163e75-6a44-31ab-30dc-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:51.840775 | 0.05s 2025-10-06 22:35:15.199253 | fa163e75-6a44-31ab-30dc-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 22:35:15.248705 | fa163e75-6a44-31ab-30dc-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 22:35:15.249995 | fa163e75-6a44-31ab-30dc-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:51.923234 | 0.05s 2025-10-06 22:35:15.281517 | fa163e75-6a44-31ab-30dc-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-06 22:35:15.333141 | fa163e75-6a44-31ab-30dc-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-06 22:35:15.334403 | fa163e75-6a44-31ab-30dc-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:52.007635 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-06 22:35:15.519592 | fa163e75-6a44-31ab-30dc-0000000000de | TASK | External deployment step 4 2025-10-06 22:35:15.566070 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000de') missing from stats 2025-10-06 22:35:15.629464 | fa163e75-6a44-31ab-30dc-0000000000df | TIMING | include_tasks | undercloud | 0:21:52.302690 | 0.04s 2025-10-06 22:35:15.652450 | 698ed152-b5df-41cc-992b-e7f3b224eba2 | INCLUDED | /root/standalone-ansible-7is934cs/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-06 22:35:15.669915 | fa163e75-6a44-31ab-30dc-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-06 22:35:17.433501 | fa163e75-6a44-31ab-30dc-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-06 22:35:17.435727 | fa163e75-6a44-31ab-30dc-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:54.108922 | 1.76s 2025-10-06 22:35:18.607607 | fa163e75-6a44-31ab-30dc-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-06 22:35:18.608970 | fa163e75-6a44-31ab-30dc-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:55.282210 | 2.94s 2025-10-06 22:35:18.621199 | fa163e75-6a44-31ab-30dc-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:55.294431 | 2.95s 2025-10-06 22:35:18.639569 | fa163e75-6a44-31ab-30dc-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-10-06 22:35:18.696539 | fa163e75-6a44-31ab-30dc-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:55.369772 | 0.06s 2025-10-06 22:35:18.760195 | fa163e75-6a44-31ab-30dc-0000000039a0 | TASK | Create Keystone Admin resources 2025-10-06 22:35:18.812452 | fa163e75-6a44-31ab-30dc-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:55.485687 | 0.05s 2025-10-06 22:35:18.852631 | 10196e82-049b-4bf8-bf08-268680c65303 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-06 22:35:18.879949 | fa163e75-6a44-31ab-30dc-0000000039e1 | TASK | Create admin and service projects 2025-10-06 22:35:18.939374 | fa163e75-6a44-31ab-30dc-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:55.612614 | 0.06s 2025-10-06 22:35:18.948890 | c62ab31a-49ea-4686-8b99-544fc1cc21f2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-06 22:35:18.976088 | fa163e75-6a44-31ab-30dc-000000003a32 | TASK | Async creation of Keystone project 2025-10-06 22:35:19.530353 | fa163e75-6a44-31ab-30dc-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-06 22:35:19.532569 | fa163e75-6a44-31ab-30dc-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:56.205803 | 0.56s 2025-10-06 22:35:19.823829 | fa163e75-6a44-31ab-30dc-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-06 22:35:19.825513 | fa163e75-6a44-31ab-30dc-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:56.498755 | 0.85s 2025-10-06 22:35:19.836141 | fa163e75-6a44-31ab-30dc-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:56.509374 | 0.86s 2025-10-06 22:35:19.855208 | fa163e75-6a44-31ab-30dc-000000003a34 | TASK | Check Keystone project status 2025-10-06 22:35:20.145456 | fa163e75-6a44-31ab-30dc-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-06 22:35:25.391089 | fa163e75-6a44-31ab-30dc-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-10-06 22:35:25.393026 | fa163e75-6a44-31ab-30dc-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:02.066251 | 5.54s 2025-10-06 22:35:25.686566 | fa163e75-6a44-31ab-30dc-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-06 22:35:25.688091 | fa163e75-6a44-31ab-30dc-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:02.361328 | 5.83s 2025-10-06 22:35:25.696486 | fa163e75-6a44-31ab-30dc-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:02.369717 | 5.84s 2025-10-06 22:35:25.719128 | fa163e75-6a44-31ab-30dc-0000000039e2 | TASK | Create admin role 2025-10-06 22:35:27.052572 | fa163e75-6a44-31ab-30dc-0000000039e2 | OK | Create admin role | undercloud 2025-10-06 22:35:27.053937 | fa163e75-6a44-31ab-30dc-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:03.727175 | 1.33s 2025-10-06 22:35:27.073185 | fa163e75-6a44-31ab-30dc-0000000039e3 | TASK | Create _member_ role 2025-10-06 22:35:27.136942 | fa163e75-6a44-31ab-30dc-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-10-06 22:35:27.138166 | fa163e75-6a44-31ab-30dc-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:03.811406 | 0.06s 2025-10-06 22:35:27.157386 | fa163e75-6a44-31ab-30dc-0000000039e4 | TASK | Check admin password 2025-10-06 22:35:28.418441 | fa163e75-6a44-31ab-30dc-0000000039e4 | OK | Check admin password | undercloud 2025-10-06 22:35:28.419898 | fa163e75-6a44-31ab-30dc-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:05.093137 | 1.26s 2025-10-06 22:35:28.438958 | fa163e75-6a44-31ab-30dc-0000000039e5 | TASK | Create admin user 2025-10-06 22:35:30.190213 | fa163e75-6a44-31ab-30dc-0000000039e5 | CHANGED | Create admin user | undercloud 2025-10-06 22:35:30.192082 | fa163e75-6a44-31ab-30dc-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:06.865319 | 1.75s 2025-10-06 22:35:30.211368 | fa163e75-6a44-31ab-30dc-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-10-06 22:35:31.907900 | fa163e75-6a44-31ab-30dc-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-06 22:35:31.909144 | fa163e75-6a44-31ab-30dc-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:08.582383 | 1.70s 2025-10-06 22:35:31.928215 | fa163e75-6a44-31ab-30dc-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-10-06 22:35:31.990741 | fa163e75-6a44-31ab-30dc-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-06 22:35:31.992146 | fa163e75-6a44-31ab-30dc-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:08.665367 | 0.06s 2025-10-06 22:35:32.011774 | fa163e75-6a44-31ab-30dc-0000000039e8 | TASK | Create identity service 2025-10-06 22:35:33.219255 | fa163e75-6a44-31ab-30dc-0000000039e8 | OK | Create identity service | undercloud 2025-10-06 22:35:33.222062 | fa163e75-6a44-31ab-30dc-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:09.895285 | 1.21s 2025-10-06 22:35:33.243504 | fa163e75-6a44-31ab-30dc-0000000039e9 | TASK | Create identity public endpoint 2025-10-06 22:35:34.678072 | fa163e75-6a44-31ab-30dc-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-10-06 22:35:34.679691 | fa163e75-6a44-31ab-30dc-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:11.352899 | 1.43s 2025-10-06 22:35:34.700087 | fa163e75-6a44-31ab-30dc-0000000039ea | TASK | Create identity internal endpoint 2025-10-06 22:35:35.923293 | fa163e75-6a44-31ab-30dc-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-10-06 22:35:35.924839 | fa163e75-6a44-31ab-30dc-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:12.598077 | 1.22s 2025-10-06 22:35:35.944135 | fa163e75-6a44-31ab-30dc-0000000039eb | TASK | Create identity admin endpoint 2025-10-06 22:35:37.185031 | fa163e75-6a44-31ab-30dc-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-10-06 22:35:37.186556 | fa163e75-6a44-31ab-30dc-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:13.859794 | 1.24s 2025-10-06 22:35:37.206020 | fa163e75-6a44-31ab-30dc-0000000039a1 | TASK | Create Keystone Projects 2025-10-06 22:35:37.284276 | fa163e75-6a44-31ab-30dc-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:13.957506 | 0.08s 2025-10-06 22:35:37.291600 | fa163e75-6a44-31ab-30dc-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:13.964834 | 0.08s 2025-10-06 22:35:37.306302 | 4b82ee0d-5f75-42db-823d-b74a3f4fb840 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-06 22:35:37.351344 | fa163e75-6a44-31ab-30dc-000000003abe | TASK | Async creation of Keystone project 2025-10-06 22:35:37.652484 | fa163e75-6a44-31ab-30dc-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-06 22:35:37.654029 | fa163e75-6a44-31ab-30dc-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:14.327272 | 0.30s 2025-10-06 22:35:37.664158 | fa163e75-6a44-31ab-30dc-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:14.337403 | 0.31s 2025-10-06 22:35:37.679774 | fa163e75-6a44-31ab-30dc-000000003ac0 | TASK | Check Keystone project status 2025-10-06 22:35:37.930012 | fa163e75-6a44-31ab-30dc-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-06 22:35:43.139607 | fa163e75-6a44-31ab-30dc-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-10-06 22:35:43.141902 | fa163e75-6a44-31ab-30dc-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:19.815138 | 5.46s 2025-10-06 22:35:43.152098 | fa163e75-6a44-31ab-30dc-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:19.825334 | 5.47s 2025-10-06 22:35:43.171190 | fa163e75-6a44-31ab-30dc-0000000039a3 | TASK | Create Keystone Domains 2025-10-06 22:35:43.268235 | fa163e75-6a44-31ab-30dc-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:19.941467 | 0.10s 2025-10-06 22:35:43.280195 | fa163e75-6a44-31ab-30dc-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:19.953434 | 0.11s 2025-10-06 22:35:43.294533 | 8ac83dc2-3ed7-4416-b431-d00e9bd84c2b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-06 22:35:43.342856 | fa163e75-6a44-31ab-30dc-000000003b73 | TASK | Async creation of Keystone domains 2025-10-06 22:35:43.871546 | fa163e75-6a44-31ab-30dc-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-06 22:35:43.874508 | fa163e75-6a44-31ab-30dc-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:20.547741 | 0.53s 2025-10-06 22:35:43.886736 | fa163e75-6a44-31ab-30dc-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:20.559971 | 0.54s 2025-10-06 22:35:43.907317 | fa163e75-6a44-31ab-30dc-000000003b75 | TASK | Check Keystone domain status 2025-10-06 22:35:44.200384 | fa163e75-6a44-31ab-30dc-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-06 22:35:49.419290 | fa163e75-6a44-31ab-30dc-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-06 22:35:49.421249 | fa163e75-6a44-31ab-30dc-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:26.094485 | 5.51s 2025-10-06 22:35:49.431795 | fa163e75-6a44-31ab-30dc-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:26.105030 | 5.52s 2025-10-06 22:35:49.450549 | fa163e75-6a44-31ab-30dc-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-06 22:35:49.481768 | fa163e75-6a44-31ab-30dc-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:26.154999 | 0.03s 2025-10-06 22:35:49.494631 | 63a074e9-2fc7-49ef-ba92-0b06046972e4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-06 22:35:49.543383 | fa163e75-6a44-31ab-30dc-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-10-06 22:35:50.972065 | fa163e75-6a44-31ab-30dc-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-06 22:35:50.973447 | fa163e75-6a44-31ab-30dc-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:27.646684 | 1.43s 2025-10-06 22:35:50.991737 | fa163e75-6a44-31ab-30dc-000000003c3e | TASK | Set openstack_domains fact 2025-10-06 22:35:51.047850 | fa163e75-6a44-31ab-30dc-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-10-06 22:35:51.049134 | fa163e75-6a44-31ab-30dc-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:27.722373 | 0.06s 2025-10-06 22:35:51.068020 | fa163e75-6a44-31ab-30dc-0000000039a6 | TASK | Create Keystone Services 2025-10-06 22:35:51.150807 | fa163e75-6a44-31ab-30dc-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:27.824024 | 0.08s 2025-10-06 22:35:51.168752 | fa163e75-6a44-31ab-30dc-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:27.841996 | 0.10s 2025-10-06 22:35:51.178279 | fa163e75-6a44-31ab-30dc-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:27.851515 | 0.11s 2025-10-06 22:35:51.197833 | cde734ad-86f1-4f78-a7f5-7d3b65e6e036 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-06 22:35:51.206624 | 991cb91b-01fc-40a2-9683-7369e8683a88 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-06 22:35:51.253074 | fa163e75-6a44-31ab-30dc-000000003d1a | TASK | Async creation of Keystone service 2025-10-06 22:35:51.584484 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-06 22:35:51.586023 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:28.259252 | 0.33s 2025-10-06 22:35:51.930444 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-06 22:35:51.932230 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:28.605473 | 0.68s 2025-10-06 22:35:52.230607 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-06 22:35:52.237481 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:28.910721 | 0.98s 2025-10-06 22:35:52.484495 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-06 22:35:52.485339 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.158586 | 1.23s 2025-10-06 22:35:52.723041 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-06 22:35:52.724325 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.397573 | 1.47s 2025-10-06 22:35:52.983448 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-06 22:35:52.984139 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.657390 | 1.73s 2025-10-06 22:35:53.244268 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-06 22:35:53.244961 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.918212 | 1.99s 2025-10-06 22:35:53.552216 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-06 22:35:53.553160 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:30.226408 | 2.30s 2025-10-06 22:35:53.810467 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-06 22:35:53.811128 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:30.484379 | 2.56s 2025-10-06 22:35:54.069356 | fa163e75-6a44-31ab-30dc-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-06 22:35:54.070251 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:30.743502 | 2.82s 2025-10-06 22:35:54.081061 | fa163e75-6a44-31ab-30dc-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:30.754312 | 2.83s 2025-10-06 22:35:54.096517 | fa163e75-6a44-31ab-30dc-000000003d1c | TASK | Check Keystone service status 2025-10-06 22:35:54.390929 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-06 22:35:54.391841 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.065088 | 0.29s 2025-10-06 22:35:54.624280 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-06 22:35:54.624777 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.298029 | 0.53s 2025-10-06 22:35:54.873537 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-06 22:35:54.874212 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.547462 | 0.78s 2025-10-06 22:35:55.130039 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-06 22:35:55.131530 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.804778 | 1.03s 2025-10-06 22:35:55.387626 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-06 22:35:55.389541 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.062782 | 1.29s 2025-10-06 22:35:55.665894 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-06 22:35:55.667499 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.340741 | 1.57s 2025-10-06 22:35:55.925740 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-06 22:35:55.927538 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.600780 | 1.83s 2025-10-06 22:35:56.172809 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-06 22:35:56.174504 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.847736 | 2.08s 2025-10-06 22:35:56.422503 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-06 22:35:56.423608 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:33.096852 | 2.33s 2025-10-06 22:35:56.680035 | fa163e75-6a44-31ab-30dc-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-06 22:35:56.681434 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:33.354674 | 2.58s 2025-10-06 22:35:56.695833 | fa163e75-6a44-31ab-30dc-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:33.369075 | 2.60s 2025-10-06 22:35:56.715845 | fa163e75-6a44-31ab-30dc-000000003d21 | TASK | Async creation of Keystone service 2025-10-06 22:35:57.085832 | fa163e75-6a44-31ab-30dc-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-06 22:35:57.088331 | fa163e75-6a44-31ab-30dc-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.761559 | 0.37s 2025-10-06 22:35:57.409512 | fa163e75-6a44-31ab-30dc-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-06 22:35:57.411273 | fa163e75-6a44-31ab-30dc-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.084514 | 0.69s 2025-10-06 22:35:57.752304 | fa163e75-6a44-31ab-30dc-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-06 22:35:57.753115 | fa163e75-6a44-31ab-30dc-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.426366 | 1.04s 2025-10-06 22:35:57.757009 | fa163e75-6a44-31ab-30dc-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.430247 | 1.04s 2025-10-06 22:35:57.773293 | fa163e75-6a44-31ab-30dc-000000003d23 | TASK | Check Keystone service status 2025-10-06 22:35:58.002460 | fa163e75-6a44-31ab-30dc-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-06 22:36:03.238954 | fa163e75-6a44-31ab-30dc-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-06 22:36:03.240601 | fa163e75-6a44-31ab-30dc-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:39.913834 | 5.47s 2025-10-06 22:36:03.514374 | fa163e75-6a44-31ab-30dc-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-06 22:36:03.515807 | fa163e75-6a44-31ab-30dc-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:40.189056 | 5.74s 2025-10-06 22:36:03.749708 | fa163e75-6a44-31ab-30dc-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-06 22:36:03.751729 | fa163e75-6a44-31ab-30dc-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:40.424925 | 5.98s 2025-10-06 22:36:03.762855 | fa163e75-6a44-31ab-30dc-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:40.436088 | 5.99s 2025-10-06 22:36:03.783178 | fa163e75-6a44-31ab-30dc-0000000039a8 | TASK | Create Keystone Endpoints 2025-10-06 22:36:03.858898 | fa163e75-6a44-31ab-30dc-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:40.532113 | 0.07s 2025-10-06 22:36:03.889258 | fa163e75-6a44-31ab-30dc-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:40.562502 | 0.10s 2025-10-06 22:36:03.914223 | fa163e75-6a44-31ab-30dc-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:40.587467 | 0.13s 2025-10-06 22:36:03.926063 | fa163e75-6a44-31ab-30dc-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:40.599298 | 0.14s 2025-10-06 22:36:03.939432 | 1456c5e6-9353-40ba-b4ce-0f72b13dc1c6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 22:36:03.946185 | 09fc087f-59a9-4460-9358-8d720fc28680 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 22:36:03.952045 | 87a11ac3-edd3-4677-bf22-c91aad8ee318 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-06 22:36:04.009593 | fa163e75-6a44-31ab-30dc-000000003e53 | TASK | Create Keystone public endpoints 2025-10-06 22:36:04.127309 | fa163e75-6a44-31ab-30dc-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:40.800516 | 0.12s 2025-10-06 22:36:04.143610 | fa163e75-6a44-31ab-30dc-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:40.816853 | 0.13s 2025-10-06 22:36:04.154092 | fa163e75-6a44-31ab-30dc-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:40.827323 | 0.14s 2025-10-06 22:36:04.172796 | 798bcdc8-2be6-42f9-a529-d780bbf65a0f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 22:36:04.182996 | f767e47f-23bf-4059-8435-8e41e558b089 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 22:36:04.210307 | fa163e75-6a44-31ab-30dc-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-10-06 22:36:04.537224 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-06 22:36:04.538118 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:41.211361 | 0.33s 2025-10-06 22:36:04.870998 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-06 22:36:04.872971 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:41.546210 | 0.66s 2025-10-06 22:36:05.154051 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-06 22:36:05.155248 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:41.828489 | 0.94s 2025-10-06 22:36:05.456156 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-06 22:36:05.466019 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.139253 | 1.25s 2025-10-06 22:36:05.750155 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-06 22:36:05.751025 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.424270 | 1.54s 2025-10-06 22:36:06.044197 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-06 22:36:06.045346 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.718595 | 1.83s 2025-10-06 22:36:06.338626 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-06 22:36:06.339786 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:43.013026 | 2.13s 2025-10-06 22:36:06.608202 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-06 22:36:06.608864 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:43.282114 | 2.40s 2025-10-06 22:36:06.849816 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-06 22:36:06.850429 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:43.523681 | 2.64s 2025-10-06 22:36:07.102765 | fa163e75-6a44-31ab-30dc-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-06 22:36:07.104289 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:43.777540 | 2.89s 2025-10-06 22:36:07.117079 | fa163e75-6a44-31ab-30dc-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:43.790312 | 2.91s 2025-10-06 22:36:07.142191 | fa163e75-6a44-31ab-30dc-000000003f7d | TASK | Check Keystone public endpoint status 2025-10-06 22:36:07.409276 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-06 22:36:07.411816 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.085042 | 0.27s 2025-10-06 22:36:07.651529 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-06 22:36:07.653010 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.326259 | 0.51s 2025-10-06 22:36:07.835450 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-06 22:36:07.836879 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.510130 | 0.69s 2025-10-06 22:36:08.083012 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-06 22:36:08.084963 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.758204 | 0.94s 2025-10-06 22:36:08.361499 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-06 22:36:08.363485 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:45.036726 | 1.22s 2025-10-06 22:36:08.622522 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-06 22:36:08.623347 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:45.296595 | 1.48s 2025-10-06 22:36:08.810558 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-06 22:36:08.811417 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:45.484664 | 1.67s 2025-10-06 22:36:09.061480 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-06 22:36:09.062304 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:45.735552 | 1.92s 2025-10-06 22:36:09.356999 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-06 22:36:09.359110 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:46.032344 | 2.22s 2025-10-06 22:36:09.608452 | fa163e75-6a44-31ab-30dc-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-06 22:36:09.609642 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:46.282883 | 2.47s 2025-10-06 22:36:09.618164 | fa163e75-6a44-31ab-30dc-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:46.291410 | 2.47s 2025-10-06 22:36:09.636629 | fa163e75-6a44-31ab-30dc-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-10-06 22:36:09.947319 | fa163e75-6a44-31ab-30dc-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-06 22:36:09.949498 | fa163e75-6a44-31ab-30dc-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.622729 | 0.31s 2025-10-06 22:36:10.199804 | fa163e75-6a44-31ab-30dc-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-06 22:36:10.200595 | fa163e75-6a44-31ab-30dc-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.873842 | 0.56s 2025-10-06 22:36:10.450523 | fa163e75-6a44-31ab-30dc-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-06 22:36:10.452575 | fa163e75-6a44-31ab-30dc-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:47.125817 | 0.82s 2025-10-06 22:36:10.463031 | fa163e75-6a44-31ab-30dc-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:47.136273 | 0.83s 2025-10-06 22:36:10.481880 | fa163e75-6a44-31ab-30dc-000000003f84 | TASK | Check Keystone public endpoint status 2025-10-06 22:36:10.737922 | fa163e75-6a44-31ab-30dc-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-06 22:36:15.961929 | fa163e75-6a44-31ab-30dc-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-06 22:36:15.964543 | fa163e75-6a44-31ab-30dc-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:52.637779 | 5.48s 2025-10-06 22:36:16.211269 | fa163e75-6a44-31ab-30dc-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-06 22:36:16.213192 | fa163e75-6a44-31ab-30dc-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:52.886434 | 5.73s 2025-10-06 22:36:16.472905 | fa163e75-6a44-31ab-30dc-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-06 22:36:16.474841 | fa163e75-6a44-31ab-30dc-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:53.148083 | 5.99s 2025-10-06 22:36:16.486147 | fa163e75-6a44-31ab-30dc-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:53.159364 | 6.00s 2025-10-06 22:36:16.509336 | fa163e75-6a44-31ab-30dc-000000003e58 | TASK | Create Keystone admin endpoints 2025-10-06 22:36:16.585919 | fa163e75-6a44-31ab-30dc-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:53.259143 | 0.07s 2025-10-06 22:36:16.603226 | fa163e75-6a44-31ab-30dc-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:53.276470 | 0.09s 2025-10-06 22:36:16.612614 | fa163e75-6a44-31ab-30dc-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:53.285848 | 0.10s 2025-10-06 22:36:16.630370 | 3c3d4ab3-2f7c-4ce0-95eb-6b43a5c09c78 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 22:36:16.641198 | 946fea88-2cb9-41de-9760-331d13176725 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 22:36:16.667202 | fa163e75-6a44-31ab-30dc-000000003fdc | TASK | Async creation of Keystone admin endpoint 2025-10-06 22:36:17.020756 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-06 22:36:17.021791 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.695034 | 0.35s 2025-10-06 22:36:17.314194 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-06 22:36:17.315842 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.989084 | 0.65s 2025-10-06 22:36:17.604010 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-06 22:36:17.605719 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.278962 | 0.94s 2025-10-06 22:36:17.905448 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-06 22:36:17.906549 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.579791 | 1.24s 2025-10-06 22:36:18.161382 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-06 22:36:18.162901 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.836143 | 1.49s 2025-10-06 22:36:18.394383 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-06 22:36:18.395106 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:55.068356 | 1.73s 2025-10-06 22:36:18.682733 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-06 22:36:18.683848 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:55.357098 | 2.02s 2025-10-06 22:36:18.939593 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-06 22:36:18.940872 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:55.614119 | 2.27s 2025-10-06 22:36:19.194464 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-06 22:36:19.195998 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:55.869245 | 2.53s 2025-10-06 22:36:19.460479 | fa163e75-6a44-31ab-30dc-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-06 22:36:19.461144 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:56.134394 | 2.79s 2025-10-06 22:36:19.467206 | fa163e75-6a44-31ab-30dc-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:56.140447 | 2.80s 2025-10-06 22:36:19.485301 | fa163e75-6a44-31ab-30dc-000000003fde | TASK | Check Keystone admin endpoint status 2025-10-06 22:36:19.750838 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-06 22:36:19.752221 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:56.425464 | 0.27s 2025-10-06 22:36:19.998528 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-06 22:36:19.999762 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:56.673003 | 0.51s 2025-10-06 22:36:20.261688 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-06 22:36:20.263216 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:56.936466 | 0.78s 2025-10-06 22:36:20.497968 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-06 22:36:20.499180 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:57.172421 | 1.01s 2025-10-06 22:36:20.702087 | fa163e75-6a44-31ab-30dc-000000003fde | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-06 22:36:25.921882 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-06 22:36:25.922724 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.595970 | 6.44s 2025-10-06 22:36:26.181622 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-06 22:36:26.183204 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.856439 | 6.70s 2025-10-06 22:36:26.448381 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-06 22:36:26.449354 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.122599 | 6.96s 2025-10-06 22:36:26.687571 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-06 22:36:26.688970 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.362207 | 7.20s 2025-10-06 22:36:26.937384 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-06 22:36:26.939173 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.612416 | 7.45s 2025-10-06 22:36:27.199167 | fa163e75-6a44-31ab-30dc-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-06 22:36:27.200437 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.873677 | 7.71s 2025-10-06 22:36:27.212647 | fa163e75-6a44-31ab-30dc-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.885865 | 7.73s 2025-10-06 22:36:27.244912 | fa163e75-6a44-31ab-30dc-000000003fe3 | TASK | Async creation of Keystone admin endpoint 2025-10-06 22:36:27.608330 | fa163e75-6a44-31ab-30dc-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-06 22:36:27.611077 | fa163e75-6a44-31ab-30dc-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.284306 | 0.36s 2025-10-06 22:36:27.918550 | fa163e75-6a44-31ab-30dc-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-06 22:36:27.920837 | fa163e75-6a44-31ab-30dc-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.594072 | 0.67s 2025-10-06 22:36:28.226293 | fa163e75-6a44-31ab-30dc-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-06 22:36:28.229377 | fa163e75-6a44-31ab-30dc-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.902613 | 0.98s 2025-10-06 22:36:28.239944 | fa163e75-6a44-31ab-30dc-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.913171 | 0.99s 2025-10-06 22:36:28.261122 | fa163e75-6a44-31ab-30dc-000000003fe5 | TASK | Check Keystone admin endpoint status 2025-10-06 22:36:28.529572 | fa163e75-6a44-31ab-30dc-000000003fe5 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-06 22:36:33.765989 | fa163e75-6a44-31ab-30dc-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-06 22:36:33.769465 | fa163e75-6a44-31ab-30dc-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.442697 | 5.51s 2025-10-06 22:36:34.046262 | fa163e75-6a44-31ab-30dc-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-06 22:36:34.048169 | fa163e75-6a44-31ab-30dc-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.721409 | 5.79s 2025-10-06 22:36:34.337426 | fa163e75-6a44-31ab-30dc-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-06 22:36:34.338705 | fa163e75-6a44-31ab-30dc-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:11.011914 | 6.08s 2025-10-06 22:36:34.350875 | fa163e75-6a44-31ab-30dc-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:11.024116 | 6.09s 2025-10-06 22:36:34.367326 | fa163e75-6a44-31ab-30dc-000000003e5d | TASK | Create Keystone internal endpoints 2025-10-06 22:36:34.476088 | fa163e75-6a44-31ab-30dc-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:11.149313 | 0.11s 2025-10-06 22:36:34.492366 | fa163e75-6a44-31ab-30dc-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:11.165610 | 0.12s 2025-10-06 22:36:34.501726 | fa163e75-6a44-31ab-30dc-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:11.174965 | 0.13s 2025-10-06 22:36:34.519186 | 056a5331-a1cf-4e03-8d37-bb534cb2f044 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 22:36:34.528416 | 3dc6cc68-85cf-44cb-8c2d-4613851db9c6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-06 22:36:34.552942 | fa163e75-6a44-31ab-30dc-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-06 22:36:34.884216 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-06 22:36:34.885103 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.558349 | 0.33s 2025-10-06 22:36:35.188607 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-06 22:36:35.189254 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.862505 | 0.64s 2025-10-06 22:36:35.469135 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-06 22:36:35.469876 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.143125 | 0.92s 2025-10-06 22:36:35.753320 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-06 22:36:35.754416 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.427657 | 1.20s 2025-10-06 22:36:36.051743 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-06 22:36:36.054231 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.727471 | 1.50s 2025-10-06 22:36:36.307500 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-06 22:36:36.308851 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.982102 | 1.75s 2025-10-06 22:36:36.547262 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-06 22:36:36.548430 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.221681 | 1.99s 2025-10-06 22:36:36.823125 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-06 22:36:36.823709 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.496961 | 2.27s 2025-10-06 22:36:37.079983 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-06 22:36:37.081738 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.754987 | 2.53s 2025-10-06 22:36:37.378627 | fa163e75-6a44-31ab-30dc-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-06 22:36:37.379310 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:14.052560 | 2.83s 2025-10-06 22:36:37.384181 | fa163e75-6a44-31ab-30dc-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:14.057417 | 2.83s 2025-10-06 22:36:37.406775 | fa163e75-6a44-31ab-30dc-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-06 22:36:37.678221 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-06 22:36:37.679266 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.352511 | 0.27s 2025-10-06 22:36:37.893228 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-06 22:36:37.894013 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.567261 | 0.49s 2025-10-06 22:36:38.188741 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-06 22:36:38.192062 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.865301 | 0.78s 2025-10-06 22:36:38.394012 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-06 22:36:38.397336 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.070575 | 0.99s 2025-10-06 22:36:38.646218 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-06 22:36:38.648980 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.322219 | 1.24s 2025-10-06 22:36:38.897965 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-06 22:36:38.899572 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.572819 | 1.49s 2025-10-06 22:36:39.171075 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-06 22:36:39.174051 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.847294 | 1.77s 2025-10-06 22:36:39.433301 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-06 22:36:39.434319 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.107563 | 2.03s 2025-10-06 22:36:39.683978 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-06 22:36:39.685117 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.358359 | 2.28s 2025-10-06 22:36:39.934415 | fa163e75-6a44-31ab-30dc-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-06 22:36:39.936405 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.609622 | 2.53s 2025-10-06 22:36:39.950502 | fa163e75-6a44-31ab-30dc-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.623738 | 2.54s 2025-10-06 22:36:39.977780 | fa163e75-6a44-31ab-30dc-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-06 22:36:40.353623 | fa163e75-6a44-31ab-30dc-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-06 22:36:40.355528 | fa163e75-6a44-31ab-30dc-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.028769 | 0.38s 2025-10-06 22:36:40.646809 | fa163e75-6a44-31ab-30dc-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-06 22:36:40.648727 | fa163e75-6a44-31ab-30dc-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.321968 | 0.67s 2025-10-06 22:36:40.978842 | fa163e75-6a44-31ab-30dc-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-06 22:36:40.979434 | fa163e75-6a44-31ab-30dc-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.652685 | 1.00s 2025-10-06 22:36:40.987756 | fa163e75-6a44-31ab-30dc-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.660996 | 1.01s 2025-10-06 22:36:41.005407 | fa163e75-6a44-31ab-30dc-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-06 22:36:41.251262 | fa163e75-6a44-31ab-30dc-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-06 22:36:46.475293 | fa163e75-6a44-31ab-30dc-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-06 22:36:46.476767 | fa163e75-6a44-31ab-30dc-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.150001 | 5.47s 2025-10-06 22:36:46.737530 | fa163e75-6a44-31ab-30dc-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-06 22:36:46.739731 | fa163e75-6a44-31ab-30dc-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.412973 | 5.73s 2025-10-06 22:36:47.000418 | fa163e75-6a44-31ab-30dc-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-06 22:36:47.002463 | fa163e75-6a44-31ab-30dc-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.675705 | 6.00s 2025-10-06 22:36:47.014110 | fa163e75-6a44-31ab-30dc-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.687347 | 6.01s 2025-10-06 22:36:47.035416 | fa163e75-6a44-31ab-30dc-0000000039aa | TASK | Run cleanup tasks 2025-10-06 22:36:47.086564 | fa163e75-6a44-31ab-30dc-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:23.759795 | 0.05s 2025-10-06 22:36:47.097924 | 9be514c7-8855-4433-8a4e-fb08ea787f1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-06 22:36:47.151990 | fa163e75-6a44-31ab-30dc-00000000409c | TASK | Get list of enabled services 2025-10-06 22:36:49.640597 | fa163e75-6a44-31ab-30dc-00000000409c | CHANGED | Get list of enabled services | undercloud 2025-10-06 22:36:49.641442 | fa163e75-6a44-31ab-30dc-00000000409c | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:26.314690 | 2.49s 2025-10-06 22:36:49.655542 | fa163e75-6a44-31ab-30dc-00000000409d | TASK | List services to be disabled 2025-10-06 22:36:49.735028 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-06 22:36:49.771651 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-06 22:36:49.803257 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-06 22:36:49.829434 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-06 22:36:49.854522 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-06 22:36:49.880163 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-06 22:36:49.905676 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-06 22:36:49.930738 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-06 22:36:49.957756 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-06 22:36:49.987585 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-06 22:36:50.013207 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-06 22:36:50.043921 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-06 22:36:50.075876 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-06 22:36:50.104039 | fa163e75-6a44-31ab-30dc-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-06 22:36:50.110236 | fa163e75-6a44-31ab-30dc-00000000409d | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:26.783482 | 0.45s 2025-10-06 22:36:50.125347 | fa163e75-6a44-31ab-30dc-00000000409e | TASK | Delete keystone services not enabled 2025-10-06 22:36:50.142936 | fa163e75-6a44-31ab-30dc-00000000409e | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:26.816182 | 0.02s 2025-10-06 22:36:50.156915 | fa163e75-6a44-31ab-30dc-0000000039ab | TASK | Create Keystone Roles 2025-10-06 22:36:50.240641 | fa163e75-6a44-31ab-30dc-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:26.913867 | 0.08s 2025-10-06 22:36:50.247042 | fa163e75-6a44-31ab-30dc-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:26.920288 | 0.09s 2025-10-06 22:36:50.254359 | e7a622b3-dfc9-459d-a2cc-6a0278c4b4c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-06 22:36:50.295114 | fa163e75-6a44-31ab-30dc-000000004208 | TASK | Async creation of Keystone role 2025-10-06 22:36:50.638897 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-06 22:36:50.641104 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.314334 | 0.35s 2025-10-06 22:36:50.934261 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-06 22:36:50.934947 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.608197 | 0.64s 2025-10-06 22:36:51.200824 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-06 22:36:51.201440 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.874690 | 0.91s 2025-10-06 22:36:51.472625 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-06 22:36:51.473600 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.146852 | 1.18s 2025-10-06 22:36:51.773179 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-06 22:36:51.774021 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.447268 | 1.48s 2025-10-06 22:36:52.066491 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-06 22:36:52.067387 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.740638 | 1.77s 2025-10-06 22:36:52.355547 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-06 22:36:52.356172 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.029422 | 2.06s 2025-10-06 22:36:52.598785 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-06 22:36:52.601487 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.274728 | 2.31s 2025-10-06 22:36:52.841393 | fa163e75-6a44-31ab-30dc-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-06 22:36:52.843527 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.516769 | 2.55s 2025-10-06 22:36:52.857778 | fa163e75-6a44-31ab-30dc-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.531023 | 2.56s 2025-10-06 22:36:52.879467 | fa163e75-6a44-31ab-30dc-00000000420a | TASK | Check Keystone role status 2025-10-06 22:36:53.103844 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-06 22:36:53.106784 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.780014 | 0.22s 2025-10-06 22:36:53.292559 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-06 22:36:53.295309 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.968550 | 0.41s 2025-10-06 22:36:53.499278 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-06 22:36:53.500536 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.173786 | 0.62s 2025-10-06 22:36:53.692474 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-06 22:36:53.694803 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.368043 | 0.81s 2025-10-06 22:36:53.950222 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-06 22:36:53.950909 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.624160 | 1.07s 2025-10-06 22:36:54.242315 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-06 22:36:54.245272 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.918512 | 1.36s 2025-10-06 22:36:54.473434 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-06 22:36:54.479824 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.153063 | 1.60s 2025-10-06 22:36:54.732686 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-06 22:36:54.733833 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.407074 | 1.85s 2025-10-06 22:36:54.961957 | fa163e75-6a44-31ab-30dc-00000000420a | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-06 22:36:54.962971 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.636213 | 2.08s 2025-10-06 22:36:54.978704 | fa163e75-6a44-31ab-30dc-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.651923 | 2.10s 2025-10-06 22:36:55.001342 | fa163e75-6a44-31ab-30dc-0000000039ad | TASK | Create Keystone Users 2025-10-06 22:36:55.105267 | fa163e75-6a44-31ab-30dc-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:31.778490 | 0.10s 2025-10-06 22:36:55.123145 | fa163e75-6a44-31ab-30dc-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:31.796389 | 0.12s 2025-10-06 22:36:55.130815 | fa163e75-6a44-31ab-30dc-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:31.804053 | 0.13s 2025-10-06 22:36:55.151011 | 4679e361-49dc-49a1-9a39-70182887ffd7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-06 22:36:55.163562 | 5018b898-e3c2-4a08-853b-4ed434ca4d59 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-06 22:36:55.226908 | fa163e75-6a44-31ab-30dc-00000000439c | TASK | Check password of Keystone user 2025-10-06 22:36:56.207412 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:36:56.209620 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.882849 | 0.98s 2025-10-06 22:36:57.153468 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:36:57.154447 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:33.827689 | 1.93s 2025-10-06 22:36:58.075098 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:36:58.076722 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.749925 | 2.85s 2025-10-06 22:36:59.018315 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:36:59.019320 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.692562 | 3.79s 2025-10-06 22:36:59.952660 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:36:59.953485 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.626735 | 4.73s 2025-10-06 22:37:00.940929 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:37:00.942021 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.615263 | 5.71s 2025-10-06 22:37:01.884808 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:37:01.885775 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.559016 | 6.66s 2025-10-06 22:37:02.838363 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:37:02.839724 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.512971 | 7.61s 2025-10-06 22:37:03.719465 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:37:03.720422 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.393663 | 8.49s 2025-10-06 22:37:04.611758 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:37:04.612704 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.285920 | 9.39s 2025-10-06 22:37:04.619128 | fa163e75-6a44-31ab-30dc-00000000439c | 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-10-06 22:37:04.620102 | fa163e75-6a44-31ab-30dc-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.293344 | 9.39s 2025-10-06 22:37:04.639429 | fa163e75-6a44-31ab-30dc-00000000439e | TASK | Async creation of Keystone user 2025-10-06 22:37:05.066011 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:05.067995 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.741231 | 0.43s 2025-10-06 22:37:05.374725 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:05.376100 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.049342 | 0.74s 2025-10-06 22:37:05.703726 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:05.704395 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.377643 | 1.06s 2025-10-06 22:37:06.073746 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:06.074273 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.747524 | 1.43s 2025-10-06 22:37:06.389337 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:06.391049 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.064291 | 1.75s 2025-10-06 22:37:06.697502 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:06.698544 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.371795 | 2.06s 2025-10-06 22:37:07.004850 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:07.005409 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.678659 | 2.36s 2025-10-06 22:37:07.359314 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:07.360823 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.034064 | 2.72s 2025-10-06 22:37:07.728098 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:07.729110 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.402352 | 3.09s 2025-10-06 22:37:08.066614 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:08.067199 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.740449 | 3.43s 2025-10-06 22:37:08.070691 | fa163e75-6a44-31ab-30dc-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:08.071608 | fa163e75-6a44-31ab-30dc-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.744852 | 3.43s 2025-10-06 22:37:08.090764 | fa163e75-6a44-31ab-30dc-0000000043a0 | TASK | Check Keystone user status 2025-10-06 22:37:08.395486 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:08.397064 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.070311 | 0.30s 2025-10-06 22:37:08.660260 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:08.660906 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.334157 | 0.57s 2025-10-06 22:37:08.924033 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:08.925511 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.598755 | 0.83s 2025-10-06 22:37:09.196552 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:09.197975 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.871220 | 1.11s 2025-10-06 22:37:09.457633 | fa163e75-6a44-31ab-30dc-0000000043a0 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-06 22:37:14.673735 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:14.675429 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.348670 | 6.58s 2025-10-06 22:37:14.923719 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:14.925224 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.598467 | 6.83s 2025-10-06 22:37:15.143813 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:15.144735 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.817977 | 7.05s 2025-10-06 22:37:15.411897 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:15.412805 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.086048 | 7.32s 2025-10-06 22:37:15.696423 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:15.698215 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.371455 | 7.61s 2025-10-06 22:37:15.975320 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:15.977046 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.650285 | 7.88s 2025-10-06 22:37:15.986813 | fa163e75-6a44-31ab-30dc-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:15.987496 | fa163e75-6a44-31ab-30dc-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.660746 | 7.90s 2025-10-06 22:37:16.003026 | fa163e75-6a44-31ab-30dc-0000000043a5 | TASK | Check password of Keystone user 2025-10-06 22:37:16.955045 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:16.956702 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.629901 | 0.95s 2025-10-06 22:37:17.948865 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:17.950441 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.623680 | 1.95s 2025-10-06 22:37:18.967543 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:18.968596 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.641843 | 2.96s 2025-10-06 22:37:19.906270 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:19.907260 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.580503 | 3.90s 2025-10-06 22:37:20.834810 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:20.835932 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:57.509174 | 4.83s 2025-10-06 22:37:21.766685 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:21.767377 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.440625 | 5.76s 2025-10-06 22:37:21.774534 | fa163e75-6a44-31ab-30dc-0000000043a5 | 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-10-06 22:37:21.775580 | fa163e75-6a44-31ab-30dc-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.448822 | 5.77s 2025-10-06 22:37:21.795049 | fa163e75-6a44-31ab-30dc-0000000043a7 | TASK | Async creation of Keystone user 2025-10-06 22:37:22.185968 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:22.187786 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.861027 | 0.39s 2025-10-06 22:37:22.543225 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:22.544185 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.217427 | 0.75s 2025-10-06 22:37:22.899650 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:22.900507 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.573750 | 1.10s 2025-10-06 22:37:23.186591 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:23.187945 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.861195 | 1.39s 2025-10-06 22:37:23.481764 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:23.482287 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.155538 | 1.69s 2025-10-06 22:37:23.784532 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:23.786078 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.459320 | 1.99s 2025-10-06 22:37:23.796288 | fa163e75-6a44-31ab-30dc-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-06 22:37:23.797211 | fa163e75-6a44-31ab-30dc-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.470454 | 2.00s 2025-10-06 22:37:23.816125 | fa163e75-6a44-31ab-30dc-0000000043a9 | TASK | Check Keystone user status 2025-10-06 22:37:24.109271 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:24.110184 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:00.783427 | 0.29s 2025-10-06 22:37:24.418151 | fa163e75-6a44-31ab-30dc-0000000043a9 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-06 22:37:29.640268 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:29.641368 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.314609 | 5.82s 2025-10-06 22:37:29.914847 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:29.916491 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.589730 | 6.10s 2025-10-06 22:37:30.192316 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:30.193346 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.866588 | 6.37s 2025-10-06 22:37:30.474064 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:30.475215 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.148465 | 6.66s 2025-10-06 22:37:30.715480 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:30.716457 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.389699 | 6.90s 2025-10-06 22:37:30.722791 | fa163e75-6a44-31ab-30dc-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-06 22:37:30.723756 | fa163e75-6a44-31ab-30dc-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.396993 | 6.91s 2025-10-06 22:37:30.744875 | fa163e75-6a44-31ab-30dc-0000000039af | TASK | Assign Keystone Users to Roles 2025-10-06 22:37:30.833227 | fa163e75-6a44-31ab-30dc-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.506446 | 0.09s 2025-10-06 22:37:30.864950 | fa163e75-6a44-31ab-30dc-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.538194 | 0.12s 2025-10-06 22:37:30.885146 | fa163e75-6a44-31ab-30dc-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.558391 | 0.14s 2025-10-06 22:37:30.892942 | fa163e75-6a44-31ab-30dc-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.566178 | 0.15s 2025-10-06 22:37:30.909725 | d96e999a-61fe-44d9-9290-476fecd7362c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 22:37:30.916618 | 71e5d010-7e24-412c-853d-8b0c161a9051 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 22:37:30.922607 | a719237b-ce31-4519-bf1e-929853cb6dcd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-06 22:37:30.995586 | fa163e75-6a44-31ab-30dc-00000000459c | TASK | Async assignment of Keystone user per role 2025-10-06 22:37:31.087830 | fa163e75-6a44-31ab-30dc-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.761047 | 0.09s 2025-10-06 22:37:31.114083 | fa163e75-6a44-31ab-30dc-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.787325 | 0.12s 2025-10-06 22:37:31.126216 | fa163e75-6a44-31ab-30dc-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.799456 | 0.13s 2025-10-06 22:37:31.134773 | ecb8d8ce-543c-47dd-9bd7-5ba8e4e68dcd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 22:37:31.139529 | 83e6a869-9950-4d5e-949b-2d9931cb12b2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 22:37:31.156778 | fa163e75-6a44-31ab-30dc-000000004765 | TASK | Async assignment of Keystone user to roles 2025-10-06 22:37:31.576317 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-06 22:37:31.577396 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.250636 | 0.42s 2025-10-06 22:37:31.850037 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-06 22:37:31.851073 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.524316 | 0.69s 2025-10-06 22:37:32.158145 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-06 22:37:32.160172 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.833414 | 1.00s 2025-10-06 22:37:32.518120 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-06 22:37:32.518747 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.191996 | 1.36s 2025-10-06 22:37:32.862941 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-06 22:37:32.864790 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.538031 | 1.71s 2025-10-06 22:37:33.153140 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-06 22:37:33.154256 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.827497 | 2.00s 2025-10-06 22:37:33.513740 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-06 22:37:33.514839 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.188081 | 2.36s 2025-10-06 22:37:33.860713 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-06 22:37:33.862059 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.535308 | 2.70s 2025-10-06 22:37:34.141794 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-06 22:37:34.144446 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.817688 | 2.99s 2025-10-06 22:37:34.467654 | fa163e75-6a44-31ab-30dc-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-06 22:37:34.473853 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.147092 | 3.32s 2025-10-06 22:37:34.481761 | fa163e75-6a44-31ab-30dc-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.154998 | 3.32s 2025-10-06 22:37:34.502521 | fa163e75-6a44-31ab-30dc-000000004767 | TASK | Check Keystone user assignment to roles status 2025-10-06 22:37:34.761530 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-06 22:37:34.763104 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:11.436349 | 0.26s 2025-10-06 22:37:35.007122 | fa163e75-6a44-31ab-30dc-000000004767 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 22:37:40.230274 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-06 22:37:40.232721 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.905961 | 5.73s 2025-10-06 22:37:40.492984 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-06 22:37:40.493913 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.167156 | 5.99s 2025-10-06 22:37:40.719598 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-06 22:37:40.720898 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.394141 | 6.22s 2025-10-06 22:37:40.981207 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-06 22:37:40.982170 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.655413 | 6.48s 2025-10-06 22:37:41.249728 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-06 22:37:41.250807 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.924048 | 6.75s 2025-10-06 22:37:41.517838 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-06 22:37:41.519599 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.192841 | 7.02s 2025-10-06 22:37:41.785409 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-06 22:37:41.786941 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.460183 | 7.28s 2025-10-06 22:37:41.998132 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-06 22:37:41.999542 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.672785 | 7.50s 2025-10-06 22:37:42.259756 | fa163e75-6a44-31ab-30dc-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-06 22:37:42.261484 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.934727 | 7.76s 2025-10-06 22:37:42.274283 | fa163e75-6a44-31ab-30dc-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.947520 | 7.77s 2025-10-06 22:37:42.297624 | fa163e75-6a44-31ab-30dc-00000000476c | TASK | Async assignment of Keystone user to roles 2025-10-06 22:37:42.655859 | fa163e75-6a44-31ab-30dc-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-06 22:37:42.657834 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.331067 | 0.36s 2025-10-06 22:37:42.934119 | fa163e75-6a44-31ab-30dc-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-06 22:37:42.935159 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.608401 | 0.64s 2025-10-06 22:37:43.245735 | fa163e75-6a44-31ab-30dc-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-06 22:37:43.246769 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.920010 | 0.95s 2025-10-06 22:37:43.575291 | fa163e75-6a44-31ab-30dc-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-06 22:37:43.576046 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.249296 | 1.28s 2025-10-06 22:37:43.851832 | fa163e75-6a44-31ab-30dc-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-06 22:37:43.852421 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.525672 | 1.55s 2025-10-06 22:37:44.132816 | fa163e75-6a44-31ab-30dc-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-06 22:37:44.133918 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.807167 | 1.83s 2025-10-06 22:37:44.144746 | fa163e75-6a44-31ab-30dc-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.817987 | 1.85s 2025-10-06 22:37:44.161263 | fa163e75-6a44-31ab-30dc-00000000476e | TASK | Check Keystone user assignment to roles status 2025-10-06 22:37:44.450017 | fa163e75-6a44-31ab-30dc-00000000476e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 22:37:49.669770 | fa163e75-6a44-31ab-30dc-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-06 22:37:49.671869 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.345101 | 5.51s 2025-10-06 22:37:49.922255 | fa163e75-6a44-31ab-30dc-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-06 22:37:49.923352 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.596595 | 5.76s 2025-10-06 22:37:50.175999 | fa163e75-6a44-31ab-30dc-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-06 22:37:50.177862 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.851104 | 6.01s 2025-10-06 22:37:50.441962 | fa163e75-6a44-31ab-30dc-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-06 22:37:50.443118 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.116361 | 6.28s 2025-10-06 22:37:50.707600 | fa163e75-6a44-31ab-30dc-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-06 22:37:50.708912 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.382152 | 6.55s 2025-10-06 22:37:50.934640 | fa163e75-6a44-31ab-30dc-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-06 22:37:50.935363 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.608612 | 6.77s 2025-10-06 22:37:50.941701 | fa163e75-6a44-31ab-30dc-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.614943 | 6.78s 2025-10-06 22:37:50.959147 | fa163e75-6a44-31ab-30dc-0000000045a1 | TASK | Async assignment of Keystone user per role 2025-10-06 22:37:51.050887 | fa163e75-6a44-31ab-30dc-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:27.724117 | 0.09s 2025-10-06 22:37:51.062494 | fa163e75-6a44-31ab-30dc-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:27.735734 | 0.10s 2025-10-06 22:37:51.071560 | ce0a6fc2-426d-4cc7-b60f-8e8b52587457 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 22:37:51.090985 | fa163e75-6a44-31ab-30dc-0000000047d2 | TASK | Async assignment of Keystone user to roles 2025-10-06 22:37:51.470144 | fa163e75-6a44-31ab-30dc-0000000047d2 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-06 22:37:51.471974 | fa163e75-6a44-31ab-30dc-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.145215 | 0.38s 2025-10-06 22:37:51.481902 | fa163e75-6a44-31ab-30dc-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.155143 | 0.39s 2025-10-06 22:37:51.500049 | fa163e75-6a44-31ab-30dc-0000000047d4 | TASK | Check Keystone user assignment to roles status 2025-10-06 22:37:51.782529 | fa163e75-6a44-31ab-30dc-0000000047d4 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 22:37:56.996045 | fa163e75-6a44-31ab-30dc-0000000047d4 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-06 22:37:56.997439 | fa163e75-6a44-31ab-30dc-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:33.670674 | 5.50s 2025-10-06 22:37:57.003843 | fa163e75-6a44-31ab-30dc-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:33.677086 | 5.50s 2025-10-06 22:37:57.021005 | fa163e75-6a44-31ab-30dc-0000000045a6 | TASK | Async assignment of Keystone user per role 2025-10-06 22:37:57.091657 | fa163e75-6a44-31ab-30dc-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:33.764887 | 0.07s 2025-10-06 22:37:57.103790 | fa163e75-6a44-31ab-30dc-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:33.777034 | 0.08s 2025-10-06 22:37:57.113406 | a697337a-1cb2-4539-b534-412c30ac87c1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-06 22:37:57.132846 | fa163e75-6a44-31ab-30dc-0000000047f6 | TASK | Async assignment of Keystone user to roles 2025-10-06 22:37:57.470747 | fa163e75-6a44-31ab-30dc-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-06 22:37:57.473079 | fa163e75-6a44-31ab-30dc-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:34.146310 | 0.34s 2025-10-06 22:37:57.832197 | fa163e75-6a44-31ab-30dc-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-06 22:37:57.833212 | fa163e75-6a44-31ab-30dc-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:34.506453 | 0.70s 2025-10-06 22:37:58.114149 | fa163e75-6a44-31ab-30dc-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-06 22:37:58.121556 | fa163e75-6a44-31ab-30dc-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:34.794788 | 0.99s 2025-10-06 22:37:58.127340 | fa163e75-6a44-31ab-30dc-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:34.800584 | 0.99s 2025-10-06 22:37:58.141841 | fa163e75-6a44-31ab-30dc-0000000047f8 | TASK | Check Keystone user assignment to roles status 2025-10-06 22:37:58.399947 | fa163e75-6a44-31ab-30dc-0000000047f8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-06 22:38:03.612538 | fa163e75-6a44-31ab-30dc-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-06 22:38:03.615075 | fa163e75-6a44-31ab-30dc-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.288311 | 5.47s 2025-10-06 22:38:03.864957 | fa163e75-6a44-31ab-30dc-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-06 22:38:03.867171 | fa163e75-6a44-31ab-30dc-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.540413 | 5.72s 2025-10-06 22:38:04.083158 | fa163e75-6a44-31ab-30dc-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-06 22:38:04.084315 | fa163e75-6a44-31ab-30dc-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.757558 | 5.94s 2025-10-06 22:38:04.097501 | fa163e75-6a44-31ab-30dc-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.770744 | 5.95s 2025-10-06 22:38:04.133418 | fa163e75-6a44-31ab-30dc-000000003975 | TASK | is Keystone LDAP enabled 2025-10-06 22:38:04.195100 | fa163e75-6a44-31ab-30dc-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-10-06 22:38:04.196287 | fa163e75-6a44-31ab-30dc-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:24:40.869526 | 0.06s 2025-10-06 22:38:04.213845 | fa163e75-6a44-31ab-30dc-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-06 22:38:04.265635 | fa163e75-6a44-31ab-30dc-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-06 22:38:04.266788 | fa163e75-6a44-31ab-30dc-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:40.940028 | 0.05s 2025-10-06 22:38:04.285064 | fa163e75-6a44-31ab-30dc-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-10-06 22:38:04.341123 | fa163e75-6a44-31ab-30dc-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-06 22:38:04.342357 | fa163e75-6a44-31ab-30dc-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:41.015596 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-06 22:38:04.478636 | fa163e75-6a44-31ab-30dc-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-06 22:38:04.505625 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000e2') missing from stats 2025-10-06 22:38:04.528370 | fa163e75-6a44-31ab-30dc-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-06 22:38:05.034870 | fa163e75-6a44-31ab-30dc-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-06 22:38:05.036273 | fa163e75-6a44-31ab-30dc-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:41.709510 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:38:05.105176 | fa163e75-6a44-31ab-30dc-0000000000e4 | TIMING | include_tasks | standalone | 0:24:41.778414 | 0.04s 2025-10-06 22:38:05.148929 | d5800d2f-4728-454b-825e-998170fa7f1f | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-06 22:38:05.174431 | fa163e75-6a44-31ab-30dc-00000000483a | TASK | Create virtqemud recovery script 2025-10-06 22:38:05.646760 | fa163e75-6a44-31ab-30dc-00000000483a | CHANGED | Create virtqemud recovery script | standalone 2025-10-06 22:38:05.648115 | fa163e75-6a44-31ab-30dc-00000000483a | TIMING | Create virtqemud recovery script | standalone | 0:24:42.321353 | 0.47s 2025-10-06 22:38:05.676117 | fa163e75-6a44-31ab-30dc-00000000483b | TASK | Create virtqemud recovery trigger service 2025-10-06 22:38:06.186162 | fa163e75-6a44-31ab-30dc-00000000483b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-06 22:38:06.187532 | fa163e75-6a44-31ab-30dc-00000000483b | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:42.860770 | 0.51s 2025-10-06 22:38:06.215261 | fa163e75-6a44-31ab-30dc-00000000483c | TASK | Create virtqemud recovery trigger timer 2025-10-06 22:38:06.741942 | fa163e75-6a44-31ab-30dc-00000000483c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-06 22:38:06.743435 | fa163e75-6a44-31ab-30dc-00000000483c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:43.416674 | 0.53s 2025-10-06 22:38:06.772593 | fa163e75-6a44-31ab-30dc-00000000483d | TASK | Enable virtqemud recovery trigger service 2025-10-06 22:38:07.884132 | fa163e75-6a44-31ab-30dc-00000000483d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-06 22:38:07.887252 | fa163e75-6a44-31ab-30dc-00000000483d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:44.560489 | 1.11s 2025-10-06 22:38:07.917742 | fa163e75-6a44-31ab-30dc-00000000483e | TASK | Enable virtqemud recovery trigger timer 2025-10-06 22:38:08.935215 | fa163e75-6a44-31ab-30dc-00000000483e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-06 22:38:08.937985 | fa163e75-6a44-31ab-30dc-00000000483e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:45.611222 | 1.02s 2025-10-06 22:38:08.967931 | fa163e75-6a44-31ab-30dc-00000000483f | TASK | Really enable virtqemud recovery trigger timer 2025-10-06 22:38:09.522513 | fa163e75-6a44-31ab-30dc-00000000483f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-06 22:38:09.524160 | fa163e75-6a44-31ab-30dc-00000000483f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:46.197409 | 0.55s 2025-10-06 22:38:09.543651 | fa163e75-6a44-31ab-30dc-000000004841 | TASK | Create systemd file 2025-10-06 22:38:09.940938 | fa163e75-6a44-31ab-30dc-000000004841 | CHANGED | Create systemd file | standalone 2025-10-06 22:38:09.943491 | fa163e75-6a44-31ab-30dc-000000004841 | TIMING | Create systemd file | standalone | 0:24:46.616728 | 0.40s 2025-10-06 22:38:09.972237 | fa163e75-6a44-31ab-30dc-000000004842 | TASK | Reload systemd 2025-10-06 22:38:10.681327 | fa163e75-6a44-31ab-30dc-000000004842 | CHANGED | Reload systemd | standalone 2025-10-06 22:38:10.682831 | fa163e75-6a44-31ab-30dc-000000004842 | TIMING | Reload systemd | standalone | 0:24:47.356070 | 0.71s 2025-10-06 22:38:10.711384 | fa163e75-6a44-31ab-30dc-000000004845 | TASK | Start OVN container 2025-10-06 22:38:10.777013 | fa163e75-6a44-31ab-30dc-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-06 22:38:10.795290 | fa163e75-6a44-31ab-30dc-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-06 22:38:10.810182 | fa163e75-6a44-31ab-30dc-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-06 22:38:10.821936 | fa163e75-6a44-31ab-30dc-000000004845 | TIMING | Start OVN container | standalone | 0:24:47.495169 | 0.11s 2025-10-06 22:38:10.850381 | fa163e75-6a44-31ab-30dc-000000004847 | TASK | Set NB connection 2025-10-06 22:38:10.890353 | fa163e75-6a44-31ab-30dc-000000004847 | SKIPPED | Set NB connection | standalone 2025-10-06 22:38:10.891489 | fa163e75-6a44-31ab-30dc-000000004847 | TIMING | Set NB connection | standalone | 0:24:47.564729 | 0.04s 2025-10-06 22:38:10.919368 | fa163e75-6a44-31ab-30dc-000000004848 | TASK | Set SB connection 2025-10-06 22:38:10.970580 | fa163e75-6a44-31ab-30dc-000000004848 | SKIPPED | Set SB connection | standalone 2025-10-06 22:38:10.971847 | fa163e75-6a44-31ab-30dc-000000004848 | TIMING | Set SB connection | standalone | 0:24:47.645086 | 0.05s 2025-10-06 22:38:11.000218 | fa163e75-6a44-31ab-30dc-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-06 22:38:11.235625 | fa163e75-6a44-31ab-30dc-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-06 22:38:11.237095 | fa163e75-6a44-31ab-30dc-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:47.910332 | 0.24s 2025-10-06 22:38:11.330901 | fa163e75-6a44-31ab-30dc-0000000000e7 | TIMING | include_tasks | standalone | 0:24:48.004143 | 0.07s 2025-10-06 22:38:11.350190 | 14a2300c-329f-4213-b6d8-c8ad33d99700 | INCLUDED | /root/standalone-ansible-7is934cs/common_deploy_steps_tasks.yaml | standalone 2025-10-06 22:38:11.372961 | fa163e75-6a44-31ab-30dc-000000004877 | TASK | Write the config_step hieradata 2025-10-06 22:38:11.919647 | fa163e75-6a44-31ab-30dc-000000004877 | OK | Write the config_step hieradata | standalone 2025-10-06 22:38:11.920602 | fa163e75-6a44-31ab-30dc-000000004877 | TIMING | Write the config_step hieradata | standalone | 0:24:48.593848 | 0.55s 2025-10-06 22:38:11.945802 | fa163e75-6a44-31ab-30dc-000000004878 | TASK | Run puppet host configuration for step 4 2025-10-06 22:38:12.254605 | fa163e75-6a44-31ab-30dc-000000004878 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-06 22:38:12.256098 | fa163e75-6a44-31ab-30dc-000000004878 | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:48.929334 | 0.31s 2025-10-06 22:38:12.285945 | fa163e75-6a44-31ab-30dc-000000004879 | TASK | Wait for puppet host configuration to finish 2025-10-06 22:38:12.525628 | fa163e75-6a44-31ab-30dc-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 22:38:22.746179 | fa163e75-6a44-31ab-30dc-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 22:38:32.971469 | fa163e75-6a44-31ab-30dc-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-06 22:38:43.201105 | fa163e75-6a44-31ab-30dc-000000004879 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 22:38:43.202570 | fa163e75-6a44-31ab-30dc-000000004879 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:19.875803 | 30.91s 2025-10-06 22:38:43.234989 | fa163e75-6a44-31ab-30dc-00000000487a | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-06 22:38:43.318968 | fa163e75-6a44-31ab-30dc-00000000487a | 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>Oct 6 22:38:12 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 22:38:18 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 22:38:18 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 22:38:18 puppet-user: (file & line not available)", "<13>Oct 6 22:38:18 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>Oct 6 22:38:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 22:38:19 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>Oct 6 22:38:19 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 6 22:38:19 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 6 22:38:19 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>Oct 6 22:38:19 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>Oct 6 22:38:19 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>Oct 6 22:38:19 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>Oct 6 22:38:19 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>Oct 6 22:38:19 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 22:38:19 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.53 seconds", "<13>Oct 6 22:38:23 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 22:38:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 22:38:31 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 6 22:38:31 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}6254346caba27110d4fd300052762273baf7b17c09d7fd42ea545ca97dd73763'", "<13>Oct 6 22:38:31 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 6 22:38:31 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 6 22:38:31 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 6 22:38:31 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 6 22:38:32 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 22:38:37 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>Oct 6 22:38:38 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 6 22:38:38 puppet-user: Notice: Applied catalog in 19.71 seconds", "<13>Oct 6 22:38:38 puppet-user: Application:", "<13>Oct 6 22:38:38 puppet-user: Initial environment: production", "<13>Oct 6 22:38:38 puppet-user: Converged environment: production", "<13>Oct 6 22:38:38 puppet-user: Run mode: user", "<13>Oct 6 22:38:38 puppet-user: Changes:", "<13>Oct 6 22:38:38 puppet-user: Total: 10", "<13>Oct 6 22:38:38 puppet-user: Events:", "<13>Oct 6 22:38:38 puppet-user: Success: 10", "<13>Oct 6 22:38:38 puppet-user: Resources:", "<13>Oct 6 22:38:38 puppet-user: Restarted: 1", "<13>Oct 6 22:38:38 puppet-user: Changed: 10", "<13>Oct 6 22:38:38 puppet-user: Out of sync: 10", "<13>Oct 6 22:38:38 puppet-user: Total: 37", "<13>Oct 6 22:38:38 puppet-user: Time:", "<13>Oct 6 22:38:38 puppet-user: Filebucket: 0.00", "<13>Oct 6 22:38:38 puppet-user: Schedule: 0.00", "<13>Oct 6 22:38:38 puppet-user: File line: 0.00", "<13>Oct 6 22:38:38 puppet-user: Augeas: 0.01", "<13>Oct 6 22:38:38 puppet-user: User: 0.01", "<13>Oct 6 22:38:38 puppet-user: File: 0.05", "<13>Oct 6 22:38:38 puppet-user: Config retrieval: 0.60", "<13>Oct 6 22:38:38 puppet-user: Service: 1.45", "<13>Oct 6 22:38:38 puppet-user: Pcmk property: 1.45", "<13>Oct 6 22:38:38 puppet-user: Last run: 1759790318", "<13>Oct 6 22:38:38 puppet-user: Transaction evaluation: 19.69", "<13>Oct 6 22:38:38 puppet-user: Catalog application: 19.71", "<13>Oct 6 22:38:38 puppet-user: Pcmk resource op default: 2.02", "<13>Oct 6 22:38:38 puppet-user: Pcmk resource default: 2.04", "<13>Oct 6 22:38:38 puppet-user: Package: 5.46", "<13>Oct 6 22:38:38 puppet-user: Exec: 7.00", "<13>Oct 6 22:38:38 puppet-user: Total: 19.71", "<13>Oct 6 22:38:38 puppet-user: Version:", "<13>Oct 6 22:38:38 puppet-user: Config: 1759790298", "<13>Oct 6 22:38:38 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 22:38:43.320444 | fa163e75-6a44-31ab-30dc-00000000487a | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:19.993684 | 0.08s 2025-10-06 22:38:43.351274 | fa163e75-6a44-31ab-30dc-00000000487b | TASK | Pre-cache facts for puppet containers 2025-10-06 22:38:43.374025 | fa163e75-6a44-31ab-30dc-00000000487b | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:20.047255 | 0.02s 2025-10-06 22:38:43.441131 | fa163e75-6a44-31ab-30dc-0000000048bc | TASK | Gather variables for each operating system 2025-10-06 22:38:43.564362 | fa163e75-6a44-31ab-30dc-0000000048bc | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:20.237589 | 0.12s 2025-10-06 22:38:43.593514 | fa163e75-6a44-31ab-30dc-0000000048bd | TASK | Create puppet caching structures 2025-10-06 22:38:43.868450 | fa163e75-6a44-31ab-30dc-0000000048bd | CHANGED | Create puppet caching structures | standalone 2025-10-06 22:38:43.869853 | fa163e75-6a44-31ab-30dc-0000000048bd | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:20.543093 | 0.27s 2025-10-06 22:38:43.898465 | fa163e75-6a44-31ab-30dc-0000000048be | TASK | Check for facter.conf 2025-10-06 22:38:44.142287 | fa163e75-6a44-31ab-30dc-0000000048be | OK | Check for facter.conf | standalone 2025-10-06 22:38:44.143660 | fa163e75-6a44-31ab-30dc-0000000048be | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:20.816900 | 0.24s 2025-10-06 22:38:44.175046 | fa163e75-6a44-31ab-30dc-0000000048bf | TASK | Remove facter.conf if directory 2025-10-06 22:38:44.204573 | fa163e75-6a44-31ab-30dc-0000000048bf | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 22:38:44.205760 | fa163e75-6a44-31ab-30dc-0000000048bf | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:20.878999 | 0.03s 2025-10-06 22:38:44.234596 | fa163e75-6a44-31ab-30dc-0000000048c0 | TASK | Write facter cache config 2025-10-06 22:38:44.725856 | fa163e75-6a44-31ab-30dc-0000000048c0 | CHANGED | Write facter cache config | standalone 2025-10-06 22:38:44.727289 | fa163e75-6a44-31ab-30dc-0000000048c0 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:21.400528 | 0.49s 2025-10-06 22:38:44.755751 | fa163e75-6a44-31ab-30dc-0000000048c1 | TASK | Cleanup facter cache if exists 2025-10-06 22:38:44.979440 | fa163e75-6a44-31ab-30dc-0000000048c1 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 22:38:44.980881 | fa163e75-6a44-31ab-30dc-0000000048c1 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:21.654119 | 0.22s 2025-10-06 22:38:45.009483 | fa163e75-6a44-31ab-30dc-0000000048c2 | TASK | Pre-cache facts 2025-10-06 22:38:45.629108 | fa163e75-6a44-31ab-30dc-0000000048c2 | CHANGED | Pre-cache facts | standalone 2025-10-06 22:38:45.630749 | fa163e75-6a44-31ab-30dc-0000000048c2 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:22.303983 | 0.62s 2025-10-06 22:38:45.665243 | fa163e75-6a44-31ab-30dc-0000000048c3 | TASK | Failed deployment if facter fails 2025-10-06 22:38:45.700049 | fa163e75-6a44-31ab-30dc-0000000048c3 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 22:38:45.701491 | fa163e75-6a44-31ab-30dc-0000000048c3 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:22.374729 | 0.03s 2025-10-06 22:38:45.750467 | fa163e75-6a44-31ab-30dc-0000000048c4 | TASK | Sync cached facts 2025-10-06 22:38:46.063407 | fa163e75-6a44-31ab-30dc-0000000048c4 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-0000000048c4') missing from stats 2025-10-06 22:38:46.119994 | fa163e75-6a44-31ab-30dc-00000000487c | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 22:38:46.170921 | fa163e75-6a44-31ab-30dc-00000000487c | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 22:38:46.171864 | fa163e75-6a44-31ab-30dc-00000000487c | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:22.845108 | 0.05s 2025-10-06 22:38:46.195099 | fa163e75-6a44-31ab-30dc-00000000487e | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-06 22:38:46.223811 | fa163e75-6a44-31ab-30dc-00000000487e | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:22.897042 | 0.03s 2025-10-06 22:38:46.286572 | fa163e75-6a44-31ab-30dc-00000000491b | TASK | Gather variables for each operating system 2025-10-06 22:38:46.388630 | fa163e75-6a44-31ab-30dc-00000000491b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:23.061872 | 0.10s 2025-10-06 22:38:46.409743 | fa163e75-6a44-31ab-30dc-00000000491c | TASK | Create container logs path 2025-10-06 22:38:46.747806 | fa163e75-6a44-31ab-30dc-00000000491c | OK | Create container logs path | standalone 2025-10-06 22:38:46.749165 | fa163e75-6a44-31ab-30dc-00000000491c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:23.422407 | 0.34s 2025-10-06 22:38:46.780091 | fa163e75-6a44-31ab-30dc-00000000491e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 22:38:47.079381 | fa163e75-6a44-31ab-30dc-00000000491e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 22:38:47.080725 | fa163e75-6a44-31ab-30dc-00000000491e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:23.753925 | 0.30s 2025-10-06 22:38:47.114814 | fa163e75-6a44-31ab-30dc-00000000491f | TASK | Finalise hashes for all containers 2025-10-06 22:38:47.207914 | fa163e75-6a44-31ab-30dc-00000000491f | OK | Finalise hashes for all containers | standalone 2025-10-06 22:38:47.209200 | fa163e75-6a44-31ab-30dc-00000000491f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:23.882438 | 0.09s 2025-10-06 22:38:47.238621 | fa163e75-6a44-31ab-30dc-000000004921 | TASK | Manage systemd shutdown files 2025-10-06 22:38:47.272799 | fa163e75-6a44-31ab-30dc-000000004921 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:23.946028 | 0.03s 2025-10-06 22:38:47.309840 | 963ca48d-39af-4e69-85ce-139c165e4543 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 22:38:47.337061 | fa163e75-6a44-31ab-30dc-000000004954 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 22:38:47.577629 | fa163e75-6a44-31ab-30dc-000000004954 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 22:38:47.579038 | fa163e75-6a44-31ab-30dc-000000004954 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:24.252276 | 0.24s 2025-10-06 22:38:47.607902 | fa163e75-6a44-31ab-30dc-000000004955 | TASK | Set podman_drop_in fact 2025-10-06 22:38:47.639054 | fa163e75-6a44-31ab-30dc-000000004955 | OK | Set podman_drop_in fact | standalone 2025-10-06 22:38:47.640410 | fa163e75-6a44-31ab-30dc-000000004955 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:24.313650 | 0.03s 2025-10-06 22:38:47.669905 | fa163e75-6a44-31ab-30dc-000000004957 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 22:38:48.199828 | fa163e75-6a44-31ab-30dc-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 22:38:48.201539 | fa163e75-6a44-31ab-30dc-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:24.874772 | 0.53s 2025-10-06 22:38:48.653810 | fa163e75-6a44-31ab-30dc-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 22:38:48.655871 | fa163e75-6a44-31ab-30dc-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:25.329112 | 0.98s 2025-10-06 22:38:48.666538 | fa163e75-6a44-31ab-30dc-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:25.339775 | 1.00s 2025-10-06 22:38:48.696635 | fa163e75-6a44-31ab-30dc-000000004958 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 22:38:49.208989 | fa163e75-6a44-31ab-30dc-000000004958 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 22:38:49.210415 | fa163e75-6a44-31ab-30dc-000000004958 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:25.883653 | 0.51s 2025-10-06 22:38:49.238935 | fa163e75-6a44-31ab-30dc-000000004959 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 22:38:49.745715 | fa163e75-6a44-31ab-30dc-000000004959 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 22:38:49.746659 | fa163e75-6a44-31ab-30dc-000000004959 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:26.419906 | 0.51s 2025-10-06 22:38:49.766260 | fa163e75-6a44-31ab-30dc-00000000495a | TASK | Enable and start tripleo-container-shutdown 2025-10-06 22:38:50.467048 | fa163e75-6a44-31ab-30dc-00000000495a | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 22:38:50.468978 | fa163e75-6a44-31ab-30dc-00000000495a | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:27.142217 | 0.70s 2025-10-06 22:38:50.499438 | fa163e75-6a44-31ab-30dc-00000000495b | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 22:38:51.020957 | fa163e75-6a44-31ab-30dc-00000000495b | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 22:38:51.022294 | fa163e75-6a44-31ab-30dc-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:27.695533 | 0.52s 2025-10-06 22:38:51.051052 | fa163e75-6a44-31ab-30dc-00000000495c | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 22:38:51.553714 | fa163e75-6a44-31ab-30dc-00000000495c | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 22:38:51.555268 | fa163e75-6a44-31ab-30dc-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:28.228505 | 0.50s 2025-10-06 22:38:51.586633 | fa163e75-6a44-31ab-30dc-00000000495d | TASK | Enable and start netns-placeholder 2025-10-06 22:38:52.386255 | fa163e75-6a44-31ab-30dc-00000000495d | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 22:38:52.388275 | fa163e75-6a44-31ab-30dc-00000000495d | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:29.061512 | 0.80s 2025-10-06 22:38:52.419372 | fa163e75-6a44-31ab-30dc-000000004923 | TASK | Update container configs with new config hashes 2025-10-06 22:38:52.479306 | fa163e75-6a44-31ab-30dc-000000004923 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:29.152537 | 0.06s 2025-10-06 22:38:52.499260 | 48edf68d-e804-4360-ad6b-f1766cb80c21 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 22:38:52.532286 | fa163e75-6a44-31ab-30dc-000000004985 | TASK | Update config hashes for container startup configs 2025-10-06 22:38:52.830139 | fa163e75-6a44-31ab-30dc-000000004985 | OK | Update config hashes for container startup configs | standalone 2025-10-06 22:38:52.831713 | fa163e75-6a44-31ab-30dc-000000004985 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:29.504921 | 0.30s 2025-10-06 22:38:52.866427 | fa163e75-6a44-31ab-30dc-000000004924 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 22:38:52.928058 | fa163e75-6a44-31ab-30dc-000000004924 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:29.601290 | 0.06s 2025-10-06 22:38:52.951443 | b6ca5bb0-2852-4c04-a323-f4d700430555 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:38:52.987412 | fa163e75-6a44-31ab-30dc-0000000049a4 | TASK | Gather podman infos 2025-10-06 22:38:54.563048 | fa163e75-6a44-31ab-30dc-0000000049a4 | OK | Gather podman infos | standalone 2025-10-06 22:38:54.564232 | fa163e75-6a44-31ab-30dc-0000000049a4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:31.237473 | 1.58s 2025-10-06 22:38:54.677317 | fa163e75-6a44-31ab-30dc-0000000049a5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 22:38:54.753812 | fa163e75-6a44-31ab-30dc-0000000049a5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:31.427052 | 0.07s 2025-10-06 22:38:54.867748 | fa163e75-6a44-31ab-30dc-0000000049ee | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:31.540986 | 0.08s 2025-10-06 22:38:54.906653 | fa163e75-6a44-31ab-30dc-000000004925 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 22:38:54.964976 | fa163e75-6a44-31ab-30dc-000000004925 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:31.638218 | 0.06s 2025-10-06 22:38:54.976224 | 1021efdb-28fd-4e01-bde2-0b8a66074614 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:38:55.001067 | fa163e75-6a44-31ab-30dc-000000004a14 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 22:39:15.373529 | fa163e75-6a44-31ab-30dc-000000004a14 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 22:39:15.374766 | fa163e75-6a44-31ab-30dc-000000004a14 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:52.048009 | 20.37s 2025-10-06 22:39:15.398628 | fa163e75-6a44-31ab-30dc-000000004a15 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-06 22:41:26.117125 | fa163e75-6a44-31ab-30dc-000000004a15 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-06 22:41:26.120089 | fa163e75-6a44-31ab-30dc-000000004a15 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:02.793326 | 130.72s 2025-10-06 22:41:26.187239 | fa163e75-6a44-31ab-30dc-000000004880 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-06 22:41:26.418268 | fa163e75-6a44-31ab-30dc-000000004880 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-06 22:41:26.419702 | fa163e75-6a44-31ab-30dc-000000004880 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:03.092907 | 0.23s 2025-10-06 22:41:26.466497 | fa163e75-6a44-31ab-30dc-000000004881 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-06 22:41:26.521131 | fa163e75-6a44-31ab-30dc-000000004881 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:03.194362 | 0.05s 2025-10-06 22:41:26.551479 | fa163e75-6a44-31ab-30dc-000000004882 | TASK | Include container-puppet tasks for step 4 2025-10-06 22:41:26.608755 | fa163e75-6a44-31ab-30dc-000000004882 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:03.281989 | 0.06s 2025-10-06 22:41:26.633201 | 0339dabb-e27a-4043-902f-0eb5c46599d5 | INCLUDED | /root/standalone-ansible-7is934cs/host-container-puppet-tasks.yaml | standalone 2025-10-06 22:41:26.682367 | fa163e75-6a44-31ab-30dc-000000004a60 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-06 22:41:27.183017 | fa163e75-6a44-31ab-30dc-000000004a60 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-06 22:41:27.184379 | fa163e75-6a44-31ab-30dc-000000004a60 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:03.857612 | 0.50s 2025-10-06 22:41:27.217968 | fa163e75-6a44-31ab-30dc-000000004a62 | TASK | Generate container puppet configs for step 4 2025-10-06 22:41:27.543578 | fa163e75-6a44-31ab-30dc-000000004a62 | OK | Generate container puppet configs for step 4 | standalone 2025-10-06 22:41:27.544563 | fa163e75-6a44-31ab-30dc-000000004a62 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:04.217809 | 0.32s 2025-10-06 22:41:27.567899 | fa163e75-6a44-31ab-30dc-000000004a63 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-06 22:41:27.595429 | fa163e75-6a44-31ab-30dc-000000004a63 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:04.268671 | 0.03s 2025-10-06 22:41:27.650056 | fa163e75-6a44-31ab-30dc-000000004a92 | TASK | Gather variables for each operating system 2025-10-06 22:41:27.773945 | fa163e75-6a44-31ab-30dc-000000004a92 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:04.447182 | 0.12s 2025-10-06 22:41:27.797192 | fa163e75-6a44-31ab-30dc-000000004a93 | TASK | Create container logs path 2025-10-06 22:41:28.046118 | fa163e75-6a44-31ab-30dc-000000004a93 | OK | Create container logs path | standalone 2025-10-06 22:41:28.047095 | fa163e75-6a44-31ab-30dc-000000004a93 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:04.720340 | 0.25s 2025-10-06 22:41:28.071506 | fa163e75-6a44-31ab-30dc-000000004a95 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 22:41:28.338469 | fa163e75-6a44-31ab-30dc-000000004a95 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 22:41:28.339784 | fa163e75-6a44-31ab-30dc-000000004a95 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:05.013024 | 0.27s 2025-10-06 22:41:28.368552 | fa163e75-6a44-31ab-30dc-000000004a96 | TASK | Finalise hashes for all containers 2025-10-06 22:41:28.420482 | fa163e75-6a44-31ab-30dc-000000004a96 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:41:28.421941 | fa163e75-6a44-31ab-30dc-000000004a96 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:05.095176 | 0.05s 2025-10-06 22:41:28.451455 | fa163e75-6a44-31ab-30dc-000000004a98 | TASK | Manage systemd shutdown files 2025-10-06 22:41:28.487742 | fa163e75-6a44-31ab-30dc-000000004a98 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:41:28.489008 | fa163e75-6a44-31ab-30dc-000000004a98 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:05.162247 | 0.03s 2025-10-06 22:41:28.523204 | fa163e75-6a44-31ab-30dc-000000004a9a | TASK | Update container configs with new config hashes 2025-10-06 22:41:28.575784 | fa163e75-6a44-31ab-30dc-000000004a9a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:41:28.577023 | fa163e75-6a44-31ab-30dc-000000004a9a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:05.250260 | 0.05s 2025-10-06 22:41:28.611913 | fa163e75-6a44-31ab-30dc-000000004a9b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 22:41:28.664139 | fa163e75-6a44-31ab-30dc-000000004a9b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 22:41:28.665377 | fa163e75-6a44-31ab-30dc-000000004a9b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:05.338615 | 0.05s 2025-10-06 22:41:28.698142 | fa163e75-6a44-31ab-30dc-000000004a9c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-06 22:41:28.751450 | fa163e75-6a44-31ab-30dc-000000004a9c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-06 22:41:28.752697 | fa163e75-6a44-31ab-30dc-000000004a9c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:05.425906 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-06 22:41:28.910546 | fa163e75-6a44-31ab-30dc-0000000000ea | TASK | External deployment step 5 2025-10-06 22:41:28.939121 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000ea') missing from stats 2025-10-06 22:41:29.004171 | fa163e75-6a44-31ab-30dc-0000000000eb | TIMING | include_tasks | undercloud | 0:28:05.677400 | 0.05s 2025-10-06 22:41:29.015646 | 11de356d-ca4b-4453-a4b8-a443f56b6546 | INCLUDED | /root/standalone-ansible-7is934cs/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-06 22:41:29.033160 | fa163e75-6a44-31ab-30dc-000000004aeb | TASK | Manage Cinder's default volume type 2025-10-06 22:41:42.345287 | fa163e75-6a44-31ab-30dc-000000004aeb | OK | Manage Cinder's default volume type | undercloud 2025-10-06 22:41:42.346392 | fa163e75-6a44-31ab-30dc-000000004aeb | TIMING | Manage Cinder's default volume type | undercloud | 0:28:19.019633 | 13.31s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-06 22:41:42.443773 | fa163e75-6a44-31ab-30dc-0000000000ee | TASK | Deploy step tasks for 5 2025-10-06 22:41:42.480563 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000ee') missing from stats 2025-10-06 22:41:42.499737 | fa163e75-6a44-31ab-30dc-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-06 22:41:43.049346 | fa163e75-6a44-31ab-30dc-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-06 22:41:43.050919 | fa163e75-6a44-31ab-30dc-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:19.724155 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 22:41:43.113595 | fa163e75-6a44-31ab-30dc-0000000000f0 | TIMING | include_tasks | standalone | 0:28:19.786825 | 0.03s 2025-10-06 22:41:43.203769 | 8ca9017b-cd89-4c32-af97-ed74f4e23e30 | INCLUDED | /root/standalone-ansible-7is934cs/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-06 22:41:43.236415 | fa163e75-6a44-31ab-30dc-000000004b0e | TASK | Gather variables for each operating system 2025-10-06 22:41:43.353711 | fa163e75-6a44-31ab-30dc-000000004b0e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:20.026906 | 0.12s 2025-10-06 22:41:43.384681 | fa163e75-6a44-31ab-30dc-000000004b0f | TASK | Detect if resource is being created or already exists 2025-10-06 22:41:44.144264 | fa163e75-6a44-31ab-30dc-000000004b0f | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:41:44.145860 | fa163e75-6a44-31ab-30dc-000000004b0f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:20.819097 | 0.76s 2025-10-06 22:41:44.177201 | fa163e75-6a44-31ab-30dc-000000004b10 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-06 22:42:09.561409 | fa163e75-6a44-31ab-30dc-000000004b10 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-06 22:42:09.563015 | fa163e75-6a44-31ab-30dc-000000004b10 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:46.236260 | 25.38s 2025-10-06 22:42:09.587274 | fa163e75-6a44-31ab-30dc-000000004b11 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-06 22:42:09.883415 | fa163e75-6a44-31ab-30dc-000000004b11 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-06 22:42:09.884400 | fa163e75-6a44-31ab-30dc-000000004b11 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:46.557649 | 0.30s 2025-10-06 22:42:09.903924 | fa163e75-6a44-31ab-30dc-000000004b12 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:42:10.342382 | fa163e75-6a44-31ab-30dc-000000004b12 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:42:10.344820 | fa163e75-6a44-31ab-30dc-000000004b12 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:47.018050 | 0.44s 2025-10-06 22:42:10.366731 | fa163e75-6a44-31ab-30dc-000000004b13 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-06 22:42:10.562409 | fa163e75-6a44-31ab-30dc-000000004b13 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-06 22:42:10.563448 | fa163e75-6a44-31ab-30dc-000000004b13 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:47.236693 | 0.20s 2025-10-06 22:42:10.585320 | fa163e75-6a44-31ab-30dc-000000004b15 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-06 22:42:10.642520 | fa163e75-6a44-31ab-30dc-000000004b15 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-06 22:42:10.643543 | fa163e75-6a44-31ab-30dc-000000004b15 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:47.316791 | 0.06s 2025-10-06 22:42:10.666799 | fa163e75-6a44-31ab-30dc-000000004b16 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-06 22:42:10.703384 | fa163e75-6a44-31ab-30dc-000000004b16 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-06 22:42:10.704238 | fa163e75-6a44-31ab-30dc-000000004b16 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:47.377488 | 0.04s 2025-10-06 22:42:10.725741 | fa163e75-6a44-31ab-30dc-000000004b17 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-06 22:42:10.784136 | fa163e75-6a44-31ab-30dc-000000004b17 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-06 22:42:10.785421 | fa163e75-6a44-31ab-30dc-000000004b17 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:47.458660 | 0.06s 2025-10-06 22:42:10.818158 | fa163e75-6a44-31ab-30dc-000000004b18 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:42:10.880442 | fa163e75-6a44-31ab-30dc-000000004b18 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:42:10.881891 | fa163e75-6a44-31ab-30dc-000000004b18 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:47.555130 | 0.06s 2025-10-06 22:42:10.913968 | fa163e75-6a44-31ab-30dc-000000004b19 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-06 22:42:10.970977 | fa163e75-6a44-31ab-30dc-000000004b19 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-06 22:42:10.972303 | fa163e75-6a44-31ab-30dc-000000004b19 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:47.645543 | 0.06s 2025-10-06 22:42:11.028913 | fa163e75-6a44-31ab-30dc-000000004b3a | TASK | Gather variables for each operating system 2025-10-06 22:42:11.156567 | fa163e75-6a44-31ab-30dc-000000004b3a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:47.829799 | 0.13s 2025-10-06 22:42:11.188610 | fa163e75-6a44-31ab-30dc-000000004b3b | TASK | Detect if resource is being created or already exists 2025-10-06 22:42:11.980055 | fa163e75-6a44-31ab-30dc-000000004b3b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:42:11.982009 | fa163e75-6a44-31ab-30dc-000000004b3b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:48.655247 | 0.79s 2025-10-06 22:42:12.014065 | fa163e75-6a44-31ab-30dc-000000004b3c | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-06 22:42:37.578568 | fa163e75-6a44-31ab-30dc-000000004b3c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-06 22:42:37.579571 | fa163e75-6a44-31ab-30dc-000000004b3c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:14.252819 | 25.56s 2025-10-06 22:42:37.602533 | fa163e75-6a44-31ab-30dc-000000004b3d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-06 22:42:37.840377 | fa163e75-6a44-31ab-30dc-000000004b3d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-06 22:42:37.841762 | fa163e75-6a44-31ab-30dc-000000004b3d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:14.515003 | 0.24s 2025-10-06 22:42:37.871658 | fa163e75-6a44-31ab-30dc-000000004b3e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:42:38.260113 | fa163e75-6a44-31ab-30dc-000000004b3e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:42:38.261858 | fa163e75-6a44-31ab-30dc-000000004b3e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:14.935097 | 0.39s 2025-10-06 22:42:38.298749 | fa163e75-6a44-31ab-30dc-000000004b3f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-06 22:42:38.481333 | fa163e75-6a44-31ab-30dc-000000004b3f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-06 22:42:38.482158 | fa163e75-6a44-31ab-30dc-000000004b3f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:15.155407 | 0.18s 2025-10-06 22:42:38.502920 | fa163e75-6a44-31ab-30dc-000000004b41 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-06 22:42:38.561822 | fa163e75-6a44-31ab-30dc-000000004b41 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-06 22:42:38.562711 | fa163e75-6a44-31ab-30dc-000000004b41 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:15.235958 | 0.06s 2025-10-06 22:42:38.587271 | fa163e75-6a44-31ab-30dc-000000004b42 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-06 22:42:38.624587 | fa163e75-6a44-31ab-30dc-000000004b42 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-06 22:42:38.625524 | fa163e75-6a44-31ab-30dc-000000004b42 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:15.298771 | 0.04s 2025-10-06 22:42:38.649752 | fa163e75-6a44-31ab-30dc-000000004b43 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-06 22:42:38.687944 | fa163e75-6a44-31ab-30dc-000000004b43 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-06 22:42:38.689517 | fa163e75-6a44-31ab-30dc-000000004b43 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:15.362762 | 0.04s 2025-10-06 22:42:38.715363 | fa163e75-6a44-31ab-30dc-000000004b44 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:42:38.775100 | fa163e75-6a44-31ab-30dc-000000004b44 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:42:38.776401 | fa163e75-6a44-31ab-30dc-000000004b44 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:15.449646 | 0.06s 2025-10-06 22:42:38.801459 | fa163e75-6a44-31ab-30dc-000000004b45 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-06 22:42:38.851208 | fa163e75-6a44-31ab-30dc-000000004b45 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-06 22:42:38.852622 | fa163e75-6a44-31ab-30dc-000000004b45 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:15.525868 | 0.05s 2025-10-06 22:42:38.899017 | fa163e75-6a44-31ab-30dc-000000004b66 | TASK | Gather variables for each operating system 2025-10-06 22:42:38.993563 | fa163e75-6a44-31ab-30dc-000000004b66 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:15.666793 | 0.09s 2025-10-06 22:42:39.024608 | fa163e75-6a44-31ab-30dc-000000004b67 | TASK | Detect if resource is being created or already exists 2025-10-06 22:42:39.829581 | fa163e75-6a44-31ab-30dc-000000004b67 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-06 22:42:39.832202 | fa163e75-6a44-31ab-30dc-000000004b67 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:16.505439 | 0.80s 2025-10-06 22:42:39.865486 | fa163e75-6a44-31ab-30dc-000000004b68 | TASK | Run init bundle puppet on the host for manila_share 2025-10-06 22:43:04.443541 | fa163e75-6a44-31ab-30dc-000000004b68 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-06 22:43:04.444639 | fa163e75-6a44-31ab-30dc-000000004b68 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:41.117886 | 24.58s 2025-10-06 22:43:04.465951 | fa163e75-6a44-31ab-30dc-000000004b69 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-06 22:43:04.726458 | fa163e75-6a44-31ab-30dc-000000004b69 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-06 22:43:04.727616 | fa163e75-6a44-31ab-30dc-000000004b69 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:41.400865 | 0.26s 2025-10-06 22:43:04.748154 | fa163e75-6a44-31ab-30dc-000000004b6a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-06 22:43:05.144142 | fa163e75-6a44-31ab-30dc-000000004b6a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-06 22:43:05.145640 | fa163e75-6a44-31ab-30dc-000000004b6a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:41.818875 | 0.40s 2025-10-06 22:43:05.198717 | fa163e75-6a44-31ab-30dc-000000004b6b | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-06 22:43:05.400555 | fa163e75-6a44-31ab-30dc-000000004b6b | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-06 22:43:05.401978 | fa163e75-6a44-31ab-30dc-000000004b6b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:42.075216 | 0.20s 2025-10-06 22:43:05.434559 | fa163e75-6a44-31ab-30dc-000000004b6d | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-06 22:43:05.497820 | fa163e75-6a44-31ab-30dc-000000004b6d | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-06 22:43:05.499575 | fa163e75-6a44-31ab-30dc-000000004b6d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:42.172813 | 0.06s 2025-10-06 22:43:05.531666 | fa163e75-6a44-31ab-30dc-000000004b6e | TASK | Get container image tag from bundle openstack-manila-share 2025-10-06 22:43:05.588301 | fa163e75-6a44-31ab-30dc-000000004b6e | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-06 22:43:05.589978 | fa163e75-6a44-31ab-30dc-000000004b6e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:42.263215 | 0.06s 2025-10-06 22:43:05.622624 | fa163e75-6a44-31ab-30dc-000000004b6f | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-06 22:43:05.687288 | fa163e75-6a44-31ab-30dc-000000004b6f | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-06 22:43:05.688746 | fa163e75-6a44-31ab-30dc-000000004b6f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:42.361984 | 0.06s 2025-10-06 22:43:05.723098 | fa163e75-6a44-31ab-30dc-000000004b70 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-06 22:43:05.775725 | fa163e75-6a44-31ab-30dc-000000004b70 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-06 22:43:05.777149 | fa163e75-6a44-31ab-30dc-000000004b70 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:42.450387 | 0.05s 2025-10-06 22:43:05.809903 | fa163e75-6a44-31ab-30dc-000000004b71 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-06 22:43:05.866829 | fa163e75-6a44-31ab-30dc-000000004b71 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-06 22:43:05.868056 | fa163e75-6a44-31ab-30dc-000000004b71 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:42.541296 | 0.06s 2025-10-06 22:43:05.930018 | fa163e75-6a44-31ab-30dc-000000004b92 | TASK | Run kolla_set_configs to copy ring files 2025-10-06 22:43:06.528820 | fa163e75-6a44-31ab-30dc-000000004b92 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-06 22:43:06.531136 | fa163e75-6a44-31ab-30dc-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.204380 | 0.60s 2025-10-06 22:43:06.540603 | fa163e75-6a44-31ab-30dc-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.213844 | 0.61s 2025-10-06 22:43:06.563498 | fa163e75-6a44-31ab-30dc-000000004b93 | TASK | Run kolla_set_configs to copy ring files 2025-10-06 22:43:06.925916 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-06 22:43:06.927510 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.600744 | 0.36s 2025-10-06 22:43:07.554419 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-06 22:43:07.556620 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.229861 | 0.99s 2025-10-06 22:43:07.949039 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-06 22:43:07.949957 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.623204 | 1.39s 2025-10-06 22:43:08.473642 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-06 22:43:08.474622 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.147870 | 1.91s 2025-10-06 22:43:08.820265 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-06 22:43:08.822084 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.495325 | 2.26s 2025-10-06 22:43:09.150383 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-06 22:43:09.151502 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.824739 | 2.59s 2025-10-06 22:43:09.636750 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-06 22:43:09.638709 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:46.311924 | 3.07s 2025-10-06 22:43:10.113588 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-06 22:43:10.115047 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:46.788297 | 3.55s 2025-10-06 22:43:10.446282 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-06 22:43:10.448198 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:47.121438 | 3.88s 2025-10-06 22:43:10.984373 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-06 22:43:10.985886 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:47.659127 | 4.42s 2025-10-06 22:43:11.328772 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-06 22:43:11.329875 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:48.003115 | 4.77s 2025-10-06 22:43:11.909429 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-06 22:43:11.913331 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:48.586571 | 5.35s 2025-10-06 22:43:12.414280 | fa163e75-6a44-31ab-30dc-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-06 22:43:12.417093 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:49.090334 | 5.85s 2025-10-06 22:43:12.431425 | fa163e75-6a44-31ab-30dc-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:49.104656 | 5.87s 2025-10-06 22:43:12.466025 | fa163e75-6a44-31ab-30dc-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-06 22:43:12.700821 | fa163e75-6a44-31ab-30dc-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-06 22:43:12.702350 | fa163e75-6a44-31ab-30dc-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:49.375588 | 0.23s 2025-10-06 22:43:12.795629 | fa163e75-6a44-31ab-30dc-0000000000f3 | TIMING | include_tasks | standalone | 0:29:49.468858 | 0.06s 2025-10-06 22:43:12.837712 | 8fa14143-64d3-4c91-950a-f64bbb42e6d6 | INCLUDED | /root/standalone-ansible-7is934cs/common_deploy_steps_tasks.yaml | standalone 2025-10-06 22:43:12.867973 | fa163e75-6a44-31ab-30dc-000000004c10 | TASK | Write the config_step hieradata 2025-10-06 22:43:13.432122 | fa163e75-6a44-31ab-30dc-000000004c10 | OK | Write the config_step hieradata | standalone 2025-10-06 22:43:13.433569 | fa163e75-6a44-31ab-30dc-000000004c10 | TIMING | Write the config_step hieradata | standalone | 0:29:50.106805 | 0.56s 2025-10-06 22:43:13.464544 | fa163e75-6a44-31ab-30dc-000000004c11 | TASK | Run puppet host configuration for step 5 2025-10-06 22:43:13.788388 | fa163e75-6a44-31ab-30dc-000000004c11 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-06 22:43:13.790298 | fa163e75-6a44-31ab-30dc-000000004c11 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:50.463535 | 0.32s 2025-10-06 22:43:13.819968 | fa163e75-6a44-31ab-30dc-000000004c12 | TASK | Wait for puppet host configuration to finish 2025-10-06 22:43:14.113275 | fa163e75-6a44-31ab-30dc-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-06 22:43:24.295698 | fa163e75-6a44-31ab-30dc-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-06 22:43:34.529362 | fa163e75-6a44-31ab-30dc-000000004c12 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-06 22:43:34.530985 | fa163e75-6a44-31ab-30dc-000000004c12 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:11.204190 | 20.71s 2025-10-06 22:43:34.563741 | fa163e75-6a44-31ab-30dc-000000004c13 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-06 22:43:34.650982 | fa163e75-6a44-31ab-30dc-000000004c13 | 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>Oct 6 22:43:13 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 6 22:43:20 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 6 22:43:20 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 6 22:43:20 puppet-user: (file & line not available)", "<13>Oct 6 22:43:20 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>Oct 6 22:43:20 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 6 22:43:20 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>Oct 6 22:43:20 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 6 22:43:20 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 6 22:43:20 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>Oct 6 22:43:20 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>Oct 6 22:43:20 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>Oct 6 22:43:20 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>Oct 6 22:43:20 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>Oct 6 22:43:21 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 6 22:43:21 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.53 seconds", "<13>Oct 6 22:43:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 6 22:43:27 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 6 22:43:29 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 6 22:43:29 puppet-user: Notice: Applied catalog in 8.39 seconds", "<13>Oct 6 22:43:29 puppet-user: Application:", "<13>Oct 6 22:43:29 puppet-user: Initial environment: production", "<13>Oct 6 22:43:29 puppet-user: Converged environment: production", "<13>Oct 6 22:43:29 puppet-user: Run mode: user", "<13>Oct 6 22:43:29 puppet-user: Changes:", "<13>Oct 6 22:43:29 puppet-user: Total: 2", "<13>Oct 6 22:43:29 puppet-user: Events:", "<13>Oct 6 22:43:29 puppet-user: Success: 2", "<13>Oct 6 22:43:29 puppet-user: Resources:", "<13>Oct 6 22:43:29 puppet-user: Changed: 2", "<13>Oct 6 22:43:29 puppet-user: Out of sync: 2", "<13>Oct 6 22:43:29 puppet-user: Total: 37", "<13>Oct 6 22:43:29 puppet-user: Time:", "<13>Oct 6 22:43:29 puppet-user: Schedule: 0.00", "<13>Oct 6 22:43:29 puppet-user: File line: 0.00", "<13>Oct 6 22:43:29 puppet-user: Package: 0.00", "<13>Oct 6 22:43:29 puppet-user: Augeas: 0.01", "<13>Oct 6 22:43:29 puppet-user: User: 0.01", "<13>Oct 6 22:43:29 puppet-user: File: 0.09", "<13>Oct 6 22:43:29 puppet-user: Service: 0.18", "<13>Oct 6 22:43:29 puppet-user: Config retrieval: 0.65", "<13>Oct 6 22:43:29 puppet-user: Pcmk property: 1.55", "<13>Oct 6 22:43:29 puppet-user: Exec: 2.00", "<13>Oct 6 22:43:29 puppet-user: Last run: 1759790609", "<13>Oct 6 22:43:29 puppet-user: Pcmk resource default: 2.14", "<13>Oct 6 22:43:29 puppet-user: Pcmk resource op default: 2.17", "<13>Oct 6 22:43:29 puppet-user: Filebucket: 0.00", "<13>Oct 6 22:43:29 puppet-user: Transaction evaluation: 8.33", "<13>Oct 6 22:43:29 puppet-user: Catalog application: 8.39", "<13>Oct 6 22:43:29 puppet-user: Total: 8.40", "<13>Oct 6 22:43:29 puppet-user: Version:", "<13>Oct 6 22:43:29 puppet-user: Config: 1759790600", "<13>Oct 6 22:43:29 puppet-user: Puppet: 7.10.0" ] } 2025-10-06 22:43:34.652609 | fa163e75-6a44-31ab-30dc-000000004c13 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:11.325846 | 0.09s 2025-10-06 22:43:34.683187 | fa163e75-6a44-31ab-30dc-000000004c14 | TASK | Pre-cache facts for puppet containers 2025-10-06 22:43:34.714220 | fa163e75-6a44-31ab-30dc-000000004c14 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:11.387454 | 0.03s 2025-10-06 22:43:34.785302 | fa163e75-6a44-31ab-30dc-000000004c53 | TASK | Gather variables for each operating system 2025-10-06 22:43:34.933603 | fa163e75-6a44-31ab-30dc-000000004c53 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:11.606829 | 0.15s 2025-10-06 22:43:34.964734 | fa163e75-6a44-31ab-30dc-000000004c54 | TASK | Create puppet caching structures 2025-10-06 22:43:35.212942 | fa163e75-6a44-31ab-30dc-000000004c54 | CHANGED | Create puppet caching structures | standalone 2025-10-06 22:43:35.214540 | fa163e75-6a44-31ab-30dc-000000004c54 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:11.887776 | 0.25s 2025-10-06 22:43:35.242217 | fa163e75-6a44-31ab-30dc-000000004c55 | TASK | Check for facter.conf 2025-10-06 22:43:35.480407 | fa163e75-6a44-31ab-30dc-000000004c55 | OK | Check for facter.conf | standalone 2025-10-06 22:43:35.481551 | fa163e75-6a44-31ab-30dc-000000004c55 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:12.154796 | 0.24s 2025-10-06 22:43:35.505465 | fa163e75-6a44-31ab-30dc-000000004c56 | TASK | Remove facter.conf if directory 2025-10-06 22:43:35.554107 | fa163e75-6a44-31ab-30dc-000000004c56 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-06 22:43:35.555011 | fa163e75-6a44-31ab-30dc-000000004c56 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:12.228256 | 0.05s 2025-10-06 22:43:35.577039 | fa163e75-6a44-31ab-30dc-000000004c57 | TASK | Write facter cache config 2025-10-06 22:43:36.081067 | fa163e75-6a44-31ab-30dc-000000004c57 | CHANGED | Write facter cache config | standalone 2025-10-06 22:43:36.083828 | fa163e75-6a44-31ab-30dc-000000004c57 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:12.757065 | 0.51s 2025-10-06 22:43:36.113727 | fa163e75-6a44-31ab-30dc-000000004c58 | TASK | Cleanup facter cache if exists 2025-10-06 22:43:36.346721 | fa163e75-6a44-31ab-30dc-000000004c58 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-06 22:43:36.349185 | fa163e75-6a44-31ab-30dc-000000004c58 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:13.022424 | 0.23s 2025-10-06 22:43:36.381007 | fa163e75-6a44-31ab-30dc-000000004c59 | TASK | Pre-cache facts 2025-10-06 22:43:37.008427 | fa163e75-6a44-31ab-30dc-000000004c59 | CHANGED | Pre-cache facts | standalone 2025-10-06 22:43:37.009594 | fa163e75-6a44-31ab-30dc-000000004c59 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:13.682839 | 0.63s 2025-10-06 22:43:37.045972 | fa163e75-6a44-31ab-30dc-000000004c5a | TASK | Failed deployment if facter fails 2025-10-06 22:43:37.085921 | fa163e75-6a44-31ab-30dc-000000004c5a | SKIPPED | Failed deployment if facter fails | standalone 2025-10-06 22:43:37.086999 | fa163e75-6a44-31ab-30dc-000000004c5a | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:13.760244 | 0.04s 2025-10-06 22:43:37.119951 | fa163e75-6a44-31ab-30dc-000000004c5b | TASK | Sync cached facts 2025-10-06 22:43:37.400637 | fa163e75-6a44-31ab-30dc-000000004c5b | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-000000004c5b') missing from stats 2025-10-06 22:43:37.455862 | fa163e75-6a44-31ab-30dc-000000004c15 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-06 22:43:37.506288 | fa163e75-6a44-31ab-30dc-000000004c15 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-06 22:43:37.507520 | fa163e75-6a44-31ab-30dc-000000004c15 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:14.180756 | 0.05s 2025-10-06 22:43:37.538710 | fa163e75-6a44-31ab-30dc-000000004c17 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-06 22:43:37.568472 | fa163e75-6a44-31ab-30dc-000000004c17 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:14.241703 | 0.03s 2025-10-06 22:43:37.635423 | fa163e75-6a44-31ab-30dc-000000004cb2 | TASK | Gather variables for each operating system 2025-10-06 22:43:37.758280 | fa163e75-6a44-31ab-30dc-000000004cb2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:14.431510 | 0.12s 2025-10-06 22:43:37.787810 | fa163e75-6a44-31ab-30dc-000000004cb3 | TASK | Create container logs path 2025-10-06 22:43:38.024260 | fa163e75-6a44-31ab-30dc-000000004cb3 | OK | Create container logs path | standalone 2025-10-06 22:43:38.025215 | fa163e75-6a44-31ab-30dc-000000004cb3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:14.698464 | 0.24s 2025-10-06 22:43:38.045873 | fa163e75-6a44-31ab-30dc-000000004cb5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 22:43:38.324224 | fa163e75-6a44-31ab-30dc-000000004cb5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 22:43:38.325563 | fa163e75-6a44-31ab-30dc-000000004cb5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:14.998801 | 0.28s 2025-10-06 22:43:38.357169 | fa163e75-6a44-31ab-30dc-000000004cb6 | TASK | Finalise hashes for all containers 2025-10-06 22:43:38.430341 | fa163e75-6a44-31ab-30dc-000000004cb6 | OK | Finalise hashes for all containers | standalone 2025-10-06 22:43:38.431757 | fa163e75-6a44-31ab-30dc-000000004cb6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:15.104995 | 0.07s 2025-10-06 22:43:38.462577 | fa163e75-6a44-31ab-30dc-000000004cb8 | TASK | Manage systemd shutdown files 2025-10-06 22:43:38.492459 | fa163e75-6a44-31ab-30dc-000000004cb8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:15.165687 | 0.03s 2025-10-06 22:43:38.528128 | a314e388-c454-4e63-b220-51d3577ec23c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-06 22:43:38.557093 | fa163e75-6a44-31ab-30dc-000000004ceb | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-06 22:43:38.821244 | fa163e75-6a44-31ab-30dc-000000004ceb | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-06 22:43:38.822580 | fa163e75-6a44-31ab-30dc-000000004ceb | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:15.495820 | 0.26s 2025-10-06 22:43:38.852497 | fa163e75-6a44-31ab-30dc-000000004cec | TASK | Set podman_drop_in fact 2025-10-06 22:43:38.893393 | fa163e75-6a44-31ab-30dc-000000004cec | OK | Set podman_drop_in fact | standalone 2025-10-06 22:43:38.894607 | fa163e75-6a44-31ab-30dc-000000004cec | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:15.567846 | 0.04s 2025-10-06 22:43:38.924298 | fa163e75-6a44-31ab-30dc-000000004cee | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-06 22:43:39.410462 | fa163e75-6a44-31ab-30dc-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-06 22:43:39.411451 | fa163e75-6a44-31ab-30dc-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:16.084696 | 0.49s 2025-10-06 22:43:39.903660 | fa163e75-6a44-31ab-30dc-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-06 22:43:39.905474 | fa163e75-6a44-31ab-30dc-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:16.578715 | 0.98s 2025-10-06 22:43:39.915127 | fa163e75-6a44-31ab-30dc-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:16.588370 | 0.99s 2025-10-06 22:43:39.935228 | fa163e75-6a44-31ab-30dc-000000004cef | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-06 22:43:40.551553 | fa163e75-6a44-31ab-30dc-000000004cef | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-06 22:43:40.553075 | fa163e75-6a44-31ab-30dc-000000004cef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:17.226310 | 0.62s 2025-10-06 22:43:40.582952 | fa163e75-6a44-31ab-30dc-000000004cf0 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-06 22:43:41.116837 | fa163e75-6a44-31ab-30dc-000000004cf0 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-06 22:43:41.118461 | fa163e75-6a44-31ab-30dc-000000004cf0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:17.791692 | 0.53s 2025-10-06 22:43:41.152404 | fa163e75-6a44-31ab-30dc-000000004cf1 | TASK | Enable and start tripleo-container-shutdown 2025-10-06 22:43:42.212418 | fa163e75-6a44-31ab-30dc-000000004cf1 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-06 22:43:42.214753 | fa163e75-6a44-31ab-30dc-000000004cf1 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:18.887991 | 1.06s 2025-10-06 22:43:42.245621 | fa163e75-6a44-31ab-30dc-000000004cf2 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-06 22:43:42.705618 | fa163e75-6a44-31ab-30dc-000000004cf2 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-06 22:43:42.707023 | fa163e75-6a44-31ab-30dc-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:19.380260 | 0.46s 2025-10-06 22:43:42.736770 | fa163e75-6a44-31ab-30dc-000000004cf3 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-06 22:43:43.256221 | fa163e75-6a44-31ab-30dc-000000004cf3 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-06 22:43:43.259067 | fa163e75-6a44-31ab-30dc-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:19.932302 | 0.52s 2025-10-06 22:43:43.292029 | fa163e75-6a44-31ab-30dc-000000004cf4 | TASK | Enable and start netns-placeholder 2025-10-06 22:43:44.283344 | fa163e75-6a44-31ab-30dc-000000004cf4 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-06 22:43:44.285033 | fa163e75-6a44-31ab-30dc-000000004cf4 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:20.958280 | 0.99s 2025-10-06 22:43:44.305758 | fa163e75-6a44-31ab-30dc-000000004cba | TASK | Update container configs with new config hashes 2025-10-06 22:43:44.357810 | fa163e75-6a44-31ab-30dc-000000004cba | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:21.031036 | 0.05s 2025-10-06 22:43:44.373311 | 3f62560e-572b-49af-b9ba-b4c8729891db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-06 22:43:44.398787 | fa163e75-6a44-31ab-30dc-000000004d1c | TASK | Update config hashes for container startup configs 2025-10-06 22:43:44.684503 | fa163e75-6a44-31ab-30dc-000000004d1c | OK | Update config hashes for container startup configs | standalone 2025-10-06 22:43:44.686915 | fa163e75-6a44-31ab-30dc-000000004d1c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:21.360151 | 0.29s 2025-10-06 22:43:44.721005 | fa163e75-6a44-31ab-30dc-000000004cbb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 22:43:44.774812 | fa163e75-6a44-31ab-30dc-000000004cbb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:21.448042 | 0.05s 2025-10-06 22:43:44.801625 | abde2d83-abc7-4f9c-a56a-d46c4e804875 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-06 22:43:44.841520 | fa163e75-6a44-31ab-30dc-000000004d3b | TASK | Gather podman infos 2025-10-06 22:43:46.908846 | fa163e75-6a44-31ab-30dc-000000004d3b | OK | Gather podman infos | standalone 2025-10-06 22:43:46.910339 | fa163e75-6a44-31ab-30dc-000000004d3b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:23.583580 | 2.07s 2025-10-06 22:43:47.079764 | fa163e75-6a44-31ab-30dc-000000004d3c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 22:43:47.154950 | fa163e75-6a44-31ab-30dc-000000004d3c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:23.828187 | 0.06s 2025-10-06 22:43:47.340088 | fa163e75-6a44-31ab-30dc-000000004d85 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:24.013316 | 0.14s 2025-10-06 22:43:47.400341 | fa163e75-6a44-31ab-30dc-000000004cbc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 22:43:47.456316 | fa163e75-6a44-31ab-30dc-000000004cbc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:24.129544 | 0.05s 2025-10-06 22:43:47.480885 | d4d4c41e-95eb-4b1b-af5b-de70a6c3423f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-06 22:43:47.524579 | fa163e75-6a44-31ab-30dc-000000004dab | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 22:44:12.882390 | fa163e75-6a44-31ab-30dc-000000004dab | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 22:44:12.884857 | fa163e75-6a44-31ab-30dc-000000004dab | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:49.558092 | 25.36s 2025-10-06 22:44:12.915342 | fa163e75-6a44-31ab-30dc-000000004dac | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-06 22:44:41.251301 | fa163e75-6a44-31ab-30dc-000000004dac | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-06 22:44:41.253227 | fa163e75-6a44-31ab-30dc-000000004dac | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:17.926476 | 28.34s 2025-10-06 22:44:41.300648 | fa163e75-6a44-31ab-30dc-000000004c19 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-06 22:44:41.524082 | fa163e75-6a44-31ab-30dc-000000004c19 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-06 22:44:41.524985 | fa163e75-6a44-31ab-30dc-000000004c19 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:18.198231 | 0.22s 2025-10-06 22:44:41.552079 | fa163e75-6a44-31ab-30dc-000000004c1a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-06 22:44:41.589425 | fa163e75-6a44-31ab-30dc-000000004c1a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:18.262665 | 0.04s 2025-10-06 22:44:41.610244 | fa163e75-6a44-31ab-30dc-000000004c1b | TASK | Include container-puppet tasks for step 5 2025-10-06 22:44:41.637211 | fa163e75-6a44-31ab-30dc-000000004c1b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:18.310455 | 0.03s 2025-10-06 22:44:41.648879 | 46031f3c-4389-47f4-929f-52247ee2d304 | INCLUDED | /root/standalone-ansible-7is934cs/host-container-puppet-tasks.yaml | standalone 2025-10-06 22:44:41.677335 | fa163e75-6a44-31ab-30dc-000000004df7 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-06 22:44:42.212855 | fa163e75-6a44-31ab-30dc-000000004df7 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-06 22:44:42.214415 | fa163e75-6a44-31ab-30dc-000000004df7 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:18.887650 | 0.54s 2025-10-06 22:44:42.246774 | fa163e75-6a44-31ab-30dc-000000004df9 | TASK | Generate container puppet configs for step 5 2025-10-06 22:44:42.512477 | fa163e75-6a44-31ab-30dc-000000004df9 | OK | Generate container puppet configs for step 5 | standalone 2025-10-06 22:44:42.513968 | fa163e75-6a44-31ab-30dc-000000004df9 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:19.187205 | 0.27s 2025-10-06 22:44:42.545446 | fa163e75-6a44-31ab-30dc-000000004dfa | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-06 22:44:42.567895 | fa163e75-6a44-31ab-30dc-000000004dfa | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:19.241126 | 0.02s 2025-10-06 22:44:42.637534 | fa163e75-6a44-31ab-30dc-000000004e29 | TASK | Gather variables for each operating system 2025-10-06 22:44:42.760390 | fa163e75-6a44-31ab-30dc-000000004e29 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:19.433624 | 0.12s 2025-10-06 22:44:42.781212 | fa163e75-6a44-31ab-30dc-000000004e2a | TASK | Create container logs path 2025-10-06 22:44:42.980235 | fa163e75-6a44-31ab-30dc-000000004e2a | OK | Create container logs path | standalone 2025-10-06 22:44:42.982264 | fa163e75-6a44-31ab-30dc-000000004e2a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:19.655493 | 0.20s 2025-10-06 22:44:43.018982 | fa163e75-6a44-31ab-30dc-000000004e2c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 22:44:43.221417 | fa163e75-6a44-31ab-30dc-000000004e2c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 22:44:43.222386 | fa163e75-6a44-31ab-30dc-000000004e2c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:19.895632 | 0.20s 2025-10-06 22:44:43.248442 | fa163e75-6a44-31ab-30dc-000000004e2d | TASK | Finalise hashes for all containers 2025-10-06 22:44:43.288034 | fa163e75-6a44-31ab-30dc-000000004e2d | OK | Finalise hashes for all containers | standalone 2025-10-06 22:44:43.288838 | fa163e75-6a44-31ab-30dc-000000004e2d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:19.962084 | 0.04s 2025-10-06 22:44:43.313311 | fa163e75-6a44-31ab-30dc-000000004e2f | TASK | Manage systemd shutdown files 2025-10-06 22:44:43.344325 | fa163e75-6a44-31ab-30dc-000000004e2f | SKIPPED | Manage systemd shutdown files | standalone 2025-10-06 22:44:43.346829 | fa163e75-6a44-31ab-30dc-000000004e2f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:20.020073 | 0.03s 2025-10-06 22:44:43.370378 | fa163e75-6a44-31ab-30dc-000000004e31 | TASK | Update container configs with new config hashes 2025-10-06 22:44:43.401391 | fa163e75-6a44-31ab-30dc-000000004e31 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-06 22:44:43.402351 | fa163e75-6a44-31ab-30dc-000000004e31 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:20.075595 | 0.03s 2025-10-06 22:44:43.427931 | fa163e75-6a44-31ab-30dc-000000004e32 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 22:44:43.476321 | fa163e75-6a44-31ab-30dc-000000004e32 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 22:44:43.477525 | fa163e75-6a44-31ab-30dc-000000004e32 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:20.150770 | 0.05s 2025-10-06 22:44:43.503555 | fa163e75-6a44-31ab-30dc-000000004e33 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-06 22:44:43.533115 | fa163e75-6a44-31ab-30dc-000000004e33 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-06 22:44:43.534123 | fa163e75-6a44-31ab-30dc-000000004e33 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:20.207366 | 0.03s PLAY [Server Post Deployments] ************************************************* 2025-10-06 22:44:43.749183 | fa163e75-6a44-31ab-30dc-0000000000f7 | TASK | Server Post Deployments 2025-10-06 22:44:43.778403 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000f7') missing from stats 2025-10-06 22:44:43.863085 | fa163e75-6a44-31ab-30dc-0000000000f8 | TIMING | include_tasks | standalone | 0:31:20.536324 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-06 22:44:43.994871 | fa163e75-6a44-31ab-30dc-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-06 22:44:44.011530 | fa163e75-6a44-31ab-30dc-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', 'fa163e75-6a44-31ab-30dc-0000000000fc') missing from stats 2025-10-06 22:44:44.025819 | fa163e75-6a44-31ab-30dc-000000000100 | TASK | is additonal Cell? 2025-10-06 22:44:44.062616 | fa163e75-6a44-31ab-30dc-000000000100 | OK | is additonal Cell? | undercloud 2025-10-06 22:44:44.063260 | fa163e75-6a44-31ab-30dc-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:20.736506 | 0.04s 2025-10-06 22:44:44.076904 | fa163e75-6a44-31ab-30dc-000000000102 | TASK | discover via nova_manager? 2025-10-06 22:44:44.128125 | fa163e75-6a44-31ab-30dc-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-06 22:44:44.129907 | fa163e75-6a44-31ab-30dc-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:20.803136 | 0.05s 2025-10-06 22:44:44.147806 | fa163e75-6a44-31ab-30dc-000000000103 | TASK | discover via nova_api? 2025-10-06 22:44:44.238414 | fa163e75-6a44-31ab-30dc-000000000103 | OK | discover via nova_api? | undercloud 2025-10-06 22:44:44.239767 | fa163e75-6a44-31ab-30dc-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:20.913006 | 0.09s 2025-10-06 22:44:44.255108 | fa163e75-6a44-31ab-30dc-000000000104 | TASK | Warn if no discovery host available 2025-10-06 22:44:44.292430 | fa163e75-6a44-31ab-30dc-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-06 22:44:44.294179 | fa163e75-6a44-31ab-30dc-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:20.967419 | 0.04s 2025-10-06 22:44:44.321055 | fa163e75-6a44-31ab-30dc-000000000105 | TASK | Discovering nova hosts 2025-10-06 22:44:47.013103 | fa163e75-6a44-31ab-30dc-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-000000000105') missing from stats 2025-10-06 22:44:47.072953 | fa163e75-6a44-31ab-30dc-000000000106 | OK | set_fact | undercloud 2025-10-06 22:44:47.074136 | fa163e75-6a44-31ab-30dc-000000000106 | TIMING | set_fact | undercloud | 0:31:23.747373 | 0.04s 2025-10-06 22:44:47.092178 | fa163e75-6a44-31ab-30dc-000000000108 | TASK | Set up group_vars 2025-10-06 22:44:47.121869 | fa163e75-6a44-31ab-30dc-000000000108 | OK | Set up group_vars | undercloud 2025-10-06 22:44:47.123228 | fa163e75-6a44-31ab-30dc-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:23.796463 | 0.03s 2025-10-06 22:44:47.141509 | fa163e75-6a44-31ab-30dc-000000000109 | TASK | Make needed directories on the undercloud 2025-10-06 22:44:47.385713 | fa163e75-6a44-31ab-30dc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7is934cs/octavia-ansible 2025-10-06 22:44:47.386616 | fa163e75-6a44-31ab-30dc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:24.059861 | 0.24s 2025-10-06 22:44:47.624023 | fa163e75-6a44-31ab-30dc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7is934cs/octavia-ansible/local_dir 2025-10-06 22:44:47.626973 | fa163e75-6a44-31ab-30dc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:24.300220 | 0.48s 2025-10-06 22:44:47.798398 | fa163e75-6a44-31ab-30dc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7is934cs/octavia-ansible/group_vars 2025-10-06 22:44:47.799056 | fa163e75-6a44-31ab-30dc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:24.472307 | 0.66s 2025-10-06 22:44:47.804087 | fa163e75-6a44-31ab-30dc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:24.477328 | 0.66s 2025-10-06 22:44:47.818766 | fa163e75-6a44-31ab-30dc-00000000010a | TASK | Write group_vars file 2025-10-06 22:44:48.266863 | fa163e75-6a44-31ab-30dc-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-06 22:44:48.268252 | fa163e75-6a44-31ab-30dc-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:24.941488 | 0.45s 2025-10-06 22:44:48.311791 | fa163e75-6a44-31ab-30dc-00000000010b | TASK | Gather missing facts 2025-10-06 22:44:48.646513 | fa163e75-6a44-31ab-30dc-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e75-6a44-31ab-30dc-00000000010b') missing from stats 2025-10-06 22:44:48.662261 | fa163e75-6a44-31ab-30dc-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:25.335501 | 0.35s 2025-10-06 22:44:48.683452 | fa163e75-6a44-31ab-30dc-00000000010c | TASK | Write octavia inventory 2025-10-06 22:44:49.234820 | fa163e75-6a44-31ab-30dc-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-06 22:44:49.236460 | fa163e75-6a44-31ab-30dc-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:25.909693 | 0.55s 2025-10-06 22:44:49.254835 | fa163e75-6a44-31ab-30dc-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-06 22:44:49.443094 | fa163e75-6a44-31ab-30dc-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-06 22:44:49.443947 | fa163e75-6a44-31ab-30dc-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:26.117190 | 0.19s 2025-10-06 22:44:49.457913 | fa163e75-6a44-31ab-30dc-00000000010e | TASK | Set private key location 2025-10-06 22:44:49.496009 | fa163e75-6a44-31ab-30dc-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-06 22:44:49.496772 | fa163e75-6a44-31ab-30dc-00000000010e | TIMING | Set private key location | undercloud | 0:31:26.170018 | 0.04s 2025-10-06 22:44:49.510404 | fa163e75-6a44-31ab-30dc-00000000010f | TASK | Configure octavia command 2025-10-06 22:44:49.548897 | fa163e75-6a44-31ab-30dc-00000000010f | OK | Configure octavia command | undercloud 2025-10-06 22:44:49.549537 | fa163e75-6a44-31ab-30dc-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:26.222783 | 0.04s 2025-10-06 22:44:49.598750 | fa163e75-6a44-31ab-30dc-000000000110 | OK | set_fact | undercloud 2025-10-06 22:44:49.599363 | fa163e75-6a44-31ab-30dc-000000000110 | TIMING | set_fact | undercloud | 0:31:26.272612 | 0.03s 2025-10-06 22:44:49.640127 | fa163e75-6a44-31ab-30dc-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-7is934cs/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-7is934cs/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-7is934cs/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-06 22:44:49.640815 | fa163e75-6a44-31ab-30dc-000000000111 | TIMING | debug | undercloud | 0:31:26.314063 | 0.03s 2025-10-06 22:44:49.654233 | fa163e75-6a44-31ab-30dc-000000000112 | TASK | Configure octavia on overcloud 2025-10-06 22:48:02.363635 | fa163e75-6a44-31ab-30dc-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-06 22:48:02.365970 | fa163e75-6a44-31ab-30dc-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:39.039217 | 192.71s 2025-10-06 22:48:02.380475 | fa163e75-6a44-31ab-30dc-000000000113 | TASK | Purge temp dirs 2025-10-06 22:48:02.601380 | fa163e75-6a44-31ab-30dc-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-7is934cs/octavia-ansible/local_dir 2025-10-06 22:48:02.603007 | fa163e75-6a44-31ab-30dc-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:39.276244 | 0.22s 2025-10-06 22:48:02.614135 | fa163e75-6a44-31ab-30dc-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:39.287379 | 0.23s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=796 changed=346 unreachable=0 failed=0 skipped=317 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-10-06 22:48:02.685575 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 22:48:02.686179 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 22:48:02.686874 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:39.360121 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 22:48:02.687526 | UUID | Info | Host | Task Name | Run Time 2025-10-06 22:48:02.688877 | fa163e75-6a44-31ab-30dc-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 278.39s 2025-10-06 22:48:02.689582 | fa163e75-6a44-31ab-30dc-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 192.71s 2025-10-06 22:48:02.690254 | fa163e75-6a44-31ab-30dc-000000004a15 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 130.72s 2025-10-06 22:48:02.690937 | fa163e75-6a44-31ab-30dc-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.86s 2025-10-06 22:48:02.691592 | fa163e75-6a44-31ab-30dc-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.59s 2025-10-06 22:48:02.692234 | fa163e75-6a44-31ab-30dc-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.72s 2025-10-06 22:48:02.692903 | fa163e75-6a44-31ab-30dc-000000004879 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2025-10-06 22:48:02.693575 | fa163e75-6a44-31ab-30dc-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.89s 2025-10-06 22:48:02.694187 | fa163e75-6a44-31ab-30dc-000000004dac | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 28.34s 2025-10-06 22:48:02.694837 | fa163e75-6a44-31ab-30dc-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.16s 2025-10-06 22:48:02.695473 | fa163e75-6a44-31ab-30dc-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.00s 2025-10-06 22:48:02.696111 | fa163e75-6a44-31ab-30dc-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.80s 2025-10-06 22:48:02.696721 | fa163e75-6a44-31ab-30dc-000000004b3c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.56s 2025-10-06 22:48:02.697430 | fa163e75-6a44-31ab-30dc-000000004b10 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.38s 2025-10-06 22:48:02.698163 | fa163e75-6a44-31ab-30dc-000000004dab | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.36s 2025-10-06 22:48:02.698820 | fa163e75-6a44-31ab-30dc-000000004b68 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.58s 2025-10-06 22:48:02.699446 | fa163e75-6a44-31ab-30dc-00000000389b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 24.58s 2025-10-06 22:48:02.700077 | fa163e75-6a44-31ab-30dc-000000004c12 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-10-06 22:48:02.700690 | fa163e75-6a44-31ab-30dc-00000000319d | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-06 22:48:02.701368 | fa163e75-6a44-31ab-30dc-000000003706 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-06 22:48:02.701971 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-7is934cs Install artifact is located at /root/standalone-install-20251006224803.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.eOWhLDgoLj + exit 0 ~/ci-framework-data/artifacts