~/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.D36U3j7tSr + 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.D36U3j7tSr/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.D36U3j7tSr/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.D36U3j7tSr + J2_VARS_FILE=/tmp/tmp.D36U3j7tSr/tmp.drW2XVCIzX.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.D36U3j7tSr/tmp.drW2XVCIzX.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/tmp.drW2XVCIzX.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.D36U3j7tSr/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.D36U3j7tSr/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.D36U3j7tSr/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.D36U3j7tSr/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.D36U3j7tSr/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.4 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.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-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.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-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 150 kB/s | 26 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 2.4 MB/s | 786 kB 00:00 (3/399): glibc-langpack-en-2.34-60.el9.x86_64.r 3.9 MB/s | 675 kB 00:00 (4/399): bash-completion-2.11-4.el9.noarch.rpm 1.2 MB/s | 459 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 568 kB/s | 62 kB 00:00 (6/399): libkadm5-1.20.1-8.el9.x86_64.rpm 785 kB/s | 81 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 4.0 MB/s | 542 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 306 kB/s | 37 kB 00:00 (9/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 119 kB/s | 16 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 86 kB/s | 12 kB 00:00 (11/399): pkgconf-1.7.3-10.el9.x86_64.rpm 202 kB/s | 45 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.0 MB/s | 418 kB 00:00 (13/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 213 kB/s | 30 kB 00:00 (14/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 208 kB/s | 36 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 102 kB/s | 19 kB 00:00 (16/399): device-mapper-event-1.02.187-7.el9_2. 309 kB/s | 32 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 166 kB/s | 31 kB 00:00 (18/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 7.2 MB/s | 1.0 MB 00:00 (19/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 8.3 MB/s | 1.5 MB 00:00 (20/399): python3-openvswitch3.3-3.3.4-110.el9f 3.3 MB/s | 369 kB 00:00 (21/399): ansible-collection-ansible-netcommon- 1.8 MB/s | 181 kB 00:00 (22/399): ansible-collection-ansible-utils-2.3. 1.0 MB/s | 91 kB 00:00 (23/399): ansible-collection-ansible-posix-1.2. 673 kB/s | 124 kB 00:00 (24/399): ansible-collection-community-general- 8.0 MB/s | 1.3 MB 00:00 (25/399): golang-github-vbatts-tar-split-0.11.1 9.4 MB/s | 1.0 MB 00:00 (26/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 632 kB/s | 77 kB 00:00 (27/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (28/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.5 MB/s | 178 kB 00:00 (29/399): python3-ansible-runner-2.0.0a1-3.el9o 1.1 MB/s | 122 kB 00:00 (30/399): puppet-fdio-18.2-1.20220727113954.6fd 151 kB/s | 25 kB 00:00 (31/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 348 kB/s | 44 kB 00:00 (32/399): python3-croniter-0.3.35-2.el9ost.noar 550 kB/s | 49 kB 00:00 (33/399): python3-beautifulsoup4-4.9.3-2.el9ost 1.8 MB/s | 204 kB 00:00 (34/399): python3-daemon-2.3.0-1.el9ost.noarch. 279 kB/s | 39 kB 00:00 (35/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 483 kB/s | 44 kB 00:00 (36/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 667 kB/s | 107 kB 00:00 (37/399): python3-gevent-21.1.2-2.el9ost.x86_64 8.2 MB/s | 1.6 MB 00:00 (38/399): python3-docutils-0.16-6.el9ost.noarch 3.6 MB/s | 1.5 MB 00:00 (39/399): python3-jmespath-0.10.0-1.el9ost.noar 212 kB/s | 46 kB 00:00 (40/399): python3-jeepney-0.6.0-2.el9ost.noarch 1.1 MB/s | 284 kB 00:00 (41/399): python3-memcached-1.59-3.el9ost.noarc 443 kB/s | 40 kB 00:00 (42/399): python3-logutils-0.3.5-15.el9ost.noar 394 kB/s | 47 kB 00:00 (43/399): python3-lockfile-0.12.2-2.el9ost.noar 105 kB/s | 31 kB 00:00 (44/399): python3-mimeparse-1.6.0-16.el9ost.noa 181 kB/s | 16 kB 00:00 (45/399): python3-migrate-0.13.0-1.el9ost.noarc 2.0 MB/s | 224 kB 00:00 (46/399): python3-pecan-1.4.0-2.el9ost.noarch.r 1.6 MB/s | 273 kB 00:00 (47/399): python3-natsort-7.1.1-2.el9ost.noarch 334 kB/s | 59 kB 00:00 (48/399): python3-passlib-1.7.4-3.el9ost.noarch 3.7 MB/s | 712 kB 00:00 (49/399): python3-pyperclip-1.8.0-3.el9ost.noar 242 kB/s | 25 kB 00:00 (50/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 661 kB/s | 90 kB 00:00 (51/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 805 kB/s | 111 kB 00:00 (52/399): python3-setproctitle-1.2.2-1.el9ost.x 166 kB/s | 23 kB 00:00 (53/399): python3-soupsieve-2.2-1.el9ost.noarch 355 kB/s | 67 kB 00:00 (54/399): python3-smmap-3.0.1-4.el9ost.noarch.r 190 kB/s | 47 kB 00:00 (55/399): python3-sqlalchemy13-1.3.24-3.el9ost. 9.4 MB/s | 1.7 MB 00:00 (56/399): python3-tenacity-6.3.1-1.el9ost.noarc 450 kB/s | 51 kB 00:00 (57/399): python3-zope-event-4.2.0-20.el9ost.no 2.2 MB/s | 205 kB 00:00 (58/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 2.7 MB/s | 396 kB 00:00 (59/399): python3-webtest-2.0.35-6.el9ost.noarc 414 kB/s | 82 kB 00:00 (60/399): python3-zope-interface-5.4.0-1.el9ost 1.6 MB/s | 202 kB 00:00 (61/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 152 kB/s | 14 kB 00:00 (62/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.3 MB/s | 243 kB 00:00 (63/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 390 kB/s | 34 kB 00:00 (64/399): rubygem-multi_json-1.15.0-2.el9ost.no 114 kB/s | 22 kB 00:00 (65/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 448 kB/s | 90 kB 00:00 (66/399): rubygem-puppet-resource_api-1.8.13-1. 186 kB/s | 34 kB 00:00 (67/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 141 kB/s | 16 kB 00:00 (68/399): rubygem-semantic_puppet-1.0.4-2.el9os 103 kB/s | 21 kB 00:00 (69/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 2.6 MB/s | 433 kB 00:00 (70/399): ansible-config_template-2.0.1-17.1.20 208 kB/s | 29 kB 00:00 (71/399): ansible-role-atos-hsm-1.0.1-17.1.2023 187 kB/s | 17 kB 00:00 (72/399): ansible-role-chrony-1.3.1-17.1.202306 122 kB/s | 22 kB 00:00 (73/399): ansible-role-collectd-config-0.0.3-17 310 kB/s | 53 kB 00:00 (74/399): ansible-role-container-registry-1.4.1 177 kB/s | 24 kB 00:00 (75/399): ansible-role-qdr-config-0.0.2-17.1.20 152 kB/s | 21 kB 00:00 (76/399): ansible-role-redhat-subscription-1.3. 218 kB/s | 28 kB 00:00 (77/399): ansible-role-tripleo-modify-image-1.5 281 kB/s | 27 kB 00:00 (78/399): ansible-role-openstack-operations-0.0 106 kB/s | 30 kB 00:00 (79/399): ansible-role-thales-hsm-3.0.1-17.1.20 108 kB/s | 21 kB 00:00 (80/399): ansible-tripleo-ipa-0.3.1-17.1.202306 368 kB/s | 36 kB 00:00 (81/399): ansible-tripleo-ipsec-11.0.1-17.1.202 253 kB/s | 38 kB 00:00 (82/399): dib-utils-0.0.11-17.1.20230620173328. 143 kB/s | 12 kB 00:00 (83/399): openstack-heat-agents-2.2.1-17.1.2023 57 kB/s | 9.6 kB 00:00 (84/399): os-apply-config-13.1.1-17.1.202310200 503 kB/s | 54 kB 00:00 (85/399): os-collect-config-13.1.1-17.1.2023102 353 kB/s | 50 kB 00:00 (86/399): os-refresh-config-13.1.1-17.1.2023102 196 kB/s | 21 kB 00:00 (87/399): puppet-apache-6.5.2-17.1.202306210011 1.9 MB/s | 259 kB 00:00 (88/399): puppet-aodh-18.4.2-17.1.2023062015121 308 kB/s | 62 kB 00:00 (89/399): puppet-archive-4.6.1-17.1.20230620181 276 kB/s | 44 kB 00:00 (90/399): puppet-auditd-2.2.1-17.1.202306201924 278 kB/s | 28 kB 00:00 (91/399): puppet-ceilometer-18.4.3-17.1.2023092 344 kB/s | 70 kB 00:00 (92/399): puppet-certmonger-2.7.1-17.1.20230620 85 kB/s | 26 kB 00:00 (93/399): puppet-cinder-18.5.2-17.1.20230621054 262 kB/s | 120 kB 00:00 (94/399): puppet-collectd-13.0.1-17.1.202306201 398 kB/s | 135 kB 00:00 (95/399): puppet-designate-18.6.1-17.1.20230621 508 kB/s | 69 kB 00:00 (96/399): puppet-concat-6.2.1-17.1.202306201815 115 kB/s | 41 kB 00:00 (97/399): puppet-dns-8.2.1-17.1.20230621002045. 119 kB/s | 36 kB 00:00 (98/399): puppet-corosync-8.0.1-17.1.2023062110 120 kB/s | 68 kB 00:00 (99/399): puppet-etcd-1.12.3-17.1.2023062019322 61 kB/s | 25 kB 00:00 (100/399): puppet-firewall-3.4.1-17.1.202306210 522 kB/s | 77 kB 00:00 (101/399): puppet-haproxy-4.2.2-17.1.2023062019 489 kB/s | 52 kB 00:00 (102/399): puppet-git-0.5.0-17.1.20230620193928 164 kB/s | 23 kB 00:00 (103/399): puppet-gnocchi-18.4.3-17.1.202306210 436 kB/s | 58 kB 00:00 (104/399): puppet-heat-18.4.1-17.1.202306211116 621 kB/s | 70 kB 00:00 (105/399): puppet-horizon-18.6.1-17.1.202306210 448 kB/s | 63 kB 00:00 (106/399): puppet-inifile-4.2.1-17.1.2023062018 308 kB/s | 42 kB 00:00 (107/399): puppet-ipaclient-2.5.2-17.1.20230620 107 kB/s | 17 kB 00:00 (108/399): puppet-kmod-2.5.0-17.1.2023062019064 167 kB/s | 21 kB 00:00 (109/399): puppet-keepalived-0.0.2-17.1.2023062 104 kB/s | 14 kB 00:00 (110/399): puppet-manila-18.5.2-17.1.2023110219 919 kB/s | 81 kB 00:00 (111/399): puppet-memcached-6.0.0-17.1.20230620 196 kB/s | 23 kB 00:00 (112/399): puppet-module-data-0.5.1-17.1.202306 101 kB/s | 13 kB 00:00 (113/399): puppet-neutron-18.6.1-17.1.202306210 1.8 MB/s | 196 kB 00:00 (114/399): puppet-nova-18.6.1-17.1.202306210904 1.1 MB/s | 200 kB 00:00 (115/399): puppet-nssdb-1.0.2-17.1.202306201856 69 kB/s | 12 kB 00:00 (116/399): puppet-mysql-10.6.1-17.1.20230621022 250 kB/s | 99 kB 00:00 (117/399): puppet-octavia-18.5.1-17.1.202306210 346 kB/s | 76 kB 00:00 (118/399): puppet-openstack_extras-18.5.1-17.1. 275 kB/s | 48 kB 00:00 (119/399): puppet-oslo-18.5.1-17.1.202306210523 394 kB/s | 48 kB 00:00 (120/399): puppet-placement-5.4.3-17.1.20230621 385 kB/s | 41 kB 00:00 (121/399): puppet-openstacklib-18.5.2-17.1.2023 268 kB/s | 62 kB 00:00 (122/399): puppet-qdr-7.4.1-17.1.20230620195605 88 kB/s | 31 kB 00:00 (123/399): puppet-rabbitmq-11.0.1-17.1.20230620 790 kB/s | 266 kB 00:00 (124/399): puppet-redis-6.1.1-17.1.202306201917 165 kB/s | 51 kB 00:00 (125/399): puppet-rsync-1.1.4-17.1.202306210028 232 kB/s | 28 kB 00:00 (126/399): puppet-remote-10.0.0-17.1.2023062019 121 kB/s | 16 kB 00:00 (127/399): puppet-rsyslog-4.0.1-17.1.2023062020 461 kB/s | 58 kB 00:00 (128/399): puppet-ssh-6.2.1-17.1.20230620190251 235 kB/s | 29 kB 00:00 (129/399): puppet-snmp-3.9.1-17.1.2023062020041 268 kB/s | 34 kB 00:00 (130/399): puppet-swift-18.6.1-17.1.20230621052 782 kB/s | 115 kB 00:00 (131/399): puppet-stdlib-6.3.1-17.1.20230621000 422 kB/s | 160 kB 00:00 (132/399): puppet-systemd-2.12.1-17.1.202306201 292 kB/s | 42 kB 00:00 (133/399): puppet-sysctl-0.0.13-17.1.2023062018 55 kB/s | 16 kB 00:00 (134/399): puppet-vswitch-14.4.3-17.1.202306210 304 kB/s | 41 kB 00:00 (135/399): puppet-xinetd-3.3.1-17.1.20230620185 188 kB/s | 26 kB 00:00 (136/399): puppet-vcsrepo-3.1.1-17.1.2023062018 261 kB/s | 50 kB 00:00 (137/399): python-oslo-log-lang-4.4.0-17.1.2023 164 kB/s | 14 kB 00:00 (138/399): python-oslo-cache-lang-2.7.1-17.1.20 156 kB/s | 19 kB 00:00 (139/399): python-oslo-middleware-lang-4.2.1-17 97 kB/s | 13 kB 00:00 (140/399): python-oslo-policy-lang-3.7.1-17.1.2 137 kB/s | 14 kB 00:00 (141/399): python-oslo-versionedobjects-lang-2. 111 kB/s | 14 kB 00:00 (142/399): python3-GitPython-3.1.14-2.el9ost.no 2.5 MB/s | 238 kB 00:00 (143/399): python3-aodhclient-2.2.0-17.1.202306 597 kB/s | 56 kB 00:00 (144/399): python-pycadf-common-3.1.1-17.1.2023 84 kB/s | 15 kB 00:00 (145/399): python3-barbicanclient-5.3.0-17.1.20 1.2 MB/s | 127 kB 00:00 (146/399): python3-cinderclient-7.4.1-17.1.2023 2.2 MB/s | 218 kB 00:00 (147/399): python3-cliff-3.7.0-17.1.20230620172 928 kB/s | 95 kB 00:00 (148/399): python3-designateclient-4.2.1-17.1.2 664 kB/s | 92 kB 00:00 (149/399): python3-futurist-2.3.0-17.1.20230621 620 kB/s | 64 kB 00:00 (150/399): python3-heat-agent-2.2.1-17.1.202306 169 kB/s | 19 kB 00:00 (151/399): python3-heat-agent-ansible-2.2.1-17. 110 kB/s | 11 kB 00:00 (152/399): python3-heat-agent-apply-config-2.2. 103 kB/s | 9.9 kB 00:00 (153/399): python3-heat-agent-docker-cmd-2.2.1- 137 kB/s | 12 kB 00:00 (154/399): python3-heat-agent-hiera-2.2.1-17.1. 117 kB/s | 10 kB 00:00 (155/399): python3-heat-agent-json-file-2.2.1-1 101 kB/s | 9.8 kB 00:00 (156/399): python3-heat-agent-puppet-2.2.1-17.1 104 kB/s | 11 kB 00:00 (157/399): python3-heatclient-2.3.1-17.1.202306 1.6 MB/s | 158 kB 00:00 (158/399): python3-ironic-inspector-client-4.5. 540 kB/s | 67 kB 00:00 (159/399): python3-ironicclient-4.6.4-17.1.2023 2.4 MB/s | 342 kB 00:00 (160/399): python3-keystoneclient-4.3.0-17.1.20 2.0 MB/s | 239 kB 00:00 (161/399): python3-keystonemiddleware-9.2.0-17. 991 kB/s | 92 kB 00:00 (162/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (163/399): python3-mistralclient-4.2.0-17.1.202 1.6 MB/s | 166 kB 00:00 (164/399): python3-neutronclient-7.3.1-17.1.202 2.9 MB/s | 298 kB 00:00 (165/399): python3-novaclient-17.4.1-17.1.20230 1.7 MB/s | 201 kB 00:00 (166/399): python3-os-client-config-2.1.0-17.1. 349 kB/s | 55 kB 00:00 (167/399): python3-os-service-types-1.7.0-17.1. 267 kB/s | 38 kB 00:00 (168/399): python3-os-traits-2.5.0-17.1.2023062 266 kB/s | 45 kB 00:00 (169/399): python3-osc-lib-2.3.1-17.1.202306202 638 kB/s | 78 kB 00:00 (170/399): python3-oslo-cache-2.7.1-17.1.202306 449 kB/s | 56 kB 00:00 (171/399): python3-oslo-context-3.2.1-17.1.2023 256 kB/s | 27 kB 00:00 (172/399): python3-oslo-log-4.4.0-17.1.20230620 548 kB/s | 64 kB 00:00 (173/399): python3-oslo-middleware-4.2.1-17.1.2 359 kB/s | 55 kB 00:00 (174/399): python3-oslo-policy-3.7.1-17.1.20230 727 kB/s | 76 kB 00:00 (175/399): python3-oslo-reports-2.2.0-17.1.2023 465 kB/s | 59 kB 00:00 (176/399): python3-oslo-serialization-4.1.1-17. 404 kB/s | 34 kB 00:00 (177/399): python3-oslo-rootwrap-6.3.1-17.1.202 268 kB/s | 46 kB 00:00 (178/399): python3-oslo-versionedobjects-2.4.1- 812 kB/s | 79 kB 00:00 (179/399): python3-oslo-upgradecheck-1.3.1-17.1 219 kB/s | 29 kB 00:00 (180/399): python3-osprofiler-3.4.0-17.1.202306 1.1 MB/s | 130 kB 00:00 (181/399): python3-pycadf-3.1.1-17.1.2023062021 503 kB/s | 53 kB 00:00 (182/399): python3-requestsexceptions-1.4.0-17. 126 kB/s | 17 kB 00:00 (183/399): python3-saharaclient-3.3.0-17.1.2023 1.7 MB/s | 188 kB 00:00 (184/399): python3-shade-1.33.0-17.1.2023062022 5.2 MB/s | 523 kB 00:00 (185/399): python3-statsd-3.2.1-20.1.el9ost.noa 332 kB/s | 35 kB 00:00 (186/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (187/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 534 kB/s | 50 kB 00:00 (188/399): python3-troveclient-7.0.0-17.1.20230 3.4 MB/s | 344 kB 00:00 (189/399): python3-validations-libs-1.9.1-17.1. 1.2 MB/s | 137 kB 00:00 (190/399): python3-zaqarclient-2.4.0-17.1.20230 1.1 MB/s | 129 kB 00:00 (191/399): validations-common-1.9.1-17.1.202310 1.0 MB/s | 111 kB 00:00 (192/399): python3-paramiko-2.11.0-2.el9ost.noa 2.9 MB/s | 299 kB 00:00 (193/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.0 MB/s | 427 kB 00:00 (194/399): ansible-pacemaker-1.0.4-17.1.2023121 209 kB/s | 21 kB 00:00 (195/399): python3-sqlparse-0.4.1-2.el9ost.noar 570 kB/s | 83 kB 00:00 (196/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.3 MB/s | 230 kB 00:00 (197/399): python3-manilaclient-2.6.4-17.1.2024 2.9 MB/s | 528 kB 00:00 (198/399): ansible-role-metalsmith-deployment-1 180 kB/s | 21 kB 00:00 (199/399): openstack-selinux-0.8.37-17.1.202311 1.8 MB/s | 221 kB 00:00 (200/399): puppet-ironic-18.7.1-17.1.2024030521 963 kB/s | 121 kB 00:00 (201/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (202/399): python-oslo-db-lang-8.5.2-17.1.20240 126 kB/s | 14 kB 00:00 (203/399): python3-keystoneauth1-4.4.0-17.1.202 3.9 MB/s | 409 kB 00:00 (204/399): python3-metalsmith-1.4.4-17.1.202405 672 kB/s | 65 kB 00:00 (205/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (206/399): python3-octaviaclient-2.3.1-17.1.202 948 kB/s | 91 kB 00:00 (207/399): python3-oslo-db-8.5.2-17.1.202408201 1.4 MB/s | 144 kB 00:00 (208/399): python3-oslo-messaging-12.7.3-17.1.2 2.3 MB/s | 216 kB 00:00 (209/399): python3-oslo-service-2.5.1-17.1.2024 565 kB/s | 71 kB 00:00 (210/399): python3-rhosp-openvswitch-3.3-1.el9o 72 kB/s | 8.3 kB 00:00 (211/399): python3-waitress-2.0.0-4.el9ost.noar 686 kB/s | 109 kB 00:00 (212/399): openstack-ansible-core-2.14.2-4.7.el 17 MB/s | 2.3 MB 00:00 (213/399): openstack-tripleo-validations-14.3.2 2.1 MB/s | 204 kB 00:00 (214/399): puppet-glance-18.6.1-17.1.2025022015 750 kB/s | 87 kB 00:00 (215/399): puppet-ovn-18.6.1-17.1.2024092509490 276 kB/s | 29 kB 00:00 (216/399): python3-os-ken-1.4.1-17.1.2024120509 16 MB/s | 2.1 MB 00:00 (217/399): puppet-pacemaker-1.5.1-17.1.20250214 679 kB/s | 158 kB 00:00 (218/399): ansible-collection-containers-podman 2.7 MB/s | 243 kB 00:00 (219/399): puppet-tripleo-14.2.3-17.1.202503201 1.1 MB/s | 239 kB 00:00 (220/399): ansible-collections-openstack-1.9.1- 1.3 MB/s | 146 kB 00:00 (221/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.6 MB/s | 351 kB 00:00 (222/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.2 MB/s | 518 kB 00:00 (223/399): hiera-3.6.0-6.el9ost.noarch.rpm 241 kB/s | 33 kB 00:00 (224/399): openstack-tripleo-common-15.4.1-17.1 440 kB/s | 52 kB 00:00 (225/399): leatherman-1.12.6-5.el9ost.x86_64.rp 2.8 MB/s | 405 kB 00:00 (226/399): openstack-tripleo-common-containers- 678 kB/s | 78 kB 00:00 (227/399): puppet-7.10.0-4.el9ost.noarch.rpm 121 kB/s | 11 kB 00:00 (228/399): puppet-headless-7.10.0-4.el9ost.noar 9.7 MB/s | 1.4 MB 00:00 (229/399): puppet-keystone-18.6.1-17.1.20250425 1.4 MB/s | 127 kB 00:00 (230/399): python3-amqp-5.0.6-5.el9ost.noarch.r 905 kB/s | 92 kB 00:00 (231/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (232/399): python3-boto-2.45.0-8.1.el9ost.noarc 10 MB/s | 1.3 MB 00:00 (233/399): python3-cachetools-4.2.2-3.el9ost.no 214 kB/s | 33 kB 00:00 (234/399): python3-dogpile-cache-1.1.5-5.el9ost 887 kB/s | 89 kB 00:00 (235/399): python3-colorama-0.4.4-4.el9ost.noar 273 kB/s | 35 kB 00:00 (236/399): python3-extras-1.0.0-17.el9ost.noarc 214 kB/s | 21 kB 00:00 (237/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (238/399): python3-keyring-21.8.0-4.el9ost.noar 685 kB/s | 77 kB 00:00 (239/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.2 MB/s | 313 kB 00:00 (240/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.0 MB/s | 87 kB 00:00 (241/399): python3-munch-2.5.0-6.el9ost.noarch. 261 kB/s | 25 kB 00:00 (242/399): python3-paste-3.5.0-5.el9ost.noarch. 7.6 MB/s | 776 kB 00:00 (243/399): python3-openstacksdk-0.55.1-17.1.202 5.7 MB/s | 735 kB 00:00 (244/399): python3-paste-deploy-2.1.1-4.el9ost. 450 kB/s | 41 kB 00:00 (245/399): python3-pystache-0.5.4-15.el9ost.noa 1.4 MB/s | 132 kB 00:00 (246/399): python3-repoze-lru-0.7-12.el9ost.noa 351 kB/s | 32 kB 00:00 (247/399): python3-routes-2.4.1-14.el9ost.noarc 1.7 MB/s | 188 kB 00:00 (248/399): python3-secretstorage-3.3.1-3.el9ost 412 kB/s | 36 kB 00:00 (249/399): python3-simplejson-3.17.5-3.el9ost.x 2.0 MB/s | 266 kB 00:00 (250/399): python3-tempita-0.5.1-27.el9ost.noar 416 kB/s | 36 kB 00:00 (251/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 292 kB/s | 57 kB 00:00 (252/399): python3-tripleo-common-15.4.1-17.1.2 2.1 MB/s | 202 kB 00:00 (253/399): python3-tripleoclient-16.5.1-17.1.20 4.4 MB/s | 553 kB 00:00 (254/399): python3-testtools-2.4.0-10.el9ost.no 1.9 MB/s | 333 kB 00:00 (255/399): python3-vine-5.0.0-5.el9ost.noarch.r 172 kB/s | 26 kB 00:00 (256/399): python3-yappi-1.3.1-5.el9ost.x86_64. 599 kB/s | 56 kB 00:00 (257/399): python3-warlock-1.3.3-7.el9ost.noarc 169 kB/s | 21 kB 00:00 (258/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 309 kB/s | 29 kB 00:00 (259/399): ruby-facter-3.14.19-3.el9ost.x86_64. 70 kB/s | 9.5 kB 00:00 (260/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.1 MB/s | 180 kB 00:00 (261/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.0 MB/s | 123 kB 00:00 (262/399): openstack-heat-api-16.1.1-17.1.20250 180 kB/s | 16 kB 00:00 (263/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 153 kB/s | 19 kB 00:00 (264/399): openstack-heat-common-16.1.1-17.1.20 14 MB/s | 1.6 MB 00:00 (265/399): openstack-heat-monolith-16.1.1-17.1. 171 kB/s | 16 kB 00:00 (266/399): openstack-heat-engine-16.1.1-17.1.20 129 kB/s | 15 kB 00:00 (267/399): openstack-tripleo-heat-templates-14. 5.6 MB/s | 617 kB 00:00 (268/399): puppet-barbican-18.4.2-17.1.20250625 460 kB/s | 57 kB 00:00 (269/399): python-openstackclient-lang-5.5.2-17 297 kB/s | 58 kB 00:00 (270/399): python3-openstackclient-5.5.2-17.1.2 7.5 MB/s | 1.1 MB 00:00 (271/399): tripleo-ansible-3.3.1-17.1.202507021 4.2 MB/s | 570 kB 00:00 (272/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 1.7 MB/s | 223 kB 00:00 (273/399): perl-Getopt-Long-2.52-4.el9.noarch.r 669 kB/s | 64 kB 00:00 (274/399): boost-system-1.75.0-8.el9.x86_64.rpm 101 kB/s | 15 kB 00:00 (275/399): python3-urllib-gssapi-1.0.2-4.el9.no 281 kB/s | 24 kB 00:00 (276/399): perl-Storable-3.21-460.el9.x86_64.rp 908 kB/s | 98 kB 00:00 (277/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.6 MB/s | 216 kB 00:00 (278/399): boost-thread-1.75.0-8.el9.x86_64.rpm 612 kB/s | 57 kB 00:00 (279/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 132 kB/s | 17 kB 00:00 (280/399): perl-Data-Dumper-2.174-462.el9.x86_6 545 kB/s | 59 kB 00:00 (281/399): perl-Exporter-5.74-461.el9.noarch.rp 393 kB/s | 34 kB 00:00 (282/399): perl-File-Temp-0.231.100-4.el9.noarc 566 kB/s | 63 kB 00:00 (283/399): perl-parent-0.238-460.el9.noarch.rpm 178 kB/s | 16 kB 00:00 (284/399): perl-Text-Tabs+Wrap-2013.0523-460.el 227 kB/s | 25 kB 00:00 (285/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.2 MB/s | 283 kB 00:00 (286/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.3 MB/s | 224 kB 00:00 (287/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.0 MB/s | 321 kB 00:00 (288/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 458 kB/s | 45 kB 00:00 (289/399): perl-PathTools-3.78-461.el9.x86_64.r 775 kB/s | 92 kB 00:00 (290/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 2.8 MB/s | 392 kB 00:00 (291/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.8 MB/s | 229 kB 00:00 (292/399): perl-Term-ANSIColor-5.01-461.el9.noa 533 kB/s | 51 kB 00:00 (293/399): perl-Text-ParseWords-3.30-460.el9.no 140 kB/s | 18 kB 00:00 (294/399): perl-URI-5.09-3.el9.noarch.rpm 1.2 MB/s | 125 kB 00:00 (295/399): perl-libnet-3.13-4.el9.noarch.rpm 1.1 MB/s | 134 kB 00:00 (296/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 6.6 MB/s | 1.2 MB 00:00 (297/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 200 kB/s | 26 kB 00:00 (298/399): iptables-nft-services-1.8.8-6.el9_1. 193 kB/s | 28 kB 00:00 (299/399): perl-Encode-3.08-462.el9.x86_64.rpm 16 MB/s | 1.7 MB 00:00 (300/399): perl-Pod-Escapes-1.07-460.el9.noarch 172 kB/s | 22 kB 00:00 (301/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.4 MB/s | 218 kB 00:00 (302/399): perl-Carp-1.50-460.el9.noarch.rpm 125 kB/s | 31 kB 00:00 (303/399): libburn-1.5.4-4.el9.x86_64.rpm 1.3 MB/s | 175 kB 00:00 (304/399): perl-Mozilla-CA-20200520-6.el9.noarc 149 kB/s | 14 kB 00:00 (305/399): perl-Term-Cap-1.17-460.el9.noarch.rp 219 kB/s | 24 kB 00:00 (306/399): perl-Time-Local-1.300-7.el9.noarch.r 324 kB/s | 37 kB 00:00 (307/399): python3-jwcrypto-0.8-4.el9.noarch.rp 540 kB/s | 76 kB 00:00 (308/399): python3-yubico-1.3.3-7.el9.noarch.rp 544 kB/s | 73 kB 00:00 (309/399): boost-filesystem-1.75.0-8.el9.x86_64 627 kB/s | 59 kB 00:00 (310/399): sshpass-1.09-4.el9.x86_64.rpm 174 kB/s | 30 kB 00:00 (311/399): boost-program-options-1.75.0-8.el9.x 1.1 MB/s | 108 kB 00:00 (312/399): boost-log-1.75.0-8.el9.x86_64.rpm 1.9 MB/s | 410 kB 00:00 (313/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 282 kB/s | 34 kB 00:00 (314/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 175 kB/s | 39 kB 00:00 (315/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 419 kB 00:00 (316/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 76 kB/s | 19 kB 00:00 (317/399): perl-Digest-1.19-4.el9.noarch.rpm 140 kB/s | 29 kB 00:00 (318/399): perl-File-Path-2.18-4.el9.noarch.rpm 313 kB/s | 38 kB 00:00 (319/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 395 kB/s | 92 kB 00:00 (320/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 240 kB/s | 43 kB 00:00 (321/399): perl-Scalar-List-Utils-1.56-461.el9. 377 kB/s | 77 kB 00:00 (322/399): perl-Socket-2.031-4.el9.x86_64.rpm 479 kB/s | 58 kB 00:00 (323/399): perl-constant-1.33-461.el9.noarch.rp 175 kB/s | 25 kB 00:00 (324/399): perl-podlators-4.14-460.el9.noarch.r 1.0 MB/s | 118 kB 00:00 (325/399): python3-appdirs-1.4.4-4.el9.noarch.r 258 kB/s | 27 kB 00:00 (326/399): python3-PyMySQL-0.10.1-6.el9.noarch. 667 kB/s | 112 kB 00:00 (327/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.1 MB/s | 163 kB 00:00 (328/399): python3-pyusb-1.0.2-13.el9.noarch.rp 790 kB/s | 96 kB 00:00 (329/399): python3-wcwidth-0.2.5-8.el9.noarch.r 522 kB/s | 48 kB 00:00 (330/399): python3-qrcode-core-6.1-12.el9.noarc 477 kB/s | 61 kB 00:00 (331/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.7 MB/s | 279 kB 00:00 (332/399): python3-alembic-1.7.5-3.el9.noarch.r 9.1 MB/s | 900 kB 00:00 (333/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.7 MB/s | 221 kB 00:00 (334/399): python3-augeas-0.5.0-25.el9.noarch.r 273 kB/s | 31 kB 00:00 (335/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 307 kB/s | 42 kB 00:00 (336/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 3.0 MB/s | 489 kB 00:00 (337/399): perl-AutoLoader-5.74-480.el9.noarch. 143 kB/s | 23 kB 00:00 (338/399): perl-B-1.80-480.el9.x86_64.rpm 1.6 MB/s | 185 kB 00:00 (339/399): perl-Class-Struct-0.66-480.el9.noarc 123 kB/s | 24 kB 00:00 (340/399): perl-Errno-1.30-480.el9.x86_64.rpm 106 kB/s | 17 kB 00:00 (341/399): perl-File-Basename-2.85-480.el9.noar 127 kB/s | 19 kB 00:00 (342/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 91 kB/s | 23 kB 00:00 (343/399): perl-File-stat-1.09-480.el9.noarch.r 119 kB/s | 19 kB 00:00 (344/399): perl-Getopt-Std-1.12-480.el9.noarch. 172 kB/s | 17 kB 00:00 (345/399): perl-FileHandle-2.03-480.el9.noarch. 129 kB/s | 17 kB 00:00 (346/399): perl-IO-1.43-480.el9.x86_64.rpm 681 kB/s | 94 kB 00:00 (347/399): perl-IPC-Open3-1.21-480.el9.noarch.r 286 kB/s | 25 kB 00:00 (348/399): perl-NDBM_File-1.15-480.el9.x86_64.r 199 kB/s | 25 kB 00:00 (349/399): perl-SelectSaver-1.02-480.el9.noarch 127 kB/s | 13 kB 00:00 (350/399): perl-POSIX-1.94-480.el9.x86_64.rpm 556 kB/s | 99 kB 00:00 (351/399): perl-Symbol-1.08-480.el9.noarch.rpm 115 kB/s | 16 kB 00:00 (352/399): perl-base-2.27-480.el9.noarch.rpm 100 kB/s | 18 kB 00:00 (353/399): perl-if-0.60.800-480.el9.noarch.rpm 101 kB/s | 16 kB 00:00 (354/399): perl-interpreter-5.32.1-480.el9.x86_ 548 kB/s | 75 kB 00:00 (355/399): perl-libs-5.32.1-480.el9.x86_64.rpm 11 MB/s | 2.2 MB 00:00 (356/399): perl-mro-1.23-480.el9.x86_64.rpm 167 kB/s | 31 kB 00:00 (357/399): perl-overload-1.31-480.el9.noarch.rp 233 kB/s | 47 kB 00:00 (358/399): perl-overloading-0.02-480.el9.noarch 120 kB/s | 15 kB 00:00 (359/399): perl-subs-1.03-480.el9.noarch.rpm 89 kB/s | 13 kB 00:00 (360/399): perl-vars-1.05-480.el9.noarch.rpm 83 kB/s | 15 kB 00:00 (361/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.5 MB/s | 176 kB 00:00 (362/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.5 MB/s | 259 kB 00:00 (363/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.0 MB/s | 459 kB 00:00 (364/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (365/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 313 kB/s | 40 kB 00:00 (366/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.5 MB/s | 452 kB 00:00 (367/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 385 kB/s | 59 kB 00:00 (368/399): rhel-system-roles-1.21.2-1.el9_2.noa 18 MB/s | 2.4 MB 00:00 (369/399): ipa-client-common-4.10.1-12.el9_2.2. 439 kB/s | 44 kB 00:00 (370/399): python3-ipaclient-4.10.1-12.el9_2.2. 1.8 MB/s | 648 kB 00:00 (371/399): ipa-common-4.10.1-12.el9_2.2.noarch. 1.3 MB/s | 656 kB 00:00 (372/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 473 kB/s | 57 kB 00:00 (373/399): python3-ipalib-4.10.1-12.el9_2.2.noa 1.3 MB/s | 663 kB 00:00 (374/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 389 kB/s | 41 kB 00:00 (375/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 40 MB/s | 7.9 MB 00:00 (376/399): ruby-default-gems-3.0.4-161.el9_2.2. 354 kB/s | 46 kB 00:00 (377/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 22 MB/s | 3.3 MB 00:00 (378/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 417 kB/s | 55 kB 00:00 (379/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.0 MB/s | 456 kB 00:00 (380/399): rubygem-io-console-0.5.7-161.el9_2.2 187 kB/s | 26 kB 00:00 (381/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 546 kB/s | 59 kB 00:00 (382/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 406 kB/s | 60 kB 00:00 (383/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 3.1 MB/s | 441 kB 00:00 (384/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 788 kB/s | 110 kB 00:00 (385/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.5 MB/s | 306 kB 00:00 (386/399): buildah-1.29.5-1.el9_2.x86_64.rpm 38 MB/s | 8.6 MB 00:00 (387/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.1 MB/s | 245 kB 00:00 (388/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 12 MB/s | 2.2 MB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 653 kB/s | 68 kB 00:00 (390/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.6 MB/s | 354 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 510 kB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 517 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 242 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 15 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.6 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.0 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 5.0 MB/s | 97 MB 00:19 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-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 89/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 90/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 91/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 92/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 93/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 94/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 95/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 96/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 97/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 98/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 99/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 100/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 101/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 102/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 103/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 104/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 105/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 106/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 107/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 108/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 109/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 110/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 111/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 112/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 113/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 114/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 115/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 116/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 117/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 118/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 122/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 123/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 124/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 126/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 127/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 128/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 129/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 130/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 131/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 132/408 Installing : python3-yubico-1.3.3-7.el9.noarch 133/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.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 : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 171/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 172/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 173/408 Installing : jq-1.6-14.el9.x86_64 174/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 175/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 176/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 177/408 Installing : boost-log-1.75.0-8.el9.x86_64 178/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 179/408 Installing : sshpass-1.09-4.el9.x86_64 180/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 181/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 182/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 183/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 185/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 187/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 188/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 189/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 190/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 191/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 192/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 193/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 194/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 195/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 196/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 199/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 200/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 201/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 202/408 Installing : libburn-1.5.4-4.el9.x86_64 203/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Installing : libisofs-1.5.4-4.el9.x86_64 205/408 Installing : libisoburn-1.5.4-4.el9.x86_64 206/408 Installing : xorriso-1.5.4-4.el9.x86_64 207/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 207/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 208/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 209/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 210/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 211/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 212/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 213/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 214/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 215/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 216/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 216/408 Installing : puppet-7.10.0-4.el9ost.noarch 217/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 218/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 219/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 220/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 221/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 222/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 223/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 224/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 225/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 226/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 227/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 228/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 229/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 230/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 231/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 232/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 233/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 234/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 235/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 236/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 237/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 238/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 239/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 240/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 241/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 242/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 243/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 244/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 245/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 246/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 247/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 248/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 249/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 250/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 251/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 252/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 253/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 254/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 255/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 256/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 257/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 258/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 259/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 260/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 261/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 262/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 263/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 264/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 265/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 266/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 267/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 268/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 269/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 270/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 271/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 272/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 273/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 274/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 275/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 276/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 277/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 278/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 279/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 280/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 281/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 282/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 283/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 284/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 285/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 286/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 288/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 289/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 291/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 292/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 293/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 294/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 295/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 296/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 297/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 298/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 299/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 300/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 301/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 302/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 303/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 304/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 305/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 306/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 307/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 308/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 309/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 310/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 311/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 312/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 313/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 314/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 315/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 316/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 317/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 318/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 319/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 320/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 321/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 322/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 323/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 324/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 325/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 327/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 328/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 329/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 330/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 331/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 332/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 333/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 334/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 335/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 336/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 337/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 338/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 339/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 340/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 341/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 342/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 343/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 344/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 345/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 346/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 347/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 348/408 Installing : python3-memcached-1.59-3.el9ost.noarch 349/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 350/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 351/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 352/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 353/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 354/408 Installing : python3-docutils-0.16-6.el9ost.noarch 355/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 356/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 357/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 358/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 359/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 360/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 361/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 362/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 363/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 364/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 365/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 366/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 367/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 20/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 21/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 22/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 23/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 24/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 25/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 26/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 27/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 28/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 29/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 30/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 31/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 32/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 33/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 34/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 35/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 36/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 37/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 38/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 39/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 40/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 41/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 42/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 43/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 44/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 45/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 46/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 47/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 48/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 49/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 50/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 51/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 52/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 53/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 54/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 55/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 56/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 57/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 58/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 59/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 60/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 61/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 62/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 63/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 64/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 65/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 66/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 67/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 68/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 69/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 70/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 71/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 72/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 73/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 74/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 75/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 76/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 77/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 78/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 79/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 80/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 81/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 82/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 83/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 84/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 85/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 86/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 87/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 88/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 89/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 90/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 91/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 92/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 93/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 94/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 95/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 96/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 97/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 98/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 99/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 100/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 101/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 102/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 103/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 104/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 105/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 106/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 107/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 108/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 109/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 110/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 111/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 112/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 113/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 114/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 115/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 116/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 117/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 118/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 119/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 120/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 121/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 122/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 123/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 124/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 125/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 126/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 127/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 128/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 129/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 130/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 131/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 132/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 133/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 134/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 135/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 136/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 137/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 138/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 139/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 140/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 141/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 142/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 143/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 144/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 145/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 146/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 147/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 148/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 149/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 150/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 151/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 152/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 153/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 154/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 155/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 156/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 157/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 158/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 159/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 160/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 161/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 162/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 163/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 164/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 165/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 166/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 167/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 168/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 169/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 170/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 171/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 172/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 173/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 174/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 175/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 176/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 177/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 178/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 179/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 180/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 181/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 182/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 183/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 184/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 185/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 186/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 187/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 188/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 189/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 190/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 191/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 192/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 193/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 194/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 195/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 197/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 198/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 199/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 200/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 201/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 202/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 203/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 204/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 205/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 206/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 207/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 208/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 209/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 210/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 211/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 212/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 213/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 214/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 215/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 216/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 217/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 218/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 219/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 220/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 221/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 222/408 Verifying : hiera-3.6.0-6.el9ost.noarch 223/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 224/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 225/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Verifying : puppet-7.10.0-4.el9ost.noarch 227/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 228/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 229/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 230/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 231/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 232/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 233/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 234/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 235/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 236/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 237/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 238/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 239/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 240/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 241/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 242/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 243/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 244/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 245/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 246/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 247/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 248/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 249/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 250/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 251/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 252/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 253/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 254/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 255/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 256/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 257/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 258/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 259/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 260/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 261/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 262/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 263/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 264/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 265/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 266/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 267/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 268/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 269/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 270/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 271/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 272/408 Verifying : boost-system-1.75.0-8.el9.x86_64 273/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 274/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 275/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 276/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 277/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 278/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 279/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 280/408 Verifying : perl-Exporter-5.74-461.el9.noarch 281/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 282/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 283/408 Verifying : perl-parent-1:0.238-460.el9.noarch 284/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 285/408 Verifying : xorriso-1.5.4-4.el9.x86_64 286/408 Verifying : libisofs-1.5.4-4.el9.x86_64 287/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 288/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 289/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 290/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 291/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 292/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 293/408 Verifying : perl-URI-5.09-3.el9.noarch 294/408 Verifying : perl-libnet-3.13-4.el9.noarch 295/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 296/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 297/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Verifying : perl-Carp-1.50-460.el9.noarch 299/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 300/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 301/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 302/408 Verifying : libburn-1.5.4-4.el9.x86_64 303/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 304/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 305/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 306/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 307/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 308/408 Verifying : sshpass-1.09-4.el9.x86_64 309/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 310/408 Verifying : boost-log-1.75.0-8.el9.x86_64 311/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 312/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 313/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 314/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 315/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 316/408 Verifying : perl-Digest-1.19-4.el9.noarch 317/408 Verifying : perl-File-Path-2.18-4.el9.noarch 318/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 319/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 320/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 321/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 322/408 Verifying : perl-constant-1.33-461.el9.noarch 323/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 324/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 325/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 326/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 327/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 328/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 329/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 330/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 331/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 332/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 333/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 334/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 335/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 336/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 337/408 Verifying : perl-B-1.80-480.el9.x86_64 338/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 339/408 Verifying : perl-Errno-1.30-480.el9.x86_64 340/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 341/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 342/408 Verifying : perl-File-stat-1.09-480.el9.noarch 343/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 344/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 345/408 Verifying : perl-IO-1.43-480.el9.x86_64 346/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 347/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 348/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 349/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 350/408 Verifying : perl-Symbol-1.08-480.el9.noarch 351/408 Verifying : perl-base-2.27-480.el9.noarch 352/408 Verifying : perl-if-0.60.800-480.el9.noarch 353/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 354/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 355/408 Verifying : perl-mro-1.23-480.el9.x86_64 356/408 Verifying : perl-overload-1.31-480.el9.noarch 357/408 Verifying : perl-overloading-0.02-480.el9.noarch 358/408 Verifying : perl-subs-1.03-480.el9.noarch 359/408 Verifying : perl-vars-1.05-480.el9.noarch 360/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 361/408 Verifying : python3-mako-1.1.4-6.el9.noarch 362/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 363/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 364/408 Verifying : jq-1.6-14.el9.x86_64 365/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 366/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 367/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 368/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 370/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 371/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 373/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 374/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 375/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 376/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 378/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 379/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 380/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 381/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 382/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 383/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 384/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 385/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 386/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 387/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.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-02T14:00:23.552108 # # 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:d385e4bdb2d3869cdf6b14d459bfd5a4f0e2c14bee35ba4dc87b63f072fa65ae Copying blob sha256:db12dc8f35a62cda93d5aa65b39593214163132feca6bbde63dd9974e1aa2283 Copying blob sha256:b7d77bc102a70df80a0520b29c270228184277f5ce04e231037c1e4f6a2bc360 Copying blob sha256:606e3f89479c9aec401d90a59a498a49bf2742a3f8ab7f1e2b0eeb2c9cb5b066 Copying blob sha256:7d20e065314db3cba78bb80d495fecfd57060edb4a2dfa4c579a5e644ccdd7d3 Copying blob sha256:69f10f01f7b2e776e6ce525d49368d019db8320ed680388375dd9f16bfc58a33 Copying blob sha256:b40f18b6271906b7e7bcfd868e3440ec6e409131fe45ad60e5c57054de58b062 Copying blob sha256:9c55a540353ec5b1a2ab1abe37cddd1f14e33da306e8fed668adf124b36c0e79 Copying blob sha256:0bbb8330dc96e8eaba9cc0c1ad4f5863ce341e0e45a1ed796c62c53f447362a8 Copying blob sha256:897a1634f14429302154d94db0d5a32e55fb95b92073019c0be92b18f5d6b823 Copying blob sha256:0e6dc5da340c9f9bbf610b929d8bec4e0c35396ffc55c76b1bd68d4992fe7c15 Copying blob sha256:47701341ed1b112ec1281732c38124fc76509b2aeed0888d0f8b59db5fea5954 Copying blob sha256:1900d432443abaa423a885da838a9b41cde67149c5e7372c6054ca61271097e9 Copying blob sha256:2840360ed8ccd2aaaf2ce9e27eaae03319e58e80a0534af402a586256872f0b2 Copying blob sha256:b823af5abf57fa0eca28cb79f79d00201f1ad4cfbd5d5a59d6ab7881d4d51bf7 Copying blob sha256:254aafac95fb43ec40bfe0a95168832611952ea2a933867f82af8409ef7b3009 Copying blob sha256:475b76e8d9006b087e5650dfc682166c2cadfa7392bb3e5bd9edaf8a302d33df Copying blob sha256:b5e4055a1694cd96b67757912e5e72d79b34f8efead9cb55df2432c6ca6ee17b Copying blob sha256:0b4617396ef1f75e66db855a0adf4d1b0fe217bc673d53466055dac287922081 Copying blob sha256:eb1645f0a2cbd537d71c14d6327f44f08abea4f9b52fb216ab1942e2a352ae59 Copying blob sha256:69ef36d7fcd0158f8ab6fae5e83c0041f4128637bbdaec39d65567c9fd45695c Copying blob sha256:6d387c06b903b2c2166cf9b174af0fb8e78c660bbe675dcf2bc155ba2a2f12d7 Copying blob sha256:a7154e7307c17d1ef56e0d27c316cc86916c2166f65cac742b21ca666f1f9c96 Copying blob sha256:96974d7aa998a5190f538795a1412b43e2e56f50334ca3304d3cbb431849e609 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:4b18698b1c918861726fa6a06fd39506b369f00d1873995fac3dd33b97735a79 Copying blob sha256:2517fca7b28b29ab4d1944b40b0ef7dd039c2fbd411c385ea247659005c88974 Copying blob sha256:473254d2d7401903afa522a39e5f43af3e951bf1bcc1c7d63e3f73cfcc16b304 Copying blob sha256:64741c532281f0906e4f6c1efa2235aca6d5a10e955b9f32d522c15ebc40790e Copying blob sha256:c944658bf3a6b06872377ef1e4435875ce2c6b7a37701588a36f8ac738125659 Copying blob sha256:1d79b9ceab1a70442210f0fab5f817b84dc1ec42a697cd71644da2e013d2c292 Copying blob sha256:bb55f9d7843ab1f30e54ace7731b048403617c333e158fe13b0f4390524c328a Copying blob sha256:eeddfb86b7bafa8de7b2dd224ba203c4691f3ee63db7462558258fd75a9126c7 Copying blob sha256:7ee7386bdf072dc612e0670c9ffa58a6400469c59082c496c1d63b2c4d3ba784 Copying blob sha256:37b63bd07c25f0c22cfb54f7e40b12f4ae2afd1ae8d4154dc7d3038e130a7232 Copying blob sha256:28af8301df78163449820b3466ae686ec786212b15795cebf8de044ecf7e245c Copying blob sha256:093fbf96c743880bcf95c7cea7a24690060301b885bb581293346a649f47dd53 Copying blob sha256:2c069e386b8ef119b44ac11a92196609600e2b0ab305d1ac54d08300dbaa3e4b Copying blob sha256:63cd6c3b2876ff7882c0b47cb1a39bcd79c58d4da4ef95cb5952b045bca4224e Copying blob sha256:86763a32dc0eba4d74ea614e7db237918b06e4a0a558d5f34d1c05fac8453053 Copying blob sha256:05ce8d9476064734876422c7df404c54d8b82e943aa0fabcdbdf560b84012653 Copying blob sha256:f39a7bbcb88f2b51ab77626190eab47edff740dd2ee5ebb4c3762c0051fff821 Copying blob sha256:32d5b7d4bc9790d27cef7edc076f339a1a6c2d7810683fad1e6954ffac929394 Copying blob sha256:99b844c124e11a8ce3ce48278d5922626efdaea251680b4bbd6e508c7abb23d1 Copying blob sha256:75012444fe4528c9f32d42dfab7bf0933a7dde46f696310e9486f485153a39fb Copying blob sha256:00b67afe719579e250cfa3bfbb4f395be1bba757c749cca03bc99767cd5d0ae7 Copying blob sha256:b340e4209882941f63fbc47f7887631988cf61c732a89b411a266e7f2158aca1 Copying config sha256:f765bb20f4046f2970e0d1203602a4d17b2b8f087bde0ba5cf97cf6f2a6919d5 Writing manifest to image destination Storing signatures 26f3626048bfcd8987f2d2d72bca981ff66be88bd6193ac2cf7e7df4f5239729 + 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-02 14:08:23.173 42709 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-02 14:08:23.197 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.197 42709 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-02 14:08:23.199 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.199 42709 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-02 14:08:23.200 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.201 42709 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-02 14:08:23.202 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.202 42709 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-02 14:08:23.204 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.204 42709 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-02 14:08:23.206 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.206 42709 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-02 14:08:23.229 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.229 42709 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-02 14:08:23.247 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.247 42709 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-02 14:08:23.248 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.249 42709 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-02 14:08:23.250 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.250 42709 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-02 14:08:23.252 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.252 42709 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-02 14:08:23.254 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.254 42709 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-02 14:08:23.256 42709 INFO migrate.versioning.api [-] done 2025-10-02 14:08:23.256 42709 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-02 14:08:23.279 42709 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-02 14:08:31Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:32Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:32Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:32Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:32Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 14:08:32Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:33Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:33Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-02 14:08:33Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:33Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:33Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-02 14:08:34Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:34Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:34Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:34Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:34Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-02 14:08:34Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-02 14:08:34Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:34Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:34Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 14:08:34Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:35Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:35Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:35Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-02 14:08:35Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-02 14:08:35Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:35Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-02 14:08:35Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:35Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:35Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 14:08:35Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:36Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:36Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:36Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-02 14:08:36Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:36Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 14:08:36Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:36Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 14:08:36Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:36Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:36Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:36Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-02 14:08:37Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:37Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-02 14:08:37Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-02 14:08:37Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:37Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-02 14:08:37Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:37Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-02 14:08:38Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:38Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-02 14:08:38Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:38Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-02 14:08:39Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:39Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-02 14:08:40Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:40Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-02 14:08:41Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-02 14:08:41Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-02 14:08:41Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:41Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-02 14:08:42Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 14:08:42Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 14:08:42Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 14:08:42Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 14:08:42Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:42Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:42Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:42Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-02 14:08:42Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:43Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-02 14:08:43Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:43Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:43Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-02 14:08:44Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-02 14:08:45Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:45Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-02 14:08:45Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:45Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:46Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:08:49Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:51Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:51Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:08:53Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:08:53Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-02 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:08:55Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:08:58Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 14:08:59Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:08:59Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:08:59Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-02 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:03Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-02 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:06Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:06Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:06Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:07Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:09Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:09Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-02 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-02 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-02 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-02 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-02 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:37Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-02 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-02 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-02 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-02 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-02 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-02 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-02 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-02 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-02 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-02 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-02 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-02 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-02 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-02 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-02 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-02 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-02 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-02 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-02 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-02 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-02 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-02 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-02 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-02 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-02 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-02 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-02 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-02 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-02 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-02 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-02 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-02 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-02 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-02 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:37Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:37Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:40Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-02 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-02 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:44Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:44Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-02 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-02 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-02 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-02 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-02 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-02 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 14:12:11Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-02 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-02 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-02 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-02 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-02 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-02 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-02 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-02 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:52Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:52Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:53Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-02 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:12:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-02 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:12:59Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:02Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 14:13:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:03Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-02 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:18Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-02 14:13:18Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-02 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:20Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:22Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-02 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:25Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:25Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:30Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-02 14:13:30Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-02 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:35Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:37Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-02 14:13:37Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:38Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-02 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-02 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-02 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-02 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-02 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-02 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:13:53Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:54Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:54Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-02 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-02 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:03Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:04Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:04Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-02 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:08Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-02 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-02 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-02 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-02 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-02 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:24Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:24Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-02 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:26Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-02 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:30Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:32Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-02 14:14:32Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:33Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-02 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:35Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-02 14:14:35Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-02 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-02 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:42Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-02 14:14:42Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:44Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:44Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-02 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:46Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-02 14:14:46Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-02 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-02 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-02 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:51Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-02 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:53Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-02 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-02 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-02 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-02 14:14:58Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:59Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:14:59Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:00Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:00Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:01Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-02 14:15:01Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:01Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:01Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:01Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:01Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:02Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-02 14:15:02Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:02Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:02Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:02Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-02 14:15:03Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:03Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:03Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:03Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-02 14:15:04Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:04Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:04Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:04Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:04Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:05Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:05Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:05Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:05Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:05Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:06Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:06Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:06Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-02 14:15:06Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:06Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:06Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:07Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:07Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:07Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-02 14:15:07Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:07Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:07Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:08Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:09Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:09Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:09Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:10Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-02 14:15:11Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:12Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-02 14:15:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-02 14:15:12Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-02 14:15:13Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:13Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-02 14:15:13Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-02 14:15:13Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-02 14:15:13Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:13Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-02 14:15:14Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:15Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-02 14:15:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:15Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:15Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:15Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:16Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:16Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-02 14:15:16Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:16Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-02 14:15:16Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-02 14:15:16Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:17Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:17Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:18Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:18Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:18Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:18Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:18Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:18Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:18Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:18Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:18Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:18Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:19Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:19Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-02 14:15:19Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:20Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:20Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-02 14:15:20Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:21Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-02 14:15:21Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-02 14:15:22Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:22Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-02 14:15:22Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-02 14:15:23Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:23Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:23Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:23Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:23Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:23Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:23Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-02 14:15:23Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 14:15:23Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:23Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:24Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:24Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-02 14:15:24Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:24Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:24Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:25Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-02 14:15:25Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:25Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:28Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:28Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:28Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:28Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-02 14:15:29Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:30Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:30Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-02 14:15:31Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-02 14:15:31Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 14:15:31Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-02 14:15:31Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 14:15:31Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-02 14:15:31Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/5686ca18-c71a-4cc6-aa4a-47e9e38778f5 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-02 14:15:54.965910 | fa163e8b-869e-54ed-ef07-000000000006 | TASK | External deployment step 0 2025-10-02 14:15:54.979879 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-000000000006') missing from stats 2025-10-02 14:15:55.017317 | fa163e8b-869e-54ed-ef07-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.099810 | 0.02s 2025-10-02 14:15:55.022969 | 8bc3b81f-8326-4d74-8f9a-86a63e9f132a | INCLUDED | /root/standalone-ansible-86hsw4ty/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-02 14:15:55.037235 | fa163e8b-869e-54ed-ef07-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-02 14:15:55.941998 | fa163e8b-869e-54ed-ef07-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-02 14:15:55.943429 | fa163e8b-869e-54ed-ef07-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.025916 | 0.91s 2025-10-02 14:15:55.958068 | fa163e8b-869e-54ed-ef07-000000000129 | TASK | create redis virtual ip 2025-10-02 14:15:56.908159 | fa163e8b-869e-54ed-ef07-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-02 14:15:56.909581 | fa163e8b-869e-54ed-ef07-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.992070 | 0.95s PLAY [Check if required variables are defined] ********************************* 2025-10-02 14:15:56.986098 | fa163e8b-869e-54ed-ef07-000000000138 | TASK | Gathering Facts 2025-10-02 14:15:57.583023 | fa163e8b-869e-54ed-ef07-000000000138 | OK | Gathering Facts | localhost 2025-10-02 14:15:57.584208 | fa163e8b-869e-54ed-ef07-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.666700 | 0.60s 2025-10-02 14:15:57.643163 | fa163e8b-869e-54ed-ef07-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-02 14:15:57.644222 | fa163e8b-869e-54ed-ef07-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.726715 | 0.05s 2025-10-02 14:15:57.686553 | fa163e8b-869e-54ed-ef07-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-02 14:15:57.687578 | fa163e8b-869e-54ed-ef07-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.770071 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-02 14:15:57.778935 | fa163e8b-869e-54ed-ef07-000000000160 | TASK | Gathering Facts 2025-10-02 14:15:57.790061 | fa163e8b-869e-54ed-ef07-000000000160 | TASK | Gathering Facts 2025-10-02 14:15:58.095226 | fa163e8b-869e-54ed-ef07-000000000160 | OK | Gathering Facts | undercloud 2025-10-02 14:15:58.097757 | fa163e8b-869e-54ed-ef07-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.180235 | 0.32s 2025-10-02 14:15:58.122884 | fa163e8b-869e-54ed-ef07-000000000160 | OK | Gathering Facts | standalone 2025-10-02 14:15:58.124168 | fa163e8b-869e-54ed-ef07-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.206658 | 0.33s 2025-10-02 14:15:58.141431 | fa163e8b-869e-54ed-ef07-000000000012 | TASK | Set legacy facts 2025-10-02 14:15:58.187163 | fa163e8b-869e-54ed-ef07-000000000012 | TASK | Set legacy facts 2025-10-02 14:15:58.193723 | fa163e8b-869e-54ed-ef07-000000000012 | OK | Set legacy facts | undercloud 2025-10-02 14:15:58.194899 | fa163e8b-869e-54ed-ef07-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.277386 | 0.05s 2025-10-02 14:15:58.232583 | fa163e8b-869e-54ed-ef07-000000000012 | OK | Set legacy facts | standalone 2025-10-02 14:15:58.233744 | fa163e8b-869e-54ed-ef07-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.316240 | 0.05s PLAY [Load global variables] *************************************************** 2025-10-02 14:15:58.372445 | fa163e8b-869e-54ed-ef07-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-02 14:15:58.373444 | fa163e8b-869e-54ed-ef07-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.455936 | 0.03s 2025-10-02 14:15:58.384190 | fa163e8b-869e-54ed-ef07-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-02 14:15:58.384574 | fa163e8b-869e-54ed-ef07-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.467072 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-10-02 14:15:58.445398 | fa163e8b-869e-54ed-ef07-000000000018 | TASK | Include Service VIP vars 2025-10-02 14:15:58.488033 | fa163e8b-869e-54ed-ef07-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-02 14:15:58.488920 | fa163e8b-869e-54ed-ef07-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.571414 | 0.04s 2025-10-02 14:15:58.489314 | fa163e8b-869e-54ed-ef07-000000000018 | OK | Include Service VIP vars | standalone 2025-10-02 14:15:58.489632 | fa163e8b-869e-54ed-ef07-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.572133 | 0.03s 2025-10-02 14:15:58.493687 | fa163e8b-869e-54ed-ef07-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-02 14:15:58.535929 | fa163e8b-869e-54ed-ef07-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-02 14:15:58.536756 | fa163e8b-869e-54ed-ef07-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.619251 | 0.04s 2025-10-02 14:15:58.537114 | fa163e8b-869e-54ed-ef07-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-02 14:15:58.537446 | fa163e8b-869e-54ed-ef07-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.619947 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-02 14:15:58.625746 | fa163e8b-869e-54ed-ef07-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-02 14:15:59.262567 | fa163e8b-869e-54ed-ef07-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-02 14:15:59.319359 | fa163e8b-869e-54ed-ef07-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-02 14:15:59.345133 | fa163e8b-869e-54ed-ef07-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-02 14:15:59.346022 | fa163e8b-869e-54ed-ef07-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.428514 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-02 14:15:59.412933 | fa163e8b-869e-54ed-ef07-000000000023 | TASK | Set selinux state 2025-10-02 14:15:59.937845 | fa163e8b-869e-54ed-ef07-000000000023 | OK | Set selinux state | standalone 2025-10-02 14:15:59.938746 | fa163e8b-869e-54ed-ef07-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.021237 | 0.52s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-02 14:16:00.040796 | fa163e8b-869e-54ed-ef07-000000000026 | TASK | Configure Hosts Entries 2025-10-02 14:16:00.065800 | fa163e8b-869e-54ed-ef07-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.148283 | 0.02s 2025-10-02 14:16:00.066469 | fa163e8b-869e-54ed-ef07-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.148970 | 0.01s 2025-10-02 14:16:00.101600 | fa163e8b-869e-54ed-ef07-0000000001f1 | TASK | Create temporary file for hosts 2025-10-02 14:16:00.421367 | fa163e8b-869e-54ed-ef07-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-02 14:16:00.422336 | fa163e8b-869e-54ed-ef07-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.504827 | 0.31s 2025-10-02 14:16:00.443479 | fa163e8b-869e-54ed-ef07-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-02 14:16:00.444411 | fa163e8b-869e-54ed-ef07-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.526901 | 0.34s 2025-10-02 14:16:00.460519 | fa163e8b-869e-54ed-ef07-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-02 14:16:00.800894 | fa163e8b-869e-54ed-ef07-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-02 14:16:00.803356 | fa163e8b-869e-54ed-ef07-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.885842 | 0.34s 2025-10-02 14:16:00.876902 | fa163e8b-869e-54ed-ef07-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-02 14:16:00.877696 | fa163e8b-869e-54ed-ef07-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.960192 | 0.40s 2025-10-02 14:16:00.892942 | fa163e8b-869e-54ed-ef07-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-02 14:16:01.178575 | fa163e8b-869e-54ed-ef07-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-02 14:16:01.180019 | fa163e8b-869e-54ed-ef07-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.262502 | 0.27s 2025-10-02 14:16:01.191865 | fa163e8b-869e-54ed-ef07-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-02 14:16:01.192512 | fa163e8b-869e-54ed-ef07-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.275008 | 0.30s 2025-10-02 14:16:01.206905 | fa163e8b-869e-54ed-ef07-0000000001f4 | TASK | Render out the hosts entries 2025-10-02 14:16:01.303186 | fa163e8b-869e-54ed-ef07-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-02 14:16:01.304473 | fa163e8b-869e-54ed-ef07-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.386959 | 0.10s 2025-10-02 14:16:01.323340 | fa163e8b-869e-54ed-ef07-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-02 14:16:01.538728 | fa163e8b-869e-54ed-ef07-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-02 14:16:01.539891 | fa163e8b-869e-54ed-ef07-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.622381 | 0.21s 2025-10-02 14:16:01.664034 | fa163e8b-869e-54ed-ef07-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-02 14:16:01.664885 | fa163e8b-869e-54ed-ef07-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.747379 | 0.32s 2025-10-02 14:16:01.679329 | fa163e8b-869e-54ed-ef07-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-02 14:16:02.026326 | fa163e8b-869e-54ed-ef07-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-02 14:16:02.027203 | fa163e8b-869e-54ed-ef07-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.109695 | 0.35s 2025-10-02 14:16:02.027790 | fa163e8b-869e-54ed-ef07-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-02 14:16:02.028183 | fa163e8b-869e-54ed-ef07-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.110682 | 0.34s 2025-10-02 14:16:02.042358 | fa163e8b-869e-54ed-ef07-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-02 14:16:02.324646 | fa163e8b-869e-54ed-ef07-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-02 14:16:02.325666 | fa163e8b-869e-54ed-ef07-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.408154 | 0.28s 2025-10-02 14:16:02.336360 | fa163e8b-869e-54ed-ef07-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-02 14:16:02.336916 | fa163e8b-869e-54ed-ef07-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.419413 | 0.28s PLAY [Common roles for TripleO servers] **************************************** 2025-10-02 14:16:02.424047 | fa163e8b-869e-54ed-ef07-00000000002a | TASK | Common roles for TripleO servers 2025-10-02 14:16:02.442063 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-00000000002a') missing from stats 2025-10-02 14:16:02.496705 | fa163e8b-869e-54ed-ef07-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.579185 | 0.02s 2025-10-02 14:16:02.559354 | fa163e8b-869e-54ed-ef07-000000000254 | TASK | Gather variables for each operating system 2025-10-02 14:16:02.662963 | fa163e8b-869e-54ed-ef07-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-02 14:16:02.664860 | fa163e8b-869e-54ed-ef07-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.747334 | 0.10s 2025-10-02 14:16:02.671705 | fa163e8b-869e-54ed-ef07-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.754190 | 0.11s 2025-10-02 14:16:02.689409 | fa163e8b-869e-54ed-ef07-000000000256 | TASK | Check release version package is installed 2025-10-02 14:16:02.961153 | fa163e8b-869e-54ed-ef07-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-02 14:16:02.962110 | fa163e8b-869e-54ed-ef07-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.044605 | 0.27s 2025-10-02 14:16:02.981568 | fa163e8b-869e-54ed-ef07-000000000257 | TASK | Deploy release version package 2025-10-02 14:16:08.096370 | fa163e8b-869e-54ed-ef07-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-02 14:16:08.098186 | fa163e8b-869e-54ed-ef07-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.180579 | 5.12s 2025-10-02 14:16:08.120465 | fa163e8b-869e-54ed-ef07-000000000259 | TASK | Include packages tasks 2025-10-02 14:16:08.137692 | fa163e8b-869e-54ed-ef07-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.220166 | 0.02s 2025-10-02 14:16:08.158279 | f21f96ac-f8c9-4bfe-ab79-63bef543b9e1 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-02 14:16:08.184026 | fa163e8b-869e-54ed-ef07-0000000002ad | TASK | Gather facts if they don't exist 2025-10-02 14:16:08.230177 | fa163e8b-869e-54ed-ef07-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-02 14:16:08.231216 | fa163e8b-869e-54ed-ef07-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.313706 | 0.05s 2025-10-02 14:16:08.251879 | fa163e8b-869e-54ed-ef07-0000000002ae | TASK | Gather variables for each operating system 2025-10-02 14:16:08.341354 | fa163e8b-869e-54ed-ef07-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-02 14:16:08.353115 | fa163e8b-869e-54ed-ef07-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.435597 | 0.10s 2025-10-02 14:16:08.373770 | fa163e8b-869e-54ed-ef07-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-02 14:16:08.607013 | fa163e8b-869e-54ed-ef07-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-02 14:16:08.608738 | fa163e8b-869e-54ed-ef07-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.691171 | 0.23s 2025-10-02 14:16:08.630306 | fa163e8b-869e-54ed-ef07-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-02 14:16:14.784714 | fa163e8b-869e-54ed-ef07-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-02 14:16:14.786086 | fa163e8b-869e-54ed-ef07-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.868574 | 6.15s 2025-10-02 14:16:14.810843 | fa163e8b-869e-54ed-ef07-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-02 14:16:15.797208 | fa163e8b-869e-54ed-ef07-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-02 14:16:15.798231 | fa163e8b-869e-54ed-ef07-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.880724 | 0.99s 2025-10-02 14:16:15.818218 | fa163e8b-869e-54ed-ef07-00000000025a | TASK | Enable openvswitch service if installed 2025-10-02 14:16:16.721362 | fa163e8b-869e-54ed-ef07-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-02 14:16:16.722849 | fa163e8b-869e-54ed-ef07-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.805340 | 0.90s 2025-10-02 14:16:16.744747 | fa163e8b-869e-54ed-ef07-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-02 14:16:16.986871 | fa163e8b-869e-54ed-ef07-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-02 14:16:16.987945 | fa163e8b-869e-54ed-ef07-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.070436 | 0.24s 2025-10-02 14:16:17.005590 | fa163e8b-869e-54ed-ef07-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-02 14:16:17.235515 | fa163e8b-869e-54ed-ef07-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-02 14:16:17.237267 | fa163e8b-869e-54ed-ef07-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.319749 | 0.23s 2025-10-02 14:16:17.255609 | fa163e8b-869e-54ed-ef07-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-02 14:16:17.310854 | fa163e8b-869e-54ed-ef07-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-02 14:16:17.312491 | fa163e8b-869e-54ed-ef07-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.394899 | 0.06s 2025-10-02 14:16:17.338807 | fa163e8b-869e-54ed-ef07-00000000025f | TASK | Ensure network service is enabled 2025-10-02 14:16:17.736553 | fa163e8b-869e-54ed-ef07-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-02 14:16:17.738096 | fa163e8b-869e-54ed-ef07-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.820588 | 0.40s 2025-10-02 14:16:17.758153 | fa163e8b-869e-54ed-ef07-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-02 14:16:18.093663 | fa163e8b-869e-54ed-ef07-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-02 14:16:18.095010 | fa163e8b-869e-54ed-ef07-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.177497 | 0.34s 2025-10-02 14:16:18.119377 | fa163e8b-869e-54ed-ef07-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-02 14:16:18.361716 | fa163e8b-869e-54ed-ef07-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-02 14:16:18.363166 | fa163e8b-869e-54ed-ef07-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.445652 | 0.24s 2025-10-02 14:16:18.388639 | fa163e8b-869e-54ed-ef07-000000000263 | TASK | Reload NetworkManager 2025-10-02 14:16:18.787717 | fa163e8b-869e-54ed-ef07-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-02 14:16:18.789952 | fa163e8b-869e-54ed-ef07-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.872432 | 0.40s 2025-10-02 14:16:18.818193 | fa163e8b-869e-54ed-ef07-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-02 14:16:19.032930 | fa163e8b-869e-54ed-ef07-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-02 14:16:19.034250 | fa163e8b-869e-54ed-ef07-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.116739 | 0.21s 2025-10-02 14:16:19.061152 | fa163e8b-869e-54ed-ef07-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-02 14:16:19.426115 | fa163e8b-869e-54ed-ef07-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-02 14:16:19.427135 | fa163e8b-869e-54ed-ef07-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.509628 | 0.36s 2025-10-02 14:16:19.451638 | fa163e8b-869e-54ed-ef07-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-02 14:16:19.647779 | fa163e8b-869e-54ed-ef07-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-02 14:16:19.648807 | fa163e8b-869e-54ed-ef07-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.731299 | 0.20s 2025-10-02 14:16:19.669563 | fa163e8b-869e-54ed-ef07-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-02 14:16:19.901789 | fa163e8b-869e-54ed-ef07-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-02 14:16:19.902964 | fa163e8b-869e-54ed-ef07-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.985455 | 0.23s 2025-10-02 14:16:19.962635 | fa163e8b-869e-54ed-ef07-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.045112 | 0.02s 2025-10-02 14:16:20.043140 | fa163e8b-869e-54ed-ef07-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-02 14:16:20.277136 | fa163e8b-869e-54ed-ef07-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-02 14:16:20.278982 | fa163e8b-869e-54ed-ef07-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.361464 | 0.23s 2025-10-02 14:16:20.297178 | fa163e8b-869e-54ed-ef07-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-02 14:16:20.516767 | fa163e8b-869e-54ed-ef07-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-02 14:16:20.517623 | fa163e8b-869e-54ed-ef07-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.600118 | 0.22s 2025-10-02 14:16:20.534984 | fa163e8b-869e-54ed-ef07-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-02 14:16:20.560129 | fa163e8b-869e-54ed-ef07-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-02 14:16:20.561442 | fa163e8b-869e-54ed-ef07-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.643929 | 0.03s 2025-10-02 14:16:20.581533 | fa163e8b-869e-54ed-ef07-000000000364 | TASK | Write temporary file 2025-10-02 14:16:20.600856 | fa163e8b-869e-54ed-ef07-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-02 14:16:20.601820 | fa163e8b-869e-54ed-ef07-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.684313 | 0.02s 2025-10-02 14:16:20.621535 | fa163e8b-869e-54ed-ef07-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-02 14:16:20.677430 | fa163e8b-869e-54ed-ef07-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-02 14:16:20.678683 | fa163e8b-869e-54ed-ef07-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.761170 | 0.06s 2025-10-02 14:16:20.702538 | fa163e8b-869e-54ed-ef07-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-02 14:16:20.894565 | fa163e8b-869e-54ed-ef07-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-02 14:16:20.895646 | fa163e8b-869e-54ed-ef07-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.978137 | 0.19s 2025-10-02 14:16:20.914998 | fa163e8b-869e-54ed-ef07-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-02 14:16:21.159141 | fa163e8b-869e-54ed-ef07-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-02 14:16:21.160509 | fa163e8b-869e-54ed-ef07-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.242995 | 0.24s 2025-10-02 14:16:21.185189 | fa163e8b-869e-54ed-ef07-000000000368 | TASK | Remove temp file 2025-10-02 14:16:21.386197 | fa163e8b-869e-54ed-ef07-000000000368 | CHANGED | Remove temp file | standalone 2025-10-02 14:16:21.387649 | fa163e8b-869e-54ed-ef07-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.470135 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-02 14:16:21.589529 | fa163e8b-869e-54ed-ef07-000000000034 | TASK | Deploy step tasks for step 0 2025-10-02 14:16:21.657543 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-000000000034') missing from stats 2025-10-02 14:16:21.685915 | fa163e8b-869e-54ed-ef07-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-02 14:16:21.906967 | fa163e8b-869e-54ed-ef07-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-02 14:16:21.907859 | fa163e8b-869e-54ed-ef07-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.990355 | 0.22s 2025-10-02 14:16:21.928236 | fa163e8b-869e-54ed-ef07-000000000036 | TASK | Check cloud-init status 2025-10-02 14:16:22.177774 | fa163e8b-869e-54ed-ef07-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-02 14:16:22.179080 | fa163e8b-869e-54ed-ef07-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.261568 | 0.25s 2025-10-02 14:16:22.206117 | fa163e8b-869e-54ed-ef07-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-02 14:16:22.449541 | fa163e8b-869e-54ed-ef07-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-02 14:16:22.450924 | fa163e8b-869e-54ed-ef07-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.533413 | 0.24s 2025-10-02 14:16:22.476311 | fa163e8b-869e-54ed-ef07-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-02 14:16:22.837798 | fa163e8b-869e-54ed-ef07-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-02 14:16:22.838550 | fa163e8b-869e-54ed-ef07-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.921045 | 0.36s 2025-10-02 14:16:22.859802 | fa163e8b-869e-54ed-ef07-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-02 14:16:23.046387 | fa163e8b-869e-54ed-ef07-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-02 14:16:23.047739 | fa163e8b-869e-54ed-ef07-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.130224 | 0.19s 2025-10-02 14:16:23.074222 | fa163e8b-869e-54ed-ef07-00000000003a | TASK | Write container-puppet.sh 2025-10-02 14:16:23.563488 | fa163e8b-869e-54ed-ef07-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-02 14:16:23.565001 | fa163e8b-869e-54ed-ef07-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.647481 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:16:23.644837 | fa163e8b-869e-54ed-ef07-00000000003b | TIMING | include_tasks | standalone | 0:00:28.727318 | 0.05s 2025-10-02 14:16:23.665954 | ba40c827-d714-4b7d-9e2f-ae1c8d441d73 | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-02 14:16:23.700986 | fa163e8b-869e-54ed-ef07-000000000416 | TASK | Configure tuned before reboot 2025-10-02 14:16:23.752145 | fa163e8b-869e-54ed-ef07-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.834616 | 0.05s 2025-10-02 14:16:23.812675 | fa163e8b-869e-54ed-ef07-000000000455 | TASK | Gather variables for each operating system 2025-10-02 14:16:23.929805 | fa163e8b-869e-54ed-ef07-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-02 14:16:23.932823 | fa163e8b-869e-54ed-ef07-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.015309 | 0.12s 2025-10-02 14:16:23.943372 | fa163e8b-869e-54ed-ef07-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.025851 | 0.13s 2025-10-02 14:16:24.033987 | fa163e8b-869e-54ed-ef07-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.116461 | 0.06s 2025-10-02 14:16:24.058209 | 1b6bee39-d796-46ce-8463-da0a3606ef54 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-02 14:16:24.090784 | fa163e8b-869e-54ed-ef07-00000000047f | TASK | Check tuned package is installed 2025-10-02 14:16:24.366402 | fa163e8b-869e-54ed-ef07-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-02 14:16:24.367887 | fa163e8b-869e-54ed-ef07-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.450370 | 0.28s 2025-10-02 14:16:24.395348 | fa163e8b-869e-54ed-ef07-000000000480 | TASK | Install tuned 2025-10-02 14:16:30.981330 | fa163e8b-869e-54ed-ef07-000000000480 | CHANGED | Install tuned | standalone 2025-10-02 14:16:30.982156 | fa163e8b-869e-54ed-ef07-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.064654 | 6.58s 2025-10-02 14:16:31.000474 | fa163e8b-869e-54ed-ef07-000000000481 | TASK | Restart tuned 2025-10-02 14:16:32.671041 | fa163e8b-869e-54ed-ef07-000000000481 | CHANGED | Restart tuned | standalone 2025-10-02 14:16:32.672129 | fa163e8b-869e-54ed-ef07-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.754625 | 1.67s 2025-10-02 14:16:32.693489 | fa163e8b-869e-54ed-ef07-000000000457 | TASK | Check for tuned-adm 2025-10-02 14:16:32.879447 | fa163e8b-869e-54ed-ef07-000000000457 | OK | Check for tuned-adm | standalone 2025-10-02 14:16:32.880330 | fa163e8b-869e-54ed-ef07-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.962815 | 0.19s 2025-10-02 14:16:32.923568 | fa163e8b-869e-54ed-ef07-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.006053 | 0.02s 2025-10-02 14:16:32.937530 | b309c720-1b4f-4f15-a77d-c034e6aecc3d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-02 14:16:32.964807 | fa163e8b-869e-54ed-ef07-0000000004b6 | TASK | Ensure profile directory exists 2025-10-02 14:16:33.020714 | fa163e8b-869e-54ed-ef07-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-02 14:16:33.021437 | fa163e8b-869e-54ed-ef07-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.103933 | 0.06s 2025-10-02 14:16:33.047008 | fa163e8b-869e-54ed-ef07-0000000004b7 | TASK | Create custom tuned profile 2025-10-02 14:16:33.105710 | fa163e8b-869e-54ed-ef07-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-02 14:16:33.106444 | fa163e8b-869e-54ed-ef07-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.188939 | 0.06s 2025-10-02 14:16:33.124562 | fa163e8b-869e-54ed-ef07-0000000004b8 | TASK | Check tuned active profile 2025-10-02 14:16:33.427684 | fa163e8b-869e-54ed-ef07-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-02 14:16:33.428689 | fa163e8b-869e-54ed-ef07-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.511182 | 0.30s 2025-10-02 14:16:33.451260 | fa163e8b-869e-54ed-ef07-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-02 14:16:33.631102 | fa163e8b-869e-54ed-ef07-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-02 14:16:33.632451 | fa163e8b-869e-54ed-ef07-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.714938 | 0.18s 2025-10-02 14:16:33.658541 | fa163e8b-869e-54ed-ef07-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-02 14:16:33.708776 | fa163e8b-869e-54ed-ef07-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-02 14:16:33.709977 | fa163e8b-869e-54ed-ef07-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.792465 | 0.05s 2025-10-02 14:16:33.737451 | fa163e8b-869e-54ed-ef07-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-02 14:16:33.777596 | fa163e8b-869e-54ed-ef07-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-02 14:16:33.779120 | fa163e8b-869e-54ed-ef07-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.861606 | 0.04s 2025-10-02 14:16:33.801361 | fa163e8b-869e-54ed-ef07-0000000004bc | TASK | Enable tuned profile 2025-10-02 14:16:35.223065 | fa163e8b-869e-54ed-ef07-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-02 14:16:35.224942 | fa163e8b-869e-54ed-ef07-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.307426 | 1.42s 2025-10-02 14:16:35.278912 | fa163e8b-869e-54ed-ef07-000000000417 | TASK | Configure kernel args and reboot 2025-10-02 14:16:35.322609 | fa163e8b-869e-54ed-ef07-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.405066 | 0.04s 2025-10-02 14:16:35.476332 | fa163e8b-869e-54ed-ef07-000000000569 | TASK | Get the command line args of the node 2025-10-02 14:16:35.703015 | fa163e8b-869e-54ed-ef07-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-02 14:16:35.704567 | fa163e8b-869e-54ed-ef07-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.787053 | 0.23s 2025-10-02 14:16:35.727418 | fa163e8b-869e-54ed-ef07-00000000056b | TASK | Check if node has a nova.conf 2025-10-02 14:16:35.956629 | fa163e8b-869e-54ed-ef07-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-02 14:16:35.958083 | fa163e8b-869e-54ed-ef07-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.040570 | 0.23s 2025-10-02 14:16:35.981218 | fa163e8b-869e-54ed-ef07-00000000056d | TASK | Warn operator about workload protection 2025-10-02 14:16:36.011108 | fa163e8b-869e-54ed-ef07-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-02 14:16:36.012605 | fa163e8b-869e-54ed-ef07-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.095093 | 0.03s 2025-10-02 14:16:36.036147 | fa163e8b-869e-54ed-ef07-00000000056e | TASK | Setting defer reboot fact 2025-10-02 14:16:36.078476 | fa163e8b-869e-54ed-ef07-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-02 14:16:36.079926 | fa163e8b-869e-54ed-ef07-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.162411 | 0.04s 2025-10-02 14:16:36.103152 | fa163e8b-869e-54ed-ef07-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-02 14:16:36.133442 | fa163e8b-869e-54ed-ef07-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.215912 | 0.03s 2025-10-02 14:16:36.154446 | fa163e8b-869e-54ed-ef07-000000000575 | TASK | Find hugepages in cmdline 2025-10-02 14:16:36.203375 | fa163e8b-869e-54ed-ef07-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-02 14:16:36.204667 | fa163e8b-869e-54ed-ef07-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.287156 | 0.05s 2025-10-02 14:16:36.223764 | fa163e8b-869e-54ed-ef07-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-02 14:16:36.261616 | fa163e8b-869e-54ed-ef07-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-02 14:16:36.262721 | fa163e8b-869e-54ed-ef07-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.345214 | 0.04s 2025-10-02 14:16:36.282177 | fa163e8b-869e-54ed-ef07-00000000057a | TASK | Find desired default hugepage size 2025-10-02 14:16:36.320350 | fa163e8b-869e-54ed-ef07-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-02 14:16:36.321768 | fa163e8b-869e-54ed-ef07-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.404258 | 0.04s 2025-10-02 14:16:36.340684 | fa163e8b-869e-54ed-ef07-00000000057c | TASK | Storing non-configured hugepages 2025-10-02 14:16:36.368122 | fa163e8b-869e-54ed-ef07-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.450589 | 0.03s 2025-10-02 14:16:36.390767 | fa163e8b-869e-54ed-ef07-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-02 14:16:36.441596 | fa163e8b-869e-54ed-ef07-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-02 14:16:36.443241 | fa163e8b-869e-54ed-ef07-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.525724 | 0.05s 2025-10-02 14:16:36.472559 | fa163e8b-869e-54ed-ef07-00000000057f | TASK | Determining the default hugepagesz 2025-10-02 14:16:36.525524 | fa163e8b-869e-54ed-ef07-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-02 14:16:36.527187 | fa163e8b-869e-54ed-ef07-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.609670 | 0.05s 2025-10-02 14:16:36.555869 | fa163e8b-869e-54ed-ef07-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-02 14:16:36.598370 | fa163e8b-869e-54ed-ef07-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-02 14:16:36.600030 | fa163e8b-869e-54ed-ef07-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.682514 | 0.04s 2025-10-02 14:16:36.628817 | fa163e8b-869e-54ed-ef07-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-02 14:16:36.671718 | fa163e8b-869e-54ed-ef07-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-02 14:16:36.673369 | fa163e8b-869e-54ed-ef07-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.755852 | 0.04s 2025-10-02 14:16:36.701382 | fa163e8b-869e-54ed-ef07-000000000583 | TASK | Warn about possible modifications 2025-10-02 14:16:36.743103 | fa163e8b-869e-54ed-ef07-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-02 14:16:36.744920 | fa163e8b-869e-54ed-ef07-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.827401 | 0.04s 2025-10-02 14:16:36.771867 | fa163e8b-869e-54ed-ef07-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-02 14:16:36.801842 | fa163e8b-869e-54ed-ef07-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-02 14:16:36.803509 | fa163e8b-869e-54ed-ef07-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.885991 | 0.03s 2025-10-02 14:16:36.830609 | fa163e8b-869e-54ed-ef07-000000000585 | TASK | Cleaning up whitespaces 2025-10-02 14:16:36.874971 | fa163e8b-869e-54ed-ef07-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-02 14:16:36.877839 | fa163e8b-869e-54ed-ef07-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.960321 | 0.05s 2025-10-02 14:16:36.904823 | fa163e8b-869e-54ed-ef07-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-02 14:16:37.248126 | fa163e8b-869e-54ed-ef07-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-02 14:16:37.249837 | fa163e8b-869e-54ed-ef07-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.332321 | 0.34s 2025-10-02 14:16:37.277386 | fa163e8b-869e-54ed-ef07-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-02 14:16:37.329989 | fa163e8b-869e-54ed-ef07-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-02 14:16:37.331562 | fa163e8b-869e-54ed-ef07-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.414047 | 0.05s 2025-10-02 14:16:37.362521 | fa163e8b-869e-54ed-ef07-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-02 14:16:37.415381 | fa163e8b-869e-54ed-ef07-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-02 14:16:37.417222 | fa163e8b-869e-54ed-ef07-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.499704 | 0.05s 2025-10-02 14:16:37.444457 | fa163e8b-869e-54ed-ef07-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-02 14:16:37.489112 | fa163e8b-869e-54ed-ef07-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-02 14:16:37.490765 | fa163e8b-869e-54ed-ef07-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.573248 | 0.04s 2025-10-02 14:16:37.517392 | fa163e8b-869e-54ed-ef07-00000000058c | TASK | Generate grub config 2025-10-02 14:16:37.603441 | fa163e8b-869e-54ed-ef07-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-02 14:16:37.604974 | fa163e8b-869e-54ed-ef07-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.687459 | 0.09s 2025-10-02 14:16:37.631974 | fa163e8b-869e-54ed-ef07-000000000590 | TASK | Get the block device that /boot is on 2025-10-02 14:16:37.699277 | fa163e8b-869e-54ed-ef07-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-02 14:16:37.701628 | fa163e8b-869e-54ed-ef07-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.784117 | 0.07s 2025-10-02 14:16:37.725965 | fa163e8b-869e-54ed-ef07-000000000591 | TASK | Get the mount point that /boot is in 2025-10-02 14:16:37.789455 | fa163e8b-869e-54ed-ef07-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-02 14:16:37.791259 | fa163e8b-869e-54ed-ef07-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.873751 | 0.06s 2025-10-02 14:16:37.818624 | fa163e8b-869e-54ed-ef07-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-02 14:16:37.891079 | fa163e8b-869e-54ed-ef07-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-02 14:16:37.892589 | fa163e8b-869e-54ed-ef07-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.975075 | 0.07s 2025-10-02 14:16:37.920657 | fa163e8b-869e-54ed-ef07-000000000593 | TASK | Executed script to fix grub-menu 2025-10-02 14:16:37.984089 | fa163e8b-869e-54ed-ef07-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-02 14:16:37.985793 | fa163e8b-869e-54ed-ef07-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.068279 | 0.06s 2025-10-02 14:16:38.016929 | fa163e8b-869e-54ed-ef07-000000000594 | TASK | Check grub config paths 2025-10-02 14:16:38.079101 | fa163e8b-869e-54ed-ef07-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-02 14:16:38.100204 | fa163e8b-869e-54ed-ef07-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-02 14:16:38.107800 | fa163e8b-869e-54ed-ef07-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.190273 | 0.09s 2025-10-02 14:16:38.136780 | fa163e8b-869e-54ed-ef07-000000000595 | TASK | Write EFI grub.cfg 2025-10-02 14:16:38.190029 | fa163e8b-869e-54ed-ef07-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-02 14:16:38.204486 | fa163e8b-869e-54ed-ef07-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-02 14:16:38.216525 | fa163e8b-869e-54ed-ef07-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.299005 | 0.08s 2025-10-02 14:16:38.239805 | fa163e8b-869e-54ed-ef07-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-02 14:16:38.298834 | fa163e8b-869e-54ed-ef07-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-02 14:16:38.300194 | fa163e8b-869e-54ed-ef07-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.382682 | 0.06s 2025-10-02 14:16:38.328258 | fa163e8b-869e-54ed-ef07-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-02 14:16:38.400069 | fa163e8b-869e-54ed-ef07-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-02 14:16:38.401489 | fa163e8b-869e-54ed-ef07-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.483978 | 0.07s 2025-10-02 14:16:38.428568 | fa163e8b-869e-54ed-ef07-000000000598 | TASK | Execute grub2-mkconfig 2025-10-02 14:16:38.481648 | fa163e8b-869e-54ed-ef07-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-02 14:16:38.483097 | fa163e8b-869e-54ed-ef07-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.565578 | 0.05s 2025-10-02 14:16:38.510459 | fa163e8b-869e-54ed-ef07-000000000599 | TASK | Check for active tuned profile 2025-10-02 14:16:38.554954 | fa163e8b-869e-54ed-ef07-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-02 14:16:38.556396 | fa163e8b-869e-54ed-ef07-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.638881 | 0.04s 2025-10-02 14:16:38.582118 | fa163e8b-869e-54ed-ef07-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-02 14:16:38.622238 | fa163e8b-869e-54ed-ef07-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-02 14:16:38.623691 | fa163e8b-869e-54ed-ef07-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.706178 | 0.04s 2025-10-02 14:16:38.650684 | fa163e8b-869e-54ed-ef07-00000000059b | TASK | Set reboot required fact 2025-10-02 14:16:38.703845 | fa163e8b-869e-54ed-ef07-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-02 14:16:38.705547 | fa163e8b-869e-54ed-ef07-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.788033 | 0.05s 2025-10-02 14:16:38.731775 | fa163e8b-869e-54ed-ef07-00000000059d | TASK | Apply DPDK workarounds 2025-10-02 14:16:38.765728 | fa163e8b-869e-54ed-ef07-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-02 14:16:38.767058 | fa163e8b-869e-54ed-ef07-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.849546 | 0.03s 2025-10-02 14:16:38.793370 | fa163e8b-869e-54ed-ef07-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-02 14:16:38.824834 | fa163e8b-869e-54ed-ef07-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-02 14:16:38.826220 | fa163e8b-869e-54ed-ef07-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.908707 | 0.03s 2025-10-02 14:16:38.852807 | fa163e8b-869e-54ed-ef07-0000000005a0 | TASK | Load modules 2025-10-02 14:16:38.899990 | fa163e8b-869e-54ed-ef07-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-02 14:16:38.905710 | fa163e8b-869e-54ed-ef07-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.988183 | 0.05s 2025-10-02 14:16:38.932842 | fa163e8b-869e-54ed-ef07-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-02 14:16:38.978949 | fa163e8b-869e-54ed-ef07-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-02 14:16:38.984484 | fa163e8b-869e-54ed-ef07-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.066959 | 0.05s 2025-10-02 14:16:39.011484 | fa163e8b-869e-54ed-ef07-0000000005a4 | TASK | Drop module persistence 2025-10-02 14:16:39.046458 | fa163e8b-869e-54ed-ef07-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-02 14:16:39.053327 | fa163e8b-869e-54ed-ef07-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.135779 | 0.04s 2025-10-02 14:16:39.079980 | fa163e8b-869e-54ed-ef07-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-02 14:16:39.115642 | fa163e8b-869e-54ed-ef07-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-02 14:16:39.121386 | fa163e8b-869e-54ed-ef07-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.203860 | 0.04s 2025-10-02 14:16:39.147870 | fa163e8b-869e-54ed-ef07-0000000005a8 | TASK | Modules reload 2025-10-02 14:16:39.176531 | fa163e8b-869e-54ed-ef07-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-02 14:16:39.177527 | fa163e8b-869e-54ed-ef07-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.260022 | 0.03s 2025-10-02 14:16:39.195717 | fa163e8b-869e-54ed-ef07-0000000005aa | TASK | Reboot tasks 2025-10-02 14:16:39.231321 | fa163e8b-869e-54ed-ef07-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-02 14:16:39.232340 | fa163e8b-869e-54ed-ef07-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.314836 | 0.04s 2025-10-02 14:16:39.258040 | fa163e8b-869e-54ed-ef07-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-02 14:16:39.300161 | fa163e8b-869e-54ed-ef07-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-02 14:16:39.301562 | fa163e8b-869e-54ed-ef07-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.384050 | 0.04s PLAY [Server pre network steps] ************************************************ 2025-10-02 14:16:39.467546 | fa163e8b-869e-54ed-ef07-00000000003f | TASK | Server pre-network deployments 2025-10-02 14:16:39.496025 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-00000000003f') missing from stats 2025-10-02 14:16:39.521076 | fa163e8b-869e-54ed-ef07-000000000043 | TASK | Hiera config 2025-10-02 14:16:39.551322 | fa163e8b-869e-54ed-ef07-000000000043 | TIMING | Hiera config | standalone | 0:00:44.633770 | 0.03s 2025-10-02 14:16:39.595419 | fa163e8b-869e-54ed-ef07-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-02 14:16:39.852173 | fa163e8b-869e-54ed-ef07-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-02 14:16:39.853916 | fa163e8b-869e-54ed-ef07-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.936399 | 0.26s 2025-10-02 14:16:39.882996 | fa163e8b-869e-54ed-ef07-000000000722 | TASK | Write hiera config 2025-10-02 14:16:40.397246 | fa163e8b-869e-54ed-ef07-000000000722 | CHANGED | Write hiera config | standalone 2025-10-02 14:16:40.398889 | fa163e8b-869e-54ed-ef07-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.481376 | 0.51s 2025-10-02 14:16:40.443422 | fa163e8b-869e-54ed-ef07-000000000044 | TASK | Hiera symlink 2025-10-02 14:16:40.693616 | fa163e8b-869e-54ed-ef07-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-02 14:16:40.696932 | fa163e8b-869e-54ed-ef07-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.779406 | 0.25s 2025-10-02 14:16:40.716257 | fa163e8b-869e-54ed-ef07-000000000045 | TASK | Hieradata from vars 2025-10-02 14:16:40.743747 | fa163e8b-869e-54ed-ef07-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.826206 | 0.03s 2025-10-02 14:16:40.810935 | fa163e8b-869e-54ed-ef07-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-02 14:16:41.274041 | fa163e8b-869e-54ed-ef07-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-02 14:16:41.275131 | fa163e8b-869e-54ed-ef07-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.357622 | 0.46s 2025-10-02 14:16:41.296184 | fa163e8b-869e-54ed-ef07-00000000077d | TASK | Render hieradata from template 2025-10-02 14:16:41.832207 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-02 14:16:41.833345 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.915839 | 0.54s 2025-10-02 14:16:42.307630 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-02 14:16:42.308421 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.390914 | 1.01s 2025-10-02 14:16:42.826328 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-02 14:16:42.827803 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.910285 | 1.53s 2025-10-02 14:16:43.322759 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-02 14:16:43.323931 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.406422 | 2.03s 2025-10-02 14:16:43.802935 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-02 14:16:43.803870 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.886363 | 2.51s 2025-10-02 14:16:44.259108 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-02 14:16:44.260022 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.342513 | 2.96s 2025-10-02 14:16:44.741266 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-02 14:16:44.742395 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.824886 | 3.44s 2025-10-02 14:16:45.181198 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-02 14:16:45.182614 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.265099 | 3.89s 2025-10-02 14:16:45.683924 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-02 14:16:45.684948 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.767441 | 4.39s 2025-10-02 14:16:46.212842 | fa163e8b-869e-54ed-ef07-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-02 14:16:46.215117 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.297605 | 4.92s 2025-10-02 14:16:46.226785 | fa163e8b-869e-54ed-ef07-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.309269 | 4.93s 2025-10-02 14:16:46.266479 | fa163e8b-869e-54ed-ef07-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-02 14:16:46.291982 | fa163e8b-869e-54ed-ef07-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.374462 | 0.02s 2025-10-02 14:16:46.343201 | fa163e8b-869e-54ed-ef07-000000000821 | TASK | Check for hieradata file 2025-10-02 14:16:46.605524 | fa163e8b-869e-54ed-ef07-000000000821 | OK | Check for hieradata file | standalone 2025-10-02 14:16:46.606616 | fa163e8b-869e-54ed-ef07-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.689108 | 0.26s 2025-10-02 14:16:46.628484 | fa163e8b-869e-54ed-ef07-000000000823 | TASK | Get existing data 2025-10-02 14:16:46.669165 | fa163e8b-869e-54ed-ef07-000000000823 | SKIPPED | Get existing data | standalone 2025-10-02 14:16:46.670192 | fa163e8b-869e-54ed-ef07-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.752684 | 0.04s 2025-10-02 14:16:46.691363 | fa163e8b-869e-54ed-ef07-000000000824 | TASK | Set data fact 2025-10-02 14:16:46.741542 | fa163e8b-869e-54ed-ef07-000000000824 | SKIPPED | Set data fact | standalone 2025-10-02 14:16:46.742653 | fa163e8b-869e-54ed-ef07-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.825145 | 0.05s 2025-10-02 14:16:46.763929 | fa163e8b-869e-54ed-ef07-000000000826 | TASK | Write ansible hieradata file 2025-10-02 14:16:47.318673 | fa163e8b-869e-54ed-ef07-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-02 14:16:47.319551 | fa163e8b-869e-54ed-ef07-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.402047 | 0.55s 2025-10-02 14:16:47.400488 | fa163e8b-869e-54ed-ef07-000000000047 | TIMING | include_tasks | standalone | 0:00:52.482957 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-02 14:16:47.557753 | fa163e8b-869e-54ed-ef07-00000000004b | TASK | Network Configuration 2025-10-02 14:16:47.584570 | fa163e8b-869e-54ed-ef07-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-00000000004b') missing from stats 2025-10-02 14:16:47.609535 | fa163e8b-869e-54ed-ef07-00000000004c | TASK | Check NetworkConfig script existence 2025-10-02 14:16:47.628772 | fa163e8b-869e-54ed-ef07-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-02 14:16:47.629895 | fa163e8b-869e-54ed-ef07-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.712385 | 0.02s 2025-10-02 14:16:47.651592 | fa163e8b-869e-54ed-ef07-000000000052 | TASK | Gather SELinux fact if needed 2025-10-02 14:16:47.688935 | fa163e8b-869e-54ed-ef07-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-02 14:16:47.690023 | fa163e8b-869e-54ed-ef07-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.772514 | 0.04s 2025-10-02 14:16:47.711369 | fa163e8b-869e-54ed-ef07-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-02 14:16:48.391745 | fa163e8b-869e-54ed-ef07-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-02 14:16:48.393107 | fa163e8b-869e-54ed-ef07-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.475595 | 0.68s 2025-10-02 14:16:48.420451 | fa163e8b-869e-54ed-ef07-000000000054 | TASK | Ensure requirements are satisfied 2025-10-02 14:16:48.449114 | fa163e8b-869e-54ed-ef07-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.531590 | 0.03s 2025-10-02 14:16:48.509169 | fa163e8b-869e-54ed-ef07-0000000008bf | TASK | Gather facts if they don't exist 2025-10-02 14:16:48.546478 | fa163e8b-869e-54ed-ef07-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-02 14:16:48.547659 | fa163e8b-869e-54ed-ef07-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.630147 | 0.04s 2025-10-02 14:16:48.572081 | fa163e8b-869e-54ed-ef07-0000000008c0 | TASK | Gather variables for each operating system 2025-10-02 14:16:48.674999 | fa163e8b-869e-54ed-ef07-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-02 14:16:48.687224 | fa163e8b-869e-54ed-ef07-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.769704 | 0.11s 2025-10-02 14:16:48.715369 | fa163e8b-869e-54ed-ef07-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-02 14:16:48.969750 | fa163e8b-869e-54ed-ef07-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-02 14:16:48.971160 | fa163e8b-869e-54ed-ef07-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.053647 | 0.25s 2025-10-02 14:16:48.997833 | fa163e8b-869e-54ed-ef07-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-02 14:16:49.018705 | fa163e8b-869e-54ed-ef07-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-02 14:16:49.020275 | fa163e8b-869e-54ed-ef07-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.102757 | 0.02s 2025-10-02 14:16:49.039989 | fa163e8b-869e-54ed-ef07-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-02 14:16:50.033581 | fa163e8b-869e-54ed-ef07-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-02 14:16:50.034930 | fa163e8b-869e-54ed-ef07-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.117417 | 0.99s 2025-10-02 14:16:50.085223 | fa163e8b-869e-54ed-ef07-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-02 14:16:50.327007 | fa163e8b-869e-54ed-ef07-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-02 14:16:50.328009 | fa163e8b-869e-54ed-ef07-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.410502 | 0.24s 2025-10-02 14:16:50.350567 | fa163e8b-869e-54ed-ef07-000000000057 | TASK | Reload NetworkManager 2025-10-02 14:16:50.751159 | fa163e8b-869e-54ed-ef07-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-02 14:16:50.752664 | fa163e8b-869e-54ed-ef07-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.835156 | 0.40s 2025-10-02 14:16:50.774405 | fa163e8b-869e-54ed-ef07-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-02 14:16:51.003683 | fa163e8b-869e-54ed-ef07-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-02 14:16:51.005104 | fa163e8b-869e-54ed-ef07-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.087598 | 0.23s 2025-10-02 14:16:51.025557 | fa163e8b-869e-54ed-ef07-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-02 14:16:51.256188 | fa163e8b-869e-54ed-ef07-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-02 14:16:51.257504 | fa163e8b-869e-54ed-ef07-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.339991 | 0.23s 2025-10-02 14:16:51.284021 | fa163e8b-869e-54ed-ef07-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-02 14:16:51.325957 | fa163e8b-869e-54ed-ef07-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-02 14:16:51.327168 | fa163e8b-869e-54ed-ef07-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.409656 | 0.04s 2025-10-02 14:16:51.357148 | fa163e8b-869e-54ed-ef07-00000000005c | TASK | Ensure we get cloud-init 2025-10-02 14:16:51.590785 | fa163e8b-869e-54ed-ef07-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-02 14:16:51.592150 | fa163e8b-869e-54ed-ef07-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.674639 | 0.23s 2025-10-02 14:16:51.617883 | fa163e8b-869e-54ed-ef07-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-02 14:16:51.891042 | fa163e8b-869e-54ed-ef07-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-02 14:16:51.892034 | fa163e8b-869e-54ed-ef07-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.974528 | 0.27s 2025-10-02 14:16:51.914425 | fa163e8b-869e-54ed-ef07-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-02 14:16:52.312998 | fa163e8b-869e-54ed-ef07-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-02 14:16:52.314022 | fa163e8b-869e-54ed-ef07-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.396515 | 0.40s 2025-10-02 14:16:52.336068 | fa163e8b-869e-54ed-ef07-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-02 14:16:52.404891 | fa163e8b-869e-54ed-ef07-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-02 14:16:52.405797 | fa163e8b-869e-54ed-ef07-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.488291 | 0.07s 2025-10-02 14:16:52.426761 | fa163e8b-869e-54ed-ef07-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-02 14:16:52.696414 | fa163e8b-869e-54ed-ef07-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-02 14:16:52.697312 | fa163e8b-869e-54ed-ef07-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.779808 | 0.27s 2025-10-02 14:16:52.716565 | fa163e8b-869e-54ed-ef07-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-02 14:16:52.776890 | fa163e8b-869e-54ed-ef07-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.859365 | 0.06s 2025-10-02 14:16:52.802205 | a0ddd0ce-f154-46c7-8686-25dda0cdfb11 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-02 14:16:52.832676 | fa163e8b-869e-54ed-ef07-000000000909 | TASK | Set nic_config_file fact 2025-10-02 14:16:52.912770 | fa163e8b-869e-54ed-ef07-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-02 14:16:52.913516 | fa163e8b-869e-54ed-ef07-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.996013 | 0.08s 2025-10-02 14:16:52.930674 | fa163e8b-869e-54ed-ef07-00000000090a | TASK | Render overidden network config 2025-10-02 14:16:53.008984 | fa163e8b-869e-54ed-ef07-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-02 14:16:53.009987 | fa163e8b-869e-54ed-ef07-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.092481 | 0.08s 2025-10-02 14:16:53.027499 | fa163e8b-869e-54ed-ef07-00000000090b | TASK | Render network_config 2025-10-02 14:16:53.099517 | fa163e8b-869e-54ed-ef07-00000000090b | SKIPPED | Render network_config | standalone 2025-10-02 14:16:53.100718 | fa163e8b-869e-54ed-ef07-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.183207 | 0.07s 2025-10-02 14:16:53.125866 | fa163e8b-869e-54ed-ef07-00000000090c | TASK | Render network_config from template 2025-10-02 14:16:53.687951 | fa163e8b-869e-54ed-ef07-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-02 14:16:53.689481 | fa163e8b-869e-54ed-ef07-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.771968 | 0.56s 2025-10-02 14:16:53.716528 | fa163e8b-869e-54ed-ef07-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=370335469930.45370 2025-10-02 14:16:57.849895 | fa163e8b-869e-54ed-ef07-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-02 14:16:57.851836 | fa163e8b-869e-54ed-ef07-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.934324 | 4.13s 2025-10-02 14:16:57.878908 | fa163e8b-869e-54ed-ef07-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-02 14:16:58.399139 | fa163e8b-869e-54ed-ef07-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-02 14:16:58.400687 | fa163e8b-869e-54ed-ef07-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.483175 | 0.52s 2025-10-02 14:16:58.426857 | fa163e8b-869e-54ed-ef07-000000000065 | TASK | Disable cloud-init network config 2025-10-02 14:16:59.038436 | fa163e8b-869e-54ed-ef07-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-02 14:16:59.039840 | fa163e8b-869e-54ed-ef07-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.122328 | 0.61s 2025-10-02 14:16:59.067447 | fa163e8b-869e-54ed-ef07-000000000066 | TASK | Ensure network service is enabled 2025-10-02 14:16:59.502964 | fa163e8b-869e-54ed-ef07-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-02 14:16:59.504799 | fa163e8b-869e-54ed-ef07-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.587286 | 0.44s PLAY [Server network validation] *********************************************** 2025-10-02 14:16:59.686136 | fa163e8b-869e-54ed-ef07-000000000096 | TASK | Basic Network Validation 2025-10-02 14:16:59.712754 | fa163e8b-869e-54ed-ef07-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.795233 | 0.03s 2025-10-02 14:16:59.758349 | fa163e8b-869e-54ed-ef07-000000000945 | TASK | Collect default network fact 2025-10-02 14:17:00.315357 | fa163e8b-869e-54ed-ef07-000000000945 | OK | Collect default network fact | standalone 2025-10-02 14:17:00.316572 | fa163e8b-869e-54ed-ef07-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.399061 | 0.56s 2025-10-02 14:17:00.359450 | fa163e8b-869e-54ed-ef07-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-02 14:17:00.387888 | fa163e8b-869e-54ed-ef07-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-02 14:17:00.388820 | fa163e8b-869e-54ed-ef07-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.471314 | 0.03s 2025-10-02 14:17:00.408534 | fa163e8b-869e-54ed-ef07-000000000947 | TASK | Check all networks Gateway availability 2025-10-02 14:17:00.435744 | fa163e8b-869e-54ed-ef07-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.518223 | 0.03s 2025-10-02 14:17:00.456082 | fa163e8b-869e-54ed-ef07-000000000949 | TASK | Check Controllers availability 2025-10-02 14:17:00.526486 | fa163e8b-869e-54ed-ef07-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-02 14:17:00.533798 | fa163e8b-869e-54ed-ef07-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-02 14:17:00.540653 | fa163e8b-869e-54ed-ef07-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-02 14:17:00.549674 | fa163e8b-869e-54ed-ef07-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-02 14:17:00.560121 | fa163e8b-869e-54ed-ef07-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-02 14:17:00.565578 | fa163e8b-869e-54ed-ef07-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-02 14:17:00.577736 | fa163e8b-869e-54ed-ef07-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.660205 | 0.12s 2025-10-02 14:17:00.603441 | fa163e8b-869e-54ed-ef07-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-02 14:17:00.634215 | fa163e8b-869e-54ed-ef07-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-02 14:17:00.635503 | fa163e8b-869e-54ed-ef07-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.717990 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-02 14:17:00.801499 | fa163e8b-869e-54ed-ef07-00000000009a | TASK | Server pre deployments 2025-10-02 14:17:00.839190 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-00000000009a') missing from stats 2025-10-02 14:17:00.861133 | fa163e8b-869e-54ed-ef07-00000000009e | TASK | Hiera config 2025-10-02 14:17:00.889420 | fa163e8b-869e-54ed-ef07-00000000009e | TIMING | Hiera config | standalone | 0:01:05.971900 | 0.03s 2025-10-02 14:17:00.929693 | fa163e8b-869e-54ed-ef07-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-02 14:17:01.162816 | fa163e8b-869e-54ed-ef07-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-02 14:17:01.164852 | fa163e8b-869e-54ed-ef07-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.247334 | 0.23s 2025-10-02 14:17:01.193631 | fa163e8b-869e-54ed-ef07-00000000099f | TASK | Write hiera config 2025-10-02 14:17:01.686453 | fa163e8b-869e-54ed-ef07-00000000099f | OK | Write hiera config | standalone 2025-10-02 14:17:01.688320 | fa163e8b-869e-54ed-ef07-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.770772 | 0.49s 2025-10-02 14:17:01.742401 | fa163e8b-869e-54ed-ef07-00000000009f | TASK | Hiera symlink 2025-10-02 14:17:02.009828 | fa163e8b-869e-54ed-ef07-00000000009f | OK | Hiera symlink | standalone 2025-10-02 14:17:02.011390 | fa163e8b-869e-54ed-ef07-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.093878 | 0.27s 2025-10-02 14:17:02.037154 | fa163e8b-869e-54ed-ef07-0000000000a0 | TASK | Hieradata from vars 2025-10-02 14:17:02.067120 | fa163e8b-869e-54ed-ef07-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.149594 | 0.03s 2025-10-02 14:17:02.124988 | fa163e8b-869e-54ed-ef07-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-02 14:17:02.662677 | fa163e8b-869e-54ed-ef07-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-02 14:17:02.664410 | fa163e8b-869e-54ed-ef07-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.746896 | 0.54s 2025-10-02 14:17:02.686203 | fa163e8b-869e-54ed-ef07-0000000009fa | TASK | Render hieradata from template 2025-10-02 14:17:03.233099 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-02 14:17:03.237484 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.319958 | 0.55s 2025-10-02 14:17:03.793584 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-02 14:17:03.794472 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.876965 | 1.11s 2025-10-02 14:17:04.464386 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-02 14:17:04.465346 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.547838 | 1.78s 2025-10-02 14:17:04.953150 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-02 14:17:04.954209 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.036699 | 2.27s 2025-10-02 14:17:05.509319 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-02 14:17:05.511453 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.593941 | 2.82s 2025-10-02 14:17:06.065019 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-02 14:17:06.065787 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.148282 | 3.38s 2025-10-02 14:17:06.568880 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-02 14:17:06.569661 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.652156 | 3.88s 2025-10-02 14:17:07.028417 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-02 14:17:07.029174 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.111669 | 4.34s 2025-10-02 14:17:07.502397 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-02 14:17:07.504685 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.587173 | 4.82s 2025-10-02 14:17:07.946260 | fa163e8b-869e-54ed-ef07-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-02 14:17:07.947569 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.030056 | 5.26s 2025-10-02 14:17:07.957748 | fa163e8b-869e-54ed-ef07-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.040230 | 5.27s 2025-10-02 14:17:08.009128 | fa163e8b-869e-54ed-ef07-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-02 14:17:08.039341 | fa163e8b-869e-54ed-ef07-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.121787 | 0.03s 2025-10-02 14:17:08.115044 | fa163e8b-869e-54ed-ef07-000000000a9e | TASK | Check for hieradata file 2025-10-02 14:17:08.346236 | fa163e8b-869e-54ed-ef07-000000000a9e | OK | Check for hieradata file | standalone 2025-10-02 14:17:08.347624 | fa163e8b-869e-54ed-ef07-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.430111 | 0.23s 2025-10-02 14:17:08.374416 | fa163e8b-869e-54ed-ef07-000000000aa0 | TASK | Get existing data 2025-10-02 14:17:08.424945 | fa163e8b-869e-54ed-ef07-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-02 14:17:08.426228 | fa163e8b-869e-54ed-ef07-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.508716 | 0.05s 2025-10-02 14:17:08.452412 | fa163e8b-869e-54ed-ef07-000000000aa1 | TASK | Set data fact 2025-10-02 14:17:08.503918 | fa163e8b-869e-54ed-ef07-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-02 14:17:08.505335 | fa163e8b-869e-54ed-ef07-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.587786 | 0.05s 2025-10-02 14:17:08.529863 | fa163e8b-869e-54ed-ef07-000000000aa3 | TASK | Write ansible hieradata file 2025-10-02 14:17:09.023267 | fa163e8b-869e-54ed-ef07-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-02 14:17:09.024876 | fa163e8b-869e-54ed-ef07-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.107362 | 0.49s 2025-10-02 14:17:09.131105 | fa163e8b-869e-54ed-ef07-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.213577 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-02 14:17:09.301312 | fa163e8b-869e-54ed-ef07-0000000000a6 | TASK | Host prep steps 2025-10-02 14:17:09.327715 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000a6') missing from stats 2025-10-02 14:17:09.409500 | fa163e8b-869e-54ed-ef07-0000000000a7 | TASK | Deploy Artifacts 2025-10-02 14:17:09.520467 | fa163e8b-869e-54ed-ef07-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-02 14:17:09.521707 | fa163e8b-869e-54ed-ef07-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.604193 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:17:09.588576 | fa163e8b-869e-54ed-ef07-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.671046 | 0.04s 2025-10-02 14:17:09.802733 | 65d4294e-f273-4eab-8ac4-948a8d4de50f | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/host_prep_tasks.yaml | standalone 2025-10-02 14:17:09.859906 | fa163e8b-869e-54ed-ef07-000000000b1e | TASK | Run firewall role 2025-10-02 14:17:09.885878 | fa163e8b-869e-54ed-ef07-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.968360 | 0.02s 2025-10-02 14:17:09.942666 | fa163e8b-869e-54ed-ef07-000000000c1b | TASK | Gather variables for each operating system 2025-10-02 14:17:10.059540 | fa163e8b-869e-54ed-ef07-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-02 14:17:10.060376 | fa163e8b-869e-54ed-ef07-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.142870 | 0.12s 2025-10-02 14:17:10.063651 | fa163e8b-869e-54ed-ef07-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.146143 | 0.12s 2025-10-02 14:17:10.098545 | fa163e8b-869e-54ed-ef07-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-02 14:17:12.946520 | fa163e8b-869e-54ed-ef07-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-02 14:17:12.948034 | fa163e8b-869e-54ed-ef07-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.030523 | 2.85s 2025-10-02 14:17:12.974190 | fa163e8b-869e-54ed-ef07-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-02 14:17:13.013669 | fa163e8b-869e-54ed-ef07-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-02 14:17:13.014910 | fa163e8b-869e-54ed-ef07-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.097397 | 0.04s 2025-10-02 14:17:13.040693 | fa163e8b-869e-54ed-ef07-000000000c21 | TASK | Enable masquerade 2025-10-02 14:17:13.092740 | fa163e8b-869e-54ed-ef07-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-02 14:17:13.094004 | fa163e8b-869e-54ed-ef07-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.176491 | 0.05s 2025-10-02 14:17:13.119120 | fa163e8b-869e-54ed-ef07-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-02 14:17:13.159190 | fa163e8b-869e-54ed-ef07-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-02 14:17:13.160408 | fa163e8b-869e-54ed-ef07-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.242896 | 0.04s 2025-10-02 14:17:13.185386 | fa163e8b-869e-54ed-ef07-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-02 14:17:13.236165 | fa163e8b-869e-54ed-ef07-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-02 14:17:13.238267 | fa163e8b-869e-54ed-ef07-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.320749 | 0.05s 2025-10-02 14:17:13.268227 | fa163e8b-869e-54ed-ef07-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-02 14:17:13.320094 | fa163e8b-869e-54ed-ef07-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-02 14:17:13.321886 | fa163e8b-869e-54ed-ef07-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.404374 | 0.05s 2025-10-02 14:17:13.347891 | fa163e8b-869e-54ed-ef07-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-02 14:17:13.379414 | fa163e8b-869e-54ed-ef07-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-02 14:17:13.380610 | fa163e8b-869e-54ed-ef07-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.463094 | 0.03s 2025-10-02 14:17:13.405764 | fa163e8b-869e-54ed-ef07-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-02 14:17:13.437890 | fa163e8b-869e-54ed-ef07-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-02 14:17:13.439028 | fa163e8b-869e-54ed-ef07-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.521516 | 0.03s 2025-10-02 14:17:13.463970 | fa163e8b-869e-54ed-ef07-000000000c2b | TASK | Enable LOG rules 2025-10-02 14:17:13.494096 | fa163e8b-869e-54ed-ef07-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-02 14:17:13.495318 | fa163e8b-869e-54ed-ef07-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.577779 | 0.03s 2025-10-02 14:17:13.520313 | fa163e8b-869e-54ed-ef07-000000000c2c | TASK | Set rule fact 2025-10-02 14:17:13.619236 | fa163e8b-869e-54ed-ef07-000000000c2c | OK | Set rule fact | standalone 2025-10-02 14:17:13.622596 | fa163e8b-869e-54ed-ef07-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.705063 | 0.10s 2025-10-02 14:17:13.649232 | fa163e8b-869e-54ed-ef07-000000000c2d | TASK | Manage rules via nftables 2025-10-02 14:17:13.669046 | fa163e8b-869e-54ed-ef07-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:18.751525 | 0.02s 2025-10-02 14:17:13.742018 | fa163e8b-869e-54ed-ef07-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.824501 | 0.03s 2025-10-02 14:17:13.756022 | 70a405b1-e11d-4ecc-88be-efa639bdb21e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-02 14:17:13.782150 | fa163e8b-869e-54ed-ef07-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-02 14:17:14.151623 | fa163e8b-869e-54ed-ef07-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-02 14:17:14.154756 | fa163e8b-869e-54ed-ef07-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.237238 | 0.37s 2025-10-02 14:17:14.497277 | fa163e8b-869e-54ed-ef07-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-02 14:17:14.499383 | fa163e8b-869e-54ed-ef07-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.581866 | 0.72s 2025-10-02 14:17:14.509797 | fa163e8b-869e-54ed-ef07-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.592284 | 0.73s 2025-10-02 14:17:14.528888 | fa163e8b-869e-54ed-ef07-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-02 14:17:15.266938 | fa163e8b-869e-54ed-ef07-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-02 14:17:15.268092 | fa163e8b-869e-54ed-ef07-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.350589 | 0.74s 2025-10-02 14:17:15.286892 | fa163e8b-869e-54ed-ef07-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-02 14:17:15.325439 | fa163e8b-869e-54ed-ef07-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-02 14:17:15.326369 | fa163e8b-869e-54ed-ef07-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.408864 | 0.04s 2025-10-02 14:17:15.374496 | fa163e8b-869e-54ed-ef07-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.456980 | 0.03s 2025-10-02 14:17:15.400310 | 1b97a00b-3f7e-4725-8a26-368a862655f7 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-02 14:17:15.435202 | fa163e8b-869e-54ed-ef07-000000000d21 | TASK | Push empty ruleset 2025-10-02 14:17:15.867488 | fa163e8b-869e-54ed-ef07-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-02 14:17:15.868474 | fa163e8b-869e-54ed-ef07-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.950967 | 0.43s 2025-10-02 14:17:15.888792 | fa163e8b-869e-54ed-ef07-000000000d22 | TASK | Load empty ruleset 2025-10-02 14:17:16.141659 | fa163e8b-869e-54ed-ef07-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-02 14:17:16.142875 | fa163e8b-869e-54ed-ef07-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.225365 | 0.25s 2025-10-02 14:17:16.168310 | fa163e8b-869e-54ed-ef07-000000000d24 | TASK | Use default rules 2025-10-02 14:17:16.263702 | fa163e8b-869e-54ed-ef07-000000000d24 | OK | Use default rules | standalone 2025-10-02 14:17:16.266707 | fa163e8b-869e-54ed-ef07-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.349195 | 0.10s 2025-10-02 14:17:16.295477 | fa163e8b-869e-54ed-ef07-000000000d25 | TASK | Enable LOG rules 2025-10-02 14:17:16.382714 | fa163e8b-869e-54ed-ef07-000000000d25 | OK | Enable LOG rules | standalone 2025-10-02 14:17:16.385905 | fa163e8b-869e-54ed-ef07-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.468392 | 0.09s 2025-10-02 14:17:16.416103 | fa163e8b-869e-54ed-ef07-000000000d27 | TASK | Get current nftables content 2025-10-02 14:17:16.655405 | fa163e8b-869e-54ed-ef07-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-02 14:17:16.657230 | fa163e8b-869e-54ed-ef07-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.739715 | 0.24s 2025-10-02 14:17:16.684917 | fa163e8b-869e-54ed-ef07-000000000d29 | TASK | Generate chain jumps 2025-10-02 14:17:17.278373 | fa163e8b-869e-54ed-ef07-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-02 14:17:17.280354 | fa163e8b-869e-54ed-ef07-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.362767 | 0.59s 2025-10-02 14:17:17.310098 | fa163e8b-869e-54ed-ef07-000000000d2a | TASK | Generate chain jumps 2025-10-02 14:17:17.919211 | fa163e8b-869e-54ed-ef07-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-02 14:17:17.920045 | fa163e8b-869e-54ed-ef07-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.002541 | 0.61s 2025-10-02 14:17:17.937596 | fa163e8b-869e-54ed-ef07-000000000d2b | TASK | Generate nft flushes 2025-10-02 14:17:18.408072 | fa163e8b-869e-54ed-ef07-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-02 14:17:18.409447 | fa163e8b-869e-54ed-ef07-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.491935 | 0.47s 2025-10-02 14:17:18.434977 | fa163e8b-869e-54ed-ef07-000000000d2c | TASK | Generate nft tripleo chains 2025-10-02 14:17:18.922695 | fa163e8b-869e-54ed-ef07-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-02 14:17:18.924112 | fa163e8b-869e-54ed-ef07-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.006602 | 0.49s 2025-10-02 14:17:18.951135 | fa163e8b-869e-54ed-ef07-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-02 14:17:20.668747 | fa163e8b-869e-54ed-ef07-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-02 14:17:20.670231 | fa163e8b-869e-54ed-ef07-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.752718 | 1.72s 2025-10-02 14:17:20.697225 | fa163e8b-869e-54ed-ef07-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-02 14:17:21.237850 | fa163e8b-869e-54ed-ef07-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-02 14:17:21.239242 | fa163e8b-869e-54ed-ef07-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.321735 | 0.54s 2025-10-02 14:17:21.257481 | fa163e8b-869e-54ed-ef07-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-02 14:17:21.537836 | fa163e8b-869e-54ed-ef07-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-02 14:17:21.539371 | fa163e8b-869e-54ed-ef07-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.621858 | 0.28s 2025-10-02 14:17:21.589166 | fa163e8b-869e-54ed-ef07-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.671639 | 0.02s 2025-10-02 14:17:21.610341 | cda5270a-b43c-4e17-a4bc-6220459808f9 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-02 14:17:21.665508 | fa163e8b-869e-54ed-ef07-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-02 14:17:21.874173 | fa163e8b-869e-54ed-ef07-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-02 14:17:21.875690 | fa163e8b-869e-54ed-ef07-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.958176 | 0.21s 2025-10-02 14:17:21.904490 | fa163e8b-869e-54ed-ef07-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-02 14:17:22.205423 | fa163e8b-869e-54ed-ef07-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-02 14:17:22.206867 | fa163e8b-869e-54ed-ef07-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.289354 | 0.30s 2025-10-02 14:17:22.278153 | fa163e8b-869e-54ed-ef07-000000000b1f | TASK | create persistent logs directory 2025-10-02 14:17:22.543115 | fa163e8b-869e-54ed-ef07-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-02 14:17:22.544433 | fa163e8b-869e-54ed-ef07-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.626928 | 0.26s 2025-10-02 14:17:22.760414 | fa163e8b-869e-54ed-ef07-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-02 14:17:22.761560 | fa163e8b-869e-54ed-ef07-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.844049 | 0.48s 2025-10-02 14:17:22.768658 | fa163e8b-869e-54ed-ef07-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.851134 | 0.49s 2025-10-02 14:17:22.792242 | fa163e8b-869e-54ed-ef07-000000000b20 | TASK | create persistent directories 2025-10-02 14:17:23.018820 | fa163e8b-869e-54ed-ef07-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-02 14:17:23.020407 | fa163e8b-869e-54ed-ef07-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.102890 | 0.23s 2025-10-02 14:17:23.032544 | fa163e8b-869e-54ed-ef07-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.115026 | 0.24s 2025-10-02 14:17:23.059416 | fa163e8b-869e-54ed-ef07-000000000b21 | TASK | create persistent directories 2025-10-02 14:17:23.320697 | fa163e8b-869e-54ed-ef07-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-02 14:17:23.322419 | fa163e8b-869e-54ed-ef07-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.404902 | 0.26s 2025-10-02 14:17:23.551450 | fa163e8b-869e-54ed-ef07-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-02 14:17:23.553048 | fa163e8b-869e-54ed-ef07-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.635536 | 0.49s 2025-10-02 14:17:23.564215 | fa163e8b-869e-54ed-ef07-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.645970 | 0.50s 2025-10-02 14:17:23.584681 | fa163e8b-869e-54ed-ef07-000000000b22 | TASK | create persistent directories 2025-10-02 14:17:23.844847 | fa163e8b-869e-54ed-ef07-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-02 14:17:23.846394 | fa163e8b-869e-54ed-ef07-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.928880 | 0.26s 2025-10-02 14:17:23.858169 | fa163e8b-869e-54ed-ef07-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.940654 | 0.27s 2025-10-02 14:17:23.878331 | fa163e8b-869e-54ed-ef07-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-02 14:17:25.058137 | fa163e8b-869e-54ed-ef07-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-02 14:17:25.059934 | fa163e8b-869e-54ed-ef07-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.142422 | 1.18s 2025-10-02 14:17:25.085454 | fa163e8b-869e-54ed-ef07-000000000b24 | TASK | create persistent directories 2025-10-02 14:17:25.351062 | fa163e8b-869e-54ed-ef07-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-02 14:17:25.354155 | fa163e8b-869e-54ed-ef07-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.436633 | 0.27s 2025-10-02 14:17:25.575991 | fa163e8b-869e-54ed-ef07-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-02 14:17:25.578082 | fa163e8b-869e-54ed-ef07-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.660568 | 0.49s 2025-10-02 14:17:25.588717 | fa163e8b-869e-54ed-ef07-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.671194 | 0.50s 2025-10-02 14:17:25.615688 | fa163e8b-869e-54ed-ef07-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-02 14:17:27.003360 | fa163e8b-869e-54ed-ef07-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-02 14:17:27.005312 | fa163e8b-869e-54ed-ef07-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.087770 | 1.39s 2025-10-02 14:17:27.030152 | fa163e8b-869e-54ed-ef07-000000000b26 | TASK | create persistent directories 2025-10-02 14:17:27.298744 | fa163e8b-869e-54ed-ef07-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-02 14:17:27.300772 | fa163e8b-869e-54ed-ef07-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.383250 | 0.27s 2025-10-02 14:17:27.535490 | fa163e8b-869e-54ed-ef07-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-02 14:17:27.537029 | fa163e8b-869e-54ed-ef07-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.619514 | 0.51s 2025-10-02 14:17:27.549382 | fa163e8b-869e-54ed-ef07-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.631860 | 0.52s 2025-10-02 14:17:27.575598 | fa163e8b-869e-54ed-ef07-000000000b27 | TASK | ensure ceph configurations exist 2025-10-02 14:17:27.898064 | fa163e8b-869e-54ed-ef07-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-02 14:17:27.899719 | fa163e8b-869e-54ed-ef07-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.982205 | 0.32s 2025-10-02 14:17:27.926119 | fa163e8b-869e-54ed-ef07-000000000b28 | TASK | create persistent directories 2025-10-02 14:17:28.160826 | fa163e8b-869e-54ed-ef07-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-02 14:17:28.163585 | fa163e8b-869e-54ed-ef07-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.246066 | 0.24s 2025-10-02 14:17:28.173214 | fa163e8b-869e-54ed-ef07-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.255691 | 0.25s 2025-10-02 14:17:28.199998 | fa163e8b-869e-54ed-ef07-000000000b2a | TASK | Create cinder image conversion directory 2025-10-02 14:17:28.234653 | fa163e8b-869e-54ed-ef07-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-02 14:17:28.236203 | fa163e8b-869e-54ed-ef07-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.318689 | 0.03s 2025-10-02 14:17:28.262872 | fa163e8b-869e-54ed-ef07-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-02 14:17:28.307004 | fa163e8b-869e-54ed-ef07-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-02 14:17:28.308499 | fa163e8b-869e-54ed-ef07-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.390984 | 0.04s 2025-10-02 14:17:28.333877 | fa163e8b-869e-54ed-ef07-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-02 14:17:28.368032 | fa163e8b-869e-54ed-ef07-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-02 14:17:28.369502 | fa163e8b-869e-54ed-ef07-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.451989 | 0.03s 2025-10-02 14:17:28.396470 | fa163e8b-869e-54ed-ef07-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-02 14:17:31.233839 | fa163e8b-869e-54ed-ef07-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-02 14:17:31.235267 | fa163e8b-869e-54ed-ef07-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.317757 | 2.84s 2025-10-02 14:17:31.260260 | fa163e8b-869e-54ed-ef07-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-02 14:17:31.481807 | fa163e8b-869e-54ed-ef07-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-02 14:17:31.483339 | fa163e8b-869e-54ed-ef07-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.565826 | 0.22s 2025-10-02 14:17:31.509457 | fa163e8b-869e-54ed-ef07-000000000b31 | TASK | Get or create LVM loopback device 2025-10-02 14:17:31.800399 | fa163e8b-869e-54ed-ef07-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-02 14:17:31.801852 | fa163e8b-869e-54ed-ef07-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.884341 | 0.29s 2025-10-02 14:17:31.826942 | fa163e8b-869e-54ed-ef07-000000000b32 | TASK | Create LVM volume group 2025-10-02 14:17:32.475888 | fa163e8b-869e-54ed-ef07-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-02 14:17:32.477390 | fa163e8b-869e-54ed-ef07-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:37.559877 | 0.65s 2025-10-02 14:17:32.503430 | fa163e8b-869e-54ed-ef07-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-02 14:17:32.985533 | fa163e8b-869e-54ed-ef07-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-02 14:17:32.986672 | fa163e8b-869e-54ed-ef07-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:38.069163 | 0.48s 2025-10-02 14:17:33.007465 | fa163e8b-869e-54ed-ef07-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-02 14:17:33.939974 | fa163e8b-869e-54ed-ef07-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-02 14:17:33.942122 | fa163e8b-869e-54ed-ef07-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:39.024609 | 0.93s 2025-10-02 14:17:33.968121 | fa163e8b-869e-54ed-ef07-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-02 14:17:34.921315 | fa163e8b-869e-54ed-ef07-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-02 14:17:34.922275 | fa163e8b-869e-54ed-ef07-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:40.004771 | 0.95s 2025-10-02 14:17:34.939274 | fa163e8b-869e-54ed-ef07-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-02 14:17:37.151163 | fa163e8b-869e-54ed-ef07-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-02 14:17:37.152942 | fa163e8b-869e-54ed-ef07-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:42.235428 | 2.21s 2025-10-02 14:17:37.210429 | fa163e8b-869e-54ed-ef07-000000000b39 | OK | set_fact | standalone 2025-10-02 14:17:37.211721 | fa163e8b-869e-54ed-ef07-000000000b39 | TIMING | set_fact | standalone | 0:01:42.294209 | 0.03s 2025-10-02 14:17:37.265425 | fa163e8b-869e-54ed-ef07-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:42.347899 | 0.03s 2025-10-02 14:17:37.323133 | fa163e8b-869e-54ed-ef07-000000000edf | TASK | ensure apache is installed 2025-10-02 14:17:43.515893 | fa163e8b-869e-54ed-ef07-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-02 14:17:43.518611 | fa163e8b-869e-54ed-ef07-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.601066 | 6.19s 2025-10-02 14:17:43.539136 | fa163e8b-869e-54ed-ef07-000000000ee0 | TASK | create image data directory 2025-10-02 14:17:43.799139 | fa163e8b-869e-54ed-ef07-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-02 14:17:43.800626 | fa163e8b-869e-54ed-ef07-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.883113 | 0.26s 2025-10-02 14:17:43.825749 | fa163e8b-869e-54ed-ef07-000000000ee1 | TASK | create /v2/ response file 2025-10-02 14:17:44.268724 | fa163e8b-869e-54ed-ef07-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-02 14:17:44.270324 | fa163e8b-869e-54ed-ef07-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.352784 | 0.44s 2025-10-02 14:17:44.296355 | fa163e8b-869e-54ed-ef07-000000000ee2 | TASK | Add listen line 2025-10-02 14:17:44.668447 | fa163e8b-869e-54ed-ef07-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-02 14:17:44.669357 | fa163e8b-869e-54ed-ef07-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.751852 | 0.37s 2025-10-02 14:17:44.693877 | fa163e8b-869e-54ed-ef07-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-02 14:17:45.119364 | fa163e8b-869e-54ed-ef07-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-02 14:17:45.120761 | fa163e8b-869e-54ed-ef07-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:50.203250 | 0.43s 2025-10-02 14:17:45.146734 | fa163e8b-869e-54ed-ef07-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-02 14:17:46.122693 | fa163e8b-869e-54ed-ef07-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-02 14:17:46.125932 | fa163e8b-869e-54ed-ef07-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:51.208412 | 0.98s 2025-10-02 14:17:46.165957 | fa163e8b-869e-54ed-ef07-000000000b3c | TASK | create persistent logs directory 2025-10-02 14:17:46.424718 | fa163e8b-869e-54ed-ef07-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-02 14:17:46.427990 | fa163e8b-869e-54ed-ef07-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.510463 | 0.26s 2025-10-02 14:17:46.640630 | fa163e8b-869e-54ed-ef07-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-02 14:17:46.643056 | fa163e8b-869e-54ed-ef07-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.725537 | 0.48s 2025-10-02 14:17:46.653346 | fa163e8b-869e-54ed-ef07-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.735826 | 0.49s 2025-10-02 14:17:46.673903 | fa163e8b-869e-54ed-ef07-000000000b3d | TASK | Mount NFS on host 2025-10-02 14:17:46.699725 | fa163e8b-869e-54ed-ef07-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-02 14:17:46.700515 | fa163e8b-869e-54ed-ef07-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.783010 | 0.03s 2025-10-02 14:17:46.719684 | fa163e8b-869e-54ed-ef07-000000000b3e | TASK | Mount Node Staging Location 2025-10-02 14:17:46.748271 | fa163e8b-869e-54ed-ef07-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-02 14:17:46.749045 | fa163e8b-869e-54ed-ef07-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.831533 | 0.03s 2025-10-02 14:17:46.773212 | fa163e8b-869e-54ed-ef07-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-02 14:17:47.008351 | fa163e8b-869e-54ed-ef07-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-02 14:17:47.009919 | fa163e8b-869e-54ed-ef07-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:52.092401 | 0.24s 2025-10-02 14:17:47.036416 | fa163e8b-869e-54ed-ef07-000000000b40 | TASK | create logs directory 2025-10-02 14:17:47.272652 | fa163e8b-869e-54ed-ef07-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-02 14:17:47.274626 | fa163e8b-869e-54ed-ef07-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.357112 | 0.24s 2025-10-02 14:17:47.499740 | fa163e8b-869e-54ed-ef07-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-02 14:17:47.500846 | fa163e8b-869e-54ed-ef07-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.583334 | 0.46s 2025-10-02 14:17:47.507429 | fa163e8b-869e-54ed-ef07-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.589908 | 0.47s 2025-10-02 14:17:47.533498 | fa163e8b-869e-54ed-ef07-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-02 14:17:47.563403 | fa163e8b-869e-54ed-ef07-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-02 14:17:47.564783 | fa163e8b-869e-54ed-ef07-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.647270 | 0.03s 2025-10-02 14:17:47.590785 | fa163e8b-869e-54ed-ef07-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-02 14:17:47.826758 | fa163e8b-869e-54ed-ef07-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-02 14:17:47.828413 | fa163e8b-869e-54ed-ef07-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.910900 | 0.24s 2025-10-02 14:17:47.853631 | fa163e8b-869e-54ed-ef07-000000000b43 | TASK | create persistent directories 2025-10-02 14:17:48.096101 | fa163e8b-869e-54ed-ef07-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-02 14:17:48.097724 | fa163e8b-869e-54ed-ef07-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.180220 | 0.24s 2025-10-02 14:17:48.108249 | fa163e8b-869e-54ed-ef07-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.190730 | 0.25s 2025-10-02 14:17:48.133251 | fa163e8b-869e-54ed-ef07-000000000b44 | TASK | create persistent data directory 2025-10-02 14:17:48.332573 | fa163e8b-869e-54ed-ef07-000000000b44 | OK | create persistent data directory | standalone 2025-10-02 14:17:48.333972 | fa163e8b-869e-54ed-ef07-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.416461 | 0.20s 2025-10-02 14:17:48.358786 | fa163e8b-869e-54ed-ef07-000000000b45 | TASK | create persistent directories 2025-10-02 14:17:48.611048 | fa163e8b-869e-54ed-ef07-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-02 14:17:48.613353 | fa163e8b-869e-54ed-ef07-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.695837 | 0.25s 2025-10-02 14:17:48.801759 | fa163e8b-869e-54ed-ef07-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-02 14:17:48.802931 | fa163e8b-869e-54ed-ef07-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.885420 | 0.44s 2025-10-02 14:17:48.815251 | fa163e8b-869e-54ed-ef07-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.897743 | 0.46s 2025-10-02 14:17:48.836040 | fa163e8b-869e-54ed-ef07-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-02 14:17:56.043780 | fa163e8b-869e-54ed-ef07-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-02 14:17:56.045173 | fa163e8b-869e-54ed-ef07-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:01.127662 | 7.21s 2025-10-02 14:17:56.070197 | fa163e8b-869e-54ed-ef07-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-02 14:17:56.143410 | fa163e8b-869e-54ed-ef07-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.26 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.26", " Config retrieval: 0.76", " Last run: 1759414675", " Total: 0.26", "Version:", " Config: 1759414674", " 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-02 14:17:56.144556 | fa163e8b-869e-54ed-ef07-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:01.227046 | 0.07s 2025-10-02 14:17:56.169477 | fa163e8b-869e-54ed-ef07-000000000b48 | TASK | create persistent directories 2025-10-02 14:17:56.415346 | fa163e8b-869e-54ed-ef07-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-02 14:17:56.417552 | fa163e8b-869e-54ed-ef07-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.500031 | 0.25s 2025-10-02 14:17:56.651495 | fa163e8b-869e-54ed-ef07-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-02 14:17:56.653388 | fa163e8b-869e-54ed-ef07-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.735873 | 0.48s 2025-10-02 14:17:56.663756 | fa163e8b-869e-54ed-ef07-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.746247 | 0.49s 2025-10-02 14:17:56.688819 | fa163e8b-869e-54ed-ef07-000000000b49 | TASK | create persistent directories 2025-10-02 14:17:56.945332 | fa163e8b-869e-54ed-ef07-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-02 14:17:56.947672 | fa163e8b-869e-54ed-ef07-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.030158 | 0.26s 2025-10-02 14:17:57.130752 | fa163e8b-869e-54ed-ef07-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-02 14:17:57.132237 | fa163e8b-869e-54ed-ef07-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.214726 | 0.44s 2025-10-02 14:17:57.141848 | fa163e8b-869e-54ed-ef07-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.224348 | 0.45s 2025-10-02 14:17:57.159160 | fa163e8b-869e-54ed-ef07-000000000b4a | TASK | create persistent directories 2025-10-02 14:17:57.450328 | fa163e8b-869e-54ed-ef07-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-02 14:17:57.452357 | fa163e8b-869e-54ed-ef07-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.534842 | 0.29s 2025-10-02 14:17:57.462726 | fa163e8b-869e-54ed-ef07-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.545216 | 0.30s 2025-10-02 14:17:57.488403 | fa163e8b-869e-54ed-ef07-000000000b4b | TASK | create persistent directories 2025-10-02 14:17:57.764848 | fa163e8b-869e-54ed-ef07-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-02 14:17:57.767278 | fa163e8b-869e-54ed-ef07-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.849760 | 0.28s 2025-10-02 14:17:57.959094 | fa163e8b-869e-54ed-ef07-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-02 14:17:57.960678 | fa163e8b-869e-54ed-ef07-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.043169 | 0.47s 2025-10-02 14:17:58.212004 | fa163e8b-869e-54ed-ef07-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-02 14:17:58.213234 | fa163e8b-869e-54ed-ef07-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.295723 | 0.72s 2025-10-02 14:17:58.432796 | fa163e8b-869e-54ed-ef07-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-02 14:17:58.434162 | fa163e8b-869e-54ed-ef07-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.516650 | 0.94s 2025-10-02 14:17:58.442929 | fa163e8b-869e-54ed-ef07-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.525406 | 0.95s 2025-10-02 14:17:58.469802 | fa163e8b-869e-54ed-ef07-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-02 14:17:58.968875 | fa163e8b-869e-54ed-ef07-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-02 14:17:58.969960 | fa163e8b-869e-54ed-ef07-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:04.052454 | 0.50s 2025-10-02 14:17:58.987107 | fa163e8b-869e-54ed-ef07-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-02 14:18:00.371171 | fa163e8b-869e-54ed-ef07-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-02 14:18:00.374053 | fa163e8b-869e-54ed-ef07-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.456535 | 1.39s 2025-10-02 14:18:01.612267 | fa163e8b-869e-54ed-ef07-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-02 14:18:01.613249 | fa163e8b-869e-54ed-ef07-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.695744 | 2.63s 2025-10-02 14:18:02.996825 | fa163e8b-869e-54ed-ef07-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-02 14:18:02.998712 | fa163e8b-869e-54ed-ef07-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.081202 | 4.01s 2025-10-02 14:18:03.008781 | fa163e8b-869e-54ed-ef07-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.091273 | 4.02s 2025-10-02 14:18:03.034969 | fa163e8b-869e-54ed-ef07-000000000b4e | TASK | create persistent directories 2025-10-02 14:18:03.273613 | fa163e8b-869e-54ed-ef07-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-02 14:18:03.276475 | fa163e8b-869e-54ed-ef07-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.358953 | 0.24s 2025-10-02 14:18:03.478342 | fa163e8b-869e-54ed-ef07-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-02 14:18:03.479537 | fa163e8b-869e-54ed-ef07-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.562034 | 0.44s 2025-10-02 14:18:03.663668 | fa163e8b-869e-54ed-ef07-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-02 14:18:03.664384 | fa163e8b-869e-54ed-ef07-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.746881 | 0.63s 2025-10-02 14:18:03.671036 | fa163e8b-869e-54ed-ef07-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.753517 | 0.63s 2025-10-02 14:18:03.697701 | fa163e8b-869e-54ed-ef07-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-02 14:18:03.921971 | fa163e8b-869e-54ed-ef07-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-02 14:18:03.924624 | fa163e8b-869e-54ed-ef07-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:09.007111 | 0.22s 2025-10-02 14:18:03.951174 | fa163e8b-869e-54ed-ef07-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-02 14:18:03.983593 | fa163e8b-869e-54ed-ef07-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-02 14:18:03.985680 | fa163e8b-869e-54ed-ef07-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:09.068154 | 0.03s 2025-10-02 14:18:04.011598 | fa163e8b-869e-54ed-ef07-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-02 14:18:04.256101 | fa163e8b-869e-54ed-ef07-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-02 14:18:04.257503 | fa163e8b-869e-54ed-ef07-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:09.339993 | 0.24s 2025-10-02 14:18:04.281630 | fa163e8b-869e-54ed-ef07-000000000b52 | TASK | Stop iscsi.service 2025-10-02 14:18:04.321787 | fa163e8b-869e-54ed-ef07-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-02 14:18:04.322942 | fa163e8b-869e-54ed-ef07-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:09.405432 | 0.04s 2025-10-02 14:18:04.377462 | fa163e8b-869e-54ed-ef07-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:09.459941 | 0.03s 2025-10-02 14:18:04.476365 | fa163e8b-869e-54ed-ef07-00000000104a | TASK | Install additional packages 2025-10-02 14:18:04.501791 | fa163e8b-869e-54ed-ef07-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:09.584279 | 0.02s 2025-10-02 14:18:04.521386 | fa163e8b-869e-54ed-ef07-00000000104b | TASK | Remove dracut-config-generic 2025-10-02 14:18:08.216722 | fa163e8b-869e-54ed-ef07-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-02 14:18:08.218095 | fa163e8b-869e-54ed-ef07-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:13.300584 | 3.70s 2025-10-02 14:18:08.242995 | fa163e8b-869e-54ed-ef07-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-02 14:18:08.486045 | fa163e8b-869e-54ed-ef07-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-02 14:18:08.487085 | fa163e8b-869e-54ed-ef07-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.569580 | 0.24s 2025-10-02 14:18:08.504099 | fa163e8b-869e-54ed-ef07-00000000104d | TASK | Write list of modules to load at boot 2025-10-02 14:18:08.961820 | fa163e8b-869e-54ed-ef07-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-02 14:18:08.964544 | fa163e8b-869e-54ed-ef07-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:14.047029 | 0.46s 2025-10-02 14:18:08.992317 | fa163e8b-869e-54ed-ef07-00000000104e | TASK | Modules reload 2025-10-02 14:18:09.437550 | fa163e8b-869e-54ed-ef07-00000000104e | CHANGED | Modules reload | standalone 2025-10-02 14:18:09.440119 | fa163e8b-869e-54ed-ef07-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.522598 | 0.45s 2025-10-02 14:18:09.469558 | fa163e8b-869e-54ed-ef07-00000000104f | TASK | Set default sysctl options 2025-10-02 14:18:09.977739 | fa163e8b-869e-54ed-ef07-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-02 14:18:09.979639 | fa163e8b-869e-54ed-ef07-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:15.062124 | 0.51s 2025-10-02 14:18:10.006088 | fa163e8b-869e-54ed-ef07-000000001050 | TASK | Set extra sysctl options 2025-10-02 14:18:10.402679 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-02 14:18:10.404700 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.487186 | 0.40s 2025-10-02 14:18:10.611247 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-02 14:18:10.612502 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.694990 | 0.60s 2025-10-02 14:18:10.818219 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-02 14:18:10.819559 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.902040 | 0.81s 2025-10-02 14:18:11.047045 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-02 14:18:11.048969 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.131456 | 1.04s 2025-10-02 14:18:11.269941 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-02 14:18:11.271070 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.353558 | 1.26s 2025-10-02 14:18:11.477722 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-02 14:18:11.479918 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.562408 | 1.47s 2025-10-02 14:18:11.681399 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-02 14:18:11.682280 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.764771 | 1.67s 2025-10-02 14:18:11.901934 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-02 14:18:11.903472 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.985960 | 1.90s 2025-10-02 14:18:12.119243 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-02 14:18:12.120117 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.202609 | 2.11s 2025-10-02 14:18:12.375998 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-02 14:18:12.377170 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.459658 | 2.37s 2025-10-02 14:18:12.604612 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-02 14:18:12.606152 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.688648 | 2.60s 2025-10-02 14:18:12.826153 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-02 14:18:12.827407 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.909895 | 2.82s 2025-10-02 14:18:13.041533 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-02 14:18:13.042258 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.124755 | 3.03s 2025-10-02 14:18:14.302004 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-02 14:18:14.303757 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.386247 | 4.30s 2025-10-02 14:18:14.536970 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-02 14:18:14.538998 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.621485 | 4.53s 2025-10-02 14:18:14.744794 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-02 14:18:14.747006 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.829488 | 4.74s 2025-10-02 14:18:14.987583 | fa163e8b-869e-54ed-ef07-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-02 14:18:14.988641 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.071130 | 4.98s 2025-10-02 14:18:14.997510 | fa163e8b-869e-54ed-ef07-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.079989 | 4.99s 2025-10-02 14:18:15.028133 | fa163e8b-869e-54ed-ef07-000000001052 | TASK | Sysctl reload 2025-10-02 14:18:15.441546 | fa163e8b-869e-54ed-ef07-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-02 14:18:15.443608 | fa163e8b-869e-54ed-ef07-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:20.526094 | 0.41s 2025-10-02 14:18:15.495277 | fa163e8b-869e-54ed-ef07-000000000b54 | TASK | create persistent directories 2025-10-02 14:18:15.757349 | fa163e8b-869e-54ed-ef07-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-02 14:18:15.759051 | fa163e8b-869e-54ed-ef07-000000000b54 | TIMING | create persistent directories | standalone | 0:02:20.841535 | 0.26s 2025-10-02 14:18:15.947279 | fa163e8b-869e-54ed-ef07-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-02 14:18:15.948533 | fa163e8b-869e-54ed-ef07-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.031022 | 0.45s 2025-10-02 14:18:15.955272 | fa163e8b-869e-54ed-ef07-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.037764 | 0.46s 2025-10-02 14:18:15.980066 | fa163e8b-869e-54ed-ef07-000000000b55 | TASK | Check if file certs_valid exist 2025-10-02 14:18:16.258801 | fa163e8b-869e-54ed-ef07-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-02 14:18:16.260142 | fa163e8b-869e-54ed-ef07-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.342630 | 0.28s 2025-10-02 14:18:16.278514 | fa163e8b-869e-54ed-ef07-000000000b56 | TASK | Check if file cert9.db exist 2025-10-02 14:18:16.508181 | fa163e8b-869e-54ed-ef07-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-02 14:18:16.509746 | fa163e8b-869e-54ed-ef07-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.592231 | 0.23s 2025-10-02 14:18:16.537522 | fa163e8b-869e-54ed-ef07-000000000b57 | TASK | Check if file key4.db exist 2025-10-02 14:18:16.767689 | fa163e8b-869e-54ed-ef07-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-02 14:18:16.769030 | fa163e8b-869e-54ed-ef07-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:21.851518 | 0.23s 2025-10-02 14:18:16.825078 | fa163e8b-869e-54ed-ef07-000000000b58 | SKIPPED | fail | standalone 2025-10-02 14:18:16.826449 | fa163e8b-869e-54ed-ef07-000000000b58 | TIMING | fail | standalone | 0:02:21.908936 | 0.03s 2025-10-02 14:18:16.851635 | fa163e8b-869e-54ed-ef07-000000000b59 | TASK | Create persistent directories 2025-10-02 14:18:17.108483 | fa163e8b-869e-54ed-ef07-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-02 14:18:17.110857 | fa163e8b-869e-54ed-ef07-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.193341 | 0.26s 2025-10-02 14:18:17.349514 | fa163e8b-869e-54ed-ef07-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-02 14:18:17.350849 | fa163e8b-869e-54ed-ef07-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.433335 | 0.50s 2025-10-02 14:18:17.358276 | fa163e8b-869e-54ed-ef07-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.440752 | 0.51s 2025-10-02 14:18:17.384512 | fa163e8b-869e-54ed-ef07-000000000b5a | TASK | create persistent directories 2025-10-02 14:18:17.649347 | fa163e8b-869e-54ed-ef07-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-02 14:18:17.654785 | fa163e8b-869e-54ed-ef07-000000000b5a | TIMING | create persistent directories | standalone | 0:02:22.737270 | 0.27s 2025-10-02 14:18:17.664895 | fa163e8b-869e-54ed-ef07-000000000b5a | TIMING | create persistent directories | standalone | 0:02:22.747367 | 0.28s 2025-10-02 14:18:17.694773 | fa163e8b-869e-54ed-ef07-000000000b5b | TASK | create persistent directories 2025-10-02 14:18:17.966272 | fa163e8b-869e-54ed-ef07-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-02 14:18:17.968830 | fa163e8b-869e-54ed-ef07-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.051312 | 0.27s 2025-10-02 14:18:18.198749 | fa163e8b-869e-54ed-ef07-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-02 14:18:18.200330 | fa163e8b-869e-54ed-ef07-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.282786 | 0.50s 2025-10-02 14:18:18.207944 | fa163e8b-869e-54ed-ef07-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.290416 | 0.51s 2025-10-02 14:18:18.234841 | fa163e8b-869e-54ed-ef07-000000000b5c | TASK | create persistent directories 2025-10-02 14:18:18.493021 | fa163e8b-869e-54ed-ef07-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-02 14:18:18.495349 | fa163e8b-869e-54ed-ef07-000000000b5c | TIMING | create persistent directories | standalone | 0:02:23.577833 | 0.26s 2025-10-02 14:18:18.505769 | fa163e8b-869e-54ed-ef07-000000000b5c | TIMING | create persistent directories | standalone | 0:02:23.588236 | 0.27s 2025-10-02 14:18:18.532973 | fa163e8b-869e-54ed-ef07-000000000b5d | TASK | create persistent directories 2025-10-02 14:18:18.814282 | fa163e8b-869e-54ed-ef07-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-02 14:18:18.816899 | fa163e8b-869e-54ed-ef07-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.899382 | 0.28s 2025-10-02 14:18:19.019181 | fa163e8b-869e-54ed-ef07-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-02 14:18:19.021259 | fa163e8b-869e-54ed-ef07-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.103745 | 0.49s 2025-10-02 14:18:19.197519 | fa163e8b-869e-54ed-ef07-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-02 14:18:19.198842 | fa163e8b-869e-54ed-ef07-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.281330 | 0.66s 2025-10-02 14:18:19.206701 | fa163e8b-869e-54ed-ef07-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.289169 | 0.67s 2025-10-02 14:18:19.234497 | fa163e8b-869e-54ed-ef07-000000000b5e | TASK | create persistent directories 2025-10-02 14:18:19.468334 | fa163e8b-869e-54ed-ef07-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-02 14:18:19.470133 | fa163e8b-869e-54ed-ef07-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.552617 | 0.23s 2025-10-02 14:18:19.632927 | fa163e8b-869e-54ed-ef07-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-02 14:18:19.634715 | fa163e8b-869e-54ed-ef07-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.717203 | 0.40s 2025-10-02 14:18:19.646010 | fa163e8b-869e-54ed-ef07-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.728482 | 0.41s 2025-10-02 14:18:19.672941 | fa163e8b-869e-54ed-ef07-000000000b5f | TASK | create persistent directories 2025-10-02 14:18:19.934432 | fa163e8b-869e-54ed-ef07-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-02 14:18:19.936868 | fa163e8b-869e-54ed-ef07-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.019316 | 0.26s 2025-10-02 14:18:19.947366 | fa163e8b-869e-54ed-ef07-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.029837 | 0.27s 2025-10-02 14:18:19.974724 | fa163e8b-869e-54ed-ef07-000000000b60 | TASK | creating directory 2025-10-02 14:18:20.212870 | fa163e8b-869e-54ed-ef07-000000000b60 | CHANGED | creating directory | standalone 2025-10-02 14:18:20.214797 | fa163e8b-869e-54ed-ef07-000000000b60 | TIMING | creating directory | standalone | 0:02:25.297279 | 0.24s 2025-10-02 14:18:20.242686 | fa163e8b-869e-54ed-ef07-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-02 14:18:20.720165 | fa163e8b-869e-54ed-ef07-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-02 14:18:20.722056 | fa163e8b-869e-54ed-ef07-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:25.804540 | 0.48s 2025-10-02 14:18:20.748761 | fa163e8b-869e-54ed-ef07-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-02 14:18:21.570242 | fa163e8b-869e-54ed-ef07-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-02 14:18:21.572044 | fa163e8b-869e-54ed-ef07-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.654529 | 0.82s 2025-10-02 14:18:21.599101 | fa163e8b-869e-54ed-ef07-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-02 14:18:21.794118 | fa163e8b-869e-54ed-ef07-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-02 14:18:21.796075 | fa163e8b-869e-54ed-ef07-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:26.878552 | 0.20s 2025-10-02 14:18:21.822077 | fa163e8b-869e-54ed-ef07-000000000b64 | TASK | remove temp namespace 2025-10-02 14:18:22.076859 | fa163e8b-869e-54ed-ef07-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-02 14:18:22.078623 | fa163e8b-869e-54ed-ef07-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:27.161110 | 0.25s 2025-10-02 14:18:22.106231 | fa163e8b-869e-54ed-ef07-000000000b65 | TASK | create /var/lib/neutron 2025-10-02 14:18:22.345648 | fa163e8b-869e-54ed-ef07-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-02 14:18:22.347444 | fa163e8b-869e-54ed-ef07-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:27.429929 | 0.24s 2025-10-02 14:18:22.374275 | fa163e8b-869e-54ed-ef07-000000000b66 | TASK | set conditions 2025-10-02 14:18:22.405772 | fa163e8b-869e-54ed-ef07-000000000b66 | OK | set conditions | standalone 2025-10-02 14:18:22.407361 | fa163e8b-869e-54ed-ef07-000000000b66 | TIMING | set conditions | standalone | 0:02:27.489846 | 0.03s 2025-10-02 14:18:22.435834 | fa163e8b-869e-54ed-ef07-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-02 14:18:22.682941 | fa163e8b-869e-54ed-ef07-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-02 14:18:22.684874 | fa163e8b-869e-54ed-ef07-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:27.767360 | 0.25s 2025-10-02 14:18:22.710521 | fa163e8b-869e-54ed-ef07-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-02 14:18:23.184242 | fa163e8b-869e-54ed-ef07-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-02 14:18:23.186524 | fa163e8b-869e-54ed-ef07-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:28.269007 | 0.47s 2025-10-02 14:18:23.213508 | fa163e8b-869e-54ed-ef07-000000000b69 | TASK | create haproxy kill script 2025-10-02 14:18:23.697963 | fa163e8b-869e-54ed-ef07-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-02 14:18:23.699374 | fa163e8b-869e-54ed-ef07-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:28.781862 | 0.48s 2025-10-02 14:18:23.724045 | fa163e8b-869e-54ed-ef07-000000000b6a | TASK | create persistent directories 2025-10-02 14:18:23.991716 | fa163e8b-869e-54ed-ef07-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-02 14:18:23.993680 | fa163e8b-869e-54ed-ef07-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.076161 | 0.27s 2025-10-02 14:18:24.169635 | fa163e8b-869e-54ed-ef07-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-02 14:18:24.170531 | fa163e8b-869e-54ed-ef07-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.253025 | 0.45s 2025-10-02 14:18:24.174433 | fa163e8b-869e-54ed-ef07-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.256915 | 0.45s 2025-10-02 14:18:24.199840 | fa163e8b-869e-54ed-ef07-000000000b6b | TASK | create persistent directories 2025-10-02 14:18:24.433140 | fa163e8b-869e-54ed-ef07-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-02 14:18:24.434201 | fa163e8b-869e-54ed-ef07-000000000b6b | TIMING | create persistent directories | standalone | 0:02:29.516695 | 0.23s 2025-10-02 14:18:24.440371 | fa163e8b-869e-54ed-ef07-000000000b6b | TIMING | create persistent directories | standalone | 0:02:29.522852 | 0.24s 2025-10-02 14:18:24.465350 | fa163e8b-869e-54ed-ef07-000000000b6c | TASK | create persistent directories 2025-10-02 14:18:24.683013 | fa163e8b-869e-54ed-ef07-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-02 14:18:24.685190 | fa163e8b-869e-54ed-ef07-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.767667 | 0.22s 2025-10-02 14:18:24.862093 | fa163e8b-869e-54ed-ef07-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-02 14:18:24.863236 | fa163e8b-869e-54ed-ef07-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.945725 | 0.40s 2025-10-02 14:18:24.869655 | fa163e8b-869e-54ed-ef07-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.952135 | 0.40s 2025-10-02 14:18:24.895180 | fa163e8b-869e-54ed-ef07-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-02 14:18:25.117542 | fa163e8b-869e-54ed-ef07-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-02 14:18:25.118849 | fa163e8b-869e-54ed-ef07-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.201336 | 0.22s 2025-10-02 14:18:25.145822 | fa163e8b-869e-54ed-ef07-000000000b6e | TASK | create persistent directories 2025-10-02 14:18:25.411398 | fa163e8b-869e-54ed-ef07-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-02 14:18:25.413553 | fa163e8b-869e-54ed-ef07-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.496038 | 0.27s 2025-10-02 14:18:25.648198 | fa163e8b-869e-54ed-ef07-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-02 14:18:25.650049 | fa163e8b-869e-54ed-ef07-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.732538 | 0.50s 2025-10-02 14:18:25.834861 | fa163e8b-869e-54ed-ef07-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-02 14:18:25.836776 | fa163e8b-869e-54ed-ef07-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.919263 | 0.69s 2025-10-02 14:18:26.067831 | fa163e8b-869e-54ed-ef07-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-02 14:18:26.068994 | fa163e8b-869e-54ed-ef07-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.151483 | 0.92s 2025-10-02 14:18:26.281196 | fa163e8b-869e-54ed-ef07-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-02 14:18:26.283260 | fa163e8b-869e-54ed-ef07-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.365743 | 1.14s 2025-10-02 14:18:26.295655 | fa163e8b-869e-54ed-ef07-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.378132 | 1.15s 2025-10-02 14:18:26.323997 | fa163e8b-869e-54ed-ef07-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-02 14:18:26.821608 | fa163e8b-869e-54ed-ef07-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-02 14:18:26.822963 | fa163e8b-869e-54ed-ef07-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:31.905453 | 0.50s 2025-10-02 14:18:26.847589 | fa163e8b-869e-54ed-ef07-000000000b70 | TASK | create tempfiles 2025-10-02 14:18:27.201536 | fa163e8b-869e-54ed-ef07-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-02 14:18:27.203228 | fa163e8b-869e-54ed-ef07-000000000b70 | TIMING | create tempfiles | standalone | 0:02:32.285715 | 0.35s 2025-10-02 14:18:27.228276 | fa163e8b-869e-54ed-ef07-000000000b71 | TASK | Mount Nova NFS Share 2025-10-02 14:18:27.257481 | fa163e8b-869e-54ed-ef07-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-02 14:18:27.258864 | fa163e8b-869e-54ed-ef07-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.341350 | 0.03s 2025-10-02 14:18:27.283449 | fa163e8b-869e-54ed-ef07-000000000b73 | TASK | check systemd-container package installed or not 2025-10-02 14:18:27.311175 | fa163e8b-869e-54ed-ef07-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-02 14:18:27.312278 | fa163e8b-869e-54ed-ef07-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.394767 | 0.03s 2025-10-02 14:18:27.336400 | fa163e8b-869e-54ed-ef07-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-02 14:18:27.365523 | fa163e8b-869e-54ed-ef07-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-02 14:18:27.366587 | fa163e8b-869e-54ed-ef07-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.449076 | 0.03s 2025-10-02 14:18:27.390949 | fa163e8b-869e-54ed-ef07-000000000b75 | TASK | Install systemd-container package on boot 2025-10-02 14:18:27.421121 | fa163e8b-869e-54ed-ef07-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-02 14:18:27.422260 | fa163e8b-869e-54ed-ef07-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.504749 | 0.03s 2025-10-02 14:18:27.446568 | fa163e8b-869e-54ed-ef07-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-02 14:18:27.478767 | fa163e8b-869e-54ed-ef07-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-02 14:18:27.479967 | fa163e8b-869e-54ed-ef07-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.562455 | 0.03s 2025-10-02 14:18:27.501194 | fa163e8b-869e-54ed-ef07-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-02 14:18:27.535998 | fa163e8b-869e-54ed-ef07-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-02 14:18:27.537464 | fa163e8b-869e-54ed-ef07-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:32.619951 | 0.04s 2025-10-02 14:18:27.559052 | fa163e8b-869e-54ed-ef07-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-02 14:18:27.600808 | fa163e8b-869e-54ed-ef07-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-02 14:18:27.602388 | fa163e8b-869e-54ed-ef07-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:32.684874 | 0.04s 2025-10-02 14:18:27.625247 | fa163e8b-869e-54ed-ef07-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-02 14:18:27.658741 | fa163e8b-869e-54ed-ef07-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-02 14:18:27.660232 | fa163e8b-869e-54ed-ef07-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:32.742719 | 0.03s 2025-10-02 14:18:27.687731 | fa163e8b-869e-54ed-ef07-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-02 14:18:27.719093 | fa163e8b-869e-54ed-ef07-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-02 14:18:27.720410 | fa163e8b-869e-54ed-ef07-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:32.802897 | 0.03s 2025-10-02 14:18:27.746773 | fa163e8b-869e-54ed-ef07-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-02 14:18:27.780366 | fa163e8b-869e-54ed-ef07-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-02 14:18:27.781683 | fa163e8b-869e-54ed-ef07-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.864163 | 0.03s 2025-10-02 14:18:27.809924 | fa163e8b-869e-54ed-ef07-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-02 14:18:27.843022 | fa163e8b-869e-54ed-ef07-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-02 14:18:27.844577 | fa163e8b-869e-54ed-ef07-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.927063 | 0.03s 2025-10-02 14:18:27.871623 | fa163e8b-869e-54ed-ef07-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-02 14:18:27.904562 | fa163e8b-869e-54ed-ef07-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-02 14:18:27.905716 | fa163e8b-869e-54ed-ef07-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:32.988204 | 0.03s 2025-10-02 14:18:27.931646 | fa163e8b-869e-54ed-ef07-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-02 14:18:27.966975 | fa163e8b-869e-54ed-ef07-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-02 14:18:27.968382 | fa163e8b-869e-54ed-ef07-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.050868 | 0.03s 2025-10-02 14:18:27.994092 | fa163e8b-869e-54ed-ef07-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-02 14:18:28.030525 | fa163e8b-869e-54ed-ef07-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-02 14:18:28.031958 | fa163e8b-869e-54ed-ef07-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.114444 | 0.04s 2025-10-02 14:18:28.057271 | fa163e8b-869e-54ed-ef07-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-02 14:18:28.087078 | fa163e8b-869e-54ed-ef07-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-02 14:18:28.088193 | fa163e8b-869e-54ed-ef07-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.170682 | 0.03s 2025-10-02 14:18:28.112271 | fa163e8b-869e-54ed-ef07-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-02 14:18:28.145926 | fa163e8b-869e-54ed-ef07-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-02 14:18:28.147379 | fa163e8b-869e-54ed-ef07-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.229867 | 0.03s 2025-10-02 14:18:28.172002 | fa163e8b-869e-54ed-ef07-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-02 14:18:28.233380 | fa163e8b-869e-54ed-ef07-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-02 14:18:28.234806 | fa163e8b-869e-54ed-ef07-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.317292 | 0.06s 2025-10-02 14:18:28.259816 | fa163e8b-869e-54ed-ef07-000000000b87 | TASK | Is irqbalance enabled 2025-10-02 14:18:28.292920 | fa163e8b-869e-54ed-ef07-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-02 14:18:28.294370 | fa163e8b-869e-54ed-ef07-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:33.376853 | 0.03s 2025-10-02 14:18:28.320091 | fa163e8b-869e-54ed-ef07-000000000b88 | TASK | disable irqbalance service on compute 2025-10-02 14:18:28.359582 | fa163e8b-869e-54ed-ef07-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-02 14:18:28.360829 | fa163e8b-869e-54ed-ef07-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:33.443312 | 0.04s 2025-10-02 14:18:28.387694 | fa163e8b-869e-54ed-ef07-000000000b89 | TASK | create persistent directories 2025-10-02 14:18:28.659998 | fa163e8b-869e-54ed-ef07-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-02 14:18:28.661475 | fa163e8b-869e-54ed-ef07-000000000b89 | TIMING | create persistent directories | standalone | 0:02:33.743963 | 0.27s 2025-10-02 14:18:28.670943 | fa163e8b-869e-54ed-ef07-000000000b89 | TIMING | create persistent directories | standalone | 0:02:33.753422 | 0.28s 2025-10-02 14:18:28.697126 | fa163e8b-869e-54ed-ef07-000000000b8a | TASK | create libvirt persistent data directories 2025-10-02 14:18:28.963692 | fa163e8b-869e-54ed-ef07-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-02 14:18:28.965306 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.047768 | 0.27s 2025-10-02 14:18:29.205795 | fa163e8b-869e-54ed-ef07-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-02 14:18:29.207529 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.290016 | 0.51s 2025-10-02 14:18:29.432527 | fa163e8b-869e-54ed-ef07-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-02 14:18:29.434443 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.516928 | 0.74s 2025-10-02 14:18:29.674930 | fa163e8b-869e-54ed-ef07-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-02 14:18:29.675958 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.758447 | 0.98s 2025-10-02 14:18:29.895808 | fa163e8b-869e-54ed-ef07-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-02 14:18:29.897277 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.979765 | 1.20s 2025-10-02 14:18:30.116720 | fa163e8b-869e-54ed-ef07-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-02 14:18:30.117833 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.200323 | 1.42s 2025-10-02 14:18:30.376443 | fa163e8b-869e-54ed-ef07-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-02 14:18:30.377025 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.459522 | 1.68s 2025-10-02 14:18:30.579208 | fa163e8b-869e-54ed-ef07-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-02 14:18:30.579900 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.662398 | 1.88s 2025-10-02 14:18:30.585261 | fa163e8b-869e-54ed-ef07-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.667749 | 1.89s 2025-10-02 14:18:30.606226 | fa163e8b-869e-54ed-ef07-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-02 14:18:31.275773 | fa163e8b-869e-54ed-ef07-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-02 14:18:31.277171 | fa163e8b-869e-54ed-ef07-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.359644 | 0.67s 2025-10-02 14:18:31.301988 | fa163e8b-869e-54ed-ef07-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-02 14:18:32.006471 | fa163e8b-869e-54ed-ef07-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-02 14:18:32.007857 | fa163e8b-869e-54ed-ef07-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:37.090345 | 0.70s 2025-10-02 14:18:32.032869 | fa163e8b-869e-54ed-ef07-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-02 14:18:32.264955 | fa163e8b-869e-54ed-ef07-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-02 14:18:32.265834 | fa163e8b-869e-54ed-ef07-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:37.348331 | 0.23s 2025-10-02 14:18:32.289796 | fa163e8b-869e-54ed-ef07-000000000b8e | TASK | check if libvirt is installed 2025-10-02 14:18:32.527600 | fa163e8b-869e-54ed-ef07-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-02 14:18:32.528990 | fa163e8b-869e-54ed-ef07-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:37.611479 | 0.24s 2025-10-02 14:18:32.553786 | fa163e8b-869e-54ed-ef07-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-02 14:18:32.643566 | fa163e8b-869e-54ed-ef07-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-02 14:18:32.647537 | fa163e8b-869e-54ed-ef07-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-02 14:18:32.658784 | fa163e8b-869e-54ed-ef07-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.741272 | 0.10s 2025-10-02 14:18:32.678087 | fa163e8b-869e-54ed-ef07-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-02 14:18:33.150769 | fa163e8b-869e-54ed-ef07-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-02 14:18:33.151694 | fa163e8b-869e-54ed-ef07-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.234188 | 0.47s 2025-10-02 14:18:33.176847 | fa163e8b-869e-54ed-ef07-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-02 14:18:34.149215 | fa163e8b-869e-54ed-ef07-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-02 14:18:34.150882 | fa163e8b-869e-54ed-ef07-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.233366 | 0.97s 2025-10-02 14:18:34.175962 | fa163e8b-869e-54ed-ef07-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-02 14:18:34.420621 | fa163e8b-869e-54ed-ef07-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-02 14:18:34.422745 | fa163e8b-869e-54ed-ef07-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.505231 | 0.25s 2025-10-02 14:18:34.433440 | fa163e8b-869e-54ed-ef07-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.515920 | 0.26s 2025-10-02 14:18:34.459982 | fa163e8b-869e-54ed-ef07-000000000b93 | TASK | create persistent directories 2025-10-02 14:18:34.724430 | fa163e8b-869e-54ed-ef07-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-02 14:18:34.726741 | fa163e8b-869e-54ed-ef07-000000000b93 | TIMING | create persistent directories | standalone | 0:02:39.809226 | 0.27s 2025-10-02 14:18:34.912573 | fa163e8b-869e-54ed-ef07-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-02 14:18:34.913732 | fa163e8b-869e-54ed-ef07-000000000b93 | TIMING | create persistent directories | standalone | 0:02:39.996220 | 0.45s 2025-10-02 14:18:34.922066 | fa163e8b-869e-54ed-ef07-000000000b93 | TIMING | create persistent directories | standalone | 0:02:40.004546 | 0.46s 2025-10-02 14:18:34.947149 | fa163e8b-869e-54ed-ef07-000000000b94 | TASK | Copy in cleanup script 2025-10-02 14:18:35.374358 | fa163e8b-869e-54ed-ef07-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-02 14:18:35.375861 | fa163e8b-869e-54ed-ef07-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:40.458349 | 0.43s 2025-10-02 14:18:35.401649 | fa163e8b-869e-54ed-ef07-000000000b95 | TASK | Copy in cleanup service 2025-10-02 14:18:35.844981 | fa163e8b-869e-54ed-ef07-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-02 14:18:35.846390 | fa163e8b-869e-54ed-ef07-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:40.928879 | 0.44s 2025-10-02 14:18:35.870981 | fa163e8b-869e-54ed-ef07-000000000b96 | TASK | Enabling the cleanup service 2025-10-02 14:18:36.563515 | fa163e8b-869e-54ed-ef07-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-02 14:18:36.564547 | fa163e8b-869e-54ed-ef07-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:41.647043 | 0.69s 2025-10-02 14:18:36.582056 | fa163e8b-869e-54ed-ef07-000000000b97 | TASK | create persistent directories 2025-10-02 14:18:36.794462 | fa163e8b-869e-54ed-ef07-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-02 14:18:36.796521 | fa163e8b-869e-54ed-ef07-000000000b97 | TIMING | create persistent directories | standalone | 0:02:41.879016 | 0.21s 2025-10-02 14:18:37.028815 | fa163e8b-869e-54ed-ef07-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-02 14:18:37.030200 | fa163e8b-869e-54ed-ef07-000000000b97 | TIMING | create persistent directories | standalone | 0:02:42.112696 | 0.45s 2025-10-02 14:18:37.041654 | fa163e8b-869e-54ed-ef07-000000000b97 | TIMING | create persistent directories | standalone | 0:02:42.124132 | 0.46s 2025-10-02 14:18:37.067274 | fa163e8b-869e-54ed-ef07-000000000b98 | TASK | set conditions 2025-10-02 14:18:37.097312 | fa163e8b-869e-54ed-ef07-000000000b98 | OK | set conditions | standalone 2025-10-02 14:18:37.098631 | fa163e8b-869e-54ed-ef07-000000000b98 | TIMING | set conditions | standalone | 0:02:42.181119 | 0.03s 2025-10-02 14:18:37.125078 | fa163e8b-869e-54ed-ef07-000000000b99 | TASK | create persistent directories 2025-10-02 14:18:37.373669 | fa163e8b-869e-54ed-ef07-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-02 14:18:37.375566 | fa163e8b-869e-54ed-ef07-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.458050 | 0.25s 2025-10-02 14:18:37.606935 | fa163e8b-869e-54ed-ef07-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-02 14:18:37.608069 | fa163e8b-869e-54ed-ef07-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.690558 | 0.48s 2025-10-02 14:18:37.829742 | fa163e8b-869e-54ed-ef07-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-02 14:18:37.831072 | fa163e8b-869e-54ed-ef07-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.913560 | 0.70s 2025-10-02 14:18:37.838700 | fa163e8b-869e-54ed-ef07-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.921182 | 0.71s 2025-10-02 14:18:37.864142 | fa163e8b-869e-54ed-ef07-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-02 14:18:38.327981 | fa163e8b-869e-54ed-ef07-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-02 14:18:38.329411 | fa163e8b-869e-54ed-ef07-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:43.411900 | 0.46s 2025-10-02 14:18:38.353848 | fa163e8b-869e-54ed-ef07-000000000b9b | TASK | create persistent directories 2025-10-02 14:18:38.607946 | fa163e8b-869e-54ed-ef07-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-02 14:18:38.610765 | fa163e8b-869e-54ed-ef07-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.693241 | 0.26s 2025-10-02 14:18:38.816308 | fa163e8b-869e-54ed-ef07-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-02 14:18:38.817409 | fa163e8b-869e-54ed-ef07-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.899897 | 0.46s 2025-10-02 14:18:38.823464 | fa163e8b-869e-54ed-ef07-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.905952 | 0.47s 2025-10-02 14:18:38.845381 | fa163e8b-869e-54ed-ef07-000000000b9c | TASK | create empty log files 2025-10-02 14:18:39.078534 | fa163e8b-869e-54ed-ef07-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-02 14:18:39.080052 | fa163e8b-869e-54ed-ef07-000000000b9c | TIMING | create empty log files | standalone | 0:02:44.162533 | 0.23s 2025-10-02 14:18:39.265074 | fa163e8b-869e-54ed-ef07-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-02 14:18:39.266850 | fa163e8b-869e-54ed-ef07-000000000b9c | TIMING | create empty log files | standalone | 0:02:44.349333 | 0.42s 2025-10-02 14:18:39.276517 | fa163e8b-869e-54ed-ef07-000000000b9c | TIMING | create empty log files | standalone | 0:02:44.359006 | 0.43s 2025-10-02 14:18:39.294821 | fa163e8b-869e-54ed-ef07-000000000b9d | TASK | create persistent directories 2025-10-02 14:18:39.545579 | fa163e8b-869e-54ed-ef07-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-02 14:18:39.546963 | fa163e8b-869e-54ed-ef07-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.629452 | 0.25s 2025-10-02 14:18:39.552719 | fa163e8b-869e-54ed-ef07-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.635208 | 0.26s 2025-10-02 14:18:39.570355 | fa163e8b-869e-54ed-ef07-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-02 14:18:42.477345 | fa163e8b-869e-54ed-ef07-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-02 14:18:42.478719 | fa163e8b-869e-54ed-ef07-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:47.561206 | 2.91s 2025-10-02 14:18:42.511686 | fa163e8b-869e-54ed-ef07-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:47.594175 | 0.01s 2025-10-02 14:18:42.550759 | fa163e8b-869e-54ed-ef07-000000001298 | TASK | Gather variables for each operating system 2025-10-02 14:18:42.650800 | fa163e8b-869e-54ed-ef07-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:47.733274 | 0.10s 2025-10-02 14:18:42.676366 | fa163e8b-869e-54ed-ef07-000000001299 | TASK | Set packages facts 2025-10-02 14:18:42.728035 | fa163e8b-869e-54ed-ef07-000000001299 | OK | Set packages facts | standalone 2025-10-02 14:18:42.729563 | fa163e8b-869e-54ed-ef07-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:47.812052 | 0.05s 2025-10-02 14:18:42.755238 | fa163e8b-869e-54ed-ef07-00000000129a | TASK | Manage package 2025-10-02 14:18:42.813925 | fa163e8b-869e-54ed-ef07-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-02 14:18:42.829244 | fa163e8b-869e-54ed-ef07-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-02 14:18:42.847067 | fa163e8b-869e-54ed-ef07-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-02 14:18:47.555389 | fa163e8b-869e-54ed-ef07-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.637862 | 4.80s 2025-10-02 14:18:47.576788 | fa163e8b-869e-54ed-ef07-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-02 14:18:47.581087 | fa163e8b-869e-54ed-ef07-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.663569 | 4.82s 2025-10-02 14:18:47.631066 | fa163e8b-869e-54ed-ef07-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-02 14:18:48.969193 | fa163e8b-869e-54ed-ef07-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-02 14:18:48.971026 | fa163e8b-869e-54ed-ef07-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:54.053513 | 1.34s 2025-10-02 14:18:48.997032 | fa163e8b-869e-54ed-ef07-000000000ba3 | TASK | create persistent directories 2025-10-02 14:18:49.264684 | fa163e8b-869e-54ed-ef07-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-02 14:18:49.266354 | fa163e8b-869e-54ed-ef07-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:54.348835 | 0.27s 2025-10-02 14:18:49.468653 | fa163e8b-869e-54ed-ef07-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-02 14:18:49.469781 | fa163e8b-869e-54ed-ef07-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:54.552270 | 0.47s 2025-10-02 14:18:49.476373 | fa163e8b-869e-54ed-ef07-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:54.558848 | 0.48s 2025-10-02 14:18:49.502262 | fa163e8b-869e-54ed-ef07-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-02 14:18:49.797547 | fa163e8b-869e-54ed-ef07-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-02 14:18:49.799033 | fa163e8b-869e-54ed-ef07-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:54.881521 | 0.30s 2025-10-02 14:18:49.823402 | fa163e8b-869e-54ed-ef07-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-02 14:18:49.852482 | fa163e8b-869e-54ed-ef07-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-02 14:18:49.853809 | fa163e8b-869e-54ed-ef07-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:54.936296 | 0.03s 2025-10-02 14:18:49.878199 | fa163e8b-869e-54ed-ef07-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-02 14:18:50.121046 | fa163e8b-869e-54ed-ef07-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-02 14:18:50.122629 | fa163e8b-869e-54ed-ef07-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:55.205112 | 0.24s 2025-10-02 14:18:50.147149 | fa163e8b-869e-54ed-ef07-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-02 14:18:50.411407 | fa163e8b-869e-54ed-ef07-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-02 14:18:50.412889 | fa163e8b-869e-54ed-ef07-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:55.495376 | 0.26s 2025-10-02 14:18:50.438673 | fa163e8b-869e-54ed-ef07-000000000ba8 | TASK | Restart systemd-logind 2025-10-02 14:18:50.936660 | fa163e8b-869e-54ed-ef07-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-02 14:18:50.938524 | fa163e8b-869e-54ed-ef07-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:56.021012 | 0.50s 2025-10-02 14:18:50.964231 | fa163e8b-869e-54ed-ef07-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-02 14:18:51.037949 | fa163e8b-869e-54ed-ef07-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-02 14:18:51.039035 | fa163e8b-869e-54ed-ef07-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:56.121521 | 0.07s 2025-10-02 14:18:51.065843 | fa163e8b-869e-54ed-ef07-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-02 14:18:51.138366 | fa163e8b-869e-54ed-ef07-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-02 14:18:51.139558 | fa163e8b-869e-54ed-ef07-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:56.222044 | 0.07s 2025-10-02 14:18:51.165429 | fa163e8b-869e-54ed-ef07-000000000bab | TASK | create persistent logs directory 2025-10-02 14:18:51.421259 | fa163e8b-869e-54ed-ef07-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-02 14:18:51.423656 | fa163e8b-869e-54ed-ef07-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:56.506133 | 0.26s 2025-10-02 14:18:51.627766 | fa163e8b-869e-54ed-ef07-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-02 14:18:51.628488 | fa163e8b-869e-54ed-ef07-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:56.710985 | 0.46s 2025-10-02 14:18:51.636876 | fa163e8b-869e-54ed-ef07-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:56.719356 | 0.47s 2025-10-02 14:18:51.665215 | fa163e8b-869e-54ed-ef07-000000000bad | TASK | Set login facts 2025-10-02 14:18:51.696384 | fa163e8b-869e-54ed-ef07-000000000bad | OK | Set login facts | standalone 2025-10-02 14:18:51.698021 | fa163e8b-869e-54ed-ef07-000000000bad | TIMING | Set login facts | standalone | 0:02:56.780510 | 0.03s 2025-10-02 14:18:51.724535 | fa163e8b-869e-54ed-ef07-000000000bae | TASK | Convert logins json to dict 2025-10-02 14:18:51.756902 | fa163e8b-869e-54ed-ef07-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-02 14:18:51.758184 | fa163e8b-869e-54ed-ef07-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:56.840671 | 0.03s 2025-10-02 14:18:51.782785 | fa163e8b-869e-54ed-ef07-000000000baf | TASK | Set registry logins 2025-10-02 14:18:51.833918 | fa163e8b-869e-54ed-ef07-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-02 14:18:51.835183 | fa163e8b-869e-54ed-ef07-000000000baf | TIMING | Set registry logins | standalone | 0:02:56.917672 | 0.05s 2025-10-02 14:18:51.861140 | fa163e8b-869e-54ed-ef07-000000000bb0 | TASK | Run podman install 2025-10-02 14:18:51.881091 | fa163e8b-869e-54ed-ef07-000000000bb0 | TIMING | Run podman install | standalone | 0:02:56.963566 | 0.02s 2025-10-02 14:18:51.962533 | fa163e8b-869e-54ed-ef07-00000000132a | TASK | Gather variables for each operating system 2025-10-02 14:18:52.094500 | fa163e8b-869e-54ed-ef07-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-02 14:18:52.095975 | fa163e8b-869e-54ed-ef07-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.178458 | 0.13s 2025-10-02 14:18:52.108039 | fa163e8b-869e-54ed-ef07-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.190521 | 0.14s 2025-10-02 14:18:52.133738 | fa163e8b-869e-54ed-ef07-00000000132c | TASK | ensure podman and deps are installed 2025-10-02 14:18:55.003987 | fa163e8b-869e-54ed-ef07-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-02 14:18:55.005575 | fa163e8b-869e-54ed-ef07-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:00.088062 | 2.87s 2025-10-02 14:18:55.027208 | fa163e8b-869e-54ed-ef07-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-02 14:18:55.599986 | fa163e8b-869e-54ed-ef07-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-02 14:18:55.601096 | fa163e8b-869e-54ed-ef07-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:00.683586 | 0.57s 2025-10-02 14:18:55.626706 | fa163e8b-869e-54ed-ef07-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-02 14:18:55.656639 | fa163e8b-869e-54ed-ef07-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-02 14:18:55.657803 | fa163e8b-869e-54ed-ef07-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:00.740287 | 0.03s 2025-10-02 14:18:55.683706 | fa163e8b-869e-54ed-ef07-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-02 14:18:55.722825 | fa163e8b-869e-54ed-ef07-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-02 14:18:55.724034 | fa163e8b-869e-54ed-ef07-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:00.806522 | 0.04s 2025-10-02 14:18:55.750281 | fa163e8b-869e-54ed-ef07-000000001331 | TASK | Update default network configuration if possible 2025-10-02 14:18:55.790069 | fa163e8b-869e-54ed-ef07-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-02 14:18:55.791334 | fa163e8b-869e-54ed-ef07-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:00.873823 | 0.04s 2025-10-02 14:18:55.816651 | fa163e8b-869e-54ed-ef07-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-02 14:18:56.057890 | fa163e8b-869e-54ed-ef07-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-02 14:18:56.058865 | fa163e8b-869e-54ed-ef07-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:01.141360 | 0.24s 2025-10-02 14:18:56.077439 | fa163e8b-869e-54ed-ef07-000000001334 | TASK | Get current podman network 2025-10-02 14:18:56.367370 | fa163e8b-869e-54ed-ef07-000000001334 | CHANGED | Get current podman network | standalone 2025-10-02 14:18:56.368638 | fa163e8b-869e-54ed-ef07-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:01.451127 | 0.29s 2025-10-02 14:18:56.394740 | fa163e8b-869e-54ed-ef07-000000001335 | TASK | Update the default network configuration 2025-10-02 14:18:56.996934 | fa163e8b-869e-54ed-ef07-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-02 14:18:56.998014 | fa163e8b-869e-54ed-ef07-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:02.080508 | 0.60s 2025-10-02 14:18:57.020197 | fa163e8b-869e-54ed-ef07-000000001336 | TASK | Write containers registries.conf 2025-10-02 14:18:57.581961 | fa163e8b-869e-54ed-ef07-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-02 14:18:57.583576 | fa163e8b-869e-54ed-ef07-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:02.666063 | 0.56s 2025-10-02 14:18:57.611811 | fa163e8b-869e-54ed-ef07-000000001337 | TASK | Write containers.conf 2025-10-02 14:18:57.870146 | fa163e8b-869e-54ed-ef07-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-02 14:18:57.871364 | fa163e8b-869e-54ed-ef07-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.953856 | 0.26s 2025-10-02 14:18:58.044936 | fa163e8b-869e-54ed-ef07-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-02 14:18:58.046315 | fa163e8b-869e-54ed-ef07-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.128773 | 0.43s 2025-10-02 14:18:58.218539 | fa163e8b-869e-54ed-ef07-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-02 14:18:58.220572 | fa163e8b-869e-54ed-ef07-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.303060 | 0.61s 2025-10-02 14:18:58.397335 | fa163e8b-869e-54ed-ef07-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-02 14:18:58.398500 | fa163e8b-869e-54ed-ef07-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.480989 | 0.78s 2025-10-02 14:18:58.406410 | fa163e8b-869e-54ed-ef07-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.488883 | 0.79s 2025-10-02 14:18:58.426331 | fa163e8b-869e-54ed-ef07-000000001338 | TASK | Enable podman.socket service 2025-10-02 14:18:58.456119 | fa163e8b-869e-54ed-ef07-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-02 14:18:58.457411 | fa163e8b-869e-54ed-ef07-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:03.539902 | 0.03s 2025-10-02 14:18:58.504517 | fa163e8b-869e-54ed-ef07-000000000bb1 | TASK | Run podman login 2025-10-02 14:18:58.533880 | fa163e8b-869e-54ed-ef07-000000000bb1 | TIMING | Run podman login | standalone | 0:03:03.616359 | 0.03s 2025-10-02 14:18:58.600604 | fa163e8b-869e-54ed-ef07-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-02 14:18:58.628107 | fa163e8b-869e-54ed-ef07-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:03.710588 | 0.03s 2025-10-02 14:18:58.662546 | fa163e8b-869e-54ed-ef07-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-02 14:18:59.097119 | fa163e8b-869e-54ed-ef07-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-02 14:18:59.098571 | fa163e8b-869e-54ed-ef07-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:04.181061 | 0.44s 2025-10-02 14:18:59.124042 | fa163e8b-869e-54ed-ef07-000000000bb4 | TASK | create persistent directories 2025-10-02 14:18:59.388722 | fa163e8b-869e-54ed-ef07-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-02 14:18:59.390949 | fa163e8b-869e-54ed-ef07-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:04.473433 | 0.27s 2025-10-02 14:18:59.573692 | fa163e8b-869e-54ed-ef07-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-02 14:18:59.574857 | fa163e8b-869e-54ed-ef07-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:04.657346 | 0.45s 2025-10-02 14:18:59.800888 | fa163e8b-869e-54ed-ef07-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-02 14:18:59.802776 | fa163e8b-869e-54ed-ef07-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:04.885266 | 0.68s 2025-10-02 14:18:59.814172 | fa163e8b-869e-54ed-ef07-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:04.896652 | 0.69s 2025-10-02 14:18:59.839839 | fa163e8b-869e-54ed-ef07-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-02 14:19:00.316888 | fa163e8b-869e-54ed-ef07-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-02 14:19:00.318445 | fa163e8b-869e-54ed-ef07-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:05.400932 | 0.48s 2025-10-02 14:19:00.345388 | fa163e8b-869e-54ed-ef07-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-02 14:19:03.232801 | fa163e8b-869e-54ed-ef07-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-02 14:19:03.233742 | fa163e8b-869e-54ed-ef07-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:08.316238 | 2.89s 2025-10-02 14:19:03.251166 | fa163e8b-869e-54ed-ef07-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-02 14:19:03.655590 | fa163e8b-869e-54ed-ef07-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-02 14:19:03.657461 | fa163e8b-869e-54ed-ef07-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:08.739950 | 0.41s 2025-10-02 14:19:03.713168 | fa163e8b-869e-54ed-ef07-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:08.795645 | 0.03s 2025-10-02 14:19:03.789638 | fa163e8b-869e-54ed-ef07-000000001553 | TASK | Gather variables for each operating system 2025-10-02 14:19:03.891362 | fa163e8b-869e-54ed-ef07-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-02 14:19:03.893494 | fa163e8b-869e-54ed-ef07-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.975975 | 0.10s 2025-10-02 14:19:03.903086 | fa163e8b-869e-54ed-ef07-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.985575 | 0.11s 2025-10-02 14:19:03.920664 | fa163e8b-869e-54ed-ef07-000000001555 | TASK | Install the OpenSSH server 2025-10-02 14:19:06.892956 | fa163e8b-869e-54ed-ef07-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-02 14:19:06.894598 | fa163e8b-869e-54ed-ef07-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:11.977084 | 2.97s 2025-10-02 14:19:06.919911 | fa163e8b-869e-54ed-ef07-000000001556 | TASK | Start sshd 2025-10-02 14:19:06.951798 | fa163e8b-869e-54ed-ef07-000000001556 | SKIPPED | Start sshd | standalone 2025-10-02 14:19:06.953202 | fa163e8b-869e-54ed-ef07-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:12.035689 | 0.03s 2025-10-02 14:19:06.979370 | fa163e8b-869e-54ed-ef07-000000001557 | TASK | PasswordAuthentication notice 2025-10-02 14:19:07.024620 | fa163e8b-869e-54ed-ef07-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-02 14:19:07.025840 | fa163e8b-869e-54ed-ef07-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:12.108329 | 0.05s 2025-10-02 14:19:07.051480 | fa163e8b-869e-54ed-ef07-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-02 14:19:07.088448 | fa163e8b-869e-54ed-ef07-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-02 14:19:07.089817 | fa163e8b-869e-54ed-ef07-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:12.172301 | 0.04s 2025-10-02 14:19:07.115996 | fa163e8b-869e-54ed-ef07-000000001559 | TASK | Motd duplication notice 2025-10-02 14:19:07.155590 | fa163e8b-869e-54ed-ef07-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-02 14:19:07.156857 | fa163e8b-869e-54ed-ef07-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:12.239347 | 0.04s 2025-10-02 14:19:07.182604 | fa163e8b-869e-54ed-ef07-00000000155a | TASK | Configure the banner text 2025-10-02 14:19:07.213002 | fa163e8b-869e-54ed-ef07-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-02 14:19:07.214242 | fa163e8b-869e-54ed-ef07-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:12.296730 | 0.03s 2025-10-02 14:19:07.235854 | fa163e8b-869e-54ed-ef07-00000000155b | TASK | Configure the motd banner 2025-10-02 14:19:07.263126 | fa163e8b-869e-54ed-ef07-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-02 14:19:07.264529 | fa163e8b-869e-54ed-ef07-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:12.347014 | 0.03s 2025-10-02 14:19:07.293565 | fa163e8b-869e-54ed-ef07-00000000155c | TASK | Update sshd configuration options from vars 2025-10-02 14:19:07.334580 | fa163e8b-869e-54ed-ef07-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-02 14:19:07.335704 | fa163e8b-869e-54ed-ef07-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:12.418196 | 0.04s 2025-10-02 14:19:07.355876 | fa163e8b-869e-54ed-ef07-00000000155d | TASK | Adjust ssh server configuration 2025-10-02 14:19:07.907580 | fa163e8b-869e-54ed-ef07-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-02 14:19:07.909016 | fa163e8b-869e-54ed-ef07-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:12.991504 | 0.55s 2025-10-02 14:19:07.934698 | fa163e8b-869e-54ed-ef07-00000000155e | TASK | Restart sshd 2025-10-02 14:19:08.379187 | fa163e8b-869e-54ed-ef07-00000000155e | CHANGED | Restart sshd | standalone 2025-10-02 14:19:08.381204 | fa163e8b-869e-54ed-ef07-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:13.463692 | 0.45s 2025-10-02 14:19:08.430122 | fa163e8b-869e-54ed-ef07-000000000bb9 | TASK | create persistent directories 2025-10-02 14:19:08.689564 | fa163e8b-869e-54ed-ef07-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-02 14:19:08.691366 | fa163e8b-869e-54ed-ef07-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:13.773843 | 0.26s 2025-10-02 14:19:08.889965 | fa163e8b-869e-54ed-ef07-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-02 14:19:08.891628 | fa163e8b-869e-54ed-ef07-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:13.974118 | 0.46s 2025-10-02 14:19:09.079909 | fa163e8b-869e-54ed-ef07-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-02 14:19:09.081971 | fa163e8b-869e-54ed-ef07-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:14.164462 | 0.65s 2025-10-02 14:19:09.094266 | fa163e8b-869e-54ed-ef07-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:14.176744 | 0.66s 2025-10-02 14:19:09.122006 | fa163e8b-869e-54ed-ef07-000000000bba | TASK | create persistent directories 2025-10-02 14:19:09.385910 | fa163e8b-869e-54ed-ef07-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-02 14:19:09.387564 | fa163e8b-869e-54ed-ef07-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.470047 | 0.26s 2025-10-02 14:19:09.555127 | fa163e8b-869e-54ed-ef07-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-02 14:19:09.556654 | fa163e8b-869e-54ed-ef07-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.639136 | 0.43s 2025-10-02 14:19:09.718677 | fa163e8b-869e-54ed-ef07-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-02 14:19:09.720272 | fa163e8b-869e-54ed-ef07-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.802763 | 0.60s 2025-10-02 14:19:09.731546 | fa163e8b-869e-54ed-ef07-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.814026 | 0.61s 2025-10-02 14:19:09.759866 | fa163e8b-869e-54ed-ef07-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-02 14:19:09.792147 | fa163e8b-869e-54ed-ef07-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-02 14:19:09.793418 | fa163e8b-869e-54ed-ef07-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:14.875906 | 0.03s 2025-10-02 14:19:09.818209 | fa163e8b-869e-54ed-ef07-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-02 14:19:09.848653 | fa163e8b-869e-54ed-ef07-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-02 14:19:09.849937 | fa163e8b-869e-54ed-ef07-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:14.932427 | 0.03s 2025-10-02 14:19:09.878823 | fa163e8b-869e-54ed-ef07-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-02 14:19:10.114578 | fa163e8b-869e-54ed-ef07-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-02 14:19:10.116152 | fa163e8b-869e-54ed-ef07-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:15.198640 | 0.24s 2025-10-02 14:19:10.141001 | fa163e8b-869e-54ed-ef07-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-02 14:19:10.170839 | fa163e8b-869e-54ed-ef07-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-02 14:19:10.172154 | fa163e8b-869e-54ed-ef07-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:15.254644 | 0.03s 2025-10-02 14:19:10.197506 | fa163e8b-869e-54ed-ef07-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-02 14:19:10.227859 | fa163e8b-869e-54ed-ef07-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-02 14:19:10.229096 | fa163e8b-869e-54ed-ef07-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:15.311584 | 0.03s 2025-10-02 14:19:10.255242 | fa163e8b-869e-54ed-ef07-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-02 14:19:10.283957 | fa163e8b-869e-54ed-ef07-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-02 14:19:10.285091 | fa163e8b-869e-54ed-ef07-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:15.367579 | 0.03s 2025-10-02 14:19:10.310814 | fa163e8b-869e-54ed-ef07-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-02 14:19:10.340040 | fa163e8b-869e-54ed-ef07-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:15.422516 | 0.03s 2025-10-02 14:19:10.365956 | fa163e8b-869e-54ed-ef07-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-02 14:19:10.417694 | fa163e8b-869e-54ed-ef07-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-02 14:19:10.419127 | fa163e8b-869e-54ed-ef07-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:15.501614 | 0.05s 2025-10-02 14:19:10.443826 | fa163e8b-869e-54ed-ef07-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-02 14:19:10.472427 | fa163e8b-869e-54ed-ef07-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:15.554904 | 0.03s 2025-10-02 14:19:10.503176 | fa163e8b-869e-54ed-ef07-000000000bc4 | TASK | Check for NTP service 2025-10-02 14:19:10.762233 | fa163e8b-869e-54ed-ef07-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-02 14:19:10.763560 | fa163e8b-869e-54ed-ef07-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:15.846049 | 0.26s 2025-10-02 14:19:10.787798 | fa163e8b-869e-54ed-ef07-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-02 14:19:10.837249 | fa163e8b-869e-54ed-ef07-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-02 14:19:10.838628 | fa163e8b-869e-54ed-ef07-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:15.921117 | 0.05s 2025-10-02 14:19:10.864728 | fa163e8b-869e-54ed-ef07-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-02 14:19:10.893184 | fa163e8b-869e-54ed-ef07-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:15.975659 | 0.03s 2025-10-02 14:19:11.018475 | fa163e8b-869e-54ed-ef07-0000000016ef | TASK | Load distro-specific variables 2025-10-02 14:19:11.045989 | fa163e8b-869e-54ed-ef07-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.128471 | 0.03s 2025-10-02 14:19:11.060759 | d705b9e8-056a-4c1e-8e32-fce7a59c7c07 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 14:19:11.090675 | fa163e8b-869e-54ed-ef07-0000000017d4 | TASK | Load distro-specific variables 2025-10-02 14:19:11.143934 | fa163e8b-869e-54ed-ef07-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 14:19:11.145834 | fa163e8b-869e-54ed-ef07-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.228320 | 0.05s 2025-10-02 14:19:11.155680 | fa163e8b-869e-54ed-ef07-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.238177 | 0.06s 2025-10-02 14:19:11.175581 | fa163e8b-869e-54ed-ef07-0000000016f0 | TASK | Install chronyd 2025-10-02 14:19:11.205927 | fa163e8b-869e-54ed-ef07-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:16.288413 | 0.03s 2025-10-02 14:19:11.221217 | cb680201-38c3-458c-a7f4-af356cfb2c4b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-02 14:19:11.251697 | fa163e8b-869e-54ed-ef07-00000000180d | TASK | Load distro-specific variables 2025-10-02 14:19:11.279504 | fa163e8b-869e-54ed-ef07-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.361990 | 0.03s 2025-10-02 14:19:11.290231 | e41ca977-8ade-434b-82e4-406a5bd5aaf2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 14:19:11.314874 | fa163e8b-869e-54ed-ef07-000000001854 | TASK | Load distro-specific variables 2025-10-02 14:19:11.370145 | fa163e8b-869e-54ed-ef07-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 14:19:11.371786 | fa163e8b-869e-54ed-ef07-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.454269 | 0.06s 2025-10-02 14:19:11.377669 | fa163e8b-869e-54ed-ef07-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.460152 | 0.06s 2025-10-02 14:19:11.403331 | fa163e8b-869e-54ed-ef07-00000000180e | TASK | Check for NTP service 2025-10-02 14:19:11.658503 | fa163e8b-869e-54ed-ef07-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-02 14:19:11.659808 | fa163e8b-869e-54ed-ef07-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:16.742297 | 0.25s 2025-10-02 14:19:11.685262 | fa163e8b-869e-54ed-ef07-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-02 14:19:11.737408 | fa163e8b-869e-54ed-ef07-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-02 14:19:11.738592 | fa163e8b-869e-54ed-ef07-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:16.821080 | 0.05s 2025-10-02 14:19:11.763511 | fa163e8b-869e-54ed-ef07-000000001810 | TASK | Install chronyd package 2025-10-02 14:19:14.751392 | fa163e8b-869e-54ed-ef07-000000001810 | OK | Install chronyd package | standalone 2025-10-02 14:19:14.753487 | fa163e8b-869e-54ed-ef07-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:19.835976 | 2.99s 2025-10-02 14:19:14.780376 | fa163e8b-869e-54ed-ef07-0000000016f1 | TASK | Upgrade chronyd 2025-10-02 14:19:14.809037 | fa163e8b-869e-54ed-ef07-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-02 14:19:14.810356 | fa163e8b-869e-54ed-ef07-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:19.892841 | 0.03s 2025-10-02 14:19:14.836080 | fa163e8b-869e-54ed-ef07-0000000016f2 | TASK | Configure chronyd 2025-10-02 14:19:14.876665 | fa163e8b-869e-54ed-ef07-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:19.959142 | 0.04s 2025-10-02 14:19:14.897224 | ecf2542b-1e12-49da-8ae4-42137706648f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-02 14:19:14.934867 | fa163e8b-869e-54ed-ef07-00000000188d | TASK | Load distro-specific variables 2025-10-02 14:19:14.966163 | fa163e8b-869e-54ed-ef07-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.048648 | 0.03s 2025-10-02 14:19:14.974973 | 12d3ff19-3997-41bc-ae9f-c19e285898c0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 14:19:14.994329 | fa163e8b-869e-54ed-ef07-0000000018f9 | TASK | Load distro-specific variables 2025-10-02 14:19:15.036967 | fa163e8b-869e-54ed-ef07-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 14:19:15.038673 | fa163e8b-869e-54ed-ef07-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.121157 | 0.04s 2025-10-02 14:19:15.047381 | fa163e8b-869e-54ed-ef07-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.129872 | 0.05s 2025-10-02 14:19:15.065452 | fa163e8b-869e-54ed-ef07-00000000188e | TASK | Install chrony configuration file 2025-10-02 14:19:15.620394 | fa163e8b-869e-54ed-ef07-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-02 14:19:15.621681 | fa163e8b-869e-54ed-ef07-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:20.704171 | 0.56s 2025-10-02 14:19:15.646834 | fa163e8b-869e-54ed-ef07-0000000016f3 | TASK | Run chronyd 2025-10-02 14:19:15.678030 | fa163e8b-869e-54ed-ef07-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:20.760512 | 0.03s 2025-10-02 14:19:15.699082 | 1f9939d0-1211-4e5c-86fb-8203901156c6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-02 14:19:15.740220 | fa163e8b-869e-54ed-ef07-00000000191c | TASK | Load distro-specific variables 2025-10-02 14:19:15.766218 | fa163e8b-869e-54ed-ef07-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.848707 | 0.03s 2025-10-02 14:19:15.776973 | c671ae8c-5d63-49ff-bb70-60cd55483572 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 14:19:15.800540 | fa163e8b-869e-54ed-ef07-0000000019a0 | TASK | Load distro-specific variables 2025-10-02 14:19:15.860166 | fa163e8b-869e-54ed-ef07-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 14:19:15.862384 | fa163e8b-869e-54ed-ef07-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.944870 | 0.06s 2025-10-02 14:19:15.872330 | fa163e8b-869e-54ed-ef07-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.954777 | 0.07s 2025-10-02 14:19:15.897469 | fa163e8b-869e-54ed-ef07-00000000191d | TASK | Ensure chronyd is running 2025-10-02 14:19:16.343374 | fa163e8b-869e-54ed-ef07-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-02 14:19:16.345222 | fa163e8b-869e-54ed-ef07-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:21.427709 | 0.45s 2025-10-02 14:19:16.371252 | fa163e8b-869e-54ed-ef07-00000000191e | TASK | Force chronyd restart 2025-10-02 14:19:16.820040 | fa163e8b-869e-54ed-ef07-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-02 14:19:16.822204 | fa163e8b-869e-54ed-ef07-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:21.904691 | 0.45s 2025-10-02 14:19:16.850132 | fa163e8b-869e-54ed-ef07-0000000016f4 | TASK | Enable online service 2025-10-02 14:19:16.872433 | fa163e8b-869e-54ed-ef07-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:21.954912 | 0.02s 2025-10-02 14:19:16.891918 | 5a1b938b-92c0-4896-8891-69de68ce366d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-02 14:19:16.935822 | fa163e8b-869e-54ed-ef07-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-02 14:19:17.375055 | fa163e8b-869e-54ed-ef07-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-02 14:19:17.376572 | fa163e8b-869e-54ed-ef07-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:22.459058 | 0.44s 2025-10-02 14:19:17.404844 | fa163e8b-869e-54ed-ef07-0000000019ce | TASK | Enable chrony-online.service 2025-10-02 14:19:18.343785 | fa163e8b-869e-54ed-ef07-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-02 14:19:18.345704 | fa163e8b-869e-54ed-ef07-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:23.428192 | 0.94s 2025-10-02 14:19:18.374924 | fa163e8b-869e-54ed-ef07-0000000016f5 | TASK | Sync chronyc 2025-10-02 14:19:18.404931 | fa163e8b-869e-54ed-ef07-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:23.487412 | 0.03s 2025-10-02 14:19:18.417459 | ee57c945-5835-4d94-9992-050d7e45b6e3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-02 14:19:18.458177 | fa163e8b-869e-54ed-ef07-000000001a73 | TASK | Force NTP sync 2025-10-02 14:19:18.646520 | fa163e8b-869e-54ed-ef07-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-02 14:19:18.648216 | fa163e8b-869e-54ed-ef07-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:23.730701 | 0.19s 2025-10-02 14:19:18.675260 | fa163e8b-869e-54ed-ef07-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-02 14:19:28.939007 | fa163e8b-869e-54ed-ef07-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-02 14:19:28.940935 | fa163e8b-869e-54ed-ef07-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:34.023422 | 10.26s 2025-10-02 14:19:28.989995 | fa163e8b-869e-54ed-ef07-000000000bc7 | TASK | Force NTP sync 2025-10-02 14:19:29.210964 | fa163e8b-869e-54ed-ef07-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-02 14:19:29.212363 | fa163e8b-869e-54ed-ef07-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:34.294851 | 0.22s 2025-10-02 14:19:29.236239 | fa163e8b-869e-54ed-ef07-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-02 14:19:29.477442 | fa163e8b-869e-54ed-ef07-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-02 14:19:29.478871 | fa163e8b-869e-54ed-ef07-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:34.561359 | 0.24s 2025-10-02 14:19:29.503874 | fa163e8b-869e-54ed-ef07-000000000bc9 | TASK | Run timezone role 2025-10-02 14:19:29.536231 | fa163e8b-869e-54ed-ef07-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:34.618711 | 0.03s 2025-10-02 14:19:29.636440 | fa163e8b-869e-54ed-ef07-000000001c34 | TASK | Set timezone 2025-10-02 14:19:30.194373 | fa163e8b-869e-54ed-ef07-000000001c34 | OK | Set timezone | standalone 2025-10-02 14:19:30.195724 | fa163e8b-869e-54ed-ef07-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:35.278211 | 0.56s 2025-10-02 14:19:30.221193 | fa163e8b-869e-54ed-ef07-000000001c35 | TASK | Restart time services 2025-10-02 14:19:30.266833 | fa163e8b-869e-54ed-ef07-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-02 14:19:30.272522 | fa163e8b-869e-54ed-ef07-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-02 14:19:30.284745 | fa163e8b-869e-54ed-ef07-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:35.367231 | 0.06s 2025-10-02 14:19:30.332503 | fa163e8b-869e-54ed-ef07-000000000bca | TASK | install tmpwatch on the host 2025-10-02 14:19:33.283725 | fa163e8b-869e-54ed-ef07-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-02 14:19:33.285037 | fa163e8b-869e-54ed-ef07-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:38.367526 | 2.95s 2025-10-02 14:19:33.309787 | fa163e8b-869e-54ed-ef07-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-02 14:19:33.350127 | fa163e8b-869e-54ed-ef07-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-02 14:19:33.351058 | fa163e8b-869e-54ed-ef07-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:38.433552 | 0.04s 2025-10-02 14:19:33.388042 | fa163e8b-869e-54ed-ef07-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:38.470524 | 0.02s 2025-10-02 14:19:33.482940 | fa163e8b-869e-54ed-ef07-000000001e68 | TASK | Gather variables for each operating system 2025-10-02 14:19:33.604117 | fa163e8b-869e-54ed-ef07-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-02 14:19:33.606579 | fa163e8b-869e-54ed-ef07-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:38.689062 | 0.12s 2025-10-02 14:19:33.616932 | fa163e8b-869e-54ed-ef07-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:38.699415 | 0.13s 2025-10-02 14:19:33.702387 | fa163e8b-869e-54ed-ef07-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:38.784861 | 0.06s 2025-10-02 14:19:33.725324 | 2c3994af-f109-4fa9-8d26-36d974cea331 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-02 14:19:33.758916 | fa163e8b-869e-54ed-ef07-000000001f99 | TASK | Check tuned package is installed 2025-10-02 14:19:34.024260 | fa163e8b-869e-54ed-ef07-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-02 14:19:34.025685 | fa163e8b-869e-54ed-ef07-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:39.108172 | 0.27s 2025-10-02 14:19:34.053571 | fa163e8b-869e-54ed-ef07-000000001f9a | TASK | Install tuned 2025-10-02 14:19:34.083166 | fa163e8b-869e-54ed-ef07-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-02 14:19:34.084480 | fa163e8b-869e-54ed-ef07-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:39.166968 | 0.03s 2025-10-02 14:19:34.111363 | fa163e8b-869e-54ed-ef07-000000001f9b | TASK | Restart tuned 2025-10-02 14:19:34.137451 | fa163e8b-869e-54ed-ef07-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-02 14:19:34.138308 | fa163e8b-869e-54ed-ef07-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:39.220787 | 0.03s 2025-10-02 14:19:34.157606 | fa163e8b-869e-54ed-ef07-000000001e6a | TASK | Check for tuned-adm 2025-10-02 14:19:34.358240 | fa163e8b-869e-54ed-ef07-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-02 14:19:34.359532 | fa163e8b-869e-54ed-ef07-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:39.442017 | 0.20s 2025-10-02 14:19:34.405991 | fa163e8b-869e-54ed-ef07-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:39.488476 | 0.03s 2025-10-02 14:19:34.419915 | c6ef43f7-c8ee-4a5f-92c2-a48b201d0e05 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-02 14:19:34.445632 | fa163e8b-869e-54ed-ef07-000000001fc6 | TASK | Ensure profile directory exists 2025-10-02 14:19:34.485139 | fa163e8b-869e-54ed-ef07-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-02 14:19:34.485935 | fa163e8b-869e-54ed-ef07-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:39.568429 | 0.04s 2025-10-02 14:19:34.503415 | fa163e8b-869e-54ed-ef07-000000001fc7 | TASK | Create custom tuned profile 2025-10-02 14:19:34.550571 | fa163e8b-869e-54ed-ef07-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-02 14:19:34.551411 | fa163e8b-869e-54ed-ef07-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:39.633907 | 0.05s 2025-10-02 14:19:34.568974 | fa163e8b-869e-54ed-ef07-000000001fc8 | TASK | Check tuned active profile 2025-10-02 14:19:34.775751 | fa163e8b-869e-54ed-ef07-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-02 14:19:34.776950 | fa163e8b-869e-54ed-ef07-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:39.859440 | 0.21s 2025-10-02 14:19:34.803378 | fa163e8b-869e-54ed-ef07-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-02 14:19:35.037434 | fa163e8b-869e-54ed-ef07-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-02 14:19:35.038352 | fa163e8b-869e-54ed-ef07-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:40.120846 | 0.23s 2025-10-02 14:19:35.059046 | fa163e8b-869e-54ed-ef07-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-02 14:19:35.130094 | fa163e8b-869e-54ed-ef07-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-02 14:19:35.131077 | fa163e8b-869e-54ed-ef07-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:40.213569 | 0.07s 2025-10-02 14:19:35.154061 | fa163e8b-869e-54ed-ef07-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-02 14:19:35.203081 | fa163e8b-869e-54ed-ef07-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-02 14:19:35.204236 | fa163e8b-869e-54ed-ef07-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:40.286725 | 0.05s 2025-10-02 14:19:35.230239 | fa163e8b-869e-54ed-ef07-000000001fcc | TASK | Enable tuned profile 2025-10-02 14:19:35.270440 | fa163e8b-869e-54ed-ef07-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-02 14:19:35.271718 | fa163e8b-869e-54ed-ef07-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:40.354200 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-02 14:19:35.442056 | fa163e8b-869e-54ed-ef07-0000000000ac | TASK | Overcloud container setup tasks 2025-10-02 14:19:35.469788 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000ac') missing from stats 2025-10-02 14:19:35.492125 | fa163e8b-869e-54ed-ef07-0000000000ad | TASK | Write config data 2025-10-02 14:19:35.561584 | fa163e8b-869e-54ed-ef07-0000000000ad | TIMING | Write config data | standalone | 0:03:40.644066 | 0.07s 2025-10-02 14:19:35.593278 | 910c0bc3-ec59-4482-bd92-a8daee636a7d | INCLUDED | /root/standalone-ansible-86hsw4ty/common_container_setup_tasks.yaml | standalone 2025-10-02 14:19:35.619325 | fa163e8b-869e-54ed-ef07-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-02 14:19:35.857608 | fa163e8b-869e-54ed-ef07-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-02 14:19:35.858728 | fa163e8b-869e-54ed-ef07-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:40.941222 | 0.24s 2025-10-02 14:19:35.876319 | fa163e8b-869e-54ed-ef07-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-02 14:19:36.061525 | fa163e8b-869e-54ed-ef07-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-02 14:19:36.062271 | fa163e8b-869e-54ed-ef07-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:41.144768 | 0.19s 2025-10-02 14:19:36.079773 | fa163e8b-869e-54ed-ef07-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-02 14:19:36.257230 | fa163e8b-869e-54ed-ef07-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-02 14:19:36.258084 | fa163e8b-869e-54ed-ef07-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:41.340580 | 0.18s 2025-10-02 14:19:36.276139 | fa163e8b-869e-54ed-ef07-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-02 14:19:36.507659 | fa163e8b-869e-54ed-ef07-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-02 14:19:36.508939 | fa163e8b-869e-54ed-ef07-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:41.591429 | 0.23s 2025-10-02 14:19:36.535403 | fa163e8b-869e-54ed-ef07-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-02 14:19:36.779878 | fa163e8b-869e-54ed-ef07-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-02 14:19:36.781458 | fa163e8b-869e-54ed-ef07-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:41.863940 | 0.24s 2025-10-02 14:19:36.810843 | fa163e8b-869e-54ed-ef07-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-02 14:19:38.057803 | fa163e8b-869e-54ed-ef07-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-02 14:19:38.059541 | fa163e8b-869e-54ed-ef07-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:43.142029 | 1.25s 2025-10-02 14:19:38.085195 | fa163e8b-869e-54ed-ef07-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-02 14:19:38.335266 | fa163e8b-869e-54ed-ef07-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-02 14:19:38.336744 | fa163e8b-869e-54ed-ef07-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:43.419232 | 0.25s 2025-10-02 14:19:38.362463 | fa163e8b-869e-54ed-ef07-000000002034 | TASK | Write container config scripts 2025-10-02 14:19:38.789788 | fa163e8b-869e-54ed-ef07-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-02 14:19:38.791199 | fa163e8b-869e-54ed-ef07-000000002034 | TIMING | Write container config scripts | standalone | 0:03:43.873688 | 0.43s 2025-10-02 14:19:38.816407 | fa163e8b-869e-54ed-ef07-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-02 14:19:39.292012 | fa163e8b-869e-54ed-ef07-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-02 14:19:39.293390 | fa163e8b-869e-54ed-ef07-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:44.375878 | 0.48s 2025-10-02 14:19:39.319492 | fa163e8b-869e-54ed-ef07-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-02 14:19:39.952721 | fa163e8b-869e-54ed-ef07-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-02 14:19:39.963569 | fa163e8b-869e-54ed-ef07-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:45.046048 | 0.64s 2025-10-02 14:19:40.009263 | fa163e8b-869e-54ed-ef07-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-02 14:19:40.242686 | fa163e8b-869e-54ed-ef07-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-02 14:19:40.244216 | fa163e8b-869e-54ed-ef07-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:45.326705 | 0.23s 2025-10-02 14:19:40.269461 | fa163e8b-869e-54ed-ef07-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-02 14:19:40.506137 | fa163e8b-869e-54ed-ef07-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-02 14:19:40.507662 | fa163e8b-869e-54ed-ef07-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:45.590150 | 0.24s 2025-10-02 14:19:40.532968 | fa163e8b-869e-54ed-ef07-000000002039 | TASK | Write container config json files 2025-10-02 14:19:41.044744 | fa163e8b-869e-54ed-ef07-000000002039 | CHANGED | Write container config json files | standalone 2025-10-02 14:19:41.052426 | fa163e8b-869e-54ed-ef07-000000002039 | TIMING | Write container config json files | standalone | 0:03:46.134906 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-02 14:19:41.226542 | fa163e8b-869e-54ed-ef07-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-02 14:19:41.253722 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-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-02 14:19:41.316272 | fa163e8b-869e-54ed-ef07-0000000000b2 | TIMING | include_tasks | standalone | 0:03:46.398751 | 0.04s 2025-10-02 14:19:41.345558 | 0d437932-b909-422f-997f-867b7f7313e7 | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-02 14:19:41.380530 | fa163e8b-869e-54ed-ef07-00000000206d | TASK | Get undercloud FQDN 2025-10-02 14:19:41.441472 | fa163e8b-869e-54ed-ef07-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-00000000206d') missing from stats 2025-10-02 14:19:41.508221 | fa163e8b-869e-54ed-ef07-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:46.590692 | 0.04s 2025-10-02 14:19:41.582250 | fa163e8b-869e-54ed-ef07-000000002092 | TASK | set main facts 2025-10-02 14:19:41.651717 | fa163e8b-869e-54ed-ef07-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-000000002092') missing from stats 2025-10-02 14:19:41.687523 | fa163e8b-869e-54ed-ef07-000000002093 | TASK | get the default.conf file 2025-10-02 14:19:41.957701 | fa163e8b-869e-54ed-ef07-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-000000002093') missing from stats 2025-10-02 14:19:42.009606 | fa163e8b-869e-54ed-ef07-000000002094 | TASK | set the principal 2025-10-02 14:19:42.091210 | fa163e8b-869e-54ed-ef07-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-000000002094') missing from stats 2025-10-02 14:19:42.126211 | fa163e8b-869e-54ed-ef07-000000002096 | TASK | add new host with one-time password 2025-10-02 14:19:43.715185 | fa163e8b-869e-54ed-ef07-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-000000002096') missing from stats 2025-10-02 14:19:43.755002 | fa163e8b-869e-54ed-ef07-000000002097 | TASK | set otp as a host fact 2025-10-02 14:19:43.796368 | fa163e8b-869e-54ed-ef07-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-02 14:19:43.797629 | fa163e8b-869e-54ed-ef07-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:48.880112 | 0.04s 2025-10-02 14:19:43.845099 | fa163e8b-869e-54ed-ef07-000000002099 | TASK | add required services using custom module 2025-10-02 14:19:46.690419 | fa163e8b-869e-54ed-ef07-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8b-869e-54ed-ef07-000000002099') missing from stats 2025-10-02 14:19:46.761505 | fa163e8b-869e-54ed-ef07-000000002070 | TASK | check if default.conf exists 2025-10-02 14:19:47.026470 | fa163e8b-869e-54ed-ef07-000000002070 | OK | check if default.conf exists | standalone 2025-10-02 14:19:47.027396 | fa163e8b-869e-54ed-ef07-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:52.109891 | 0.26s 2025-10-02 14:19:47.048501 | fa163e8b-869e-54ed-ef07-000000002071 | TASK | install openssl-perl 2025-10-02 14:19:47.086837 | fa163e8b-869e-54ed-ef07-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-02 14:19:47.087996 | fa163e8b-869e-54ed-ef07-000000002071 | TIMING | install openssl-perl | standalone | 0:03:52.170484 | 0.04s 2025-10-02 14:19:47.112987 | fa163e8b-869e-54ed-ef07-000000002072 | TASK | register as an ipa client 2025-10-02 14:19:47.157867 | fa163e8b-869e-54ed-ef07-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-02 14:19:47.159364 | fa163e8b-869e-54ed-ef07-000000002072 | TIMING | register as an ipa client | standalone | 0:03:52.241847 | 0.05s 2025-10-02 14:19:47.184377 | fa163e8b-869e-54ed-ef07-000000002073 | TASK | restart certmonger service 2025-10-02 14:19:47.219407 | fa163e8b-869e-54ed-ef07-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-02 14:19:47.220741 | fa163e8b-869e-54ed-ef07-000000002073 | TIMING | restart certmonger service | standalone | 0:03:52.303229 | 0.04s 2025-10-02 14:19:47.244860 | fa163e8b-869e-54ed-ef07-000000002074 | TASK | set discovered ipa realm 2025-10-02 14:19:47.295081 | fa163e8b-869e-54ed-ef07-000000002074 | OK | set discovered ipa realm | standalone 2025-10-02 14:19:47.296267 | fa163e8b-869e-54ed-ef07-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:52.378757 | 0.05s PLAY [External deployment step 1] ********************************************** 2025-10-02 14:19:47.439885 | fa163e8b-869e-54ed-ef07-0000000000b6 | TASK | External deployment step 1 2025-10-02 14:19:47.480798 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000b6') missing from stats 2025-10-02 14:19:47.540558 | fa163e8b-869e-54ed-ef07-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:52.623028 | 0.04s 2025-10-02 14:19:47.580377 | 254c3d7c-63cc-4cc2-85c2-2c9bdb912916 | INCLUDED | /root/standalone-ansible-86hsw4ty/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-02 14:19:47.598697 | fa163e8b-869e-54ed-ef07-0000000020ef | TASK | Container image prepare 2025-10-02 14:19:48.658063 | fa163e8b-869e-54ed-ef07-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-02 14:19:48.660342 | fa163e8b-869e-54ed-ef07-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:53.742830 | 1.06s 2025-10-02 14:19:48.748028 | fa163e8b-869e-54ed-ef07-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:53.830503 | 0.05s 2025-10-02 14:19:48.793938 | fa163e8b-869e-54ed-ef07-000000002115 | TASK | get dns zones and entries to add 2025-10-02 14:19:48.862732 | fa163e8b-869e-54ed-ef07-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-02 14:19:48.864426 | fa163e8b-869e-54ed-ef07-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:53.946910 | 0.07s 2025-10-02 14:19:48.945089 | fa163e8b-869e-54ed-ef07-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "external.ooo.test", "0.19.172.in-addr.arpa", "0.17.172.in-addr.arpa", "ctlplane.ooo.test", "internalapi.ooo.test", "0.20.172.in-addr.arpa", "tenant.ooo.test", "0.18.172.in-addr.arpa", "0.21.172.in-addr.arpa", "122.168.192.in-addr.arpa", "storage.ooo.test", "ooo.test", "storagemgmt.ooo.test" ] } 2025-10-02 14:19:48.946500 | fa163e8b-869e-54ed-ef07-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:54.028988 | 0.06s 2025-10-02 14:19:49.029104 | fa163e8b-869e-54ed-ef07-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-02 14:19:49.030926 | fa163e8b-869e-54ed-ef07-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:54.113413 | 0.07s 2025-10-02 14:19:49.049853 | fa163e8b-869e-54ed-ef07-000000002118 | TASK | add dns zones and records 2025-10-02 14:19:52.261410 | fa163e8b-869e-54ed-ef07-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-02 14:19:52.263250 | fa163e8b-869e-54ed-ef07-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:57.345736 | 3.21s 2025-10-02 14:19:52.298562 | fa163e8b-869e-54ed-ef07-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-02 14:19:52.567540 | fa163e8b-869e-54ed-ef07-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-02 14:19:52.568962 | fa163e8b-869e-54ed-ef07-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:57.651451 | 0.27s 2025-10-02 14:19:52.586818 | fa163e8b-869e-54ed-ef07-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-02 14:19:52.626906 | fa163e8b-869e-54ed-ef07-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:57.709385 | 0.04s 2025-10-02 14:19:52.674367 | fa163e8b-869e-54ed-ef07-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-02 14:19:52.918807 | fa163e8b-869e-54ed-ef07-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-02 14:19:52.920521 | fa163e8b-869e-54ed-ef07-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:58.002969 | 0.24s 2025-10-02 14:19:52.940685 | fa163e8b-869e-54ed-ef07-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-02 14:19:53.400334 | fa163e8b-869e-54ed-ef07-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-02 14:19:53.402537 | fa163e8b-869e-54ed-ef07-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:58.485019 | 0.46s 2025-10-02 14:19:53.423544 | fa163e8b-869e-54ed-ef07-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-02 14:19:53.478773 | fa163e8b-869e-54ed-ef07-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:58.561248 | 0.05s 2025-10-02 14:19:53.524806 | fa163e8b-869e-54ed-ef07-000000002186 | TASK | Check for a configured destination 2025-10-02 14:19:53.586453 | fa163e8b-869e-54ed-ef07-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-02 14:19:53.587837 | fa163e8b-869e-54ed-ef07-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:58.670317 | 0.06s 2025-10-02 14:19:53.624058 | fa163e8b-869e-54ed-ef07-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-02 14:19:54.042550 | fa163e8b-869e-54ed-ef07-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-02 14:19:54.043986 | fa163e8b-869e-54ed-ef07-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:59.126475 | 0.42s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-02 14:19:54.220241 | fa163e8b-869e-54ed-ef07-0000000000ba | TASK | Deploy step tasks for 1 2025-10-02 14:19:54.263537 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000ba') missing from stats 2025-10-02 14:19:54.290601 | fa163e8b-869e-54ed-ef07-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-02 14:19:54.751214 | fa163e8b-869e-54ed-ef07-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-02 14:19:54.752776 | fa163e8b-869e-54ed-ef07-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:59.835263 | 0.46s 2025-10-02 14:19:54.779875 | fa163e8b-869e-54ed-ef07-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-02 14:19:55.008911 | fa163e8b-869e-54ed-ef07-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-02 14:19:55.009852 | fa163e8b-869e-54ed-ef07-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:00.092339 | 0.23s 2025-10-02 14:19:55.028909 | fa163e8b-869e-54ed-ef07-0000000000be | TASK | Write config data at the start of step 1 2025-10-02 14:19:55.086236 | fa163e8b-869e-54ed-ef07-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:00.168724 | 0.06s 2025-10-02 14:19:55.107768 | 28a65dd9-e41e-48ba-a818-d765f5a3d0c7 | INCLUDED | /root/standalone-ansible-86hsw4ty/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-02 14:19:55.128998 | fa163e8b-869e-54ed-ef07-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-02 14:19:55.154519 | fa163e8b-869e-54ed-ef07-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-02 14:19:55.155171 | fa163e8b-869e-54ed-ef07-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.237666 | 0.03s 2025-10-02 14:19:55.172883 | fa163e8b-869e-54ed-ef07-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-02 14:19:55.202826 | fa163e8b-869e-54ed-ef07-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-02 14:19:55.204151 | fa163e8b-869e-54ed-ef07-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.286638 | 0.03s 2025-10-02 14:19:55.233367 | fa163e8b-869e-54ed-ef07-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-02 14:19:55.726846 | fa163e8b-869e-54ed-ef07-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-02 14:19:55.728098 | fa163e8b-869e-54ed-ef07-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:00.810588 | 0.49s 2025-10-02 14:19:55.752594 | fa163e8b-869e-54ed-ef07-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-02 14:19:55.781757 | fa163e8b-869e-54ed-ef07-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-02 14:19:55.783049 | fa163e8b-869e-54ed-ef07-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:00.865536 | 0.03s 2025-10-02 14:19:55.807576 | fa163e8b-869e-54ed-ef07-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-02 14:19:55.836463 | fa163e8b-869e-54ed-ef07-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-02 14:19:55.837670 | fa163e8b-869e-54ed-ef07-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:00.920157 | 0.03s 2025-10-02 14:19:55.862843 | fa163e8b-869e-54ed-ef07-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-02 14:19:56.097684 | fa163e8b-869e-54ed-ef07-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-02 14:19:56.099193 | fa163e8b-869e-54ed-ef07-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:01.181679 | 0.23s 2025-10-02 14:19:56.123448 | fa163e8b-869e-54ed-ef07-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-02 14:19:56.162946 | fa163e8b-869e-54ed-ef07-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-02 14:19:56.164111 | fa163e8b-869e-54ed-ef07-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.246598 | 0.04s 2025-10-02 14:19:56.188762 | fa163e8b-869e-54ed-ef07-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-02 14:19:56.218594 | fa163e8b-869e-54ed-ef07-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-02 14:19:56.219747 | fa163e8b-869e-54ed-ef07-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.302233 | 0.03s 2025-10-02 14:19:56.244793 | fa163e8b-869e-54ed-ef07-0000000021cd | TASK | Write container-puppet.json file 2025-10-02 14:19:56.853680 | fa163e8b-869e-54ed-ef07-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-02 14:19:56.855086 | fa163e8b-869e-54ed-ef07-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:01.937576 | 0.61s 2025-10-02 14:19:56.880169 | fa163e8b-869e-54ed-ef07-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-02 14:19:56.910911 | fa163e8b-869e-54ed-ef07-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-02 14:19:56.912150 | fa163e8b-869e-54ed-ef07-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:01.994637 | 0.03s 2025-10-02 14:19:56.936732 | fa163e8b-869e-54ed-ef07-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-02 14:19:56.966210 | fa163e8b-869e-54ed-ef07-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-02 14:19:56.967471 | fa163e8b-869e-54ed-ef07-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.049958 | 0.03s 2025-10-02 14:19:56.992326 | fa163e8b-869e-54ed-ef07-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-02 14:19:57.388985 | fa163e8b-869e-54ed-ef07-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-02 14:19:57.390749 | fa163e8b-869e-54ed-ef07-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:02.473232 | 0.40s 2025-10-02 14:19:57.415125 | fa163e8b-869e-54ed-ef07-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-02 14:19:57.446620 | fa163e8b-869e-54ed-ef07-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-02 14:19:57.448147 | fa163e8b-869e-54ed-ef07-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:02.530628 | 0.03s 2025-10-02 14:19:57.473470 | fa163e8b-869e-54ed-ef07-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-02 14:19:57.503430 | fa163e8b-869e-54ed-ef07-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-02 14:19:57.504792 | fa163e8b-869e-54ed-ef07-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:02.587271 | 0.03s 2025-10-02 14:19:57.530979 | fa163e8b-869e-54ed-ef07-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-02 14:19:57.561612 | fa163e8b-869e-54ed-ef07-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-02 14:19:57.562977 | fa163e8b-869e-54ed-ef07-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:02.645457 | 0.03s 2025-10-02 14:19:57.588177 | fa163e8b-869e-54ed-ef07-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-02 14:19:57.618016 | fa163e8b-869e-54ed-ef07-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-02 14:19:57.619482 | fa163e8b-869e-54ed-ef07-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:02.701964 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:19:57.687415 | fa163e8b-869e-54ed-ef07-0000000000c0 | TIMING | include_tasks | standalone | 0:04:02.769896 | 0.04s 2025-10-02 14:19:57.820905 | 8d534d3e-f300-426a-9ac2-adc1a26c1d6d | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-02 14:19:57.866069 | fa163e8b-869e-54ed-ef07-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-02 14:19:58.151203 | fa163e8b-869e-54ed-ef07-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-02 14:19:58.153860 | fa163e8b-869e-54ed-ef07-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.236338 | 0.29s 2025-10-02 14:19:58.431519 | fa163e8b-869e-54ed-ef07-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-02 14:19:58.432672 | fa163e8b-869e-54ed-ef07-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.515161 | 0.57s 2025-10-02 14:19:58.438725 | fa163e8b-869e-54ed-ef07-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.521213 | 0.57s 2025-10-02 14:19:58.514466 | fa163e8b-869e-54ed-ef07-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:03.596938 | 0.05s 2025-10-02 14:19:58.589869 | fa163e8b-869e-54ed-ef07-000000002316 | TASK | Set version specific variables 2025-10-02 14:19:58.638629 | fa163e8b-869e-54ed-ef07-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:03.721104 | 0.05s 2025-10-02 14:19:58.658801 | e55a1f56-a6c4-4cc9-aa9e-4f23c0af9b6a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:19:58.690066 | fa163e8b-869e-54ed-ef07-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-02 14:19:59.075670 | fa163e8b-869e-54ed-ef07-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:19:59.077452 | fa163e8b-869e-54ed-ef07-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:04.159939 | 0.39s 2025-10-02 14:19:59.104733 | fa163e8b-869e-54ed-ef07-00000000234a | TASK | Set platform/version specific variables 2025-10-02 14:19:59.193777 | fa163e8b-869e-54ed-ef07-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:19:59.224035 | fa163e8b-869e-54ed-ef07-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:19:59.251916 | fa163e8b-869e-54ed-ef07-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:19:59.272113 | fa163e8b-869e-54ed-ef07-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:19:59.279142 | fa163e8b-869e-54ed-ef07-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:04.361620 | 0.17s 2025-10-02 14:19:59.306056 | fa163e8b-869e-54ed-ef07-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:20:02.160351 | fa163e8b-869e-54ed-ef07-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:20:02.162419 | fa163e8b-869e-54ed-ef07-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:07.244908 | 2.85s 2025-10-02 14:20:02.187782 | fa163e8b-869e-54ed-ef07-000000002319 | TASK | Ensure provider packages are installed 2025-10-02 14:20:05.156669 | fa163e8b-869e-54ed-ef07-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:10.239151 | 2.97s 2025-10-02 14:20:05.163660 | fa163e8b-869e-54ed-ef07-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:10.246146 | 2.97s 2025-10-02 14:20:05.190714 | fa163e8b-869e-54ed-ef07-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:20:05.467545 | fa163e8b-869e-54ed-ef07-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:20:05.469428 | fa163e8b-869e-54ed-ef07-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:10.551915 | 0.28s 2025-10-02 14:20:05.479175 | fa163e8b-869e-54ed-ef07-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:10.561671 | 0.29s 2025-10-02 14:20:05.500033 | fa163e8b-869e-54ed-ef07-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:20:05.794848 | fa163e8b-869e-54ed-ef07-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:20:05.796385 | fa163e8b-869e-54ed-ef07-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:10.878875 | 0.30s 2025-10-02 14:20:05.806231 | fa163e8b-869e-54ed-ef07-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:10.888728 | 0.31s 2025-10-02 14:20:05.826796 | fa163e8b-869e-54ed-ef07-00000000231f | TASK | Ensure provider service is running 2025-10-02 14:20:06.568579 | fa163e8b-869e-54ed-ef07-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:20:06.572423 | fa163e8b-869e-54ed-ef07-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:11.654918 | 0.74s 2025-10-02 14:20:06.581949 | fa163e8b-869e-54ed-ef07-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:11.664437 | 0.75s 2025-10-02 14:20:06.608941 | fa163e8b-869e-54ed-ef07-000000002322 | TASK | Ensure certificate requests 2025-10-02 14:20:08.300264 | fa163e8b-869e-54ed-ef07-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-02 14:20:08.302036 | fa163e8b-869e-54ed-ef07-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:13.384524 | 1.69s 2025-10-02 14:20:09.607976 | fa163e8b-869e-54ed-ef07-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-02 14:20:09.610142 | fa163e8b-869e-54ed-ef07-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.692633 | 3.00s 2025-10-02 14:20:11.200432 | fa163e8b-869e-54ed-ef07-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-02 14:20:11.201414 | fa163e8b-869e-54ed-ef07-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.283906 | 4.59s 2025-10-02 14:20:12.977891 | fa163e8b-869e-54ed-ef07-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-02 14:20:12.980922 | fa163e8b-869e-54ed-ef07-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.063408 | 6.37s 2025-10-02 14:20:14.894191 | fa163e8b-869e-54ed-ef07-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-02 14:20:14.898896 | fa163e8b-869e-54ed-ef07-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.981379 | 8.29s 2025-10-02 14:20:14.908754 | fa163e8b-869e-54ed-ef07-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.991233 | 8.30s 2025-10-02 14:20:14.961487 | fa163e8b-869e-54ed-ef07-000000002207 | TASK | Fail if container image is undefined 2025-10-02 14:20:15.027853 | fa163e8b-869e-54ed-ef07-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:20:15.029612 | fa163e8b-869e-54ed-ef07-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:20.112096 | 0.07s 2025-10-02 14:20:15.074490 | fa163e8b-869e-54ed-ef07-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-02 14:20:32.402103 | fa163e8b-869e-54ed-ef07-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-02 14:20:32.403151 | fa163e8b-869e-54ed-ef07-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:37.485645 | 17.33s 2025-10-02 14:20:32.435009 | fa163e8b-869e-54ed-ef07-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-02 14:20:32.781268 | fa163e8b-869e-54ed-ef07-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-02 14:20:32.782755 | fa163e8b-869e-54ed-ef07-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:37.865243 | 0.35s 2025-10-02 14:20:32.827054 | fa163e8b-869e-54ed-ef07-000000002218 | TASK | Fail if container image is undefined 2025-10-02 14:20:32.894181 | fa163e8b-869e-54ed-ef07-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:20:32.895498 | fa163e8b-869e-54ed-ef07-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:37.977982 | 0.07s 2025-10-02 14:20:32.934668 | fa163e8b-869e-54ed-ef07-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-02 14:20:42.833226 | fa163e8b-869e-54ed-ef07-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-02 14:20:42.834798 | fa163e8b-869e-54ed-ef07-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:47.917285 | 9.90s 2025-10-02 14:20:42.890678 | fa163e8b-869e-54ed-ef07-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-02 14:20:43.217418 | fa163e8b-869e-54ed-ef07-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-02 14:20:43.218713 | fa163e8b-869e-54ed-ef07-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:48.301201 | 0.33s 2025-10-02 14:20:43.268980 | fa163e8b-869e-54ed-ef07-000000002225 | TASK | Check if rsyslog exists 2025-10-02 14:20:43.521600 | fa163e8b-869e-54ed-ef07-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-02 14:20:43.522542 | fa163e8b-869e-54ed-ef07-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:48.605037 | 0.25s 2025-10-02 14:20:43.543170 | fa163e8b-869e-54ed-ef07-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-02 14:20:43.809024 | fa163e8b-869e-54ed-ef07-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-02 14:20:43.810557 | fa163e8b-869e-54ed-ef07-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:48.893044 | 0.27s 2025-10-02 14:20:43.836935 | fa163e8b-869e-54ed-ef07-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-02 14:20:44.688211 | fa163e8b-869e-54ed-ef07-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-02 14:20:44.690373 | fa163e8b-869e-54ed-ef07-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:49.772860 | 0.85s 2025-10-02 14:20:44.717732 | fa163e8b-869e-54ed-ef07-00000000222f | TASK | Fail if container image is undefined 2025-10-02 14:20:44.782374 | fa163e8b-869e-54ed-ef07-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:20:44.783778 | fa163e8b-869e-54ed-ef07-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:49.866266 | 0.06s 2025-10-02 14:20:44.826937 | fa163e8b-869e-54ed-ef07-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-02 14:20:51.229243 | fa163e8b-869e-54ed-ef07-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-02 14:20:51.230766 | fa163e8b-869e-54ed-ef07-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:56.313254 | 6.40s 2025-10-02 14:20:51.288313 | fa163e8b-869e-54ed-ef07-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-02 14:20:51.586501 | fa163e8b-869e-54ed-ef07-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-02 14:20:51.587979 | fa163e8b-869e-54ed-ef07-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:56.670465 | 0.30s 2025-10-02 14:20:51.636630 | fa163e8b-869e-54ed-ef07-00000000223c | TASK | make sure certmonger is installed 2025-10-02 14:20:54.610224 | fa163e8b-869e-54ed-ef07-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-02 14:20:54.612105 | fa163e8b-869e-54ed-ef07-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:59.694586 | 2.97s 2025-10-02 14:20:54.639359 | fa163e8b-869e-54ed-ef07-00000000223d | TASK | make sure certmonger service is started 2025-10-02 14:20:55.039151 | fa163e8b-869e-54ed-ef07-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-02 14:20:55.040394 | fa163e8b-869e-54ed-ef07-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:05:00.122889 | 0.40s 2025-10-02 14:20:55.059650 | fa163e8b-869e-54ed-ef07-00000000223e | TASK | Create dirs for certificates and keys 2025-10-02 14:20:55.287877 | fa163e8b-869e-54ed-ef07-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-02 14:20:55.290084 | fa163e8b-869e-54ed-ef07-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.372567 | 0.23s 2025-10-02 14:20:55.480511 | fa163e8b-869e-54ed-ef07-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-02 14:20:55.482154 | fa163e8b-869e-54ed-ef07-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.564643 | 0.42s 2025-10-02 14:20:55.492683 | fa163e8b-869e-54ed-ef07-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.575164 | 0.43s 2025-10-02 14:20:55.514017 | fa163e8b-869e-54ed-ef07-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-02 14:20:56.755612 | fa163e8b-869e-54ed-ef07-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-02 14:20:56.757178 | fa163e8b-869e-54ed-ef07-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:01.839666 | 1.24s 2025-10-02 14:20:56.850680 | fa163e8b-869e-54ed-ef07-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.933140 | 0.07s 2025-10-02 14:20:56.924917 | fa163e8b-869e-54ed-ef07-0000000023ca | TASK | Set version specific variables 2025-10-02 14:20:56.974365 | fa163e8b-869e-54ed-ef07-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:02.056842 | 0.05s 2025-10-02 14:20:56.988375 | 3da7b018-fc25-49c1-bb0f-8a577fc88c9e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:20:57.012807 | fa163e8b-869e-54ed-ef07-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-02 14:20:57.402048 | fa163e8b-869e-54ed-ef07-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:20:57.403897 | fa163e8b-869e-54ed-ef07-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:02.486384 | 0.39s 2025-10-02 14:20:57.432855 | fa163e8b-869e-54ed-ef07-00000000240a | TASK | Set platform/version specific variables 2025-10-02 14:20:57.482012 | fa163e8b-869e-54ed-ef07-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:20:57.494723 | fa163e8b-869e-54ed-ef07-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:20:57.509110 | fa163e8b-869e-54ed-ef07-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:20:57.521395 | fa163e8b-869e-54ed-ef07-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:20:57.533821 | fa163e8b-869e-54ed-ef07-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:02.616289 | 0.10s 2025-10-02 14:20:57.561251 | fa163e8b-869e-54ed-ef07-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:21:00.401939 | fa163e8b-869e-54ed-ef07-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:21:00.402948 | fa163e8b-869e-54ed-ef07-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:05.485445 | 2.84s 2025-10-02 14:21:00.420821 | fa163e8b-869e-54ed-ef07-0000000023cd | TASK | Ensure provider packages are installed 2025-10-02 14:21:03.410070 | fa163e8b-869e-54ed-ef07-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.492531 | 2.99s 2025-10-02 14:21:03.420422 | fa163e8b-869e-54ed-ef07-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.502891 | 3.00s 2025-10-02 14:21:03.451983 | fa163e8b-869e-54ed-ef07-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:21:03.747490 | fa163e8b-869e-54ed-ef07-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:03.749368 | fa163e8b-869e-54ed-ef07-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:08.831850 | 0.30s 2025-10-02 14:21:03.761923 | fa163e8b-869e-54ed-ef07-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:08.844401 | 0.31s 2025-10-02 14:21:03.790007 | fa163e8b-869e-54ed-ef07-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:21:04.032459 | fa163e8b-869e-54ed-ef07-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:04.034948 | fa163e8b-869e-54ed-ef07-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.117427 | 0.24s 2025-10-02 14:21:04.044590 | fa163e8b-869e-54ed-ef07-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.127068 | 0.25s 2025-10-02 14:21:04.071044 | fa163e8b-869e-54ed-ef07-0000000023d3 | TASK | Ensure provider service is running 2025-10-02 14:21:05.528437 | fa163e8b-869e-54ed-ef07-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:21:05.531813 | fa163e8b-869e-54ed-ef07-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.614293 | 1.46s 2025-10-02 14:21:05.543856 | fa163e8b-869e-54ed-ef07-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.626333 | 1.47s 2025-10-02 14:21:05.573281 | fa163e8b-869e-54ed-ef07-0000000023d6 | TASK | Ensure certificate requests 2025-10-02 14:21:07.732837 | fa163e8b-869e-54ed-ef07-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-02 14:21:07.735719 | fa163e8b-869e-54ed-ef07-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.818203 | 2.16s 2025-10-02 14:21:07.745837 | fa163e8b-869e-54ed-ef07-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.828318 | 2.17s 2025-10-02 14:21:07.799901 | fa163e8b-869e-54ed-ef07-000000002242 | TASK | Create dirs for certificates and keys 2025-10-02 14:21:08.083738 | fa163e8b-869e-54ed-ef07-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-02 14:21:08.085807 | fa163e8b-869e-54ed-ef07-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:13.168285 | 0.28s 2025-10-02 14:21:08.328441 | fa163e8b-869e-54ed-ef07-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-02 14:21:08.329598 | fa163e8b-869e-54ed-ef07-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:13.412087 | 0.53s 2025-10-02 14:21:08.335454 | fa163e8b-869e-54ed-ef07-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:13.417928 | 0.53s 2025-10-02 14:21:08.413770 | fa163e8b-869e-54ed-ef07-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:13.496239 | 0.05s 2025-10-02 14:21:08.478344 | fa163e8b-869e-54ed-ef07-000000002458 | TASK | Set version specific variables 2025-10-02 14:21:08.543001 | fa163e8b-869e-54ed-ef07-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:13.625473 | 0.06s 2025-10-02 14:21:08.562258 | b5d62f05-a525-4a6f-9433-80d3240bd12e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:21:08.592195 | fa163e8b-869e-54ed-ef07-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-02 14:21:09.053053 | fa163e8b-869e-54ed-ef07-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:21:09.054173 | fa163e8b-869e-54ed-ef07-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:14.136669 | 0.46s 2025-10-02 14:21:09.072802 | fa163e8b-869e-54ed-ef07-00000000248c | TASK | Set platform/version specific variables 2025-10-02 14:21:09.117360 | fa163e8b-869e-54ed-ef07-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:21:09.130159 | fa163e8b-869e-54ed-ef07-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:21:09.144650 | fa163e8b-869e-54ed-ef07-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:21:09.155298 | fa163e8b-869e-54ed-ef07-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:21:09.159125 | fa163e8b-869e-54ed-ef07-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:14.241611 | 0.09s 2025-10-02 14:21:09.177688 | fa163e8b-869e-54ed-ef07-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:21:12.134458 | fa163e8b-869e-54ed-ef07-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:21:12.135945 | fa163e8b-869e-54ed-ef07-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:17.218433 | 2.96s 2025-10-02 14:21:12.162422 | fa163e8b-869e-54ed-ef07-00000000245b | TASK | Ensure provider packages are installed 2025-10-02 14:21:15.194695 | fa163e8b-869e-54ed-ef07-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:20.277157 | 3.03s 2025-10-02 14:21:15.202125 | fa163e8b-869e-54ed-ef07-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:20.284601 | 3.04s 2025-10-02 14:21:15.228390 | fa163e8b-869e-54ed-ef07-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:21:15.521114 | fa163e8b-869e-54ed-ef07-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:15.522682 | fa163e8b-869e-54ed-ef07-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:20.605160 | 0.29s 2025-10-02 14:21:15.535133 | fa163e8b-869e-54ed-ef07-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:20.617612 | 0.30s 2025-10-02 14:21:15.562398 | fa163e8b-869e-54ed-ef07-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:21:15.930807 | fa163e8b-869e-54ed-ef07-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:15.932258 | fa163e8b-869e-54ed-ef07-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:21.014745 | 0.37s 2025-10-02 14:21:15.938883 | fa163e8b-869e-54ed-ef07-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:21.021366 | 0.37s 2025-10-02 14:21:15.963571 | fa163e8b-869e-54ed-ef07-000000002461 | TASK | Ensure provider service is running 2025-10-02 14:21:16.384747 | fa163e8b-869e-54ed-ef07-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:21:16.386097 | fa163e8b-869e-54ed-ef07-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:21.468589 | 0.42s 2025-10-02 14:21:16.399563 | fa163e8b-869e-54ed-ef07-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:21.482035 | 0.43s 2025-10-02 14:21:16.428425 | fa163e8b-869e-54ed-ef07-000000002464 | TASK | Ensure certificate requests 2025-10-02 14:21:17.992719 | fa163e8b-869e-54ed-ef07-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-02 14:21:17.994278 | fa163e8b-869e-54ed-ef07-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.076762 | 1.56s 2025-10-02 14:21:19.608070 | fa163e8b-869e-54ed-ef07-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-02 14:21:19.608833 | fa163e8b-869e-54ed-ef07-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.691329 | 3.18s 2025-10-02 14:21:21.688039 | fa163e8b-869e-54ed-ef07-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-02 14:21:21.690827 | fa163e8b-869e-54ed-ef07-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.773308 | 5.26s 2025-10-02 14:21:23.323743 | fa163e8b-869e-54ed-ef07-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-02 14:21:23.324930 | fa163e8b-869e-54ed-ef07-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.407419 | 6.89s 2025-10-02 14:21:23.334236 | fa163e8b-869e-54ed-ef07-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.416713 | 6.90s 2025-10-02 14:21:23.385409 | fa163e8b-869e-54ed-ef07-000000002245 | TASK | Run lvmfilter role 2025-10-02 14:21:23.436220 | fa163e8b-869e-54ed-ef07-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:28.518697 | 0.05s 2025-10-02 14:21:23.512528 | fa163e8b-869e-54ed-ef07-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-02 14:21:23.766313 | fa163e8b-869e-54ed-ef07-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-02 14:21:23.768138 | fa163e8b-869e-54ed-ef07-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:28.850619 | 0.25s 2025-10-02 14:21:23.797804 | fa163e8b-869e-54ed-ef07-0000000024fa | TASK | collect ansible devices 2025-10-02 14:21:23.831893 | fa163e8b-869e-54ed-ef07-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-02 14:21:23.832782 | fa163e8b-869e-54ed-ef07-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:28.915275 | 0.03s 2025-10-02 14:21:23.857936 | fa163e8b-869e-54ed-ef07-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-02 14:21:23.924087 | fa163e8b-869e-54ed-ef07-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-02 14:21:23.925654 | fa163e8b-869e-54ed-ef07-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:29.008139 | 0.07s 2025-10-02 14:21:23.951933 | fa163e8b-869e-54ed-ef07-0000000024fc | TASK | set allowed_devices 2025-10-02 14:21:23.982391 | fa163e8b-869e-54ed-ef07-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-02 14:21:23.983442 | fa163e8b-869e-54ed-ef07-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:29.065936 | 0.03s 2025-10-02 14:21:24.004394 | fa163e8b-869e-54ed-ef07-0000000024fd | TASK | build lvm2 allow list 2025-10-02 14:21:24.052027 | fa163e8b-869e-54ed-ef07-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-02 14:21:24.052969 | fa163e8b-869e-54ed-ef07-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:29.135462 | 0.05s 2025-10-02 14:21:24.073757 | fa163e8b-869e-54ed-ef07-0000000024fe | TASK | build lvm2 deny list 2025-10-02 14:21:24.122125 | fa163e8b-869e-54ed-ef07-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-02 14:21:24.123330 | fa163e8b-869e-54ed-ef07-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:29.205817 | 0.05s 2025-10-02 14:21:24.151331 | fa163e8b-869e-54ed-ef07-0000000024ff | TASK | build lvm2 filter 2025-10-02 14:21:24.202009 | fa163e8b-869e-54ed-ef07-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-02 14:21:24.203189 | fa163e8b-869e-54ed-ef07-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:29.285676 | 0.05s 2025-10-02 14:21:24.230636 | fa163e8b-869e-54ed-ef07-000000002500 | TASK | regenerate lvm config 2025-10-02 14:21:24.281367 | fa163e8b-869e-54ed-ef07-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-02 14:21:24.282679 | fa163e8b-869e-54ed-ef07-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:29.365164 | 0.05s 2025-10-02 14:21:24.309590 | fa163e8b-869e-54ed-ef07-000000002501 | TASK | copy new lvm.conf in place 2025-10-02 14:21:24.363961 | fa163e8b-869e-54ed-ef07-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-02 14:21:24.365578 | fa163e8b-869e-54ed-ef07-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:29.448059 | 0.05s 2025-10-02 14:21:24.419001 | fa163e8b-869e-54ed-ef07-00000000224b | TASK | Fail if container image is undefined 2025-10-02 14:21:24.482605 | fa163e8b-869e-54ed-ef07-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:21:24.483830 | fa163e8b-869e-54ed-ef07-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:29.566318 | 0.06s 2025-10-02 14:21:24.529593 | fa163e8b-869e-54ed-ef07-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-02 14:21:34.723255 | fa163e8b-869e-54ed-ef07-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-02 14:21:34.726041 | fa163e8b-869e-54ed-ef07-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:39.808528 | 10.19s 2025-10-02 14:21:34.782580 | fa163e8b-869e-54ed-ef07-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-02 14:21:35.104452 | fa163e8b-869e-54ed-ef07-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-02 14:21:35.107069 | fa163e8b-869e-54ed-ef07-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:40.189555 | 0.32s 2025-10-02 14:21:35.209037 | fa163e8b-869e-54ed-ef07-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:40.291510 | 0.05s 2025-10-02 14:21:35.271347 | fa163e8b-869e-54ed-ef07-000000002570 | TASK | Set version specific variables 2025-10-02 14:21:35.322932 | fa163e8b-869e-54ed-ef07-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:40.405407 | 0.05s 2025-10-02 14:21:35.341686 | 7ddc7ec2-ad0c-444a-86ca-192bb7cb8d2d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:21:35.372508 | fa163e8b-869e-54ed-ef07-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-02 14:21:35.748775 | fa163e8b-869e-54ed-ef07-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:21:35.750399 | fa163e8b-869e-54ed-ef07-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:40.832888 | 0.38s 2025-10-02 14:21:35.777982 | fa163e8b-869e-54ed-ef07-0000000025a0 | TASK | Set platform/version specific variables 2025-10-02 14:21:35.850978 | fa163e8b-869e-54ed-ef07-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:21:35.870522 | fa163e8b-869e-54ed-ef07-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:21:35.890776 | fa163e8b-869e-54ed-ef07-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:21:35.905235 | fa163e8b-869e-54ed-ef07-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:21:35.916580 | fa163e8b-869e-54ed-ef07-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:40.999070 | 0.14s 2025-10-02 14:21:35.937118 | fa163e8b-869e-54ed-ef07-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:21:38.898555 | fa163e8b-869e-54ed-ef07-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:21:38.900679 | fa163e8b-869e-54ed-ef07-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:43.983165 | 2.96s 2025-10-02 14:21:38.932626 | fa163e8b-869e-54ed-ef07-000000002573 | TASK | Ensure provider packages are installed 2025-10-02 14:21:41.945745 | fa163e8b-869e-54ed-ef07-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.028188 | 3.01s 2025-10-02 14:21:41.953385 | fa163e8b-869e-54ed-ef07-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.035867 | 3.02s 2025-10-02 14:21:41.975170 | fa163e8b-869e-54ed-ef07-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:21:42.237155 | fa163e8b-869e-54ed-ef07-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:42.239163 | fa163e8b-869e-54ed-ef07-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:47.321656 | 0.26s 2025-10-02 14:21:42.249890 | fa163e8b-869e-54ed-ef07-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:47.332372 | 0.27s 2025-10-02 14:21:42.277909 | fa163e8b-869e-54ed-ef07-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:21:42.581445 | fa163e8b-869e-54ed-ef07-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:42.583610 | fa163e8b-869e-54ed-ef07-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.666094 | 0.30s 2025-10-02 14:21:42.593559 | fa163e8b-869e-54ed-ef07-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.676044 | 0.31s 2025-10-02 14:21:42.614041 | fa163e8b-869e-54ed-ef07-000000002579 | TASK | Ensure provider service is running 2025-10-02 14:21:44.030000 | fa163e8b-869e-54ed-ef07-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:21:44.032003 | fa163e8b-869e-54ed-ef07-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:49.114494 | 1.42s 2025-10-02 14:21:44.042869 | fa163e8b-869e-54ed-ef07-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:49.125357 | 1.43s 2025-10-02 14:21:44.064130 | fa163e8b-869e-54ed-ef07-00000000257c | TASK | Ensure certificate requests 2025-10-02 14:21:46.640880 | fa163e8b-869e-54ed-ef07-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-02 14:21:46.642132 | fa163e8b-869e-54ed-ef07-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:51.724620 | 2.58s 2025-10-02 14:21:46.647159 | fa163e8b-869e-54ed-ef07-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:51.729645 | 2.58s 2025-10-02 14:21:46.722771 | fa163e8b-869e-54ed-ef07-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:51.805256 | 0.04s 2025-10-02 14:21:46.772306 | fa163e8b-869e-54ed-ef07-0000000025e4 | TASK | Set version specific variables 2025-10-02 14:21:46.809111 | fa163e8b-869e-54ed-ef07-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:51.891599 | 0.04s 2025-10-02 14:21:46.821012 | c913bff3-e1b8-45b8-8c04-0f8f4c35b5b0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:21:46.844079 | fa163e8b-869e-54ed-ef07-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-02 14:21:47.247717 | fa163e8b-869e-54ed-ef07-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:21:47.248765 | fa163e8b-869e-54ed-ef07-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:52.331259 | 0.40s 2025-10-02 14:21:47.274694 | fa163e8b-869e-54ed-ef07-000000002614 | TASK | Set platform/version specific variables 2025-10-02 14:21:47.340524 | fa163e8b-869e-54ed-ef07-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:21:47.364426 | fa163e8b-869e-54ed-ef07-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:21:47.388873 | fa163e8b-869e-54ed-ef07-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:21:47.409617 | fa163e8b-869e-54ed-ef07-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:21:47.416466 | fa163e8b-869e-54ed-ef07-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:52.498946 | 0.14s 2025-10-02 14:21:47.443898 | fa163e8b-869e-54ed-ef07-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:21:50.432747 | fa163e8b-869e-54ed-ef07-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:21:50.434856 | fa163e8b-869e-54ed-ef07-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:55.517345 | 2.99s 2025-10-02 14:21:50.456833 | fa163e8b-869e-54ed-ef07-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-02 14:21:53.597032 | fa163e8b-869e-54ed-ef07-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:58.679505 | 3.14s 2025-10-02 14:21:53.603730 | fa163e8b-869e-54ed-ef07-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:58.686208 | 3.15s 2025-10-02 14:21:53.631515 | fa163e8b-869e-54ed-ef07-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:21:53.937135 | fa163e8b-869e-54ed-ef07-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:53.938974 | fa163e8b-869e-54ed-ef07-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:59.021448 | 0.31s 2025-10-02 14:21:53.951279 | fa163e8b-869e-54ed-ef07-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:59.033760 | 0.32s 2025-10-02 14:21:53.979194 | fa163e8b-869e-54ed-ef07-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:21:54.293088 | fa163e8b-869e-54ed-ef07-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:21:54.294628 | fa163e8b-869e-54ed-ef07-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:59.377113 | 0.31s 2025-10-02 14:21:54.303523 | fa163e8b-869e-54ed-ef07-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:59.386012 | 0.32s 2025-10-02 14:21:54.321802 | fa163e8b-869e-54ed-ef07-0000000025ed | TASK | Ensure provider service is running 2025-10-02 14:21:54.752084 | fa163e8b-869e-54ed-ef07-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:21:54.753966 | fa163e8b-869e-54ed-ef07-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.836453 | 0.43s 2025-10-02 14:21:54.774222 | fa163e8b-869e-54ed-ef07-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.856701 | 0.45s 2025-10-02 14:21:54.803686 | fa163e8b-869e-54ed-ef07-0000000025f0 | TASK | Ensure certificate requests 2025-10-02 14:21:56.515032 | fa163e8b-869e-54ed-ef07-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-02 14:21:56.516558 | fa163e8b-869e-54ed-ef07-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.599044 | 1.71s 2025-10-02 14:21:56.523352 | fa163e8b-869e-54ed-ef07-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.605778 | 1.72s 2025-10-02 14:21:56.574315 | fa163e8b-869e-54ed-ef07-000000002261 | TASK | Fail if container image is undefined 2025-10-02 14:21:56.638179 | fa163e8b-869e-54ed-ef07-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:21:56.639694 | fa163e8b-869e-54ed-ef07-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:01.722176 | 0.06s 2025-10-02 14:21:56.691611 | fa163e8b-869e-54ed-ef07-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-02 14:22:05.114513 | fa163e8b-869e-54ed-ef07-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-02 14:22:05.116092 | fa163e8b-869e-54ed-ef07-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:10.198579 | 8.42s 2025-10-02 14:22:05.179034 | fa163e8b-869e-54ed-ef07-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-02 14:22:05.544071 | fa163e8b-869e-54ed-ef07-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-02 14:22:05.545556 | fa163e8b-869e-54ed-ef07-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:10.628042 | 0.37s 2025-10-02 14:22:05.649377 | fa163e8b-869e-54ed-ef07-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:10.731853 | 0.05s 2025-10-02 14:22:05.713693 | fa163e8b-869e-54ed-ef07-00000000265e | TASK | Set version specific variables 2025-10-02 14:22:05.762672 | fa163e8b-869e-54ed-ef07-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:10.845152 | 0.05s 2025-10-02 14:22:05.778342 | 1af46944-c7a5-404c-ad25-cb07ad3c7c9f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:22:05.800671 | fa163e8b-869e-54ed-ef07-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-02 14:22:06.192605 | fa163e8b-869e-54ed-ef07-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:22:06.194348 | fa163e8b-869e-54ed-ef07-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:11.276835 | 0.39s 2025-10-02 14:22:06.222372 | fa163e8b-869e-54ed-ef07-00000000268e | TASK | Set platform/version specific variables 2025-10-02 14:22:06.294822 | fa163e8b-869e-54ed-ef07-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:06.312439 | fa163e8b-869e-54ed-ef07-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:06.330432 | fa163e8b-869e-54ed-ef07-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:22:06.344632 | fa163e8b-869e-54ed-ef07-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:22:06.357003 | fa163e8b-869e-54ed-ef07-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:11.439477 | 0.13s 2025-10-02 14:22:06.384568 | fa163e8b-869e-54ed-ef07-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:22:09.323797 | fa163e8b-869e-54ed-ef07-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:22:09.325418 | fa163e8b-869e-54ed-ef07-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:14.407906 | 2.94s 2025-10-02 14:22:09.351615 | fa163e8b-869e-54ed-ef07-000000002661 | TASK | Ensure provider packages are installed 2025-10-02 14:22:12.280893 | fa163e8b-869e-54ed-ef07-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:17.363371 | 2.93s 2025-10-02 14:22:12.287848 | fa163e8b-869e-54ed-ef07-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:17.370327 | 2.93s 2025-10-02 14:22:12.316488 | fa163e8b-869e-54ed-ef07-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:22:12.620011 | fa163e8b-869e-54ed-ef07-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:22:12.621359 | fa163e8b-869e-54ed-ef07-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:17.703846 | 0.30s 2025-10-02 14:22:12.627399 | fa163e8b-869e-54ed-ef07-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:17.709876 | 0.31s 2025-10-02 14:22:12.655273 | fa163e8b-869e-54ed-ef07-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:22:12.950212 | fa163e8b-869e-54ed-ef07-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:22:12.951608 | fa163e8b-869e-54ed-ef07-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:18.034095 | 0.29s 2025-10-02 14:22:12.957893 | fa163e8b-869e-54ed-ef07-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:18.040375 | 0.30s 2025-10-02 14:22:12.983980 | fa163e8b-869e-54ed-ef07-000000002667 | TASK | Ensure provider service is running 2025-10-02 14:22:13.412422 | fa163e8b-869e-54ed-ef07-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:22:13.415746 | fa163e8b-869e-54ed-ef07-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:18.498224 | 0.43s 2025-10-02 14:22:13.426336 | fa163e8b-869e-54ed-ef07-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:18.508783 | 0.44s 2025-10-02 14:22:13.460456 | fa163e8b-869e-54ed-ef07-00000000266a | TASK | Ensure certificate requests 2025-10-02 14:22:14.997086 | fa163e8b-869e-54ed-ef07-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-02 14:22:14.998753 | fa163e8b-869e-54ed-ef07-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:20.081236 | 1.54s 2025-10-02 14:22:15.006408 | fa163e8b-869e-54ed-ef07-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:20.088887 | 1.54s 2025-10-02 14:22:15.107911 | fa163e8b-869e-54ed-ef07-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:20.190385 | 0.05s 2025-10-02 14:22:15.216766 | fa163e8b-869e-54ed-ef07-0000000026d2 | TASK | Set version specific variables 2025-10-02 14:22:15.266825 | fa163e8b-869e-54ed-ef07-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:20.349298 | 0.05s 2025-10-02 14:22:15.286691 | 2412bd4a-a107-472f-98f1-f5fe63779ae2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:22:15.317680 | fa163e8b-869e-54ed-ef07-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-02 14:22:15.701298 | fa163e8b-869e-54ed-ef07-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:22:15.702396 | fa163e8b-869e-54ed-ef07-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:20.784889 | 0.38s 2025-10-02 14:22:15.731882 | fa163e8b-869e-54ed-ef07-000000002702 | TASK | Set platform/version specific variables 2025-10-02 14:22:15.822694 | fa163e8b-869e-54ed-ef07-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:15.853384 | fa163e8b-869e-54ed-ef07-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:15.881188 | fa163e8b-869e-54ed-ef07-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:22:15.901375 | fa163e8b-869e-54ed-ef07-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:22:15.905366 | fa163e8b-869e-54ed-ef07-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:20.987847 | 0.17s 2025-10-02 14:22:15.931449 | fa163e8b-869e-54ed-ef07-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:22:18.886651 | fa163e8b-869e-54ed-ef07-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:22:18.888278 | fa163e8b-869e-54ed-ef07-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:23.970764 | 2.96s 2025-10-02 14:22:18.916086 | fa163e8b-869e-54ed-ef07-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-02 14:22:21.948351 | fa163e8b-869e-54ed-ef07-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:27.030823 | 3.03s 2025-10-02 14:22:21.960798 | fa163e8b-869e-54ed-ef07-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:27.043278 | 3.04s 2025-10-02 14:22:21.988116 | fa163e8b-869e-54ed-ef07-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:22:22.239485 | fa163e8b-869e-54ed-ef07-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:22:22.241038 | fa163e8b-869e-54ed-ef07-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:27.323524 | 0.25s 2025-10-02 14:22:22.247322 | fa163e8b-869e-54ed-ef07-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:27.329770 | 0.26s 2025-10-02 14:22:22.276390 | fa163e8b-869e-54ed-ef07-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:22:22.586497 | fa163e8b-869e-54ed-ef07-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:22:22.588184 | fa163e8b-869e-54ed-ef07-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:27.670667 | 0.31s 2025-10-02 14:22:22.595808 | fa163e8b-869e-54ed-ef07-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:27.678288 | 0.32s 2025-10-02 14:22:22.623520 | fa163e8b-869e-54ed-ef07-0000000026db | TASK | Ensure provider service is running 2025-10-02 14:22:23.043175 | fa163e8b-869e-54ed-ef07-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:22:23.045996 | fa163e8b-869e-54ed-ef07-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:28.128482 | 0.42s 2025-10-02 14:22:23.056913 | fa163e8b-869e-54ed-ef07-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:28.139390 | 0.43s 2025-10-02 14:22:23.081948 | fa163e8b-869e-54ed-ef07-0000000026de | TASK | Ensure certificate requests 2025-10-02 14:22:24.590865 | fa163e8b-869e-54ed-ef07-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-02 14:22:24.592942 | fa163e8b-869e-54ed-ef07-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.675429 | 1.51s 2025-10-02 14:22:24.603041 | fa163e8b-869e-54ed-ef07-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.685537 | 1.52s 2025-10-02 14:22:24.643938 | fa163e8b-869e-54ed-ef07-000000002272 | TASK | install systemd-container for a greenfield 2025-10-02 14:22:42.464041 | fa163e8b-869e-54ed-ef07-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-02 14:22:42.467105 | fa163e8b-869e-54ed-ef07-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:47.549586 | 17.82s 2025-10-02 14:22:42.489774 | fa163e8b-869e-54ed-ef07-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-02 14:22:42.522336 | fa163e8b-869e-54ed-ef07-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-02 14:22:42.523714 | fa163e8b-869e-54ed-ef07-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:47.606200 | 0.03s 2025-10-02 14:22:42.548629 | fa163e8b-869e-54ed-ef07-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-02 14:22:42.834385 | fa163e8b-869e-54ed-ef07-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-02 14:22:42.835553 | fa163e8b-869e-54ed-ef07-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:47.918044 | 0.29s 2025-10-02 14:22:42.855474 | fa163e8b-869e-54ed-ef07-000000002277 | TASK | is KSM enabled 2025-10-02 14:22:42.930385 | fa163e8b-869e-54ed-ef07-000000002277 | OK | is KSM enabled | standalone 2025-10-02 14:22:42.931622 | fa163e8b-869e-54ed-ef07-000000002277 | TIMING | is KSM enabled | standalone | 0:06:48.014116 | 0.08s 2025-10-02 14:22:42.957894 | fa163e8b-869e-54ed-ef07-000000002279 | TASK | Check for ksm 2025-10-02 14:22:43.206812 | fa163e8b-869e-54ed-ef07-000000002279 | CHANGED | Check for ksm | standalone 2025-10-02 14:22:43.208360 | fa163e8b-869e-54ed-ef07-000000002279 | TIMING | Check for ksm | standalone | 0:06:48.290848 | 0.25s 2025-10-02 14:22:43.234699 | fa163e8b-869e-54ed-ef07-00000000227a | TASK | disable KSM services 2025-10-02 14:22:43.290176 | fa163e8b-869e-54ed-ef07-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-02 14:22:43.317600 | fa163e8b-869e-54ed-ef07-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-02 14:22:43.329824 | fa163e8b-869e-54ed-ef07-00000000227a | TIMING | disable KSM services | standalone | 0:06:48.412293 | 0.09s 2025-10-02 14:22:43.357305 | fa163e8b-869e-54ed-ef07-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-02 14:22:43.398368 | fa163e8b-869e-54ed-ef07-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-02 14:22:43.399669 | fa163e8b-869e-54ed-ef07-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:48.482156 | 0.04s 2025-10-02 14:22:43.425563 | fa163e8b-869e-54ed-ef07-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-02 14:22:43.458424 | fa163e8b-869e-54ed-ef07-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-02 14:22:43.459665 | fa163e8b-869e-54ed-ef07-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:48.542152 | 0.03s 2025-10-02 14:22:43.487827 | fa163e8b-869e-54ed-ef07-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-02 14:22:43.519661 | fa163e8b-869e-54ed-ef07-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-02 14:22:43.520881 | fa163e8b-869e-54ed-ef07-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:48.603368 | 0.03s 2025-10-02 14:22:43.547715 | fa163e8b-869e-54ed-ef07-00000000227f | TASK | enable ksmtunded 2025-10-02 14:22:43.586923 | fa163e8b-869e-54ed-ef07-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-02 14:22:43.596177 | fa163e8b-869e-54ed-ef07-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-02 14:22:43.603567 | fa163e8b-869e-54ed-ef07-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:48.686048 | 0.05s 2025-10-02 14:22:43.628589 | fa163e8b-869e-54ed-ef07-000000002281 | TASK | Create dirs for certificates and keys 2025-10-02 14:22:43.885086 | fa163e8b-869e-54ed-ef07-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-02 14:22:43.886830 | fa163e8b-869e-54ed-ef07-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:48.969314 | 0.26s 2025-10-02 14:22:44.068074 | fa163e8b-869e-54ed-ef07-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-02 14:22:44.069975 | fa163e8b-869e-54ed-ef07-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.152465 | 0.44s 2025-10-02 14:22:44.238141 | fa163e8b-869e-54ed-ef07-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-02 14:22:44.239319 | fa163e8b-869e-54ed-ef07-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.321783 | 0.61s 2025-10-02 14:22:44.246692 | fa163e8b-869e-54ed-ef07-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.329182 | 0.62s 2025-10-02 14:22:44.304810 | fa163e8b-869e-54ed-ef07-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:49.387291 | 0.03s 2025-10-02 14:22:44.369479 | fa163e8b-869e-54ed-ef07-00000000276e | TASK | Set version specific variables 2025-10-02 14:22:44.396030 | fa163e8b-869e-54ed-ef07-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:49.478513 | 0.03s 2025-10-02 14:22:44.408251 | 9cfd381f-95ba-4b60-ba64-28ae39fdaf9f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:22:44.432804 | fa163e8b-869e-54ed-ef07-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-02 14:22:44.820921 | fa163e8b-869e-54ed-ef07-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:22:44.822870 | fa163e8b-869e-54ed-ef07-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:49.905354 | 0.39s 2025-10-02 14:22:44.851240 | fa163e8b-869e-54ed-ef07-0000000027a2 | TASK | Set platform/version specific variables 2025-10-02 14:22:44.923624 | fa163e8b-869e-54ed-ef07-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:44.941177 | fa163e8b-869e-54ed-ef07-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:44.961033 | fa163e8b-869e-54ed-ef07-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:22:44.977077 | fa163e8b-869e-54ed-ef07-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:22:44.989601 | fa163e8b-869e-54ed-ef07-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:50.072084 | 0.14s 2025-10-02 14:22:45.015073 | fa163e8b-869e-54ed-ef07-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:22:47.953280 | fa163e8b-869e-54ed-ef07-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:22:47.955199 | fa163e8b-869e-54ed-ef07-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:53.037688 | 2.94s 2025-10-02 14:22:47.981229 | fa163e8b-869e-54ed-ef07-000000002771 | TASK | Ensure provider packages are installed 2025-10-02 14:22:50.881918 | fa163e8b-869e-54ed-ef07-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:55.964406 | 2.90s 2025-10-02 14:22:50.894348 | fa163e8b-869e-54ed-ef07-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:55.976837 | 2.91s 2025-10-02 14:22:50.920891 | fa163e8b-869e-54ed-ef07-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:22:51.214736 | fa163e8b-869e-54ed-ef07-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:22:51.216053 | fa163e8b-869e-54ed-ef07-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:56.298541 | 0.29s 2025-10-02 14:22:51.222396 | fa163e8b-869e-54ed-ef07-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:56.304895 | 0.30s 2025-10-02 14:22:51.240167 | fa163e8b-869e-54ed-ef07-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:22:51.458720 | fa163e8b-869e-54ed-ef07-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:22:51.460667 | fa163e8b-869e-54ed-ef07-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:56.543155 | 0.22s 2025-10-02 14:22:51.470395 | fa163e8b-869e-54ed-ef07-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:56.552894 | 0.23s 2025-10-02 14:22:51.487503 | fa163e8b-869e-54ed-ef07-000000002777 | TASK | Ensure provider service is running 2025-10-02 14:22:51.827514 | fa163e8b-869e-54ed-ef07-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:22:51.829602 | fa163e8b-869e-54ed-ef07-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:56.912091 | 0.34s 2025-10-02 14:22:51.839091 | fa163e8b-869e-54ed-ef07-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:56.921591 | 0.35s 2025-10-02 14:22:51.865248 | fa163e8b-869e-54ed-ef07-00000000277a | TASK | Ensure certificate requests 2025-10-02 14:22:53.293061 | fa163e8b-869e-54ed-ef07-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-02 14:22:53.294777 | fa163e8b-869e-54ed-ef07-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.377261 | 1.43s 2025-10-02 14:22:55.755908 | fa163e8b-869e-54ed-ef07-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-02 14:22:55.757985 | fa163e8b-869e-54ed-ef07-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.840475 | 3.89s 2025-10-02 14:22:57.576507 | fa163e8b-869e-54ed-ef07-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-02 14:22:57.577745 | fa163e8b-869e-54ed-ef07-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.660232 | 5.71s 2025-10-02 14:22:59.153724 | fa163e8b-869e-54ed-ef07-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-02 14:22:59.154914 | fa163e8b-869e-54ed-ef07-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.237403 | 7.29s 2025-10-02 14:22:59.166978 | fa163e8b-869e-54ed-ef07-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.249457 | 7.30s 2025-10-02 14:22:59.222023 | fa163e8b-869e-54ed-ef07-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-02 14:22:59.307113 | fa163e8b-869e-54ed-ef07-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.389581 | 0.08s 2025-10-02 14:22:59.319566 | fa163e8b-869e-54ed-ef07-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.402050 | 0.10s 2025-10-02 14:22:59.331767 | fa163e8b-869e-54ed-ef07-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.414256 | 0.11s 2025-10-02 14:22:59.406570 | fa163e8b-869e-54ed-ef07-0000000027f8 | TASK | Set version specific variables 2025-10-02 14:22:59.457266 | fa163e8b-869e-54ed-ef07-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:04.539745 | 0.05s 2025-10-02 14:22:59.469095 | 2ab617c2-fb6c-4500-ba0a-6d43ea58d1ef | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:22:59.489906 | fa163e8b-869e-54ed-ef07-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-02 14:22:59.873478 | fa163e8b-869e-54ed-ef07-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:22:59.874534 | fa163e8b-869e-54ed-ef07-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:04.957029 | 0.38s 2025-10-02 14:22:59.893327 | fa163e8b-869e-54ed-ef07-000000002851 | TASK | Set platform/version specific variables 2025-10-02 14:22:59.936477 | fa163e8b-869e-54ed-ef07-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:59.951557 | fa163e8b-869e-54ed-ef07-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:22:59.966625 | fa163e8b-869e-54ed-ef07-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:22:59.977934 | fa163e8b-869e-54ed-ef07-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:22:59.984959 | fa163e8b-869e-54ed-ef07-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:05.067440 | 0.09s 2025-10-02 14:23:00.010875 | fa163e8b-869e-54ed-ef07-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:23:02.924027 | fa163e8b-869e-54ed-ef07-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:23:02.925869 | fa163e8b-869e-54ed-ef07-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:08.008349 | 2.91s 2025-10-02 14:23:02.955871 | fa163e8b-869e-54ed-ef07-0000000027fb | TASK | Ensure provider packages are installed 2025-10-02 14:23:06.032024 | fa163e8b-869e-54ed-ef07-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.114505 | 3.07s 2025-10-02 14:23:06.037273 | fa163e8b-869e-54ed-ef07-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.119666 | 3.08s 2025-10-02 14:23:06.070410 | fa163e8b-869e-54ed-ef07-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:23:06.368941 | fa163e8b-869e-54ed-ef07-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:06.369934 | fa163e8b-869e-54ed-ef07-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.452429 | 0.30s 2025-10-02 14:23:06.382183 | fa163e8b-869e-54ed-ef07-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.464664 | 0.31s 2025-10-02 14:23:06.408504 | fa163e8b-869e-54ed-ef07-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:23:06.678277 | fa163e8b-869e-54ed-ef07-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:06.679193 | fa163e8b-869e-54ed-ef07-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.761689 | 0.27s 2025-10-02 14:23:06.685777 | fa163e8b-869e-54ed-ef07-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.768268 | 0.28s 2025-10-02 14:23:06.716511 | fa163e8b-869e-54ed-ef07-000000002801 | TASK | Ensure provider service is running 2025-10-02 14:23:07.144590 | fa163e8b-869e-54ed-ef07-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:23:07.145804 | fa163e8b-869e-54ed-ef07-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.228300 | 0.43s 2025-10-02 14:23:07.150138 | fa163e8b-869e-54ed-ef07-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.232634 | 0.43s 2025-10-02 14:23:07.169657 | fa163e8b-869e-54ed-ef07-000000002804 | TASK | Ensure certificate requests 2025-10-02 14:23:08.975652 | fa163e8b-869e-54ed-ef07-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-02 14:23:08.978340 | fa163e8b-869e-54ed-ef07-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.060826 | 1.81s 2025-10-02 14:23:08.988864 | fa163e8b-869e-54ed-ef07-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.071346 | 1.82s 2025-10-02 14:23:09.040125 | fa163e8b-869e-54ed-ef07-000000002821 | TASK | Set version specific variables 2025-10-02 14:23:09.090526 | fa163e8b-869e-54ed-ef07-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:14.173006 | 0.05s 2025-10-02 14:23:09.110827 | a553b5b6-c873-45e1-b21e-0d32ce570dd7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:23:09.137507 | fa163e8b-869e-54ed-ef07-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-02 14:23:09.526873 | fa163e8b-869e-54ed-ef07-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:23:09.528928 | fa163e8b-869e-54ed-ef07-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:14.611410 | 0.39s 2025-10-02 14:23:09.559879 | fa163e8b-869e-54ed-ef07-00000000288b | TASK | Set platform/version specific variables 2025-10-02 14:23:09.634448 | fa163e8b-869e-54ed-ef07-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:09.656384 | fa163e8b-869e-54ed-ef07-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:09.676329 | fa163e8b-869e-54ed-ef07-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:23:09.696061 | fa163e8b-869e-54ed-ef07-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:23:09.702760 | fa163e8b-869e-54ed-ef07-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:14.785238 | 0.14s 2025-10-02 14:23:09.729505 | fa163e8b-869e-54ed-ef07-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:23:12.697713 | fa163e8b-869e-54ed-ef07-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:23:12.699076 | fa163e8b-869e-54ed-ef07-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:17.781564 | 2.97s 2025-10-02 14:23:12.721874 | fa163e8b-869e-54ed-ef07-000000002824 | TASK | Ensure provider packages are installed 2025-10-02 14:23:15.822849 | fa163e8b-869e-54ed-ef07-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.905316 | 3.10s 2025-10-02 14:23:15.835005 | fa163e8b-869e-54ed-ef07-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.917490 | 3.11s 2025-10-02 14:23:15.858178 | fa163e8b-869e-54ed-ef07-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:23:16.121043 | fa163e8b-869e-54ed-ef07-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:16.123758 | fa163e8b-869e-54ed-ef07-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.206241 | 0.26s 2025-10-02 14:23:16.134006 | fa163e8b-869e-54ed-ef07-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.216487 | 0.27s 2025-10-02 14:23:16.155389 | fa163e8b-869e-54ed-ef07-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:23:16.439254 | fa163e8b-869e-54ed-ef07-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:16.441617 | fa163e8b-869e-54ed-ef07-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.524101 | 0.28s 2025-10-02 14:23:16.451603 | fa163e8b-869e-54ed-ef07-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.534093 | 0.29s 2025-10-02 14:23:16.470549 | fa163e8b-869e-54ed-ef07-00000000282a | TASK | Ensure provider service is running 2025-10-02 14:23:16.876898 | fa163e8b-869e-54ed-ef07-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:23:16.878131 | fa163e8b-869e-54ed-ef07-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:21.960627 | 0.41s 2025-10-02 14:23:16.882665 | fa163e8b-869e-54ed-ef07-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:21.965150 | 0.41s 2025-10-02 14:23:16.902298 | fa163e8b-869e-54ed-ef07-00000000282d | TASK | Ensure certificate requests 2025-10-02 14:23:18.623216 | fa163e8b-869e-54ed-ef07-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-02 14:23:18.626108 | fa163e8b-869e-54ed-ef07-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:23.708585 | 1.72s 2025-10-02 14:23:18.635367 | fa163e8b-869e-54ed-ef07-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:23.717863 | 1.73s 2025-10-02 14:23:18.725971 | fa163e8b-869e-54ed-ef07-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:23.808447 | 0.05s 2025-10-02 14:23:18.793323 | fa163e8b-869e-54ed-ef07-0000000028cf | TASK | Set version specific variables 2025-10-02 14:23:18.830100 | fa163e8b-869e-54ed-ef07-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:23.912585 | 0.04s 2025-10-02 14:23:18.842320 | 45958bb4-bb29-4362-80dc-5554bd866d5c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:23:18.865815 | fa163e8b-869e-54ed-ef07-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-02 14:23:19.235514 | fa163e8b-869e-54ed-ef07-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:23:19.237028 | fa163e8b-869e-54ed-ef07-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:24.319516 | 0.37s 2025-10-02 14:23:19.263282 | fa163e8b-869e-54ed-ef07-0000000028ff | TASK | Set platform/version specific variables 2025-10-02 14:23:19.318681 | fa163e8b-869e-54ed-ef07-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:19.342603 | fa163e8b-869e-54ed-ef07-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:19.368414 | fa163e8b-869e-54ed-ef07-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:23:19.391052 | fa163e8b-869e-54ed-ef07-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:23:19.402962 | fa163e8b-869e-54ed-ef07-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:24.485447 | 0.14s 2025-10-02 14:23:19.428536 | fa163e8b-869e-54ed-ef07-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:23:22.248467 | fa163e8b-869e-54ed-ef07-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:23:22.249750 | fa163e8b-869e-54ed-ef07-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:27.332239 | 2.82s 2025-10-02 14:23:22.276369 | fa163e8b-869e-54ed-ef07-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-02 14:23:25.329802 | fa163e8b-869e-54ed-ef07-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:30.412278 | 3.05s 2025-10-02 14:23:25.342068 | fa163e8b-869e-54ed-ef07-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:30.424557 | 3.06s 2025-10-02 14:23:25.367982 | fa163e8b-869e-54ed-ef07-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:23:25.650619 | fa163e8b-869e-54ed-ef07-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:25.651998 | fa163e8b-869e-54ed-ef07-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:30.734486 | 0.28s 2025-10-02 14:23:25.658034 | fa163e8b-869e-54ed-ef07-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:30.740524 | 0.29s 2025-10-02 14:23:25.684187 | fa163e8b-869e-54ed-ef07-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:23:25.996271 | fa163e8b-869e-54ed-ef07-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:25.998531 | fa163e8b-869e-54ed-ef07-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.081018 | 0.31s 2025-10-02 14:23:26.008487 | fa163e8b-869e-54ed-ef07-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.090978 | 0.32s 2025-10-02 14:23:26.036860 | fa163e8b-869e-54ed-ef07-0000000028d8 | TASK | Ensure provider service is running 2025-10-02 14:23:26.473080 | fa163e8b-869e-54ed-ef07-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:23:26.475448 | fa163e8b-869e-54ed-ef07-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:31.557945 | 0.44s 2025-10-02 14:23:26.486965 | fa163e8b-869e-54ed-ef07-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:31.569445 | 0.45s 2025-10-02 14:23:26.514230 | fa163e8b-869e-54ed-ef07-0000000028db | TASK | Ensure certificate requests 2025-10-02 14:23:27.966620 | fa163e8b-869e-54ed-ef07-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-02 14:23:27.969148 | fa163e8b-869e-54ed-ef07-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:33.051635 | 1.45s 2025-10-02 14:23:27.979583 | fa163e8b-869e-54ed-ef07-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:33.062071 | 1.46s 2025-10-02 14:23:28.028712 | fa163e8b-869e-54ed-ef07-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-02 14:23:28.113134 | fa163e8b-869e-54ed-ef07-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-02 14:23:28.115821 | fa163e8b-869e-54ed-ef07-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:33.198307 | 0.09s 2025-10-02 14:23:28.140529 | fa163e8b-869e-54ed-ef07-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-02 14:23:31.141570 | fa163e8b-869e-54ed-ef07-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-02 14:23:31.146594 | fa163e8b-869e-54ed-ef07-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:36.229080 | 3.00s 2025-10-02 14:23:31.181850 | fa163e8b-869e-54ed-ef07-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-02 14:23:31.252423 | fa163e8b-869e-54ed-ef07-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-02 14:23:31.253822 | fa163e8b-869e-54ed-ef07-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:36.336308 | 0.07s 2025-10-02 14:23:31.283230 | fa163e8b-869e-54ed-ef07-00000000228d | TASK | Fetch ovn VIP 2025-10-02 14:23:31.354080 | fa163e8b-869e-54ed-ef07-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-02 14:23:31.355173 | fa163e8b-869e-54ed-ef07-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:36.437667 | 0.07s 2025-10-02 14:23:31.381793 | fa163e8b-869e-54ed-ef07-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-02 14:23:31.442974 | fa163e8b-869e-54ed-ef07-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-02 14:23:31.443891 | fa163e8b-869e-54ed-ef07-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:36.526385 | 0.06s 2025-10-02 14:23:31.472061 | fa163e8b-869e-54ed-ef07-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-02 14:23:31.545360 | fa163e8b-869e-54ed-ef07-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-02 14:23:31.546658 | fa163e8b-869e-54ed-ef07-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:36.629146 | 0.07s 2025-10-02 14:23:31.574757 | fa163e8b-869e-54ed-ef07-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-02 14:23:31.645792 | fa163e8b-869e-54ed-ef07-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-02 14:23:31.647028 | fa163e8b-869e-54ed-ef07-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:36.729513 | 0.07s 2025-10-02 14:23:31.675084 | fa163e8b-869e-54ed-ef07-000000002291 | TASK | Remove pacemaker attributes 2025-10-02 14:23:31.751619 | fa163e8b-869e-54ed-ef07-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-02 14:23:31.764348 | fa163e8b-869e-54ed-ef07-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:36.846772 | 0.09s 2025-10-02 14:23:31.846802 | fa163e8b-869e-54ed-ef07-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:36.929282 | 0.05s 2025-10-02 14:23:31.914132 | fa163e8b-869e-54ed-ef07-000000002957 | TASK | Set version specific variables 2025-10-02 14:23:31.951663 | fa163e8b-869e-54ed-ef07-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:37.034142 | 0.04s 2025-10-02 14:23:31.976678 | c187bf5d-3221-420c-b621-d7767908a06c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:23:32.007641 | fa163e8b-869e-54ed-ef07-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-02 14:23:32.367738 | fa163e8b-869e-54ed-ef07-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:23:32.369267 | fa163e8b-869e-54ed-ef07-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:37.451755 | 0.36s 2025-10-02 14:23:32.399083 | fa163e8b-869e-54ed-ef07-000000002989 | TASK | Set platform/version specific variables 2025-10-02 14:23:32.491388 | fa163e8b-869e-54ed-ef07-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:32.523128 | fa163e8b-869e-54ed-ef07-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:32.550794 | fa163e8b-869e-54ed-ef07-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:23:32.571216 | fa163e8b-869e-54ed-ef07-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:23:32.576938 | fa163e8b-869e-54ed-ef07-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:37.659426 | 0.18s 2025-10-02 14:23:32.607051 | fa163e8b-869e-54ed-ef07-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:23:35.486919 | fa163e8b-869e-54ed-ef07-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:23:35.488352 | fa163e8b-869e-54ed-ef07-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:40.570839 | 2.88s 2025-10-02 14:23:35.517969 | fa163e8b-869e-54ed-ef07-00000000295a | TASK | Ensure provider packages are installed 2025-10-02 14:23:38.463021 | fa163e8b-869e-54ed-ef07-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:43.545496 | 2.94s 2025-10-02 14:23:38.475480 | fa163e8b-869e-54ed-ef07-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:43.557964 | 2.96s 2025-10-02 14:23:38.505143 | fa163e8b-869e-54ed-ef07-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:23:38.817393 | fa163e8b-869e-54ed-ef07-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:38.818973 | fa163e8b-869e-54ed-ef07-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:43.901453 | 0.31s 2025-10-02 14:23:38.827547 | fa163e8b-869e-54ed-ef07-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:43.910033 | 0.32s 2025-10-02 14:23:38.851157 | fa163e8b-869e-54ed-ef07-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:23:39.110262 | fa163e8b-869e-54ed-ef07-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:39.111711 | fa163e8b-869e-54ed-ef07-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:44.194196 | 0.26s 2025-10-02 14:23:39.118029 | fa163e8b-869e-54ed-ef07-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:44.200510 | 0.27s 2025-10-02 14:23:39.139664 | fa163e8b-869e-54ed-ef07-000000002960 | TASK | Ensure provider service is running 2025-10-02 14:23:39.578834 | fa163e8b-869e-54ed-ef07-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:23:39.581431 | fa163e8b-869e-54ed-ef07-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:44.663918 | 0.44s 2025-10-02 14:23:39.592368 | fa163e8b-869e-54ed-ef07-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:44.674849 | 0.45s 2025-10-02 14:23:39.624948 | fa163e8b-869e-54ed-ef07-000000002963 | TASK | Ensure certificate requests 2025-10-02 14:23:41.315204 | fa163e8b-869e-54ed-ef07-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-02 14:23:41.316779 | fa163e8b-869e-54ed-ef07-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:46.399266 | 1.69s 2025-10-02 14:23:41.323688 | fa163e8b-869e-54ed-ef07-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:46.406164 | 1.70s 2025-10-02 14:23:41.383762 | fa163e8b-869e-54ed-ef07-000000002296 | TASK | Configure OVN DBs and northd 2025-10-02 14:23:41.434946 | fa163e8b-869e-54ed-ef07-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:46.517423 | 0.05s 2025-10-02 14:23:41.499330 | fa163e8b-869e-54ed-ef07-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-02 14:23:41.758632 | fa163e8b-869e-54ed-ef07-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-02 14:23:41.759503 | fa163e8b-869e-54ed-ef07-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:46.841998 | 0.26s 2025-10-02 14:23:41.781889 | fa163e8b-869e-54ed-ef07-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-02 14:23:41.842998 | fa163e8b-869e-54ed-ef07-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-02 14:23:41.844007 | fa163e8b-869e-54ed-ef07-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:46.926501 | 0.06s 2025-10-02 14:23:41.867099 | fa163e8b-869e-54ed-ef07-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-02 14:23:42.187106 | fa163e8b-869e-54ed-ef07-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-02 14:23:42.188066 | fa163e8b-869e-54ed-ef07-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:47.270561 | 0.32s 2025-10-02 14:23:42.211107 | fa163e8b-869e-54ed-ef07-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-02 14:23:42.258386 | fa163e8b-869e-54ed-ef07-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-02 14:23:42.259246 | fa163e8b-869e-54ed-ef07-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:47.341741 | 0.05s 2025-10-02 14:23:42.281505 | fa163e8b-869e-54ed-ef07-0000000029d6 | TASK | render OVN cluster configuration 2025-10-02 14:23:42.899016 | fa163e8b-869e-54ed-ef07-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-02 14:23:42.900413 | fa163e8b-869e-54ed-ef07-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:47.982902 | 0.62s 2025-10-02 14:23:42.930231 | fa163e8b-869e-54ed-ef07-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-02 14:23:42.964929 | fa163e8b-869e-54ed-ef07-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.047406 | 0.03s 2025-10-02 14:23:42.978770 | fa163e8b-869e-54ed-ef07-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.061251 | 0.05s 2025-10-02 14:23:42.988599 | fa163e8b-869e-54ed-ef07-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.071090 | 0.06s 2025-10-02 14:23:42.995062 | fa163e8b-869e-54ed-ef07-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.077545 | 0.06s 2025-10-02 14:23:43.019500 | 3f7db161-d52b-4f62-b4da-b01009bd00a0 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-02 14:23:43.027856 | 6207cf6b-479b-47df-871d-9140b723734a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-02 14:23:43.035788 | a4d6c536-7b7b-40f8-bd61-99d34f23c820 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-02 14:23:43.067207 | fa163e8b-869e-54ed-ef07-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-02 14:23:43.298849 | fa163e8b-869e-54ed-ef07-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-02 14:23:43.300111 | fa163e8b-869e-54ed-ef07-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:48.382601 | 0.23s 2025-10-02 14:23:43.330821 | fa163e8b-869e-54ed-ef07-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-02 14:23:43.384183 | fa163e8b-869e-54ed-ef07-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-02 14:23:43.385456 | fa163e8b-869e-54ed-ef07-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:48.467942 | 0.05s 2025-10-02 14:23:43.419396 | fa163e8b-869e-54ed-ef07-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-02 14:23:43.678075 | fa163e8b-869e-54ed-ef07-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-02 14:23:43.679604 | fa163e8b-869e-54ed-ef07-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:48.762092 | 0.26s 2025-10-02 14:23:43.711532 | fa163e8b-869e-54ed-ef07-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-02 14:23:43.750996 | fa163e8b-869e-54ed-ef07-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-02 14:23:43.752378 | fa163e8b-869e-54ed-ef07-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:48.834865 | 0.04s 2025-10-02 14:23:43.791219 | fa163e8b-869e-54ed-ef07-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-02 14:23:43.996226 | fa163e8b-869e-54ed-ef07-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-02 14:23:43.997600 | fa163e8b-869e-54ed-ef07-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:49.080090 | 0.20s 2025-10-02 14:23:44.030736 | fa163e8b-869e-54ed-ef07-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-02 14:23:44.085086 | fa163e8b-869e-54ed-ef07-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-02 14:23:44.086420 | fa163e8b-869e-54ed-ef07-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:49.168908 | 0.05s 2025-10-02 14:23:44.181966 | fa163e8b-869e-54ed-ef07-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:49.264442 | 0.04s 2025-10-02 14:23:44.251387 | fa163e8b-869e-54ed-ef07-000000002a5e | TASK | Set version specific variables 2025-10-02 14:23:44.300145 | fa163e8b-869e-54ed-ef07-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:49.382625 | 0.05s 2025-10-02 14:23:44.316920 | dcf6b869-1b54-432d-b303-b21e97731df4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:23:44.343649 | fa163e8b-869e-54ed-ef07-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-02 14:23:44.738668 | fa163e8b-869e-54ed-ef07-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:23:44.739574 | fa163e8b-869e-54ed-ef07-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:49.822071 | 0.39s 2025-10-02 14:23:44.762663 | fa163e8b-869e-54ed-ef07-000000002a8e | TASK | Set platform/version specific variables 2025-10-02 14:23:44.861315 | fa163e8b-869e-54ed-ef07-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:44.894199 | fa163e8b-869e-54ed-ef07-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:44.919365 | fa163e8b-869e-54ed-ef07-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:23:44.939812 | fa163e8b-869e-54ed-ef07-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:23:44.945762 | fa163e8b-869e-54ed-ef07-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:50.028242 | 0.18s 2025-10-02 14:23:44.965516 | fa163e8b-869e-54ed-ef07-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:23:47.830911 | fa163e8b-869e-54ed-ef07-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:23:47.832068 | fa163e8b-869e-54ed-ef07-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:52.914563 | 2.87s 2025-10-02 14:23:47.853117 | fa163e8b-869e-54ed-ef07-000000002a61 | TASK | Ensure provider packages are installed 2025-10-02 14:23:50.736524 | fa163e8b-869e-54ed-ef07-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:55.819005 | 2.88s 2025-10-02 14:23:50.741342 | fa163e8b-869e-54ed-ef07-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:55.823824 | 2.89s 2025-10-02 14:23:50.771603 | fa163e8b-869e-54ed-ef07-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:23:51.137438 | fa163e8b-869e-54ed-ef07-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:51.138410 | fa163e8b-869e-54ed-ef07-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:56.220904 | 0.37s 2025-10-02 14:23:51.142507 | fa163e8b-869e-54ed-ef07-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:56.224984 | 0.37s 2025-10-02 14:23:51.174385 | fa163e8b-869e-54ed-ef07-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:23:51.425533 | fa163e8b-869e-54ed-ef07-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:23:51.427648 | fa163e8b-869e-54ed-ef07-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:56.510140 | 0.25s 2025-10-02 14:23:51.438760 | fa163e8b-869e-54ed-ef07-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:56.521239 | 0.26s 2025-10-02 14:23:51.469335 | fa163e8b-869e-54ed-ef07-000000002a67 | TASK | Ensure provider service is running 2025-10-02 14:23:51.902474 | fa163e8b-869e-54ed-ef07-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:23:51.904460 | fa163e8b-869e-54ed-ef07-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.986940 | 0.43s 2025-10-02 14:23:51.916263 | fa163e8b-869e-54ed-ef07-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.998752 | 0.45s 2025-10-02 14:23:51.936133 | fa163e8b-869e-54ed-ef07-000000002a6a | TASK | Ensure certificate requests 2025-10-02 14:23:53.591678 | fa163e8b-869e-54ed-ef07-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-02 14:23:53.593154 | fa163e8b-869e-54ed-ef07-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.675639 | 1.66s 2025-10-02 14:23:53.600256 | fa163e8b-869e-54ed-ef07-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.682736 | 1.66s 2025-10-02 14:23:53.706401 | fa163e8b-869e-54ed-ef07-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:58.788878 | 0.05s 2025-10-02 14:23:53.804638 | fa163e8b-869e-54ed-ef07-000000002ad2 | TASK | Set version specific variables 2025-10-02 14:23:53.851906 | fa163e8b-869e-54ed-ef07-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:58.934386 | 0.05s 2025-10-02 14:23:53.873598 | 1911b893-f48a-4d8a-9a6b-02cde161d502 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:23:53.906194 | fa163e8b-869e-54ed-ef07-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-02 14:23:54.321128 | fa163e8b-869e-54ed-ef07-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:23:54.322715 | fa163e8b-869e-54ed-ef07-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:59.405202 | 0.41s 2025-10-02 14:23:54.354206 | fa163e8b-869e-54ed-ef07-000000002b02 | TASK | Set platform/version specific variables 2025-10-02 14:23:54.434720 | fa163e8b-869e-54ed-ef07-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:54.454867 | fa163e8b-869e-54ed-ef07-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:23:54.469040 | fa163e8b-869e-54ed-ef07-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:23:54.481305 | fa163e8b-869e-54ed-ef07-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:23:54.493180 | fa163e8b-869e-54ed-ef07-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:59.575653 | 0.14s 2025-10-02 14:23:54.522888 | fa163e8b-869e-54ed-ef07-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:23:57.475081 | fa163e8b-869e-54ed-ef07-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:23:57.476660 | fa163e8b-869e-54ed-ef07-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:02.559148 | 2.95s 2025-10-02 14:23:57.506900 | fa163e8b-869e-54ed-ef07-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-02 14:24:00.439111 | fa163e8b-869e-54ed-ef07-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:05.521583 | 2.93s 2025-10-02 14:24:00.445866 | fa163e8b-869e-54ed-ef07-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:05.528348 | 2.94s 2025-10-02 14:24:00.471659 | fa163e8b-869e-54ed-ef07-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:24:00.743721 | fa163e8b-869e-54ed-ef07-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:24:00.746359 | fa163e8b-869e-54ed-ef07-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:05.828839 | 0.27s 2025-10-02 14:24:00.756437 | fa163e8b-869e-54ed-ef07-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:05.838917 | 0.28s 2025-10-02 14:24:00.787242 | fa163e8b-869e-54ed-ef07-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:24:01.076078 | fa163e8b-869e-54ed-ef07-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:24:01.078458 | fa163e8b-869e-54ed-ef07-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:06.160943 | 0.29s 2025-10-02 14:24:01.088120 | fa163e8b-869e-54ed-ef07-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:06.170617 | 0.30s 2025-10-02 14:24:01.111113 | fa163e8b-869e-54ed-ef07-000000002adb | TASK | Ensure provider service is running 2025-10-02 14:24:01.481249 | fa163e8b-869e-54ed-ef07-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:24:01.482526 | fa163e8b-869e-54ed-ef07-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:06.565019 | 0.37s 2025-10-02 14:24:01.487895 | fa163e8b-869e-54ed-ef07-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:06.570394 | 0.38s 2025-10-02 14:24:01.517555 | fa163e8b-869e-54ed-ef07-000000002ade | TASK | Ensure certificate requests 2025-10-02 14:24:03.022551 | fa163e8b-869e-54ed-ef07-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-02 14:24:03.025574 | fa163e8b-869e-54ed-ef07-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:08.108060 | 1.51s 2025-10-02 14:24:03.035635 | fa163e8b-869e-54ed-ef07-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:08.118114 | 1.52s 2025-10-02 14:24:03.144485 | fa163e8b-869e-54ed-ef07-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:08.226962 | 0.05s 2025-10-02 14:24:03.207427 | fa163e8b-869e-54ed-ef07-000000002b46 | TASK | Set version specific variables 2025-10-02 14:24:03.262139 | fa163e8b-869e-54ed-ef07-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:08.344619 | 0.05s 2025-10-02 14:24:03.279769 | 67469201-3212-4f60-ba18-41ec4a34e9a8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:24:03.305556 | fa163e8b-869e-54ed-ef07-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-02 14:24:03.695951 | fa163e8b-869e-54ed-ef07-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:24:03.697712 | fa163e8b-869e-54ed-ef07-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:08.780197 | 0.39s 2025-10-02 14:24:03.727715 | fa163e8b-869e-54ed-ef07-000000002b76 | TASK | Set platform/version specific variables 2025-10-02 14:24:03.824840 | fa163e8b-869e-54ed-ef07-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:24:03.848461 | fa163e8b-869e-54ed-ef07-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:24:03.874192 | fa163e8b-869e-54ed-ef07-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:24:03.896319 | fa163e8b-869e-54ed-ef07-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:24:03.908803 | fa163e8b-869e-54ed-ef07-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:08.991275 | 0.18s 2025-10-02 14:24:03.946167 | fa163e8b-869e-54ed-ef07-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:24:06.885557 | fa163e8b-869e-54ed-ef07-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:24:06.887206 | fa163e8b-869e-54ed-ef07-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:11.969694 | 2.94s 2025-10-02 14:24:06.916409 | fa163e8b-869e-54ed-ef07-000000002b49 | TASK | Ensure provider packages are installed 2025-10-02 14:24:10.007997 | fa163e8b-869e-54ed-ef07-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:15.090469 | 3.09s 2025-10-02 14:24:10.020735 | fa163e8b-869e-54ed-ef07-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:15.103215 | 3.10s 2025-10-02 14:24:10.050967 | fa163e8b-869e-54ed-ef07-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:24:10.373603 | fa163e8b-869e-54ed-ef07-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:24:10.375726 | fa163e8b-869e-54ed-ef07-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:15.458212 | 0.32s 2025-10-02 14:24:10.385681 | fa163e8b-869e-54ed-ef07-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:15.468165 | 0.33s 2025-10-02 14:24:10.407007 | fa163e8b-869e-54ed-ef07-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:24:10.708282 | fa163e8b-869e-54ed-ef07-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:24:10.710120 | fa163e8b-869e-54ed-ef07-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:15.792608 | 0.30s 2025-10-02 14:24:10.720414 | fa163e8b-869e-54ed-ef07-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:15.802906 | 0.31s 2025-10-02 14:24:10.748679 | fa163e8b-869e-54ed-ef07-000000002b4f | TASK | Ensure provider service is running 2025-10-02 14:24:11.185957 | fa163e8b-869e-54ed-ef07-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:24:11.187090 | fa163e8b-869e-54ed-ef07-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:16.269585 | 0.44s 2025-10-02 14:24:11.192004 | fa163e8b-869e-54ed-ef07-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:16.274492 | 0.44s 2025-10-02 14:24:11.223194 | fa163e8b-869e-54ed-ef07-000000002b52 | TASK | Ensure certificate requests 2025-10-02 14:24:13.708647 | fa163e8b-869e-54ed-ef07-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-02 14:24:13.710260 | fa163e8b-869e-54ed-ef07-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:18.792745 | 2.49s 2025-10-02 14:24:13.716922 | fa163e8b-869e-54ed-ef07-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:18.799403 | 2.49s 2025-10-02 14:24:13.774894 | fa163e8b-869e-54ed-ef07-0000000022a3 | TASK | Fail if container image is undefined 2025-10-02 14:24:13.839174 | fa163e8b-869e-54ed-ef07-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:24:13.840581 | fa163e8b-869e-54ed-ef07-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:18.923030 | 0.06s 2025-10-02 14:24:13.894895 | fa163e8b-869e-54ed-ef07-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-02 14:24:21.098549 | fa163e8b-869e-54ed-ef07-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-02 14:24:21.100073 | fa163e8b-869e-54ed-ef07-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:26.182560 | 7.20s 2025-10-02 14:24:21.157189 | fa163e8b-869e-54ed-ef07-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-02 14:24:21.492497 | fa163e8b-869e-54ed-ef07-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-02 14:24:21.493885 | fa163e8b-869e-54ed-ef07-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:26.576373 | 0.34s 2025-10-02 14:24:21.548632 | fa163e8b-869e-54ed-ef07-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-02 14:24:27.936423 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-02 14:24:27.940783 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.023261 | 6.39s 2025-10-02 14:24:34.919667 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-02 14:24:34.924025 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.006510 | 13.37s 2025-10-02 14:24:38.861650 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-02 14:24:38.864446 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.946934 | 17.31s 2025-10-02 14:24:43.467431 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-02 14:24:43.469000 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.551494 | 21.92s 2025-10-02 14:24:46.065764 | fa163e8b-869e-54ed-ef07-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-02 14:24:46.070028 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.152514 | 24.52s 2025-10-02 14:24:49.444660 | fa163e8b-869e-54ed-ef07-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-02 14:24:49.448234 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.530721 | 27.90s 2025-10-02 14:24:56.312781 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-02 14:24:56.316551 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.399037 | 34.77s 2025-10-02 14:25:01.954058 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-02 14:25:01.958542 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:07.041028 | 40.41s 2025-10-02 14:25:11.395530 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-02 14:25:11.399633 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:16.482120 | 49.85s 2025-10-02 14:25:14.512858 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-02 14:25:14.515856 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.598344 | 52.97s 2025-10-02 14:25:24.341518 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-02 14:25:24.345194 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:29.427681 | 62.79s 2025-10-02 14:25:29.260742 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-02 14:25:29.263977 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:34.346465 | 67.71s 2025-10-02 14:25:44.645480 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-02 14:25:44.649689 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:49.732175 | 83.10s 2025-10-02 14:25:55.979346 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-02 14:25:55.982825 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:01.065306 | 94.43s 2025-10-02 14:26:07.889465 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-02 14:26:07.892493 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.974978 | 106.34s 2025-10-02 14:26:15.844082 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-02 14:26:15.848934 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:20.931421 | 114.30s 2025-10-02 14:26:23.894043 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-02 14:26:23.898803 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:28.981285 | 122.35s 2025-10-02 14:26:29.727532 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-02 14:26:29.731107 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:34.813593 | 128.18s 2025-10-02 14:26:33.941231 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-02 14:26:33.945931 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:39.028418 | 132.40s 2025-10-02 14:26:38.933029 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-02 14:26:38.936806 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:44.019293 | 137.39s 2025-10-02 14:26:44.977401 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-02 14:26:44.980764 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:50.063251 | 143.43s 2025-10-02 14:26:58.903530 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-02 14:26:58.908054 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.990529 | 157.36s 2025-10-02 14:27:04.106058 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-02 14:27:04.110538 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:09.193024 | 162.56s 2025-10-02 14:27:13.217637 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-02 14:27:13.220915 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:18.303402 | 171.67s 2025-10-02 14:27:17.788139 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-02 14:27:17.791177 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:22.873665 | 176.24s 2025-10-02 14:27:21.685009 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-02 14:27:21.688959 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:26.771441 | 180.14s 2025-10-02 14:27:25.595112 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-02 14:27:25.598462 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:30.680948 | 184.05s 2025-10-02 14:27:30.085267 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-02 14:27:30.087845 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:35.170336 | 188.54s 2025-10-02 14:27:35.809448 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-02 14:27:35.813604 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:40.896088 | 194.26s 2025-10-02 14:27:39.412734 | fa163e8b-869e-54ed-ef07-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-02 14:27:39.417241 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.499727 | 197.87s 2025-10-02 14:27:44.442702 | fa163e8b-869e-54ed-ef07-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-02 14:27:44.446451 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.528936 | 202.90s 2025-10-02 14:27:48.633044 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-02 14:27:48.637526 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.720006 | 207.09s 2025-10-02 14:27:52.175439 | fa163e8b-869e-54ed-ef07-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-02 14:27:52.178476 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.260962 | 210.63s 2025-10-02 14:27:56.954894 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-02 14:27:56.957996 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:02.040483 | 215.41s 2025-10-02 14:28:01.428080 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-02 14:28:01.431123 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.513609 | 219.88s 2025-10-02 14:28:05.157420 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-02 14:28:05.160738 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.243231 | 223.61s 2025-10-02 14:28:08.740883 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-02 14:28:08.744827 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.827315 | 227.19s 2025-10-02 14:28:13.007965 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-02 14:28:13.012677 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.095161 | 231.46s 2025-10-02 14:28:18.269585 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-02 14:28:18.272462 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:23.354951 | 236.72s 2025-10-02 14:28:22.368736 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-02 14:28:22.372045 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:27.454531 | 240.82s 2025-10-02 14:28:27.258561 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-02 14:28:27.261519 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.344005 | 245.71s 2025-10-02 14:28:31.230540 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-02 14:28:31.234992 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:36.317476 | 249.68s 2025-10-02 14:28:35.547094 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-02 14:28:35.551051 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.633539 | 254.00s 2025-10-02 14:28:39.816914 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-02 14:28:39.821013 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:44.903498 | 258.27s 2025-10-02 14:28:43.332821 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-02 14:28:43.337699 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:48.420179 | 261.79s 2025-10-02 14:28:47.497994 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-02 14:28:47.501612 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:52.584100 | 265.95s 2025-10-02 14:28:51.979803 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-02 14:28:51.983547 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:57.066034 | 270.43s 2025-10-02 14:28:56.526627 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-02 14:28:56.530947 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:01.613433 | 274.98s 2025-10-02 14:29:00.520537 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-02 14:29:00.524830 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:05.607315 | 278.97s 2025-10-02 14:29:04.179487 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-02 14:29:04.184264 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:09.266751 | 282.63s 2025-10-02 14:29:08.489131 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-02 14:29:08.494390 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:13.576872 | 286.94s 2025-10-02 14:29:12.604121 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-02 14:29:12.609758 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:17.692245 | 291.06s 2025-10-02 14:29:16.254942 | fa163e8b-869e-54ed-ef07-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-02 14:29:16.257429 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:21.339917 | 294.71s 2025-10-02 14:29:16.679584 | fa163e8b-869e-54ed-ef07-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:21.762068 | 295.13s 2025-10-02 14:29:16.966156 | fa163e8b-869e-54ed-ef07-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:22.048639 | 0.06s 2025-10-02 14:29:17.020577 | fa163e8b-869e-54ed-ef07-000000002c2c | TASK | Set version specific variables 2025-10-02 14:29:17.070794 | fa163e8b-869e-54ed-ef07-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:22.153278 | 0.05s 2025-10-02 14:29:17.087054 | 7d0b13e4-4c94-4cc9-af9f-048fa1f60fbf | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-02 14:29:17.112371 | fa163e8b-869e-54ed-ef07-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-02 14:29:17.519448 | fa163e8b-869e-54ed-ef07-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-02 14:29:17.521088 | fa163e8b-869e-54ed-ef07-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:22.603574 | 0.41s 2025-10-02 14:29:17.554133 | fa163e8b-869e-54ed-ef07-000000002c5c | TASK | Set platform/version specific variables 2025-10-02 14:29:17.654074 | fa163e8b-869e-54ed-ef07-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:29:17.687786 | fa163e8b-869e-54ed-ef07-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-02 14:29:17.719416 | fa163e8b-869e-54ed-ef07-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-02 14:29:17.740614 | fa163e8b-869e-54ed-ef07-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-02 14:29:17.746208 | fa163e8b-869e-54ed-ef07-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:22.828696 | 0.19s 2025-10-02 14:29:17.767161 | fa163e8b-869e-54ed-ef07-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-02 14:29:20.796883 | fa163e8b-869e-54ed-ef07-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-02 14:29:20.798481 | fa163e8b-869e-54ed-ef07-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:25.880969 | 3.03s 2025-10-02 14:29:20.829216 | fa163e8b-869e-54ed-ef07-000000002c2f | TASK | Ensure provider packages are installed 2025-10-02 14:29:23.820146 | fa163e8b-869e-54ed-ef07-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:28.902620 | 2.99s 2025-10-02 14:29:23.826944 | fa163e8b-869e-54ed-ef07-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:28.909426 | 3.00s 2025-10-02 14:29:23.856588 | fa163e8b-869e-54ed-ef07-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-02 14:29:24.175259 | fa163e8b-869e-54ed-ef07-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:29:24.177752 | fa163e8b-869e-54ed-ef07-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:29.260238 | 0.32s 2025-10-02 14:29:24.187968 | fa163e8b-869e-54ed-ef07-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:29.270455 | 0.33s 2025-10-02 14:29:24.218129 | fa163e8b-869e-54ed-ef07-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-02 14:29:24.520120 | fa163e8b-869e-54ed-ef07-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-02 14:29:24.522562 | fa163e8b-869e-54ed-ef07-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:29.605047 | 0.30s 2025-10-02 14:29:24.532180 | fa163e8b-869e-54ed-ef07-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:29.614671 | 0.31s 2025-10-02 14:29:24.561505 | fa163e8b-869e-54ed-ef07-000000002c35 | TASK | Ensure provider service is running 2025-10-02 14:29:25.013756 | fa163e8b-869e-54ed-ef07-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-02 14:29:25.016677 | fa163e8b-869e-54ed-ef07-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:30.099163 | 0.45s 2025-10-02 14:29:25.027749 | fa163e8b-869e-54ed-ef07-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:30.110233 | 0.46s 2025-10-02 14:29:25.059458 | fa163e8b-869e-54ed-ef07-000000002c38 | TASK | Ensure certificate requests 2025-10-02 14:29:27.310768 | fa163e8b-869e-54ed-ef07-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-02 14:29:27.311799 | fa163e8b-869e-54ed-ef07-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:32.394294 | 2.25s 2025-10-02 14:29:27.318579 | fa163e8b-869e-54ed-ef07-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:32.401054 | 2.26s 2025-10-02 14:29:27.377797 | fa163e8b-869e-54ed-ef07-0000000022ba | TASK | Fail if container image is undefined 2025-10-02 14:29:27.418507 | fa163e8b-869e-54ed-ef07-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 14:29:27.419866 | fa163e8b-869e-54ed-ef07-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:32.502354 | 0.04s 2025-10-02 14:29:27.466769 | fa163e8b-869e-54ed-ef07-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-02 14:29:30.722384 | fa163e8b-869e-54ed-ef07-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-02 14:29:30.723999 | fa163e8b-869e-54ed-ef07-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:35.806484 | 3.26s 2025-10-02 14:29:30.782771 | fa163e8b-869e-54ed-ef07-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-02 14:29:31.110094 | fa163e8b-869e-54ed-ef07-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-02 14:29:31.110885 | fa163e8b-869e-54ed-ef07-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:36.193383 | 0.33s 2025-10-02 14:29:31.155167 | fa163e8b-869e-54ed-ef07-0000000022c7 | TASK | Check if rsyslog exists 2025-10-02 14:29:31.390374 | fa163e8b-869e-54ed-ef07-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-02 14:29:31.391924 | fa163e8b-869e-54ed-ef07-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:36.474412 | 0.23s 2025-10-02 14:29:31.424365 | fa163e8b-869e-54ed-ef07-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-02 14:29:31.905378 | fa163e8b-869e-54ed-ef07-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-02 14:29:31.906918 | fa163e8b-869e-54ed-ef07-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:36.989404 | 0.48s 2025-10-02 14:29:31.937697 | fa163e8b-869e-54ed-ef07-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-02 14:29:32.681452 | fa163e8b-869e-54ed-ef07-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-02 14:29:32.683612 | fa163e8b-869e-54ed-ef07-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:37.766094 | 0.74s 2025-10-02 14:29:32.716345 | fa163e8b-869e-54ed-ef07-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-02 14:29:32.955460 | fa163e8b-869e-54ed-ef07-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-02 14:29:32.956311 | fa163e8b-869e-54ed-ef07-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:38.038805 | 0.24s 2025-10-02 14:29:33.061900 | fa163e8b-869e-54ed-ef07-0000000000c3 | TIMING | include_tasks | standalone | 0:13:38.144383 | 0.08s 2025-10-02 14:29:33.090163 | 64c83fa1-3d70-4894-a646-8a4a66f7aca4 | INCLUDED | /root/standalone-ansible-86hsw4ty/common_deploy_steps_tasks.yaml | standalone 2025-10-02 14:29:33.116546 | fa163e8b-869e-54ed-ef07-000000002ca3 | TASK | Write the config_step hieradata 2025-10-02 14:29:33.580469 | fa163e8b-869e-54ed-ef07-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-02 14:29:33.581854 | fa163e8b-869e-54ed-ef07-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:38.664341 | 0.46s 2025-10-02 14:29:33.603747 | fa163e8b-869e-54ed-ef07-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-02 14:29:33.936639 | fa163e8b-869e-54ed-ef07-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-02 14:29:33.938327 | fa163e8b-869e-54ed-ef07-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:39.020777 | 0.33s 2025-10-02 14:29:33.972138 | fa163e8b-869e-54ed-ef07-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-02 14:29:34.231657 | fa163e8b-869e-54ed-ef07-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 14:29:44.444330 | fa163e8b-869e-54ed-ef07-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 14:29:54.641553 | fa163e8b-869e-54ed-ef07-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-02 14:30:04.868389 | fa163e8b-869e-54ed-ef07-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-02 14:30:15.092969 | fa163e8b-869e-54ed-ef07-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-02 14:30:25.315263 | fa163e8b-869e-54ed-ef07-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-02 14:30:35.601282 | fa163e8b-869e-54ed-ef07-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 14:30:35.602772 | fa163e8b-869e-54ed-ef07-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:40.685260 | 61.63s 2025-10-02 14:30:35.634578 | fa163e8b-869e-54ed-ef07-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-02 14:30:35.718401 | fa163e8b-869e-54ed-ef07-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 2 14:29:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 14:29:39 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 14:29:39 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 14:29:39 puppet-user: (file & line not available)", "<13>Oct 2 14:29:39 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 2 14:29:39 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 2 14:29:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 14:29:40 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Oct 2 14:29:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 2 14:29:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 2 14:29:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 2 14:29:47 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 2 14:29:55 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 2 14:29:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 2 14:29:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 2 14:29:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 2 14:29:59 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 2 14:30:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 2 14:30:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 2 14:30:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 2 14:30:06 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 2 14:30:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 2 14:30:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 2 14:30:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 2 14:30:31 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 14:30:34 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 2 14:30:34 puppet-user: Notice: Applied catalog in 54.13 seconds", "<13>Oct 2 14:30:34 puppet-user: Application:", "<13>Oct 2 14:30:34 puppet-user: Initial environment: production", "<13>Oct 2 14:30:34 puppet-user: Converged environment: production", "<13>Oct 2 14:30:34 puppet-user: Run mode: user", "<13>Oct 2 14:30:34 puppet-user: Changes:", "<13>Oct 2 14:30:34 puppet-user: Total: 17", "<13>Oct 2 14:30:34 puppet-user: Events:", "<13>Oct 2 14:30:34 puppet-user: Success: 17", "<13>Oct 2 14:30:34 puppet-user: Resources:", "<13>Oct 2 14:30:34 puppet-user: Restarted: 1", "<13>Oct 2 14:30:34 puppet-user: Changed: 16", "<13>Oct 2 14:30:34 puppet-user: Out of sync: 16", "<13>Oct 2 14:30:34 puppet-user: Total: 26", "<13>Oct 2 14:30:34 puppet-user: Time:", "<13>Oct 2 14:30:34 puppet-user: Schedule: 0.00", "<13>Oct 2 14:30:34 puppet-user: File line: 0.00", "<13>Oct 2 14:30:34 puppet-user: File: 0.00", "<13>Oct 2 14:30:34 puppet-user: Augeas: 0.02", "<13>Oct 2 14:30:34 puppet-user: Config retrieval: 0.43", "<13>Oct 2 14:30:34 puppet-user: User: 0.58", "<13>Oct 2 14:30:34 puppet-user: Package: 15.37", "<13>Oct 2 14:30:34 puppet-user: Last run: 1759415434", "<13>Oct 2 14:30:34 puppet-user: Exec: 28.96", "<13>Oct 2 14:30:34 puppet-user: Pcmk property: 3.63", "<13>Oct 2 14:30:34 puppet-user: Service: 4.22", "<13>Oct 2 14:30:34 puppet-user: Filebucket: 0.00", "<13>Oct 2 14:30:34 puppet-user: Transaction evaluation: 54.13", "<13>Oct 2 14:30:34 puppet-user: Catalog application: 54.13", "<13>Oct 2 14:30:34 puppet-user: Total: 54.14", "<13>Oct 2 14:30:34 puppet-user: Version:", "<13>Oct 2 14:30:34 puppet-user: Config: 1759415379", "<13>Oct 2 14:30:34 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 14:30:35.719960 | fa163e8b-869e-54ed-ef07-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:40.802447 | 0.08s 2025-10-02 14:30:35.744117 | fa163e8b-869e-54ed-ef07-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-02 14:30:35.770697 | fa163e8b-869e-54ed-ef07-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:40.853183 | 0.03s 2025-10-02 14:30:35.837586 | fa163e8b-869e-54ed-ef07-000000002cee | TASK | Gather variables for each operating system 2025-10-02 14:30:35.960388 | fa163e8b-869e-54ed-ef07-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:41.042861 | 0.12s 2025-10-02 14:30:35.990154 | fa163e8b-869e-54ed-ef07-000000002cef | TASK | Create puppet caching structures 2025-10-02 14:30:36.232907 | fa163e8b-869e-54ed-ef07-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-10-02 14:30:36.234389 | fa163e8b-869e-54ed-ef07-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:41.316877 | 0.24s 2025-10-02 14:30:36.263118 | fa163e8b-869e-54ed-ef07-000000002cf0 | TASK | Check for facter.conf 2025-10-02 14:30:36.443217 | fa163e8b-869e-54ed-ef07-000000002cf0 | OK | Check for facter.conf | standalone 2025-10-02 14:30:36.444617 | fa163e8b-869e-54ed-ef07-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:41.527101 | 0.18s 2025-10-02 14:30:36.475021 | fa163e8b-869e-54ed-ef07-000000002cf1 | TASK | Remove facter.conf if directory 2025-10-02 14:30:36.524792 | fa163e8b-869e-54ed-ef07-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 14:30:36.526052 | fa163e8b-869e-54ed-ef07-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:41.608540 | 0.05s 2025-10-02 14:30:36.557233 | fa163e8b-869e-54ed-ef07-000000002cf2 | TASK | Write facter cache config 2025-10-02 14:30:37.111335 | fa163e8b-869e-54ed-ef07-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-10-02 14:30:37.112221 | fa163e8b-869e-54ed-ef07-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:42.194716 | 0.55s 2025-10-02 14:30:37.131994 | fa163e8b-869e-54ed-ef07-000000002cf3 | TASK | Cleanup facter cache if exists 2025-10-02 14:30:37.379532 | fa163e8b-869e-54ed-ef07-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-10-02 14:30:37.381085 | fa163e8b-869e-54ed-ef07-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:42.463572 | 0.25s 2025-10-02 14:30:37.414316 | fa163e8b-869e-54ed-ef07-000000002cf4 | TASK | Pre-cache facts 2025-10-02 14:30:38.006694 | fa163e8b-869e-54ed-ef07-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-10-02 14:30:38.008051 | fa163e8b-869e-54ed-ef07-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:43.090538 | 0.59s 2025-10-02 14:30:38.039027 | fa163e8b-869e-54ed-ef07-000000002cf5 | TASK | Failed deployment if facter fails 2025-10-02 14:30:38.073261 | fa163e8b-869e-54ed-ef07-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 14:30:38.074501 | fa163e8b-869e-54ed-ef07-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:43.156987 | 0.03s 2025-10-02 14:30:38.124881 | fa163e8b-869e-54ed-ef07-000000002cf6 | TASK | Sync cached facts 2025-10-02 14:30:38.614198 | fa163e8b-869e-54ed-ef07-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-000000002cf6') missing from stats 2025-10-02 14:30:38.669265 | fa163e8b-869e-54ed-ef07-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 14:30:38.721016 | fa163e8b-869e-54ed-ef07-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:43.803492 | 0.05s 2025-10-02 14:30:38.753838 | 2ee2dfe2-ff47-4325-a1ef-895da006bf5e | INCLUDED | /root/standalone-ansible-86hsw4ty/generate-config-tasks.yaml | standalone 2025-10-02 14:30:38.794137 | fa163e8b-869e-54ed-ef07-000000002d40 | TASK | Create base directory puppet configs 2025-10-02 14:30:39.036006 | fa163e8b-869e-54ed-ef07-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-10-02 14:30:39.037468 | fa163e8b-869e-54ed-ef07-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:44.119955 | 0.24s 2025-10-02 14:30:39.067517 | fa163e8b-869e-54ed-ef07-000000002d41 | TASK | Generate container puppet configs for step 1 2025-10-02 14:30:39.365932 | fa163e8b-869e-54ed-ef07-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-02 14:30:39.367526 | fa163e8b-869e-54ed-ef07-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:44.450011 | 0.30s 2025-10-02 14:30:39.391191 | fa163e8b-869e-54ed-ef07-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-02 14:30:39.408839 | fa163e8b-869e-54ed-ef07-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:44.491316 | 0.02s 2025-10-02 14:30:39.479844 | fa163e8b-869e-54ed-ef07-000000002dcc | TASK | Gather variables for each operating system 2025-10-02 14:30:39.581793 | fa163e8b-869e-54ed-ef07-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:44.664280 | 0.10s 2025-10-02 14:30:39.603227 | fa163e8b-869e-54ed-ef07-000000002dcd | TASK | Create container logs path 2025-10-02 14:30:39.842162 | fa163e8b-869e-54ed-ef07-000000002dcd | OK | Create container logs path | standalone 2025-10-02 14:30:39.843143 | fa163e8b-869e-54ed-ef07-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:44.925637 | 0.24s 2025-10-02 14:30:39.867836 | fa163e8b-869e-54ed-ef07-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:30:40.291455 | fa163e8b-869e-54ed-ef07-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:30:40.292718 | fa163e8b-869e-54ed-ef07-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:45.375206 | 0.42s 2025-10-02 14:30:40.325581 | fa163e8b-869e-54ed-ef07-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-02 14:30:40.400392 | fa163e8b-869e-54ed-ef07-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:30:40.401646 | fa163e8b-869e-54ed-ef07-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:45.484133 | 0.07s 2025-10-02 14:30:40.432086 | fa163e8b-869e-54ed-ef07-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-02 14:30:40.498456 | fa163e8b-869e-54ed-ef07-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:30:40.499380 | fa163e8b-869e-54ed-ef07-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:45.581870 | 0.07s 2025-10-02 14:30:40.527887 | fa163e8b-869e-54ed-ef07-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-02 14:30:40.589356 | fa163e8b-869e-54ed-ef07-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:30:40.590673 | fa163e8b-869e-54ed-ef07-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:45.673160 | 0.06s 2025-10-02 14:30:40.624307 | fa163e8b-869e-54ed-ef07-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:30:40.686189 | fa163e8b-869e-54ed-ef07-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:45.768666 | 0.06s 2025-10-02 14:30:40.713379 | 0c74d569-7cfd-406d-a1da-936ec62f71ba | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:30:40.753723 | fa163e8b-869e-54ed-ef07-000000002e19 | TASK | Gather podman infos 2025-10-02 14:30:41.273769 | fa163e8b-869e-54ed-ef07-000000002e19 | OK | Gather podman infos | standalone 2025-10-02 14:30:41.275159 | fa163e8b-869e-54ed-ef07-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:46.357647 | 0.52s 2025-10-02 14:30:41.309199 | fa163e8b-869e-54ed-ef07-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:30:41.364798 | fa163e8b-869e-54ed-ef07-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:30:41.366155 | fa163e8b-869e-54ed-ef07-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:46.448642 | 0.06s 2025-10-02 14:30:41.402777 | fa163e8b-869e-54ed-ef07-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:30:41.457489 | fa163e8b-869e-54ed-ef07-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:46.539967 | 0.05s 2025-10-02 14:30:41.486456 | 1af17b40-190a-4dcd-b374-a6a5176a7359 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:30:41.524506 | fa163e8b-869e-54ed-ef07-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:31:14.118621 | fa163e8b-869e-54ed-ef07-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:31:14.120216 | fa163e8b-869e-54ed-ef07-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:19.202710 | 32.59s 2025-10-02 14:31:14.177833 | fa163e8b-869e-54ed-ef07-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:31:14.231456 | fa163e8b-869e-54ed-ef07-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:31:14.232320 | fa163e8b-869e-54ed-ef07-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:15:19.314814 | 0.05s 2025-10-02 14:31:14.269834 | fa163e8b-869e-54ed-ef07-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-10-02 14:31:14.295611 | fa163e8b-869e-54ed-ef07-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-02 14:31:14.296464 | fa163e8b-869e-54ed-ef07-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:19.378961 | 0.03s 2025-10-02 14:31:14.315984 | fa163e8b-869e-54ed-ef07-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-10-02 14:31:14.359085 | fa163e8b-869e-54ed-ef07-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-02 14:31:14.360181 | fa163e8b-869e-54ed-ef07-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:19.442674 | 0.04s 2025-10-02 14:31:14.387073 | fa163e8b-869e-54ed-ef07-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-02 14:31:14.416051 | fa163e8b-869e-54ed-ef07-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:19.498534 | 0.03s 2025-10-02 14:31:14.474508 | fa163e8b-869e-54ed-ef07-000000002e99 | TASK | Gather variables for each operating system 2025-10-02 14:31:14.596824 | fa163e8b-869e-54ed-ef07-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:19.679300 | 0.12s 2025-10-02 14:31:14.620298 | fa163e8b-869e-54ed-ef07-000000002e9a | TASK | Create container logs path 2025-10-02 14:31:15.005553 | fa163e8b-869e-54ed-ef07-000000002e9a | OK | Create container logs path | standalone 2025-10-02 14:31:15.006888 | fa163e8b-869e-54ed-ef07-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:20.089375 | 0.39s 2025-10-02 14:31:15.033325 | fa163e8b-869e-54ed-ef07-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 14:31:15.282036 | fa163e8b-869e-54ed-ef07-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-02 14:31:15.283375 | fa163e8b-869e-54ed-ef07-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:20.365863 | 0.25s 2025-10-02 14:31:15.313822 | fa163e8b-869e-54ed-ef07-000000002e9d | TASK | Finalise hashes for all containers 2025-10-02 14:31:15.379099 | fa163e8b-869e-54ed-ef07-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-10-02 14:31:15.380131 | fa163e8b-869e-54ed-ef07-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:20.462623 | 0.06s 2025-10-02 14:31:15.408979 | fa163e8b-869e-54ed-ef07-000000002e9f | TASK | Manage systemd shutdown files 2025-10-02 14:31:15.440227 | fa163e8b-869e-54ed-ef07-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:20.522707 | 0.03s 2025-10-02 14:31:15.466825 | d5117257-4d06-4f06-afad-47b4027b4ec9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 14:31:15.496077 | fa163e8b-869e-54ed-ef07-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 14:31:15.745850 | fa163e8b-869e-54ed-ef07-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 14:31:15.747410 | fa163e8b-869e-54ed-ef07-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:20.829895 | 0.25s 2025-10-02 14:31:15.777198 | fa163e8b-869e-54ed-ef07-000000002ed3 | TASK | Set podman_drop_in fact 2025-10-02 14:31:15.816667 | fa163e8b-869e-54ed-ef07-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-10-02 14:31:15.818135 | fa163e8b-869e-54ed-ef07-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:20.900625 | 0.04s 2025-10-02 14:31:15.847660 | fa163e8b-869e-54ed-ef07-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 14:31:16.286079 | fa163e8b-869e-54ed-ef07-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 14:31:16.288575 | fa163e8b-869e-54ed-ef07-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.371058 | 0.44s 2025-10-02 14:31:16.750122 | fa163e8b-869e-54ed-ef07-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 14:31:16.751933 | fa163e8b-869e-54ed-ef07-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.834422 | 0.90s 2025-10-02 14:31:16.762604 | fa163e8b-869e-54ed-ef07-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.845087 | 0.91s 2025-10-02 14:31:16.793762 | fa163e8b-869e-54ed-ef07-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 14:31:17.281281 | fa163e8b-869e-54ed-ef07-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 14:31:17.282378 | fa163e8b-869e-54ed-ef07-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:22.364873 | 0.49s 2025-10-02 14:31:17.309165 | fa163e8b-869e-54ed-ef07-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 14:31:17.830828 | fa163e8b-869e-54ed-ef07-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 14:31:17.832157 | fa163e8b-869e-54ed-ef07-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:22.914644 | 0.52s 2025-10-02 14:31:17.864724 | fa163e8b-869e-54ed-ef07-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-10-02 14:31:18.854637 | fa163e8b-869e-54ed-ef07-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-02 14:31:18.856414 | fa163e8b-869e-54ed-ef07-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:23.938903 | 0.99s 2025-10-02 14:31:18.884784 | fa163e8b-869e-54ed-ef07-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 14:31:19.346707 | fa163e8b-869e-54ed-ef07-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 14:31:19.348255 | fa163e8b-869e-54ed-ef07-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:24.430743 | 0.46s 2025-10-02 14:31:19.378789 | fa163e8b-869e-54ed-ef07-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 14:31:19.880161 | fa163e8b-869e-54ed-ef07-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 14:31:19.881541 | fa163e8b-869e-54ed-ef07-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:24.964031 | 0.50s 2025-10-02 14:31:19.911493 | fa163e8b-869e-54ed-ef07-000000002edb | TASK | Enable and start netns-placeholder 2025-10-02 14:31:20.820884 | fa163e8b-869e-54ed-ef07-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 14:31:20.822361 | fa163e8b-869e-54ed-ef07-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:25.904853 | 0.91s 2025-10-02 14:31:20.846958 | fa163e8b-869e-54ed-ef07-000000002ea1 | TASK | Update container configs with new config hashes 2025-10-02 14:31:20.897096 | fa163e8b-869e-54ed-ef07-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:25.979579 | 0.05s 2025-10-02 14:31:20.911393 | 8832e1e4-77f1-41dd-a6db-48d7a90a1fa9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 14:31:20.936907 | fa163e8b-869e-54ed-ef07-000000002f03 | TASK | Update config hashes for container startup configs 2025-10-02 14:31:21.219543 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-02 14:31:21.220664 | | WARNING | Config change detected for mysql_bootstrap, new hash: 0c32ecec4e17eac1a4c7ef447e100364 2025-10-02 14:31:21.221134 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: a59e206e0e859f5d38bfe127e0896d97 2025-10-02 14:31:21.221655 | | WARNING | Config change detected for redis_tls_proxy, new hash: afe8336604d6c042f2cd7ab3ffd3fd0f 2025-10-02 14:31:21.222093 | | WARNING | Config change detected for clustercheck, new hash: 56ad4d6aa780d6c18d1ec37e2c952190 2025-10-02 14:31:21.222648 | | WARNING | Config change detected for horizon_fix_perms, new hash: 853aa30e39c331877aed02d4daef8f28 2025-10-02 14:31:21.223098 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 0c32ecec4e17eac1a4c7ef447e100364 2025-10-02 14:31:21.223602 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.224053 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.224542 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.225013 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.225491 | | WARNING | Config change detected for aodh_db_sync, new hash: c12d382a52b415af3d843cdcd266c4e9 2025-10-02 14:31:21.225989 | | WARNING | Config change detected for cinder_api_db_sync, new hash: a0cabbd3447895ff140e8a3edd805310 2025-10-02 14:31:21.226479 | | WARNING | Config change detected for glance_api_db_sync, new hash: a5ad88d9e56ff1a648361cb3030bbe8b-88b224bd8919989aaa6f366c52c0f431 2025-10-02 14:31:21.226930 | | WARNING | Config change detected for heat_engine_db_sync, new hash: e436f1a43f4d1a76f1d1b11cf0ecd5ac 2025-10-02 14:31:21.227419 | | WARNING | Config change detected for horizon, new hash: 853aa30e39c331877aed02d4daef8f28 2025-10-02 14:31:21.227883 | | WARNING | Config change detected for iscsid, new hash: 88b224bd8919989aaa6f366c52c0f431 2025-10-02 14:31:21.228378 | | WARNING | Config change detected for keystone, new hash: a4db6b22b764a1f9f272459b36c035c8 2025-10-02 14:31:21.228878 | | WARNING | Config change detected for keystone_cron, new hash: a4db6b22b764a1f9f272459b36c035c8 2025-10-02 14:31:21.229417 | | WARNING | Config change detected for keystone_db_sync, new hash: a4db6b22b764a1f9f272459b36c035c8 2025-10-02 14:31:21.229873 | | WARNING | Config change detected for manila_api_db_sync, new hash: 95a22f3a508aff086116d6baa084e20a 2025-10-02 14:31:21.230337 | | WARNING | Config change detected for neutron_db_sync, new hash: 2ab77eacfcdd58d63dd84b33a3d903c4 2025-10-02 14:31:21.230813 | | WARNING | Config change detected for nova_api_db_sync, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.231269 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.231743 | | WARNING | Config change detected for nova_db_sync, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.232191 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.232670 | | WARNING | Config change detected for nova_virtnodedevd, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.233121 | | WARNING | Config change detected for nova_virtproxyd, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.233607 | | WARNING | Config change detected for nova_virtqemud, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.234155 | | WARNING | Config change detected for nova_virtsecretd, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.234678 | | WARNING | Config change detected for nova_virtstoraged, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.235128 | | WARNING | Config change detected for octavia_db_sync, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.235649 | | WARNING | Config change detected for placement_api_db_sync, new hash: ea8ad7960b27b319b21ed889cad0e9ee 2025-10-02 14:31:21.236166 | | WARNING | Config change detected for swift_copy_rings, new hash: 6f9948c34810f3cff2a8854655456b76-292d9d1ea51a323ff808049b76a9ea3e 2025-10-02 14:31:21.236672 | | WARNING | Config change detected for aodh_api, new hash: c12d382a52b415af3d843cdcd266c4e9 2025-10-02 14:31:21.237120 | | WARNING | Config change detected for aodh_api_cron, new hash: c12d382a52b415af3d843cdcd266c4e9 2025-10-02 14:31:21.237644 | | WARNING | Config change detected for aodh_evaluator, new hash: c12d382a52b415af3d843cdcd266c4e9 2025-10-02 14:31:21.238123 | | WARNING | Config change detected for aodh_listener, new hash: c12d382a52b415af3d843cdcd266c4e9 2025-10-02 14:31:21.238846 | | WARNING | Config change detected for aodh_notifier, new hash: c12d382a52b415af3d843cdcd266c4e9 2025-10-02 14:31:21.239330 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 4ad4600ed993b535c564b3410f0bb925 2025-10-02 14:31:21.239790 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 4ad4600ed993b535c564b3410f0bb925 2025-10-02 14:31:21.240237 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 4ad4600ed993b535c564b3410f0bb925 2025-10-02 14:31:21.240743 | | WARNING | Config change detected for cinder_api, new hash: a0cabbd3447895ff140e8a3edd805310 2025-10-02 14:31:21.241182 | | WARNING | Config change detected for cinder_api_cron, new hash: a0cabbd3447895ff140e8a3edd805310 2025-10-02 14:31:21.241664 | | WARNING | Config change detected for cinder_scheduler, new hash: a0cabbd3447895ff140e8a3edd805310 2025-10-02 14:31:21.242092 | | WARNING | Config change detected for glance_api, new hash: a5ad88d9e56ff1a648361cb3030bbe8b-88b224bd8919989aaa6f366c52c0f431 2025-10-02 14:31:21.242640 | | WARNING | Config change detected for glance_api_cron, new hash: a5ad88d9e56ff1a648361cb3030bbe8b 2025-10-02 14:31:21.243077 | | WARNING | Config change detected for glance_api_internal, new hash: b50d6b802170fb9390e74af59779ba58-88b224bd8919989aaa6f366c52c0f431 2025-10-02 14:31:21.243544 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: b50d6b802170fb9390e74af59779ba58 2025-10-02 14:31:21.243974 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: a5ad88d9e56ff1a648361cb3030bbe8b 2025-10-02 14:31:21.244439 | | WARNING | Config change detected for heat_api, new hash: da14516367ea2a56e34328fe23dc7810 2025-10-02 14:31:21.244917 | | WARNING | Config change detected for heat_api_cfn, new hash: 70955f2f4ed06d4432a9816a8ab85b17 2025-10-02 14:31:21.245322 | | WARNING | Config change detected for heat_api_cron, new hash: da14516367ea2a56e34328fe23dc7810 2025-10-02 14:31:21.245669 | | WARNING | Config change detected for heat_engine, new hash: e436f1a43f4d1a76f1d1b11cf0ecd5ac 2025-10-02 14:31:21.245971 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-02 14:31:21.246267 | | WARNING | Config change detected for manila_api, new hash: 95a22f3a508aff086116d6baa084e20a 2025-10-02 14:31:21.246632 | | WARNING | Config change detected for manila_api_cron, new hash: 95a22f3a508aff086116d6baa084e20a 2025-10-02 14:31:21.246963 | | WARNING | Config change detected for manila_scheduler, new hash: 95a22f3a508aff086116d6baa084e20a 2025-10-02 14:31:21.247259 | | WARNING | Config change detected for neutron_api, new hash: 2ab77eacfcdd58d63dd84b33a3d903c4 2025-10-02 14:31:21.247595 | | WARNING | Config change detected for neutron_dhcp, new hash: 2ab77eacfcdd58d63dd84b33a3d903c4 2025-10-02 14:31:21.247925 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 2ab77eacfcdd58d63dd84b33a3d903c4 2025-10-02 14:31:21.248221 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 2ab77eacfcdd58d63dd84b33a3d903c4 2025-10-02 14:31:21.248583 | | WARNING | Config change detected for nova_api, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.248931 | | WARNING | Config change detected for nova_api_cron, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.249226 | | WARNING | Config change detected for nova_conductor, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.249543 | | WARNING | Config change detected for nova_metadata, new hash: 0e042c19a555c04f0546aed34e0d528b 2025-10-02 14:31:21.249843 | | WARNING | Config change detected for nova_migration_target, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.250158 | | WARNING | Config change detected for nova_scheduler, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.250530 | | WARNING | Config change detected for nova_vnc_proxy, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.250824 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: cccd5f804f30d2a4c2da3b2c9699550c 2025-10-02 14:31:21.251127 | | WARNING | Config change detected for octavia_api, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.251459 | | WARNING | Config change detected for octavia_driver_agent, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.251757 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 2ab77eacfcdd58d63dd84b33a3d903c4 2025-10-02 14:31:21.252091 | | WARNING | Config change detected for placement_api, new hash: ea8ad7960b27b319b21ed889cad0e9ee 2025-10-02 14:31:21.252439 | | WARNING | Config change detected for placement_wait_for_service, new hash: ea8ad7960b27b319b21ed889cad0e9ee 2025-10-02 14:31:21.252733 | | WARNING | Config change detected for swift_account_reaper, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.253026 | | WARNING | Config change detected for swift_account_server, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.253352 | | WARNING | Config change detected for swift_container_server, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.253645 | | WARNING | Config change detected for swift_container_updater, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.253957 | | WARNING | Config change detected for swift_object_expirer, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.254247 | | WARNING | Config change detected for swift_object_server, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.254583 | | WARNING | Config change detected for swift_object_updater, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.254878 | | WARNING | Config change detected for swift_proxy, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.255171 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 6f9948c34810f3cff2a8854655456b76 2025-10-02 14:31:21.255501 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 4ad4600ed993b535c564b3410f0bb925 2025-10-02 14:31:21.255801 | | WARNING | Config change detected for gnocchi_api, new hash: 7023fc322fd221bb888d1962ad68d145 2025-10-02 14:31:21.256088 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 7023fc322fd221bb888d1962ad68d145 2025-10-02 14:31:21.256410 | | WARNING | Config change detected for gnocchi_metricd, new hash: 7023fc322fd221bb888d1962ad68d145 2025-10-02 14:31:21.256710 | | WARNING | Config change detected for gnocchi_statsd, new hash: 7023fc322fd221bb888d1962ad68d145 2025-10-02 14:31:21.257020 | | WARNING | Config change detected for nova_compute, new hash: 88b224bd8919989aaa6f366c52c0f431-f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.257350 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: f2ea9ac048cafff5b7add64e36439b5a 2025-10-02 14:31:21.257656 | | WARNING | Config change detected for octavia_health_manager, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.257960 | | WARNING | Config change detected for octavia_housekeeping, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.258251 | | WARNING | Config change detected for octavia_rsyslog, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.258597 | | WARNING | Config change detected for octavia_worker, new hash: f265e8f71347ab6f8c6ba5506c2e7496 2025-10-02 14:31:21.258912 | fa163e8b-869e-54ed-ef07-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-02 14:31:21.259481 | fa163e8b-869e-54ed-ef07-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:26.341975 | 0.32s 2025-10-02 14:31:21.283713 | fa163e8b-869e-54ed-ef07-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 14:31:21.342711 | fa163e8b-869e-54ed-ef07-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:26.425190 | 0.06s 2025-10-02 14:31:21.365443 | 39f8548e-17a0-4dfd-9e65-34b8efa8cccf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:31:21.395704 | fa163e8b-869e-54ed-ef07-000000002f22 | TASK | Gather podman infos 2025-10-02 14:31:22.175594 | fa163e8b-869e-54ed-ef07-000000002f22 | OK | Gather podman infos | standalone 2025-10-02 14:31:22.176877 | fa163e8b-869e-54ed-ef07-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:27.259366 | 0.78s 2025-10-02 14:31:22.242341 | fa163e8b-869e-54ed-ef07-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 14:31:22.314641 | fa163e8b-869e-54ed-ef07-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:27.397122 | 0.07s 2025-10-02 14:31:22.447375 | fa163e8b-869e-54ed-ef07-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:27.529854 | 0.07s 2025-10-02 14:31:22.505318 | fa163e8b-869e-54ed-ef07-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 14:31:22.568326 | fa163e8b-869e-54ed-ef07-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:27.650787 | 0.06s 2025-10-02 14:31:22.591348 | 4db321a4-9b03-42aa-9ebe-d27b73f4c6fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:31:22.628863 | fa163e8b-869e-54ed-ef07-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 14:31:30.745452 | fa163e8b-869e-54ed-ef07-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-02 14:31:30.747547 | fa163e8b-869e-54ed-ef07-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:35.830030 | 8.12s 2025-10-02 14:31:30.825198 | fa163e8b-869e-54ed-ef07-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 14:31:35.258166 | fa163e8b-869e-54ed-ef07-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-02 14:31:35.260527 | fa163e8b-869e-54ed-ef07-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:40.343008 | 4.43s 2025-10-02 14:31:35.335803 | fa163e8b-869e-54ed-ef07-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-02 14:31:35.576815 | fa163e8b-869e-54ed-ef07-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-02 14:31:35.578642 | fa163e8b-869e-54ed-ef07-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:40.661123 | 0.24s 2025-10-02 14:31:35.627409 | fa163e8b-869e-54ed-ef07-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-02 14:31:35.697176 | fa163e8b-869e-54ed-ef07-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:40.779657 | 0.07s 2025-10-02 14:31:35.721765 | fa163e8b-869e-54ed-ef07-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-02 14:31:35.771152 | fa163e8b-869e-54ed-ef07-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:40.853628 | 0.05s 2025-10-02 14:31:35.798716 | f68eae5c-1e11-4970-95ac-6adcd6dc6e06 | INCLUDED | /root/standalone-ansible-86hsw4ty/host-container-puppet-tasks.yaml | standalone 2025-10-02 14:31:35.838042 | fa163e8b-869e-54ed-ef07-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-02 14:31:36.342118 | fa163e8b-869e-54ed-ef07-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-02 14:31:36.343678 | fa163e8b-869e-54ed-ef07-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:41.426165 | 0.50s 2025-10-02 14:31:36.374987 | fa163e8b-869e-54ed-ef07-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-10-02 14:31:36.670568 | fa163e8b-869e-54ed-ef07-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-10-02 14:31:36.672259 | fa163e8b-869e-54ed-ef07-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:41.754746 | 0.30s 2025-10-02 14:31:36.706238 | fa163e8b-869e-54ed-ef07-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-02 14:31:36.736495 | fa163e8b-869e-54ed-ef07-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:41.818977 | 0.03s 2025-10-02 14:31:36.792075 | fa163e8b-869e-54ed-ef07-000000002dcc | TASK | Gather variables for each operating system 2025-10-02 14:31:36.906951 | fa163e8b-869e-54ed-ef07-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:41.989424 | 0.11s 2025-10-02 14:31:36.937726 | fa163e8b-869e-54ed-ef07-000000002dcd | TASK | Create container logs path 2025-10-02 14:31:37.163507 | fa163e8b-869e-54ed-ef07-000000002dcd | OK | Create container logs path | standalone 2025-10-02 14:31:37.164582 | fa163e8b-869e-54ed-ef07-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:42.247076 | 0.22s 2025-10-02 14:31:37.189208 | fa163e8b-869e-54ed-ef07-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:31:37.459914 | fa163e8b-869e-54ed-ef07-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:31:37.461378 | fa163e8b-869e-54ed-ef07-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:42.543865 | 0.27s 2025-10-02 14:31:37.492230 | fa163e8b-869e-54ed-ef07-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-02 14:31:37.543681 | fa163e8b-869e-54ed-ef07-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:31:37.545009 | fa163e8b-869e-54ed-ef07-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:42.627498 | 0.05s 2025-10-02 14:31:37.574957 | fa163e8b-869e-54ed-ef07-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-02 14:31:37.608864 | fa163e8b-869e-54ed-ef07-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:31:37.610275 | fa163e8b-869e-54ed-ef07-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:42.692760 | 0.03s 2025-10-02 14:31:37.640552 | fa163e8b-869e-54ed-ef07-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-02 14:31:37.691177 | fa163e8b-869e-54ed-ef07-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:31:37.692509 | fa163e8b-869e-54ed-ef07-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:42.774996 | 0.05s 2025-10-02 14:31:37.725923 | fa163e8b-869e-54ed-ef07-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:31:37.780893 | fa163e8b-869e-54ed-ef07-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:31:37.781861 | fa163e8b-869e-54ed-ef07-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:42.864356 | 0.05s 2025-10-02 14:31:37.806811 | fa163e8b-869e-54ed-ef07-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 14:31:37.855335 | fa163e8b-869e-54ed-ef07-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 14:31:37.856213 | fa163e8b-869e-54ed-ef07-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:42.938706 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-02 14:31:37.984354 | fa163e8b-869e-54ed-ef07-0000000000c6 | TASK | External deployment step 2 2025-10-02 14:31:38.010657 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000c6') missing from stats 2025-10-02 14:31:38.051809 | fa163e8b-869e-54ed-ef07-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:43.134287 | 0.03s 2025-10-02 14:31:38.056471 | 131ebcfd-1308-4929-bf77-775b5b1cb8d9 | INCLUDED | /root/standalone-ansible-86hsw4ty/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-02 14:31:38.160423 | fa163e8b-869e-54ed-ef07-0000000000ca | TASK | Deploy step tasks for 2 2025-10-02 14:31:38.181009 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000ca') missing from stats 2025-10-02 14:31:38.201921 | fa163e8b-869e-54ed-ef07-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-02 14:31:38.659640 | fa163e8b-869e-54ed-ef07-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-02 14:31:38.660524 | fa163e8b-869e-54ed-ef07-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:43.743020 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:31:38.716176 | fa163e8b-869e-54ed-ef07-0000000000cc | TIMING | include_tasks | standalone | 0:15:43.798666 | 0.04s 2025-10-02 14:31:38.794862 | 230e650f-0e6d-4fa5-8814-487cbb6b4761 | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-02 14:31:38.835997 | fa163e8b-869e-54ed-ef07-00000000306f | TASK | Push script 2025-10-02 14:31:39.285074 | fa163e8b-869e-54ed-ef07-00000000306f | CHANGED | Push script | standalone 2025-10-02 14:31:39.285836 | fa163e8b-869e-54ed-ef07-00000000306f | TIMING | Push script | standalone | 0:15:44.368332 | 0.45s 2025-10-02 14:31:39.307491 | fa163e8b-869e-54ed-ef07-000000003070 | TASK | Insert cronjob in root crontab 2025-10-02 14:31:39.749457 | fa163e8b-869e-54ed-ef07-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-02 14:31:39.750786 | fa163e8b-869e-54ed-ef07-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:44.833273 | 0.44s 2025-10-02 14:31:39.781215 | fa163e8b-869e-54ed-ef07-000000003077 | TASK | Gather variables for each operating system 2025-10-02 14:31:39.901802 | fa163e8b-869e-54ed-ef07-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:44.984279 | 0.12s 2025-10-02 14:31:39.932247 | fa163e8b-869e-54ed-ef07-000000003078 | TASK | Detect if resource is being created or already exists 2025-10-02 14:31:40.775015 | fa163e8b-869e-54ed-ef07-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:31:40.775832 | fa163e8b-869e-54ed-ef07-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:45.858328 | 0.84s 2025-10-02 14:31:40.795904 | fa163e8b-869e-54ed-ef07-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-10-02 14:33:30.528812 | fa163e8b-869e-54ed-ef07-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-02 14:33:30.530977 | fa163e8b-869e-54ed-ef07-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:35.613457 | 109.73s 2025-10-02 14:33:30.562375 | fa163e8b-869e-54ed-ef07-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-02 14:33:30.839382 | fa163e8b-869e-54ed-ef07-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-02 14:33:30.840747 | fa163e8b-869e-54ed-ef07-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:35.923237 | 0.28s 2025-10-02 14:33:30.864378 | fa163e8b-869e-54ed-ef07-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:33:31.497730 | fa163e8b-869e-54ed-ef07-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:33:31.499059 | fa163e8b-869e-54ed-ef07-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:36.581548 | 0.63s 2025-10-02 14:33:31.530976 | fa163e8b-869e-54ed-ef07-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-02 14:33:31.754147 | fa163e8b-869e-54ed-ef07-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-02 14:33:31.755344 | fa163e8b-869e-54ed-ef07-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:36.837834 | 0.22s 2025-10-02 14:33:31.786965 | fa163e8b-869e-54ed-ef07-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-02 14:33:31.826159 | fa163e8b-869e-54ed-ef07-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-02 14:33:31.827345 | fa163e8b-869e-54ed-ef07-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:36.909831 | 0.04s 2025-10-02 14:33:31.849155 | fa163e8b-869e-54ed-ef07-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-10-02 14:33:31.888919 | fa163e8b-869e-54ed-ef07-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-02 14:33:31.889752 | fa163e8b-869e-54ed-ef07-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:36.972248 | 0.04s 2025-10-02 14:33:31.910625 | fa163e8b-869e-54ed-ef07-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-02 14:33:31.948301 | fa163e8b-869e-54ed-ef07-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-02 14:33:31.948926 | fa163e8b-869e-54ed-ef07-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:37.031423 | 0.04s 2025-10-02 14:33:31.969829 | fa163e8b-869e-54ed-ef07-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:33:32.007028 | fa163e8b-869e-54ed-ef07-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:33:32.007834 | fa163e8b-869e-54ed-ef07-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:37.090328 | 0.04s 2025-10-02 14:33:32.028659 | fa163e8b-869e-54ed-ef07-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-02 14:33:32.065448 | fa163e8b-869e-54ed-ef07-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-02 14:33:32.066153 | fa163e8b-869e-54ed-ef07-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:37.148649 | 0.04s 2025-10-02 14:33:32.113817 | fa163e8b-869e-54ed-ef07-0000000030a3 | TASK | Gather variables for each operating system 2025-10-02 14:33:32.215756 | fa163e8b-869e-54ed-ef07-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:37.298232 | 0.10s 2025-10-02 14:33:32.245122 | fa163e8b-869e-54ed-ef07-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-10-02 14:33:32.923132 | fa163e8b-869e-54ed-ef07-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:33:32.924676 | fa163e8b-869e-54ed-ef07-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:38.007172 | 0.68s 2025-10-02 14:33:32.948585 | fa163e8b-869e-54ed-ef07-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-10-02 14:34:02.167766 | fa163e8b-869e-54ed-ef07-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-02 14:34:02.169619 | fa163e8b-869e-54ed-ef07-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:18:07.252106 | 29.22s 2025-10-02 14:34:02.199191 | fa163e8b-869e-54ed-ef07-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-02 14:34:02.468099 | fa163e8b-869e-54ed-ef07-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-02 14:34:02.470686 | fa163e8b-869e-54ed-ef07-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:18:07.553172 | 0.27s 2025-10-02 14:34:02.500858 | fa163e8b-869e-54ed-ef07-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:34:02.940351 | fa163e8b-869e-54ed-ef07-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:34:02.941911 | fa163e8b-869e-54ed-ef07-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:08.024394 | 0.44s 2025-10-02 14:34:02.966783 | fa163e8b-869e-54ed-ef07-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-02 14:34:03.187092 | fa163e8b-869e-54ed-ef07-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-02 14:34:03.188448 | fa163e8b-869e-54ed-ef07-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:18:08.270937 | 0.22s 2025-10-02 14:34:03.209750 | fa163e8b-869e-54ed-ef07-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-02 14:34:03.248157 | fa163e8b-869e-54ed-ef07-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-02 14:34:03.248952 | fa163e8b-869e-54ed-ef07-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:18:08.331449 | 0.04s 2025-10-02 14:34:03.283659 | fa163e8b-869e-54ed-ef07-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-10-02 14:34:03.333259 | fa163e8b-869e-54ed-ef07-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-02 14:34:03.334577 | fa163e8b-869e-54ed-ef07-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:18:08.417063 | 0.05s 2025-10-02 14:34:03.367670 | fa163e8b-869e-54ed-ef07-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-10-02 14:34:03.419844 | fa163e8b-869e-54ed-ef07-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-02 14:34:03.420992 | fa163e8b-869e-54ed-ef07-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:18:08.503481 | 0.05s 2025-10-02 14:34:03.455824 | fa163e8b-869e-54ed-ef07-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:34:03.507536 | fa163e8b-869e-54ed-ef07-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:34:03.508422 | fa163e8b-869e-54ed-ef07-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:08.590915 | 0.05s 2025-10-02 14:34:03.532332 | fa163e8b-869e-54ed-ef07-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-10-02 14:34:03.582177 | fa163e8b-869e-54ed-ef07-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-02 14:34:03.583428 | fa163e8b-869e-54ed-ef07-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:18:08.665915 | 0.05s 2025-10-02 14:34:03.643081 | fa163e8b-869e-54ed-ef07-0000000030cf | TASK | Gather variables for each operating system 2025-10-02 14:34:03.757871 | fa163e8b-869e-54ed-ef07-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:08.840347 | 0.11s 2025-10-02 14:34:03.788242 | fa163e8b-869e-54ed-ef07-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-10-02 14:34:04.556496 | fa163e8b-869e-54ed-ef07-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:34:04.557523 | fa163e8b-869e-54ed-ef07-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:09.640016 | 0.77s 2025-10-02 14:34:04.583245 | fa163e8b-869e-54ed-ef07-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-02 14:34:32.652047 | fa163e8b-869e-54ed-ef07-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-02 14:34:32.654001 | fa163e8b-869e-54ed-ef07-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:37.736484 | 28.07s 2025-10-02 14:34:32.688199 | fa163e8b-869e-54ed-ef07-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-02 14:34:32.960112 | fa163e8b-869e-54ed-ef07-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-02 14:34:32.961554 | fa163e8b-869e-54ed-ef07-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:38.044042 | 0.27s 2025-10-02 14:34:32.992806 | fa163e8b-869e-54ed-ef07-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:34:33.378805 | fa163e8b-869e-54ed-ef07-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:34:33.379734 | fa163e8b-869e-54ed-ef07-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:38.462230 | 0.39s 2025-10-02 14:34:33.402080 | fa163e8b-869e-54ed-ef07-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-02 14:34:33.629540 | fa163e8b-869e-54ed-ef07-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-02 14:34:33.631100 | fa163e8b-869e-54ed-ef07-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:38.713583 | 0.23s 2025-10-02 14:34:33.662796 | fa163e8b-869e-54ed-ef07-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-02 14:34:33.724816 | fa163e8b-869e-54ed-ef07-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-02 14:34:33.726436 | fa163e8b-869e-54ed-ef07-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:38.808916 | 0.06s 2025-10-02 14:34:33.759753 | fa163e8b-869e-54ed-ef07-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-02 14:34:33.814280 | fa163e8b-869e-54ed-ef07-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-02 14:34:33.815468 | fa163e8b-869e-54ed-ef07-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:38.897956 | 0.05s 2025-10-02 14:34:33.840805 | fa163e8b-869e-54ed-ef07-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-02 14:34:33.900082 | fa163e8b-869e-54ed-ef07-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-02 14:34:33.901754 | fa163e8b-869e-54ed-ef07-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:38.984232 | 0.06s 2025-10-02 14:34:33.935246 | fa163e8b-869e-54ed-ef07-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:34:33.975671 | fa163e8b-869e-54ed-ef07-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:34:33.977142 | fa163e8b-869e-54ed-ef07-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:39.059623 | 0.04s 2025-10-02 14:34:34.010076 | fa163e8b-869e-54ed-ef07-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-02 14:34:34.065758 | fa163e8b-869e-54ed-ef07-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-02 14:34:34.067242 | fa163e8b-869e-54ed-ef07-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:39.149726 | 0.06s 2025-10-02 14:34:34.128317 | fa163e8b-869e-54ed-ef07-0000000030fb | TASK | Gather variables for each operating system 2025-10-02 14:34:34.298168 | fa163e8b-869e-54ed-ef07-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:39.380642 | 0.17s 2025-10-02 14:34:34.328561 | fa163e8b-869e-54ed-ef07-0000000030fc | TASK | Detect if resource is being created or already exists 2025-10-02 14:34:35.044304 | fa163e8b-869e-54ed-ef07-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:34:35.045210 | fa163e8b-869e-54ed-ef07-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:40.127707 | 0.72s 2025-10-02 14:34:35.067854 | fa163e8b-869e-54ed-ef07-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-10-02 14:35:03.381077 | fa163e8b-869e-54ed-ef07-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-02 14:35:03.382058 | fa163e8b-869e-54ed-ef07-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:19:08.464554 | 28.31s 2025-10-02 14:35:03.402522 | fa163e8b-869e-54ed-ef07-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-02 14:35:03.641089 | fa163e8b-869e-54ed-ef07-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-02 14:35:03.642480 | fa163e8b-869e-54ed-ef07-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:19:08.724967 | 0.24s 2025-10-02 14:35:03.671642 | fa163e8b-869e-54ed-ef07-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:35:04.127513 | fa163e8b-869e-54ed-ef07-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:35:04.128476 | fa163e8b-869e-54ed-ef07-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:09.210970 | 0.45s 2025-10-02 14:35:04.148756 | fa163e8b-869e-54ed-ef07-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-02 14:35:04.356886 | fa163e8b-869e-54ed-ef07-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-02 14:35:04.357959 | fa163e8b-869e-54ed-ef07-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:19:09.440453 | 0.21s 2025-10-02 14:35:04.382544 | fa163e8b-869e-54ed-ef07-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-02 14:35:04.412563 | fa163e8b-869e-54ed-ef07-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-02 14:35:04.413585 | fa163e8b-869e-54ed-ef07-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:19:09.496076 | 0.03s 2025-10-02 14:35:04.441012 | fa163e8b-869e-54ed-ef07-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-10-02 14:35:04.479167 | fa163e8b-869e-54ed-ef07-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-02 14:35:04.480257 | fa163e8b-869e-54ed-ef07-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:19:09.562749 | 0.04s 2025-10-02 14:35:04.505885 | fa163e8b-869e-54ed-ef07-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-02 14:35:04.543726 | fa163e8b-869e-54ed-ef07-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-02 14:35:04.544645 | fa163e8b-869e-54ed-ef07-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:19:09.627137 | 0.04s 2025-10-02 14:35:04.569551 | fa163e8b-869e-54ed-ef07-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:35:04.608112 | fa163e8b-869e-54ed-ef07-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:35:04.608991 | fa163e8b-869e-54ed-ef07-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:09.691483 | 0.04s 2025-10-02 14:35:04.631709 | fa163e8b-869e-54ed-ef07-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-10-02 14:35:04.669943 | fa163e8b-869e-54ed-ef07-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-02 14:35:04.671046 | fa163e8b-869e-54ed-ef07-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:19:09.753538 | 0.04s 2025-10-02 14:35:04.716587 | fa163e8b-869e-54ed-ef07-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-02 14:35:04.940050 | fa163e8b-869e-54ed-ef07-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-02 14:35:04.941426 | fa163e8b-869e-54ed-ef07-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:19:10.023917 | 0.22s 2025-10-02 14:35:05.020235 | fa163e8b-869e-54ed-ef07-0000000000cf | TIMING | include_tasks | standalone | 0:19:10.102714 | 0.05s 2025-10-02 14:35:05.046427 | d5649302-9ee4-46fc-a66a-43d7d37f35ac | INCLUDED | /root/standalone-ansible-86hsw4ty/common_deploy_steps_tasks.yaml | standalone 2025-10-02 14:35:05.068540 | fa163e8b-869e-54ed-ef07-00000000319b | TASK | Write the config_step hieradata 2025-10-02 14:35:05.575191 | fa163e8b-869e-54ed-ef07-00000000319b | OK | Write the config_step hieradata | standalone 2025-10-02 14:35:05.576080 | fa163e8b-869e-54ed-ef07-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:19:10.658572 | 0.51s 2025-10-02 14:35:05.598062 | fa163e8b-869e-54ed-ef07-00000000319c | TASK | Run puppet host configuration for step 2 2025-10-02 14:35:05.909609 | fa163e8b-869e-54ed-ef07-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-02 14:35:05.911094 | fa163e8b-869e-54ed-ef07-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:19:10.993577 | 0.31s 2025-10-02 14:35:05.941996 | fa163e8b-869e-54ed-ef07-00000000319d | TASK | Wait for puppet host configuration to finish 2025-10-02 14:35:06.206738 | fa163e8b-869e-54ed-ef07-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 14:35:16.413715 | fa163e8b-869e-54ed-ef07-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 14:35:26.633000 | fa163e8b-869e-54ed-ef07-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 14:35:26.634464 | fa163e8b-869e-54ed-ef07-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:31.716952 | 20.69s 2025-10-02 14:35:26.664802 | fa163e8b-869e-54ed-ef07-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-02 14:35:26.749312 | fa163e8b-869e-54ed-ef07-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 2 14:35:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 14:35:12 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 14:35:12 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 14:35:12 puppet-user: (file & line not available)", "<13>Oct 2 14:35:12 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 2 14:35:12 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 2 14:35:13 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 14:35:13 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.44 seconds", "<13>Oct 2 14:35:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 14:35:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 14:35:23 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 14:35:23 puppet-user: Notice: Applied catalog in 10.18 seconds", "<13>Oct 2 14:35:23 puppet-user: Application:", "<13>Oct 2 14:35:23 puppet-user: Initial environment: production", "<13>Oct 2 14:35:23 puppet-user: Converged environment: production", "<13>Oct 2 14:35:23 puppet-user: Run mode: user", "<13>Oct 2 14:35:23 puppet-user: Changes:", "<13>Oct 2 14:35:23 puppet-user: Total: 2", "<13>Oct 2 14:35:23 puppet-user: Events:", "<13>Oct 2 14:35:23 puppet-user: Success: 2", "<13>Oct 2 14:35:23 puppet-user: Resources:", "<13>Oct 2 14:35:23 puppet-user: Changed: 2", "<13>Oct 2 14:35:23 puppet-user: Out of sync: 2", "<13>Oct 2 14:35:23 puppet-user: Total: 28", "<13>Oct 2 14:35:23 puppet-user: Time:", "<13>Oct 2 14:35:23 puppet-user: Schedule: 0.00", "<13>Oct 2 14:35:23 puppet-user: Package: 0.00", "<13>Oct 2 14:35:23 puppet-user: File line: 0.00", "<13>Oct 2 14:35:23 puppet-user: File: 0.00", "<13>Oct 2 14:35:23 puppet-user: Augeas: 0.01", "<13>Oct 2 14:35:23 puppet-user: User: 0.01", "<13>Oct 2 14:35:23 puppet-user: Service: 0.09", "<13>Oct 2 14:35:23 puppet-user: Config retrieval: 0.49", "<13>Oct 2 14:35:23 puppet-user: Pcmk property: 1.44", "<13>Oct 2 14:35:23 puppet-user: Transaction evaluation: 10.16", "<13>Oct 2 14:35:23 puppet-user: Catalog application: 10.18", "<13>Oct 2 14:35:23 puppet-user: Last run: 1759415723", "<13>Oct 2 14:35:23 puppet-user: Exec: 2.01", "<13>Oct 2 14:35:23 puppet-user: Pcmk resource op default: 3.08", "<13>Oct 2 14:35:23 puppet-user: Pcmk resource default: 3.29", "<13>Oct 2 14:35:23 puppet-user: Filebucket: 0.00", "<13>Oct 2 14:35:23 puppet-user: Total: 10.18", "<13>Oct 2 14:35:23 puppet-user: Version:", "<13>Oct 2 14:35:23 puppet-user: Config: 1759415712", "<13>Oct 2 14:35:23 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 14:35:26.750659 | fa163e8b-869e-54ed-ef07-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:31.833147 | 0.08s 2025-10-02 14:35:26.780318 | fa163e8b-869e-54ed-ef07-00000000319f | TASK | Pre-cache facts for puppet containers 2025-10-02 14:35:26.808874 | fa163e8b-869e-54ed-ef07-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:31.891353 | 0.03s 2025-10-02 14:35:26.874143 | fa163e8b-869e-54ed-ef07-0000000031de | TASK | Gather variables for each operating system 2025-10-02 14:35:26.989213 | fa163e8b-869e-54ed-ef07-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:32.071690 | 0.11s 2025-10-02 14:35:27.096589 | fa163e8b-869e-54ed-ef07-0000000031df | TASK | Create puppet caching structures 2025-10-02 14:35:27.345593 | fa163e8b-869e-54ed-ef07-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-10-02 14:35:27.346981 | fa163e8b-869e-54ed-ef07-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:32.429469 | 0.25s 2025-10-02 14:35:27.376668 | fa163e8b-869e-54ed-ef07-0000000031e0 | TASK | Check for facter.conf 2025-10-02 14:35:27.611071 | fa163e8b-869e-54ed-ef07-0000000031e0 | OK | Check for facter.conf | standalone 2025-10-02 14:35:27.612432 | fa163e8b-869e-54ed-ef07-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:32.694921 | 0.23s 2025-10-02 14:35:27.641885 | fa163e8b-869e-54ed-ef07-0000000031e1 | TASK | Remove facter.conf if directory 2025-10-02 14:35:27.694889 | fa163e8b-869e-54ed-ef07-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 14:35:27.696280 | fa163e8b-869e-54ed-ef07-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:32.778766 | 0.05s 2025-10-02 14:35:27.725115 | fa163e8b-869e-54ed-ef07-0000000031e2 | TASK | Write facter cache config 2025-10-02 14:35:28.221842 | fa163e8b-869e-54ed-ef07-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-10-02 14:35:28.223401 | fa163e8b-869e-54ed-ef07-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:33.305887 | 0.50s 2025-10-02 14:35:28.254093 | fa163e8b-869e-54ed-ef07-0000000031e3 | TASK | Cleanup facter cache if exists 2025-10-02 14:35:28.496502 | fa163e8b-869e-54ed-ef07-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 14:35:28.497868 | fa163e8b-869e-54ed-ef07-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:33.580356 | 0.24s 2025-10-02 14:35:28.526062 | fa163e8b-869e-54ed-ef07-0000000031e4 | TASK | Pre-cache facts 2025-10-02 14:35:29.104878 | fa163e8b-869e-54ed-ef07-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-10-02 14:35:29.107659 | fa163e8b-869e-54ed-ef07-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:34.190042 | 0.58s 2025-10-02 14:35:29.148677 | fa163e8b-869e-54ed-ef07-0000000031e5 | TASK | Failed deployment if facter fails 2025-10-02 14:35:29.186168 | fa163e8b-869e-54ed-ef07-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 14:35:29.189180 | fa163e8b-869e-54ed-ef07-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:34.271659 | 0.04s 2025-10-02 14:35:29.243685 | fa163e8b-869e-54ed-ef07-0000000031e6 | TASK | Sync cached facts 2025-10-02 14:35:29.555911 | fa163e8b-869e-54ed-ef07-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-0000000031e6') missing from stats 2025-10-02 14:35:29.598342 | fa163e8b-869e-54ed-ef07-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 14:35:29.636714 | fa163e8b-869e-54ed-ef07-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 14:35:29.638947 | fa163e8b-869e-54ed-ef07-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:34.721336 | 0.04s 2025-10-02 14:35:29.671005 | fa163e8b-869e-54ed-ef07-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-02 14:35:29.701501 | fa163e8b-869e-54ed-ef07-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:34.783978 | 0.03s 2025-10-02 14:35:29.758799 | fa163e8b-869e-54ed-ef07-00000000323d | TASK | Gather variables for each operating system 2025-10-02 14:35:29.883157 | fa163e8b-869e-54ed-ef07-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:34.965628 | 0.12s 2025-10-02 14:35:29.913616 | fa163e8b-869e-54ed-ef07-00000000323e | TASK | Create container logs path 2025-10-02 14:35:30.173484 | fa163e8b-869e-54ed-ef07-00000000323e | OK | Create container logs path | standalone 2025-10-02 14:35:30.174964 | fa163e8b-869e-54ed-ef07-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:35.257451 | 0.26s 2025-10-02 14:35:30.206637 | fa163e8b-869e-54ed-ef07-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 14:35:30.492745 | fa163e8b-869e-54ed-ef07-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-02 14:35:30.494379 | fa163e8b-869e-54ed-ef07-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:35.576867 | 0.29s 2025-10-02 14:35:30.530254 | fa163e8b-869e-54ed-ef07-000000003241 | TASK | Finalise hashes for all containers 2025-10-02 14:35:30.604753 | fa163e8b-869e-54ed-ef07-000000003241 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:35:30.606039 | fa163e8b-869e-54ed-ef07-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:35.688527 | 0.07s 2025-10-02 14:35:30.629390 | fa163e8b-869e-54ed-ef07-000000003243 | TASK | Manage systemd shutdown files 2025-10-02 14:35:30.657717 | fa163e8b-869e-54ed-ef07-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:35.740190 | 0.03s 2025-10-02 14:35:30.688993 | 5a327277-022f-4753-81a7-8cc015b9ca8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 14:35:30.725312 | fa163e8b-869e-54ed-ef07-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 14:35:30.974913 | fa163e8b-869e-54ed-ef07-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 14:35:30.976068 | fa163e8b-869e-54ed-ef07-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:36.058558 | 0.25s 2025-10-02 14:35:30.998796 | fa163e8b-869e-54ed-ef07-000000003277 | TASK | Set podman_drop_in fact 2025-10-02 14:35:31.029265 | fa163e8b-869e-54ed-ef07-000000003277 | OK | Set podman_drop_in fact | standalone 2025-10-02 14:35:31.030137 | fa163e8b-869e-54ed-ef07-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:36.112632 | 0.03s 2025-10-02 14:35:31.051939 | fa163e8b-869e-54ed-ef07-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 14:35:31.490364 | fa163e8b-869e-54ed-ef07-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 14:35:31.492822 | fa163e8b-869e-54ed-ef07-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:36.575307 | 0.44s 2025-10-02 14:35:31.919388 | fa163e8b-869e-54ed-ef07-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 14:35:31.920829 | fa163e8b-869e-54ed-ef07-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:37.003317 | 0.87s 2025-10-02 14:35:31.930925 | fa163e8b-869e-54ed-ef07-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:37.013415 | 0.88s 2025-10-02 14:35:31.953133 | fa163e8b-869e-54ed-ef07-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 14:35:32.419684 | fa163e8b-869e-54ed-ef07-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 14:35:32.422429 | fa163e8b-869e-54ed-ef07-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:37.504918 | 0.47s 2025-10-02 14:35:32.445809 | fa163e8b-869e-54ed-ef07-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 14:35:32.891266 | fa163e8b-869e-54ed-ef07-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 14:35:32.892334 | fa163e8b-869e-54ed-ef07-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:37.974827 | 0.44s 2025-10-02 14:35:32.916896 | fa163e8b-869e-54ed-ef07-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-10-02 14:35:33.592069 | fa163e8b-869e-54ed-ef07-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 14:35:33.593050 | fa163e8b-869e-54ed-ef07-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:38.675546 | 0.67s 2025-10-02 14:35:33.613211 | fa163e8b-869e-54ed-ef07-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 14:35:34.115115 | fa163e8b-869e-54ed-ef07-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 14:35:34.116574 | fa163e8b-869e-54ed-ef07-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:39.199062 | 0.50s 2025-10-02 14:35:34.145866 | fa163e8b-869e-54ed-ef07-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 14:35:34.578449 | fa163e8b-869e-54ed-ef07-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 14:35:34.580036 | fa163e8b-869e-54ed-ef07-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:39.662524 | 0.43s 2025-10-02 14:35:34.609965 | fa163e8b-869e-54ed-ef07-00000000327f | TASK | Enable and start netns-placeholder 2025-10-02 14:35:35.392533 | fa163e8b-869e-54ed-ef07-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 14:35:35.394624 | fa163e8b-869e-54ed-ef07-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:40.477112 | 0.78s 2025-10-02 14:35:35.426324 | fa163e8b-869e-54ed-ef07-000000003245 | TASK | Update container configs with new config hashes 2025-10-02 14:35:35.488413 | fa163e8b-869e-54ed-ef07-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:40.570889 | 0.06s 2025-10-02 14:35:35.509330 | 30dd7002-30cd-4115-bf7e-23ea9cd653c7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 14:35:35.543243 | fa163e8b-869e-54ed-ef07-0000000032a7 | TASK | Update config hashes for container startup configs 2025-10-02 14:35:35.839636 | fa163e8b-869e-54ed-ef07-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-10-02 14:35:35.840965 | fa163e8b-869e-54ed-ef07-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:40.923452 | 0.30s 2025-10-02 14:35:35.872961 | fa163e8b-869e-54ed-ef07-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 14:35:35.933916 | fa163e8b-869e-54ed-ef07-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:41.016397 | 0.06s 2025-10-02 14:35:35.957534 | 38643f13-d374-4b7a-bc3f-e91ac296746b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:35:35.994615 | fa163e8b-869e-54ed-ef07-0000000032c6 | TASK | Gather podman infos 2025-10-02 14:35:36.732756 | fa163e8b-869e-54ed-ef07-0000000032c6 | OK | Gather podman infos | standalone 2025-10-02 14:35:36.734030 | fa163e8b-869e-54ed-ef07-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:41.816516 | 0.74s 2025-10-02 14:35:36.804990 | fa163e8b-869e-54ed-ef07-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 14:35:36.849583 | fa163e8b-869e-54ed-ef07-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:41.932066 | 0.04s 2025-10-02 14:35:36.941814 | fa163e8b-869e-54ed-ef07-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:42.024296 | 0.05s 2025-10-02 14:35:37.003803 | fa163e8b-869e-54ed-ef07-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 14:35:37.046318 | fa163e8b-869e-54ed-ef07-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:42.128775 | 0.04s 2025-10-02 14:35:37.061724 | e9978170-5e9c-4379-a329-504ce663e8b7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:35:37.093834 | fa163e8b-869e-54ed-ef07-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 14:35:57.401372 | fa163e8b-869e-54ed-ef07-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-02 14:35:57.403066 | fa163e8b-869e-54ed-ef07-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:20:02.485546 | 20.31s 2025-10-02 14:35:57.436728 | fa163e8b-869e-54ed-ef07-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 14:36:00.218130 | fa163e8b-869e-54ed-ef07-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-02 14:36:00.219350 | fa163e8b-869e-54ed-ef07-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:20:05.301842 | 2.78s 2025-10-02 14:36:00.273255 | fa163e8b-869e-54ed-ef07-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-02 14:36:00.521777 | fa163e8b-869e-54ed-ef07-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-02 14:36:00.523343 | fa163e8b-869e-54ed-ef07-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:20:05.605827 | 0.25s 2025-10-02 14:36:00.580239 | fa163e8b-869e-54ed-ef07-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-02 14:36:00.632200 | fa163e8b-869e-54ed-ef07-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:20:05.714685 | 0.05s 2025-10-02 14:36:00.655894 | fa163e8b-869e-54ed-ef07-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-10-02 14:36:00.700417 | fa163e8b-869e-54ed-ef07-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:20:05.782894 | 0.04s 2025-10-02 14:36:00.725818 | 9e0fcdde-1007-4108-bca3-8ed8610e7629 | INCLUDED | /root/standalone-ansible-86hsw4ty/host-container-puppet-tasks.yaml | standalone 2025-10-02 14:36:00.764468 | fa163e8b-869e-54ed-ef07-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-02 14:36:01.182550 | fa163e8b-869e-54ed-ef07-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-02 14:36:01.184001 | fa163e8b-869e-54ed-ef07-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:20:06.266485 | 0.42s 2025-10-02 14:36:01.216334 | fa163e8b-869e-54ed-ef07-000000003384 | TASK | Generate container puppet configs for step 2 2025-10-02 14:36:01.490228 | fa163e8b-869e-54ed-ef07-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-10-02 14:36:01.491879 | fa163e8b-869e-54ed-ef07-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:20:06.574362 | 0.27s 2025-10-02 14:36:01.523938 | fa163e8b-869e-54ed-ef07-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-02 14:36:01.590201 | fa163e8b-869e-54ed-ef07-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:20:06.672673 | 0.06s 2025-10-02 14:36:01.659810 | fa163e8b-869e-54ed-ef07-0000000033b4 | TASK | Gather variables for each operating system 2025-10-02 14:36:01.781313 | fa163e8b-869e-54ed-ef07-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:06.863774 | 0.12s 2025-10-02 14:36:01.804096 | fa163e8b-869e-54ed-ef07-0000000033b5 | TASK | Create container logs path 2025-10-02 14:36:02.048207 | fa163e8b-869e-54ed-ef07-0000000033b5 | OK | Create container logs path | standalone 2025-10-02 14:36:02.049605 | fa163e8b-869e-54ed-ef07-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:07.132094 | 0.24s 2025-10-02 14:36:02.081338 | fa163e8b-869e-54ed-ef07-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-02 14:36:02.367085 | fa163e8b-869e-54ed-ef07-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-02 14:36:02.368483 | fa163e8b-869e-54ed-ef07-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:07.450968 | 0.29s 2025-10-02 14:36:02.404637 | fa163e8b-869e-54ed-ef07-0000000033b8 | TASK | Finalise hashes for all containers 2025-10-02 14:36:02.446642 | fa163e8b-869e-54ed-ef07-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:36:02.447919 | fa163e8b-869e-54ed-ef07-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:07.530406 | 0.04s 2025-10-02 14:36:02.478543 | fa163e8b-869e-54ed-ef07-0000000033ba | TASK | Manage systemd shutdown files 2025-10-02 14:36:02.508941 | fa163e8b-869e-54ed-ef07-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:36:02.510108 | fa163e8b-869e-54ed-ef07-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:07.592594 | 0.03s 2025-10-02 14:36:02.539216 | fa163e8b-869e-54ed-ef07-0000000033bc | TASK | Update container configs with new config hashes 2025-10-02 14:36:02.570564 | fa163e8b-869e-54ed-ef07-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:36:02.571725 | fa163e8b-869e-54ed-ef07-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:07.654213 | 0.03s 2025-10-02 14:36:02.604708 | fa163e8b-869e-54ed-ef07-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-02 14:36:02.645540 | fa163e8b-869e-54ed-ef07-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-02 14:36:02.646783 | fa163e8b-869e-54ed-ef07-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:07.729269 | 0.04s 2025-10-02 14:36:02.679636 | fa163e8b-869e-54ed-ef07-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-02 14:36:02.732139 | fa163e8b-869e-54ed-ef07-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-02 14:36:02.733415 | fa163e8b-869e-54ed-ef07-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:07.815900 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-02 14:36:02.913443 | fa163e8b-869e-54ed-ef07-0000000000d2 | TASK | External deployment step 3 2025-10-02 14:36:02.948520 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000d2') missing from stats 2025-10-02 14:36:03.015270 | fa163e8b-869e-54ed-ef07-0000000000d3 | TIMING | include_tasks | undercloud | 0:20:08.097748 | 0.04s 2025-10-02 14:36:03.021885 | 29291429-a16a-4f2a-bf7a-b6972085f8e1 | INCLUDED | /root/standalone-ansible-86hsw4ty/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-02 14:36:03.169754 | fa163e8b-869e-54ed-ef07-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-02 14:36:03.200396 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000d6') missing from stats 2025-10-02 14:36:03.231652 | fa163e8b-869e-54ed-ef07-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-02 14:36:03.728417 | fa163e8b-869e-54ed-ef07-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-02 14:36:03.730640 | fa163e8b-869e-54ed-ef07-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:20:08.813120 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:36:03.787502 | fa163e8b-869e-54ed-ef07-0000000000d8 | TIMING | include_tasks | standalone | 0:20:08.869925 | 0.03s 2025-10-02 14:36:03.817656 | f9263b68-9eb0-41c2-aecc-0ec5c814dfab | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-02 14:36:03.850438 | fa163e8b-869e-54ed-ef07-000000003422 | TASK | Start OVN container 2025-10-02 14:36:03.913473 | fa163e8b-869e-54ed-ef07-000000003422 | TIMING | Start OVN container | standalone | 0:20:08.995930 | 0.06s 2025-10-02 14:36:03.945345 | fa163e8b-869e-54ed-ef07-000000003422 | TIMING | Start OVN container | standalone | 0:20:09.027823 | 0.09s 2025-10-02 14:36:03.964823 | fa163e8b-869e-54ed-ef07-000000003422 | TIMING | Start OVN container | standalone | 0:20:09.047313 | 0.11s 2025-10-02 14:36:03.971653 | fa163e8b-869e-54ed-ef07-000000003422 | TIMING | Start OVN container | standalone | 0:20:09.054144 | 0.12s 2025-10-02 14:36:04.078715 | fa163e8b-869e-54ed-ef07-00000000345a | TASK | Gather variables for each operating system 2025-10-02 14:36:04.201103 | fa163e8b-869e-54ed-ef07-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:09.283566 | 0.12s 2025-10-02 14:36:04.240204 | fa163e8b-869e-54ed-ef07-00000000345b | TASK | Create container logs path 2025-10-02 14:36:04.494549 | fa163e8b-869e-54ed-ef07-00000000345b | OK | Create container logs path | standalone 2025-10-02 14:36:04.495797 | fa163e8b-869e-54ed-ef07-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:09.578286 | 0.25s 2025-10-02 14:36:04.527250 | fa163e8b-869e-54ed-ef07-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:04.848805 | fa163e8b-869e-54ed-ef07-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:04.849971 | fa163e8b-869e-54ed-ef07-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:09.932459 | 0.32s 2025-10-02 14:36:04.879352 | fa163e8b-869e-54ed-ef07-00000000345e | TASK | Finalise hashes for all containers 2025-10-02 14:36:04.973440 | fa163e8b-869e-54ed-ef07-00000000345e | OK | Finalise hashes for all containers | standalone 2025-10-02 14:36:04.974539 | fa163e8b-869e-54ed-ef07-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:10.057029 | 0.09s 2025-10-02 14:36:05.003972 | fa163e8b-869e-54ed-ef07-000000003460 | TASK | Manage systemd shutdown files 2025-10-02 14:36:05.065388 | fa163e8b-869e-54ed-ef07-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:36:05.066523 | fa163e8b-869e-54ed-ef07-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:10.149010 | 0.06s 2025-10-02 14:36:05.096812 | fa163e8b-869e-54ed-ef07-000000003462 | TASK | Update container configs with new config hashes 2025-10-02 14:36:05.169245 | fa163e8b-869e-54ed-ef07-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:36:05.170386 | fa163e8b-869e-54ed-ef07-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:10.252874 | 0.07s 2025-10-02 14:36:05.202159 | fa163e8b-869e-54ed-ef07-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:05.274698 | fa163e8b-869e-54ed-ef07-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:10.357180 | 0.07s 2025-10-02 14:36:05.299577 | 7b8dd03d-ee13-4563-9474-f379a694e42f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:36:05.338994 | fa163e8b-869e-54ed-ef07-0000000034ef | TASK | Gather podman infos 2025-10-02 14:36:06.496009 | fa163e8b-869e-54ed-ef07-0000000034ef | OK | Gather podman infos | standalone 2025-10-02 14:36:06.497341 | fa163e8b-869e-54ed-ef07-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:11.579785 | 1.16s 2025-10-02 14:36:06.563902 | fa163e8b-869e-54ed-ef07-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:06.646558 | fa163e8b-869e-54ed-ef07-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:11.729049 | 0.08s 2025-10-02 14:36:06.796770 | fa163e8b-869e-54ed-ef07-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:11.879246 | 0.09s 2025-10-02 14:36:06.853162 | fa163e8b-869e-54ed-ef07-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:06.904701 | fa163e8b-869e-54ed-ef07-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:11.987178 | 0.05s 2025-10-02 14:36:06.928842 | 1a5138ac-7694-424b-9083-ecf94af2c233 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:36:06.963147 | fa163e8b-869e-54ed-ef07-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:07.854995 | fa163e8b-869e-54ed-ef07-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:07.856027 | fa163e8b-869e-54ed-ef07-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:12.938522 | 0.89s 2025-10-02 14:36:07.876205 | fa163e8b-869e-54ed-ef07-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:10.592630 | fa163e8b-869e-54ed-ef07-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:10.593904 | fa163e8b-869e-54ed-ef07-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:20:15.676398 | 2.72s 2025-10-02 14:36:10.643867 | fa163e8b-869e-54ed-ef07-000000003485 | TASK | Gather variables for each operating system 2025-10-02 14:36:10.766543 | fa163e8b-869e-54ed-ef07-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:15.849031 | 0.12s 2025-10-02 14:36:10.786052 | fa163e8b-869e-54ed-ef07-000000003486 | TASK | Create container logs path 2025-10-02 14:36:11.044464 | fa163e8b-869e-54ed-ef07-000000003486 | OK | Create container logs path | standalone 2025-10-02 14:36:11.046054 | fa163e8b-869e-54ed-ef07-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:16.128536 | 0.26s 2025-10-02 14:36:11.077272 | fa163e8b-869e-54ed-ef07-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:11.394773 | fa163e8b-869e-54ed-ef07-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:11.396337 | fa163e8b-869e-54ed-ef07-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:16.478791 | 0.32s 2025-10-02 14:36:11.430467 | fa163e8b-869e-54ed-ef07-000000003489 | TASK | Finalise hashes for all containers 2025-10-02 14:36:11.535925 | fa163e8b-869e-54ed-ef07-000000003489 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:36:11.537148 | fa163e8b-869e-54ed-ef07-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:16.619637 | 0.10s 2025-10-02 14:36:11.566521 | fa163e8b-869e-54ed-ef07-00000000348b | TASK | Manage systemd shutdown files 2025-10-02 14:36:11.620066 | fa163e8b-869e-54ed-ef07-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:36:11.622200 | fa163e8b-869e-54ed-ef07-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:16.704684 | 0.05s 2025-10-02 14:36:11.653796 | fa163e8b-869e-54ed-ef07-00000000348d | TASK | Update container configs with new config hashes 2025-10-02 14:36:11.733450 | fa163e8b-869e-54ed-ef07-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:36:11.734772 | fa163e8b-869e-54ed-ef07-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:16.817258 | 0.08s 2025-10-02 14:36:11.768309 | fa163e8b-869e-54ed-ef07-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:11.841053 | fa163e8b-869e-54ed-ef07-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:16.923529 | 0.07s 2025-10-02 14:36:11.867927 | 5ce7ec6e-2cca-426a-a2fb-7951c22b29af | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:36:11.903617 | fa163e8b-869e-54ed-ef07-0000000035a6 | TASK | Gather podman infos 2025-10-02 14:36:13.081297 | fa163e8b-869e-54ed-ef07-0000000035a6 | OK | Gather podman infos | standalone 2025-10-02 14:36:13.082070 | fa163e8b-869e-54ed-ef07-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:18.164565 | 1.18s 2025-10-02 14:36:13.150056 | fa163e8b-869e-54ed-ef07-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:13.239440 | fa163e8b-869e-54ed-ef07-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:18.321924 | 0.08s 2025-10-02 14:36:13.365269 | fa163e8b-869e-54ed-ef07-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:18.447752 | 0.09s 2025-10-02 14:36:13.411978 | fa163e8b-869e-54ed-ef07-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:13.461383 | fa163e8b-869e-54ed-ef07-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:18.543860 | 0.05s 2025-10-02 14:36:13.487205 | c437de74-6248-4eab-9861-fb8fdcbd5cb4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:36:13.528928 | fa163e8b-869e-54ed-ef07-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:14.391395 | fa163e8b-869e-54ed-ef07-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:14.392463 | fa163e8b-869e-54ed-ef07-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:19.474954 | 0.86s 2025-10-02 14:36:14.417439 | fa163e8b-869e-54ed-ef07-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:17.133354 | fa163e8b-869e-54ed-ef07-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:17.134932 | fa163e8b-869e-54ed-ef07-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:20:22.217418 | 2.72s 2025-10-02 14:36:17.190094 | fa163e8b-869e-54ed-ef07-0000000034b0 | TASK | Gather variables for each operating system 2025-10-02 14:36:17.318061 | fa163e8b-869e-54ed-ef07-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:22.400549 | 0.13s 2025-10-02 14:36:17.346518 | fa163e8b-869e-54ed-ef07-0000000034b1 | TASK | Create container logs path 2025-10-02 14:36:17.604727 | fa163e8b-869e-54ed-ef07-0000000034b1 | OK | Create container logs path | standalone 2025-10-02 14:36:17.606374 | fa163e8b-869e-54ed-ef07-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:22.688861 | 0.26s 2025-10-02 14:36:17.637456 | fa163e8b-869e-54ed-ef07-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:17.936195 | fa163e8b-869e-54ed-ef07-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:17.937508 | fa163e8b-869e-54ed-ef07-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:23.019992 | 0.30s 2025-10-02 14:36:17.967506 | fa163e8b-869e-54ed-ef07-0000000034b4 | TASK | Finalise hashes for all containers 2025-10-02 14:36:18.030515 | fa163e8b-869e-54ed-ef07-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:36:18.031391 | fa163e8b-869e-54ed-ef07-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:23.113887 | 0.06s 2025-10-02 14:36:18.050582 | fa163e8b-869e-54ed-ef07-0000000034b6 | TASK | Manage systemd shutdown files 2025-10-02 14:36:18.087740 | fa163e8b-869e-54ed-ef07-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:36:18.088582 | fa163e8b-869e-54ed-ef07-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:23.171076 | 0.04s 2025-10-02 14:36:18.118603 | fa163e8b-869e-54ed-ef07-0000000034b8 | TASK | Update container configs with new config hashes 2025-10-02 14:36:18.186785 | fa163e8b-869e-54ed-ef07-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:36:18.187724 | fa163e8b-869e-54ed-ef07-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:23.270217 | 0.07s 2025-10-02 14:36:18.210712 | fa163e8b-869e-54ed-ef07-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:18.272482 | fa163e8b-869e-54ed-ef07-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:23.354968 | 0.06s 2025-10-02 14:36:18.287674 | b170891e-fb1e-43aa-b477-3d327edf0217 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:36:18.313232 | fa163e8b-869e-54ed-ef07-000000003658 | TASK | Gather podman infos 2025-10-02 14:36:19.465190 | fa163e8b-869e-54ed-ef07-000000003658 | OK | Gather podman infos | standalone 2025-10-02 14:36:19.466211 | fa163e8b-869e-54ed-ef07-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:24.548701 | 1.15s 2025-10-02 14:36:19.553587 | fa163e8b-869e-54ed-ef07-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:19.644789 | fa163e8b-869e-54ed-ef07-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:24.727268 | 0.09s 2025-10-02 14:36:19.806223 | fa163e8b-869e-54ed-ef07-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:24.888699 | 0.10s 2025-10-02 14:36:19.851565 | fa163e8b-869e-54ed-ef07-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:19.921443 | fa163e8b-869e-54ed-ef07-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:25.003928 | 0.07s 2025-10-02 14:36:19.935691 | 0c8912ff-f213-4783-a150-a2b5bbfe7ecb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:36:19.965265 | fa163e8b-869e-54ed-ef07-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:20.926636 | fa163e8b-869e-54ed-ef07-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:20.928234 | fa163e8b-869e-54ed-ef07-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:26.010719 | 0.96s 2025-10-02 14:36:20.963631 | fa163e8b-869e-54ed-ef07-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 14:36:23.858138 | fa163e8b-869e-54ed-ef07-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 14:36:23.859859 | fa163e8b-869e-54ed-ef07-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:20:28.942342 | 2.89s 2025-10-02 14:36:23.917596 | fa163e8b-869e-54ed-ef07-000000003424 | TASK | Set NB connection 2025-10-02 14:36:24.362978 | fa163e8b-869e-54ed-ef07-000000003424 | CHANGED | Set NB connection | standalone 2025-10-02 14:36:24.365099 | fa163e8b-869e-54ed-ef07-000000003424 | TIMING | Set NB connection | standalone | 0:20:29.447581 | 0.45s 2025-10-02 14:36:24.398765 | fa163e8b-869e-54ed-ef07-000000003425 | TASK | Set SB connection 2025-10-02 14:36:24.806980 | fa163e8b-869e-54ed-ef07-000000003425 | CHANGED | Set SB connection | standalone 2025-10-02 14:36:24.808380 | fa163e8b-869e-54ed-ef07-000000003425 | TIMING | Set SB connection | standalone | 0:20:29.890867 | 0.41s 2025-10-02 14:36:24.836604 | fa163e8b-869e-54ed-ef07-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-02 14:36:25.108172 | fa163e8b-869e-54ed-ef07-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-02 14:36:25.109795 | fa163e8b-869e-54ed-ef07-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:30.192283 | 0.27s 2025-10-02 14:36:25.214408 | fa163e8b-869e-54ed-ef07-0000000000db | TIMING | include_tasks | standalone | 0:20:30.296882 | 0.07s 2025-10-02 14:36:25.253007 | ce3b92b6-9177-4b50-9e78-6cbd34569839 | INCLUDED | /root/standalone-ansible-86hsw4ty/common_deploy_steps_tasks.yaml | standalone 2025-10-02 14:36:25.280960 | fa163e8b-869e-54ed-ef07-000000003704 | TASK | Write the config_step hieradata 2025-10-02 14:36:25.712177 | fa163e8b-869e-54ed-ef07-000000003704 | OK | Write the config_step hieradata | standalone 2025-10-02 14:36:25.713680 | fa163e8b-869e-54ed-ef07-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:20:30.796166 | 0.43s 2025-10-02 14:36:25.745579 | fa163e8b-869e-54ed-ef07-000000003705 | TASK | Run puppet host configuration for step 3 2025-10-02 14:36:26.086805 | fa163e8b-869e-54ed-ef07-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-02 14:36:26.088562 | fa163e8b-869e-54ed-ef07-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:31.171046 | 0.34s 2025-10-02 14:36:26.118706 | fa163e8b-869e-54ed-ef07-000000003706 | TASK | Wait for puppet host configuration to finish 2025-10-02 14:36:26.344923 | fa163e8b-869e-54ed-ef07-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 14:36:36.540212 | fa163e8b-869e-54ed-ef07-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 14:36:46.778819 | fa163e8b-869e-54ed-ef07-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 14:36:46.780261 | fa163e8b-869e-54ed-ef07-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:51.862747 | 20.66s 2025-10-02 14:36:46.802203 | fa163e8b-869e-54ed-ef07-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-02 14:36:46.903216 | fa163e8b-869e-54ed-ef07-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 2 14:36:26 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 14:36:32 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 14:36:32 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 14:36:32 puppet-user: (file & line not available)", "<13>Oct 2 14:36:32 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 2 14:36:32 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 2 14:36:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 14:36:33 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.44 seconds", "<13>Oct 2 14:36:37 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 14:36:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 14:36:40 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 14:36:40 puppet-user: Notice: Applied catalog in 7.77 seconds", "<13>Oct 2 14:36:40 puppet-user: Application:", "<13>Oct 2 14:36:40 puppet-user: Initial environment: production", "<13>Oct 2 14:36:40 puppet-user: Converged environment: production", "<13>Oct 2 14:36:40 puppet-user: Run mode: user", "<13>Oct 2 14:36:40 puppet-user: Changes:", "<13>Oct 2 14:36:40 puppet-user: Total: 2", "<13>Oct 2 14:36:40 puppet-user: Events:", "<13>Oct 2 14:36:40 puppet-user: Success: 2", "<13>Oct 2 14:36:40 puppet-user: Resources:", "<13>Oct 2 14:36:40 puppet-user: Changed: 2", "<13>Oct 2 14:36:40 puppet-user: Out of sync: 2", "<13>Oct 2 14:36:40 puppet-user: Total: 28", "<13>Oct 2 14:36:40 puppet-user: Time:", "<13>Oct 2 14:36:40 puppet-user: Filebucket: 0.00", "<13>Oct 2 14:36:40 puppet-user: File line: 0.00", "<13>Oct 2 14:36:40 puppet-user: Schedule: 0.00", "<13>Oct 2 14:36:40 puppet-user: Package: 0.00", "<13>Oct 2 14:36:40 puppet-user: File: 0.00", "<13>Oct 2 14:36:40 puppet-user: Augeas: 0.01", "<13>Oct 2 14:36:40 puppet-user: User: 0.07", "<13>Oct 2 14:36:40 puppet-user: Service: 0.08", "<13>Oct 2 14:36:40 puppet-user: Config retrieval: 0.49", "<13>Oct 2 14:36:40 puppet-user: Pcmk property: 1.47", "<13>Oct 2 14:36:40 puppet-user: Exec: 1.91", "<13>Oct 2 14:36:40 puppet-user: Pcmk resource op default: 1.99", "<13>Oct 2 14:36:40 puppet-user: Last run: 1759415800", "<13>Oct 2 14:36:40 puppet-user: Pcmk resource default: 2.06", "<13>Oct 2 14:36:40 puppet-user: Transaction evaluation: 7.75", "<13>Oct 2 14:36:40 puppet-user: Catalog application: 7.77", "<13>Oct 2 14:36:40 puppet-user: Total: 7.78", "<13>Oct 2 14:36:40 puppet-user: Version:", "<13>Oct 2 14:36:40 puppet-user: Config: 1759415792", "<13>Oct 2 14:36:40 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 14:36:46.904144 | fa163e8b-869e-54ed-ef07-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:51.986639 | 0.10s 2025-10-02 14:36:46.925553 | fa163e8b-869e-54ed-ef07-000000003708 | TASK | Pre-cache facts for puppet containers 2025-10-02 14:36:46.954771 | fa163e8b-869e-54ed-ef07-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:52.037252 | 0.03s 2025-10-02 14:36:47.000539 | fa163e8b-869e-54ed-ef07-000000003747 | TASK | Gather variables for each operating system 2025-10-02 14:36:47.121321 | fa163e8b-869e-54ed-ef07-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:52.203786 | 0.12s 2025-10-02 14:36:47.141754 | fa163e8b-869e-54ed-ef07-000000003748 | TASK | Create puppet caching structures 2025-10-02 14:36:47.391190 | fa163e8b-869e-54ed-ef07-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-10-02 14:36:47.392112 | fa163e8b-869e-54ed-ef07-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:52.474607 | 0.25s 2025-10-02 14:36:47.411821 | fa163e8b-869e-54ed-ef07-000000003749 | TASK | Check for facter.conf 2025-10-02 14:36:47.598477 | fa163e8b-869e-54ed-ef07-000000003749 | OK | Check for facter.conf | standalone 2025-10-02 14:36:47.599438 | fa163e8b-869e-54ed-ef07-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:52.681933 | 0.19s 2025-10-02 14:36:47.623329 | fa163e8b-869e-54ed-ef07-00000000374a | TASK | Remove facter.conf if directory 2025-10-02 14:36:47.664506 | fa163e8b-869e-54ed-ef07-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 14:36:47.665838 | fa163e8b-869e-54ed-ef07-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:52.748326 | 0.04s 2025-10-02 14:36:47.691074 | fa163e8b-869e-54ed-ef07-00000000374b | TASK | Write facter cache config 2025-10-02 14:36:48.211230 | fa163e8b-869e-54ed-ef07-00000000374b | CHANGED | Write facter cache config | standalone 2025-10-02 14:36:48.212399 | fa163e8b-869e-54ed-ef07-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:53.294892 | 0.52s 2025-10-02 14:36:48.233784 | fa163e8b-869e-54ed-ef07-00000000374c | TASK | Cleanup facter cache if exists 2025-10-02 14:36:48.417266 | fa163e8b-869e-54ed-ef07-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 14:36:48.418788 | fa163e8b-869e-54ed-ef07-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:53.501276 | 0.18s 2025-10-02 14:36:48.439064 | fa163e8b-869e-54ed-ef07-00000000374d | TASK | Pre-cache facts 2025-10-02 14:36:48.965650 | fa163e8b-869e-54ed-ef07-00000000374d | CHANGED | Pre-cache facts | standalone 2025-10-02 14:36:48.966666 | fa163e8b-869e-54ed-ef07-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:54.049158 | 0.53s 2025-10-02 14:36:48.990521 | fa163e8b-869e-54ed-ef07-00000000374e | TASK | Failed deployment if facter fails 2025-10-02 14:36:49.017993 | fa163e8b-869e-54ed-ef07-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 14:36:49.018984 | fa163e8b-869e-54ed-ef07-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:54.101477 | 0.03s 2025-10-02 14:36:49.052620 | fa163e8b-869e-54ed-ef07-00000000374f | TASK | Sync cached facts 2025-10-02 14:36:49.350181 | fa163e8b-869e-54ed-ef07-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-00000000374f') missing from stats 2025-10-02 14:36:49.408130 | fa163e8b-869e-54ed-ef07-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 14:36:49.462118 | fa163e8b-869e-54ed-ef07-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 14:36:49.463478 | fa163e8b-869e-54ed-ef07-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:54.545964 | 0.05s 2025-10-02 14:36:49.494254 | fa163e8b-869e-54ed-ef07-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-02 14:36:49.525054 | fa163e8b-869e-54ed-ef07-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:54.607528 | 0.03s 2025-10-02 14:36:49.592413 | fa163e8b-869e-54ed-ef07-0000000037a6 | TASK | Gather variables for each operating system 2025-10-02 14:36:49.715247 | fa163e8b-869e-54ed-ef07-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:54.797726 | 0.12s 2025-10-02 14:36:49.744108 | fa163e8b-869e-54ed-ef07-0000000037a7 | TASK | Create container logs path 2025-10-02 14:36:49.998390 | fa163e8b-869e-54ed-ef07-0000000037a7 | OK | Create container logs path | standalone 2025-10-02 14:36:49.999680 | fa163e8b-869e-54ed-ef07-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:55.082169 | 0.25s 2025-10-02 14:36:50.031356 | fa163e8b-869e-54ed-ef07-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 14:36:50.334332 | fa163e8b-869e-54ed-ef07-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-02 14:36:50.335612 | fa163e8b-869e-54ed-ef07-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:55.418101 | 0.30s 2025-10-02 14:36:50.366579 | fa163e8b-869e-54ed-ef07-0000000037aa | TASK | Finalise hashes for all containers 2025-10-02 14:36:50.450712 | fa163e8b-869e-54ed-ef07-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-10-02 14:36:50.451898 | fa163e8b-869e-54ed-ef07-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:55.534385 | 0.08s 2025-10-02 14:36:50.482767 | fa163e8b-869e-54ed-ef07-0000000037ac | TASK | Manage systemd shutdown files 2025-10-02 14:36:50.524646 | fa163e8b-869e-54ed-ef07-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:55.607114 | 0.04s 2025-10-02 14:36:50.560724 | f09b66b0-12d0-482d-b678-11ca46e60a0f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 14:36:50.589508 | fa163e8b-869e-54ed-ef07-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 14:36:50.866999 | fa163e8b-869e-54ed-ef07-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 14:36:50.868432 | fa163e8b-869e-54ed-ef07-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:55.950919 | 0.28s 2025-10-02 14:36:50.897423 | fa163e8b-869e-54ed-ef07-0000000037e0 | TASK | Set podman_drop_in fact 2025-10-02 14:36:50.964546 | fa163e8b-869e-54ed-ef07-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-10-02 14:36:50.965767 | fa163e8b-869e-54ed-ef07-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:56.048255 | 0.07s 2025-10-02 14:36:50.994575 | fa163e8b-869e-54ed-ef07-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 14:36:51.527301 | fa163e8b-869e-54ed-ef07-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 14:36:51.528459 | fa163e8b-869e-54ed-ef07-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:56.610950 | 0.53s 2025-10-02 14:36:52.031387 | fa163e8b-869e-54ed-ef07-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 14:36:52.033014 | fa163e8b-869e-54ed-ef07-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:57.115502 | 1.04s 2025-10-02 14:36:52.044112 | fa163e8b-869e-54ed-ef07-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:57.126593 | 1.05s 2025-10-02 14:36:52.073747 | fa163e8b-869e-54ed-ef07-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 14:36:52.593681 | fa163e8b-869e-54ed-ef07-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 14:36:52.595150 | fa163e8b-869e-54ed-ef07-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:57.677637 | 0.52s 2025-10-02 14:36:52.624557 | fa163e8b-869e-54ed-ef07-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 14:36:53.079957 | fa163e8b-869e-54ed-ef07-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 14:36:53.081522 | fa163e8b-869e-54ed-ef07-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:58.164009 | 0.46s 2025-10-02 14:36:53.113372 | fa163e8b-869e-54ed-ef07-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-10-02 14:36:53.792562 | fa163e8b-869e-54ed-ef07-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 14:36:53.794643 | fa163e8b-869e-54ed-ef07-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:58.877130 | 0.68s 2025-10-02 14:36:53.825682 | fa163e8b-869e-54ed-ef07-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 14:36:54.390766 | fa163e8b-869e-54ed-ef07-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 14:36:54.392185 | fa163e8b-869e-54ed-ef07-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:59.474674 | 0.56s 2025-10-02 14:36:54.420763 | fa163e8b-869e-54ed-ef07-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 14:36:54.874196 | fa163e8b-869e-54ed-ef07-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 14:36:54.875007 | fa163e8b-869e-54ed-ef07-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:59.957504 | 0.45s 2025-10-02 14:36:54.897048 | fa163e8b-869e-54ed-ef07-0000000037e8 | TASK | Enable and start netns-placeholder 2025-10-02 14:36:55.578144 | fa163e8b-869e-54ed-ef07-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 14:36:55.579548 | fa163e8b-869e-54ed-ef07-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:21:00.662042 | 0.68s 2025-10-02 14:36:55.611880 | fa163e8b-869e-54ed-ef07-0000000037ae | TASK | Update container configs with new config hashes 2025-10-02 14:36:55.653235 | fa163e8b-869e-54ed-ef07-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:00.735722 | 0.04s 2025-10-02 14:36:55.666358 | 888d6778-97c7-4562-8e51-c906c426981b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 14:36:55.690556 | fa163e8b-869e-54ed-ef07-000000003810 | TASK | Update config hashes for container startup configs 2025-10-02 14:36:55.945739 | fa163e8b-869e-54ed-ef07-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-10-02 14:36:55.947516 | fa163e8b-869e-54ed-ef07-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:21:01.029996 | 0.26s 2025-10-02 14:36:55.988726 | fa163e8b-869e-54ed-ef07-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 14:36:56.033001 | fa163e8b-869e-54ed-ef07-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:01.115475 | 0.04s 2025-10-02 14:36:56.056931 | 2de3fa90-d690-409c-9530-963adec5d94e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:36:56.092044 | fa163e8b-869e-54ed-ef07-00000000382f | TASK | Gather podman infos 2025-10-02 14:36:57.244158 | fa163e8b-869e-54ed-ef07-00000000382f | OK | Gather podman infos | standalone 2025-10-02 14:36:57.245483 | fa163e8b-869e-54ed-ef07-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:02.327972 | 1.15s 2025-10-02 14:36:57.352935 | fa163e8b-869e-54ed-ef07-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 14:36:57.419745 | fa163e8b-869e-54ed-ef07-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:02.502226 | 0.06s 2025-10-02 14:36:57.547205 | fa163e8b-869e-54ed-ef07-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:02.629677 | 0.08s 2025-10-02 14:36:57.611835 | fa163e8b-869e-54ed-ef07-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 14:36:57.663155 | fa163e8b-869e-54ed-ef07-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:02.745628 | 0.05s 2025-10-02 14:36:57.688354 | d55e8033-a00d-46fa-8409-e060255b91f3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:36:57.726854 | fa163e8b-869e-54ed-ef07-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 14:37:55.211926 | fa163e8b-869e-54ed-ef07-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-02 14:37:55.216188 | fa163e8b-869e-54ed-ef07-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:00.298658 | 57.49s 2025-10-02 14:37:55.250715 | fa163e8b-869e-54ed-ef07-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 14:38:19.585188 | fa163e8b-869e-54ed-ef07-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-02 14:38:19.586488 | fa163e8b-869e-54ed-ef07-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:22:24.668980 | 24.33s 2025-10-02 14:38:19.660027 | fa163e8b-869e-54ed-ef07-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-02 14:38:19.876669 | fa163e8b-869e-54ed-ef07-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-02 14:38:19.878224 | fa163e8b-869e-54ed-ef07-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:24.960708 | 0.22s 2025-10-02 14:38:19.927421 | fa163e8b-869e-54ed-ef07-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-02 14:38:19.977183 | fa163e8b-869e-54ed-ef07-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:25.059659 | 0.05s 2025-10-02 14:38:20.010180 | fa163e8b-869e-54ed-ef07-00000000370f | TASK | Include container-puppet tasks for step 3 2025-10-02 14:38:20.067419 | fa163e8b-869e-54ed-ef07-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:25.149887 | 0.05s 2025-10-02 14:38:20.101438 | b9639f67-e869-4f2f-9031-467022ee91d9 | INCLUDED | /root/standalone-ansible-86hsw4ty/host-container-puppet-tasks.yaml | standalone 2025-10-02 14:38:20.149564 | fa163e8b-869e-54ed-ef07-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-02 14:38:20.616921 | fa163e8b-869e-54ed-ef07-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-02 14:38:20.618124 | fa163e8b-869e-54ed-ef07-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:25.700611 | 0.47s 2025-10-02 14:38:20.647637 | fa163e8b-869e-54ed-ef07-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-10-02 14:38:20.938869 | fa163e8b-869e-54ed-ef07-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-10-02 14:38:20.939747 | fa163e8b-869e-54ed-ef07-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:26.022242 | 0.29s 2025-10-02 14:38:20.962412 | fa163e8b-869e-54ed-ef07-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-02 14:38:20.983212 | fa163e8b-869e-54ed-ef07-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:26.065694 | 0.02s 2025-10-02 14:38:21.039536 | fa163e8b-869e-54ed-ef07-000000003918 | TASK | Gather variables for each operating system 2025-10-02 14:38:21.141954 | fa163e8b-869e-54ed-ef07-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:26.224440 | 0.10s 2025-10-02 14:38:21.167740 | fa163e8b-869e-54ed-ef07-000000003919 | TASK | Create container logs path 2025-10-02 14:38:21.419165 | fa163e8b-869e-54ed-ef07-000000003919 | OK | Create container logs path | standalone 2025-10-02 14:38:21.420574 | fa163e8b-869e-54ed-ef07-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:26.503061 | 0.25s 2025-10-02 14:38:21.453207 | fa163e8b-869e-54ed-ef07-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-02 14:38:21.706991 | fa163e8b-869e-54ed-ef07-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-02 14:38:21.708730 | fa163e8b-869e-54ed-ef07-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:26.791218 | 0.25s 2025-10-02 14:38:21.737681 | fa163e8b-869e-54ed-ef07-00000000391c | TASK | Finalise hashes for all containers 2025-10-02 14:38:21.783827 | fa163e8b-869e-54ed-ef07-00000000391c | OK | Finalise hashes for all containers | standalone 2025-10-02 14:38:21.785113 | fa163e8b-869e-54ed-ef07-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:26.867601 | 0.05s 2025-10-02 14:38:21.820234 | fa163e8b-869e-54ed-ef07-00000000391e | TASK | Manage systemd shutdown files 2025-10-02 14:38:21.867669 | fa163e8b-869e-54ed-ef07-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:38:21.868965 | fa163e8b-869e-54ed-ef07-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:26.951452 | 0.05s 2025-10-02 14:38:21.907787 | fa163e8b-869e-54ed-ef07-000000003920 | TASK | Update container configs with new config hashes 2025-10-02 14:38:21.948468 | fa163e8b-869e-54ed-ef07-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:38:21.949403 | fa163e8b-869e-54ed-ef07-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:27.031896 | 0.04s 2025-10-02 14:38:21.973863 | fa163e8b-869e-54ed-ef07-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-02 14:38:22.022186 | fa163e8b-869e-54ed-ef07-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-02 14:38:22.022890 | fa163e8b-869e-54ed-ef07-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:27.105388 | 0.05s 2025-10-02 14:38:22.043780 | fa163e8b-869e-54ed-ef07-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-02 14:38:22.092266 | fa163e8b-869e-54ed-ef07-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-02 14:38:22.093503 | fa163e8b-869e-54ed-ef07-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:27.175990 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-02 14:38:22.248707 | fa163e8b-869e-54ed-ef07-0000000000de | TASK | External deployment step 4 2025-10-02 14:38:22.290951 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000de') missing from stats 2025-10-02 14:38:22.343785 | fa163e8b-869e-54ed-ef07-0000000000df | TIMING | include_tasks | undercloud | 0:22:27.426269 | 0.04s 2025-10-02 14:38:22.366267 | 914efec9-7975-4992-89fe-bfad4b75dd83 | INCLUDED | /root/standalone-ansible-86hsw4ty/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-02 14:38:22.383550 | fa163e8b-869e-54ed-ef07-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-02 14:38:24.061840 | fa163e8b-869e-54ed-ef07-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-02 14:38:24.063621 | fa163e8b-869e-54ed-ef07-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:29.146107 | 1.68s 2025-10-02 14:38:25.250525 | fa163e8b-869e-54ed-ef07-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-02 14:38:25.251401 | fa163e8b-869e-54ed-ef07-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:30.333897 | 2.87s 2025-10-02 14:38:25.259564 | fa163e8b-869e-54ed-ef07-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:30.342044 | 2.87s 2025-10-02 14:38:25.279191 | fa163e8b-869e-54ed-ef07-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-10-02 14:38:25.331740 | fa163e8b-869e-54ed-ef07-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:30.414212 | 0.05s 2025-10-02 14:38:25.396002 | fa163e8b-869e-54ed-ef07-0000000039a0 | TASK | Create Keystone Admin resources 2025-10-02 14:38:25.458540 | fa163e8b-869e-54ed-ef07-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:30.541019 | 0.06s 2025-10-02 14:38:25.490033 | f3588751-b284-4db8-a5dc-2847b02ecf99 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-02 14:38:25.521915 | fa163e8b-869e-54ed-ef07-0000000039e1 | TASK | Create admin and service projects 2025-10-02 14:38:25.574771 | fa163e8b-869e-54ed-ef07-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:30.657248 | 0.05s 2025-10-02 14:38:25.585358 | 4ec89612-1675-4b2f-a88d-3ff1ed464d87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-02 14:38:25.615234 | fa163e8b-869e-54ed-ef07-000000003a32 | TASK | Async creation of Keystone project 2025-10-02 14:38:26.143295 | fa163e8b-869e-54ed-ef07-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-02 14:38:26.145454 | fa163e8b-869e-54ed-ef07-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:31.227937 | 0.53s 2025-10-02 14:38:26.457342 | fa163e8b-869e-54ed-ef07-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-02 14:38:26.458981 | fa163e8b-869e-54ed-ef07-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:31.541469 | 0.84s 2025-10-02 14:38:26.469072 | fa163e8b-869e-54ed-ef07-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:31.551561 | 0.85s 2025-10-02 14:38:26.488856 | fa163e8b-869e-54ed-ef07-000000003a34 | TASK | Check Keystone project status 2025-10-02 14:38:26.740920 | fa163e8b-869e-54ed-ef07-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-02 14:38:31.975610 | fa163e8b-869e-54ed-ef07-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-10-02 14:38:31.977133 | fa163e8b-869e-54ed-ef07-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:37.059615 | 5.49s 2025-10-02 14:38:32.235089 | fa163e8b-869e-54ed-ef07-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-02 14:38:32.236801 | fa163e8b-869e-54ed-ef07-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:37.319297 | 5.75s 2025-10-02 14:38:32.248177 | fa163e8b-869e-54ed-ef07-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:37.330619 | 5.76s 2025-10-02 14:38:32.270319 | fa163e8b-869e-54ed-ef07-0000000039e2 | TASK | Create admin role 2025-10-02 14:38:33.754984 | fa163e8b-869e-54ed-ef07-0000000039e2 | OK | Create admin role | undercloud 2025-10-02 14:38:33.756518 | fa163e8b-869e-54ed-ef07-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:38.839005 | 1.48s 2025-10-02 14:38:33.776037 | fa163e8b-869e-54ed-ef07-0000000039e3 | TASK | Create _member_ role 2025-10-02 14:38:33.848936 | fa163e8b-869e-54ed-ef07-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-10-02 14:38:33.850331 | fa163e8b-869e-54ed-ef07-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:38.932777 | 0.07s 2025-10-02 14:38:33.869913 | fa163e8b-869e-54ed-ef07-0000000039e4 | TASK | Check admin password 2025-10-02 14:38:35.295439 | fa163e8b-869e-54ed-ef07-0000000039e4 | OK | Check admin password | undercloud 2025-10-02 14:38:35.296615 | fa163e8b-869e-54ed-ef07-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:40.379108 | 1.42s 2025-10-02 14:38:35.317030 | fa163e8b-869e-54ed-ef07-0000000039e5 | TASK | Create admin user 2025-10-02 14:38:37.149232 | fa163e8b-869e-54ed-ef07-0000000039e5 | CHANGED | Create admin user | undercloud 2025-10-02 14:38:37.150917 | fa163e8b-869e-54ed-ef07-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:42.233402 | 1.83s 2025-10-02 14:38:37.173477 | fa163e8b-869e-54ed-ef07-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-10-02 14:38:38.681808 | fa163e8b-869e-54ed-ef07-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-02 14:38:38.683094 | fa163e8b-869e-54ed-ef07-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:43.765584 | 1.51s 2025-10-02 14:38:38.703468 | fa163e8b-869e-54ed-ef07-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-10-02 14:38:38.776593 | fa163e8b-869e-54ed-ef07-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-02 14:38:38.777924 | fa163e8b-869e-54ed-ef07-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:43.860410 | 0.07s 2025-10-02 14:38:38.796962 | fa163e8b-869e-54ed-ef07-0000000039e8 | TASK | Create identity service 2025-10-02 14:38:40.020724 | fa163e8b-869e-54ed-ef07-0000000039e8 | OK | Create identity service | undercloud 2025-10-02 14:38:40.022094 | fa163e8b-869e-54ed-ef07-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:45.104556 | 1.22s 2025-10-02 14:38:40.042113 | fa163e8b-869e-54ed-ef07-0000000039e9 | TASK | Create identity public endpoint 2025-10-02 14:38:41.631509 | fa163e8b-869e-54ed-ef07-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-10-02 14:38:41.633434 | fa163e8b-869e-54ed-ef07-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:46.715922 | 1.59s 2025-10-02 14:38:41.652691 | fa163e8b-869e-54ed-ef07-0000000039ea | TASK | Create identity internal endpoint 2025-10-02 14:38:42.925335 | fa163e8b-869e-54ed-ef07-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-10-02 14:38:42.927988 | fa163e8b-869e-54ed-ef07-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:48.010468 | 1.27s 2025-10-02 14:38:42.944394 | fa163e8b-869e-54ed-ef07-0000000039eb | TASK | Create identity admin endpoint 2025-10-02 14:38:44.286268 | fa163e8b-869e-54ed-ef07-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-10-02 14:38:44.287834 | fa163e8b-869e-54ed-ef07-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:49.370322 | 1.34s 2025-10-02 14:38:44.306772 | fa163e8b-869e-54ed-ef07-0000000039a1 | TASK | Create Keystone Projects 2025-10-02 14:38:44.369885 | fa163e8b-869e-54ed-ef07-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:49.452356 | 0.06s 2025-10-02 14:38:44.382017 | fa163e8b-869e-54ed-ef07-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:49.464499 | 0.07s 2025-10-02 14:38:44.395624 | 09593c15-3018-4e62-9c52-6321bd206004 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-02 14:38:44.442239 | fa163e8b-869e-54ed-ef07-000000003abe | TASK | Async creation of Keystone project 2025-10-02 14:38:44.787810 | fa163e8b-869e-54ed-ef07-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-02 14:38:44.789145 | fa163e8b-869e-54ed-ef07-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:49.871629 | 0.35s 2025-10-02 14:38:44.801541 | fa163e8b-869e-54ed-ef07-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:49.884025 | 0.36s 2025-10-02 14:38:44.819918 | fa163e8b-869e-54ed-ef07-000000003ac0 | TASK | Check Keystone project status 2025-10-02 14:38:45.035676 | fa163e8b-869e-54ed-ef07-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-02 14:38:50.246459 | fa163e8b-869e-54ed-ef07-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-10-02 14:38:50.248761 | fa163e8b-869e-54ed-ef07-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:55.331241 | 5.43s 2025-10-02 14:38:50.258555 | fa163e8b-869e-54ed-ef07-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:55.341041 | 5.44s 2025-10-02 14:38:50.275173 | fa163e8b-869e-54ed-ef07-0000000039a3 | TASK | Create Keystone Domains 2025-10-02 14:38:50.374108 | fa163e8b-869e-54ed-ef07-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:55.456580 | 0.10s 2025-10-02 14:38:50.380522 | fa163e8b-869e-54ed-ef07-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:55.463007 | 0.10s 2025-10-02 14:38:50.391127 | a437faf3-4e59-4acf-a985-0aff26d026db | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-02 14:38:50.430808 | fa163e8b-869e-54ed-ef07-000000003b73 | TASK | Async creation of Keystone domains 2025-10-02 14:38:50.941939 | fa163e8b-869e-54ed-ef07-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-02 14:38:50.943005 | fa163e8b-869e-54ed-ef07-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:56.025494 | 0.51s 2025-10-02 14:38:50.948585 | fa163e8b-869e-54ed-ef07-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:56.031064 | 0.52s 2025-10-02 14:38:50.967975 | fa163e8b-869e-54ed-ef07-000000003b75 | TASK | Check Keystone domain status 2025-10-02 14:38:51.230918 | fa163e8b-869e-54ed-ef07-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-02 14:38:56.457059 | fa163e8b-869e-54ed-ef07-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-02 14:38:56.459210 | fa163e8b-869e-54ed-ef07-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:23:01.541695 | 5.49s 2025-10-02 14:38:56.469365 | fa163e8b-869e-54ed-ef07-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:23:01.551845 | 5.50s 2025-10-02 14:38:56.488998 | fa163e8b-869e-54ed-ef07-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-02 14:38:56.542172 | fa163e8b-869e-54ed-ef07-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:23:01.624647 | 0.05s 2025-10-02 14:38:56.557203 | dd8c2d91-1315-4633-bcb8-852db39a089b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-02 14:38:56.610681 | fa163e8b-869e-54ed-ef07-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-10-02 14:38:58.082002 | fa163e8b-869e-54ed-ef07-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-02 14:38:58.083831 | fa163e8b-869e-54ed-ef07-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:23:03.166310 | 1.47s 2025-10-02 14:38:58.103003 | fa163e8b-869e-54ed-ef07-000000003c3e | TASK | Set openstack_domains fact 2025-10-02 14:38:58.143557 | fa163e8b-869e-54ed-ef07-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-10-02 14:38:58.144816 | fa163e8b-869e-54ed-ef07-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:23:03.227303 | 0.04s 2025-10-02 14:38:58.163647 | fa163e8b-869e-54ed-ef07-0000000039a6 | TASK | Create Keystone Services 2025-10-02 14:38:58.258819 | fa163e8b-869e-54ed-ef07-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:03.341273 | 0.09s 2025-10-02 14:38:58.278905 | fa163e8b-869e-54ed-ef07-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:03.361380 | 0.11s 2025-10-02 14:38:58.291611 | fa163e8b-869e-54ed-ef07-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:03.374094 | 0.13s 2025-10-02 14:38:58.310956 | f9e9b065-d5ec-4b91-ba3c-6dfe337fc848 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-02 14:38:58.320406 | cc2443d4-79e9-4e51-80e4-483a4ca456b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-02 14:38:58.377475 | fa163e8b-869e-54ed-ef07-000000003d1a | TASK | Async creation of Keystone service 2025-10-02 14:38:58.696480 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-02 14:38:58.698408 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:03.780896 | 0.32s 2025-10-02 14:38:58.969423 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-02 14:38:58.970397 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:04.052886 | 0.59s 2025-10-02 14:38:59.268405 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-02 14:38:59.268991 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:04.351487 | 0.89s 2025-10-02 14:38:59.585823 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-02 14:38:59.587499 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:04.669987 | 1.21s 2025-10-02 14:38:59.873699 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-02 14:38:59.875046 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:04.957543 | 1.50s 2025-10-02 14:39:00.128125 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-02 14:39:00.128729 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:05.211227 | 1.75s 2025-10-02 14:39:00.447608 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-02 14:39:00.448238 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:05.530735 | 2.07s 2025-10-02 14:39:00.759075 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-02 14:39:00.759707 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:05.842204 | 2.38s 2025-10-02 14:39:01.089119 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-02 14:39:01.091471 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:06.173957 | 2.71s 2025-10-02 14:39:01.399891 | fa163e8b-869e-54ed-ef07-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-02 14:39:01.401735 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:06.484228 | 3.02s 2025-10-02 14:39:01.413891 | fa163e8b-869e-54ed-ef07-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:06.496373 | 3.04s 2025-10-02 14:39:01.435759 | fa163e8b-869e-54ed-ef07-000000003d1c | TASK | Check Keystone service status 2025-10-02 14:39:01.687624 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-02 14:39:01.688969 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:06.771462 | 0.25s 2025-10-02 14:39:01.982186 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-02 14:39:01.984125 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:07.066619 | 0.55s 2025-10-02 14:39:02.276553 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-02 14:39:02.277511 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:07.360007 | 0.84s 2025-10-02 14:39:02.521078 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-02 14:39:02.524902 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:07.607380 | 1.09s 2025-10-02 14:39:02.735729 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-02 14:39:02.738209 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:07.820695 | 1.30s 2025-10-02 14:39:02.993904 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-02 14:39:02.996189 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:08.078678 | 1.56s 2025-10-02 14:39:03.254439 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-02 14:39:03.256952 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:08.339427 | 1.82s 2025-10-02 14:39:03.521561 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-02 14:39:03.522692 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:08.605181 | 2.09s 2025-10-02 14:39:03.762826 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-02 14:39:03.763954 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:08.846443 | 2.33s 2025-10-02 14:39:04.026485 | fa163e8b-869e-54ed-ef07-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-02 14:39:04.027615 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:09.110102 | 2.59s 2025-10-02 14:39:04.038688 | fa163e8b-869e-54ed-ef07-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:09.121170 | 2.60s 2025-10-02 14:39:04.064308 | fa163e8b-869e-54ed-ef07-000000003d21 | TASK | Async creation of Keystone service 2025-10-02 14:39:04.440511 | fa163e8b-869e-54ed-ef07-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-02 14:39:04.442049 | fa163e8b-869e-54ed-ef07-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:09.524532 | 0.38s 2025-10-02 14:39:04.749353 | fa163e8b-869e-54ed-ef07-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-02 14:39:04.750082 | fa163e8b-869e-54ed-ef07-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:09.832578 | 0.68s 2025-10-02 14:39:05.020458 | fa163e8b-869e-54ed-ef07-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-02 14:39:05.022071 | fa163e8b-869e-54ed-ef07-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:10.104564 | 0.96s 2025-10-02 14:39:05.032979 | fa163e8b-869e-54ed-ef07-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:10.115460 | 0.97s 2025-10-02 14:39:05.052257 | fa163e8b-869e-54ed-ef07-000000003d23 | TASK | Check Keystone service status 2025-10-02 14:39:05.317521 | fa163e8b-869e-54ed-ef07-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-02 14:39:10.558993 | fa163e8b-869e-54ed-ef07-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-02 14:39:10.560320 | fa163e8b-869e-54ed-ef07-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:15.642787 | 5.51s 2025-10-02 14:39:10.819871 | fa163e8b-869e-54ed-ef07-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-02 14:39:10.820975 | fa163e8b-869e-54ed-ef07-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:15.903465 | 5.77s 2025-10-02 14:39:11.080806 | fa163e8b-869e-54ed-ef07-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-02 14:39:11.082458 | fa163e8b-869e-54ed-ef07-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:16.164946 | 6.03s 2025-10-02 14:39:11.092512 | fa163e8b-869e-54ed-ef07-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:16.175004 | 6.04s 2025-10-02 14:39:11.111070 | fa163e8b-869e-54ed-ef07-0000000039a8 | TASK | Create Keystone Endpoints 2025-10-02 14:39:11.190753 | fa163e8b-869e-54ed-ef07-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:16.273222 | 0.08s 2025-10-02 14:39:11.219969 | fa163e8b-869e-54ed-ef07-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:16.302460 | 0.11s 2025-10-02 14:39:11.243862 | fa163e8b-869e-54ed-ef07-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:16.326354 | 0.13s 2025-10-02 14:39:11.249781 | fa163e8b-869e-54ed-ef07-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:16.332265 | 0.14s 2025-10-02 14:39:11.262540 | 6f2fb4a0-831d-4af8-bbbc-3d2e5f571d3f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-02 14:39:11.269117 | daf713e7-261c-4c3c-877b-0e1097cd7e34 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-02 14:39:11.275073 | 036cb203-842c-4064-b84c-d13f4f7054ff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-02 14:39:11.334670 | fa163e8b-869e-54ed-ef07-000000003e53 | TASK | Create Keystone public endpoints 2025-10-02 14:39:11.450436 | fa163e8b-869e-54ed-ef07-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:16.532894 | 0.11s 2025-10-02 14:39:11.467001 | fa163e8b-869e-54ed-ef07-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:16.549489 | 0.13s 2025-10-02 14:39:11.482791 | fa163e8b-869e-54ed-ef07-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:16.565270 | 0.15s 2025-10-02 14:39:11.504556 | ba17b46c-1551-450d-9135-17c5fdfc2e87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 14:39:11.519935 | 53624b72-3f97-4745-a52b-62d3b38da57a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 14:39:11.540433 | fa163e8b-869e-54ed-ef07-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-10-02 14:39:11.910959 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-02 14:39:11.912132 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:16.994626 | 0.37s 2025-10-02 14:39:12.186303 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-02 14:39:12.187472 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:17.269961 | 0.65s 2025-10-02 14:39:12.502422 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-02 14:39:12.504074 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:17.586563 | 0.96s 2025-10-02 14:39:12.863707 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-02 14:39:12.864745 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:17.947234 | 1.32s 2025-10-02 14:39:13.197690 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-02 14:39:13.198850 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.281348 | 1.66s 2025-10-02 14:39:13.565840 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-02 14:39:13.566520 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.649016 | 2.03s 2025-10-02 14:39:13.860076 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-02 14:39:13.860898 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.943391 | 2.32s 2025-10-02 14:39:14.128163 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-02 14:39:14.129235 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:19.211723 | 2.59s 2025-10-02 14:39:14.464674 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-02 14:39:14.465297 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:19.547778 | 2.92s 2025-10-02 14:39:14.773825 | fa163e8b-869e-54ed-ef07-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-02 14:39:14.774500 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:19.856996 | 3.23s 2025-10-02 14:39:14.784225 | fa163e8b-869e-54ed-ef07-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:19.866593 | 3.24s 2025-10-02 14:39:14.806839 | fa163e8b-869e-54ed-ef07-000000003f7d | TASK | Check Keystone public endpoint status 2025-10-02 14:39:15.120342 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-02 14:39:15.121978 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:20.204463 | 0.31s 2025-10-02 14:39:15.306687 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-02 14:39:15.308166 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:20.390655 | 0.50s 2025-10-02 14:39:15.575236 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-02 14:39:15.577202 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:20.659689 | 0.77s 2025-10-02 14:39:15.805527 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-02 14:39:15.807187 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:20.889676 | 1.00s 2025-10-02 14:39:16.092220 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-02 14:39:16.092968 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.175464 | 1.28s 2025-10-02 14:39:16.317440 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-02 14:39:16.318676 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.401163 | 1.51s 2025-10-02 14:39:16.540419 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-02 14:39:16.541602 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.624089 | 1.73s 2025-10-02 14:39:16.807724 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-02 14:39:16.808466 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.890962 | 2.00s 2025-10-02 14:39:17.071989 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-02 14:39:17.074257 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.156743 | 2.27s 2025-10-02 14:39:17.319547 | fa163e8b-869e-54ed-ef07-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-02 14:39:17.321714 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.404199 | 2.51s 2025-10-02 14:39:17.335770 | fa163e8b-869e-54ed-ef07-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.418253 | 2.53s 2025-10-02 14:39:17.363489 | fa163e8b-869e-54ed-ef07-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-10-02 14:39:17.613749 | fa163e8b-869e-54ed-ef07-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-02 14:39:17.615999 | fa163e8b-869e-54ed-ef07-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:22.698478 | 0.25s 2025-10-02 14:39:17.968123 | fa163e8b-869e-54ed-ef07-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-02 14:39:17.969749 | fa163e8b-869e-54ed-ef07-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:23.052238 | 0.60s 2025-10-02 14:39:18.328027 | fa163e8b-869e-54ed-ef07-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-02 14:39:18.329050 | fa163e8b-869e-54ed-ef07-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:23.411540 | 0.96s 2025-10-02 14:39:18.342952 | fa163e8b-869e-54ed-ef07-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:23.425411 | 0.98s 2025-10-02 14:39:18.362128 | fa163e8b-869e-54ed-ef07-000000003f84 | TASK | Check Keystone public endpoint status 2025-10-02 14:39:18.670262 | fa163e8b-869e-54ed-ef07-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-02 14:39:23.892731 | fa163e8b-869e-54ed-ef07-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-02 14:39:23.894126 | fa163e8b-869e-54ed-ef07-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:28.976612 | 5.53s 2025-10-02 14:39:24.131130 | fa163e8b-869e-54ed-ef07-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-02 14:39:24.132799 | fa163e8b-869e-54ed-ef07-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:29.215289 | 5.77s 2025-10-02 14:39:24.352139 | fa163e8b-869e-54ed-ef07-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-02 14:39:24.353388 | fa163e8b-869e-54ed-ef07-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:29.435877 | 5.99s 2025-10-02 14:39:24.361117 | fa163e8b-869e-54ed-ef07-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:29.443607 | 6.00s 2025-10-02 14:39:24.383926 | fa163e8b-869e-54ed-ef07-000000003e58 | TASK | Create Keystone admin endpoints 2025-10-02 14:39:24.501762 | fa163e8b-869e-54ed-ef07-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:29.584231 | 0.12s 2025-10-02 14:39:24.523492 | fa163e8b-869e-54ed-ef07-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:29.605982 | 0.14s 2025-10-02 14:39:24.533114 | fa163e8b-869e-54ed-ef07-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:29.615605 | 0.15s 2025-10-02 14:39:24.551390 | e471b2af-8fe1-4a9a-a059-7fc40642f1ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 14:39:24.561027 | fbfe6a86-80d6-45e4-8a9e-c216b244993d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 14:39:24.586426 | fa163e8b-869e-54ed-ef07-000000003fdc | TASK | Async creation of Keystone admin endpoint 2025-10-02 14:39:24.948194 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-02 14:39:24.950908 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.033394 | 0.36s 2025-10-02 14:39:25.236075 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-02 14:39:25.236732 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.319228 | 0.65s 2025-10-02 14:39:25.479418 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-02 14:39:25.480887 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.563377 | 0.89s 2025-10-02 14:39:25.711803 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-02 14:39:25.712811 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.795301 | 1.12s 2025-10-02 14:39:25.965895 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-02 14:39:25.966552 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.049047 | 1.38s 2025-10-02 14:39:26.234622 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-02 14:39:26.235275 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.317771 | 1.65s 2025-10-02 14:39:26.488968 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-02 14:39:26.489628 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.572124 | 1.90s 2025-10-02 14:39:26.763664 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-02 14:39:26.764849 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.847338 | 2.18s 2025-10-02 14:39:27.048299 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-02 14:39:27.048925 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:32.131421 | 2.46s 2025-10-02 14:39:27.261940 | fa163e8b-869e-54ed-ef07-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-02 14:39:27.262500 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:32.344999 | 2.67s 2025-10-02 14:39:27.273451 | fa163e8b-869e-54ed-ef07-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:32.355934 | 2.69s 2025-10-02 14:39:27.298729 | fa163e8b-869e-54ed-ef07-000000003fde | TASK | Check Keystone admin endpoint status 2025-10-02 14:39:27.550393 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-02 14:39:27.551913 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:32.634394 | 0.25s 2025-10-02 14:39:27.748017 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-02 14:39:27.748675 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:32.831173 | 0.45s 2025-10-02 14:39:27.987611 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-02 14:39:27.988788 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.071276 | 0.69s 2025-10-02 14:39:28.257235 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-02 14:39:28.258911 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.341399 | 0.96s 2025-10-02 14:39:28.507962 | fa163e8b-869e-54ed-ef07-000000003fde | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-02 14:39:33.720762 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-02 14:39:33.721561 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:38.804059 | 6.42s 2025-10-02 14:39:33.992444 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-02 14:39:33.993117 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:39.075614 | 6.69s 2025-10-02 14:39:34.255763 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-02 14:39:34.256928 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:39.339417 | 6.96s 2025-10-02 14:39:34.515445 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-02 14:39:34.517199 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:39.599688 | 7.22s 2025-10-02 14:39:34.732313 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-02 14:39:34.734268 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:39.816756 | 7.43s 2025-10-02 14:39:35.004825 | fa163e8b-869e-54ed-ef07-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-02 14:39:35.005533 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:40.088029 | 7.70s 2025-10-02 14:39:35.013757 | fa163e8b-869e-54ed-ef07-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:40.096241 | 7.71s 2025-10-02 14:39:35.035545 | fa163e8b-869e-54ed-ef07-000000003fe3 | TASK | Async creation of Keystone admin endpoint 2025-10-02 14:39:35.394246 | fa163e8b-869e-54ed-ef07-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-02 14:39:35.395671 | fa163e8b-869e-54ed-ef07-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:40.478149 | 0.36s 2025-10-02 14:39:35.708862 | fa163e8b-869e-54ed-ef07-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-02 14:39:35.709885 | fa163e8b-869e-54ed-ef07-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:40.792374 | 0.67s 2025-10-02 14:39:36.016040 | fa163e8b-869e-54ed-ef07-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-02 14:39:36.017161 | fa163e8b-869e-54ed-ef07-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:41.099650 | 0.98s 2025-10-02 14:39:36.023486 | fa163e8b-869e-54ed-ef07-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:41.105978 | 0.99s 2025-10-02 14:39:36.045082 | fa163e8b-869e-54ed-ef07-000000003fe5 | TASK | Check Keystone admin endpoint status 2025-10-02 14:39:36.331858 | fa163e8b-869e-54ed-ef07-000000003fe5 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-02 14:39:41.548954 | fa163e8b-869e-54ed-ef07-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-02 14:39:41.550586 | fa163e8b-869e-54ed-ef07-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:46.633068 | 5.50s 2025-10-02 14:39:41.780961 | fa163e8b-869e-54ed-ef07-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-02 14:39:41.783026 | fa163e8b-869e-54ed-ef07-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:46.865513 | 5.74s 2025-10-02 14:39:42.043920 | fa163e8b-869e-54ed-ef07-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-02 14:39:42.046101 | fa163e8b-869e-54ed-ef07-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:47.128589 | 6.00s 2025-10-02 14:39:42.058714 | fa163e8b-869e-54ed-ef07-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:47.141191 | 6.01s 2025-10-02 14:39:42.084729 | fa163e8b-869e-54ed-ef07-000000003e5d | TASK | Create Keystone internal endpoints 2025-10-02 14:39:42.195177 | fa163e8b-869e-54ed-ef07-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:47.277632 | 0.11s 2025-10-02 14:39:42.214591 | fa163e8b-869e-54ed-ef07-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:47.297071 | 0.13s 2025-10-02 14:39:42.230680 | fa163e8b-869e-54ed-ef07-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:47.313166 | 0.14s 2025-10-02 14:39:42.249902 | e4802511-e1ad-4424-afa0-f873d269cade | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 14:39:42.260519 | b697e763-21eb-463c-8d54-899f9b9f756d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 14:39:42.286692 | fa163e8b-869e-54ed-ef07-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-02 14:39:42.663668 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-02 14:39:42.665534 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:47.748010 | 0.38s 2025-10-02 14:39:42.947316 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-02 14:39:42.948159 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:48.030652 | 0.66s 2025-10-02 14:39:43.213579 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-02 14:39:43.214587 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:48.297075 | 0.93s 2025-10-02 14:39:43.481745 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-02 14:39:43.482467 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:48.564963 | 1.19s 2025-10-02 14:39:43.719724 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-02 14:39:43.720335 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:48.802831 | 1.43s 2025-10-02 14:39:44.043316 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-02 14:39:44.043980 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:49.126476 | 1.76s 2025-10-02 14:39:44.360406 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-02 14:39:44.361277 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:49.443774 | 2.07s 2025-10-02 14:39:44.665478 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-02 14:39:44.666070 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:49.748567 | 2.38s 2025-10-02 14:39:44.932833 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-02 14:39:44.934278 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:50.016741 | 2.65s 2025-10-02 14:39:45.208169 | fa163e8b-869e-54ed-ef07-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-02 14:39:45.208803 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:50.291300 | 2.92s 2025-10-02 14:39:45.215354 | fa163e8b-869e-54ed-ef07-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:50.297845 | 2.93s 2025-10-02 14:39:45.231866 | fa163e8b-869e-54ed-ef07-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-02 14:39:45.544392 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-02 14:39:45.546317 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:50.628769 | 0.31s 2025-10-02 14:39:45.829451 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-02 14:39:45.831770 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:50.914253 | 0.60s 2025-10-02 14:39:46.075972 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-02 14:39:46.077872 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.160356 | 0.85s 2025-10-02 14:39:46.310491 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-02 14:39:46.311935 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.394422 | 1.08s 2025-10-02 14:39:46.568831 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-02 14:39:46.570046 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.652535 | 1.34s 2025-10-02 14:39:46.853520 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-02 14:39:46.855279 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.937773 | 1.62s 2025-10-02 14:39:47.084210 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-02 14:39:47.086247 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.168735 | 1.85s 2025-10-02 14:39:47.334712 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-02 14:39:47.336927 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.419414 | 2.10s 2025-10-02 14:39:47.551998 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-02 14:39:47.554362 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.636846 | 2.32s 2025-10-02 14:39:47.808608 | fa163e8b-869e-54ed-ef07-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-02 14:39:47.809430 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.891927 | 2.58s 2025-10-02 14:39:47.821504 | fa163e8b-869e-54ed-ef07-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.903982 | 2.59s 2025-10-02 14:39:47.850103 | fa163e8b-869e-54ed-ef07-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-02 14:39:48.150137 | fa163e8b-869e-54ed-ef07-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-02 14:39:48.151116 | fa163e8b-869e-54ed-ef07-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.233608 | 0.30s 2025-10-02 14:39:48.443588 | fa163e8b-869e-54ed-ef07-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-02 14:39:48.446577 | fa163e8b-869e-54ed-ef07-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.529065 | 0.59s 2025-10-02 14:39:48.735889 | fa163e8b-869e-54ed-ef07-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-02 14:39:48.736612 | fa163e8b-869e-54ed-ef07-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.819106 | 0.88s 2025-10-02 14:39:48.741190 | fa163e8b-869e-54ed-ef07-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.823675 | 0.89s 2025-10-02 14:39:48.770753 | fa163e8b-869e-54ed-ef07-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-02 14:39:49.018424 | fa163e8b-869e-54ed-ef07-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-02 14:39:54.242389 | fa163e8b-869e-54ed-ef07-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-02 14:39:54.244518 | fa163e8b-869e-54ed-ef07-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.326999 | 5.47s 2025-10-02 14:39:54.421862 | fa163e8b-869e-54ed-ef07-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-02 14:39:54.423097 | fa163e8b-869e-54ed-ef07-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.505585 | 5.65s 2025-10-02 14:39:54.600831 | fa163e8b-869e-54ed-ef07-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-02 14:39:54.603131 | fa163e8b-869e-54ed-ef07-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.685617 | 5.83s 2025-10-02 14:39:54.614037 | fa163e8b-869e-54ed-ef07-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.696521 | 5.84s 2025-10-02 14:39:54.635706 | fa163e8b-869e-54ed-ef07-0000000039aa | TASK | Run cleanup tasks 2025-10-02 14:39:54.700836 | fa163e8b-869e-54ed-ef07-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:59.783310 | 0.06s 2025-10-02 14:39:54.718168 | aa3d9519-9c65-4fd1-b3a8-c4544ae208d3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-02 14:39:54.781357 | fa163e8b-869e-54ed-ef07-00000000409c | TASK | Get list of enabled services 2025-10-02 14:39:57.394624 | fa163e8b-869e-54ed-ef07-00000000409c | CHANGED | Get list of enabled services | undercloud 2025-10-02 14:39:57.396255 | fa163e8b-869e-54ed-ef07-00000000409c | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:24:02.478740 | 2.61s 2025-10-02 14:39:57.415449 | fa163e8b-869e-54ed-ef07-00000000409d | TASK | List services to be disabled 2025-10-02 14:39:57.515460 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-02 14:39:57.559611 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-02 14:39:57.585374 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-02 14:39:57.610769 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-02 14:39:57.638424 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-02 14:39:57.664033 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-02 14:39:57.689834 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-02 14:39:57.715188 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-02 14:39:57.739860 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-02 14:39:57.765493 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-02 14:39:57.790827 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-02 14:39:57.863153 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-02 14:39:57.869870 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-02 14:39:57.884478 | fa163e8b-869e-54ed-ef07-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-02 14:39:57.897467 | fa163e8b-869e-54ed-ef07-00000000409d | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:24:02.979944 | 0.48s 2025-10-02 14:39:57.918581 | fa163e8b-869e-54ed-ef07-00000000409e | TASK | Delete keystone services not enabled 2025-10-02 14:39:57.950141 | fa163e8b-869e-54ed-ef07-00000000409e | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:24:03.032616 | 0.03s 2025-10-02 14:39:57.969649 | fa163e8b-869e-54ed-ef07-0000000039ab | TASK | Create Keystone Roles 2025-10-02 14:39:58.061799 | fa163e8b-869e-54ed-ef07-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:03.144272 | 0.09s 2025-10-02 14:39:58.068711 | fa163e8b-869e-54ed-ef07-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:03.151191 | 0.10s 2025-10-02 14:39:58.086008 | 2d65523e-f857-47ca-a6e8-96e703710804 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-02 14:39:58.157055 | fa163e8b-869e-54ed-ef07-000000004208 | TASK | Async creation of Keystone role 2025-10-02 14:39:58.495812 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-02 14:39:58.497403 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:03.579869 | 0.34s 2025-10-02 14:39:58.790066 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-02 14:39:58.794417 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:03.876895 | 0.64s 2025-10-02 14:39:59.067482 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-02 14:39:59.068969 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:04.151462 | 0.91s 2025-10-02 14:39:59.360159 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-02 14:39:59.360771 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:04.443266 | 1.20s 2025-10-02 14:39:59.663989 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-02 14:39:59.664570 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:04.747066 | 1.51s 2025-10-02 14:39:59.948268 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-02 14:39:59.949233 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.031722 | 1.79s 2025-10-02 14:40:00.231994 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-02 14:40:00.232602 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.315099 | 2.07s 2025-10-02 14:40:00.533265 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-02 14:40:00.533880 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.616376 | 2.38s 2025-10-02 14:40:00.800347 | fa163e8b-869e-54ed-ef07-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-02 14:40:00.801322 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.883784 | 2.64s 2025-10-02 14:40:00.813472 | fa163e8b-869e-54ed-ef07-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.895954 | 2.66s 2025-10-02 14:40:00.832748 | fa163e8b-869e-54ed-ef07-00000000420a | TASK | Check Keystone role status 2025-10-02 14:40:01.054472 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-02 14:40:01.055376 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.137870 | 0.22s 2025-10-02 14:40:01.322181 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-02 14:40:01.323481 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.405977 | 0.49s 2025-10-02 14:40:01.569173 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-02 14:40:01.570219 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.652709 | 0.74s 2025-10-02 14:40:01.820308 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-02 14:40:01.821330 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.903818 | 0.99s 2025-10-02 14:40:02.039167 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-02 14:40:02.040639 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.123132 | 1.21s 2025-10-02 14:40:02.293915 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-02 14:40:02.296337 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.378770 | 1.46s 2025-10-02 14:40:02.494444 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-02 14:40:02.495186 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.577681 | 1.66s 2025-10-02 14:40:02.713589 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-02 14:40:02.714610 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.797102 | 1.88s 2025-10-02 14:40:02.941977 | fa163e8b-869e-54ed-ef07-00000000420a | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-02 14:40:02.942714 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:08.025209 | 2.11s 2025-10-02 14:40:02.949639 | fa163e8b-869e-54ed-ef07-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:08.032120 | 2.12s 2025-10-02 14:40:02.971923 | fa163e8b-869e-54ed-ef07-0000000039ad | TASK | Create Keystone Users 2025-10-02 14:40:03.078264 | fa163e8b-869e-54ed-ef07-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:08.160740 | 0.11s 2025-10-02 14:40:03.098810 | fa163e8b-869e-54ed-ef07-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:08.181293 | 0.13s 2025-10-02 14:40:03.104896 | fa163e8b-869e-54ed-ef07-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:08.187378 | 0.13s 2025-10-02 14:40:03.128097 | 3b05b2a0-f4e9-4c37-a9e6-b079ea233fc5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-02 14:40:03.141888 | e4c626e0-a9b9-4c79-a728-2c0068294a23 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-02 14:40:03.200708 | fa163e8b-869e-54ed-ef07-00000000439c | TASK | Check password of Keystone user 2025-10-02 14:40:04.174905 | fa163e8b-869e-54ed-ef07-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-02 14:40:04.176876 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:09.259370 | 0.98s 2025-10-02 14:40:05.107235 | fa163e8b-869e-54ed-ef07-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-02 14:40:05.109057 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:10.191549 | 1.91s 2025-10-02 14:40:06.052449 | fa163e8b-869e-54ed-ef07-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-02 14:40:06.053091 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:11.135586 | 2.85s 2025-10-02 14:40:06.987790 | fa163e8b-869e-54ed-ef07-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-02 14:40:06.988672 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:12.071161 | 3.79s 2025-10-02 14:40:08.013613 | fa163e8b-869e-54ed-ef07-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-02 14:40:08.014911 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:13.097408 | 4.81s 2025-10-02 14:40:08.973028 | fa163e8b-869e-54ed-ef07-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-02 14:40:08.974900 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:14.057387 | 5.77s 2025-10-02 14:40:10.017449 | fa163e8b-869e-54ed-ef07-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-02 14:40:10.018464 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:15.100952 | 6.82s 2025-10-02 14:40:10.987764 | fa163e8b-869e-54ed-ef07-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-02 14:40:10.989551 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:16.072038 | 7.79s 2025-10-02 14:40:12.011892 | fa163e8b-869e-54ed-ef07-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-02 14:40:12.013135 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:17.095617 | 8.81s 2025-10-02 14:40:13.008841 | fa163e8b-869e-54ed-ef07-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-02 14:40:13.009535 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:18.092031 | 9.81s 2025-10-02 14:40:13.014603 | fa163e8b-869e-54ed-ef07-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-02 14:40:13.015733 | fa163e8b-869e-54ed-ef07-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:18.098216 | 9.81s 2025-10-02 14:40:13.037611 | fa163e8b-869e-54ed-ef07-00000000439e | TASK | Async creation of Keystone user 2025-10-02 14:40:13.478419 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:13.480773 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.563256 | 0.44s 2025-10-02 14:40:13.792783 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:13.794077 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.876575 | 0.75s 2025-10-02 14:40:14.154236 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:14.155194 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.237684 | 1.12s 2025-10-02 14:40:14.465759 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:14.466850 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.549346 | 1.43s 2025-10-02 14:40:14.791973 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:14.792702 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.875195 | 1.75s 2025-10-02 14:40:15.143860 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:15.148841 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.231329 | 2.11s 2025-10-02 14:40:15.494771 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:15.497169 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.579651 | 2.46s 2025-10-02 14:40:15.767377 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:15.768859 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.851352 | 2.73s 2025-10-02 14:40:16.133865 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:16.134507 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.217004 | 3.10s 2025-10-02 14:40:16.483560 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:16.484138 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.566635 | 3.44s 2025-10-02 14:40:16.487507 | fa163e8b-869e-54ed-ef07-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:16.488494 | fa163e8b-869e-54ed-ef07-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.570980 | 3.45s 2025-10-02 14:40:16.507279 | fa163e8b-869e-54ed-ef07-0000000043a0 | TASK | Check Keystone user status 2025-10-02 14:40:16.754110 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:16.755696 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.838190 | 0.25s 2025-10-02 14:40:17.003653 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:17.004753 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.087238 | 0.50s 2025-10-02 14:40:17.250472 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:17.251119 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.333615 | 0.74s 2025-10-02 14:40:17.561370 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:17.562712 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.645201 | 1.05s 2025-10-02 14:40:17.827735 | fa163e8b-869e-54ed-ef07-0000000043a0 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-02 14:40:23.054999 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:23.055704 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.138198 | 6.55s 2025-10-02 14:40:23.328677 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:23.329559 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.412050 | 6.82s 2025-10-02 14:40:23.591849 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:23.593851 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.676339 | 7.09s 2025-10-02 14:40:23.877915 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:23.879936 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.962424 | 7.37s 2025-10-02 14:40:24.179269 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:24.180330 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:29.262787 | 7.67s 2025-10-02 14:40:24.543498 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:24.544545 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:29.627033 | 8.04s 2025-10-02 14:40:24.551394 | fa163e8b-869e-54ed-ef07-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:24.552511 | fa163e8b-869e-54ed-ef07-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:29.634999 | 8.04s 2025-10-02 14:40:24.574565 | fa163e8b-869e-54ed-ef07-0000000043a5 | TASK | Check password of Keystone user 2025-10-02 14:40:25.617214 | fa163e8b-869e-54ed-ef07-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-02 14:40:25.619262 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:30.701744 | 1.04s 2025-10-02 14:40:26.530458 | fa163e8b-869e-54ed-ef07-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-02 14:40:26.531483 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:31.613971 | 1.96s 2025-10-02 14:40:27.471405 | fa163e8b-869e-54ed-ef07-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-02 14:40:27.472881 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:32.555369 | 2.90s 2025-10-02 14:40:28.416220 | fa163e8b-869e-54ed-ef07-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-02 14:40:28.416788 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:33.499285 | 3.84s 2025-10-02 14:40:29.525578 | fa163e8b-869e-54ed-ef07-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-02 14:40:29.526677 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:34.609163 | 4.95s 2025-10-02 14:40:30.492202 | fa163e8b-869e-54ed-ef07-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-02 14:40:30.494041 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:35.576528 | 5.92s 2025-10-02 14:40:30.504488 | fa163e8b-869e-54ed-ef07-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-02 14:40:30.505939 | fa163e8b-869e-54ed-ef07-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:35.588421 | 5.93s 2025-10-02 14:40:30.526749 | fa163e8b-869e-54ed-ef07-0000000043a7 | TASK | Async creation of Keystone user 2025-10-02 14:40:30.918950 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:30.919993 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.002483 | 0.39s 2025-10-02 14:40:31.271423 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:31.271986 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.354482 | 0.74s 2025-10-02 14:40:31.588623 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:31.589170 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.671668 | 1.06s 2025-10-02 14:40:31.888615 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:31.889279 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.971773 | 1.36s 2025-10-02 14:40:32.233003 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:32.234254 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:37.316748 | 1.71s 2025-10-02 14:40:32.586990 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:32.588027 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:37.670523 | 2.06s 2025-10-02 14:40:32.598007 | fa163e8b-869e-54ed-ef07-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 14:40:32.598570 | fa163e8b-869e-54ed-ef07-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:37.681068 | 2.07s 2025-10-02 14:40:32.613143 | fa163e8b-869e-54ed-ef07-0000000043a9 | TASK | Check Keystone user status 2025-10-02 14:40:32.869875 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:32.873876 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:37.956365 | 0.26s 2025-10-02 14:40:33.134416 | fa163e8b-869e-54ed-ef07-0000000043a9 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-02 14:40:38.351939 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:38.352627 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.435123 | 5.74s 2025-10-02 14:40:38.629003 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:38.631552 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.714044 | 6.02s 2025-10-02 14:40:38.891370 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:38.894793 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.977280 | 6.28s 2025-10-02 14:40:39.171304 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:39.174302 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:44.256772 | 6.56s 2025-10-02 14:40:39.412340 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:39.414031 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:44.496527 | 6.80s 2025-10-02 14:40:39.424331 | fa163e8b-869e-54ed-ef07-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-02 14:40:39.425225 | fa163e8b-869e-54ed-ef07-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:44.507715 | 6.81s 2025-10-02 14:40:39.445555 | fa163e8b-869e-54ed-ef07-0000000039af | TASK | Assign Keystone Users to Roles 2025-10-02 14:40:39.538348 | fa163e8b-869e-54ed-ef07-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:44.620771 | 0.09s 2025-10-02 14:40:39.567493 | fa163e8b-869e-54ed-ef07-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:44.649978 | 0.12s 2025-10-02 14:40:39.591660 | fa163e8b-869e-54ed-ef07-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:44.674151 | 0.14s 2025-10-02 14:40:39.605267 | fa163e8b-869e-54ed-ef07-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:44.687750 | 0.16s 2025-10-02 14:40:39.621988 | bc2cae69-d78c-425f-9f4e-c1eb0fb2cafd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-02 14:40:39.632375 | bbb0ef54-540c-4ad3-8571-2c861b6ca69f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-02 14:40:39.640999 | 462bccc4-f2ba-4f5a-b2d0-cd324c0303a1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-02 14:40:39.716368 | fa163e8b-869e-54ed-ef07-00000000459c | TASK | Async assignment of Keystone user per role 2025-10-02 14:40:39.780687 | fa163e8b-869e-54ed-ef07-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:44.863151 | 0.06s 2025-10-02 14:40:39.800600 | fa163e8b-869e-54ed-ef07-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:44.883086 | 0.08s 2025-10-02 14:40:39.810688 | fa163e8b-869e-54ed-ef07-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:44.893168 | 0.09s 2025-10-02 14:40:39.829236 | aec16859-3c98-457c-83a0-d213f9242299 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 14:40:39.840469 | 127e624d-6635-4964-9b62-2b131994324d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 14:40:39.868283 | fa163e8b-869e-54ed-ef07-000000004765 | TASK | Async assignment of Keystone user to roles 2025-10-02 14:40:40.184151 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-02 14:40:40.186922 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.269403 | 0.32s 2025-10-02 14:40:40.484424 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-02 14:40:40.485440 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.567924 | 0.61s 2025-10-02 14:40:40.766263 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-02 14:40:40.767531 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.850021 | 0.90s 2025-10-02 14:40:41.095182 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-02 14:40:41.096436 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.178921 | 1.23s 2025-10-02 14:40:41.357330 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-02 14:40:41.358360 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.440857 | 1.49s 2025-10-02 14:40:41.720349 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-02 14:40:41.721633 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.804130 | 1.85s 2025-10-02 14:40:42.046576 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-02 14:40:42.049331 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:47.131789 | 2.18s 2025-10-02 14:40:42.355398 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-02 14:40:42.356149 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:47.438643 | 2.49s 2025-10-02 14:40:42.670756 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-02 14:40:42.671907 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:47.754392 | 2.80s 2025-10-02 14:40:42.989804 | fa163e8b-869e-54ed-ef07-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-02 14:40:42.991481 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:48.073974 | 3.12s 2025-10-02 14:40:43.002714 | fa163e8b-869e-54ed-ef07-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:48.085198 | 3.13s 2025-10-02 14:40:43.029751 | fa163e8b-869e-54ed-ef07-000000004767 | TASK | Check Keystone user assignment to roles status 2025-10-02 14:40:43.287423 | fa163e8b-869e-54ed-ef07-000000004767 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 14:40:48.518961 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-02 14:40:48.521619 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:53.604103 | 5.49s 2025-10-02 14:40:48.797773 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-02 14:40:48.799135 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:53.881619 | 5.77s 2025-10-02 14:40:49.046102 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-02 14:40:49.046877 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.129373 | 6.02s 2025-10-02 14:40:49.238469 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-02 14:40:49.239834 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.322317 | 6.21s 2025-10-02 14:40:49.478611 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-02 14:40:49.479551 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.562044 | 6.45s 2025-10-02 14:40:49.736372 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-02 14:40:49.737187 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.819682 | 6.71s 2025-10-02 14:40:49.927946 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-02 14:40:49.930212 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.012699 | 6.90s 2025-10-02 14:40:50.117009 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-02 14:40:50.118159 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.200647 | 7.09s 2025-10-02 14:40:50.376828 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-02 14:40:50.379595 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.462078 | 7.35s 2025-10-02 14:40:50.632917 | fa163e8b-869e-54ed-ef07-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-02 14:40:50.635277 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.717764 | 7.60s 2025-10-02 14:40:50.648202 | fa163e8b-869e-54ed-ef07-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.730683 | 7.62s 2025-10-02 14:40:50.672651 | fa163e8b-869e-54ed-ef07-00000000476c | TASK | Async assignment of Keystone user to roles 2025-10-02 14:40:51.037987 | fa163e8b-869e-54ed-ef07-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-02 14:40:51.039559 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.122042 | 0.37s 2025-10-02 14:40:51.348005 | fa163e8b-869e-54ed-ef07-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-02 14:40:51.349801 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.432297 | 0.68s 2025-10-02 14:40:51.665217 | fa163e8b-869e-54ed-ef07-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-02 14:40:51.666997 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.749481 | 0.99s 2025-10-02 14:40:52.032248 | fa163e8b-869e-54ed-ef07-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-02 14:40:52.038495 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.120975 | 1.36s 2025-10-02 14:40:52.377001 | fa163e8b-869e-54ed-ef07-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-02 14:40:52.378788 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.461277 | 1.70s 2025-10-02 14:40:52.707698 | fa163e8b-869e-54ed-ef07-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-02 14:40:52.708906 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.791397 | 2.03s 2025-10-02 14:40:52.715082 | fa163e8b-869e-54ed-ef07-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.797581 | 2.04s 2025-10-02 14:40:52.729765 | fa163e8b-869e-54ed-ef07-00000000476e | TASK | Check Keystone user assignment to roles status 2025-10-02 14:40:52.998945 | fa163e8b-869e-54ed-ef07-00000000476e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 14:40:58.225087 | fa163e8b-869e-54ed-ef07-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-02 14:40:58.227232 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.309715 | 5.50s 2025-10-02 14:40:58.457786 | fa163e8b-869e-54ed-ef07-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-02 14:40:58.458898 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.541386 | 5.73s 2025-10-02 14:40:58.730404 | fa163e8b-869e-54ed-ef07-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-02 14:40:58.732097 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.814595 | 6.00s 2025-10-02 14:40:58.993447 | fa163e8b-869e-54ed-ef07-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-02 14:40:58.995395 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:04.077879 | 6.26s 2025-10-02 14:40:59.204179 | fa163e8b-869e-54ed-ef07-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-02 14:40:59.205135 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:04.287628 | 6.47s 2025-10-02 14:40:59.434143 | fa163e8b-869e-54ed-ef07-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-02 14:40:59.436469 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:04.518956 | 6.71s 2025-10-02 14:40:59.448504 | fa163e8b-869e-54ed-ef07-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:04.530984 | 6.72s 2025-10-02 14:40:59.470623 | fa163e8b-869e-54ed-ef07-0000000045a1 | TASK | Async assignment of Keystone user per role 2025-10-02 14:40:59.577882 | fa163e8b-869e-54ed-ef07-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:04.660353 | 0.11s 2025-10-02 14:40:59.590244 | fa163e8b-869e-54ed-ef07-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:04.672726 | 0.12s 2025-10-02 14:40:59.603860 | 983387d0-2ba4-4c77-8208-64eb18764f45 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 14:40:59.630394 | fa163e8b-869e-54ed-ef07-0000000047d2 | TASK | Async assignment of Keystone user to roles 2025-10-02 14:40:59.967698 | fa163e8b-869e-54ed-ef07-0000000047d2 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-02 14:40:59.970255 | fa163e8b-869e-54ed-ef07-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:05.052735 | 0.34s 2025-10-02 14:40:59.980812 | fa163e8b-869e-54ed-ef07-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:05.063288 | 0.35s 2025-10-02 14:41:00.000369 | fa163e8b-869e-54ed-ef07-0000000047d4 | TASK | Check Keystone user assignment to roles status 2025-10-02 14:41:00.268757 | fa163e8b-869e-54ed-ef07-0000000047d4 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 14:41:05.493387 | fa163e8b-869e-54ed-ef07-0000000047d4 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-02 14:41:05.494754 | fa163e8b-869e-54ed-ef07-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.577240 | 5.49s 2025-10-02 14:41:05.500925 | fa163e8b-869e-54ed-ef07-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.583416 | 5.50s 2025-10-02 14:41:05.521015 | fa163e8b-869e-54ed-ef07-0000000045a6 | TASK | Async assignment of Keystone user per role 2025-10-02 14:41:05.593437 | fa163e8b-869e-54ed-ef07-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:10.675911 | 0.07s 2025-10-02 14:41:05.600530 | fa163e8b-869e-54ed-ef07-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:10.683012 | 0.08s 2025-10-02 14:41:05.613792 | 2adf5540-7816-4982-8528-431d613c6fba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 14:41:05.637727 | fa163e8b-869e-54ed-ef07-0000000047f6 | TASK | Async assignment of Keystone user to roles 2025-10-02 14:41:06.003544 | fa163e8b-869e-54ed-ef07-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-02 14:41:06.005016 | fa163e8b-869e-54ed-ef07-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:11.087500 | 0.37s 2025-10-02 14:41:06.337964 | fa163e8b-869e-54ed-ef07-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-02 14:41:06.338923 | fa163e8b-869e-54ed-ef07-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:11.421413 | 0.70s 2025-10-02 14:41:06.687113 | fa163e8b-869e-54ed-ef07-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-02 14:41:06.688044 | fa163e8b-869e-54ed-ef07-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:11.770542 | 1.05s 2025-10-02 14:41:06.698545 | fa163e8b-869e-54ed-ef07-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:11.781040 | 1.06s 2025-10-02 14:41:06.718932 | fa163e8b-869e-54ed-ef07-0000000047f8 | TASK | Check Keystone user assignment to roles status 2025-10-02 14:41:07.001954 | fa163e8b-869e-54ed-ef07-0000000047f8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 14:41:12.234417 | fa163e8b-869e-54ed-ef07-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-02 14:41:12.238458 | fa163e8b-869e-54ed-ef07-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:17.320937 | 5.52s 2025-10-02 14:41:12.477484 | fa163e8b-869e-54ed-ef07-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-02 14:41:12.481111 | fa163e8b-869e-54ed-ef07-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:17.563597 | 5.76s 2025-10-02 14:41:12.747598 | fa163e8b-869e-54ed-ef07-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-02 14:41:12.750510 | fa163e8b-869e-54ed-ef07-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:17.832999 | 6.03s 2025-10-02 14:41:12.764024 | fa163e8b-869e-54ed-ef07-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:17.846507 | 6.04s 2025-10-02 14:41:12.802957 | fa163e8b-869e-54ed-ef07-000000003975 | TASK | is Keystone LDAP enabled 2025-10-02 14:41:12.865112 | fa163e8b-869e-54ed-ef07-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-10-02 14:41:12.866521 | fa163e8b-869e-54ed-ef07-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:25:17.949007 | 0.06s 2025-10-02 14:41:12.889933 | fa163e8b-869e-54ed-ef07-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-02 14:41:12.946470 | fa163e8b-869e-54ed-ef07-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-02 14:41:12.947535 | fa163e8b-869e-54ed-ef07-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:25:18.030026 | 0.06s 2025-10-02 14:41:12.962924 | fa163e8b-869e-54ed-ef07-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-10-02 14:41:13.006247 | fa163e8b-869e-54ed-ef07-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-02 14:41:13.007571 | fa163e8b-869e-54ed-ef07-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:25:18.090058 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-02 14:41:13.144209 | fa163e8b-869e-54ed-ef07-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-02 14:41:13.173710 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000e2') missing from stats 2025-10-02 14:41:13.195930 | fa163e8b-869e-54ed-ef07-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-02 14:41:13.731131 | fa163e8b-869e-54ed-ef07-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-02 14:41:13.732809 | fa163e8b-869e-54ed-ef07-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:25:18.815294 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:41:13.791774 | fa163e8b-869e-54ed-ef07-0000000000e4 | TIMING | include_tasks | standalone | 0:25:18.874250 | 0.03s 2025-10-02 14:41:13.835443 | 08293747-f2f4-4655-b4b1-e3b4ce5e6155 | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-02 14:41:13.861418 | fa163e8b-869e-54ed-ef07-00000000483a | TASK | Create virtqemud recovery script 2025-10-02 14:41:14.336515 | fa163e8b-869e-54ed-ef07-00000000483a | CHANGED | Create virtqemud recovery script | standalone 2025-10-02 14:41:14.338026 | fa163e8b-869e-54ed-ef07-00000000483a | TIMING | Create virtqemud recovery script | standalone | 0:25:19.420511 | 0.48s 2025-10-02 14:41:14.367136 | fa163e8b-869e-54ed-ef07-00000000483b | TASK | Create virtqemud recovery trigger service 2025-10-02 14:41:14.879262 | fa163e8b-869e-54ed-ef07-00000000483b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-02 14:41:14.880831 | fa163e8b-869e-54ed-ef07-00000000483b | TIMING | Create virtqemud recovery trigger service | standalone | 0:25:19.963315 | 0.51s 2025-10-02 14:41:14.911091 | fa163e8b-869e-54ed-ef07-00000000483c | TASK | Create virtqemud recovery trigger timer 2025-10-02 14:41:15.401438 | fa163e8b-869e-54ed-ef07-00000000483c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-02 14:41:15.402796 | fa163e8b-869e-54ed-ef07-00000000483c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:25:20.485283 | 0.49s 2025-10-02 14:41:15.430768 | fa163e8b-869e-54ed-ef07-00000000483d | TASK | Enable virtqemud recovery trigger service 2025-10-02 14:41:16.403133 | fa163e8b-869e-54ed-ef07-00000000483d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-02 14:41:16.405942 | fa163e8b-869e-54ed-ef07-00000000483d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:25:21.488423 | 0.97s 2025-10-02 14:41:16.446150 | fa163e8b-869e-54ed-ef07-00000000483e | TASK | Enable virtqemud recovery trigger timer 2025-10-02 14:41:17.527406 | fa163e8b-869e-54ed-ef07-00000000483e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-02 14:41:17.528820 | fa163e8b-869e-54ed-ef07-00000000483e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:25:22.611314 | 1.08s 2025-10-02 14:41:17.551747 | fa163e8b-869e-54ed-ef07-00000000483f | TASK | Really enable virtqemud recovery trigger timer 2025-10-02 14:41:18.134179 | fa163e8b-869e-54ed-ef07-00000000483f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-02 14:41:18.135673 | fa163e8b-869e-54ed-ef07-00000000483f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:25:23.218159 | 0.58s 2025-10-02 14:41:18.165166 | fa163e8b-869e-54ed-ef07-000000004841 | TASK | Create systemd file 2025-10-02 14:41:18.663853 | fa163e8b-869e-54ed-ef07-000000004841 | CHANGED | Create systemd file | standalone 2025-10-02 14:41:18.665625 | fa163e8b-869e-54ed-ef07-000000004841 | TIMING | Create systemd file | standalone | 0:25:23.748111 | 0.50s 2025-10-02 14:41:18.694758 | fa163e8b-869e-54ed-ef07-000000004842 | TASK | Reload systemd 2025-10-02 14:41:19.490734 | fa163e8b-869e-54ed-ef07-000000004842 | CHANGED | Reload systemd | standalone 2025-10-02 14:41:19.492251 | fa163e8b-869e-54ed-ef07-000000004842 | TIMING | Reload systemd | standalone | 0:25:24.574738 | 0.80s 2025-10-02 14:41:19.521496 | fa163e8b-869e-54ed-ef07-000000004845 | TASK | Start OVN container 2025-10-02 14:41:19.586163 | fa163e8b-869e-54ed-ef07-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-02 14:41:19.604868 | fa163e8b-869e-54ed-ef07-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-02 14:41:19.620364 | fa163e8b-869e-54ed-ef07-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-02 14:41:19.633402 | fa163e8b-869e-54ed-ef07-000000004845 | TIMING | Start OVN container | standalone | 0:25:24.715884 | 0.11s 2025-10-02 14:41:19.667630 | fa163e8b-869e-54ed-ef07-000000004847 | TASK | Set NB connection 2025-10-02 14:41:19.730485 | fa163e8b-869e-54ed-ef07-000000004847 | SKIPPED | Set NB connection | standalone 2025-10-02 14:41:19.731698 | fa163e8b-869e-54ed-ef07-000000004847 | TIMING | Set NB connection | standalone | 0:25:24.814176 | 0.06s 2025-10-02 14:41:19.755853 | fa163e8b-869e-54ed-ef07-000000004848 | TASK | Set SB connection 2025-10-02 14:41:19.820593 | fa163e8b-869e-54ed-ef07-000000004848 | SKIPPED | Set SB connection | standalone 2025-10-02 14:41:19.822134 | fa163e8b-869e-54ed-ef07-000000004848 | TIMING | Set SB connection | standalone | 0:25:24.904620 | 0.07s 2025-10-02 14:41:19.849498 | fa163e8b-869e-54ed-ef07-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-02 14:41:20.089232 | fa163e8b-869e-54ed-ef07-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-02 14:41:20.090926 | fa163e8b-869e-54ed-ef07-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:25.173413 | 0.24s 2025-10-02 14:41:20.175620 | fa163e8b-869e-54ed-ef07-0000000000e7 | TIMING | include_tasks | standalone | 0:25:25.258100 | 0.06s 2025-10-02 14:41:20.200397 | 3deb09e4-095e-4175-957d-dc92faccda29 | INCLUDED | /root/standalone-ansible-86hsw4ty/common_deploy_steps_tasks.yaml | standalone 2025-10-02 14:41:20.224063 | fa163e8b-869e-54ed-ef07-000000004877 | TASK | Write the config_step hieradata 2025-10-02 14:41:20.686905 | fa163e8b-869e-54ed-ef07-000000004877 | OK | Write the config_step hieradata | standalone 2025-10-02 14:41:20.687840 | fa163e8b-869e-54ed-ef07-000000004877 | TIMING | Write the config_step hieradata | standalone | 0:25:25.770332 | 0.46s 2025-10-02 14:41:20.710578 | fa163e8b-869e-54ed-ef07-000000004878 | TASK | Run puppet host configuration for step 4 2025-10-02 14:41:21.001602 | fa163e8b-869e-54ed-ef07-000000004878 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-02 14:41:21.002325 | fa163e8b-869e-54ed-ef07-000000004878 | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:26.084821 | 0.29s 2025-10-02 14:41:21.021133 | fa163e8b-869e-54ed-ef07-000000004879 | TASK | Wait for puppet host configuration to finish 2025-10-02 14:41:21.283845 | fa163e8b-869e-54ed-ef07-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 14:41:31.491356 | fa163e8b-869e-54ed-ef07-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 14:41:41.708922 | fa163e8b-869e-54ed-ef07-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-02 14:41:51.939766 | fa163e8b-869e-54ed-ef07-000000004879 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 14:41:51.941407 | fa163e8b-869e-54ed-ef07-000000004879 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:57.023890 | 30.92s 2025-10-02 14:41:51.972452 | fa163e8b-869e-54ed-ef07-00000000487a | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-02 14:41:52.055063 | fa163e8b-869e-54ed-ef07-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 2 14:41: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 2 14:41:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 14:41:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 14:41:27 puppet-user: (file & line not available)", "<13>Oct 2 14:41:27 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 2 14:41:27 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 2 14:41:27 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 2 14:41:27 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 2 14:41:27 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 2 14:41:27 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 2 14:41:27 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 2 14:41:27 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 2 14:41:27 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 2 14:41:27 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 2 14:41:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 14:41:27 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Oct 2 14:41:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 14:41:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 14:41:39 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 2 14:41:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}80b5b896897c5b3d8c01d780f28498b765b4433bef31ee78c8c6ff9f336ef14f'", "<13>Oct 2 14:41:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 2 14:41:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 2 14:41:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 2 14:41:39 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 2 14:41:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 14:41:46 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 2 14:41:47 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 2 14:41:47 puppet-user: Notice: Applied catalog in 19.45 seconds", "<13>Oct 2 14:41:47 puppet-user: Application:", "<13>Oct 2 14:41:47 puppet-user: Initial environment: production", "<13>Oct 2 14:41:47 puppet-user: Converged environment: production", "<13>Oct 2 14:41:47 puppet-user: Run mode: user", "<13>Oct 2 14:41:47 puppet-user: Changes:", "<13>Oct 2 14:41:47 puppet-user: Total: 10", "<13>Oct 2 14:41:47 puppet-user: Events:", "<13>Oct 2 14:41:47 puppet-user: Success: 10", "<13>Oct 2 14:41:47 puppet-user: Resources:", "<13>Oct 2 14:41:47 puppet-user: Restarted: 1", "<13>Oct 2 14:41:47 puppet-user: Changed: 10", "<13>Oct 2 14:41:47 puppet-user: Out of sync: 10", "<13>Oct 2 14:41:47 puppet-user: Total: 37", "<13>Oct 2 14:41:47 puppet-user: Time:", "<13>Oct 2 14:41:47 puppet-user: Filebucket: 0.00", "<13>Oct 2 14:41:47 puppet-user: Schedule: 0.00", "<13>Oct 2 14:41:47 puppet-user: File line: 0.00", "<13>Oct 2 14:41:47 puppet-user: Augeas: 0.01", "<13>Oct 2 14:41:47 puppet-user: User: 0.01", "<13>Oct 2 14:41:47 puppet-user: File: 0.10", "<13>Oct 2 14:41:47 puppet-user: Config retrieval: 0.59", "<13>Oct 2 14:41:47 puppet-user: Service: 1.39", "<13>Oct 2 14:41:47 puppet-user: Pcmk property: 1.44", "<13>Oct 2 14:41:47 puppet-user: Last run: 1759416107", "<13>Oct 2 14:41:47 puppet-user: Transaction evaluation: 19.43", "<13>Oct 2 14:41:47 puppet-user: Catalog application: 19.45", "<13>Oct 2 14:41:47 puppet-user: Pcmk resource default: 2.10", "<13>Oct 2 14:41:47 puppet-user: Pcmk resource op default: 2.11", "<13>Oct 2 14:41:47 puppet-user: Package: 5.22", "<13>Oct 2 14:41:47 puppet-user: Exec: 6.85", "<13>Oct 2 14:41:47 puppet-user: Total: 19.46", "<13>Oct 2 14:41:47 puppet-user: Version:", "<13>Oct 2 14:41:47 puppet-user: Config: 1759416087", "<13>Oct 2 14:41:47 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 14:41:52.057119 | fa163e8b-869e-54ed-ef07-00000000487a | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:57.139606 | 0.08s 2025-10-02 14:41:52.086094 | fa163e8b-869e-54ed-ef07-00000000487b | TASK | Pre-cache facts for puppet containers 2025-10-02 14:41:52.116204 | fa163e8b-869e-54ed-ef07-00000000487b | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:57.198686 | 0.03s 2025-10-02 14:41:52.183738 | fa163e8b-869e-54ed-ef07-0000000048bc | TASK | Gather variables for each operating system 2025-10-02 14:41:52.306443 | fa163e8b-869e-54ed-ef07-0000000048bc | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:57.388916 | 0.12s 2025-10-02 14:41:52.335852 | fa163e8b-869e-54ed-ef07-0000000048bd | TASK | Create puppet caching structures 2025-10-02 14:41:52.579958 | fa163e8b-869e-54ed-ef07-0000000048bd | CHANGED | Create puppet caching structures | standalone 2025-10-02 14:41:52.581408 | fa163e8b-869e-54ed-ef07-0000000048bd | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:57.663894 | 0.24s 2025-10-02 14:41:52.609278 | fa163e8b-869e-54ed-ef07-0000000048be | TASK | Check for facter.conf 2025-10-02 14:41:52.840609 | fa163e8b-869e-54ed-ef07-0000000048be | OK | Check for facter.conf | standalone 2025-10-02 14:41:52.841801 | fa163e8b-869e-54ed-ef07-0000000048be | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:57.924292 | 0.23s 2025-10-02 14:41:52.872811 | fa163e8b-869e-54ed-ef07-0000000048bf | TASK | Remove facter.conf if directory 2025-10-02 14:41:52.912843 | fa163e8b-869e-54ed-ef07-0000000048bf | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 14:41:52.914242 | fa163e8b-869e-54ed-ef07-0000000048bf | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:57.996724 | 0.04s 2025-10-02 14:41:52.943619 | fa163e8b-869e-54ed-ef07-0000000048c0 | TASK | Write facter cache config 2025-10-02 14:41:53.358137 | fa163e8b-869e-54ed-ef07-0000000048c0 | CHANGED | Write facter cache config | standalone 2025-10-02 14:41:53.359350 | fa163e8b-869e-54ed-ef07-0000000048c0 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:58.441844 | 0.41s 2025-10-02 14:41:53.380581 | fa163e8b-869e-54ed-ef07-0000000048c1 | TASK | Cleanup facter cache if exists 2025-10-02 14:41:53.579884 | fa163e8b-869e-54ed-ef07-0000000048c1 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 14:41:53.581479 | fa163e8b-869e-54ed-ef07-0000000048c1 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:58.663967 | 0.20s 2025-10-02 14:41:53.612381 | fa163e8b-869e-54ed-ef07-0000000048c2 | TASK | Pre-cache facts 2025-10-02 14:41:54.169027 | fa163e8b-869e-54ed-ef07-0000000048c2 | CHANGED | Pre-cache facts | standalone 2025-10-02 14:41:54.170408 | fa163e8b-869e-54ed-ef07-0000000048c2 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:59.252896 | 0.56s 2025-10-02 14:41:54.202229 | fa163e8b-869e-54ed-ef07-0000000048c3 | TASK | Failed deployment if facter fails 2025-10-02 14:41:54.237475 | fa163e8b-869e-54ed-ef07-0000000048c3 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 14:41:54.238735 | fa163e8b-869e-54ed-ef07-0000000048c3 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:59.321222 | 0.03s 2025-10-02 14:41:54.283493 | fa163e8b-869e-54ed-ef07-0000000048c4 | TASK | Sync cached facts 2025-10-02 14:41:54.607500 | fa163e8b-869e-54ed-ef07-0000000048c4 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-0000000048c4') missing from stats 2025-10-02 14:41:54.662580 | fa163e8b-869e-54ed-ef07-00000000487c | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 14:41:54.713662 | fa163e8b-869e-54ed-ef07-00000000487c | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 14:41:54.715049 | fa163e8b-869e-54ed-ef07-00000000487c | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:59.797533 | 0.05s 2025-10-02 14:41:54.745492 | fa163e8b-869e-54ed-ef07-00000000487e | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-02 14:41:54.775021 | fa163e8b-869e-54ed-ef07-00000000487e | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:59.857498 | 0.03s 2025-10-02 14:41:54.843885 | fa163e8b-869e-54ed-ef07-00000000491b | TASK | Gather variables for each operating system 2025-10-02 14:41:54.949400 | fa163e8b-869e-54ed-ef07-00000000491b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:00.031880 | 0.10s 2025-10-02 14:41:54.975665 | fa163e8b-869e-54ed-ef07-00000000491c | TASK | Create container logs path 2025-10-02 14:41:55.253359 | fa163e8b-869e-54ed-ef07-00000000491c | OK | Create container logs path | standalone 2025-10-02 14:41:55.254998 | fa163e8b-869e-54ed-ef07-00000000491c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:00.337481 | 0.28s 2025-10-02 14:41:55.288746 | fa163e8b-869e-54ed-ef07-00000000491e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 14:41:55.550266 | fa163e8b-869e-54ed-ef07-00000000491e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-02 14:41:55.551672 | fa163e8b-869e-54ed-ef07-00000000491e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:00.634160 | 0.26s 2025-10-02 14:41:55.584589 | fa163e8b-869e-54ed-ef07-00000000491f | TASK | Finalise hashes for all containers 2025-10-02 14:41:55.697244 | fa163e8b-869e-54ed-ef07-00000000491f | OK | Finalise hashes for all containers | standalone 2025-10-02 14:41:55.698221 | fa163e8b-869e-54ed-ef07-00000000491f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:00.780714 | 0.11s 2025-10-02 14:41:55.722192 | fa163e8b-869e-54ed-ef07-000000004921 | TASK | Manage systemd shutdown files 2025-10-02 14:41:55.749468 | fa163e8b-869e-54ed-ef07-000000004921 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:00.831949 | 0.03s 2025-10-02 14:41:55.772632 | 3b474cc8-f074-471d-97c4-03f2646d0cab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 14:41:55.800364 | fa163e8b-869e-54ed-ef07-000000004954 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 14:41:56.045380 | fa163e8b-869e-54ed-ef07-000000004954 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 14:41:56.046712 | fa163e8b-869e-54ed-ef07-000000004954 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:26:01.129200 | 0.25s 2025-10-02 14:41:56.076081 | fa163e8b-869e-54ed-ef07-000000004955 | TASK | Set podman_drop_in fact 2025-10-02 14:41:56.141536 | fa163e8b-869e-54ed-ef07-000000004955 | OK | Set podman_drop_in fact | standalone 2025-10-02 14:41:56.142472 | fa163e8b-869e-54ed-ef07-000000004955 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:26:01.224965 | 0.06s 2025-10-02 14:41:56.170188 | fa163e8b-869e-54ed-ef07-000000004957 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 14:41:56.656311 | fa163e8b-869e-54ed-ef07-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 14:41:56.657588 | fa163e8b-869e-54ed-ef07-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:01.740075 | 0.48s 2025-10-02 14:41:57.090305 | fa163e8b-869e-54ed-ef07-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 14:41:57.091969 | fa163e8b-869e-54ed-ef07-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:02.174465 | 0.92s 2025-10-02 14:41:57.103646 | fa163e8b-869e-54ed-ef07-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:02.186119 | 0.93s 2025-10-02 14:41:57.133237 | fa163e8b-869e-54ed-ef07-000000004958 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 14:41:57.610621 | fa163e8b-869e-54ed-ef07-000000004958 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 14:41:57.611464 | fa163e8b-869e-54ed-ef07-000000004958 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:26:02.693961 | 0.48s 2025-10-02 14:41:57.630633 | fa163e8b-869e-54ed-ef07-000000004959 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 14:41:58.100373 | fa163e8b-869e-54ed-ef07-000000004959 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 14:41:58.101744 | fa163e8b-869e-54ed-ef07-000000004959 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:26:03.184232 | 0.47s 2025-10-02 14:41:58.132169 | fa163e8b-869e-54ed-ef07-00000000495a | TASK | Enable and start tripleo-container-shutdown 2025-10-02 14:41:58.890632 | fa163e8b-869e-54ed-ef07-00000000495a | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 14:41:58.891902 | fa163e8b-869e-54ed-ef07-00000000495a | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:26:03.974399 | 0.76s 2025-10-02 14:41:58.911888 | fa163e8b-869e-54ed-ef07-00000000495b | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 14:41:59.409544 | fa163e8b-869e-54ed-ef07-00000000495b | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 14:41:59.410960 | fa163e8b-869e-54ed-ef07-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:26:04.493448 | 0.50s 2025-10-02 14:41:59.439655 | fa163e8b-869e-54ed-ef07-00000000495c | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 14:41:59.886340 | fa163e8b-869e-54ed-ef07-00000000495c | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 14:41:59.887805 | fa163e8b-869e-54ed-ef07-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:26:04.970292 | 0.45s 2025-10-02 14:41:59.918350 | fa163e8b-869e-54ed-ef07-00000000495d | TASK | Enable and start netns-placeholder 2025-10-02 14:42:00.776015 | fa163e8b-869e-54ed-ef07-00000000495d | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 14:42:00.778068 | fa163e8b-869e-54ed-ef07-00000000495d | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:05.860554 | 0.86s 2025-10-02 14:42:00.810133 | fa163e8b-869e-54ed-ef07-000000004923 | TASK | Update container configs with new config hashes 2025-10-02 14:42:00.872047 | fa163e8b-869e-54ed-ef07-000000004923 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:05.954523 | 0.06s 2025-10-02 14:42:00.894273 | 3ba5a41c-c201-48a2-a48f-63ae4bf476fe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 14:42:00.918817 | fa163e8b-869e-54ed-ef07-000000004985 | TASK | Update config hashes for container startup configs 2025-10-02 14:42:01.223527 | fa163e8b-869e-54ed-ef07-000000004985 | OK | Update config hashes for container startup configs | standalone 2025-10-02 14:42:01.224796 | fa163e8b-869e-54ed-ef07-000000004985 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:06.307284 | 0.31s 2025-10-02 14:42:01.256857 | fa163e8b-869e-54ed-ef07-000000004924 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 14:42:01.318016 | fa163e8b-869e-54ed-ef07-000000004924 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:06.400496 | 0.06s 2025-10-02 14:42:01.341007 | c86f8db6-abe0-4ddf-8b3d-3d5229107803 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:42:01.377923 | fa163e8b-869e-54ed-ef07-0000000049a4 | TASK | Gather podman infos 2025-10-02 14:42:02.749309 | fa163e8b-869e-54ed-ef07-0000000049a4 | OK | Gather podman infos | standalone 2025-10-02 14:42:02.750485 | fa163e8b-869e-54ed-ef07-0000000049a4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:26:07.832975 | 1.37s 2025-10-02 14:42:02.849389 | fa163e8b-869e-54ed-ef07-0000000049a5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 14:42:02.927779 | fa163e8b-869e-54ed-ef07-0000000049a5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:08.010256 | 0.07s 2025-10-02 14:42:03.099434 | fa163e8b-869e-54ed-ef07-0000000049ee | TIMING | tripleo_container_rm : include_tasks | standalone | 0:26:08.181908 | 0.12s 2025-10-02 14:42:03.156440 | fa163e8b-869e-54ed-ef07-000000004925 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 14:42:03.218975 | fa163e8b-869e-54ed-ef07-000000004925 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:08.301456 | 0.06s 2025-10-02 14:42:03.241360 | 40984960-1700-4393-be9f-c2ca36906d62 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:42:03.284103 | fa163e8b-869e-54ed-ef07-000000004a14 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 14:42:23.983022 | fa163e8b-869e-54ed-ef07-000000004a14 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-02 14:42:23.984083 | fa163e8b-869e-54ed-ef07-000000004a14 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:29.066571 | 20.70s 2025-10-02 14:42:24.017423 | fa163e8b-869e-54ed-ef07-000000004a15 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 14:44:33.817303 | fa163e8b-869e-54ed-ef07-000000004a15 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-02 14:44:33.818933 | fa163e8b-869e-54ed-ef07-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:38.901422 | 129.80s 2025-10-02 14:44:33.895049 | fa163e8b-869e-54ed-ef07-000000004880 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-02 14:44:34.138114 | fa163e8b-869e-54ed-ef07-000000004880 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-02 14:44:34.139679 | fa163e8b-869e-54ed-ef07-000000004880 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:39.222166 | 0.24s 2025-10-02 14:44:34.193547 | fa163e8b-869e-54ed-ef07-000000004881 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-02 14:44:34.254534 | fa163e8b-869e-54ed-ef07-000000004881 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:39.337013 | 0.06s 2025-10-02 14:44:34.280485 | fa163e8b-869e-54ed-ef07-000000004882 | TASK | Include container-puppet tasks for step 4 2025-10-02 14:44:34.330604 | fa163e8b-869e-54ed-ef07-000000004882 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:39.413078 | 0.05s 2025-10-02 14:44:34.359230 | e2c3171c-042c-41c1-9134-f5ad504e69e6 | INCLUDED | /root/standalone-ansible-86hsw4ty/host-container-puppet-tasks.yaml | standalone 2025-10-02 14:44:34.400184 | fa163e8b-869e-54ed-ef07-000000004a60 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-02 14:44:34.873988 | fa163e8b-869e-54ed-ef07-000000004a60 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-02 14:44:34.875268 | fa163e8b-869e-54ed-ef07-000000004a60 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:39.957756 | 0.47s 2025-10-02 14:44:34.904558 | fa163e8b-869e-54ed-ef07-000000004a62 | TASK | Generate container puppet configs for step 4 2025-10-02 14:44:35.189745 | fa163e8b-869e-54ed-ef07-000000004a62 | OK | Generate container puppet configs for step 4 | standalone 2025-10-02 14:44:35.190979 | fa163e8b-869e-54ed-ef07-000000004a62 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:40.273469 | 0.28s 2025-10-02 14:44:35.221305 | fa163e8b-869e-54ed-ef07-000000004a63 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-02 14:44:35.244155 | fa163e8b-869e-54ed-ef07-000000004a63 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:40.326632 | 0.02s 2025-10-02 14:44:35.312580 | fa163e8b-869e-54ed-ef07-000000004a92 | TASK | Gather variables for each operating system 2025-10-02 14:44:35.409421 | fa163e8b-869e-54ed-ef07-000000004a92 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:40.491899 | 0.10s 2025-10-02 14:44:35.432214 | fa163e8b-869e-54ed-ef07-000000004a93 | TASK | Create container logs path 2025-10-02 14:44:35.687661 | fa163e8b-869e-54ed-ef07-000000004a93 | OK | Create container logs path | standalone 2025-10-02 14:44:35.689499 | fa163e8b-869e-54ed-ef07-000000004a93 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:40.771984 | 0.26s 2025-10-02 14:44:35.726540 | fa163e8b-869e-54ed-ef07-000000004a95 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-02 14:44:35.943438 | fa163e8b-869e-54ed-ef07-000000004a95 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-02 14:44:35.944948 | fa163e8b-869e-54ed-ef07-000000004a95 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:41.027434 | 0.22s 2025-10-02 14:44:35.979596 | fa163e8b-869e-54ed-ef07-000000004a96 | TASK | Finalise hashes for all containers 2025-10-02 14:44:36.033555 | fa163e8b-869e-54ed-ef07-000000004a96 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:44:36.034845 | fa163e8b-869e-54ed-ef07-000000004a96 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:41.117329 | 0.05s 2025-10-02 14:44:36.066926 | fa163e8b-869e-54ed-ef07-000000004a98 | TASK | Manage systemd shutdown files 2025-10-02 14:44:36.114943 | fa163e8b-869e-54ed-ef07-000000004a98 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:44:36.116269 | fa163e8b-869e-54ed-ef07-000000004a98 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:41.198756 | 0.05s 2025-10-02 14:44:36.149958 | fa163e8b-869e-54ed-ef07-000000004a9a | TASK | Update container configs with new config hashes 2025-10-02 14:44:36.205038 | fa163e8b-869e-54ed-ef07-000000004a9a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:44:36.206365 | fa163e8b-869e-54ed-ef07-000000004a9a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:41.288851 | 0.05s 2025-10-02 14:44:36.239395 | fa163e8b-869e-54ed-ef07-000000004a9b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-02 14:44:36.292866 | fa163e8b-869e-54ed-ef07-000000004a9b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-02 14:44:36.294275 | fa163e8b-869e-54ed-ef07-000000004a9b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:41.376760 | 0.05s 2025-10-02 14:44:36.328714 | fa163e8b-869e-54ed-ef07-000000004a9c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-02 14:44:36.380782 | fa163e8b-869e-54ed-ef07-000000004a9c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-02 14:44:36.381657 | fa163e8b-869e-54ed-ef07-000000004a9c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:41.464151 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-02 14:44:36.533531 | fa163e8b-869e-54ed-ef07-0000000000ea | TASK | External deployment step 5 2025-10-02 14:44:36.562536 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000ea') missing from stats 2025-10-02 14:44:36.617440 | fa163e8b-869e-54ed-ef07-0000000000eb | TIMING | include_tasks | undercloud | 0:28:41.699919 | 0.04s 2025-10-02 14:44:36.627883 | 81dfa44e-458d-4d64-8770-2c540b3ad68d | INCLUDED | /root/standalone-ansible-86hsw4ty/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-02 14:44:36.645884 | fa163e8b-869e-54ed-ef07-000000004aeb | TASK | Manage Cinder's default volume type 2025-10-02 14:44:50.461430 | fa163e8b-869e-54ed-ef07-000000004aeb | OK | Manage Cinder's default volume type | undercloud 2025-10-02 14:44:50.463236 | fa163e8b-869e-54ed-ef07-000000004aeb | TIMING | Manage Cinder's default volume type | undercloud | 0:28:55.545722 | 13.82s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-02 14:44:50.599404 | fa163e8b-869e-54ed-ef07-0000000000ee | TASK | Deploy step tasks for 5 2025-10-02 14:44:50.618429 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000ee') missing from stats 2025-10-02 14:44:50.639067 | fa163e8b-869e-54ed-ef07-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-02 14:44:51.224597 | fa163e8b-869e-54ed-ef07-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-02 14:44:51.226003 | fa163e8b-869e-54ed-ef07-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:56.308492 | 0.59s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 14:44:51.297543 | fa163e8b-869e-54ed-ef07-0000000000f0 | TIMING | include_tasks | standalone | 0:28:56.380025 | 0.04s 2025-10-02 14:44:51.375540 | 9bd8dfae-8b73-4abe-a459-1353b5d81ea9 | INCLUDED | /root/standalone-ansible-86hsw4ty/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-02 14:44:51.419706 | fa163e8b-869e-54ed-ef07-000000004b0e | TASK | Gather variables for each operating system 2025-10-02 14:44:51.550030 | fa163e8b-869e-54ed-ef07-000000004b0e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:56.632505 | 0.13s 2025-10-02 14:44:51.574875 | fa163e8b-869e-54ed-ef07-000000004b0f | TASK | Detect if resource is being created or already exists 2025-10-02 14:44:52.327975 | fa163e8b-869e-54ed-ef07-000000004b0f | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:44:52.329275 | fa163e8b-869e-54ed-ef07-000000004b0f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:57.411764 | 0.75s 2025-10-02 14:44:52.364370 | fa163e8b-869e-54ed-ef07-000000004b10 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-02 14:45:17.077772 | fa163e8b-869e-54ed-ef07-000000004b10 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-02 14:45:17.078837 | fa163e8b-869e-54ed-ef07-000000004b10 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:29:22.161332 | 24.71s 2025-10-02 14:45:17.099843 | fa163e8b-869e-54ed-ef07-000000004b11 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-02 14:45:17.324081 | fa163e8b-869e-54ed-ef07-000000004b11 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-02 14:45:17.324855 | fa163e8b-869e-54ed-ef07-000000004b11 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:22.407352 | 0.22s 2025-10-02 14:45:17.344244 | fa163e8b-869e-54ed-ef07-000000004b12 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:45:17.732225 | fa163e8b-869e-54ed-ef07-000000004b12 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:45:17.733754 | fa163e8b-869e-54ed-ef07-000000004b12 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:22.816242 | 0.39s 2025-10-02 14:45:17.765280 | fa163e8b-869e-54ed-ef07-000000004b13 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-02 14:45:17.978173 | fa163e8b-869e-54ed-ef07-000000004b13 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-02 14:45:17.978893 | fa163e8b-869e-54ed-ef07-000000004b13 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:23.061389 | 0.21s 2025-10-02 14:45:18.000344 | fa163e8b-869e-54ed-ef07-000000004b15 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-02 14:45:18.038123 | fa163e8b-869e-54ed-ef07-000000004b15 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-02 14:45:18.039212 | fa163e8b-869e-54ed-ef07-000000004b15 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:23.121703 | 0.04s 2025-10-02 14:45:18.063732 | fa163e8b-869e-54ed-ef07-000000004b16 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-02 14:45:18.105768 | fa163e8b-869e-54ed-ef07-000000004b16 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-02 14:45:18.107531 | fa163e8b-869e-54ed-ef07-000000004b16 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:23.190008 | 0.04s 2025-10-02 14:45:18.134048 | fa163e8b-869e-54ed-ef07-000000004b17 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-02 14:45:18.173613 | fa163e8b-869e-54ed-ef07-000000004b17 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-02 14:45:18.174336 | fa163e8b-869e-54ed-ef07-000000004b17 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:23.256831 | 0.04s 2025-10-02 14:45:18.195044 | fa163e8b-869e-54ed-ef07-000000004b18 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:45:18.232112 | fa163e8b-869e-54ed-ef07-000000004b18 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:45:18.233389 | fa163e8b-869e-54ed-ef07-000000004b18 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:23.315881 | 0.04s 2025-10-02 14:45:18.253940 | fa163e8b-869e-54ed-ef07-000000004b19 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-02 14:45:18.290753 | fa163e8b-869e-54ed-ef07-000000004b19 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-02 14:45:18.291412 | fa163e8b-869e-54ed-ef07-000000004b19 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:23.373908 | 0.04s 2025-10-02 14:45:18.327927 | fa163e8b-869e-54ed-ef07-000000004b3a | TASK | Gather variables for each operating system 2025-10-02 14:45:18.441434 | fa163e8b-869e-54ed-ef07-000000004b3a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:23.523913 | 0.11s 2025-10-02 14:45:18.470770 | fa163e8b-869e-54ed-ef07-000000004b3b | TASK | Detect if resource is being created or already exists 2025-10-02 14:45:19.221837 | fa163e8b-869e-54ed-ef07-000000004b3b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:45:19.223282 | fa163e8b-869e-54ed-ef07-000000004b3b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:24.305743 | 0.75s 2025-10-02 14:45:19.254632 | fa163e8b-869e-54ed-ef07-000000004b3c | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-02 14:45:43.839316 | fa163e8b-869e-54ed-ef07-000000004b3c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-02 14:45:43.841327 | fa163e8b-869e-54ed-ef07-000000004b3c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:48.923819 | 24.59s 2025-10-02 14:45:43.867853 | fa163e8b-869e-54ed-ef07-000000004b3d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-02 14:45:44.143994 | fa163e8b-869e-54ed-ef07-000000004b3d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-02 14:45:44.145665 | fa163e8b-869e-54ed-ef07-000000004b3d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:49.228153 | 0.28s 2025-10-02 14:45:44.166682 | fa163e8b-869e-54ed-ef07-000000004b3e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:45:44.535994 | fa163e8b-869e-54ed-ef07-000000004b3e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:45:44.537114 | fa163e8b-869e-54ed-ef07-000000004b3e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:49.619611 | 0.37s 2025-10-02 14:45:44.559067 | fa163e8b-869e-54ed-ef07-000000004b3f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-02 14:45:44.776995 | fa163e8b-869e-54ed-ef07-000000004b3f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-02 14:45:44.777802 | fa163e8b-869e-54ed-ef07-000000004b3f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:49.860298 | 0.22s 2025-10-02 14:45:44.800043 | fa163e8b-869e-54ed-ef07-000000004b41 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-02 14:45:44.837038 | fa163e8b-869e-54ed-ef07-000000004b41 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-02 14:45:44.838024 | fa163e8b-869e-54ed-ef07-000000004b41 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:49.920516 | 0.04s 2025-10-02 14:45:44.858718 | fa163e8b-869e-54ed-ef07-000000004b42 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-02 14:45:44.895923 | fa163e8b-869e-54ed-ef07-000000004b42 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-02 14:45:44.896970 | fa163e8b-869e-54ed-ef07-000000004b42 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:49.979462 | 0.04s 2025-10-02 14:45:44.923267 | fa163e8b-869e-54ed-ef07-000000004b43 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-02 14:45:44.956815 | fa163e8b-869e-54ed-ef07-000000004b43 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-02 14:45:44.957704 | fa163e8b-869e-54ed-ef07-000000004b43 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:50.040196 | 0.03s 2025-10-02 14:45:44.986808 | fa163e8b-869e-54ed-ef07-000000004b44 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:45:45.024380 | fa163e8b-869e-54ed-ef07-000000004b44 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:45:45.025303 | fa163e8b-869e-54ed-ef07-000000004b44 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:50.107778 | 0.04s 2025-10-02 14:45:45.051475 | fa163e8b-869e-54ed-ef07-000000004b45 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-02 14:45:45.090221 | fa163e8b-869e-54ed-ef07-000000004b45 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-02 14:45:45.091324 | fa163e8b-869e-54ed-ef07-000000004b45 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:50.173790 | 0.04s 2025-10-02 14:45:45.139243 | fa163e8b-869e-54ed-ef07-000000004b66 | TASK | Gather variables for each operating system 2025-10-02 14:45:45.250846 | fa163e8b-869e-54ed-ef07-000000004b66 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:50.333330 | 0.11s 2025-10-02 14:45:45.271668 | fa163e8b-869e-54ed-ef07-000000004b67 | TASK | Detect if resource is being created or already exists 2025-10-02 14:45:45.932497 | fa163e8b-869e-54ed-ef07-000000004b67 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 14:45:45.933394 | fa163e8b-869e-54ed-ef07-000000004b67 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:51.015891 | 0.66s 2025-10-02 14:45:45.953386 | fa163e8b-869e-54ed-ef07-000000004b68 | TASK | Run init bundle puppet on the host for manila_share 2025-10-02 14:46:09.920501 | fa163e8b-869e-54ed-ef07-000000004b68 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-02 14:46:09.922157 | fa163e8b-869e-54ed-ef07-000000004b68 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:30:15.004645 | 23.97s 2025-10-02 14:46:09.956714 | fa163e8b-869e-54ed-ef07-000000004b69 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-02 14:46:10.206463 | fa163e8b-869e-54ed-ef07-000000004b69 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-02 14:46:10.207899 | fa163e8b-869e-54ed-ef07-000000004b69 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:30:15.290392 | 0.25s 2025-10-02 14:46:10.231585 | fa163e8b-869e-54ed-ef07-000000004b6a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 14:46:10.733082 | fa163e8b-869e-54ed-ef07-000000004b6a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 14:46:10.734310 | fa163e8b-869e-54ed-ef07-000000004b6a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:15.816782 | 0.50s 2025-10-02 14:46:10.759932 | fa163e8b-869e-54ed-ef07-000000004b6b | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-02 14:46:10.964353 | fa163e8b-869e-54ed-ef07-000000004b6b | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-02 14:46:10.965407 | fa163e8b-869e-54ed-ef07-000000004b6b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:30:16.047901 | 0.20s 2025-10-02 14:46:10.989311 | fa163e8b-869e-54ed-ef07-000000004b6d | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-02 14:46:11.026856 | fa163e8b-869e-54ed-ef07-000000004b6d | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-02 14:46:11.027850 | fa163e8b-869e-54ed-ef07-000000004b6d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:30:16.110343 | 0.04s 2025-10-02 14:46:11.052405 | fa163e8b-869e-54ed-ef07-000000004b6e | TASK | Get container image tag from bundle openstack-manila-share 2025-10-02 14:46:11.082375 | fa163e8b-869e-54ed-ef07-000000004b6e | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-02 14:46:11.083320 | fa163e8b-869e-54ed-ef07-000000004b6e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:30:16.165813 | 0.03s 2025-10-02 14:46:11.107192 | fa163e8b-869e-54ed-ef07-000000004b6f | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-02 14:46:11.145467 | fa163e8b-869e-54ed-ef07-000000004b6f | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-02 14:46:11.146622 | fa163e8b-869e-54ed-ef07-000000004b6f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:30:16.229115 | 0.04s 2025-10-02 14:46:11.171933 | fa163e8b-869e-54ed-ef07-000000004b70 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 14:46:11.208857 | fa163e8b-869e-54ed-ef07-000000004b70 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 14:46:11.209764 | fa163e8b-869e-54ed-ef07-000000004b70 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:16.292257 | 0.04s 2025-10-02 14:46:11.233342 | fa163e8b-869e-54ed-ef07-000000004b71 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-02 14:46:11.271598 | fa163e8b-869e-54ed-ef07-000000004b71 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-02 14:46:11.272510 | fa163e8b-869e-54ed-ef07-000000004b71 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:30:16.355004 | 0.04s 2025-10-02 14:46:11.315180 | fa163e8b-869e-54ed-ef07-000000004b92 | TASK | Run kolla_set_configs to copy ring files 2025-10-02 14:46:11.799392 | fa163e8b-869e-54ed-ef07-000000004b92 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-02 14:46:11.801217 | fa163e8b-869e-54ed-ef07-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:16.883703 | 0.48s 2025-10-02 14:46:11.808611 | fa163e8b-869e-54ed-ef07-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:16.891100 | 0.49s 2025-10-02 14:46:11.837932 | fa163e8b-869e-54ed-ef07-000000004b93 | TASK | Run kolla_set_configs to copy ring files 2025-10-02 14:46:12.211439 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-02 14:46:12.214103 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.296552 | 0.37s 2025-10-02 14:46:12.714338 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-02 14:46:12.716392 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.798884 | 0.88s 2025-10-02 14:46:13.077480 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-02 14:46:13.078533 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.161026 | 1.24s 2025-10-02 14:46:13.655355 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-02 14:46:13.657119 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.739606 | 1.82s 2025-10-02 14:46:13.980691 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-02 14:46:13.981389 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:19.063885 | 2.14s 2025-10-02 14:46:14.304722 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-02 14:46:14.307348 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:19.389786 | 2.47s 2025-10-02 14:46:15.292624 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-02 14:46:15.294914 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.377378 | 3.46s 2025-10-02 14:46:15.831590 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-02 14:46:15.834200 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.916688 | 3.99s 2025-10-02 14:46:16.132170 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-02 14:46:16.133704 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.216193 | 4.29s 2025-10-02 14:46:16.591683 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-02 14:46:16.592426 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.674922 | 4.75s 2025-10-02 14:46:16.830831 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-02 14:46:16.831569 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.914063 | 4.99s 2025-10-02 14:46:17.254118 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-02 14:46:17.255495 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.337983 | 5.42s 2025-10-02 14:46:17.733207 | fa163e8b-869e-54ed-ef07-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-02 14:46:17.734568 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.817057 | 5.90s 2025-10-02 14:46:17.746099 | fa163e8b-869e-54ed-ef07-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.828590 | 5.91s 2025-10-02 14:46:17.782071 | fa163e8b-869e-54ed-ef07-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-02 14:46:18.011822 | fa163e8b-869e-54ed-ef07-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-02 14:46:18.013138 | fa163e8b-869e-54ed-ef07-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:23.095627 | 0.23s 2025-10-02 14:46:18.104038 | fa163e8b-869e-54ed-ef07-0000000000f3 | TIMING | include_tasks | standalone | 0:30:23.186515 | 0.06s 2025-10-02 14:46:18.142687 | a97d46f4-589c-4ab8-bfb4-be2a1fa6718a | INCLUDED | /root/standalone-ansible-86hsw4ty/common_deploy_steps_tasks.yaml | standalone 2025-10-02 14:46:18.169493 | fa163e8b-869e-54ed-ef07-000000004c10 | TASK | Write the config_step hieradata 2025-10-02 14:46:18.620674 | fa163e8b-869e-54ed-ef07-000000004c10 | OK | Write the config_step hieradata | standalone 2025-10-02 14:46:18.622074 | fa163e8b-869e-54ed-ef07-000000004c10 | TIMING | Write the config_step hieradata | standalone | 0:30:23.704562 | 0.45s 2025-10-02 14:46:18.648874 | fa163e8b-869e-54ed-ef07-000000004c11 | TASK | Run puppet host configuration for step 5 2025-10-02 14:46:18.902574 | fa163e8b-869e-54ed-ef07-000000004c11 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-02 14:46:18.903944 | fa163e8b-869e-54ed-ef07-000000004c11 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:23.986430 | 0.25s 2025-10-02 14:46:18.955606 | fa163e8b-869e-54ed-ef07-000000004c12 | TASK | Wait for puppet host configuration to finish 2025-10-02 14:46:19.220388 | fa163e8b-869e-54ed-ef07-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 14:46:29.465227 | fa163e8b-869e-54ed-ef07-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 14:46:39.726160 | fa163e8b-869e-54ed-ef07-000000004c12 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 14:46:39.727877 | fa163e8b-869e-54ed-ef07-000000004c12 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:44.810364 | 20.77s 2025-10-02 14:46:39.749394 | fa163e8b-869e-54ed-ef07-000000004c13 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-02 14:46:39.833591 | fa163e8b-869e-54ed-ef07-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 2 14:46:19 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 14:46:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 14:46:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 14:46:26 puppet-user: (file & line not available)", "<13>Oct 2 14:46:26 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 2 14:46:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 2 14:46:27 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 2 14:46:27 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 2 14:46:27 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 2 14:46:27 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 2 14:46:27 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 2 14:46:27 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 2 14:46:27 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 2 14:46:27 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 2 14:46:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 14:46:27 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.56 seconds", "<13>Oct 2 14:46:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 14:46:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 14:46:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 14:46:35 puppet-user: Notice: Applied catalog in 8.50 seconds", "<13>Oct 2 14:46:35 puppet-user: Application:", "<13>Oct 2 14:46:35 puppet-user: Initial environment: production", "<13>Oct 2 14:46:35 puppet-user: Converged environment: production", "<13>Oct 2 14:46:35 puppet-user: Run mode: user", "<13>Oct 2 14:46:35 puppet-user: Changes:", "<13>Oct 2 14:46:35 puppet-user: Total: 2", "<13>Oct 2 14:46:35 puppet-user: Events:", "<13>Oct 2 14:46:35 puppet-user: Success: 2", "<13>Oct 2 14:46:35 puppet-user: Resources:", "<13>Oct 2 14:46:35 puppet-user: Changed: 2", "<13>Oct 2 14:46:35 puppet-user: Out of sync: 2", "<13>Oct 2 14:46:35 puppet-user: Total: 37", "<13>Oct 2 14:46:35 puppet-user: Time:", "<13>Oct 2 14:46:35 puppet-user: Filebucket: 0.00", "<13>Oct 2 14:46:35 puppet-user: Schedule: 0.00", "<13>Oct 2 14:46:35 puppet-user: File line: 0.00", "<13>Oct 2 14:46:35 puppet-user: Package: 0.00", "<13>Oct 2 14:46:35 puppet-user: Augeas: 0.01", "<13>Oct 2 14:46:35 puppet-user: User: 0.01", "<13>Oct 2 14:46:35 puppet-user: File: 0.09", "<13>Oct 2 14:46:35 puppet-user: Service: 0.16", "<13>Oct 2 14:46:35 puppet-user: Config retrieval: 0.68", "<13>Oct 2 14:46:35 puppet-user: Pcmk property: 1.47", "<13>Oct 2 14:46:35 puppet-user: Last run: 1759416395", "<13>Oct 2 14:46:35 puppet-user: Pcmk resource op default: 2.17", "<13>Oct 2 14:46:35 puppet-user: Pcmk resource default: 2.18", "<13>Oct 2 14:46:35 puppet-user: Exec: 2.20", "<13>Oct 2 14:46:35 puppet-user: Transaction evaluation: 8.48", "<13>Oct 2 14:46:35 puppet-user: Catalog application: 8.50", "<13>Oct 2 14:46:35 puppet-user: Total: 8.51", "<13>Oct 2 14:46:35 puppet-user: Version:", "<13>Oct 2 14:46:35 puppet-user: Config: 1759416386", "<13>Oct 2 14:46:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 14:46:39.835612 | fa163e8b-869e-54ed-ef07-000000004c13 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:44.918101 | 0.09s 2025-10-02 14:46:39.865655 | fa163e8b-869e-54ed-ef07-000000004c14 | TASK | Pre-cache facts for puppet containers 2025-10-02 14:46:39.899946 | fa163e8b-869e-54ed-ef07-000000004c14 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:44.982422 | 0.03s 2025-10-02 14:46:39.973361 | fa163e8b-869e-54ed-ef07-000000004c53 | TASK | Gather variables for each operating system 2025-10-02 14:46:40.101039 | fa163e8b-869e-54ed-ef07-000000004c53 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:45.183509 | 0.13s 2025-10-02 14:46:40.122813 | fa163e8b-869e-54ed-ef07-000000004c54 | TASK | Create puppet caching structures 2025-10-02 14:46:40.380418 | fa163e8b-869e-54ed-ef07-000000004c54 | CHANGED | Create puppet caching structures | standalone 2025-10-02 14:46:40.382100 | fa163e8b-869e-54ed-ef07-000000004c54 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:45.464586 | 0.26s 2025-10-02 14:46:40.412059 | fa163e8b-869e-54ed-ef07-000000004c55 | TASK | Check for facter.conf 2025-10-02 14:46:40.714186 | fa163e8b-869e-54ed-ef07-000000004c55 | OK | Check for facter.conf | standalone 2025-10-02 14:46:40.715890 | fa163e8b-869e-54ed-ef07-000000004c55 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:45.798377 | 0.30s 2025-10-02 14:46:40.746198 | fa163e8b-869e-54ed-ef07-000000004c56 | TASK | Remove facter.conf if directory 2025-10-02 14:46:40.797662 | fa163e8b-869e-54ed-ef07-000000004c56 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 14:46:40.799113 | fa163e8b-869e-54ed-ef07-000000004c56 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:45.881599 | 0.05s 2025-10-02 14:46:40.829543 | fa163e8b-869e-54ed-ef07-000000004c57 | TASK | Write facter cache config 2025-10-02 14:46:41.304356 | fa163e8b-869e-54ed-ef07-000000004c57 | CHANGED | Write facter cache config | standalone 2025-10-02 14:46:41.306338 | fa163e8b-869e-54ed-ef07-000000004c57 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:46.388820 | 0.47s 2025-10-02 14:46:41.343500 | fa163e8b-869e-54ed-ef07-000000004c58 | TASK | Cleanup facter cache if exists 2025-10-02 14:46:41.592938 | fa163e8b-869e-54ed-ef07-000000004c58 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 14:46:41.594783 | fa163e8b-869e-54ed-ef07-000000004c58 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:46.677264 | 0.25s 2025-10-02 14:46:41.626334 | fa163e8b-869e-54ed-ef07-000000004c59 | TASK | Pre-cache facts 2025-10-02 14:46:42.222543 | fa163e8b-869e-54ed-ef07-000000004c59 | CHANGED | Pre-cache facts | standalone 2025-10-02 14:46:42.224020 | fa163e8b-869e-54ed-ef07-000000004c59 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:47.306511 | 0.60s 2025-10-02 14:46:42.250988 | fa163e8b-869e-54ed-ef07-000000004c5a | TASK | Failed deployment if facter fails 2025-10-02 14:46:42.279848 | fa163e8b-869e-54ed-ef07-000000004c5a | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 14:46:42.281479 | fa163e8b-869e-54ed-ef07-000000004c5a | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:47.363971 | 0.03s 2025-10-02 14:46:42.311093 | fa163e8b-869e-54ed-ef07-000000004c5b | TASK | Sync cached facts 2025-10-02 14:46:42.628208 | fa163e8b-869e-54ed-ef07-000000004c5b | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-000000004c5b') missing from stats 2025-10-02 14:46:42.691857 | fa163e8b-869e-54ed-ef07-000000004c15 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 14:46:42.722645 | fa163e8b-869e-54ed-ef07-000000004c15 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 14:46:42.724326 | fa163e8b-869e-54ed-ef07-000000004c15 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:47.806644 | 0.03s 2025-10-02 14:46:42.760664 | fa163e8b-869e-54ed-ef07-000000004c17 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-02 14:46:42.790754 | fa163e8b-869e-54ed-ef07-000000004c17 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:47.873231 | 0.03s 2025-10-02 14:46:42.854716 | fa163e8b-869e-54ed-ef07-000000004cb2 | TASK | Gather variables for each operating system 2025-10-02 14:46:42.978617 | fa163e8b-869e-54ed-ef07-000000004cb2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:48.061088 | 0.12s 2025-10-02 14:46:43.009003 | fa163e8b-869e-54ed-ef07-000000004cb3 | TASK | Create container logs path 2025-10-02 14:46:43.313357 | fa163e8b-869e-54ed-ef07-000000004cb3 | OK | Create container logs path | standalone 2025-10-02 14:46:43.314952 | fa163e8b-869e-54ed-ef07-000000004cb3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:48.397439 | 0.30s 2025-10-02 14:46:43.347961 | fa163e8b-869e-54ed-ef07-000000004cb5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 14:46:43.585737 | fa163e8b-869e-54ed-ef07-000000004cb5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-02 14:46:43.587061 | fa163e8b-869e-54ed-ef07-000000004cb5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:48.669549 | 0.24s 2025-10-02 14:46:43.617900 | fa163e8b-869e-54ed-ef07-000000004cb6 | TASK | Finalise hashes for all containers 2025-10-02 14:46:43.679334 | fa163e8b-869e-54ed-ef07-000000004cb6 | OK | Finalise hashes for all containers | standalone 2025-10-02 14:46:43.680568 | fa163e8b-869e-54ed-ef07-000000004cb6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:48.763057 | 0.06s 2025-10-02 14:46:43.710351 | fa163e8b-869e-54ed-ef07-000000004cb8 | TASK | Manage systemd shutdown files 2025-10-02 14:46:43.743263 | fa163e8b-869e-54ed-ef07-000000004cb8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:48.825737 | 0.03s 2025-10-02 14:46:43.777763 | 114f521b-68d0-4ad2-999b-088f93a604db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 14:46:43.805756 | fa163e8b-869e-54ed-ef07-000000004ceb | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 14:46:44.058920 | fa163e8b-869e-54ed-ef07-000000004ceb | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 14:46:44.060586 | fa163e8b-869e-54ed-ef07-000000004ceb | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:49.143072 | 0.25s 2025-10-02 14:46:44.094665 | fa163e8b-869e-54ed-ef07-000000004cec | TASK | Set podman_drop_in fact 2025-10-02 14:46:44.129934 | fa163e8b-869e-54ed-ef07-000000004cec | OK | Set podman_drop_in fact | standalone 2025-10-02 14:46:44.131269 | fa163e8b-869e-54ed-ef07-000000004cec | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:49.213753 | 0.03s 2025-10-02 14:46:44.160971 | fa163e8b-869e-54ed-ef07-000000004cee | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 14:46:44.605083 | fa163e8b-869e-54ed-ef07-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 14:46:44.607672 | fa163e8b-869e-54ed-ef07-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:49.690155 | 0.45s 2025-10-02 14:46:45.017955 | fa163e8b-869e-54ed-ef07-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 14:46:45.018789 | fa163e8b-869e-54ed-ef07-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:50.101283 | 0.86s 2025-10-02 14:46:45.023925 | fa163e8b-869e-54ed-ef07-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:50.106407 | 0.86s 2025-10-02 14:46:45.055499 | fa163e8b-869e-54ed-ef07-000000004cef | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 14:46:45.536100 | fa163e8b-869e-54ed-ef07-000000004cef | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 14:46:45.537147 | fa163e8b-869e-54ed-ef07-000000004cef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:50.619640 | 0.48s 2025-10-02 14:46:45.559968 | fa163e8b-869e-54ed-ef07-000000004cf0 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 14:46:45.955370 | fa163e8b-869e-54ed-ef07-000000004cf0 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 14:46:45.956157 | fa163e8b-869e-54ed-ef07-000000004cf0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:51.038654 | 0.39s 2025-10-02 14:46:45.976113 | fa163e8b-869e-54ed-ef07-000000004cf1 | TASK | Enable and start tripleo-container-shutdown 2025-10-02 14:46:47.974658 | fa163e8b-869e-54ed-ef07-000000004cf1 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 14:46:47.977233 | fa163e8b-869e-54ed-ef07-000000004cf1 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:53.059717 | 2.00s 2025-10-02 14:46:48.007351 | fa163e8b-869e-54ed-ef07-000000004cf2 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 14:46:48.516718 | fa163e8b-869e-54ed-ef07-000000004cf2 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 14:46:48.518399 | fa163e8b-869e-54ed-ef07-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:53.600885 | 0.51s 2025-10-02 14:46:48.552085 | fa163e8b-869e-54ed-ef07-000000004cf3 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 14:46:49.125524 | fa163e8b-869e-54ed-ef07-000000004cf3 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 14:46:49.127330 | fa163e8b-869e-54ed-ef07-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:54.209816 | 0.57s 2025-10-02 14:46:49.158175 | fa163e8b-869e-54ed-ef07-000000004cf4 | TASK | Enable and start netns-placeholder 2025-10-02 14:46:50.185436 | fa163e8b-869e-54ed-ef07-000000004cf4 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 14:46:50.188497 | fa163e8b-869e-54ed-ef07-000000004cf4 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:55.270969 | 1.03s 2025-10-02 14:46:50.225092 | fa163e8b-869e-54ed-ef07-000000004cba | TASK | Update container configs with new config hashes 2025-10-02 14:46:50.290821 | fa163e8b-869e-54ed-ef07-000000004cba | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:55.373298 | 0.06s 2025-10-02 14:46:50.318011 | 945120e7-1f17-41a1-bfd0-d0a1e023ba5f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 14:46:50.346192 | fa163e8b-869e-54ed-ef07-000000004d1c | TASK | Update config hashes for container startup configs 2025-10-02 14:46:50.634758 | fa163e8b-869e-54ed-ef07-000000004d1c | OK | Update config hashes for container startup configs | standalone 2025-10-02 14:46:50.636454 | fa163e8b-869e-54ed-ef07-000000004d1c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:55.718936 | 0.29s 2025-10-02 14:46:50.674137 | fa163e8b-869e-54ed-ef07-000000004cbb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 14:46:50.738543 | fa163e8b-869e-54ed-ef07-000000004cbb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:55.821019 | 0.06s 2025-10-02 14:46:50.768753 | e3110a0c-1ac2-4410-bb90-1bc70c32a460 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 14:46:50.814464 | fa163e8b-869e-54ed-ef07-000000004d3b | TASK | Gather podman infos 2025-10-02 14:46:53.003449 | fa163e8b-869e-54ed-ef07-000000004d3b | OK | Gather podman infos | standalone 2025-10-02 14:46:53.004780 | fa163e8b-869e-54ed-ef07-000000004d3b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:58.087274 | 2.19s 2025-10-02 14:46:53.120536 | fa163e8b-869e-54ed-ef07-000000004d3c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 14:46:53.200555 | fa163e8b-869e-54ed-ef07-000000004d3c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:58.283041 | 0.07s 2025-10-02 14:46:53.375417 | fa163e8b-869e-54ed-ef07-000000004d85 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:58.457889 | 0.13s 2025-10-02 14:46:53.434458 | fa163e8b-869e-54ed-ef07-000000004cbc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 14:46:53.489940 | fa163e8b-869e-54ed-ef07-000000004cbc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:58.572412 | 0.05s 2025-10-02 14:46:53.513741 | 5246819b-6732-46d1-84f8-4e5656efdf1e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 14:46:53.559233 | fa163e8b-869e-54ed-ef07-000000004dab | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 14:47:18.963908 | fa163e8b-869e-54ed-ef07-000000004dab | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-02 14:47:18.966742 | fa163e8b-869e-54ed-ef07-000000004dab | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:24.049230 | 25.41s 2025-10-02 14:47:18.998355 | fa163e8b-869e-54ed-ef07-000000004dac | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 14:47:45.807205 | fa163e8b-869e-54ed-ef07-000000004dac | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-02 14:47:45.808512 | fa163e8b-869e-54ed-ef07-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:50.891004 | 26.81s 2025-10-02 14:47:45.863589 | fa163e8b-869e-54ed-ef07-000000004c19 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-02 14:47:46.076967 | fa163e8b-869e-54ed-ef07-000000004c19 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-02 14:47:46.077942 | fa163e8b-869e-54ed-ef07-000000004c19 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:51.160436 | 0.21s 2025-10-02 14:47:46.111802 | fa163e8b-869e-54ed-ef07-000000004c1a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-02 14:47:46.141338 | fa163e8b-869e-54ed-ef07-000000004c1a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:51.223822 | 0.03s 2025-10-02 14:47:46.165741 | fa163e8b-869e-54ed-ef07-000000004c1b | TASK | Include container-puppet tasks for step 5 2025-10-02 14:47:46.204412 | fa163e8b-869e-54ed-ef07-000000004c1b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:51.286899 | 0.04s 2025-10-02 14:47:46.217968 | 1b81d9ff-735c-4d0e-8275-75ff9e4f10e9 | INCLUDED | /root/standalone-ansible-86hsw4ty/host-container-puppet-tasks.yaml | standalone 2025-10-02 14:47:46.249882 | fa163e8b-869e-54ed-ef07-000000004df7 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-02 14:47:46.676832 | fa163e8b-869e-54ed-ef07-000000004df7 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-02 14:47:46.677673 | fa163e8b-869e-54ed-ef07-000000004df7 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:51.760169 | 0.43s 2025-10-02 14:47:46.698918 | fa163e8b-869e-54ed-ef07-000000004df9 | TASK | Generate container puppet configs for step 5 2025-10-02 14:47:46.961926 | fa163e8b-869e-54ed-ef07-000000004df9 | OK | Generate container puppet configs for step 5 | standalone 2025-10-02 14:47:46.965012 | fa163e8b-869e-54ed-ef07-000000004df9 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:52.047498 | 0.26s 2025-10-02 14:47:46.997491 | fa163e8b-869e-54ed-ef07-000000004dfa | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-02 14:47:47.030977 | fa163e8b-869e-54ed-ef07-000000004dfa | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:52.113446 | 0.03s 2025-10-02 14:47:47.106986 | fa163e8b-869e-54ed-ef07-000000004e29 | TASK | Gather variables for each operating system 2025-10-02 14:47:47.224236 | fa163e8b-869e-54ed-ef07-000000004e29 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:52.306716 | 0.11s 2025-10-02 14:47:47.250201 | fa163e8b-869e-54ed-ef07-000000004e2a | TASK | Create container logs path 2025-10-02 14:47:47.478542 | fa163e8b-869e-54ed-ef07-000000004e2a | OK | Create container logs path | standalone 2025-10-02 14:47:47.481168 | fa163e8b-869e-54ed-ef07-000000004e2a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:52.563657 | 0.23s 2025-10-02 14:47:47.507391 | fa163e8b-869e-54ed-ef07-000000004e2c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-02 14:47:47.725513 | fa163e8b-869e-54ed-ef07-000000004e2c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-02 14:47:47.727208 | fa163e8b-869e-54ed-ef07-000000004e2c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:52.809700 | 0.22s 2025-10-02 14:47:47.749947 | fa163e8b-869e-54ed-ef07-000000004e2d | TASK | Finalise hashes for all containers 2025-10-02 14:47:47.790134 | fa163e8b-869e-54ed-ef07-000000004e2d | OK | Finalise hashes for all containers | standalone 2025-10-02 14:47:47.791993 | fa163e8b-869e-54ed-ef07-000000004e2d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:52.874486 | 0.04s 2025-10-02 14:47:47.816252 | fa163e8b-869e-54ed-ef07-000000004e2f | TASK | Manage systemd shutdown files 2025-10-02 14:47:47.849215 | fa163e8b-869e-54ed-ef07-000000004e2f | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 14:47:47.851069 | fa163e8b-869e-54ed-ef07-000000004e2f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:52.933558 | 0.03s 2025-10-02 14:47:47.874370 | fa163e8b-869e-54ed-ef07-000000004e31 | TASK | Update container configs with new config hashes 2025-10-02 14:47:47.924334 | fa163e8b-869e-54ed-ef07-000000004e31 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 14:47:47.925365 | fa163e8b-869e-54ed-ef07-000000004e31 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:53.007855 | 0.05s 2025-10-02 14:47:47.950221 | fa163e8b-869e-54ed-ef07-000000004e32 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-02 14:47:48.000621 | fa163e8b-869e-54ed-ef07-000000004e32 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-02 14:47:48.002508 | fa163e8b-869e-54ed-ef07-000000004e32 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:53.084999 | 0.05s 2025-10-02 14:47:48.032420 | fa163e8b-869e-54ed-ef07-000000004e33 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-02 14:47:48.086268 | fa163e8b-869e-54ed-ef07-000000004e33 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-02 14:47:48.091476 | fa163e8b-869e-54ed-ef07-000000004e33 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:53.173966 | 0.06s PLAY [Server Post Deployments] ************************************************* 2025-10-02 14:47:48.245758 | fa163e8b-869e-54ed-ef07-0000000000f7 | TASK | Server Post Deployments 2025-10-02 14:47:48.275605 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000f7') missing from stats 2025-10-02 14:47:48.346137 | fa163e8b-869e-54ed-ef07-0000000000f8 | TIMING | include_tasks | standalone | 0:31:53.428619 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-02 14:47:48.478079 | fa163e8b-869e-54ed-ef07-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-02 14:47:48.506131 | fa163e8b-869e-54ed-ef07-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', 'fa163e8b-869e-54ed-ef07-0000000000fc') missing from stats 2025-10-02 14:47:48.523703 | fa163e8b-869e-54ed-ef07-000000000100 | TASK | is additonal Cell? 2025-10-02 14:47:48.550160 | fa163e8b-869e-54ed-ef07-000000000100 | OK | is additonal Cell? | undercloud 2025-10-02 14:47:48.552060 | fa163e8b-869e-54ed-ef07-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:53.634547 | 0.03s 2025-10-02 14:47:48.568084 | fa163e8b-869e-54ed-ef07-000000000102 | TASK | discover via nova_manager? 2025-10-02 14:47:48.628885 | fa163e8b-869e-54ed-ef07-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-02 14:47:48.630814 | fa163e8b-869e-54ed-ef07-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:53.713303 | 0.06s 2025-10-02 14:47:48.646463 | fa163e8b-869e-54ed-ef07-000000000103 | TASK | discover via nova_api? 2025-10-02 14:47:48.715902 | fa163e8b-869e-54ed-ef07-000000000103 | OK | discover via nova_api? | undercloud 2025-10-02 14:47:48.718088 | fa163e8b-869e-54ed-ef07-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:53.800576 | 0.07s 2025-10-02 14:47:48.733897 | fa163e8b-869e-54ed-ef07-000000000104 | TASK | Warn if no discovery host available 2025-10-02 14:47:48.773701 | fa163e8b-869e-54ed-ef07-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-02 14:47:48.775250 | fa163e8b-869e-54ed-ef07-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:53.857739 | 0.04s 2025-10-02 14:47:48.801550 | fa163e8b-869e-54ed-ef07-000000000105 | TASK | Discovering nova hosts 2025-10-02 14:47:51.334409 | fa163e8b-869e-54ed-ef07-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-000000000105') missing from stats 2025-10-02 14:47:51.432746 | fa163e8b-869e-54ed-ef07-000000000106 | OK | set_fact | undercloud 2025-10-02 14:47:51.434779 | fa163e8b-869e-54ed-ef07-000000000106 | TIMING | set_fact | undercloud | 0:31:56.517257 | 0.08s 2025-10-02 14:47:51.454056 | fa163e8b-869e-54ed-ef07-000000000108 | TASK | Set up group_vars 2025-10-02 14:47:51.485544 | fa163e8b-869e-54ed-ef07-000000000108 | OK | Set up group_vars | undercloud 2025-10-02 14:47:51.487008 | fa163e8b-869e-54ed-ef07-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:56.569488 | 0.03s 2025-10-02 14:47:51.503315 | fa163e8b-869e-54ed-ef07-000000000109 | TASK | Make needed directories on the undercloud 2025-10-02 14:47:51.728947 | fa163e8b-869e-54ed-ef07-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-86hsw4ty/octavia-ansible 2025-10-02 14:47:51.732598 | fa163e8b-869e-54ed-ef07-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:56.815073 | 0.23s 2025-10-02 14:47:51.901726 | fa163e8b-869e-54ed-ef07-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-86hsw4ty/octavia-ansible/local_dir 2025-10-02 14:47:51.903977 | fa163e8b-869e-54ed-ef07-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:56.986464 | 0.40s 2025-10-02 14:47:52.131419 | fa163e8b-869e-54ed-ef07-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-86hsw4ty/octavia-ansible/group_vars 2025-10-02 14:47:52.133359 | fa163e8b-869e-54ed-ef07-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.215851 | 0.63s 2025-10-02 14:47:52.143651 | fa163e8b-869e-54ed-ef07-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.226132 | 0.64s 2025-10-02 14:47:52.158940 | fa163e8b-869e-54ed-ef07-00000000010a | TASK | Write group_vars file 2025-10-02 14:47:52.621695 | fa163e8b-869e-54ed-ef07-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-02 14:47:52.622990 | fa163e8b-869e-54ed-ef07-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:57.705481 | 0.46s 2025-10-02 14:47:52.653114 | fa163e8b-869e-54ed-ef07-00000000010b | TASK | Gather missing facts 2025-10-02 14:47:53.023666 | fa163e8b-869e-54ed-ef07-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8b-869e-54ed- ef07-00000000010b') missing from stats 2025-10-02 14:47:53.041240 | fa163e8b-869e-54ed-ef07-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:58.123720 | 0.39s 2025-10-02 14:47:53.057591 | fa163e8b-869e-54ed-ef07-00000000010c | TASK | Write octavia inventory 2025-10-02 14:47:53.681606 | fa163e8b-869e-54ed-ef07-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-02 14:47:53.683266 | fa163e8b-869e-54ed-ef07-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:58.765749 | 0.62s 2025-10-02 14:47:53.706101 | fa163e8b-869e-54ed-ef07-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-02 14:47:53.963987 | fa163e8b-869e-54ed-ef07-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-02 14:47:53.965444 | fa163e8b-869e-54ed-ef07-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:59.047929 | 0.25s 2025-10-02 14:47:53.981583 | fa163e8b-869e-54ed-ef07-00000000010e | TASK | Set private key location 2025-10-02 14:47:54.049963 | fa163e8b-869e-54ed-ef07-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-02 14:47:54.051385 | fa163e8b-869e-54ed-ef07-00000000010e | TIMING | Set private key location | undercloud | 0:31:59.133870 | 0.07s 2025-10-02 14:47:54.067353 | fa163e8b-869e-54ed-ef07-00000000010f | TASK | Configure octavia command 2025-10-02 14:47:54.107035 | fa163e8b-869e-54ed-ef07-00000000010f | OK | Configure octavia command | undercloud 2025-10-02 14:47:54.108349 | fa163e8b-869e-54ed-ef07-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:59.190834 | 0.04s 2025-10-02 14:47:54.155811 | fa163e8b-869e-54ed-ef07-000000000110 | OK | set_fact | undercloud 2025-10-02 14:47:54.157072 | fa163e8b-869e-54ed-ef07-000000000110 | TIMING | set_fact | undercloud | 0:31:59.239561 | 0.03s 2025-10-02 14:47:54.204849 | fa163e8b-869e-54ed-ef07-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-86hsw4ty/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-86hsw4ty/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-86hsw4ty/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-02 14:47:54.205919 | fa163e8b-869e-54ed-ef07-000000000111 | TIMING | debug | undercloud | 0:31:59.288406 | 0.03s 2025-10-02 14:47:54.221027 | fa163e8b-869e-54ed-ef07-000000000112 | TASK | Configure octavia on overcloud 2025-10-02 14:51:20.788788 | fa163e8b-869e-54ed-ef07-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-02 14:51:20.792178 | fa163e8b-869e-54ed-ef07-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:25.874661 | 206.57s 2025-10-02 14:51:20.815035 | fa163e8b-869e-54ed-ef07-000000000113 | TASK | Purge temp dirs 2025-10-02 14:51:21.080732 | fa163e8b-869e-54ed-ef07-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-86hsw4ty/octavia-ansible/local_dir 2025-10-02 14:51:21.083495 | fa163e8b-869e-54ed-ef07-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:26.165980 | 0.27s 2025-10-02 14:51:21.091844 | fa163e8b-869e-54ed-ef07-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:26.174328 | 0.28s 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-02 14:51:21.151365 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 14:51:21.151717 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 14:51:21.152050 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:26.234549 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 14:51:21.152393 | UUID | Info | Host | Task Name | Run Time 2025-10-02 14:51:21.153721 | fa163e8b-869e-54ed-ef07-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 295.13s 2025-10-02 14:51:21.154019 | fa163e8b-869e-54ed-ef07-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 206.57s 2025-10-02 14:51:21.154352 | fa163e8b-869e-54ed-ef07-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 | 129.80s 2025-10-02 14:51:21.154672 | fa163e8b-869e-54ed-ef07-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 109.73s 2025-10-02 14:51:21.154975 | fa163e8b-869e-54ed-ef07-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.63s 2025-10-02 14:51:21.155310 | fa163e8b-869e-54ed-ef07-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 57.49s 2025-10-02 14:51:21.155616 | fa163e8b-869e-54ed-ef07-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.59s 2025-10-02 14:51:21.155906 | fa163e8b-869e-54ed-ef07-000000004879 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-10-02 14:51:21.156189 | fa163e8b-869e-54ed-ef07-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.22s 2025-10-02 14:51:21.156513 | fa163e8b-869e-54ed-ef07-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.31s 2025-10-02 14:51:21.156850 | fa163e8b-869e-54ed-ef07-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 28.07s 2025-10-02 14:51:21.157272 | fa163e8b-869e-54ed-ef07-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 | 26.81s 2025-10-02 14:51:21.157611 | fa163e8b-869e-54ed-ef07-000000004dab | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.41s 2025-10-02 14:51:21.157850 | fa163e8b-869e-54ed-ef07-000000004b10 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.71s 2025-10-02 14:51:21.158098 | fa163e8b-869e-54ed-ef07-000000004b3c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.59s 2025-10-02 14:51:21.158355 | fa163e8b-869e-54ed-ef07-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.33s 2025-10-02 14:51:21.158629 | fa163e8b-869e-54ed-ef07-000000004b68 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.97s 2025-10-02 14:51:21.158868 | fa163e8b-869e-54ed-ef07-000000004c12 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.77s 2025-10-02 14:51:21.159114 | fa163e8b-869e-54ed-ef07-000000004a14 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.70s 2025-10-02 14:51:21.159366 | fa163e8b-869e-54ed-ef07-00000000319d | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-02 14:51:21.159606 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-86hsw4ty Install artifact is located at /root/standalone-install-20251002145121.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.D36U3j7tSr + exit 0 ~/ci-framework-data/artifacts