~/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.UCdp6FX4NZ + 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.UCdp6FX4NZ/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.UCdp6FX4NZ/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.UCdp6FX4NZ + J2_VARS_FILE=/tmp/tmp.UCdp6FX4NZ/tmp.AFneicdADN.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.UCdp6FX4NZ/tmp.AFneicdADN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/tmp.AFneicdADN.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.UCdp6FX4NZ/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.UCdp6FX4NZ/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.UCdp6FX4NZ/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.UCdp6FX4NZ/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.UCdp6FX4NZ/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): bash-completion-2.11-4.el9.noarch.rpm 2.4 MB/s | 459 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 3.9 MB/s | 786 kB 00:00 (3/399): python3-openvswitch3.3-3.3.4-110.el9fd 1.8 MB/s | 369 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 9.5 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 789 kB/s | 62 kB 00:00 (6/399): libaio-0.3.111-13.el9.x86_64.rpm 153 kB/s | 26 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 5.1 MB/s | 542 kB 00:00 (8/399): libkadm5-1.20.1-8.el9.x86_64.rpm 890 kB/s | 81 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 172 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 223 kB/s | 12 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 728 kB/s | 36 kB 00:00 (13/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 227 kB/s | 37 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 312 kB/s | 30 kB 00:00 (15/399): device-mapper-event-1.02.187-7.el9_2. 777 kB/s | 32 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 143 kB/s | 19 kB 00:00 (17/399): python3-dns-2.2.1-2.el9.noarch.rpm 1.9 MB/s | 418 kB 00:00 (18/399): device-mapper-event-libs-1.02.187-7.e 748 kB/s | 31 kB 00:00 (19/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (20/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 9.2 MB/s | 1.0 MB 00:00 (21/399): boost-system-1.75.0-8.el9.x86_64.rpm 160 kB/s | 15 kB 00:00 (22/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 713 kB/s | 64 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.0 MB/s | 98 kB 00:00 (24/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 878 kB/s | 223 kB 00:00 (25/399): python3-urllib-gssapi-1.0.2-4.el9.noa 288 kB/s | 24 kB 00:00 (26/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 216 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 360 kB/s | 17 kB 00:00 (28/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.2 MB/s | 59 kB 00:00 (29/399): boost-thread-1.75.0-8.el9.x86_64.rpm 705 kB/s | 57 kB 00:00 (30/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 587 kB/s | 25 kB 00:00 (31/399): perl-File-Temp-0.231.100-4.el9.noarch 1.2 MB/s | 63 kB 00:00 (32/399): perl-Exporter-5.74-461.el9.noarch.rpm 299 kB/s | 34 kB 00:00 (33/399): perl-parent-0.238-460.el9.noarch.rpm 388 kB/s | 16 kB 00:00 (34/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.6 MB/s | 283 kB 00:00 (35/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.4 MB/s | 321 kB 00:00 (36/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.5 MB/s | 224 kB 00:00 (37/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 7.0 MB/s | 392 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.5 MB/s | 92 kB 00:00 (39/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 296 kB/s | 45 kB 00:00 (40/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.2 MB/s | 51 kB 00:00 (41/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.8 MB/s | 229 kB 00:00 (42/399): perl-Text-ParseWords-3.30-460.el9.noa 373 kB/s | 18 kB 00:00 (43/399): perl-URI-5.09-3.el9.noarch.rpm 2.3 MB/s | 125 kB 00:00 (44/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 24 MB/s | 1.2 MB 00:00 (45/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 627 kB/s | 26 kB 00:00 (46/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (47/399): iptables-nft-services-1.8.8-6.el9_1.n 606 kB/s | 28 kB 00:00 (48/399): perl-Carp-1.50-460.el9.noarch.rpm 803 kB/s | 31 kB 00:00 (49/399): perl-Pod-Escapes-1.07-460.el9.noarch. 615 kB/s | 22 kB 00:00 (50/399): perl-Encode-3.08-462.el9.x86_64.rpm 28 MB/s | 1.7 MB 00:00 (51/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.1 MB/s | 218 kB 00:00 (52/399): perl-Mozilla-CA-20200520-6.el9.noarch 360 kB/s | 14 kB 00:00 (53/399): libburn-1.5.4-4.el9.x86_64.rpm 2.5 MB/s | 175 kB 00:00 (54/399): perl-Time-Local-1.300-7.el9.noarch.rp 939 kB/s | 37 kB 00:00 (55/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.5 MB/s | 76 kB 00:00 (56/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.8 MB/s | 73 kB 00:00 (57/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 163 kB/s | 24 kB 00:00 (58/399): sshpass-1.09-4.el9.x86_64.rpm 502 kB/s | 30 kB 00:00 (59/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.3 MB/s | 59 kB 00:00 (60/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.7 MB/s | 410 kB 00:00 (61/399): boost-program-options-1.75.0-8.el9.x8 2.2 MB/s | 108 kB 00:00 (62/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 713 kB/s | 39 kB 00:00 (63/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.0 MB/s | 419 kB 00:00 (64/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 315 kB/s | 19 kB 00:00 (65/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 456 kB/s | 34 kB 00:00 (66/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.2 MB/s | 92 kB 00:00 (67/399): perl-File-Path-2.18-4.el9.noarch.rpm 616 kB/s | 38 kB 00:00 (68/399): perl-Digest-1.19-4.el9.noarch.rpm 411 kB/s | 29 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 814 kB/s | 43 kB 00:00 (70/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.0 MB/s | 58 kB 00:00 (71/399): perl-podlators-4.14-460.el9.noarch.rp 2.9 MB/s | 118 kB 00:00 (72/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.6 MB/s | 112 kB 00:00 (73/399): perl-Scalar-List-Utils-1.56-461.el9.x 512 kB/s | 77 kB 00:00 (74/399): python3-appdirs-1.4.4-4.el9.noarch.rp 608 kB/s | 27 kB 00:00 (75/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.6 MB/s | 163 kB 00:00 (76/399): perl-constant-1.33-461.el9.noarch.rpm 160 kB/s | 25 kB 00:00 (77/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (78/399): python3-qrcode-core-6.1-12.el9.noarch 1.0 MB/s | 61 kB 00:00 (79/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 845 kB/s | 96 kB 00:00 (80/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.0 MB/s | 221 kB 00:00 (81/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 279 kB 00:00 (82/399): python3-augeas-0.5.0-25.el9.noarch.rp 852 kB/s | 31 kB 00:00 (83/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 723 kB/s | 42 kB 00:00 (84/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 6.5 MB/s | 489 kB 00:00 (85/399): perl-AutoLoader-5.74-480.el9.noarch.r 498 kB/s | 23 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 4.1 MB/s | 185 kB 00:00 (87/399): python3-alembic-1.7.5-3.el9.noarch.rp 5.3 MB/s | 900 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 444 kB/s | 17 kB 00:00 (89/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 540 kB/s | 23 kB 00:00 (90/399): perl-File-Basename-2.85-480.el9.noarc 502 kB/s | 19 kB 00:00 (91/399): perl-Class-Struct-0.66-480.el9.noarch 243 kB/s | 24 kB 00:00 (92/399): perl-File-stat-1.09-480.el9.noarch.rp 424 kB/s | 19 kB 00:00 (93/399): perl-FileHandle-2.03-480.el9.noarch.r 459 kB/s | 17 kB 00:00 (94/399): perl-Getopt-Std-1.12-480.el9.noarch.r 423 kB/s | 17 kB 00:00 (95/399): perl-IO-1.43-480.el9.x86_64.rpm 2.3 MB/s | 94 kB 00:00 (96/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 672 kB/s | 25 kB 00:00 (97/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 488 kB/s | 25 kB 00:00 (98/399): perl-SelectSaver-1.02-480.el9.noarch. 260 kB/s | 13 kB 00:00 (99/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.4 MB/s | 99 kB 00:00 (100/399): perl-Symbol-1.08-480.el9.noarch.rpm 353 kB/s | 16 kB 00:00 (101/399): perl-base-2.27-480.el9.noarch.rpm 226 kB/s | 18 kB 00:00 (102/399): perl-if-0.60.800-480.el9.noarch.rpm 169 kB/s | 16 kB 00:00 (103/399): perl-interpreter-5.32.1-480.el9.x86_ 780 kB/s | 75 kB 00:00 (104/399): perl-mro-1.23-480.el9.x86_64.rpm 799 kB/s | 31 kB 00:00 (105/399): perl-overload-1.31-480.el9.noarch.rp 1.2 MB/s | 47 kB 00:00 (106/399): perl-overloading-0.02-480.el9.noarch 395 kB/s | 15 kB 00:00 (107/399): perl-libs-5.32.1-480.el9.x86_64.rpm 20 MB/s | 2.2 MB 00:00 (108/399): perl-vars-1.05-480.el9.noarch.rpm 395 kB/s | 15 kB 00:00 (109/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.0 MB/s | 259 kB 00:00 (110/399): perl-subs-1.03-480.el9.noarch.rpm 139 kB/s | 13 kB 00:00 (111/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 896 kB/s | 40 kB 00:00 (112/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 6.3 MB/s | 459 kB 00:00 (113/399): jq-1.6-14.el9.x86_64.rpm 4.3 MB/s | 190 kB 00:00 (114/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 176 kB 00:00 (115/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.2 MB/s | 59 kB 00:00 (116/399): ansible-freeipa-1.9.2-3.el9_2.noarch 7.1 MB/s | 452 kB 00:00 (117/399): rhel-system-roles-1.21.2-1.el9_2.noa 29 MB/s | 2.4 MB 00:00 (118/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (119/399): ansible-collection-ansible-posix-1.2 2.1 MB/s | 124 kB 00:00 (120/399): cephadm-18.2.1-361.el9cp.noarch.rpm 5.7 MB/s | 354 kB 00:00 (121/399): ansible-collection-community-general 7.9 MB/s | 1.3 MB 00:00 (122/399): ipa-client-common-4.10.1-12.el9_2.2. 1.1 MB/s | 44 kB 00:00 (123/399): ipa-common-4.10.1-12.el9_2.2.noarch. 12 MB/s | 656 kB 00:00 (124/399): python3-ipalib-4.10.1-12.el9_2.2.noa 14 MB/s | 663 kB 00:00 (125/399): python3-ipaclient-4.10.1-12.el9_2.2. 8.0 MB/s | 648 kB 00:00 (126/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 808 kB/s | 41 kB 00:00 (127/399): ruby-default-gems-3.0.4-161.el9_2.2. 857 kB/s | 46 kB 00:00 (128/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 40 MB/s | 7.9 MB 00:00 (129/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 257 kB/s | 57 kB 00:00 (130/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 29 MB/s | 3.3 MB 00:00 (131/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.0 MB/s | 55 kB 00:00 (132/399): rubygem-io-console-0.5.7-161.el9_2.2 713 kB/s | 26 kB 00:00 (133/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.4 MB/s | 60 kB 00:00 (134/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.5 MB/s | 456 kB 00:00 (135/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 708 kB/s | 59 kB 00:00 (136/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.4 MB/s | 306 kB 00:00 (137/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 7.6 MB/s | 441 kB 00:00 (138/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.5 MB/s | 110 kB 00:00 (139/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.3 MB/s | 245 kB 00:00 (140/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 25 MB/s | 2.2 MB 00:00 (141/399): buildah-1.29.5-1.el9_2.x86_64.rpm 53 MB/s | 8.6 MB 00:00 (142/399): ansible-collection-ansible-utils-2.3 1.7 MB/s | 91 kB 00:00 (143/399): ansible-collection-ansible-netcommon 1.6 MB/s | 181 kB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.7 MB/s | 77 kB 00:00 (145/399): golang-github-vbatts-tar-split-0.11. 16 MB/s | 1.0 MB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.4 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.3 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 712 kB/s | 25 kB 00:00 (149/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (150/399): python3-ansible-runner-2.0.0a1-3.el9 1.5 MB/s | 122 kB 00:00 (151/399): python3-croniter-0.3.35-2.el9ost.noa 796 kB/s | 49 kB 00:00 (152/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 719 kB/s | 39 kB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.1 MB/s | 44 kB 00:00 (155/399): python3-docutils-0.16-6.el9ost.noarc 12 MB/s | 1.5 MB 00:00 (156/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (157/399): python3-gevent-21.1.2-2.el9ost.x86_6 12 MB/s | 1.6 MB 00:00 (158/399): python3-lockfile-0.12.2-2.el9ost.noa 644 kB/s | 31 kB 00:00 (159/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.1 MB/s | 284 kB 00:00 (160/399): python3-jmespath-0.10.0-1.el9ost.noa 610 kB/s | 46 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 1.2 MB/s | 47 kB 00:00 (162/399): python3-migrate-0.13.0-1.el9ost.noar 4.6 MB/s | 224 kB 00:00 (163/399): python3-mimeparse-1.6.0-16.el9ost.no 450 kB/s | 16 kB 00:00 (164/399): python3-memcached-1.59-3.el9ost.noar 462 kB/s | 40 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 1.4 MB/s | 59 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 16 MB/s | 712 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.3 MB/s | 90 kB 00:00 (168/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.8 MB/s | 273 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.6 MB/s | 111 kB 00:00 (170/399): python3-setproctitle-1.2.2-1.el9ost. 643 kB/s | 23 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.0 MB/s | 47 kB 00:00 (172/399): python3-pyperclip-1.8.0-3.el9ost.noa 337 kB/s | 25 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 1.6 MB/s | 67 kB 00:00 (174/399): python3-tenacity-6.3.1-1.el9ost.noar 1.4 MB/s | 51 kB 00:00 (175/399): python3-sqlalchemy13-1.3.24-3.el9ost 28 MB/s | 1.7 MB 00:00 (176/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.5 MB/s | 396 kB 00:00 (177/399): python3-zope-interface-5.4.0-1.el9os 5.0 MB/s | 202 kB 00:00 (178/399): python3-webtest-2.0.35-6.el9ost.noar 743 kB/s | 82 kB 00:00 (179/399): python3-zope-event-4.2.0-20.el9ost.n 2.5 MB/s | 205 kB 00:00 (180/399): rubygem-deep_merge-1.2.1-7.el9ost.no 394 kB/s | 14 kB 00:00 (181/399): rubygem-concurrent-ruby-1.1.5-2.el9o 4.5 MB/s | 243 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 773 kB/s | 34 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.3 MB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 374 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 612 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 298 kB/s | 16 kB 00:00 (187/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 10 MB/s | 433 kB 00:00 (188/399): rubygem-semantic_puppet-1.0.4-2.el9o 361 kB/s | 21 kB 00:00 (189/399): ansible-config_template-2.0.1-17.1.2 760 kB/s | 29 kB 00:00 (190/399): ansible-role-chrony-1.3.1-17.1.20230 237 kB/s | 22 kB 00:00 (191/399): ansible-role-atos-hsm-1.0.1-17.1.202 156 kB/s | 17 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 442 kB/s | 53 kB 00:00 (193/399): ansible-role-openstack-operations-0. 824 kB/s | 30 kB 00:00 (194/399): ansible-role-container-registry-1.4. 403 kB/s | 24 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 501 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 747 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 586 kB/s | 21 kB 00:00 (198/399): ansible-tripleo-ipsec-11.0.1-17.1.20 582 kB/s | 38 kB 00:00 (199/399): ansible-role-tripleo-modify-image-1. 298 kB/s | 27 kB 00:00 (200/399): openstack-heat-agents-2.2.1-17.1.202 130 kB/s | 9.6 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 121 kB/s | 12 kB 00:00 (202/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (203/399): os-refresh-config-13.1.1-17.1.202310 542 kB/s | 21 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 570 kB/s | 50 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 1.1 MB/s | 62 kB 00:00 (206/399): puppet-apache-6.5.2-17.1.20230621001 5.9 MB/s | 259 kB 00:00 (207/399): ansible-tripleo-ipa-0.3.1-17.1.20230 108 kB/s | 36 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 907 kB/s | 44 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 1.5 MB/s | 70 kB 00:00 (210/399): puppet-certmonger-2.7.1-17.1.2023062 681 kB/s | 26 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 2.3 MB/s | 120 kB 00:00 (212/399): puppet-auditd-2.2.1-17.1.20230620192 251 kB/s | 28 kB 00:00 (213/399): puppet-collectd-13.0.1-17.1.20230620 2.7 MB/s | 135 kB 00:00 (214/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (215/399): puppet-designate-18.6.1-17.1.2023062 1.8 MB/s | 69 kB 00:00 (216/399): puppet-dns-8.2.1-17.1.20230621002045 975 kB/s | 36 kB 00:00 (217/399): puppet-etcd-1.12.3-17.1.202306201932 628 kB/s | 25 kB 00:00 (218/399): puppet-firewall-3.4.1-17.1.202306210 1.9 MB/s | 77 kB 00:00 (219/399): puppet-git-0.5.0-17.1.20230620193928 536 kB/s | 23 kB 00:00 (220/399): puppet-concat-6.2.1-17.1.20230620181 257 kB/s | 41 kB 00:00 (221/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (222/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (223/399): puppet-heat-18.4.1-17.1.202306211116 1.5 MB/s | 70 kB 00:00 (224/399): puppet-haproxy-4.2.2-17.1.2023062019 569 kB/s | 52 kB 00:00 (225/399): puppet-inifile-4.2.1-17.1.2023062018 1.1 MB/s | 42 kB 00:00 (226/399): puppet-keepalived-0.0.2-17.1.2023062 205 kB/s | 14 kB 00:00 (227/399): puppet-kmod-2.5.0-17.1.2023062019064 341 kB/s | 21 kB 00:00 (228/399): puppet-manila-18.5.2-17.1.2023110219 1.9 MB/s | 81 kB 00:00 (229/399): puppet-memcached-6.0.0-17.1.20230620 610 kB/s | 23 kB 00:00 (230/399): puppet-ipaclient-2.5.2-17.1.20230620 109 kB/s | 17 kB 00:00 (231/399): puppet-mysql-10.6.1-17.1.20230621022 2.5 MB/s | 99 kB 00:00 (232/399): puppet-neutron-18.6.1-17.1.202306210 4.0 MB/s | 196 kB 00:00 (233/399): puppet-nssdb-1.0.2-17.1.202306201856 313 kB/s | 12 kB 00:00 (234/399): puppet-module-data-0.5.1-17.1.202306 99 kB/s | 13 kB 00:00 (235/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (236/399): puppet-openstack_extras-18.5.1-17.1. 1.0 MB/s | 48 kB 00:00 (237/399): puppet-openstacklib-18.5.2-17.1.2023 1.3 MB/s | 62 kB 00:00 (238/399): puppet-nova-18.6.1-17.1.202306210904 1.2 MB/s | 200 kB 00:00 (239/399): puppet-oslo-18.5.1-17.1.202306210523 774 kB/s | 48 kB 00:00 (240/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (241/399): puppet-qdr-7.4.1-17.1.20230620195605 836 kB/s | 31 kB 00:00 (242/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (243/399): puppet-remote-10.0.0-17.1.2023062019 183 kB/s | 16 kB 00:00 (244/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.9 MB/s | 266 kB 00:00 (245/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.0 MB/s | 58 kB 00:00 (246/399): puppet-rsync-1.1.4-17.1.202306210028 275 kB/s | 28 kB 00:00 (247/399): puppet-ssh-6.2.1-17.1.20230620190251 775 kB/s | 29 kB 00:00 (248/399): puppet-stdlib-6.3.1-17.1.20230621000 4.0 MB/s | 160 kB 00:00 (249/399): puppet-snmp-3.9.1-17.1.2023062020041 515 kB/s | 34 kB 00:00 (250/399): puppet-swift-18.6.1-17.1.20230621052 2.9 MB/s | 115 kB 00:00 (251/399): puppet-sysctl-0.0.13-17.1.2023062018 436 kB/s | 16 kB 00:00 (252/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (253/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.2 MB/s | 50 kB 00:00 (254/399): puppet-vswitch-14.4.3-17.1.202306210 1.0 MB/s | 41 kB 00:00 (255/399): puppet-xinetd-3.3.1-17.1.20230620185 716 kB/s | 26 kB 00:00 (256/399): python-oslo-cache-lang-2.7.1-17.1.20 504 kB/s | 19 kB 00:00 (257/399): python-oslo-log-lang-4.4.0-17.1.2023 322 kB/s | 14 kB 00:00 (258/399): python-oslo-middleware-lang-4.2.1-17 331 kB/s | 13 kB 00:00 (259/399): python-oslo-policy-lang-3.7.1-17.1.2 244 kB/s | 14 kB 00:00 (260/399): python-pycadf-common-3.1.1-17.1.2023 335 kB/s | 15 kB 00:00 (261/399): python-oslo-versionedobjects-lang-2. 205 kB/s | 14 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 4.0 MB/s | 238 kB 00:00 (263/399): python3-aodhclient-2.2.0-17.1.202306 891 kB/s | 56 kB 00:00 (264/399): python3-barbicanclient-5.3.0-17.1.20 1.9 MB/s | 127 kB 00:00 (265/399): python3-cliff-3.7.0-17.1.20230620172 2.4 MB/s | 95 kB 00:00 (266/399): python3-cinderclient-7.4.1-17.1.2023 3.7 MB/s | 218 kB 00:00 (267/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (268/399): python3-futurist-2.3.0-17.1.20230621 1.4 MB/s | 64 kB 00:00 (269/399): python3-heat-agent-ansible-2.2.1-17. 197 kB/s | 11 kB 00:00 (270/399): python3-heat-agent-apply-config-2.2. 280 kB/s | 9.9 kB 00:00 (271/399): python3-heat-agent-2.2.1-17.1.202306 239 kB/s | 19 kB 00:00 (272/399): python3-heat-agent-docker-cmd-2.2.1- 339 kB/s | 12 kB 00:00 (273/399): python3-heat-agent-json-file-2.2.1-1 240 kB/s | 9.8 kB 00:00 (274/399): python3-heat-agent-hiera-2.2.1-17.1. 186 kB/s | 10 kB 00:00 (275/399): python3-heat-agent-puppet-2.2.1-17.1 310 kB/s | 11 kB 00:00 (276/399): python3-heatclient-2.3.1-17.1.202306 3.9 MB/s | 158 kB 00:00 (277/399): python3-ironic-inspector-client-4.5. 1.7 MB/s | 67 kB 00:00 (278/399): python3-ironicclient-4.6.4-17.1.2023 8.1 MB/s | 342 kB 00:00 (279/399): python3-magnumclient-3.4.1-17.1.2023 2.5 MB/s | 121 kB 00:00 (280/399): python3-keystoneclient-4.3.0-17.1.20 3.3 MB/s | 239 kB 00:00 (281/399): python3-neutronclient-7.3.1-17.1.202 4.7 MB/s | 298 kB 00:00 (282/399): python3-mistralclient-4.2.0-17.1.202 2.1 MB/s | 166 kB 00:00 (283/399): python3-keystonemiddleware-9.2.0-17. 652 kB/s | 92 kB 00:00 (284/399): python3-novaclient-17.4.1-17.1.20230 5.0 MB/s | 201 kB 00:00 (285/399): python3-os-service-types-1.7.0-17.1. 969 kB/s | 38 kB 00:00 (286/399): python3-os-client-config-2.1.0-17.1. 846 kB/s | 55 kB 00:00 (287/399): python3-os-traits-2.5.0-17.1.2023062 1.0 MB/s | 45 kB 00:00 (288/399): python3-osc-lib-2.3.1-17.1.202306202 2.0 MB/s | 78 kB 00:00 (289/399): python3-oslo-context-3.2.1-17.1.2023 729 kB/s | 27 kB 00:00 (290/399): python3-oslo-cache-2.7.1-17.1.202306 854 kB/s | 56 kB 00:00 (291/399): python3-oslo-log-4.4.0-17.1.20230620 1.0 MB/s | 64 kB 00:00 (292/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (293/399): python3-oslo-policy-3.7.1-17.1.20230 1.8 MB/s | 76 kB 00:00 (294/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (295/399): python3-oslo-reports-2.2.0-17.1.2023 1.0 MB/s | 59 kB 00:00 (296/399): python3-oslo-serialization-4.1.1-17. 797 kB/s | 34 kB 00:00 (297/399): python3-oslo-versionedobjects-2.4.1- 1.7 MB/s | 79 kB 00:00 (298/399): python3-osprofiler-3.4.0-17.1.202306 3.1 MB/s | 130 kB 00:00 (299/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (300/399): python3-requestsexceptions-1.4.0-17. 435 kB/s | 17 kB 00:00 (301/399): python3-oslo-upgradecheck-1.3.1-17.1 236 kB/s | 29 kB 00:00 (302/399): python3-saharaclient-3.3.0-17.1.2023 4.8 MB/s | 188 kB 00:00 (303/399): python3-shade-1.33.0-17.1.2023062022 8.6 MB/s | 523 kB 00:00 (304/399): python3-swiftclient-3.11.1-17.1.2023 3.5 MB/s | 136 kB 00:00 (305/399): python3-statsd-3.2.1-20.1.el9ost.noa 331 kB/s | 35 kB 00:00 (306/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 729 kB/s | 50 kB 00:00 (307/399): python3-troveclient-7.0.0-17.1.20230 5.1 MB/s | 344 kB 00:00 (308/399): python3-zaqarclient-2.4.0-17.1.20230 2.9 MB/s | 129 kB 00:00 (309/399): validations-common-1.9.1-17.1.202310 2.6 MB/s | 111 kB 00:00 (310/399): python3-paramiko-2.11.0-2.el9ost.noa 5.5 MB/s | 299 kB 00:00 (311/399): python3-werkzeug-2.0.1-7.el9ost.noar 7.5 MB/s | 427 kB 00:00 (312/399): python3-validations-libs-1.9.1-17.1. 1.1 MB/s | 137 kB 00:00 (313/399): ansible-pacemaker-1.0.4-17.1.2023121 562 kB/s | 21 kB 00:00 (314/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.1 MB/s | 83 kB 00:00 (315/399): python3-manilaclient-2.6.4-17.1.2024 6.8 MB/s | 528 kB 00:00 (316/399): python3-webob-1.8.7-2.1.el9ost.noarc 4.2 MB/s | 230 kB 00:00 (317/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (318/399): ansible-role-metalsmith-deployment-1 211 kB/s | 21 kB 00:00 (319/399): python-oslo-db-lang-8.5.2-17.1.20240 187 kB/s | 14 kB 00:00 (320/399): openstack-selinux-0.8.37-17.1.202311 1.7 MB/s | 221 kB 00:00 (321/399): python3-metalsmith-1.4.4-17.1.202405 1.6 MB/s | 65 kB 00:00 (322/399): python3-keystoneauth1-4.4.0-17.1.202 7.2 MB/s | 409 kB 00:00 (323/399): python3-neutron-lib-2.10.3-17.1.2023 8.7 MB/s | 375 kB 00:00 (324/399): python3-octaviaclient-2.3.1-17.1.202 2.2 MB/s | 91 kB 00:00 (325/399): python3-glanceclient-3.3.0-17.1.2024 865 kB/s | 143 kB 00:00 (326/399): python3-oslo-db-8.5.2-17.1.202408201 3.2 MB/s | 144 kB 00:00 (327/399): python3-oslo-messaging-12.7.3-17.1.2 4.6 MB/s | 216 kB 00:00 (328/399): python3-oslo-service-2.5.1-17.1.2024 1.2 MB/s | 71 kB 00:00 (329/399): python3-waitress-2.0.0-4.el9ost.noar 2.8 MB/s | 109 kB 00:00 (330/399): openstack-tripleo-validations-14.3.2 4.9 MB/s | 204 kB 00:00 (331/399): python3-rhosp-openvswitch-3.3-1.el9o 85 kB/s | 8.3 kB 00:00 (332/399): openstack-ansible-core-2.14.2-4.7.el 29 MB/s | 2.3 MB 00:00 (333/399): puppet-glance-18.6.1-17.1.2025022015 2.2 MB/s | 87 kB 00:00 (334/399): puppet-ovn-18.6.1-17.1.2024092509490 803 kB/s | 29 kB 00:00 (335/399): puppet-tripleo-14.2.3-17.1.202503201 5.8 MB/s | 239 kB 00:00 (336/399): puppet-pacemaker-1.5.1-17.1.20250214 2.1 MB/s | 158 kB 00:00 (337/399): python3-os-ken-1.4.1-17.1.2024120509 24 MB/s | 2.1 MB 00:00 (338/399): ansible-collection-containers-podman 5.2 MB/s | 243 kB 00:00 (339/399): ansible-collections-openstack-1.9.1- 3.4 MB/s | 146 kB 00:00 (340/399): hiera-3.6.0-6.el9ost.noarch.rpm 761 kB/s | 33 kB 00:00 (341/399): facter-3.14.19-3.el9ost.x86_64.rpm 7.4 MB/s | 518 kB 00:00 (342/399): leatherman-1.12.6-5.el9ost.x86_64.rp 7.0 MB/s | 405 kB 00:00 (343/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.6 MB/s | 351 kB 00:00 (344/399): openstack-tripleo-common-15.4.1-17.1 724 kB/s | 52 kB 00:00 (345/399): puppet-7.10.0-4.el9ost.noarch.rpm 263 kB/s | 11 kB 00:00 (346/399): openstack-tripleo-common-containers- 940 kB/s | 78 kB 00:00 (347/399): puppet-headless-7.10.0-4.el9ost.noar 17 MB/s | 1.4 MB 00:00 (348/399): puppet-keystone-18.6.1-17.1.20250425 1.9 MB/s | 127 kB 00:00 (349/399): python3-cachetools-4.2.2-3.el9ost.no 815 kB/s | 33 kB 00:00 (350/399): python3-boto-2.45.0-8.1.el9ost.noarc 22 MB/s | 1.3 MB 00:00 (351/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.1 MB/s | 284 kB 00:00 (352/399): python3-colorama-0.4.4-4.el9ost.noar 834 kB/s | 35 kB 00:00 (353/399): python3-extras-1.0.0-17.el9ost.noarc 564 kB/s | 21 kB 00:00 (354/399): python3-dogpile-cache-1.1.5-5.el9ost 1.7 MB/s | 89 kB 00:00 (355/399): python3-amqp-5.0.6-5.el9ost.noarch.r 516 kB/s | 92 kB 00:00 (356/399): python3-fixtures-3.0.0-24.el9ost.noa 2.5 MB/s | 93 kB 00:00 (357/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.3 MB/s | 313 kB 00:00 (358/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.6 MB/s | 87 kB 00:00 (359/399): python3-munch-2.5.0-6.el9ost.noarch. 582 kB/s | 25 kB 00:00 (360/399): python3-keyring-21.8.0-4.el9ost.noar 754 kB/s | 77 kB 00:00 (361/399): python3-paste-3.5.0-5.el9ost.noarch. 17 MB/s | 776 kB 00:00 (362/399): python3-paste-deploy-2.1.1-4.el9ost. 968 kB/s | 41 kB 00:00 (363/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (364/399): python3-repoze-lru-0.7-12.el9ost.noa 872 kB/s | 32 kB 00:00 (365/399): python3-openstacksdk-0.55.1-17.1.202 6.9 MB/s | 735 kB 00:00 (366/399): python3-routes-2.4.1-14.el9ost.noarc 4.2 MB/s | 188 kB 00:00 (367/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (368/399): python3-secretstorage-3.3.1-3.el9ost 955 kB/s | 36 kB 00:00 (369/399): python3-simplejson-3.17.5-3.el9ost.x 6.3 MB/s | 266 kB 00:00 (370/399): python3-tempita-0.5.1-27.el9ost.noar 881 kB/s | 36 kB 00:00 (371/399): python3-testtools-2.4.0-10.el9ost.no 6.1 MB/s | 333 kB 00:00 (372/399): python3-tripleo-common-15.4.1-17.1.2 4.9 MB/s | 202 kB 00:00 (373/399): python3-vine-5.0.0-5.el9ost.noarch.r 699 kB/s | 26 kB 00:00 (374/399): python3-warlock-1.3.3-7.el9ost.noarc 605 kB/s | 21 kB 00:00 (375/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (376/399): python3-tripleoclient-16.5.1-17.1.20 4.5 MB/s | 553 kB 00:00 (377/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.2 MB/s | 180 kB 00:00 (378/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 750 kB/s | 29 kB 00:00 (379/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.1 MB/s | 123 kB 00:00 (380/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 473 kB/s | 19 kB 00:00 (381/399): openstack-heat-api-16.1.1-17.1.20250 356 kB/s | 16 kB 00:00 (382/399): ruby-facter-3.14.19-3.el9ost.x86_64. 100 kB/s | 9.5 kB 00:00 (383/399): openstack-heat-common-16.1.1-17.1.20 26 MB/s | 1.6 MB 00:00 (384/399): openstack-heat-engine-16.1.1-17.1.20 365 kB/s | 15 kB 00:00 (385/399): openstack-heat-monolith-16.1.1-17.1. 296 kB/s | 16 kB 00:00 (386/399): puppet-barbican-18.4.2-17.1.20250625 1.3 MB/s | 57 kB 00:00 (387/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (388/399): tripleo-ansible-3.3.1-17.1.202507021 11 MB/s | 570 kB 00:00 (389/399): python3-openstackclient-5.5.2-17.1.2 15 MB/s | 1.1 MB 00:00 (390/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 136 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.5 MB/s | 156 kB 00:00 (392/399): openstack-tripleo-heat-templates-14. 3.1 MB/s | 617 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 728 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.4 MB/s | 464 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 28 MB/s | 2.3 MB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.0 MB/s | 109 kB 00:00 (397/399): device-mapper-libs-1.02.187-7.el9_2. 4.1 MB/s | 176 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.3 MB/s | 142 kB 00:00 (399/399): libsmartcols-2.37.4-11.el9_2.x86_64. 489 kB/s | 65 kB 00:00 -------------------------------------------------------------------------------- Total 11 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-dns-2.2.1-2.el9.noarch 119/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 226/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 227/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 228/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 229/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 230/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 231/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 232/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 233/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 234/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 329/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 330/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 331/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 354/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 355/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 356/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 357/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 358/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 363/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 364/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 365/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 366/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 367/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 1/408 Verifying : bash-completion-1:2.11-4.el9.noarch 2/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 3/408 Verifying : libaio-0.3.111-13.el9.x86_64 4/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 5/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 6/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 7/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 8/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 10/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/408 Verifying : python3-dns-2.2.1-2.el9.noarch 13/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 16/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 17/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 18/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 20/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 21/408 Verifying : boost-system-1.75.0-8.el9.x86_64 22/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 23/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 24/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 25/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 26/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 27/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 28/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 29/408 Verifying : perl-Exporter-5.74-461.el9.noarch 30/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 31/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 32/408 Verifying : perl-parent-1:0.238-460.el9.noarch 33/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 34/408 Verifying : xorriso-1.5.4-4.el9.x86_64 35/408 Verifying : libisofs-1.5.4-4.el9.x86_64 36/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 37/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 38/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 39/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 40/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 41/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 42/408 Verifying : perl-URI-5.09-3.el9.noarch 43/408 Verifying : perl-libnet-3.13-4.el9.noarch 44/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 45/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 46/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 47/408 Verifying : perl-Carp-1.50-460.el9.noarch 48/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 49/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 50/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/408 Verifying : libburn-1.5.4-4.el9.x86_64 52/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 53/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 54/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 55/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 56/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 57/408 Verifying : sshpass-1.09-4.el9.x86_64 58/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 59/408 Verifying : boost-log-1.75.0-8.el9.x86_64 60/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 61/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 62/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 63/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 64/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-1.19-4.el9.noarch 66/408 Verifying : perl-File-Path-2.18-4.el9.noarch 67/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 70/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 71/408 Verifying : perl-constant-1.33-461.el9.noarch 72/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 73/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 74/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 75/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 76/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 77/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 78/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 79/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 80/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 81/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 82/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 83/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 84/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 85/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 86/408 Verifying : perl-B-1.80-480.el9.x86_64 87/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 88/408 Verifying : perl-Errno-1.30-480.el9.x86_64 89/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 90/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 91/408 Verifying : perl-File-stat-1.09-480.el9.noarch 92/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 93/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 94/408 Verifying : perl-IO-1.43-480.el9.x86_64 95/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 96/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 97/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 98/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 99/408 Verifying : perl-Symbol-1.08-480.el9.noarch 100/408 Verifying : perl-base-2.27-480.el9.noarch 101/408 Verifying : perl-if-0.60.800-480.el9.noarch 102/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 104/408 Verifying : perl-mro-1.23-480.el9.x86_64 105/408 Verifying : perl-overload-1.31-480.el9.noarch 106/408 Verifying : perl-overloading-0.02-480.el9.noarch 107/408 Verifying : perl-subs-1.03-480.el9.noarch 108/408 Verifying : perl-vars-1.05-480.el9.noarch 109/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 110/408 Verifying : python3-mako-1.1.4-6.el9.noarch 111/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 112/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 113/408 Verifying : jq-1.6-14.el9.x86_64 114/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 115/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 116/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 117/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 118/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 119/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 120/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 121/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 122/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 123/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 124/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 125/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 126/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 127/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 128/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 129/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 130/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 131/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 132/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 133/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 134/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 135/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 136/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 137/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 138/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 139/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 140/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 207/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 208/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 209/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 210/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 211/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 212/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 213/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 214/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 215/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 216/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 217/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 218/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 219/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 220/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 221/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 222/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 223/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 224/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 225/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 226/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 227/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 228/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 229/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 231/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 232/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 233/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 234/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 235/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 236/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 238/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 239/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 240/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 241/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 243/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 244/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 245/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 246/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 247/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 248/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 249/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 250/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 251/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 252/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 253/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 254/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 255/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 256/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 257/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 258/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 259/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 260/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 261/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 262/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 263/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 265/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 266/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 267/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 268/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 269/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 270/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 271/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 272/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 273/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 274/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 275/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 276/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 277/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 278/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 279/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 280/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 281/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 282/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 283/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 284/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 285/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 286/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 287/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 288/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 289/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 290/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 291/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 292/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 293/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 294/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 295/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 296/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 297/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 298/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 299/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 300/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 301/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 302/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 303/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 304/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 305/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 306/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 307/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 308/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 309/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 310/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 311/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 312/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 313/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 314/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 315/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 316/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 317/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 318/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 319/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 320/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 321/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 322/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 323/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 324/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 325/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 326/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 327/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 328/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 329/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 330/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 331/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 332/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 334/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 335/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 336/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 337/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 338/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 339/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 340/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 341/408 Verifying : hiera-3.6.0-6.el9ost.noarch 342/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 343/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 344/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 345/408 Verifying : puppet-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 347/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 348/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 349/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 350/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 351/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 352/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 353/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 354/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 355/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 356/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 357/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 358/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 359/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 360/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 361/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 362/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 363/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 364/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 365/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 366/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 367/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 368/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 369/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 370/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 371/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 372/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 373/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 374/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 375/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 376/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 377/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 378/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 379/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 380/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 381/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 382/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 384/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 387/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 388/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-10T16:59:00.870135 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 4.7852e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-10 16:59:04.764677 | fa163ea6-f710-4d2c-6708-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-10 16:59:04.813760 | fa163ea6-f710-4d2c-6708-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-10 16:59:04.814500 | fa163ea6-f710-4d2c-6708-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.064548 | 0.05s 2025-10-10 16:59:04.817725 | fa163ea6-f710-4d2c-6708-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-10 16:59:04.866545 | fa163ea6-f710-4d2c-6708-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-10 16:59:04.867363 | fa163ea6-f710-4d2c-6708-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.117412 | 0.05s 2025-10-10 16:59:04.870319 | fa163ea6-f710-4d2c-6708-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-10 16:59:04.955232 | fa163ea6-f710-4d2c-6708-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-10 16:59:04.956456 | fa163ea6-f710-4d2c-6708-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.206497 | 0.09s 2025-10-10 16:59:04.962724 | fa163ea6-f710-4d2c-6708-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-10 16:59:05.324819 | fa163ea6-f710-4d2c-6708-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-10 16:59:05.326221 | fa163ea6-f710-4d2c-6708-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.576259 | 0.36s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-10 16:59:05.349987 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:05.350601 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:05.351216 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.601264 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:05.351745 | UUID | Info | Host | Task Name | Run Time 2025-10-10 16:59:05.352364 | fa163ea6-f710-4d2c-6708-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.36s 2025-10-10 16:59:05.352946 | fa163ea6-f710-4d2c-6708-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-10 16:59:05.353755 | fa163ea6-f710-4d2c-6708-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.05s 2025-10-10 16:59:05.354361 | fa163ea6-f710-4d2c-6708-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.05s 2025-10-10 16:59:05.354901 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-10-10 16:59:07.778819 | fa163ea6-f710-ac75-0a17-000000000005 | TASK | set ssh key path facts 2025-10-10 16:59:07.813362 | fa163ea6-f710-ac75-0a17-000000000005 | OK | set ssh key path facts | undercloud 2025-10-10 16:59:07.813889 | fa163ea6-f710-ac75-0a17-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048466 | 0.03s 2025-10-10 16:59:07.816951 | fa163ea6-f710-ac75-0a17-000000000006 | TASK | stat private key 2025-10-10 16:59:08.166916 | fa163ea6-f710-ac75-0a17-000000000006 | OK | stat private key | undercloud 2025-10-10 16:59:08.168157 | fa163ea6-f710-ac75-0a17-000000000006 | TIMING | stat private key | undercloud | 0:00:00.402725 | 0.35s 2025-10-10 16:59:08.174792 | fa163ea6-f710-ac75-0a17-000000000007 | TASK | stat public key 2025-10-10 16:59:08.383466 | fa163ea6-f710-ac75-0a17-000000000007 | OK | stat public key | undercloud 2025-10-10 16:59:08.384626 | fa163ea6-f710-ac75-0a17-000000000007 | TIMING | stat public key | undercloud | 0:00:00.619196 | 0.21s 2025-10-10 16:59:08.391145 | fa163ea6-f710-ac75-0a17-000000000008 | TASK | create private key if it does not exist 2025-10-10 16:59:10.631448 | fa163ea6-f710-ac75-0a17-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-10 16:59:10.633331 | fa163ea6-f710-ac75-0a17-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.867864 | 2.24s 2025-10-10 16:59:10.640409 | fa163ea6-f710-ac75-0a17-000000000009 | TASK | create public key if it does not exist 2025-10-10 16:59:10.877272 | fa163ea6-f710-ac75-0a17-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-10 16:59:10.879066 | fa163ea6-f710-ac75-0a17-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:03.113627 | 0.24s PLAY [allovercloud] ************************************************************ 2025-10-10 16:59:10.932534 | fa163ea6-f710-ac75-0a17-000000000023 | TASK | Get local private key 2025-10-10 16:59:11.256493 | fa163ea6-f710-ac75-0a17-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ea6-f710-ac75-0a17-000000000023') missing from stats 2025-10-10 16:59:11.269584 | fa163ea6-f710-ac75-0a17-000000000024 | TASK | Get local public key 2025-10-10 16:59:11.496592 | fa163ea6-f710-ac75-0a17-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ea6-f710-ac75-0a17-000000000024') missing from stats 2025-10-10 16:59:11.519413 | fa163ea6-f710-ac75-0a17-000000000012 | TASK | create user ceph-admin 2025-10-10 16:59:12.020093 | fa163ea6-f710-ac75-0a17-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-10 16:59:12.021780 | fa163ea6-f710-ac75-0a17-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:04.256341 | 0.50s 2025-10-10 16:59:12.032324 | fa163ea6-f710-ac75-0a17-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-10 16:59:12.645225 | fa163ea6-f710-ac75-0a17-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-10 16:59:12.646493 | fa163ea6-f710-ac75-0a17-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.881058 | 0.61s 2025-10-10 16:59:12.655165 | fa163ea6-f710-ac75-0a17-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-10 16:59:13.008191 | fa163ea6-f710-ac75-0a17-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-10 16:59:13.009529 | fa163ea6-f710-ac75-0a17-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:05.244095 | 0.35s 2025-10-10 16:59:13.018886 | fa163ea6-f710-ac75-0a17-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-10 16:59:13.243721 | fa163ea6-f710-ac75-0a17-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-10 16:59:13.244945 | fa163ea6-f710-ac75-0a17-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.479511 | 0.22s 2025-10-10 16:59:13.253466 | fa163ea6-f710-ac75-0a17-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-10 16:59:13.483965 | fa163ea6-f710-ac75-0a17-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-10 16:59:13.485235 | fa163ea6-f710-ac75-0a17-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.719801 | 0.23s 2025-10-10 16:59:13.494363 | fa163ea6-f710-ac75-0a17-000000000017 | TASK | get remote ceph-admin public key 2025-10-10 16:59:13.552608 | fa163ea6-f710-ac75-0a17-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-10 16:59:13.553647 | fa163ea6-f710-ac75-0a17-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:05.788213 | 0.06s 2025-10-10 16:59:13.562210 | fa163ea6-f710-ac75-0a17-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-10 16:59:13.622155 | fa163ea6-f710-ac75-0a17-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-10 16:59:13.623333 | fa163ea6-f710-ac75-0a17-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.857872 | 0.06s 2025-10-10 16:59:13.631764 | fa163ea6-f710-ac75-0a17-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-10 16:59:13.994952 | fa163ea6-f710-ac75-0a17-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-10 16:59:13.996173 | fa163ea6-f710-ac75-0a17-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:06.230737 | 0.36s 2025-10-10 16:59:14.007095 | fa163ea6-f710-ac75-0a17-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-10 16:59:14.478592 | fa163ea6-f710-ac75-0a17-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-10 16:59:14.480097 | fa163ea6-f710-ac75-0a17-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.714658 | 0.47s 2025-10-10 16:59:14.490969 | fa163ea6-f710-ac75-0a17-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-10 16:59:14.945377 | fa163ea6-f710-ac75-0a17-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-10 16:59:14.946742 | fa163ea6-f710-ac75-0a17-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:07.181301 | 0.45s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-10 16:59:14.976414 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:14.977177 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:14.977955 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:07.212528 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:14.978709 | UUID | Info | Host | Task Name | Run Time 2025-10-10 16:59:14.979488 | fa163ea6-f710-ac75-0a17-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 2.24s 2025-10-10 16:59:14.980239 | fa163ea6-f710-ac75-0a17-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.61s 2025-10-10 16:59:14.981035 | fa163ea6-f710-ac75-0a17-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-10-10 16:59:14.981802 | fa163ea6-f710-ac75-0a17-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.47s 2025-10-10 16:59:14.982561 | fa163ea6-f710-ac75-0a17-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.45s 2025-10-10 16:59:14.983260 | fa163ea6-f710-ac75-0a17-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-10-10 16:59:14.984042 | fa163ea6-f710-ac75-0a17-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-10-10 16:59:14.984827 | fa163ea6-f710-ac75-0a17-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-10-10 16:59:14.985586 | fa163ea6-f710-ac75-0a17-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.24s 2025-10-10 16:59:14.986333 | fa163ea6-f710-ac75-0a17-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-10 16:59:14.987065 | fa163ea6-f710-ac75-0a17-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-10 16:59:14.987850 | fa163ea6-f710-ac75-0a17-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-10-10 16:59:14.988621 | fa163ea6-f710-ac75-0a17-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-10 16:59:14.989391 | fa163ea6-f710-ac75-0a17-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-10 16:59:14.990112 | fa163ea6-f710-ac75-0a17-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-10 16:59:14.990866 | fa163ea6-f710-ac75-0a17-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-10 16:59:14.991636 | fa163ea6-f710-ac75-0a17-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-10 16:59:14.992404 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-10-10 16:59:17.434509 | fa163ea6-f710-8b6f-020c-000000000039 | TASK | Gathering Facts 2025-10-10 16:59:17.995366 | fa163ea6-f710-8b6f-020c-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-10 16:59:17.996917 | fa163ea6-f710-8b6f-020c-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.575998 | 0.56s 2025-10-10 16:59:18.000231 | fa163ea6-f710-8b6f-020c-000000000039 | OK | Gathering Facts | undercloud 2025-10-10 16:59:18.001476 | fa163ea6-f710-8b6f-020c-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.580562 | 0.56s 2025-10-10 16:59:18.031031 | fa163ea6-f710-8b6f-020c-00000000000a | TASK | Load distro-specific variables 2025-10-10 16:59:18.113893 | fa163ea6-f710-8b6f-020c-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.692976 | 0.07s 2025-10-10 16:59:18.114634 | fa163ea6-f710-8b6f-020c-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.693732 | 0.08s 2025-10-10 16:59:18.126336 | 5ccc4e6d-ac25-4825-b421-e75dc1761a6d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 16:59:18.126774 | 5ccc4e6d-ac25-4825-b421-e75dc1761a6d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 16:59:18.140190 | fa163ea6-f710-8b6f-020c-000000000052 | TASK | Load distro-specific variables 2025-10-10 16:59:18.233259 | fa163ea6-f710-8b6f-020c-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:18.234878 | fa163ea6-f710-8b6f-020c-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.813952 | 0.09s 2025-10-10 16:59:18.244798 | fa163ea6-f710-8b6f-020c-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.823875 | 0.10s 2025-10-10 16:59:18.256972 | fa163ea6-f710-8b6f-020c-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:18.257934 | fa163ea6-f710-8b6f-020c-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.837023 | 0.11s 2025-10-10 16:59:18.267957 | fa163ea6-f710-8b6f-020c-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.847045 | 0.12s 2025-10-10 16:59:18.276376 | fa163ea6-f710-8b6f-020c-00000000000b | TASK | Install chronyd 2025-10-10 16:59:18.325767 | fa163ea6-f710-8b6f-020c-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.904838 | 0.05s 2025-10-10 16:59:18.361347 | fa163ea6-f710-8b6f-020c-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.940395 | 0.07s 2025-10-10 16:59:18.381879 | fe6e6c21-8d67-4164-8c5b-9a2d8ce969b7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-10 16:59:18.382606 | fe6e6c21-8d67-4164-8c5b-9a2d8ce969b7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-10 16:59:18.407685 | fa163ea6-f710-8b6f-020c-0000000000a2 | TASK | Load distro-specific variables 2025-10-10 16:59:18.491219 | fa163ea6-f710-8b6f-020c-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.070294 | 0.08s 2025-10-10 16:59:18.492324 | fa163ea6-f710-8b6f-020c-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.071388 | 0.08s 2025-10-10 16:59:18.506645 | 72f0f8f7-5daf-46f0-af2b-e5f38740b47b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 16:59:18.507340 | 72f0f8f7-5daf-46f0-af2b-e5f38740b47b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 16:59:18.527547 | fa163ea6-f710-8b6f-020c-000000000102 | TASK | Load distro-specific variables 2025-10-10 16:59:18.627835 | fa163ea6-f710-8b6f-020c-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:18.629484 | fa163ea6-f710-8b6f-020c-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.208560 | 0.10s 2025-10-10 16:59:18.640367 | fa163ea6-f710-8b6f-020c-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:18.641576 | fa163ea6-f710-8b6f-020c-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.220668 | 0.10s 2025-10-10 16:59:18.647039 | fa163ea6-f710-8b6f-020c-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.226120 | 0.12s 2025-10-10 16:59:18.648281 | fa163ea6-f710-8b6f-020c-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.227372 | 0.11s 2025-10-10 16:59:18.656592 | fa163ea6-f710-8b6f-020c-0000000000a3 | TASK | Check for NTP service 2025-10-10 16:59:19.043685 | fa163ea6-f710-8b6f-020c-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-10 16:59:19.045085 | fa163ea6-f710-8b6f-020c-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.624163 | 0.37s 2025-10-10 16:59:20.047121 | fa163ea6-f710-8b6f-020c-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-10 16:59:20.048205 | fa163ea6-f710-8b6f-020c-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:02.627292 | 1.39s 2025-10-10 16:59:20.056900 | fa163ea6-f710-8b6f-020c-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-10 16:59:20.146130 | fa163ea6-f710-8b6f-020c-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-10 16:59:20.147498 | fa163ea6-f710-8b6f-020c-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:02.726577 | 0.09s 2025-10-10 16:59:20.168521 | fa163ea6-f710-8b6f-020c-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-10 16:59:20.169216 | fa163ea6-f710-8b6f-020c-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:02.748306 | 0.10s 2025-10-10 16:59:20.179933 | fa163ea6-f710-8b6f-020c-0000000000a5 | TASK | Install chronyd package 2025-10-10 16:59:23.348178 | fa163ea6-f710-8b6f-020c-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-10 16:59:23.349660 | fa163ea6-f710-8b6f-020c-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:05.928737 | 3.16s 2025-10-10 16:59:25.172503 | fa163ea6-f710-8b6f-020c-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-10 16:59:25.173676 | fa163ea6-f710-8b6f-020c-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:07.752763 | 4.99s 2025-10-10 16:59:25.182367 | fa163ea6-f710-8b6f-020c-00000000000c | TASK | Upgrade chronyd 2025-10-10 16:59:25.262227 | fa163ea6-f710-8b6f-020c-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-10 16:59:25.263604 | fa163ea6-f710-8b6f-020c-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:07.842683 | 0.08s 2025-10-10 16:59:25.274564 | fa163ea6-f710-8b6f-020c-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-10 16:59:25.275246 | fa163ea6-f710-8b6f-020c-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.854337 | 0.08s 2025-10-10 16:59:25.283425 | fa163ea6-f710-8b6f-020c-00000000000d | TASK | Configure chronyd 2025-10-10 16:59:25.355760 | fa163ea6-f710-8b6f-020c-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.934827 | 0.07s 2025-10-10 16:59:25.367329 | fa163ea6-f710-8b6f-020c-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.946388 | 0.07s 2025-10-10 16:59:25.387143 | 9883cc2e-90b2-4031-837f-92bcea48c38d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-10 16:59:25.387978 | 9883cc2e-90b2-4031-837f-92bcea48c38d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-10 16:59:25.420981 | fa163ea6-f710-8b6f-020c-000000000162 | TASK | Load distro-specific variables 2025-10-10 16:59:25.524795 | fa163ea6-f710-8b6f-020c-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.103861 | 0.10s 2025-10-10 16:59:25.525948 | fa163ea6-f710-8b6f-020c-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.105039 | 0.09s 2025-10-10 16:59:25.541708 | a66ea115-ee60-4420-8f33-6ac7b9fb6b4d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 16:59:25.542468 | a66ea115-ee60-4420-8f33-6ac7b9fb6b4d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 16:59:25.560571 | fa163ea6-f710-8b6f-020c-0000000001fa | TASK | Load distro-specific variables 2025-10-10 16:59:25.680990 | fa163ea6-f710-8b6f-020c-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:25.682619 | fa163ea6-f710-8b6f-020c-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.261696 | 0.12s 2025-10-10 16:59:25.691791 | fa163ea6-f710-8b6f-020c-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:25.692847 | fa163ea6-f710-8b6f-020c-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.271939 | 0.12s 2025-10-10 16:59:25.697779 | fa163ea6-f710-8b6f-020c-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.276860 | 0.14s 2025-10-10 16:59:25.698999 | fa163ea6-f710-8b6f-020c-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.278090 | 0.12s 2025-10-10 16:59:25.708014 | fa163ea6-f710-8b6f-020c-000000000163 | TASK | Install chrony configuration file 2025-10-10 16:59:26.510451 | fa163ea6-f710-8b6f-020c-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-10 16:59:26.511678 | fa163ea6-f710-8b6f-020c-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:09.090759 | 0.79s 2025-10-10 16:59:26.523208 | fa163ea6-f710-8b6f-020c-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-10 16:59:26.524011 | fa163ea6-f710-8b6f-020c-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:09.103101 | 0.81s 2025-10-10 16:59:26.532590 | fa163ea6-f710-8b6f-020c-00000000000e | TASK | Run chronyd 2025-10-10 16:59:26.615284 | fa163ea6-f710-8b6f-020c-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:09.194352 | 0.08s 2025-10-10 16:59:26.626740 | fa163ea6-f710-8b6f-020c-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:09.205830 | 0.08s 2025-10-10 16:59:26.648068 | ee0318e1-fc7b-458b-aa67-aae2941b824b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-10 16:59:26.648886 | ee0318e1-fc7b-458b-aa67-aae2941b824b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-10 16:59:26.686838 | fa163ea6-f710-8b6f-020c-000000000233 | TASK | Load distro-specific variables 2025-10-10 16:59:26.761614 | fa163ea6-f710-8b6f-020c-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:09.340685 | 0.07s 2025-10-10 16:59:26.775867 | fa163ea6-f710-8b6f-020c-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:09.354956 | 0.08s 2025-10-10 16:59:26.791949 | d20dab54-9ef6-4ffd-94c6-a862fd809b40 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 16:59:26.792723 | d20dab54-9ef6-4ffd-94c6-a862fd809b40 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 16:59:26.811814 | fa163ea6-f710-8b6f-020c-0000000002ee | TASK | Load distro-specific variables 2025-10-10 16:59:26.914641 | fa163ea6-f710-8b6f-020c-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:26.916331 | fa163ea6-f710-8b6f-020c-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:09.495377 | 0.10s 2025-10-10 16:59:26.926120 | fa163ea6-f710-8b6f-020c-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:09.505200 | 0.11s 2025-10-10 16:59:26.932196 | fa163ea6-f710-8b6f-020c-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 16:59:26.932978 | fa163ea6-f710-8b6f-020c-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:09.512069 | 0.11s 2025-10-10 16:59:26.942887 | fa163ea6-f710-8b6f-020c-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:09.521971 | 0.12s 2025-10-10 16:59:26.951430 | fa163ea6-f710-8b6f-020c-000000000234 | TASK | Ensure chronyd is running 2025-10-10 16:59:27.555975 | fa163ea6-f710-8b6f-020c-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-10 16:59:27.557868 | fa163ea6-f710-8b6f-020c-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:10.136946 | 0.61s 2025-10-10 16:59:27.570614 | fa163ea6-f710-8b6f-020c-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-10 16:59:27.571985 | fa163ea6-f710-8b6f-020c-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:10.151074 | 0.61s 2025-10-10 16:59:27.582824 | fa163ea6-f710-8b6f-020c-000000000235 | TASK | Force chronyd restart 2025-10-10 16:59:27.663365 | fa163ea6-f710-8b6f-020c-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-10 16:59:27.664740 | fa163ea6-f710-8b6f-020c-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.243817 | 0.08s 2025-10-10 16:59:29.068844 | fa163ea6-f710-8b6f-020c-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-10 16:59:29.070554 | fa163ea6-f710-8b6f-020c-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:11.649641 | 1.47s 2025-10-10 16:59:29.080401 | fa163ea6-f710-8b6f-020c-00000000000f | TASK | Enable online service 2025-10-10 16:59:29.160699 | fa163ea6-f710-8b6f-020c-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:11.739765 | 0.08s 2025-10-10 16:59:29.176444 | fa163ea6-f710-8b6f-020c-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:11.755530 | 0.08s 2025-10-10 16:59:29.194351 | 6fd70d5a-f02e-4135-8ef1-7f4ba1f7484c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-10 16:59:29.195104 | 6fd70d5a-f02e-4135-8ef1-7f4ba1f7484c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-10 16:59:29.235246 | fa163ea6-f710-8b6f-020c-000000000338 | TASK | Create chrony-online.service unit file 2025-10-10 16:59:29.705361 | fa163ea6-f710-8b6f-020c-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-10 16:59:29.706661 | fa163ea6-f710-8b6f-020c-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:12.285744 | 0.46s 2025-10-10 16:59:29.717813 | fa163ea6-f710-8b6f-020c-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-10-10 16:59:29.718583 | fa163ea6-f710-8b6f-020c-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:12.297675 | 0.48s 2025-10-10 16:59:29.725310 | fa163ea6-f710-8b6f-020c-000000000339 | TASK | Enable chrony-online.service 2025-10-10 16:59:30.910900 | fa163ea6-f710-8b6f-020c-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-10 16:59:30.912417 | fa163ea6-f710-8b6f-020c-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:13.491503 | 1.19s 2025-10-10 16:59:30.924565 | fa163ea6-f710-8b6f-020c-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-10 16:59:30.926003 | fa163ea6-f710-8b6f-020c-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:13.505091 | 1.19s 2025-10-10 16:59:30.936245 | fa163ea6-f710-8b6f-020c-000000000010 | TASK | Sync chronyc 2025-10-10 16:59:31.016916 | fa163ea6-f710-8b6f-020c-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:13.595972 | 0.08s 2025-10-10 16:59:31.038742 | fa163ea6-f710-8b6f-020c-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:13.617825 | 0.09s 2025-10-10 16:59:31.057184 | 446f0880-0dd6-4b1a-8fcb-66a1d60340f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-10 16:59:31.058015 | 446f0880-0dd6-4b1a-8fcb-66a1d60340f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-10 16:59:31.107974 | fa163ea6-f710-8b6f-020c-00000000042a | TASK | Force NTP sync 2025-10-10 16:59:31.386246 | fa163ea6-f710-8b6f-020c-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-10 16:59:31.387626 | fa163ea6-f710-8b6f-020c-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:13.966702 | 0.28s 2025-10-10 16:59:31.392662 | fa163ea6-f710-8b6f-020c-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-10 16:59:31.393335 | fa163ea6-f710-8b6f-020c-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:13.972426 | 0.28s 2025-10-10 16:59:31.400991 | fa163ea6-f710-8b6f-020c-00000000042b | TASK | Ensure system is NTP time synced 2025-10-10 16:59:41.692074 | fa163ea6-f710-8b6f-020c-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-10 16:59:41.693600 | fa163ea6-f710-8b6f-020c-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:24.272678 | 10.28s 2025-10-10 16:59:41.704833 | fa163ea6-f710-8b6f-020c-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-10 16:59:41.705626 | fa163ea6-f710-8b6f-020c-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:24.284716 | 10.30s 2025-10-10 16:59:41.726902 | fa163ea6-f710-8b6f-020c-00000000002c | TASK | Set timezone 2025-10-10 16:59:42.198662 | fa163ea6-f710-8b6f-020c-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-10 16:59:42.202020 | fa163ea6-f710-8b6f-020c-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:24.781097 | 0.47s 2025-10-10 16:59:42.202949 | fa163ea6-f710-8b6f-020c-00000000002c | OK | Set timezone | undercloud 2025-10-10 16:59:42.203633 | fa163ea6-f710-8b6f-020c-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:24.782723 | 0.46s 2025-10-10 16:59:42.212750 | fa163ea6-f710-8b6f-020c-00000000002d | TASK | Restart time services 2025-10-10 16:59:42.247385 | fa163ea6-f710-8b6f-020c-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-10 16:59:42.252181 | fa163ea6-f710-8b6f-020c-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-10 16:59:42.260181 | fa163ea6-f710-8b6f-020c-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-10 16:59:42.263514 | fa163ea6-f710-8b6f-020c-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:24.842576 | 0.05s 2025-10-10 16:59:42.266834 | fa163ea6-f710-8b6f-020c-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-10 16:59:42.277241 | fa163ea6-f710-8b6f-020c-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:24.856331 | 0.05s 2025-10-10 16:59:42.325402 | fa163ea6-f710-8b6f-020c-000000000012 | HANDLER | Restart chronyd 2025-10-10 16:59:42.802922 | fa163ea6-f710-8b6f-020c-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-10 16:59:42.804824 | fa163ea6-f710-8b6f-020c-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:25.383905 | 0.48s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-10 16:59:42.823126 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:42.823705 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:42.824270 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:25.403363 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 16:59:42.824854 | UUID | Info | Host | Task Name | Run Time 2025-10-10 16:59:42.825480 | fa163ea6-f710-8b6f-020c-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.30s 2025-10-10 16:59:42.826029 | fa163ea6-f710-8b6f-020c-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.28s 2025-10-10 16:59:42.826656 | fa163ea6-f710-8b6f-020c-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.99s 2025-10-10 16:59:42.827223 | fa163ea6-f710-8b6f-020c-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.16s 2025-10-10 16:59:42.827773 | fa163ea6-f710-8b6f-020c-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 1.47s 2025-10-10 16:59:42.828444 | fa163ea6-f710-8b6f-020c-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 1.39s 2025-10-10 16:59:42.829007 | fa163ea6-f710-8b6f-020c-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.19s 2025-10-10 16:59:42.829599 | fa163ea6-f710-8b6f-020c-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.19s 2025-10-10 16:59:42.830096 | fa163ea6-f710-8b6f-020c-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.81s 2025-10-10 16:59:42.830671 | fa163ea6-f710-8b6f-020c-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-10-10 16:59:42.831163 | fa163ea6-f710-8b6f-020c-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.61s 2025-10-10 16:59:42.831724 | fa163ea6-f710-8b6f-020c-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.61s 2025-10-10 16:59:42.832215 | fa163ea6-f710-8b6f-020c-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-10-10 16:59:42.832772 | fa163ea6-f710-8b6f-020c-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-10-10 16:59:42.833262 | fa163ea6-f710-8b6f-020c-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.48s 2025-10-10 16:59:42.833899 | fa163ea6-f710-8b6f-020c-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.48s 2025-10-10 16:59:42.834529 | fa163ea6-f710-8b6f-020c-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.47s 2025-10-10 16:59:42.835165 | fa163ea6-f710-8b6f-020c-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.46s 2025-10-10 16:59:42.835885 | fa163ea6-f710-8b6f-020c-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.46s 2025-10-10 16:59:42.836565 | fa163ea6-f710-8b6f-020c-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2025-10-10 16:59:42.837169 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-10-10 16:59:43.733276 | fa163ea6-f710-80a3-f1c6-000000000005 | SKIPPED | fail | undercloud 2025-10-10 16:59:43.733955 | fa163ea6-f710-80a3-f1c6-000000000005 | TIMING | fail | undercloud | 0:00:00.065564 | 0.05s 2025-10-10 16:59:43.791208 | fa163ea6-f710-80a3-f1c6-000000000006 | SKIPPED | fail | undercloud 2025-10-10 16:59:43.792437 | fa163ea6-f710-80a3-f1c6-000000000006 | TIMING | fail | undercloud | 0:00:00.124037 | 0.05s 2025-10-10 16:59:43.799460 | fa163ea6-f710-80a3-f1c6-000000000008 | TASK | Ensure working_dir is provided 2025-10-10 16:59:43.835448 | fa163ea6-f710-80a3-f1c6-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-10 16:59:43.836552 | fa163ea6-f710-80a3-f1c6-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.168151 | 0.04s 2025-10-10 16:59:43.855667 | fa163ea6-f710-80a3-f1c6-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-10 16:59:43.891995 | fa163ea6-f710-80a3-f1c6-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-10 16:59:43.893011 | fa163ea6-f710-80a3-f1c6-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.224610 | 0.04s 2025-10-10 16:59:43.899985 | fa163ea6-f710-80a3-f1c6-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-10 16:59:43.936770 | fa163ea6-f710-80a3-f1c6-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-10 16:59:43.937822 | fa163ea6-f710-80a3-f1c6-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.269421 | 0.04s 2025-10-10 16:59:43.944865 | fa163ea6-f710-80a3-f1c6-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-10 16:59:43.980768 | fa163ea6-f710-80a3-f1c6-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-10 16:59:43.981798 | fa163ea6-f710-80a3-f1c6-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.313396 | 0.04s 2025-10-10 16:59:43.989193 | fa163ea6-f710-80a3-f1c6-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-10 16:59:44.045652 | fa163ea6-f710-80a3-f1c6-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-10 16:59:44.046836 | fa163ea6-f710-80a3-f1c6-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.378433 | 0.06s 2025-10-10 16:59:44.054438 | fa163ea6-f710-80a3-f1c6-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-10 16:59:44.173505 | fa163ea6-f710-80a3-f1c6-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'osd', 'mon'], 'service_type': 'host'} 2025-10-10 16:59:44.175243 | fa163ea6-f710-80a3-f1c6-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.506834 | 0.12s 2025-10-10 16:59:44.187699 | fa163ea6-f710-80a3-f1c6-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-10 16:59:44.202404 | fa163ea6-f710-80a3-f1c6-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-10 16:59:44.214503 | fa163ea6-f710-80a3-f1c6-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-10 16:59:44.220945 | fa163ea6-f710-80a3-f1c6-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.552547 | 0.17s 2025-10-10 16:59:44.228854 | fa163ea6-f710-80a3-f1c6-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-10 16:59:44.345036 | fa163ea6-f710-80a3-f1c6-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'osd', 'mon'], 'service_type': 'host'} 2025-10-10 16:59:44.355714 | fa163ea6-f710-80a3-f1c6-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-10 16:59:44.370616 | fa163ea6-f710-80a3-f1c6-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-10 16:59:44.382649 | fa163ea6-f710-80a3-f1c6-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-10 16:59:44.388663 | fa163ea6-f710-80a3-f1c6-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.720253 | 0.16s 2025-10-10 16:59:44.396410 | fa163ea6-f710-80a3-f1c6-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-10 16:59:44.472349 | fa163ea6-f710-80a3-f1c6-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-10 16:59:44.473405 | fa163ea6-f710-80a3-f1c6-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.805003 | 0.08s 2025-10-10 16:59:44.480963 | fa163ea6-f710-80a3-f1c6-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-10 16:59:44.517637 | fa163ea6-f710-80a3-f1c6-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-10 16:59:44.518687 | fa163ea6-f710-80a3-f1c6-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.850286 | 0.04s 2025-10-10 16:59:44.519521 | fa163ea6-f710-80a3-f1c6-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.851128 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-10 16:59:44.583660 | fa163ea6-f710-80a3-f1c6-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-10 16:59:44.620707 | fa163ea6-f710-80a3-f1c6-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-10 16:59:44.621757 | fa163ea6-f710-80a3-f1c6-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.953355 | 0.04s 2025-10-10 16:59:44.629447 | fa163ea6-f710-80a3-f1c6-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-10 16:59:44.797963 | fa163ea6-f710-80a3-f1c6-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-10 16:59:44.799114 | fa163ea6-f710-80a3-f1c6-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.130713 | 0.17s 2025-10-10 16:59:44.807046 | fa163ea6-f710-80a3-f1c6-000000000019 | TASK | Set IP address of first monitor 2025-10-10 16:59:44.833830 | fa163ea6-f710-80a3-f1c6-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-10 16:59:44.835156 | fa163ea6-f710-80a3-f1c6-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.166751 | 0.03s 2025-10-10 16:59:44.859426 | fa163ea6-f710-80a3-f1c6-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-10 16:59:44.911178 | fa163ea6-f710-80a3-f1c6-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-10 16:59:44.912556 | fa163ea6-f710-80a3-f1c6-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.244152 | 0.05s 2025-10-10 16:59:44.924760 | fa163ea6-f710-80a3-f1c6-000000000021 | TASK | Install cephadm package 2025-10-10 16:59:47.924476 | fa163ea6-f710-80a3-f1c6-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-10 16:59:47.925861 | fa163ea6-f710-80a3-f1c6-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.257457 | 3.00s 2025-10-10 16:59:47.935038 | fa163ea6-f710-80a3-f1c6-000000000022 | TASK | Stat cephadm file 2025-10-10 16:59:48.313987 | fa163ea6-f710-80a3-f1c6-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-10 16:59:48.315474 | fa163ea6-f710-80a3-f1c6-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.647069 | 0.38s 2025-10-10 16:59:48.324853 | fa163ea6-f710-80a3-f1c6-000000000023 | TASK | Fail if cephadm is not available 2025-10-10 16:59:48.362114 | fa163ea6-f710-80a3-f1c6-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-10 16:59:48.363217 | fa163ea6-f710-80a3-f1c6-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.694814 | 0.04s 2025-10-10 16:59:48.373057 | fa163ea6-f710-80a3-f1c6-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-10 16:59:49.206435 | fa163ea6-f710-80a3-f1c6-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-10 16:59:49.207921 | fa163ea6-f710-80a3-f1c6-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.539514 | 0.83s 2025-10-10 16:59:49.217179 | fa163ea6-f710-80a3-f1c6-000000000026 | TASK | Set list of found FSIDs 2025-10-10 16:59:49.326490 | fa163ea6-f710-80a3-f1c6-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-10 16:59:49.327621 | fa163ea6-f710-80a3-f1c6-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.659212 | 0.11s 2025-10-10 16:59:49.336553 | fa163ea6-f710-80a3-f1c6-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-10 16:59:49.445339 | fa163ea6-f710-80a3-f1c6-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-10 16:59:49.446706 | fa163ea6-f710-80a3-f1c6-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.778298 | 0.11s 2025-10-10 16:59:49.456125 | fa163ea6-f710-80a3-f1c6-000000000028 | TASK | Set FSID to the discovered value 2025-10-10 16:59:49.566386 | fa163ea6-f710-80a3-f1c6-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-10 16:59:49.567964 | fa163ea6-f710-80a3-f1c6-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.899553 | 0.11s 2025-10-10 16:59:49.578185 | fa163ea6-f710-80a3-f1c6-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-10 16:59:49.679120 | fa163ea6-f710-80a3-f1c6-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-10 16:59:49.680658 | fa163ea6-f710-80a3-f1c6-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:06.012251 | 0.10s 2025-10-10 16:59:49.689924 | fa163ea6-f710-80a3-f1c6-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-10 16:59:49.794181 | fa163ea6-f710-80a3-f1c6-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-10 16:59:49.795723 | fa163ea6-f710-80a3-f1c6-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.127286 | 0.10s 2025-10-10 16:59:49.805454 | fa163ea6-f710-80a3-f1c6-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-10 16:59:50.184637 | fa163ea6-f710-80a3-f1c6-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-10 16:59:50.186762 | fa163ea6-f710-80a3-f1c6-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.518275 | 0.38s 2025-10-10 16:59:50.199735 | fa163ea6-f710-80a3-f1c6-00000000002d | TASK | Ensure specs directory exists 2025-10-10 16:59:50.442591 | fa163ea6-f710-80a3-f1c6-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-10 16:59:50.444158 | fa163ea6-f710-80a3-f1c6-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.775752 | 0.24s 2025-10-10 16:59:50.460661 | fa163ea6-f710-80a3-f1c6-00000000002e | TASK | Stat spec file on ansible host 2025-10-10 16:59:50.692734 | fa163ea6-f710-80a3-f1c6-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea6-f710-80a3-f1c6-00000000002e') missing from stats 2025-10-10 16:59:50.705232 | fa163ea6-f710-80a3-f1c6-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-10 16:59:51.305150 | fa163ea6-f710-80a3-f1c6-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-10 16:59:51.306678 | fa163ea6-f710-80a3-f1c6-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.638273 | 0.60s 2025-10-10 16:59:51.321125 | fa163ea6-f710-80a3-f1c6-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-10 16:59:51.603091 | fa163ea6-f710-80a3-f1c6-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea6-f710-80a3-f1c6-000000000031') missing from stats 2025-10-10 16:59:51.612101 | fa163ea6-f710-80a3-f1c6-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-10 16:59:52.097253 | fa163ea6-f710-80a3-f1c6-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-10 16:59:52.098612 | fa163ea6-f710-80a3-f1c6-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.430208 | 0.49s 2025-10-10 16:59:52.122983 | fa163ea6-f710-80a3-f1c6-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-10 16:59:52.231915 | fa163ea6-f710-80a3-f1c6-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-10 16:59:52.233352 | fa163ea6-f710-80a3-f1c6-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.564907 | 0.11s 2025-10-10 16:59:52.250080 | fa163ea6-f710-80a3-f1c6-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-10 16:59:52.321582 | fa163ea6-f710-80a3-f1c6-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-10 16:59:52.322800 | fa163ea6-f710-80a3-f1c6-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.654396 | 0.07s 2025-10-10 16:59:52.332245 | fa163ea6-f710-80a3-f1c6-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-10 16:59:52.581360 | fa163ea6-f710-80a3-f1c6-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-10 16:59:52.583030 | fa163ea6-f710-80a3-f1c6-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.914616 | 0.25s 2025-10-10 16:59:52.771281 | fa163ea6-f710-80a3-f1c6-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-10 16:59:52.772667 | fa163ea6-f710-80a3-f1c6-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.104271 | 0.44s 2025-10-10 16:59:52.782770 | fa163ea6-f710-80a3-f1c6-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.114364 | 0.45s 2025-10-10 16:59:52.792366 | fa163ea6-f710-80a3-f1c6-000000000065 | TASK | Fail if necessary files are missing 2025-10-10 16:59:52.895539 | fa163ea6-f710-80a3-f1c6-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 402670852, 'dev': 64516, 'nlink': 1, 'atime': 1760115554.4426978, 'mtime': 1760115554.3016942, 'ctime': 1760115554.4456978, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'a5b6468a4ebe09b0ee351a219a489643621dec6d', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4286066156', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-10-10 16:59:52.903174 | fa163ea6-f710-80a3-f1c6-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 581, 'inode': 427826939, 'dev': 64516, 'nlink': 1, 'atime': 1760115554.9067097, 'mtime': 1760115554.722705, 'ctime': 1760115554.9097097, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '1c38cd37b9e8f32013342c323e38098fcc862b8e', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '77023091', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-10-10 16:59:52.910890 | fa163ea6-f710-80a3-f1c6-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.242468 | 0.12s 2025-10-10 16:59:52.921614 | fa163ea6-f710-80a3-f1c6-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-10 16:59:53.168291 | fa163ea6-f710-80a3-f1c6-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-10 16:59:53.169859 | fa163ea6-f710-80a3-f1c6-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.501454 | 0.25s 2025-10-10 16:59:53.179417 | fa163ea6-f710-80a3-f1c6-000000000068 | TASK | Run cephadm bootstrap 2025-10-10 17:00:58.584661 | fa163ea6-f710-80a3-f1c6-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-10 17:00:58.586143 | fa163ea6-f710-80a3-f1c6-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:14.917738 | 65.41s 2025-10-10 17:00:58.596549 | fa163ea6-f710-80a3-f1c6-000000000069 | TASK | Show results of bootstrap 2025-10-10 17:00:58.665727 | fa163ea6-f710-80a3-f1c6-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-10 17:00:58.666992 | fa163ea6-f710-80a3-f1c6-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:14.998587 | 0.07s 2025-10-10 17:00:58.676255 | fa163ea6-f710-80a3-f1c6-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-10 17:00:58.723866 | fa163ea6-f710-80a3-f1c6-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.055450 | 0.05s 2025-10-10 17:00:58.735182 | 8a61f16e-9a0a-4850-b0b2-4475ba58a334 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-10 17:00:58.750414 | fa163ea6-f710-80a3-f1c6-00000000020b | TASK | Set ceph CLI 2025-10-10 17:00:58.921174 | fa163ea6-f710-80a3-f1c6-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-10 17:00:58.922500 | fa163ea6-f710-80a3-f1c6-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:15.254096 | 0.17s 2025-10-10 17:00:58.931955 | fa163ea6-f710-80a3-f1c6-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-10 17:00:59.870539 | fa163ea6-f710-80a3-f1c6-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-10 17:00:59.872073 | fa163ea6-f710-80a3-f1c6-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:16.203661 | 0.94s 2025-10-10 17:00:59.882041 | fa163ea6-f710-80a3-f1c6-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-10 17:01:01.074711 | fa163ea6-f710-80a3-f1c6-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-10 17:01:01.076499 | fa163ea6-f710-80a3-f1c6-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:17.408089 | 1.19s 2025-10-10 17:01:01.087194 | fa163ea6-f710-80a3-f1c6-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-10 17:01:01.146525 | fa163ea6-f710-80a3-f1c6-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-10 17:01:01.148023 | fa163ea6-f710-80a3-f1c6-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:17.479618 | 0.06s 2025-10-10 17:01:01.167771 | fa163ea6-f710-80a3-f1c6-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-10 17:01:01.218407 | fa163ea6-f710-80a3-f1c6-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-10 17:01:01.219993 | fa163ea6-f710-80a3-f1c6-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.551587 | 0.05s 2025-10-10 17:01:01.229513 | fa163ea6-f710-80a3-f1c6-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-10 17:01:01.257390 | fa163ea6-f710-80a3-f1c6-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-10 17:01:01.258651 | fa163ea6-f710-80a3-f1c6-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:17.590245 | 0.03s 2025-10-10 17:01:01.268122 | fa163ea6-f710-80a3-f1c6-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-10 17:01:01.351746 | fa163ea6-f710-80a3-f1c6-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-10 17:01:01.353212 | fa163ea6-f710-80a3-f1c6-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.684800 | 0.08s 2025-10-10 17:01:01.358008 | fa163ea6-f710-80a3-f1c6-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-10 17:01:01.358883 | fa163ea6-f710-80a3-f1c6-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.690490 | 0.09s 2025-10-10 17:01:01.363576 | fa163ea6-f710-80a3-f1c6-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-10 17:01:01.364254 | fa163ea6-f710-80a3-f1c6-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.695862 | 0.09s 2025-10-10 17:01:01.368865 | fa163ea6-f710-80a3-f1c6-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-10 17:01:01.369724 | fa163ea6-f710-80a3-f1c6-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.701332 | 0.10s 2025-10-10 17:01:01.379930 | fa163ea6-f710-80a3-f1c6-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.711531 | 0.11s 2025-10-10 17:01:01.395725 | fa163ea6-f710-80a3-f1c6-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-10 17:01:01.557048 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-10 17:01:01.615737 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-10 17:01:01.676720 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-10 17:01:01.737890 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-10 17:01:01.804333 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-10 17:01:01.868037 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-10 17:01:01.932874 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-10 17:01:01.997743 | fa163ea6-f710-80a3-f1c6-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-10 17:01:02.009060 | fa163ea6-f710-80a3-f1c6-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:18.340644 | 0.61s 2025-10-10 17:01:02.021762 | fa163ea6-f710-80a3-f1c6-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-10 17:01:02.991214 | fa163ea6-f710-80a3-f1c6-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-10-10 17:01:02.992832 | fa163ea6-f710-80a3-f1c6-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.324421 | 0.97s 2025-10-10 17:01:03.865540 | fa163ea6-f710-80a3-f1c6-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-10-10 17:01:03.866663 | fa163ea6-f710-80a3-f1c6-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.198267 | 1.84s 2025-10-10 17:01:04.917026 | fa163ea6-f710-80a3-f1c6-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-10-10 17:01:04.918016 | fa163ea6-f710-80a3-f1c6-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.249623 | 2.89s 2025-10-10 17:01:05.799765 | fa163ea6-f710-80a3-f1c6-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-10-10 17:01:05.801559 | fa163ea6-f710-80a3-f1c6-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.133158 | 3.78s 2025-10-10 17:01:05.812610 | fa163ea6-f710-80a3-f1c6-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.144199 | 3.79s 2025-10-10 17:01:05.834016 | fa163ea6-f710-80a3-f1c6-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-10 17:01:06.094278 | fa163ea6-f710-80a3-f1c6-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-10 17:01:06.098074 | fa163ea6-f710-80a3-f1c6-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.429656 | 0.26s 2025-10-10 17:01:06.108290 | fa163ea6-f710-80a3-f1c6-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.439887 | 0.27s 2025-10-10 17:01:06.113784 | fa163ea6-f710-80a3-f1c6-0000000000a7 | TASK | Fail if spec file is missing 2025-10-10 17:01:06.196461 | fa163ea6-f710-80a3-f1c6-0000000000a7 | SKIPPED | Fail if spec file is missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 500, 'inode': 1040189409, 'dev': 64516, 'nlink': 1, 'atime': 1760115591.271789, 'mtime': 1760115590.9467807, 'ctime': 1760115591.274789, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '0a1bb5c13b36c99d1cdc47ba0f116291562ee284', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '153533642', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-10-10 17:01:06.205134 | fa163ea6-f710-80a3-f1c6-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:22.536729 | 0.09s 2025-10-10 17:01:06.210909 | fa163ea6-f710-80a3-f1c6-0000000000a8 | TASK | Get ceph_cli 2025-10-10 17:01:06.237984 | fa163ea6-f710-80a3-f1c6-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:22.569579 | 0.03s 2025-10-10 17:01:06.244175 | bff960af-ce2e-4b2f-a89a-1e04f42079de | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-10 17:01:06.253250 | fa163ea6-f710-80a3-f1c6-000000000270 | TASK | Set ceph CLI 2025-10-10 17:01:06.420912 | fa163ea6-f710-80a3-f1c6-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-10 17:01:06.422133 | fa163ea6-f710-80a3-f1c6-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:22.753734 | 0.17s 2025-10-10 17:01:06.428779 | fa163ea6-f710-80a3-f1c6-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-10 17:01:07.617148 | fa163ea6-f710-80a3-f1c6-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-10 17:01:07.618642 | fa163ea6-f710-80a3-f1c6-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:23.950235 | 1.19s 2025-10-10 17:01:07.628720 | fa163ea6-f710-80a3-f1c6-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-10 17:01:07.687805 | fa163ea6-f710-80a3-f1c6-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-10 17:01:07.689141 | fa163ea6-f710-80a3-f1c6-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:24.020734 | 0.06s 2025-10-10 17:01:07.699940 | fa163ea6-f710-80a3-f1c6-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-10 17:01:07.728754 | fa163ea6-f710-80a3-f1c6-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:24.060347 | 0.03s 2025-10-10 17:01:07.754609 | 842c5bce-d358-4677-8a0c-6402e658ee79 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-10 17:01:07.772134 | fa163ea6-f710-80a3-f1c6-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-10 17:01:07.823562 | fa163ea6-f710-80a3-f1c6-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-10 17:01:07.825532 | fa163ea6-f710-80a3-f1c6-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:24.157119 | 0.05s 2025-10-10 17:01:07.836643 | fa163ea6-f710-80a3-f1c6-0000000002a8 | TASK | set cephadm debug level 2025-10-10 17:01:07.895598 | fa163ea6-f710-80a3-f1c6-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-10 17:01:07.896747 | fa163ea6-f710-80a3-f1c6-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:24.228342 | 0.06s 2025-10-10 17:01:07.906126 | fa163ea6-f710-80a3-f1c6-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-10 17:01:07.997989 | fa163ea6-f710-80a3-f1c6-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-10 17:01:07.999341 | fa163ea6-f710-80a3-f1c6-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:24.330904 | 0.09s 2025-10-10 17:01:08.008647 | fa163ea6-f710-80a3-f1c6-0000000002aa | TASK | set container image base in ceph configuration 2025-10-10 17:01:08.917700 | fa163ea6-f710-80a3-f1c6-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-10 17:01:08.919568 | fa163ea6-f710-80a3-f1c6-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:25.251151 | 0.91s 2025-10-10 17:01:08.930757 | fa163ea6-f710-80a3-f1c6-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-10 17:01:09.001737 | fa163ea6-f710-80a3-f1c6-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-10 17:01:09.003143 | fa163ea6-f710-80a3-f1c6-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:25.334729 | 0.07s 2025-10-10 17:01:09.012984 | fa163ea6-f710-80a3-f1c6-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-10 17:01:09.060721 | fa163ea6-f710-80a3-f1c6-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-10 17:01:09.061913 | fa163ea6-f710-80a3-f1c6-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:25.393507 | 0.05s 2025-10-10 17:01:09.071863 | fa163ea6-f710-80a3-f1c6-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-10 17:01:09.124061 | fa163ea6-f710-80a3-f1c6-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-10 17:01:09.125961 | fa163ea6-f710-80a3-f1c6-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:25.457545 | 0.05s 2025-10-10 17:01:09.140471 | fa163ea6-f710-80a3-f1c6-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-10 17:01:09.183009 | fa163ea6-f710-80a3-f1c6-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-10 17:01:09.184604 | fa163ea6-f710-80a3-f1c6-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:25.516197 | 0.04s 2025-10-10 17:01:09.193638 | fa163ea6-f710-80a3-f1c6-0000000000ac | TASK | Apply spec 2025-10-10 17:01:10.800212 | fa163ea6-f710-80a3-f1c6-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-10 17:01:10.801275 | fa163ea6-f710-80a3-f1c6-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:27.132877 | 1.61s 2025-10-10 17:01:10.807664 | fa163ea6-f710-80a3-f1c6-0000000000ad | TASK | Show results of spec apply 2025-10-10 17:01:10.854817 | fa163ea6-f710-80a3-f1c6-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-10 17:01:10.855963 | fa163ea6-f710-80a3-f1c6-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:27.187563 | 0.05s 2025-10-10 17:01:10.862601 | fa163ea6-f710-80a3-f1c6-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-10 17:01:10.911636 | fa163ea6-f710-80a3-f1c6-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:27.243205 | 0.05s 2025-10-10 17:01:10.929802 | 7f2391f9-c20f-4fff-b60a-6bf32356cade | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-10 17:01:10.966695 | fa163ea6-f710-80a3-f1c6-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-10 17:01:12.209902 | fa163ea6-f710-80a3-f1c6-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-10 17:01:43.202905 | fa163ea6-f710-80a3-f1c6-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-10 17:01:43.204171 | fa163ea6-f710-80a3-f1c6-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:59.535766 | 32.24s 2025-10-10 17:01:43.221120 | fa163ea6-f710-80a3-f1c6-0000000000c9 | TASK | Get ceph_cli 2025-10-10 17:01:43.263255 | fa163ea6-f710-80a3-f1c6-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-10 17:01:43.264403 | fa163ea6-f710-80a3-f1c6-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.595999 | 0.04s 2025-10-10 17:01:43.273104 | fa163ea6-f710-80a3-f1c6-0000000000ca | TASK | Collect ceph config dump 2025-10-10 17:01:43.314175 | fa163ea6-f710-80a3-f1c6-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-10 17:01:43.315287 | fa163ea6-f710-80a3-f1c6-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:59.646885 | 0.04s 2025-10-10 17:01:43.323845 | fa163ea6-f710-80a3-f1c6-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-10 17:01:43.391355 | fa163ea6-f710-80a3-f1c6-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-10 17:01:43.392936 | fa163ea6-f710-80a3-f1c6-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:59.724525 | 0.07s 2025-10-10 17:01:43.407668 | fa163ea6-f710-80a3-f1c6-0000000000cc | TASK | Create pool 2025-10-10 17:01:43.480862 | fa163ea6-f710-80a3-f1c6-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:59.812452 | 0.07s 2025-10-10 17:01:43.487162 | fa163ea6-f710-80a3-f1c6-0000000000cd | TASK | Enable application on Ceph pools 2025-10-10 17:01:43.552276 | fa163ea6-f710-80a3-f1c6-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:59.883857 | 0.06s 2025-10-10 17:01:43.560257 | fa163ea6-f710-80a3-f1c6-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-10 17:01:43.597056 | fa163ea6-f710-80a3-f1c6-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-10 17:01:43.598171 | fa163ea6-f710-80a3-f1c6-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:59.929772 | 0.04s 2025-10-10 17:01:43.604506 | fa163ea6-f710-80a3-f1c6-0000000000d0 | TASK | Set trash interval 2025-10-10 17:01:43.694422 | fa163ea6-f710-80a3-f1c6-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-10 17:01:43.705861 | fa163ea6-f710-80a3-f1c6-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:00.037435 | 0.10s 2025-10-10 17:01:43.716459 | fa163ea6-f710-80a3-f1c6-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-10 17:01:43.789473 | fa163ea6-f710-80a3-f1c6-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:00.121066 | 0.07s 2025-10-10 17:01:43.796322 | fa163ea6-f710-80a3-f1c6-0000000000e9 | TASK | Get ceph_cli 2025-10-10 17:01:43.836357 | fa163ea6-f710-80a3-f1c6-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-10 17:01:43.837615 | fa163ea6-f710-80a3-f1c6-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.169179 | 0.04s 2025-10-10 17:01:43.847432 | fa163ea6-f710-80a3-f1c6-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-10 17:01:43.916723 | fa163ea6-f710-80a3-f1c6-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:00.248319 | 0.07s 2025-10-10 17:01:43.933793 | fa163ea6-f710-80a3-f1c6-0000000000f9 | TASK | Get ceph_cli 2025-10-10 17:01:43.981091 | fa163ea6-f710-80a3-f1c6-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-10 17:01:43.982745 | fa163ea6-f710-80a3-f1c6-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.314333 | 0.05s 2025-10-10 17:01:43.996739 | fa163ea6-f710-80a3-f1c6-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-10 17:01:44.039561 | fa163ea6-f710-80a3-f1c6-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-10 17:01:44.040639 | fa163ea6-f710-80a3-f1c6-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:00.372239 | 0.04s 2025-10-10 17:01:44.047402 | fa163ea6-f710-80a3-f1c6-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-10 17:01:44.088208 | fa163ea6-f710-80a3-f1c6-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-10 17:01:44.089339 | fa163ea6-f710-80a3-f1c6-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:00.420904 | 0.04s 2025-10-10 17:01:44.098524 | fa163ea6-f710-80a3-f1c6-0000000000fc | TASK | Extract mons_json 2025-10-10 17:01:44.151600 | fa163ea6-f710-80a3-f1c6-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-10 17:01:44.152674 | fa163ea6-f710-80a3-f1c6-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:00.484272 | 0.05s 2025-10-10 17:01:44.161212 | fa163ea6-f710-80a3-f1c6-0000000000fd | TASK | Build mons_list 2025-10-10 17:01:44.202249 | fa163ea6-f710-80a3-f1c6-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-10 17:01:44.203402 | fa163ea6-f710-80a3-f1c6-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:00.534999 | 0.04s 2025-10-10 17:01:44.209996 | fa163ea6-f710-80a3-f1c6-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-10 17:01:44.247163 | fa163ea6-f710-80a3-f1c6-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-10 17:01:44.248276 | fa163ea6-f710-80a3-f1c6-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:00.579873 | 0.04s 2025-10-10 17:01:44.257428 | fa163ea6-f710-80a3-f1c6-0000000000ff | TASK | Verify the keyring 2025-10-10 17:01:44.325404 | fa163ea6-f710-80a3-f1c6-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:00.657007 | 0.07s 2025-10-10 17:01:44.334319 | fa163ea6-f710-80a3-f1c6-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-10 17:01:44.363465 | fa163ea6-f710-80a3-f1c6-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-10 17:01:44.364582 | fa163ea6-f710-80a3-f1c6-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:00.696180 | 0.03s 2025-10-10 17:01:44.378080 | fa163ea6-f710-80a3-f1c6-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-10 17:01:44.414798 | fa163ea6-f710-80a3-f1c6-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-10 17:01:44.416038 | fa163ea6-f710-80a3-f1c6-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:00.747634 | 0.04s 2025-10-10 17:01:44.433105 | fa163ea6-f710-80a3-f1c6-00000000011c | TASK | Get ceph_cli 2025-10-10 17:01:44.459752 | fa163ea6-f710-80a3-f1c6-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.791344 | 0.03s 2025-10-10 17:01:44.473952 | 831bf5f5-3f65-4da4-891f-4e9105423b04 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-10 17:01:44.488260 | fa163ea6-f710-80a3-f1c6-0000000003c0 | TASK | Set ceph CLI 2025-10-10 17:01:44.651569 | fa163ea6-f710-80a3-f1c6-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-10 17:01:44.653122 | fa163ea6-f710-80a3-f1c6-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:00.984712 | 0.16s 2025-10-10 17:01:44.668270 | fa163ea6-f710-80a3-f1c6-00000000011d | TASK | Get the ceph orchestrator status 2025-10-10 17:01:45.606345 | fa163ea6-f710-80a3-f1c6-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-10 17:01:45.609941 | fa163ea6-f710-80a3-f1c6-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:01.941524 | 0.94s 2025-10-10 17:01:45.620652 | fa163ea6-f710-80a3-f1c6-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-10 17:01:45.680139 | fa163ea6-f710-80a3-f1c6-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-10 17:01:45.681244 | fa163ea6-f710-80a3-f1c6-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:02.012843 | 0.06s 2025-10-10 17:01:45.690728 | fa163ea6-f710-80a3-f1c6-000000000120 | TASK | Show the deployed daemons 2025-10-10 17:01:46.591673 | fa163ea6-f710-80a3-f1c6-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-10 17:01:46.593361 | fa163ea6-f710-80a3-f1c6-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:02.924952 | 0.90s 2025-10-10 17:01:46.603612 | fa163ea6-f710-80a3-f1c6-000000000121 | TASK | Deployed daemons 2025-10-10 17:01:46.671717 | fa163ea6-f710-80a3-f1c6-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-10 17:01:46.672995 | fa163ea6-f710-80a3-f1c6-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:03.004589 | 0.07s 2025-10-10 17:01:46.684672 | fa163ea6-f710-80a3-f1c6-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-10 17:01:47.684865 | fa163ea6-f710-80a3-f1c6-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-10 17:01:47.688501 | fa163ea6-f710-80a3-f1c6-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:04.020083 | 1.00s 2025-10-10 17:01:47.699711 | fa163ea6-f710-80a3-f1c6-000000000123 | TASK | Ceph cluster status 2025-10-10 17:01:47.738454 | fa163ea6-f710-80a3-f1c6-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: fdd50240-1ba5-5c3d-a107-aad50758e24b", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.jtgnyc(active, since 67s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-10 17:01:47.739925 | fa163ea6-f710-80a3-f1c6-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:04.071519 | 0.04s 2025-10-10 17:01:47.761949 | fa163ea6-f710-80a3-f1c6-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-10 17:01:48.395117 | fa163ea6-f710-80a3-f1c6-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea6-f710-80a3-f1c6-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-10-10 17:01:48.438211 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 17:01:48.438856 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 17:01:48.439422 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:04.771026 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 17:01:48.440049 | UUID | Info | Host | Task Name | Run Time 2025-10-10 17:01:48.440640 | fa163ea6-f710-80a3-f1c6-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 65.41s 2025-10-10 17:01:48.441391 | fa163ea6-f710-80a3-f1c6-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.24s 2025-10-10 17:01:48.442038 | fa163ea6-f710-80a3-f1c6-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.79s 2025-10-10 17:01:48.442609 | fa163ea6-f710-80a3-f1c6-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.00s 2025-10-10 17:01:48.443276 | fa163ea6-f710-80a3-f1c6-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.61s 2025-10-10 17:01:48.443938 | fa163ea6-f710-80a3-f1c6-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.19s 2025-10-10 17:01:48.444559 | fa163ea6-f710-80a3-f1c6-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.19s 2025-10-10 17:01:48.445137 | fa163ea6-f710-80a3-f1c6-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 1.00s 2025-10-10 17:01:48.445711 | fa163ea6-f710-80a3-f1c6-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.94s 2025-10-10 17:01:48.446524 | fa163ea6-f710-80a3-f1c6-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.94s 2025-10-10 17:01:48.447095 | fa163ea6-f710-80a3-f1c6-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.91s 2025-10-10 17:01:48.447652 | fa163ea6-f710-80a3-f1c6-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.90s 2025-10-10 17:01:48.448220 | fa163ea6-f710-80a3-f1c6-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2025-10-10 17:01:48.448796 | fa163ea6-f710-80a3-f1c6-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.61s 2025-10-10 17:01:48.449349 | fa163ea6-f710-80a3-f1c6-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.60s 2025-10-10 17:01:48.449879 | fa163ea6-f710-80a3-f1c6-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2025-10-10 17:01:48.450436 | fa163ea6-f710-80a3-f1c6-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.45s 2025-10-10 17:01:48.450986 | fa163ea6-f710-80a3-f1c6-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.38s 2025-10-10 17:01:48.451550 | fa163ea6-f710-80a3-f1c6-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.38s 2025-10-10 17:01:48.452071 | fa163ea6-f710-80a3-f1c6-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.27s 2025-10-10 17:01:48.452615 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' 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' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.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-10 17:01:51.729 40872 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-10 17:01:51.752 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.752 40872 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-10 17:01:51.754 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.754 40872 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-10 17:01:51.756 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.756 40872 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-10 17:01:51.758 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.758 40872 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-10 17:01:51.760 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.760 40872 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-10 17:01:51.762 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.762 40872 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-10 17:01:51.785 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.786 40872 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-10 17:01:51.802 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.803 40872 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-10 17:01:51.804 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.804 40872 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-10 17:01:51.806 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.806 40872 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-10 17:01:51.808 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.808 40872 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-10 17:01:51.810 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.810 40872 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-10 17:01:51.811 40872 INFO migrate.versioning.api [-] done 2025-10-10 17:01:51.811 40872 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-10 17:01:51.833 40872 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-10 17:02:00Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:01Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:01Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-10 17:02:02Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:02Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-10 17:02:03Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:03Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:03Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:03Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-10 17:02:04Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:04Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:04Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:04Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:04Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:04Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:04Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-10 17:02:04Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:04Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 17:02:04Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:05Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:05Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:05Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-10 17:02:05Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-10 17:02:05Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:05Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 17:02:05Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:05Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:06Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:06Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-10 17:02:06Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:06Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:06Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-10 17:02:06Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:06Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 17:02:06Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:06Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 17:02:06Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:06Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-10 17:02:07Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:07Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:07Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-10 17:02:07Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:07Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 17:02:07Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:07Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:07Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-10 17:02:08Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-10 17:02:08Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:08Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:08Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-10 17:02:08Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-10 17:02:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-10 17:02:09Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:10Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-10 17:02:11Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:11Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:11Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:11Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-10 17:02:12Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 17:02:12Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 17:02:12Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 17:02:12Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 17:02:12Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:12Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:12Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:12Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:12Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:13Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-10 17:02:13Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:13Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:13Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-10 17:02:14Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-10 17:02:15Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:15Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-10 17:02:15Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:15Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:02:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:20Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:21Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:21Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:22Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:22Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:02:23Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:23Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:24Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-10 17:02:25Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:25Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:25Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:25Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:26Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:27Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:27Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:02:28Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:28Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:29Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:29Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:30Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-10 17:02:30Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:30Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:30Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:32Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:32Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:32Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:33Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:33Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:33Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:34Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:02:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-10 17:02:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:35Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:36Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:36Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:02:37Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:37Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:37Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:38Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:39Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:39Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:40Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-10 17:02:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:41Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:41Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:41Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:42Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-10 17:02:42Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:42Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:42Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:43Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:02:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-10 17:02:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:45Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:45Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:45Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-10 17:02:45Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:45Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:02:45Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:47Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:47Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:47Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:47Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:48Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-10 17:02:49Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:50Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-10 17:02:50Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:51Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-10 17:02:52Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:52Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:52Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:52Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:02:55Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:55Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:02:56Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-10 17:02:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:02:56Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:58Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:02:58Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:02:58Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:02:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:00Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:00Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-10 17:03:01Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:01Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 17:03:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 17:03:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 17:03:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:04Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-10 17:03:05Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:06Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 17:03:07Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:08Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:09Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 17:03:11Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:11Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 17:03:11Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:12Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:13Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-10 17:03:13Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:13Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:13Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:13Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 17:03:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:14Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 17:03:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 17:03:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:15Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:16Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-10 17:03:17Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:17Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:03:20Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:20Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:20Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:21Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:21Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:22Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:22Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:23Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:03:23Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-10 17:03:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:25Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:25Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:26Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:27Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:03:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:03:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:03:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-10 17:03:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:36Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:37Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:37Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:03:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:38Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:03:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:41Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:42Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-10 17:03:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:44Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:03:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:46Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:03:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:03:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:50Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:51Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-10 17:03:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:53Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:54Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:54Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:03:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-10 17:03:56Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:03:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-10 17:03:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:03:58Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:03:58Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:03:59Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:00Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:00Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:01Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:01Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:02Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-10 17:04:02Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:03Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-10 17:04:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:04Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:05Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:05Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:05Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:05Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-10 17:04:06Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:07Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-10 17:04:08Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:08Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:08Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:09Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:04:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:10Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:10Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-10 17:04:11Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:11Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:04:12Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:12Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:13Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:13Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:13Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:14Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-10 17:04:14Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:15Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:15Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:16Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:04:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-10 17:04:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-10 17:04:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:04:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-10 17:04:23Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:24Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-10 17:04:24Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:24Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:24Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:25Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:25Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:26Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:26Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:27Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:28Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:04:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:04:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:30Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:30Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-10 17:04:31Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:31Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:31Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:31Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:32Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:33Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:33Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:34Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:34Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:35Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:04:35Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:36Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-10 17:04:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:37Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:37Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:38Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:39Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:39Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:04:40Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:40Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:41Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-10 17:04:42Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:42Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:43Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:43Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-10 17:04:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:45Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-10 17:04:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-10 17:04:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-10 17:04:46Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:49Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-10 17:04:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-10 17:04:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:52Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:53Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:04:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:04:55Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:55Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:04:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:04:56Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:57Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-10 17:04:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:04:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-10 17:04:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-10 17:04:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:04:59Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:05:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:02Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:03Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:03Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:03Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-10 17:05:03Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-10 17:05:04Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:05Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:06Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:06Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:07Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:08Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:08Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:08Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:09Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:09Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:09Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:09Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:09Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:10Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-10 17:05:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-10 17:05:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:11Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:11Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:12Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:13Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:13Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:14Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-10 17:05:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:17Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-10 17:05:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:17Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:17Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-10 17:05:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:19Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:19Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:20Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:21Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:23Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-10 17:05:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:05:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:24Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:24Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-10 17:05:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:25Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:26Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:26Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:27Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:27Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:28Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:29Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:30Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:05:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:31Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-10 17:05:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-10 17:05:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:34Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:35Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:35Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:35Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:36Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:37Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:37Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:38Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:38Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-10 17:05:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:40Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:40Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:42Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:43Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:46Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:47Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-10 17:05:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:48Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:49Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:49Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:49Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:49Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-10 17:05:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:51Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:51Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:52Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:53Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:05:54Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-10 17:05:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:55Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-10 17:05:55Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:56Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-10 17:05:56Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:57Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:05:58Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:05:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:05:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:05:59Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:05:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:00Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:01Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:01Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:02Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:02Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:02Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:03Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-10 17:06:03Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:03Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:03Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:03Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-10 17:06:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:08Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:08Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-10 17:06:09Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:09Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:09Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:09Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:12Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:12Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:13Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:13Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:14Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-10 17:06:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:15Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:15Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:16Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:17Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:18Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:18Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:19Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:19Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:20Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-10 17:06:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:22Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:22Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:23Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:24Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:25Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:25Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:25Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:25Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:06:25Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:26Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:26Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:27Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:27Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:28Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:28Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:29Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:29Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:29Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-10 17:06:30Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:30Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:31Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:31Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:33Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 17:06:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:33Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:34Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:35Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-10 17:06:38Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:38Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:40Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:40Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:41Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:42Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:43Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:06:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:44Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:44Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:45Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:45Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:46Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:47Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-10 17:06:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 17:06:50Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:51Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:51Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:52Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:06:54Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:06:54Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:57Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 17:06:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:06:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:58Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 17:06:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 17:06:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:06:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:06:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-10 17:06:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:06:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:00Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:00Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:01Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:01Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-10 17:07:03Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:03Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:03Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:03Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:05Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-10 17:07:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:06Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:08Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:08Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:09Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-10 17:07:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:10Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:10Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:11Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:12Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:12Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:13Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:13Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-10 17:07:14Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:14Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:15Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 17:07:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:17Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:07:17Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:18Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 17:07:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-10 17:07:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:21Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:21Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:22Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:23Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:23Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:24Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-10 17:07:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:25Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:26Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:26Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:26Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-10 17:07:27Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:27Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:27Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:27Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:28Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:29Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:30Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:30Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:31Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:32Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 17:07:32Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:32Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-10 17:07:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:33Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:34Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:07:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-10 17:07:36Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:36Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:37Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:38Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:42Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:07:42Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-10 17:07:43Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:44Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-10 17:07:45Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:45Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:45Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:45Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-10 17:07:45Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:46Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-10 17:07:46Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:46Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:46Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:47Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:47Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:47Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:48Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:49Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:50Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:07:51Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:51Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:51Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-10 17:07:52Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:52Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:52Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:52Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:53Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:54Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:54Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:07:55Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:55Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:07:56Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 17:07:56Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:07:57Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-10 17:07:58Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:58Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:07:58Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:07:58Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:07:59Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:00Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:00Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:01Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:01Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:08:02Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:02Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:03Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-10 17:08:03Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:04Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-10 17:08:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:05Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:06Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:06Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:08Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:10Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:11Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-10 17:08:12Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:13Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:14Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:14Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-10 17:08:15Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:15Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 17:08:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:17Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:18Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 17:08:18Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:19Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-10 17:08:20Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:21Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-10 17:08:21Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:21Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:22Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:23Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:25Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:25Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:25Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:26Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:27Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:27Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:28Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:28Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:28Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-10 17:08:29Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:30Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-10 17:08:30Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:31Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-10 17:08:32Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-10 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:34Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:35Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:35Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:38Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:38Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:38Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-10 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:40Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-10 17:08:40Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:40Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:41Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:41Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:42Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:43Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:43Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-10 17:08:44Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 17:08:44Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:45Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-10 17:08:45Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:46Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-10 17:08:46Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:48Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-10 17:08:48Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-10 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:50Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-10 17:08:51Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:51Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:51Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:51Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:52Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:53Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-10 17:08:53Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:54Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-10 17:08:54Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:55Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:08:55Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:55Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 17:08:55Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-10 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-10 17:08:58Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:59Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:59Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:59Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-10 17:08:59Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:08:59Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:00Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:01Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:01Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:01Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-10 17:09:01Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:01Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:02Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:03Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-10 17:09:03Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:03Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-10 17:09:03Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:03Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:03Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:04Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:04Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:04Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:04Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:04Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:04Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:05Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:05Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:05Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:05Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:05Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:06Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:07Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:07Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:07Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:07Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:08Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:09Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-10 17:09:10Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:10Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-10 17:09:10Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:10Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-10 17:09:10Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:10Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:10Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:11Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-10 17:09:11Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:11Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:11Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-10 17:09:11Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:11Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:11Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-10 17:09:11Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:11Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:11Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-10 17:09:12Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-10 17:09:12Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:12Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:13Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:13Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:13Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-10 17:09:14Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:14Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-10 17:09:14Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-10 17:09:14Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:15Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:15Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:15Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:15Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:16Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:17Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:17Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-10 17:09:17Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:17Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:17Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-10 17:09:18Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:18Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-10 17:09:18Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-10 17:09:19Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 17:09:20Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:20Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-10 17:09:21Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:21Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:21Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:21Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-10 17:09:21Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:22Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-10 17:09:23Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:23Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-10 17:09:24Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:24Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:25Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:25Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:26Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:26Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:27Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 17:09:28Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-10 17:09:28Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/c7e3ec1e-2b51-4bf1-8083-2ff77bbcb934 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-10 17:09:49.517952 | fa163ea6-f710-ac00-f610-000000000006 | TASK | External deployment step 0 2025-10-10 17:09:49.546193 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-000000000006') missing from stats 2025-10-10 17:09:49.603412 | fa163ea6-f710-ac00-f610-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.138501 | 0.04s 2025-10-10 17:09:49.619491 | 11618596-a538-46ca-b83a-0d1f5b69720f | INCLUDED | /root/standalone-ansible-xolj_bb1/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-10 17:09:49.638659 | fa163ea6-f710-ac00-f610-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-10 17:09:50.644827 | fa163ea6-f710-ac00-f610-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-10 17:09:50.646580 | fa163ea6-f710-ac00-f610-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.181672 | 1.01s 2025-10-10 17:09:50.666129 | fa163ea6-f710-ac00-f610-000000000129 | TASK | create redis virtual ip 2025-10-10 17:09:51.671461 | fa163ea6-f710-ac00-f610-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-10 17:09:51.673893 | fa163ea6-f710-ac00-f610-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.208979 | 1.01s PLAY [Check if required variables are defined] ********************************* 2025-10-10 17:09:51.756913 | fa163ea6-f710-ac00-f610-000000000138 | TASK | Gathering Facts 2025-10-10 17:09:52.393220 | fa163ea6-f710-ac00-f610-000000000138 | OK | Gathering Facts | localhost 2025-10-10 17:09:52.395095 | fa163ea6-f710-ac00-f610-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.930187 | 0.64s 2025-10-10 17:09:52.463647 | fa163ea6-f710-ac00-f610-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-10 17:09:52.464908 | fa163ea6-f710-ac00-f610-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:03.000003 | 0.05s 2025-10-10 17:09:52.520981 | fa163ea6-f710-ac00-f610-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-10 17:09:52.522360 | fa163ea6-f710-ac00-f610-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:03.057456 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-10 17:09:52.642908 | fa163ea6-f710-ac00-f610-000000000160 | TASK | Gathering Facts 2025-10-10 17:09:52.655016 | fa163ea6-f710-ac00-f610-000000000160 | TASK | Gathering Facts 2025-10-10 17:09:53.009228 | fa163ea6-f710-ac00-f610-000000000160 | OK | Gathering Facts | standalone 2025-10-10 17:09:53.011064 | fa163ea6-f710-ac00-f610-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.546158 | 0.36s 2025-10-10 17:09:53.014035 | fa163ea6-f710-ac00-f610-000000000160 | OK | Gathering Facts | undercloud 2025-10-10 17:09:53.015278 | fa163ea6-f710-ac00-f610-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.550378 | 0.37s 2025-10-10 17:09:53.078436 | fa163ea6-f710-ac00-f610-000000000012 | TASK | Set legacy facts 2025-10-10 17:09:53.102074 | fa163ea6-f710-ac00-f610-000000000012 | TASK | Set legacy facts 2025-10-10 17:09:53.119490 | fa163ea6-f710-ac00-f610-000000000012 | OK | Set legacy facts | undercloud 2025-10-10 17:09:53.120629 | fa163ea6-f710-ac00-f610-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.655726 | 0.04s 2025-10-10 17:09:53.143263 | fa163ea6-f710-ac00-f610-000000000012 | OK | Set legacy facts | standalone 2025-10-10 17:09:53.143767 | fa163ea6-f710-ac00-f610-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.678874 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-10 17:09:53.311226 | fa163ea6-f710-ac00-f610-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-10 17:09:53.312556 | fa163ea6-f710-ac00-f610-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.847650 | 0.05s 2025-10-10 17:09:53.323233 | fa163ea6-f710-ac00-f610-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-10 17:09:53.323723 | fa163ea6-f710-ac00-f610-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.858829 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-10-10 17:09:53.395916 | fa163ea6-f710-ac00-f610-000000000018 | TASK | Include Service VIP vars 2025-10-10 17:09:53.427469 | fa163ea6-f710-ac00-f610-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-10 17:09:53.428707 | fa163ea6-f710-ac00-f610-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.963804 | 0.03s 2025-10-10 17:09:53.441185 | fa163ea6-f710-ac00-f610-000000000018 | OK | Include Service VIP vars | standalone 2025-10-10 17:09:53.441660 | fa163ea6-f710-ac00-f610-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.976767 | 0.03s 2025-10-10 17:09:53.445993 | fa163ea6-f710-ac00-f610-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-10 17:09:53.478081 | fa163ea6-f710-ac00-f610-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-10 17:09:53.479183 | fa163ea6-f710-ac00-f610-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:04.014282 | 0.03s 2025-10-10 17:09:53.489835 | fa163ea6-f710-ac00-f610-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-10 17:09:53.490200 | fa163ea6-f710-ac00-f610-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:04.025310 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-10 17:09:53.576032 | fa163ea6-f710-ac00-f610-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-10 17:09:54.408698 | fa163ea6-f710-ac00-f610-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ea6-f710-ac00-f610-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-10 17:09:54.497448 | fa163ea6-f710-ac00-f610-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-10 17:09:54.534428 | fa163ea6-f710-ac00-f610-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-10 17:09:54.535199 | fa163ea6-f710-ac00-f610-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:05.070299 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-10 17:09:54.606470 | fa163ea6-f710-ac00-f610-000000000023 | TASK | Set selinux state 2025-10-10 17:09:55.207402 | fa163ea6-f710-ac00-f610-000000000023 | OK | Set selinux state | standalone 2025-10-10 17:09:55.211163 | fa163ea6-f710-ac00-f610-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.746241 | 0.60s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-10 17:09:55.358081 | fa163ea6-f710-ac00-f610-000000000026 | TASK | Configure Hosts Entries 2025-10-10 17:09:55.392439 | fa163ea6-f710-ac00-f610-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.927516 | 0.03s 2025-10-10 17:09:55.407902 | fa163ea6-f710-ac00-f610-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.943007 | 0.02s 2025-10-10 17:09:55.453038 | fa163ea6-f710-ac00-f610-0000000001f1 | TASK | Create temporary file for hosts 2025-10-10 17:09:55.824439 | fa163ea6-f710-ac00-f610-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-10 17:09:55.825947 | fa163ea6-f710-ac00-f610-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.361037 | 0.37s 2025-10-10 17:09:55.826960 | fa163ea6-f710-ac00-f610-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-10 17:09:55.827637 | fa163ea6-f710-ac00-f610-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.362739 | 0.35s 2025-10-10 17:09:55.847105 | fa163ea6-f710-ac00-f610-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-10 17:09:56.261511 | fa163ea6-f710-ac00-f610-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-10 17:09:56.263199 | fa163ea6-f710-ac00-f610-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.798287 | 0.39s 2025-10-10 17:09:56.277595 | fa163ea6-f710-ac00-f610-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-10 17:09:56.278391 | fa163ea6-f710-ac00-f610-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.813491 | 0.43s 2025-10-10 17:09:56.296822 | fa163ea6-f710-ac00-f610-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-10 17:09:56.660036 | fa163ea6-f710-ac00-f610-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-10 17:09:56.662218 | fa163ea6-f710-ac00-f610-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:07.197297 | 0.34s 2025-10-10 17:09:56.668269 | fa163ea6-f710-ac00-f610-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-10 17:09:56.669427 | fa163ea6-f710-ac00-f610-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:07.204524 | 0.37s 2025-10-10 17:09:56.687347 | fa163ea6-f710-ac00-f610-0000000001f4 | TASK | Render out the hosts entries 2025-10-10 17:09:56.796742 | fa163ea6-f710-ac00-f610-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-10 17:09:56.797910 | fa163ea6-f710-ac00-f610-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.333005 | 0.11s 2025-10-10 17:09:56.815960 | fa163ea6-f710-ac00-f610-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-10 17:09:57.109696 | fa163ea6-f710-ac00-f610-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-10 17:09:57.111432 | fa163ea6-f710-ac00-f610-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.646518 | 0.29s 2025-10-10 17:09:57.134844 | fa163ea6-f710-ac00-f610-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-10 17:09:57.135656 | fa163ea6-f710-ac00-f610-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.670757 | 0.30s 2025-10-10 17:09:57.154240 | fa163ea6-f710-ac00-f610-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-10 17:09:57.488135 | fa163ea6-f710-ac00-f610-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-10 17:09:57.489893 | fa163ea6-f710-ac00-f610-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:08.024981 | 0.31s 2025-10-10 17:09:57.565996 | fa163ea6-f710-ac00-f610-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-10 17:09:57.566788 | fa163ea6-f710-ac00-f610-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:08.101889 | 0.41s 2025-10-10 17:09:57.585153 | fa163ea6-f710-ac00-f610-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-10 17:09:58.171594 | fa163ea6-f710-ac00-f610-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-10 17:09:58.173399 | fa163ea6-f710-ac00-f610-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.708486 | 0.59s 2025-10-10 17:09:58.194800 | fa163ea6-f710-ac00-f610-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-10 17:09:58.195594 | fa163ea6-f710-ac00-f610-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.730695 | 0.59s PLAY [Common roles for TripleO servers] **************************************** 2025-10-10 17:09:58.315813 | fa163ea6-f710-ac00-f610-00000000002a | TASK | Common roles for TripleO servers 2025-10-10 17:09:58.342590 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-00000000002a') missing from stats 2025-10-10 17:09:58.430484 | fa163ea6-f710-ac00-f610-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.965571 | 0.03s 2025-10-10 17:09:58.503273 | fa163ea6-f710-ac00-f610-000000000254 | TASK | Gather variables for each operating system 2025-10-10 17:09:58.620273 | fa163ea6-f710-ac00-f610-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-10 17:09:58.621987 | fa163ea6-f710-ac00-f610-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:09.157077 | 0.12s 2025-10-10 17:09:58.632008 | fa163ea6-f710-ac00-f610-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:09.167084 | 0.13s 2025-10-10 17:09:58.658836 | fa163ea6-f710-ac00-f610-000000000256 | TASK | Check release version package is installed 2025-10-10 17:09:58.963827 | fa163ea6-f710-ac00-f610-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-10 17:09:58.965355 | fa163ea6-f710-ac00-f610-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:09.500444 | 0.31s 2025-10-10 17:09:58.994688 | fa163ea6-f710-ac00-f610-000000000257 | TASK | Deploy release version package 2025-10-10 17:10:03.403790 | fa163ea6-f710-ac00-f610-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-10 17:10:03.405346 | fa163ea6-f710-ac00-f610-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.940439 | 4.41s 2025-10-10 17:10:03.430533 | fa163ea6-f710-ac00-f610-000000000259 | TASK | Include packages tasks 2025-10-10 17:10:03.458817 | fa163ea6-f710-ac00-f610-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.993898 | 0.03s 2025-10-10 17:10:03.485920 | 243bc8a9-7d25-4516-beb3-a2abca39abc6 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-10 17:10:03.518035 | fa163ea6-f710-ac00-f610-0000000002ad | TASK | Gather facts if they don't exist 2025-10-10 17:10:03.567402 | fa163ea6-f710-ac00-f610-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-10 17:10:03.569201 | fa163ea6-f710-ac00-f610-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:14.104286 | 0.05s 2025-10-10 17:10:03.595782 | fa163ea6-f710-ac00-f610-0000000002ae | TASK | Gather variables for each operating system 2025-10-10 17:10:03.715835 | fa163ea6-f710-ac00-f610-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-10 17:10:03.727144 | fa163ea6-f710-ac00-f610-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.262228 | 0.13s 2025-10-10 17:10:03.753669 | fa163ea6-f710-ac00-f610-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-10 17:10:04.032226 | fa163ea6-f710-ac00-f610-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-10 17:10:04.033999 | fa163ea6-f710-ac00-f610-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.569088 | 0.28s 2025-10-10 17:10:04.060194 | fa163ea6-f710-ac00-f610-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-10 17:10:09.908137 | fa163ea6-f710-ac00-f610-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-10 17:10:09.909652 | fa163ea6-f710-ac00-f610-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.444741 | 5.85s 2025-10-10 17:10:09.936181 | fa163ea6-f710-ac00-f610-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-10 17:10:10.987888 | fa163ea6-f710-ac00-f610-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-10 17:10:10.988900 | fa163ea6-f710-ac00-f610-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.524002 | 1.05s 2025-10-10 17:10:11.006874 | fa163ea6-f710-ac00-f610-00000000025a | TASK | Enable openvswitch service if installed 2025-10-10 17:10:11.917986 | fa163ea6-f710-ac00-f610-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-10 17:10:11.919971 | fa163ea6-f710-ac00-f610-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.455056 | 0.91s 2025-10-10 17:10:11.947057 | fa163ea6-f710-ac00-f610-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-10 17:10:12.201659 | fa163ea6-f710-ac00-f610-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-10 17:10:12.203081 | fa163ea6-f710-ac00-f610-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.738175 | 0.25s 2025-10-10 17:10:12.227998 | fa163ea6-f710-ac00-f610-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-10 17:10:12.515178 | fa163ea6-f710-ac00-f610-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-10 17:10:12.516533 | fa163ea6-f710-ac00-f610-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.051626 | 0.29s 2025-10-10 17:10:12.541659 | fa163ea6-f710-ac00-f610-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-10 17:10:12.602643 | fa163ea6-f710-ac00-f610-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-10 17:10:12.603778 | fa163ea6-f710-ac00-f610-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.138871 | 0.06s 2025-10-10 17:10:12.629138 | fa163ea6-f710-ac00-f610-00000000025f | TASK | Ensure network service is enabled 2025-10-10 17:10:13.059105 | fa163ea6-f710-ac00-f610-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-10 17:10:13.060256 | fa163ea6-f710-ac00-f610-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.595356 | 0.43s 2025-10-10 17:10:13.078685 | fa163ea6-f710-ac00-f610-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-10 17:10:13.424971 | fa163ea6-f710-ac00-f610-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-10 17:10:13.426579 | fa163ea6-f710-ac00-f610-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.961668 | 0.35s 2025-10-10 17:10:13.451731 | fa163ea6-f710-ac00-f610-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-10 17:10:13.697665 | fa163ea6-f710-ac00-f610-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-10 17:10:13.699139 | fa163ea6-f710-ac00-f610-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.234231 | 0.25s 2025-10-10 17:10:13.724781 | fa163ea6-f710-ac00-f610-000000000263 | TASK | Reload NetworkManager 2025-10-10 17:10:14.137747 | fa163ea6-f710-ac00-f610-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-10 17:10:14.139809 | fa163ea6-f710-ac00-f610-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.674899 | 0.41s 2025-10-10 17:10:14.167490 | fa163ea6-f710-ac00-f610-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-10 17:10:14.412011 | fa163ea6-f710-ac00-f610-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-10 17:10:14.413585 | fa163ea6-f710-ac00-f610-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.948678 | 0.24s 2025-10-10 17:10:14.434516 | fa163ea6-f710-ac00-f610-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-10 17:10:14.843211 | fa163ea6-f710-ac00-f610-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-10 17:10:14.844856 | fa163ea6-f710-ac00-f610-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.379940 | 0.41s 2025-10-10 17:10:14.871298 | fa163ea6-f710-ac00-f610-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-10 17:10:15.086712 | fa163ea6-f710-ac00-f610-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-10 17:10:15.087782 | fa163ea6-f710-ac00-f610-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.622877 | 0.22s 2025-10-10 17:10:15.105919 | fa163ea6-f710-ac00-f610-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-10 17:10:15.391995 | fa163ea6-f710-ac00-f610-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-10 17:10:15.394267 | fa163ea6-f710-ac00-f610-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.929350 | 0.29s 2025-10-10 17:10:15.474236 | fa163ea6-f710-ac00-f610-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.009312 | 0.03s 2025-10-10 17:10:15.558797 | fa163ea6-f710-ac00-f610-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-10 17:10:15.794889 | fa163ea6-f710-ac00-f610-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-10 17:10:15.796537 | fa163ea6-f710-ac00-f610-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.331626 | 0.24s 2025-10-10 17:10:15.823206 | fa163ea6-f710-ac00-f610-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-10 17:10:16.049936 | fa163ea6-f710-ac00-f610-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-10 17:10:16.051238 | fa163ea6-f710-ac00-f610-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.586334 | 0.23s 2025-10-10 17:10:16.076199 | fa163ea6-f710-ac00-f610-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-10 17:10:16.114220 | fa163ea6-f710-ac00-f610-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-10 17:10:16.115372 | fa163ea6-f710-ac00-f610-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.650465 | 0.04s 2025-10-10 17:10:16.140255 | fa163ea6-f710-ac00-f610-000000000364 | TASK | Write temporary file 2025-10-10 17:10:16.172556 | fa163ea6-f710-ac00-f610-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-10 17:10:16.173692 | fa163ea6-f710-ac00-f610-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.708785 | 0.03s 2025-10-10 17:10:16.198402 | fa163ea6-f710-ac00-f610-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-10 17:10:16.287181 | fa163ea6-f710-ac00-f610-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-10 17:10:16.288403 | fa163ea6-f710-ac00-f610-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.823498 | 0.09s 2025-10-10 17:10:16.313613 | fa163ea6-f710-ac00-f610-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-10 17:10:16.548381 | fa163ea6-f710-ac00-f610-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-10 17:10:16.550041 | fa163ea6-f710-ac00-f610-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.085133 | 0.24s 2025-10-10 17:10:16.575091 | fa163ea6-f710-ac00-f610-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-10 17:10:16.792281 | fa163ea6-f710-ac00-f610-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-10 17:10:16.793921 | fa163ea6-f710-ac00-f610-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.329013 | 0.22s 2025-10-10 17:10:16.819438 | fa163ea6-f710-ac00-f610-000000000368 | TASK | Remove temp file 2025-10-10 17:10:17.056252 | fa163ea6-f710-ac00-f610-000000000368 | CHANGED | Remove temp file | standalone 2025-10-10 17:10:17.057917 | fa163ea6-f710-ac00-f610-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.593006 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-10 17:10:17.229799 | fa163ea6-f710-ac00-f610-000000000034 | TASK | Deploy step tasks for step 0 2025-10-10 17:10:17.298916 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-000000000034') missing from stats 2025-10-10 17:10:17.319896 | fa163ea6-f710-ac00-f610-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-10 17:10:17.561242 | fa163ea6-f710-ac00-f610-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-10 17:10:17.562558 | fa163ea6-f710-ac00-f610-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.097654 | 0.24s 2025-10-10 17:10:17.587677 | fa163ea6-f710-ac00-f610-000000000036 | TASK | Check cloud-init status 2025-10-10 17:10:17.823546 | fa163ea6-f710-ac00-f610-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-10 17:10:17.824828 | fa163ea6-f710-ac00-f610-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.359925 | 0.24s 2025-10-10 17:10:17.850161 | fa163ea6-f710-ac00-f610-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-10 17:10:18.084740 | fa163ea6-f710-ac00-f610-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-10 17:10:18.086184 | fa163ea6-f710-ac00-f610-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.621280 | 0.23s 2025-10-10 17:10:18.112053 | fa163ea6-f710-ac00-f610-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-10 17:10:18.558235 | fa163ea6-f710-ac00-f610-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-10 17:10:18.559870 | fa163ea6-f710-ac00-f610-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.094965 | 0.45s 2025-10-10 17:10:18.587545 | fa163ea6-f710-ac00-f610-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-10 17:10:18.830056 | fa163ea6-f710-ac00-f610-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-10 17:10:18.831515 | fa163ea6-f710-ac00-f610-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.366611 | 0.24s 2025-10-10 17:10:18.857595 | fa163ea6-f710-ac00-f610-00000000003a | TASK | Write container-puppet.sh 2025-10-10 17:10:19.350821 | fa163ea6-f710-ac00-f610-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-10 17:10:19.352674 | fa163ea6-f710-ac00-f610-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.887775 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:10:19.423916 | fa163ea6-f710-ac00-f610-00000000003b | TIMING | include_tasks | standalone | 0:00:29.959005 | 0.05s 2025-10-10 17:10:19.438824 | 15e1b224-72e0-46b9-abc6-88d5ac24911b | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-10 17:10:19.464839 | fa163ea6-f710-ac00-f610-000000000416 | TASK | Configure tuned before reboot 2025-10-10 17:10:19.526726 | fa163ea6-f710-ac00-f610-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.061812 | 0.06s 2025-10-10 17:10:19.575025 | fa163ea6-f710-ac00-f610-000000000455 | TASK | Gather variables for each operating system 2025-10-10 17:10:19.701701 | fa163ea6-f710-ac00-f610-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-10 17:10:19.704272 | fa163ea6-f710-ac00-f610-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.239360 | 0.13s 2025-10-10 17:10:19.714596 | fa163ea6-f710-ac00-f610-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.249685 | 0.14s 2025-10-10 17:10:19.791169 | fa163ea6-f710-ac00-f610-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.326243 | 0.05s 2025-10-10 17:10:19.817520 | ec5aaf49-6589-4857-9231-58529413f550 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-10 17:10:19.847340 | fa163ea6-f710-ac00-f610-00000000047f | TASK | Check tuned package is installed 2025-10-10 17:10:20.121411 | fa163ea6-f710-ac00-f610-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-10 17:10:20.123049 | fa163ea6-f710-ac00-f610-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.658142 | 0.27s 2025-10-10 17:10:20.150338 | fa163ea6-f710-ac00-f610-000000000480 | TASK | Install tuned 2025-10-10 17:10:26.851967 | fa163ea6-f710-ac00-f610-000000000480 | CHANGED | Install tuned | standalone 2025-10-10 17:10:26.853173 | fa163ea6-f710-ac00-f610-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.388276 | 6.70s 2025-10-10 17:10:26.871850 | fa163ea6-f710-ac00-f610-000000000481 | TASK | Restart tuned 2025-10-10 17:10:28.708779 | fa163ea6-f710-ac00-f610-000000000481 | CHANGED | Restart tuned | standalone 2025-10-10 17:10:28.710900 | fa163ea6-f710-ac00-f610-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.245992 | 1.84s 2025-10-10 17:10:28.739427 | fa163ea6-f710-ac00-f610-000000000457 | TASK | Check for tuned-adm 2025-10-10 17:10:29.001763 | fa163ea6-f710-ac00-f610-000000000457 | OK | Check for tuned-adm | standalone 2025-10-10 17:10:29.003345 | fa163ea6-f710-ac00-f610-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.538435 | 0.26s 2025-10-10 17:10:29.071634 | fa163ea6-f710-ac00-f610-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.606726 | 0.04s 2025-10-10 17:10:29.101081 | d2856139-4da8-4e01-ba75-94bc62e0b5f9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-10 17:10:29.143866 | fa163ea6-f710-ac00-f610-0000000004b6 | TASK | Ensure profile directory exists 2025-10-10 17:10:29.215961 | fa163ea6-f710-ac00-f610-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-10 17:10:29.217359 | fa163ea6-f710-ac00-f610-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.752449 | 0.07s 2025-10-10 17:10:29.244048 | fa163ea6-f710-ac00-f610-0000000004b7 | TASK | Create custom tuned profile 2025-10-10 17:10:29.316694 | fa163ea6-f710-ac00-f610-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-10 17:10:29.318072 | fa163ea6-f710-ac00-f610-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.853163 | 0.07s 2025-10-10 17:10:29.344563 | fa163ea6-f710-ac00-f610-0000000004b8 | TASK | Check tuned active profile 2025-10-10 17:10:29.704842 | fa163ea6-f710-ac00-f610-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-10 17:10:29.706039 | fa163ea6-f710-ac00-f610-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.241139 | 0.36s 2025-10-10 17:10:29.732799 | fa163ea6-f710-ac00-f610-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-10 17:10:29.943941 | fa163ea6-f710-ac00-f610-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-10 17:10:29.945537 | fa163ea6-f710-ac00-f610-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.480629 | 0.21s 2025-10-10 17:10:29.972514 | fa163ea6-f710-ac00-f610-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-10 17:10:30.025512 | fa163ea6-f710-ac00-f610-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-10 17:10:30.027113 | fa163ea6-f710-ac00-f610-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.562201 | 0.05s 2025-10-10 17:10:30.056321 | fa163ea6-f710-ac00-f610-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-10 17:10:30.124328 | fa163ea6-f710-ac00-f610-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-10 17:10:30.125913 | fa163ea6-f710-ac00-f610-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.661004 | 0.07s 2025-10-10 17:10:30.153652 | fa163ea6-f710-ac00-f610-0000000004bc | TASK | Enable tuned profile 2025-10-10 17:10:31.643662 | fa163ea6-f710-ac00-f610-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-10 17:10:31.645286 | fa163ea6-f710-ac00-f610-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.180379 | 1.49s 2025-10-10 17:10:31.695762 | fa163ea6-f710-ac00-f610-000000000417 | TASK | Configure kernel args and reboot 2025-10-10 17:10:31.748163 | fa163ea6-f710-ac00-f610-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.283239 | 0.05s 2025-10-10 17:10:31.889487 | fa163ea6-f710-ac00-f610-000000000569 | TASK | Get the command line args of the node 2025-10-10 17:10:32.100969 | fa163ea6-f710-ac00-f610-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-10 17:10:32.102402 | fa163ea6-f710-ac00-f610-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.637494 | 0.21s 2025-10-10 17:10:32.129189 | fa163ea6-f710-ac00-f610-00000000056b | TASK | Check if node has a nova.conf 2025-10-10 17:10:32.363639 | fa163ea6-f710-ac00-f610-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-10 17:10:32.364987 | fa163ea6-f710-ac00-f610-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.900082 | 0.23s 2025-10-10 17:10:32.391917 | fa163ea6-f710-ac00-f610-00000000056d | TASK | Warn operator about workload protection 2025-10-10 17:10:32.425832 | fa163ea6-f710-ac00-f610-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-10 17:10:32.427016 | fa163ea6-f710-ac00-f610-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.962108 | 0.03s 2025-10-10 17:10:32.453264 | fa163ea6-f710-ac00-f610-00000000056e | TASK | Setting defer reboot fact 2025-10-10 17:10:32.494425 | fa163ea6-f710-ac00-f610-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-10 17:10:32.495512 | fa163ea6-f710-ac00-f610-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.030605 | 0.04s 2025-10-10 17:10:32.520719 | fa163ea6-f710-ac00-f610-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-10 17:10:32.551807 | fa163ea6-f710-ac00-f610-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.086899 | 0.03s 2025-10-10 17:10:32.578452 | fa163ea6-f710-ac00-f610-000000000575 | TASK | Find hugepages in cmdline 2025-10-10 17:10:32.628675 | fa163ea6-f710-ac00-f610-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-10 17:10:32.629881 | fa163ea6-f710-ac00-f610-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.164973 | 0.05s 2025-10-10 17:10:32.656457 | fa163ea6-f710-ac00-f610-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-10 17:10:32.708822 | fa163ea6-f710-ac00-f610-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-10 17:10:32.709945 | fa163ea6-f710-ac00-f610-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.245040 | 0.05s 2025-10-10 17:10:32.735952 | fa163ea6-f710-ac00-f610-00000000057a | TASK | Find desired default hugepage size 2025-10-10 17:10:32.787629 | fa163ea6-f710-ac00-f610-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-10 17:10:32.788785 | fa163ea6-f710-ac00-f610-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.323879 | 0.05s 2025-10-10 17:10:32.815725 | fa163ea6-f710-ac00-f610-00000000057c | TASK | Storing non-configured hugepages 2025-10-10 17:10:32.849414 | fa163ea6-f710-ac00-f610-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.384501 | 0.03s 2025-10-10 17:10:32.876168 | fa163ea6-f710-ac00-f610-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-10 17:10:32.927914 | fa163ea6-f710-ac00-f610-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-10 17:10:32.928992 | fa163ea6-f710-ac00-f610-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.464086 | 0.05s 2025-10-10 17:10:32.954730 | fa163ea6-f710-ac00-f610-00000000057f | TASK | Determining the default hugepagesz 2025-10-10 17:10:32.998517 | fa163ea6-f710-ac00-f610-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-10 17:10:32.999623 | fa163ea6-f710-ac00-f610-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.534718 | 0.04s 2025-10-10 17:10:33.026350 | fa163ea6-f710-ac00-f610-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-10 17:10:33.077956 | fa163ea6-f710-ac00-f610-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-10 17:10:33.079109 | fa163ea6-f710-ac00-f610-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.614201 | 0.05s 2025-10-10 17:10:33.106456 | fa163ea6-f710-ac00-f610-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-10 17:10:33.157729 | fa163ea6-f710-ac00-f610-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-10 17:10:33.158845 | fa163ea6-f710-ac00-f610-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.693939 | 0.05s 2025-10-10 17:10:33.184785 | fa163ea6-f710-ac00-f610-000000000583 | TASK | Warn about possible modifications 2025-10-10 17:10:33.235526 | fa163ea6-f710-ac00-f610-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-10 17:10:33.236694 | fa163ea6-f710-ac00-f610-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.771788 | 0.05s 2025-10-10 17:10:33.263398 | fa163ea6-f710-ac00-f610-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-10 17:10:33.315288 | fa163ea6-f710-ac00-f610-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-10 17:10:33.316407 | fa163ea6-f710-ac00-f610-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.851502 | 0.05s 2025-10-10 17:10:33.341868 | fa163ea6-f710-ac00-f610-000000000585 | TASK | Cleaning up whitespaces 2025-10-10 17:10:33.386409 | fa163ea6-f710-ac00-f610-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-10 17:10:33.387526 | fa163ea6-f710-ac00-f610-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.922619 | 0.04s 2025-10-10 17:10:33.413525 | fa163ea6-f710-ac00-f610-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-10 17:10:33.788006 | fa163ea6-f710-ac00-f610-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-10 17:10:33.789449 | fa163ea6-f710-ac00-f610-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.324543 | 0.37s 2025-10-10 17:10:33.815937 | fa163ea6-f710-ac00-f610-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-10 17:10:33.878026 | fa163ea6-f710-ac00-f610-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-10 17:10:33.879225 | fa163ea6-f710-ac00-f610-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.414319 | 0.06s 2025-10-10 17:10:33.907773 | fa163ea6-f710-ac00-f610-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-10 17:10:33.979011 | fa163ea6-f710-ac00-f610-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-10 17:10:33.981181 | fa163ea6-f710-ac00-f610-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.516276 | 0.07s 2025-10-10 17:10:34.006642 | fa163ea6-f710-ac00-f610-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-10 17:10:34.071189 | fa163ea6-f710-ac00-f610-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-10 17:10:34.072462 | fa163ea6-f710-ac00-f610-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.607557 | 0.06s 2025-10-10 17:10:34.099035 | fa163ea6-f710-ac00-f610-00000000058c | TASK | Generate grub config 2025-10-10 17:10:34.160779 | fa163ea6-f710-ac00-f610-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-10 17:10:34.161854 | fa163ea6-f710-ac00-f610-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.696950 | 0.06s 2025-10-10 17:10:34.189155 | fa163ea6-f710-ac00-f610-000000000590 | TASK | Get the block device that /boot is on 2025-10-10 17:10:34.255622 | fa163ea6-f710-ac00-f610-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-10 17:10:34.256809 | fa163ea6-f710-ac00-f610-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.791903 | 0.07s 2025-10-10 17:10:34.284064 | fa163ea6-f710-ac00-f610-000000000591 | TASK | Get the mount point that /boot is in 2025-10-10 17:10:34.349032 | fa163ea6-f710-ac00-f610-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-10 17:10:34.350134 | fa163ea6-f710-ac00-f610-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.885229 | 0.06s 2025-10-10 17:10:34.378051 | fa163ea6-f710-ac00-f610-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-10 17:10:34.446036 | fa163ea6-f710-ac00-f610-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-10 17:10:34.447173 | fa163ea6-f710-ac00-f610-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.982267 | 0.07s 2025-10-10 17:10:34.474145 | fa163ea6-f710-ac00-f610-000000000593 | TASK | Executed script to fix grub-menu 2025-10-10 17:10:34.524834 | fa163ea6-f710-ac00-f610-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-10 17:10:34.525954 | fa163ea6-f710-ac00-f610-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:45.061045 | 0.05s 2025-10-10 17:10:34.552785 | fa163ea6-f710-ac00-f610-000000000594 | TASK | Check grub config paths 2025-10-10 17:10:34.607997 | fa163ea6-f710-ac00-f610-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-10 17:10:34.624009 | fa163ea6-f710-ac00-f610-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-10 17:10:34.635877 | fa163ea6-f710-ac00-f610-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.170969 | 0.08s 2025-10-10 17:10:34.663144 | fa163ea6-f710-ac00-f610-000000000595 | TASK | Write EFI grub.cfg 2025-10-10 17:10:34.741220 | fa163ea6-f710-ac00-f610-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-10 17:10:34.759675 | fa163ea6-f710-ac00-f610-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-10 17:10:34.765185 | fa163ea6-f710-ac00-f610-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.300268 | 0.10s 2025-10-10 17:10:34.792877 | fa163ea6-f710-ac00-f610-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-10 17:10:34.860601 | fa163ea6-f710-ac00-f610-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-10 17:10:34.861773 | fa163ea6-f710-ac00-f610-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.396868 | 0.07s 2025-10-10 17:10:34.888743 | fa163ea6-f710-ac00-f610-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-10 17:10:34.962108 | fa163ea6-f710-ac00-f610-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-10 17:10:34.963502 | fa163ea6-f710-ac00-f610-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.498591 | 0.07s 2025-10-10 17:10:34.992648 | fa163ea6-f710-ac00-f610-000000000598 | TASK | Execute grub2-mkconfig 2025-10-10 17:10:35.062638 | fa163ea6-f710-ac00-f610-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-10 17:10:35.063899 | fa163ea6-f710-ac00-f610-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.598989 | 0.07s 2025-10-10 17:10:35.091781 | fa163ea6-f710-ac00-f610-000000000599 | TASK | Check for active tuned profile 2025-10-10 17:10:35.154167 | fa163ea6-f710-ac00-f610-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-10 17:10:35.155406 | fa163ea6-f710-ac00-f610-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.690498 | 0.06s 2025-10-10 17:10:35.182070 | fa163ea6-f710-ac00-f610-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-10 17:10:35.245485 | fa163ea6-f710-ac00-f610-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-10 17:10:35.247530 | fa163ea6-f710-ac00-f610-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.782614 | 0.06s 2025-10-10 17:10:35.279565 | fa163ea6-f710-ac00-f610-00000000059b | TASK | Set reboot required fact 2025-10-10 17:10:35.345260 | fa163ea6-f710-ac00-f610-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-10 17:10:35.346970 | fa163ea6-f710-ac00-f610-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.882061 | 0.07s 2025-10-10 17:10:35.373785 | fa163ea6-f710-ac00-f610-00000000059d | TASK | Apply DPDK workarounds 2025-10-10 17:10:35.426119 | fa163ea6-f710-ac00-f610-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-10 17:10:35.427396 | fa163ea6-f710-ac00-f610-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.962487 | 0.05s 2025-10-10 17:10:35.454820 | fa163ea6-f710-ac00-f610-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-10 17:10:35.498126 | fa163ea6-f710-ac00-f610-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-10 17:10:35.499276 | fa163ea6-f710-ac00-f610-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:46.034371 | 0.04s 2025-10-10 17:10:35.527502 | fa163ea6-f710-ac00-f610-0000000005a0 | TASK | Load modules 2025-10-10 17:10:35.578180 | fa163ea6-f710-ac00-f610-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-10 17:10:35.590495 | fa163ea6-f710-ac00-f610-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:46.125584 | 0.06s 2025-10-10 17:10:35.617685 | fa163ea6-f710-ac00-f610-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-10 17:10:35.666543 | fa163ea6-f710-ac00-f610-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-10 17:10:35.672803 | fa163ea6-f710-ac00-f610-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:46.207895 | 0.05s 2025-10-10 17:10:35.699238 | fa163ea6-f710-ac00-f610-0000000005a4 | TASK | Drop module persistence 2025-10-10 17:10:35.746768 | fa163ea6-f710-ac00-f610-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-10 17:10:35.753037 | fa163ea6-f710-ac00-f610-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.288123 | 0.05s 2025-10-10 17:10:35.779453 | fa163ea6-f710-ac00-f610-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-10 17:10:35.826819 | fa163ea6-f710-ac00-f610-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-10 17:10:35.830475 | fa163ea6-f710-ac00-f610-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.365566 | 0.05s 2025-10-10 17:10:35.856847 | fa163ea6-f710-ac00-f610-0000000005a8 | TASK | Modules reload 2025-10-10 17:10:35.897130 | fa163ea6-f710-ac00-f610-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-10 17:10:35.898208 | fa163ea6-f710-ac00-f610-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.433304 | 0.04s 2025-10-10 17:10:35.925228 | fa163ea6-f710-ac00-f610-0000000005aa | TASK | Reboot tasks 2025-10-10 17:10:35.975855 | fa163ea6-f710-ac00-f610-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-10 17:10:35.976970 | fa163ea6-f710-ac00-f610-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.512064 | 0.05s 2025-10-10 17:10:36.002753 | fa163ea6-f710-ac00-f610-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-10 17:10:36.053939 | fa163ea6-f710-ac00-f610-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-10 17:10:36.055064 | fa163ea6-f710-ac00-f610-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.590159 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-10 17:10:36.240181 | fa163ea6-f710-ac00-f610-00000000003f | TASK | Server pre-network deployments 2025-10-10 17:10:36.269632 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-00000000003f') missing from stats 2025-10-10 17:10:36.291470 | fa163ea6-f710-ac00-f610-000000000043 | TASK | Hiera config 2025-10-10 17:10:36.318844 | fa163ea6-f710-ac00-f610-000000000043 | TIMING | Hiera config | standalone | 0:00:46.853930 | 0.03s 2025-10-10 17:10:36.368240 | fa163ea6-f710-ac00-f610-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-10 17:10:36.591238 | fa163ea6-f710-ac00-f610-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-10 17:10:36.592845 | fa163ea6-f710-ac00-f610-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:47.127938 | 0.22s 2025-10-10 17:10:36.619174 | fa163ea6-f710-ac00-f610-000000000722 | TASK | Write hiera config 2025-10-10 17:10:37.176286 | fa163ea6-f710-ac00-f610-000000000722 | CHANGED | Write hiera config | standalone 2025-10-10 17:10:37.178383 | fa163ea6-f710-ac00-f610-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.713475 | 0.56s 2025-10-10 17:10:37.227886 | fa163ea6-f710-ac00-f610-000000000044 | TASK | Hiera symlink 2025-10-10 17:10:37.469743 | fa163ea6-f710-ac00-f610-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-10 17:10:37.471395 | fa163ea6-f710-ac00-f610-000000000044 | TIMING | Hiera symlink | standalone | 0:00:48.006486 | 0.24s 2025-10-10 17:10:37.497990 | fa163ea6-f710-ac00-f610-000000000045 | TASK | Hieradata from vars 2025-10-10 17:10:37.519411 | fa163ea6-f710-ac00-f610-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:48.054500 | 0.02s 2025-10-10 17:10:37.580030 | fa163ea6-f710-ac00-f610-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-10 17:10:38.010558 | fa163ea6-f710-ac00-f610-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-10 17:10:38.012104 | fa163ea6-f710-ac00-f610-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.547197 | 0.43s 2025-10-10 17:10:38.038964 | fa163ea6-f710-ac00-f610-00000000077d | TASK | Render hieradata from template 2025-10-10 17:10:38.554964 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-10 17:10:38.557799 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.092887 | 0.52s 2025-10-10 17:10:39.118244 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-10 17:10:39.120324 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.655391 | 1.08s 2025-10-10 17:10:39.768093 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-10 17:10:39.769269 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.304363 | 1.73s 2025-10-10 17:10:40.233370 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-10 17:10:40.235667 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.770759 | 2.20s 2025-10-10 17:10:40.788476 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-10 17:10:40.790669 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.325763 | 2.75s 2025-10-10 17:10:41.234885 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-10 17:10:41.236094 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.771186 | 3.20s 2025-10-10 17:10:41.717898 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-10 17:10:41.718953 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.254053 | 3.68s 2025-10-10 17:10:42.180606 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-10 17:10:42.182106 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.717197 | 4.14s 2025-10-10 17:10:42.677966 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-10 17:10:42.678903 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.214005 | 4.64s 2025-10-10 17:10:43.202512 | fa163ea6-f710-ac00-f610-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-10 17:10:43.204764 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.739859 | 5.16s 2025-10-10 17:10:43.217718 | fa163ea6-f710-ac00-f610-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.752798 | 5.18s 2025-10-10 17:10:43.272527 | fa163ea6-f710-ac00-f610-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-10 17:10:43.304399 | fa163ea6-f710-ac00-f610-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.839488 | 0.03s 2025-10-10 17:10:43.373227 | fa163ea6-f710-ac00-f610-000000000821 | TASK | Check for hieradata file 2025-10-10 17:10:43.603127 | fa163ea6-f710-ac00-f610-000000000821 | OK | Check for hieradata file | standalone 2025-10-10 17:10:43.604421 | fa163ea6-f710-ac00-f610-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:54.139515 | 0.23s 2025-10-10 17:10:43.630809 | fa163ea6-f710-ac00-f610-000000000823 | TASK | Get existing data 2025-10-10 17:10:43.680974 | fa163ea6-f710-ac00-f610-000000000823 | SKIPPED | Get existing data | standalone 2025-10-10 17:10:43.682165 | fa163ea6-f710-ac00-f610-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:54.217260 | 0.05s 2025-10-10 17:10:43.707937 | fa163ea6-f710-ac00-f610-000000000824 | TASK | Set data fact 2025-10-10 17:10:43.759135 | fa163ea6-f710-ac00-f610-000000000824 | SKIPPED | Set data fact | standalone 2025-10-10 17:10:43.760291 | fa163ea6-f710-ac00-f610-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:54.295386 | 0.05s 2025-10-10 17:10:43.785537 | fa163ea6-f710-ac00-f610-000000000826 | TASK | Write ansible hieradata file 2025-10-10 17:10:44.274907 | fa163ea6-f710-ac00-f610-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-10 17:10:44.276256 | fa163ea6-f710-ac00-f610-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.811351 | 0.49s 2025-10-10 17:10:44.387213 | fa163ea6-f710-ac00-f610-000000000047 | TIMING | include_tasks | standalone | 0:00:54.922300 | 0.06s PLAY [Server network deployments] ********************************************** 2025-10-10 17:10:44.532664 | fa163ea6-f710-ac00-f610-00000000004b | TASK | Network Configuration 2025-10-10 17:10:44.562115 | fa163ea6-f710-ac00-f610-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ea6-f710-ac00-f610-00000000004b') missing from stats 2025-10-10 17:10:44.585544 | fa163ea6-f710-ac00-f610-00000000004c | TASK | Check NetworkConfig script existence 2025-10-10 17:10:44.613035 | fa163ea6-f710-ac00-f610-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-10 17:10:44.613881 | fa163ea6-f710-ac00-f610-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:55.148980 | 0.03s 2025-10-10 17:10:44.634189 | fa163ea6-f710-ac00-f610-000000000052 | TASK | Gather SELinux fact if needed 2025-10-10 17:10:44.684115 | fa163ea6-f710-ac00-f610-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-10 17:10:44.684949 | fa163ea6-f710-ac00-f610-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:55.220051 | 0.05s 2025-10-10 17:10:44.705024 | fa163ea6-f710-ac00-f610-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-10 17:10:45.404049 | fa163ea6-f710-ac00-f610-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-10 17:10:45.405619 | fa163ea6-f710-ac00-f610-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.940711 | 0.70s 2025-10-10 17:10:45.433179 | fa163ea6-f710-ac00-f610-000000000054 | TASK | Ensure requirements are satisfied 2025-10-10 17:10:45.464377 | fa163ea6-f710-ac00-f610-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.999465 | 0.03s 2025-10-10 17:10:45.524369 | fa163ea6-f710-ac00-f610-0000000008bf | TASK | Gather facts if they don't exist 2025-10-10 17:10:45.584353 | fa163ea6-f710-ac00-f610-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-10 17:10:45.585650 | fa163ea6-f710-ac00-f610-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:56.120742 | 0.06s 2025-10-10 17:10:45.612575 | fa163ea6-f710-ac00-f610-0000000008c0 | TASK | Gather variables for each operating system 2025-10-10 17:10:45.731825 | fa163ea6-f710-ac00-f610-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-10 17:10:45.744064 | fa163ea6-f710-ac00-f610-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.279153 | 0.13s 2025-10-10 17:10:45.770836 | fa163ea6-f710-ac00-f610-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-10 17:10:46.060639 | fa163ea6-f710-ac00-f610-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-10 17:10:46.062123 | fa163ea6-f710-ac00-f610-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.597218 | 0.29s 2025-10-10 17:10:46.089792 | fa163ea6-f710-ac00-f610-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-10 17:10:46.129893 | fa163ea6-f710-ac00-f610-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-10 17:10:46.131091 | fa163ea6-f710-ac00-f610-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.666185 | 0.04s 2025-10-10 17:10:46.158540 | fa163ea6-f710-ac00-f610-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-10 17:10:47.209156 | fa163ea6-f710-ac00-f610-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-10 17:10:47.211078 | fa163ea6-f710-ac00-f610-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.746169 | 1.05s 2025-10-10 17:10:47.264273 | fa163ea6-f710-ac00-f610-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-10 17:10:47.542812 | fa163ea6-f710-ac00-f610-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-10 17:10:47.544561 | fa163ea6-f710-ac00-f610-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:58.079648 | 0.28s 2025-10-10 17:10:47.574058 | fa163ea6-f710-ac00-f610-000000000057 | TASK | Reload NetworkManager 2025-10-10 17:10:47.994597 | fa163ea6-f710-ac00-f610-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-10 17:10:47.996798 | fa163ea6-f710-ac00-f610-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:58.531887 | 0.42s 2025-10-10 17:10:48.025576 | fa163ea6-f710-ac00-f610-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-10 17:10:48.259098 | fa163ea6-f710-ac00-f610-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-10 17:10:48.260654 | fa163ea6-f710-ac00-f610-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.795745 | 0.23s 2025-10-10 17:10:48.288585 | fa163ea6-f710-ac00-f610-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-10 17:10:48.510192 | fa163ea6-f710-ac00-f610-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-10 17:10:48.511866 | fa163ea6-f710-ac00-f610-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:59.046955 | 0.22s 2025-10-10 17:10:48.538240 | fa163ea6-f710-ac00-f610-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-10 17:10:48.571055 | fa163ea6-f710-ac00-f610-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-10 17:10:48.572233 | fa163ea6-f710-ac00-f610-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:59.107327 | 0.03s 2025-10-10 17:10:48.598063 | fa163ea6-f710-ac00-f610-00000000005c | TASK | Ensure we get cloud-init 2025-10-10 17:10:48.840889 | fa163ea6-f710-ac00-f610-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-10 17:10:48.842028 | fa163ea6-f710-ac00-f610-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.377128 | 0.24s 2025-10-10 17:10:48.860046 | fa163ea6-f710-ac00-f610-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-10 17:10:49.133634 | fa163ea6-f710-ac00-f610-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-10 17:10:49.135245 | fa163ea6-f710-ac00-f610-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.670336 | 0.27s 2025-10-10 17:10:49.162562 | fa163ea6-f710-ac00-f610-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-10 17:10:49.565055 | fa163ea6-f710-ac00-f610-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-10 17:10:49.566702 | fa163ea6-f710-ac00-f610-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:00.101795 | 0.40s 2025-10-10 17:10:49.593044 | fa163ea6-f710-ac00-f610-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-10 17:10:49.675792 | fa163ea6-f710-ac00-f610-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-10 17:10:49.677376 | fa163ea6-f710-ac00-f610-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:00.212466 | 0.08s 2025-10-10 17:10:49.703766 | fa163ea6-f710-ac00-f610-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-10 17:10:49.971819 | fa163ea6-f710-ac00-f610-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-10 17:10:49.973479 | fa163ea6-f710-ac00-f610-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:00.508569 | 0.27s 2025-10-10 17:10:50.003534 | fa163ea6-f710-ac00-f610-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-10 17:10:50.075624 | fa163ea6-f710-ac00-f610-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.610703 | 0.07s 2025-10-10 17:10:50.091942 | f3a6eb33-7468-4ff8-8e37-e7a068428edd | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-10 17:10:50.121760 | fa163ea6-f710-ac00-f610-000000000909 | TASK | Set nic_config_file fact 2025-10-10 17:10:50.205112 | fa163ea6-f710-ac00-f610-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-10 17:10:50.206728 | fa163ea6-f710-ac00-f610-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.741821 | 0.08s 2025-10-10 17:10:50.235600 | fa163ea6-f710-ac00-f610-00000000090a | TASK | Render overidden network config 2025-10-10 17:10:50.318802 | fa163ea6-f710-ac00-f610-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-10 17:10:50.320137 | fa163ea6-f710-ac00-f610-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.855228 | 0.08s 2025-10-10 17:10:50.346886 | fa163ea6-f710-ac00-f610-00000000090b | TASK | Render network_config 2025-10-10 17:10:50.401850 | fa163ea6-f710-ac00-f610-00000000090b | SKIPPED | Render network_config | standalone 2025-10-10 17:10:50.403539 | fa163ea6-f710-ac00-f610-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.938629 | 0.06s 2025-10-10 17:10:50.429981 | fa163ea6-f710-ac00-f610-00000000090c | TASK | Render network_config from template 2025-10-10 17:10:50.962243 | fa163ea6-f710-ac00-f610-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-10 17:10:50.963880 | fa163ea6-f710-ac00-f610-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.498973 | 0.53s 2025-10-10 17:10:50.992617 | fa163ea6-f710-ac00-f610-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=196730113802.43967 2025-10-10 17:10:55.094431 | fa163ea6-f710-ac00-f610-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-10 17:10:55.096518 | fa163ea6-f710-ac00-f610-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.631609 | 4.10s 2025-10-10 17:10:55.124859 | fa163ea6-f710-ac00-f610-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-10 17:10:55.621028 | fa163ea6-f710-ac00-f610-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-10 17:10:55.622621 | fa163ea6-f710-ac00-f610-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:06.157713 | 0.50s 2025-10-10 17:10:55.649028 | fa163ea6-f710-ac00-f610-000000000065 | TASK | Disable cloud-init network config 2025-10-10 17:10:56.133793 | fa163ea6-f710-ac00-f610-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-10 17:10:56.135455 | fa163ea6-f710-ac00-f610-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.670545 | 0.49s 2025-10-10 17:10:56.163199 | fa163ea6-f710-ac00-f610-000000000066 | TASK | Ensure network service is enabled 2025-10-10 17:10:56.599769 | fa163ea6-f710-ac00-f610-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-10 17:10:56.601943 | fa163ea6-f710-ac00-f610-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.137034 | 0.44s PLAY [Server network validation] *********************************************** 2025-10-10 17:10:56.773844 | fa163ea6-f710-ac00-f610-000000000096 | TASK | Basic Network Validation 2025-10-10 17:10:56.800730 | fa163ea6-f710-ac00-f610-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.335824 | 0.03s 2025-10-10 17:10:56.843216 | fa163ea6-f710-ac00-f610-000000000945 | TASK | Collect default network fact 2025-10-10 17:10:57.359918 | fa163ea6-f710-ac00-f610-000000000945 | OK | Collect default network fact | standalone 2025-10-10 17:10:57.361233 | fa163ea6-f710-ac00-f610-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.896325 | 0.52s 2025-10-10 17:10:57.387284 | fa163ea6-f710-ac00-f610-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-10 17:10:57.410079 | fa163ea6-f710-ac00-f610-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-10 17:10:57.411229 | fa163ea6-f710-ac00-f610-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.946322 | 0.02s 2025-10-10 17:10:57.438055 | fa163ea6-f710-ac00-f610-000000000947 | TASK | Check all networks Gateway availability 2025-10-10 17:10:57.466881 | fa163ea6-f710-ac00-f610-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.001963 | 0.03s 2025-10-10 17:10:57.493666 | fa163ea6-f710-ac00-f610-000000000949 | TASK | Check Controllers availability 2025-10-10 17:10:57.557877 | fa163ea6-f710-ac00-f610-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-10 17:10:57.567385 | fa163ea6-f710-ac00-f610-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-10 17:10:57.577767 | fa163ea6-f710-ac00-f610-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-10 17:10:57.588029 | fa163ea6-f710-ac00-f610-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-10 17:10:57.598224 | fa163ea6-f710-ac00-f610-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-10 17:10:57.603323 | fa163ea6-f710-ac00-f610-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-10 17:10:57.615229 | fa163ea6-f710-ac00-f610-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:08.150311 | 0.12s 2025-10-10 17:10:57.642202 | fa163ea6-f710-ac00-f610-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-10 17:10:57.671928 | fa163ea6-f710-ac00-f610-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-10 17:10:57.673241 | fa163ea6-f710-ac00-f610-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.208334 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-10 17:10:57.852924 | fa163ea6-f710-ac00-f610-00000000009a | TASK | Server pre deployments 2025-10-10 17:10:57.880036 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-00000000009a') missing from stats 2025-10-10 17:10:57.903246 | fa163ea6-f710-ac00-f610-00000000009e | TASK | Hiera config 2025-10-10 17:10:57.929989 | fa163ea6-f710-ac00-f610-00000000009e | TIMING | Hiera config | standalone | 0:01:08.465083 | 0.03s 2025-10-10 17:10:57.971939 | fa163ea6-f710-ac00-f610-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-10 17:10:58.202900 | fa163ea6-f710-ac00-f610-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-10 17:10:58.204803 | fa163ea6-f710-ac00-f610-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:08.739893 | 0.23s 2025-10-10 17:10:58.235520 | fa163ea6-f710-ac00-f610-00000000099f | TASK | Write hiera config 2025-10-10 17:10:58.739887 | fa163ea6-f710-ac00-f610-00000000099f | OK | Write hiera config | standalone 2025-10-10 17:10:58.741626 | fa163ea6-f710-ac00-f610-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.276718 | 0.50s 2025-10-10 17:10:58.793460 | fa163ea6-f710-ac00-f610-00000000009f | TASK | Hiera symlink 2025-10-10 17:10:59.029164 | fa163ea6-f710-ac00-f610-00000000009f | OK | Hiera symlink | standalone 2025-10-10 17:10:59.030852 | fa163ea6-f710-ac00-f610-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.565944 | 0.24s 2025-10-10 17:10:59.057545 | fa163ea6-f710-ac00-f610-0000000000a0 | TASK | Hieradata from vars 2025-10-10 17:10:59.086686 | fa163ea6-f710-ac00-f610-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:09.621769 | 0.03s 2025-10-10 17:10:59.147654 | fa163ea6-f710-ac00-f610-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-10 17:10:59.693263 | fa163ea6-f710-ac00-f610-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-10 17:10:59.694944 | fa163ea6-f710-ac00-f610-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:10.230035 | 0.55s 2025-10-10 17:10:59.721250 | fa163ea6-f710-ac00-f610-0000000009fa | TASK | Render hieradata from template 2025-10-10 17:11:00.232192 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-10 17:11:00.234960 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.770048 | 0.51s 2025-10-10 17:11:00.788756 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-10 17:11:00.790002 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.325096 | 1.07s 2025-10-10 17:11:01.422344 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-10 17:11:01.423559 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.958652 | 1.70s 2025-10-10 17:11:01.851521 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-10 17:11:01.853281 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.388383 | 2.13s 2025-10-10 17:11:02.390898 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-10 17:11:02.393290 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.928382 | 2.67s 2025-10-10 17:11:02.842009 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-10 17:11:02.844128 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.379226 | 3.12s 2025-10-10 17:11:03.293176 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-10 17:11:03.295482 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.830573 | 3.57s 2025-10-10 17:11:03.822890 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-10 17:11:03.824200 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.359295 | 4.10s 2025-10-10 17:11:04.330650 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-10 17:11:04.333426 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.868518 | 4.61s 2025-10-10 17:11:04.781474 | fa163ea6-f710-ac00-f610-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-10 17:11:04.782748 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.317841 | 5.06s 2025-10-10 17:11:04.792321 | fa163ea6-f710-ac00-f610-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.327388 | 5.07s 2025-10-10 17:11:04.845171 | fa163ea6-f710-ac00-f610-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-10 17:11:04.878939 | fa163ea6-f710-ac00-f610-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.414028 | 0.03s 2025-10-10 17:11:04.948157 | fa163ea6-f710-ac00-f610-000000000a9e | TASK | Check for hieradata file 2025-10-10 17:11:05.216156 | fa163ea6-f710-ac00-f610-000000000a9e | OK | Check for hieradata file | standalone 2025-10-10 17:11:05.217552 | fa163ea6-f710-ac00-f610-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.752645 | 0.27s 2025-10-10 17:11:05.244089 | fa163ea6-f710-ac00-f610-000000000aa0 | TASK | Get existing data 2025-10-10 17:11:05.296285 | fa163ea6-f710-ac00-f610-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-10 17:11:05.297640 | fa163ea6-f710-ac00-f610-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.832733 | 0.05s 2025-10-10 17:11:05.323787 | fa163ea6-f710-ac00-f610-000000000aa1 | TASK | Set data fact 2025-10-10 17:11:05.377008 | fa163ea6-f710-ac00-f610-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-10 17:11:05.378089 | fa163ea6-f710-ac00-f610-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.913182 | 0.05s 2025-10-10 17:11:05.403679 | fa163ea6-f710-ac00-f610-000000000aa3 | TASK | Write ansible hieradata file 2025-10-10 17:11:05.867862 | fa163ea6-f710-ac00-f610-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-10 17:11:05.869463 | fa163ea6-f710-ac00-f610-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.404557 | 0.46s 2025-10-10 17:11:05.960499 | fa163ea6-f710-ac00-f610-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.495587 | 0.04s PLAY [Host prep steps] ********************************************************* 2025-10-10 17:11:06.118661 | fa163ea6-f710-ac00-f610-0000000000a6 | TASK | Host prep steps 2025-10-10 17:11:06.149621 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000a6') missing from stats 2025-10-10 17:11:06.222654 | fa163ea6-f710-ac00-f610-0000000000a7 | TASK | Deploy Artifacts 2025-10-10 17:11:06.328122 | fa163ea6-f710-ac00-f610-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-10 17:11:06.329389 | fa163ea6-f710-ac00-f610-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.864480 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:11:06.396262 | fa163ea6-f710-ac00-f610-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.931350 | 0.04s 2025-10-10 17:11:06.631648 | 8971e40d-0751-45a1-afed-33576aac79c7 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/host_prep_tasks.yaml | standalone 2025-10-10 17:11:06.688947 | fa163ea6-f710-ac00-f610-000000000b1e | TASK | Run firewall role 2025-10-10 17:11:06.716422 | fa163ea6-f710-ac00-f610-000000000b1e | TIMING | Run firewall role | standalone | 0:01:17.251518 | 0.03s 2025-10-10 17:11:06.771207 | fa163ea6-f710-ac00-f610-000000000c36 | TASK | Gather variables for each operating system 2025-10-10 17:11:06.889377 | fa163ea6-f710-ac00-f610-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-10 17:11:06.891071 | fa163ea6-f710-ac00-f610-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.426158 | 0.12s 2025-10-10 17:11:06.896849 | fa163ea6-f710-ac00-f610-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.431941 | 0.12s 2025-10-10 17:11:06.923836 | fa163ea6-f710-ac00-f610-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-10 17:11:09.831013 | fa163ea6-f710-ac00-f610-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-10 17:11:09.833082 | fa163ea6-f710-ac00-f610-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.368175 | 2.91s 2025-10-10 17:11:09.861052 | fa163ea6-f710-ac00-f610-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-10 17:11:09.902870 | fa163ea6-f710-ac00-f610-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-10 17:11:09.904113 | fa163ea6-f710-ac00-f610-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.439208 | 0.04s 2025-10-10 17:11:09.931650 | fa163ea6-f710-ac00-f610-000000000c3c | TASK | Enable masquerade 2025-10-10 17:11:09.972551 | fa163ea6-f710-ac00-f610-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-10 17:11:09.973778 | fa163ea6-f710-ac00-f610-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.508871 | 0.04s 2025-10-10 17:11:09.999820 | fa163ea6-f710-ac00-f610-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-10 17:11:10.039596 | fa163ea6-f710-ac00-f610-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-10 17:11:10.040757 | fa163ea6-f710-ac00-f610-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.575853 | 0.04s 2025-10-10 17:11:10.067106 | fa163ea6-f710-ac00-f610-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-10 17:11:10.120221 | fa163ea6-f710-ac00-f610-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-10 17:11:10.121695 | fa163ea6-f710-ac00-f610-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.656788 | 0.05s 2025-10-10 17:11:10.147512 | fa163ea6-f710-ac00-f610-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-10 17:11:10.188579 | fa163ea6-f710-ac00-f610-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-10 17:11:10.189830 | fa163ea6-f710-ac00-f610-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.724924 | 0.04s 2025-10-10 17:11:10.215600 | fa163ea6-f710-ac00-f610-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-10 17:11:10.257399 | fa163ea6-f710-ac00-f610-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-10 17:11:10.258607 | fa163ea6-f710-ac00-f610-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.793700 | 0.04s 2025-10-10 17:11:10.284853 | fa163ea6-f710-ac00-f610-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-10 17:11:10.327427 | fa163ea6-f710-ac00-f610-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-10 17:11:10.328578 | fa163ea6-f710-ac00-f610-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.863673 | 0.04s 2025-10-10 17:11:10.353499 | fa163ea6-f710-ac00-f610-000000000c46 | TASK | Enable LOG rules 2025-10-10 17:11:10.386430 | fa163ea6-f710-ac00-f610-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-10 17:11:10.388796 | fa163ea6-f710-ac00-f610-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.923881 | 0.03s 2025-10-10 17:11:10.415696 | fa163ea6-f710-ac00-f610-000000000c47 | TASK | Set rule fact 2025-10-10 17:11:10.514033 | fa163ea6-f710-ac00-f610-000000000c47 | OK | Set rule fact | standalone 2025-10-10 17:11:10.516870 | fa163ea6-f710-ac00-f610-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:21.051964 | 0.10s 2025-10-10 17:11:10.545721 | fa163ea6-f710-ac00-f610-000000000c48 | TASK | Manage rules via nftables 2025-10-10 17:11:10.575659 | fa163ea6-f710-ac00-f610-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:21.110748 | 0.03s 2025-10-10 17:11:10.661627 | fa163ea6-f710-ac00-f610-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.196710 | 0.03s 2025-10-10 17:11:10.684119 | 9961f6d0-735f-4d87-ba99-adf3f2a5116d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-10 17:11:10.709578 | fa163ea6-f710-ac00-f610-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-10 17:11:11.118324 | fa163ea6-f710-ac00-f610-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-10 17:11:11.120359 | fa163ea6-f710-ac00-f610-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.655448 | 0.41s 2025-10-10 17:11:11.455843 | fa163ea6-f710-ac00-f610-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-10 17:11:11.458227 | fa163ea6-f710-ac00-f610-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.993312 | 0.75s 2025-10-10 17:11:11.469890 | fa163ea6-f710-ac00-f610-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.004969 | 0.76s 2025-10-10 17:11:11.500825 | fa163ea6-f710-ac00-f610-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-10 17:11:12.320045 | fa163ea6-f710-ac00-f610-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-10 17:11:12.321853 | fa163ea6-f710-ac00-f610-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.856950 | 0.82s 2025-10-10 17:11:12.349940 | fa163ea6-f710-ac00-f610-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-10 17:11:12.396927 | fa163ea6-f710-ac00-f610-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-10 17:11:12.398041 | fa163ea6-f710-ac00-f610-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.933135 | 0.05s 2025-10-10 17:11:12.454371 | fa163ea6-f710-ac00-f610-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.989460 | 0.03s 2025-10-10 17:11:12.491791 | ce098778-de53-46c6-baeb-961e6110fdb1 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-10 17:11:12.529043 | fa163ea6-f710-ac00-f610-000000000d40 | TASK | Push empty ruleset 2025-10-10 17:11:12.968597 | fa163ea6-f710-ac00-f610-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-10 17:11:12.969868 | fa163ea6-f710-ac00-f610-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.504964 | 0.44s 2025-10-10 17:11:12.996868 | fa163ea6-f710-ac00-f610-000000000d41 | TASK | Load empty ruleset 2025-10-10 17:11:13.267689 | fa163ea6-f710-ac00-f610-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-10 17:11:13.269056 | fa163ea6-f710-ac00-f610-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.804148 | 0.27s 2025-10-10 17:11:13.297873 | fa163ea6-f710-ac00-f610-000000000d43 | TASK | Use default rules 2025-10-10 17:11:13.375042 | fa163ea6-f710-ac00-f610-000000000d43 | OK | Use default rules | standalone 2025-10-10 17:11:13.378390 | fa163ea6-f710-ac00-f610-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.913482 | 0.08s 2025-10-10 17:11:13.409058 | fa163ea6-f710-ac00-f610-000000000d44 | TASK | Enable LOG rules 2025-10-10 17:11:13.501864 | fa163ea6-f710-ac00-f610-000000000d44 | OK | Enable LOG rules | standalone 2025-10-10 17:11:13.505082 | fa163ea6-f710-ac00-f610-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.040173 | 0.09s 2025-10-10 17:11:13.535027 | fa163ea6-f710-ac00-f610-000000000d46 | TASK | Get current nftables content 2025-10-10 17:11:13.795223 | fa163ea6-f710-ac00-f610-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-10 17:11:13.796950 | fa163ea6-f710-ac00-f610-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.332038 | 0.26s 2025-10-10 17:11:13.824897 | fa163ea6-f710-ac00-f610-000000000d48 | TASK | Generate chain jumps 2025-10-10 17:11:14.415109 | fa163ea6-f710-ac00-f610-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-10 17:11:14.416706 | fa163ea6-f710-ac00-f610-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.951800 | 0.59s 2025-10-10 17:11:14.444526 | fa163ea6-f710-ac00-f610-000000000d49 | TASK | Generate chain jumps 2025-10-10 17:11:15.126220 | fa163ea6-f710-ac00-f610-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-10 17:11:15.127866 | fa163ea6-f710-ac00-f610-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.662959 | 0.68s 2025-10-10 17:11:15.154999 | fa163ea6-f710-ac00-f610-000000000d4a | TASK | Generate nft flushes 2025-10-10 17:11:15.708171 | fa163ea6-f710-ac00-f610-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-10 17:11:15.709957 | fa163ea6-f710-ac00-f610-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.245045 | 0.55s 2025-10-10 17:11:15.737514 | fa163ea6-f710-ac00-f610-000000000d4b | TASK | Generate nft tripleo chains 2025-10-10 17:11:16.250955 | fa163ea6-f710-ac00-f610-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-10 17:11:16.252614 | fa163ea6-f710-ac00-f610-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.787707 | 0.51s 2025-10-10 17:11:16.279953 | fa163ea6-f710-ac00-f610-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-10 17:11:17.986614 | fa163ea6-f710-ac00-f610-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-10 17:11:17.988880 | fa163ea6-f710-ac00-f610-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.523962 | 1.71s 2025-10-10 17:11:18.018141 | fa163ea6-f710-ac00-f610-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-10 17:11:18.614564 | fa163ea6-f710-ac00-f610-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-10 17:11:18.616146 | fa163ea6-f710-ac00-f610-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.151241 | 0.60s 2025-10-10 17:11:18.643269 | fa163ea6-f710-ac00-f610-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-10 17:11:18.940599 | fa163ea6-f710-ac00-f610-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-10 17:11:18.942268 | fa163ea6-f710-ac00-f610-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.477359 | 0.30s 2025-10-10 17:11:19.000102 | fa163ea6-f710-ac00-f610-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.535192 | 0.03s 2025-10-10 17:11:19.020385 | 9c91ff81-b3dc-4cdc-98e6-a8f47ba18815 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-10 17:11:19.073116 | fa163ea6-f710-ac00-f610-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-10 17:11:19.337350 | fa163ea6-f710-ac00-f610-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-10 17:11:19.339058 | fa163ea6-f710-ac00-f610-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.874151 | 0.27s 2025-10-10 17:11:19.366791 | fa163ea6-f710-ac00-f610-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-10 17:11:19.632047 | fa163ea6-f710-ac00-f610-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-10 17:11:19.633771 | fa163ea6-f710-ac00-f610-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:30.168864 | 0.27s 2025-10-10 17:11:19.707548 | fa163ea6-f710-ac00-f610-000000000b1f | TASK | create persistent logs directory 2025-10-10 17:11:19.984101 | fa163ea6-f710-ac00-f610-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-10 17:11:19.987072 | fa163ea6-f710-ac00-f610-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.522160 | 0.28s 2025-10-10 17:11:20.228178 | fa163ea6-f710-ac00-f610-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-10 17:11:20.230245 | fa163ea6-f710-ac00-f610-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.765339 | 0.52s 2025-10-10 17:11:20.241508 | fa163ea6-f710-ac00-f610-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.776588 | 0.53s 2025-10-10 17:11:20.268057 | fa163ea6-f710-ac00-f610-000000000b20 | TASK | create persistent directories 2025-10-10 17:11:20.522251 | fa163ea6-f710-ac00-f610-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-10 17:11:20.525074 | fa163ea6-f710-ac00-f610-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.060160 | 0.26s 2025-10-10 17:11:20.534813 | fa163ea6-f710-ac00-f610-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.069905 | 0.27s 2025-10-10 17:11:20.561157 | fa163ea6-f710-ac00-f610-000000000b21 | TASK | create persistent directories 2025-10-10 17:11:20.838133 | fa163ea6-f710-ac00-f610-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-10 17:11:20.840941 | fa163ea6-f710-ac00-f610-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.376026 | 0.28s 2025-10-10 17:11:21.045665 | fa163ea6-f710-ac00-f610-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-10 17:11:21.047917 | fa163ea6-f710-ac00-f610-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.583011 | 0.49s 2025-10-10 17:11:21.058331 | fa163ea6-f710-ac00-f610-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.593398 | 0.50s 2025-10-10 17:11:21.085012 | fa163ea6-f710-ac00-f610-000000000b22 | TASK | create persistent directories 2025-10-10 17:11:21.360425 | fa163ea6-f710-ac00-f610-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-10 17:11:21.363190 | fa163ea6-f710-ac00-f610-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.898275 | 0.28s 2025-10-10 17:11:21.577782 | fa163ea6-f710-ac00-f610-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-10 17:11:21.579832 | fa163ea6-f710-ac00-f610-000000000b22 | TIMING | create persistent directories | standalone | 0:01:32.114927 | 0.49s 2025-10-10 17:11:21.590374 | fa163ea6-f710-ac00-f610-000000000b22 | TIMING | create persistent directories | standalone | 0:01:32.125459 | 0.50s 2025-10-10 17:11:21.617109 | fa163ea6-f710-ac00-f610-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-10 17:11:22.842559 | fa163ea6-f710-ac00-f610-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-10 17:11:22.844785 | fa163ea6-f710-ac00-f610-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:33.379874 | 1.23s 2025-10-10 17:11:22.871702 | fa163ea6-f710-ac00-f610-000000000b24 | TASK | create persistent directories 2025-10-10 17:11:23.144411 | fa163ea6-f710-ac00-f610-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-10 17:11:23.146001 | fa163ea6-f710-ac00-f610-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.681093 | 0.27s 2025-10-10 17:11:23.155357 | fa163ea6-f710-ac00-f610-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.690436 | 0.28s 2025-10-10 17:11:23.182540 | fa163ea6-f710-ac00-f610-000000000b25 | TASK | create persistent directories 2025-10-10 17:11:23.490634 | fa163ea6-f710-ac00-f610-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-10 17:11:23.493894 | fa163ea6-f710-ac00-f610-000000000b25 | TIMING | create persistent directories | standalone | 0:01:34.028982 | 0.31s 2025-10-10 17:11:23.713892 | fa163ea6-f710-ac00-f610-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-10 17:11:23.715981 | fa163ea6-f710-ac00-f610-000000000b25 | TIMING | create persistent directories | standalone | 0:01:34.251076 | 0.53s 2025-10-10 17:11:23.726977 | fa163ea6-f710-ac00-f610-000000000b25 | TIMING | create persistent directories | standalone | 0:01:34.262054 | 0.54s 2025-10-10 17:11:23.756072 | fa163ea6-f710-ac00-f610-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-10 17:11:25.175642 | fa163ea6-f710-ac00-f610-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-10 17:11:25.178578 | fa163ea6-f710-ac00-f610-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:35.713661 | 1.42s 2025-10-10 17:11:25.205536 | fa163ea6-f710-ac00-f610-000000000b27 | TASK | create persistent directories 2025-10-10 17:11:25.476816 | fa163ea6-f710-ac00-f610-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-10 17:11:25.479651 | fa163ea6-f710-ac00-f610-000000000b27 | TIMING | create persistent directories | standalone | 0:01:36.014720 | 0.27s 2025-10-10 17:11:25.712380 | fa163ea6-f710-ac00-f610-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-10 17:11:25.713435 | fa163ea6-f710-ac00-f610-000000000b27 | TIMING | create persistent directories | standalone | 0:01:36.248533 | 0.51s 2025-10-10 17:11:25.720436 | fa163ea6-f710-ac00-f610-000000000b27 | TIMING | create persistent directories | standalone | 0:01:36.255520 | 0.51s 2025-10-10 17:11:25.748707 | fa163ea6-f710-ac00-f610-000000000b28 | TASK | ensure ceph configurations exist 2025-10-10 17:11:25.993432 | fa163ea6-f710-ac00-f610-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-10 17:11:25.995120 | fa163ea6-f710-ac00-f610-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:36.530216 | 0.24s 2025-10-10 17:11:26.022508 | fa163ea6-f710-ac00-f610-000000000b29 | TASK | create persistent directories 2025-10-10 17:11:26.244429 | fa163ea6-f710-ac00-f610-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-10 17:11:26.246169 | fa163ea6-f710-ac00-f610-000000000b29 | TIMING | create persistent directories | standalone | 0:01:36.781261 | 0.22s 2025-10-10 17:11:26.252960 | fa163ea6-f710-ac00-f610-000000000b29 | TIMING | create persistent directories | standalone | 0:01:36.788044 | 0.23s 2025-10-10 17:11:26.281206 | fa163ea6-f710-ac00-f610-000000000b2b | TASK | Create cinder image conversion directory 2025-10-10 17:11:26.313903 | fa163ea6-f710-ac00-f610-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-10 17:11:26.315242 | fa163ea6-f710-ac00-f610-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:36.850337 | 0.03s 2025-10-10 17:11:26.341906 | fa163ea6-f710-ac00-f610-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-10 17:11:26.377249 | fa163ea6-f710-ac00-f610-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-10 17:11:26.378489 | fa163ea6-f710-ac00-f610-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:36.913585 | 0.03s 2025-10-10 17:11:26.405129 | fa163ea6-f710-ac00-f610-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-10 17:11:26.440573 | fa163ea6-f710-ac00-f610-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-10 17:11:26.444034 | fa163ea6-f710-ac00-f610-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.979122 | 0.04s 2025-10-10 17:11:26.473162 | fa163ea6-f710-ac00-f610-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-10 17:11:26.506158 | fa163ea6-f710-ac00-f610-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-10 17:11:26.507349 | fa163ea6-f710-ac00-f610-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:37.042443 | 0.03s 2025-10-10 17:11:26.534668 | fa163ea6-f710-ac00-f610-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-10 17:11:26.568442 | fa163ea6-f710-ac00-f610-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-10 17:11:26.569714 | fa163ea6-f710-ac00-f610-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:37.104807 | 0.03s 2025-10-10 17:11:26.596180 | fa163ea6-f710-ac00-f610-000000000b32 | TASK | Get or create LVM loopback device 2025-10-10 17:11:26.630779 | fa163ea6-f710-ac00-f610-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-10 17:11:26.632242 | fa163ea6-f710-ac00-f610-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:37.167335 | 0.03s 2025-10-10 17:11:26.660973 | fa163ea6-f710-ac00-f610-000000000b33 | TASK | Create LVM volume group 2025-10-10 17:11:26.692753 | fa163ea6-f710-ac00-f610-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-10 17:11:26.694250 | fa163ea6-f710-ac00-f610-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:37.229344 | 0.03s 2025-10-10 17:11:26.723449 | fa163ea6-f710-ac00-f610-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-10 17:11:26.755935 | fa163ea6-f710-ac00-f610-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-10 17:11:26.757210 | fa163ea6-f710-ac00-f610-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.292303 | 0.03s 2025-10-10 17:11:26.784260 | fa163ea6-f710-ac00-f610-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-10 17:11:26.817665 | fa163ea6-f710-ac00-f610-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-10 17:11:26.818884 | fa163ea6-f710-ac00-f610-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:37.353979 | 0.03s 2025-10-10 17:11:26.845887 | fa163ea6-f710-ac00-f610-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-10 17:11:27.818281 | fa163ea6-f710-ac00-f610-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-10 17:11:27.820229 | fa163ea6-f710-ac00-f610-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:38.355323 | 0.97s 2025-10-10 17:11:27.847007 | fa163ea6-f710-ac00-f610-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-10 17:11:30.082895 | fa163ea6-f710-ac00-f610-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-10 17:11:30.084936 | fa163ea6-f710-ac00-f610-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:40.620029 | 2.24s 2025-10-10 17:11:30.144511 | fa163ea6-f710-ac00-f610-000000000b3a | OK | set_fact | standalone 2025-10-10 17:11:30.145668 | fa163ea6-f710-ac00-f610-000000000b3a | TIMING | set_fact | standalone | 0:01:40.680768 | 0.03s 2025-10-10 17:11:30.194493 | fa163ea6-f710-ac00-f610-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:40.729570 | 0.03s 2025-10-10 17:11:30.246803 | fa163ea6-f710-ac00-f610-000000000f04 | TASK | ensure apache is installed 2025-10-10 17:11:37.091535 | fa163ea6-f710-ac00-f610-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-10 17:11:37.093554 | fa163ea6-f710-ac00-f610-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:47.628645 | 6.84s 2025-10-10 17:11:37.120209 | fa163ea6-f710-ac00-f610-000000000f05 | TASK | create image data directory 2025-10-10 17:11:37.395044 | fa163ea6-f710-ac00-f610-000000000f05 | CHANGED | create image data directory | standalone 2025-10-10 17:11:37.396771 | fa163ea6-f710-ac00-f610-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:47.931864 | 0.28s 2025-10-10 17:11:37.423440 | fa163ea6-f710-ac00-f610-000000000f06 | TASK | create /v2/ response file 2025-10-10 17:11:37.927832 | fa163ea6-f710-ac00-f610-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-10 17:11:37.929330 | fa163ea6-f710-ac00-f610-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:48.464394 | 0.50s 2025-10-10 17:11:37.955804 | fa163ea6-f710-ac00-f610-000000000f07 | TASK | Add listen line 2025-10-10 17:11:38.373769 | fa163ea6-f710-ac00-f610-000000000f07 | CHANGED | Add listen line | standalone 2025-10-10 17:11:38.375604 | fa163ea6-f710-ac00-f610-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:48.910695 | 0.42s 2025-10-10 17:11:38.405595 | fa163ea6-f710-ac00-f610-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-10 17:11:38.939052 | fa163ea6-f710-ac00-f610-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-10 17:11:38.940678 | fa163ea6-f710-ac00-f610-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.475769 | 0.53s 2025-10-10 17:11:38.967024 | fa163ea6-f710-ac00-f610-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-10 17:11:40.005020 | fa163ea6-f710-ac00-f610-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-10 17:11:40.007269 | fa163ea6-f710-ac00-f610-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.542365 | 1.04s 2025-10-10 17:11:40.049456 | fa163ea6-f710-ac00-f610-000000000b3d | TASK | create persistent logs directory 2025-10-10 17:11:40.315845 | fa163ea6-f710-ac00-f610-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-10 17:11:40.318432 | fa163ea6-f710-ac00-f610-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:50.853519 | 0.27s 2025-10-10 17:11:40.534672 | fa163ea6-f710-ac00-f610-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-10 17:11:40.536050 | fa163ea6-f710-ac00-f610-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:51.071145 | 0.49s 2025-10-10 17:11:40.546390 | fa163ea6-f710-ac00-f610-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:51.081465 | 0.50s 2025-10-10 17:11:40.573628 | fa163ea6-f710-ac00-f610-000000000b3e | TASK | Mount NFS on host 2025-10-10 17:11:40.605855 | fa163ea6-f710-ac00-f610-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-10 17:11:40.607058 | fa163ea6-f710-ac00-f610-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:51.142153 | 0.03s 2025-10-10 17:11:40.632653 | fa163ea6-f710-ac00-f610-000000000b3f | TASK | Mount Node Staging Location 2025-10-10 17:11:40.665793 | fa163ea6-f710-ac00-f610-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-10 17:11:40.667396 | fa163ea6-f710-ac00-f610-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:51.202487 | 0.03s 2025-10-10 17:11:40.693831 | fa163ea6-f710-ac00-f610-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-10 17:11:40.948355 | fa163ea6-f710-ac00-f610-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-10 17:11:40.950215 | fa163ea6-f710-ac00-f610-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.485305 | 0.26s 2025-10-10 17:11:40.976177 | fa163ea6-f710-ac00-f610-000000000b41 | TASK | create logs directory 2025-10-10 17:11:41.249535 | fa163ea6-f710-ac00-f610-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-10 17:11:41.252125 | fa163ea6-f710-ac00-f610-000000000b41 | TIMING | create logs directory | standalone | 0:01:51.787190 | 0.27s 2025-10-10 17:11:41.464519 | fa163ea6-f710-ac00-f610-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-10 17:11:41.466569 | fa163ea6-f710-ac00-f610-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.001662 | 0.49s 2025-10-10 17:11:41.477241 | fa163ea6-f710-ac00-f610-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.012317 | 0.50s 2025-10-10 17:11:41.504453 | fa163ea6-f710-ac00-f610-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-10 17:11:41.537008 | fa163ea6-f710-ac00-f610-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-10 17:11:41.538246 | fa163ea6-f710-ac00-f610-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.073340 | 0.03s 2025-10-10 17:11:41.563542 | fa163ea6-f710-ac00-f610-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-10 17:11:41.838574 | fa163ea6-f710-ac00-f610-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-10 17:11:41.840435 | fa163ea6-f710-ac00-f610-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.375526 | 0.28s 2025-10-10 17:11:41.866984 | fa163ea6-f710-ac00-f610-000000000b44 | TASK | create persistent directories 2025-10-10 17:11:42.119680 | fa163ea6-f710-ac00-f610-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-10 17:11:42.122192 | fa163ea6-f710-ac00-f610-000000000b44 | TIMING | create persistent directories | standalone | 0:01:52.657280 | 0.25s 2025-10-10 17:11:42.132007 | fa163ea6-f710-ac00-f610-000000000b44 | TIMING | create persistent directories | standalone | 0:01:52.667087 | 0.26s 2025-10-10 17:11:42.161012 | fa163ea6-f710-ac00-f610-000000000b45 | TASK | create persistent data directory 2025-10-10 17:11:42.406223 | fa163ea6-f710-ac00-f610-000000000b45 | OK | create persistent data directory | standalone 2025-10-10 17:11:42.407996 | fa163ea6-f710-ac00-f610-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:52.943088 | 0.25s 2025-10-10 17:11:42.434114 | fa163ea6-f710-ac00-f610-000000000b46 | TASK | get parameters 2025-10-10 17:11:42.476426 | fa163ea6-f710-ac00-f610-000000000b46 | OK | get parameters | standalone 2025-10-10 17:11:42.477961 | fa163ea6-f710-ac00-f610-000000000b46 | TIMING | get parameters | standalone | 0:01:53.013052 | 0.04s 2025-10-10 17:11:42.504430 | fa163ea6-f710-ac00-f610-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-10 17:11:42.556252 | fa163ea6-f710-ac00-f610-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-10 17:11:42.558941 | fa163ea6-f710-ac00-f610-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:53.094034 | 0.05s 2025-10-10 17:11:42.583599 | fa163ea6-f710-ac00-f610-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-10 17:11:42.635227 | fa163ea6-f710-ac00-f610-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-10 17:11:42.636757 | fa163ea6-f710-ac00-f610-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:53.171848 | 0.05s 2025-10-10 17:11:42.662787 | fa163ea6-f710-ac00-f610-000000000b4a | TASK | get haproxy status 2025-10-10 17:11:42.715495 | fa163ea6-f710-ac00-f610-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-10 17:11:42.717118 | fa163ea6-f710-ac00-f610-000000000b4a | TIMING | get haproxy status | standalone | 0:01:53.252208 | 0.05s 2025-10-10 17:11:42.743233 | fa163ea6-f710-ac00-f610-000000000b4b | TASK | get pacemaker status 2025-10-10 17:11:42.797428 | fa163ea6-f710-ac00-f610-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-10 17:11:42.799033 | fa163ea6-f710-ac00-f610-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:53.334121 | 0.05s 2025-10-10 17:11:42.824465 | fa163ea6-f710-ac00-f610-000000000b4c | TASK | get docker status 2025-10-10 17:11:42.875867 | fa163ea6-f710-ac00-f610-000000000b4c | SKIPPED | get docker status | standalone 2025-10-10 17:11:42.877059 | fa163ea6-f710-ac00-f610-000000000b4c | TIMING | get docker status | standalone | 0:01:53.412153 | 0.05s 2025-10-10 17:11:42.902057 | fa163ea6-f710-ac00-f610-000000000b4d | TASK | get container_id 2025-10-10 17:11:42.953693 | fa163ea6-f710-ac00-f610-000000000b4d | SKIPPED | get container_id | standalone 2025-10-10 17:11:42.954860 | fa163ea6-f710-ac00-f610-000000000b4d | TIMING | get container_id | standalone | 0:01:53.489951 | 0.05s 2025-10-10 17:11:42.980811 | fa163ea6-f710-ac00-f610-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-10 17:11:43.030920 | fa163ea6-f710-ac00-f610-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-10 17:11:43.032141 | fa163ea6-f710-ac00-f610-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:53.567234 | 0.05s 2025-10-10 17:11:43.057596 | fa163ea6-f710-ac00-f610-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-10 17:11:43.119743 | fa163ea6-f710-ac00-f610-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-10 17:11:43.121115 | fa163ea6-f710-ac00-f610-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:53.656207 | 0.06s 2025-10-10 17:11:43.146508 | fa163ea6-f710-ac00-f610-000000000b50 | TASK | push certificate content 2025-10-10 17:11:43.201697 | fa163ea6-f710-ac00-f610-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-10 17:11:43.203070 | fa163ea6-f710-ac00-f610-000000000b50 | TIMING | push certificate content | standalone | 0:01:53.738164 | 0.06s 2025-10-10 17:11:43.229909 | fa163ea6-f710-ac00-f610-000000000b52 | TASK | set certificate ownership 2025-10-10 17:11:43.281424 | fa163ea6-f710-ac00-f610-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-10 17:11:43.282822 | fa163ea6-f710-ac00-f610-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:53.817914 | 0.05s 2025-10-10 17:11:43.308533 | fa163ea6-f710-ac00-f610-000000000b53 | TASK | reload haproxy if enabled 2025-10-10 17:11:43.361211 | fa163ea6-f710-ac00-f610-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-10 17:11:43.362459 | fa163ea6-f710-ac00-f610-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:53.897550 | 0.05s 2025-10-10 17:11:43.388675 | fa163ea6-f710-ac00-f610-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-10 17:11:43.440074 | fa163ea6-f710-ac00-f610-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-10 17:11:43.441329 | fa163ea6-f710-ac00-f610-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:53.976389 | 0.05s 2025-10-10 17:11:43.466981 | fa163ea6-f710-ac00-f610-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-10 17:11:43.518211 | fa163ea6-f710-ac00-f610-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-10 17:11:43.519423 | fa163ea6-f710-ac00-f610-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:54.054515 | 0.05s 2025-10-10 17:11:43.544825 | fa163ea6-f710-ac00-f610-000000000b58 | TASK | create persistent directories 2025-10-10 17:11:43.821362 | fa163ea6-f710-ac00-f610-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-10 17:11:43.827901 | fa163ea6-f710-ac00-f610-000000000b58 | TIMING | create persistent directories | standalone | 0:01:54.362977 | 0.28s 2025-10-10 17:11:44.063732 | fa163ea6-f710-ac00-f610-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-10 17:11:44.066249 | fa163ea6-f710-ac00-f610-000000000b58 | TIMING | create persistent directories | standalone | 0:01:54.601312 | 0.52s 2025-10-10 17:11:44.076317 | fa163ea6-f710-ac00-f610-000000000b58 | TIMING | create persistent directories | standalone | 0:01:54.611382 | 0.53s 2025-10-10 17:11:44.098129 | fa163ea6-f710-ac00-f610-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-10 17:11:50.606856 | fa163ea6-f710-ac00-f610-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-10 17:11:50.608713 | fa163ea6-f710-ac00-f610-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:01.143803 | 6.51s 2025-10-10 17:11:50.634464 | fa163ea6-f710-ac00-f610-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-10 17:11:50.717208 | fa163ea6-f710-ac00-f610-000000000b5a | 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.localdomain in environment production in 0.90 seconds", "Notice: Applied catalog in 0.28 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.27", " Catalog application: 0.28", " Config retrieval: 1.00", " Last run: 1760116310", " Total: 0.28", "Version:", " Config: 1760116309", " 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-10 17:11:50.718750 | fa163ea6-f710-ac00-f610-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:01.253841 | 0.08s 2025-10-10 17:11:50.745036 | fa163ea6-f710-ac00-f610-000000000b5b | TASK | create persistent directories 2025-10-10 17:11:51.003494 | fa163ea6-f710-ac00-f610-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-10 17:11:51.005685 | fa163ea6-f710-ac00-f610-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.540761 | 0.26s 2025-10-10 17:11:51.225102 | fa163ea6-f710-ac00-f610-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-10 17:11:51.226403 | fa163ea6-f710-ac00-f610-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.761497 | 0.48s 2025-10-10 17:11:51.233056 | fa163ea6-f710-ac00-f610-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.768137 | 0.49s 2025-10-10 17:11:51.259613 | fa163ea6-f710-ac00-f610-000000000b5c | TASK | create persistent directories 2025-10-10 17:11:51.527185 | fa163ea6-f710-ac00-f610-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-10 17:11:51.528493 | fa163ea6-f710-ac00-f610-000000000b5c | TIMING | create persistent directories | standalone | 0:02:02.063591 | 0.27s 2025-10-10 17:11:51.751683 | fa163ea6-f710-ac00-f610-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-10 17:11:51.753169 | fa163ea6-f710-ac00-f610-000000000b5c | TIMING | create persistent directories | standalone | 0:02:02.288260 | 0.49s 2025-10-10 17:11:51.760121 | fa163ea6-f710-ac00-f610-000000000b5c | TIMING | create persistent directories | standalone | 0:02:02.295201 | 0.50s 2025-10-10 17:11:51.788854 | fa163ea6-f710-ac00-f610-000000000b5d | TASK | create persistent directories 2025-10-10 17:11:52.020977 | fa163ea6-f710-ac00-f610-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-10 17:11:52.023557 | fa163ea6-f710-ac00-f610-000000000b5d | TIMING | create persistent directories | standalone | 0:02:02.558642 | 0.23s 2025-10-10 17:11:52.033239 | fa163ea6-f710-ac00-f610-000000000b5d | TIMING | create persistent directories | standalone | 0:02:02.568323 | 0.24s 2025-10-10 17:11:52.059837 | fa163ea6-f710-ac00-f610-000000000b5e | TASK | create persistent directories 2025-10-10 17:11:52.337877 | fa163ea6-f710-ac00-f610-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-10 17:11:52.340652 | fa163ea6-f710-ac00-f610-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.875736 | 0.28s 2025-10-10 17:11:52.549911 | fa163ea6-f710-ac00-f610-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-10 17:11:52.551987 | fa163ea6-f710-ac00-f610-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.087080 | 0.49s 2025-10-10 17:11:52.788055 | fa163ea6-f710-ac00-f610-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-10 17:11:52.789019 | fa163ea6-f710-ac00-f610-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.324119 | 0.73s 2025-10-10 17:11:53.020117 | fa163ea6-f710-ac00-f610-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-10 17:11:53.022123 | fa163ea6-f710-ac00-f610-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.557216 | 0.96s 2025-10-10 17:11:53.033465 | fa163ea6-f710-ac00-f610-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.568542 | 0.97s 2025-10-10 17:11:53.060957 | fa163ea6-f710-ac00-f610-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-10 17:11:53.495254 | fa163ea6-f710-ac00-f610-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-10 17:11:53.497048 | fa163ea6-f710-ac00-f610-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:04.032139 | 0.43s 2025-10-10 17:11:53.523130 | fa163ea6-f710-ac00-f610-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-10 17:11:54.885721 | fa163ea6-f710-ac00-f610-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-10 17:11:54.888792 | fa163ea6-f710-ac00-f610-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.423877 | 1.36s 2025-10-10 17:11:56.239988 | fa163ea6-f710-ac00-f610-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-10 17:11:56.241425 | fa163ea6-f710-ac00-f610-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.776520 | 2.72s 2025-10-10 17:11:57.590356 | fa163ea6-f710-ac00-f610-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-10 17:11:57.593208 | fa163ea6-f710-ac00-f610-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.128300 | 4.07s 2025-10-10 17:11:57.603940 | fa163ea6-f710-ac00-f610-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.139022 | 4.08s 2025-10-10 17:11:57.630850 | fa163ea6-f710-ac00-f610-000000000b61 | TASK | create persistent directories 2025-10-10 17:11:57.904376 | fa163ea6-f710-ac00-f610-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-10 17:11:57.907115 | fa163ea6-f710-ac00-f610-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.442200 | 0.27s 2025-10-10 17:11:58.126821 | fa163ea6-f710-ac00-f610-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-10 17:11:58.127911 | fa163ea6-f710-ac00-f610-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.663008 | 0.50s 2025-10-10 17:11:58.307864 | fa163ea6-f710-ac00-f610-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-10 17:11:58.309364 | fa163ea6-f710-ac00-f610-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.844457 | 0.68s 2025-10-10 17:11:58.317881 | fa163ea6-f710-ac00-f610-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.852962 | 0.69s 2025-10-10 17:11:58.345641 | fa163ea6-f710-ac00-f610-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-10 17:11:58.573218 | fa163ea6-f710-ac00-f610-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-10 17:11:58.575043 | fa163ea6-f710-ac00-f610-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:09.110134 | 0.23s 2025-10-10 17:11:58.602383 | fa163ea6-f710-ac00-f610-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-10 17:11:58.632226 | fa163ea6-f710-ac00-f610-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-10 17:11:58.633719 | fa163ea6-f710-ac00-f610-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:09.168812 | 0.03s 2025-10-10 17:11:58.659219 | fa163ea6-f710-ac00-f610-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-10 17:11:58.912459 | fa163ea6-f710-ac00-f610-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-10 17:11:58.913908 | fa163ea6-f710-ac00-f610-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:09.449000 | 0.25s 2025-10-10 17:11:58.939319 | fa163ea6-f710-ac00-f610-000000000b65 | TASK | Stop iscsi.service 2025-10-10 17:11:58.982959 | fa163ea6-f710-ac00-f610-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-10 17:11:58.984192 | fa163ea6-f710-ac00-f610-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:09.519285 | 0.04s 2025-10-10 17:11:59.042664 | fa163ea6-f710-ac00-f610-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:09.577749 | 0.03s 2025-10-10 17:11:59.135189 | fa163ea6-f710-ac00-f610-000000001067 | TASK | Install additional packages 2025-10-10 17:11:59.165323 | fa163ea6-f710-ac00-f610-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:09.700402 | 0.03s 2025-10-10 17:11:59.182812 | fa163ea6-f710-ac00-f610-000000001068 | TASK | Remove dracut-config-generic 2025-10-10 17:12:03.042940 | fa163ea6-f710-ac00-f610-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-10 17:12:03.044780 | fa163ea6-f710-ac00-f610-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:13.579871 | 3.86s 2025-10-10 17:12:03.071076 | fa163ea6-f710-ac00-f610-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-10 17:12:03.305321 | fa163ea6-f710-ac00-f610-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-10 17:12:03.307074 | fa163ea6-f710-ac00-f610-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.842164 | 0.23s 2025-10-10 17:12:03.334281 | fa163ea6-f710-ac00-f610-00000000106a | TASK | Write list of modules to load at boot 2025-10-10 17:12:03.855417 | fa163ea6-f710-ac00-f610-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-10 17:12:03.856920 | fa163ea6-f710-ac00-f610-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:14.392013 | 0.52s 2025-10-10 17:12:03.883491 | fa163ea6-f710-ac00-f610-00000000106b | TASK | Modules reload 2025-10-10 17:12:04.420710 | fa163ea6-f710-ac00-f610-00000000106b | CHANGED | Modules reload | standalone 2025-10-10 17:12:04.423160 | fa163ea6-f710-ac00-f610-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.958243 | 0.54s 2025-10-10 17:12:04.454086 | fa163ea6-f710-ac00-f610-00000000106c | TASK | Set default sysctl options 2025-10-10 17:12:04.969758 | fa163ea6-f710-ac00-f610-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-10 17:12:04.971698 | fa163ea6-f710-ac00-f610-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:15.506784 | 0.52s 2025-10-10 17:12:04.999329 | fa163ea6-f710-ac00-f610-00000000106d | TASK | Set extra sysctl options 2025-10-10 17:12:05.441731 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-10 17:12:05.442884 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.977981 | 0.44s 2025-10-10 17:12:05.696703 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-10 17:12:05.698084 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.233179 | 0.70s 2025-10-10 17:12:05.954365 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-10 17:12:05.956051 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.491148 | 0.95s 2025-10-10 17:12:06.206114 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-10 17:12:06.207352 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.742448 | 1.21s 2025-10-10 17:12:06.458750 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-10 17:12:06.460943 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.996031 | 1.46s 2025-10-10 17:12:06.714148 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-10 17:12:06.716409 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.251502 | 1.71s 2025-10-10 17:12:06.986468 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-10 17:12:06.987788 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.522884 | 1.99s 2025-10-10 17:12:07.202543 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-10 17:12:07.203919 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.739014 | 2.20s 2025-10-10 17:12:07.469782 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-10 17:12:07.471807 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.006902 | 2.47s 2025-10-10 17:12:07.727334 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-10 17:12:07.729366 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.264460 | 2.73s 2025-10-10 17:12:07.953756 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-10 17:12:07.955940 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.491030 | 2.95s 2025-10-10 17:12:08.179853 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-10 17:12:08.182074 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.717169 | 3.18s 2025-10-10 17:12:08.435670 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-10 17:12:08.437058 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.972153 | 3.44s 2025-10-10 17:12:08.664875 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-10 17:12:08.667357 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.202450 | 3.67s 2025-10-10 17:12:08.887142 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-10 17:12:08.888490 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.423584 | 3.89s 2025-10-10 17:12:09.192634 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-10 17:12:09.193528 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.728628 | 4.19s 2025-10-10 17:12:09.430729 | fa163ea6-f710-ac00-f610-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-10 17:12:09.432540 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.967631 | 4.43s 2025-10-10 17:12:09.445015 | fa163ea6-f710-ac00-f610-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.980099 | 4.44s 2025-10-10 17:12:09.475468 | fa163ea6-f710-ac00-f610-00000000106f | TASK | Sysctl reload 2025-10-10 17:12:09.925110 | fa163ea6-f710-ac00-f610-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-10 17:12:09.927706 | fa163ea6-f710-ac00-f610-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:20.462789 | 0.45s 2025-10-10 17:12:09.979137 | fa163ea6-f710-ac00-f610-000000000b67 | TASK | create persistent directories 2025-10-10 17:12:10.228712 | fa163ea6-f710-ac00-f610-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-10 17:12:10.230667 | fa163ea6-f710-ac00-f610-000000000b67 | TIMING | create persistent directories | standalone | 0:02:20.765753 | 0.25s 2025-10-10 17:12:10.499110 | fa163ea6-f710-ac00-f610-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-10 17:12:10.501427 | fa163ea6-f710-ac00-f610-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.036515 | 0.52s 2025-10-10 17:12:10.511875 | fa163ea6-f710-ac00-f610-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.046951 | 0.53s 2025-10-10 17:12:10.539082 | fa163ea6-f710-ac00-f610-000000000b68 | TASK | Check if file certs_valid exist 2025-10-10 17:12:10.772159 | fa163ea6-f710-ac00-f610-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-10 17:12:10.773903 | fa163ea6-f710-ac00-f610-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.308989 | 0.23s 2025-10-10 17:12:10.800896 | fa163ea6-f710-ac00-f610-000000000b69 | TASK | Check if file cert9.db exist 2025-10-10 17:12:11.026744 | fa163ea6-f710-ac00-f610-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-10 17:12:11.028435 | fa163ea6-f710-ac00-f610-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.563519 | 0.23s 2025-10-10 17:12:11.055125 | fa163ea6-f710-ac00-f610-000000000b6a | TASK | Check if file key4.db exist 2025-10-10 17:12:11.293724 | fa163ea6-f710-ac00-f610-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-10 17:12:11.295649 | fa163ea6-f710-ac00-f610-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:21.830734 | 0.24s 2025-10-10 17:12:11.358105 | fa163ea6-f710-ac00-f610-000000000b6b | SKIPPED | fail | standalone 2025-10-10 17:12:11.359816 | fa163ea6-f710-ac00-f610-000000000b6b | TIMING | fail | standalone | 0:02:21.894901 | 0.04s 2025-10-10 17:12:11.386437 | fa163ea6-f710-ac00-f610-000000000b6c | TASK | Create persistent directories 2025-10-10 17:12:11.671408 | fa163ea6-f710-ac00-f610-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-10 17:12:11.674166 | fa163ea6-f710-ac00-f610-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.209252 | 0.29s 2025-10-10 17:12:11.900373 | fa163ea6-f710-ac00-f610-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-10 17:12:11.902146 | fa163ea6-f710-ac00-f610-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.437244 | 0.51s 2025-10-10 17:12:11.913076 | fa163ea6-f710-ac00-f610-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.448155 | 0.52s 2025-10-10 17:12:11.939690 | fa163ea6-f710-ac00-f610-000000000b6d | TASK | create persistent directories 2025-10-10 17:12:12.201395 | fa163ea6-f710-ac00-f610-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-10 17:12:12.202822 | fa163ea6-f710-ac00-f610-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.737915 | 0.26s 2025-10-10 17:12:12.215126 | fa163ea6-f710-ac00-f610-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.750206 | 0.27s 2025-10-10 17:12:12.243097 | fa163ea6-f710-ac00-f610-000000000b6e | TASK | create persistent directories 2025-10-10 17:12:12.515733 | fa163ea6-f710-ac00-f610-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-10 17:12:12.517658 | fa163ea6-f710-ac00-f610-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.052745 | 0.27s 2025-10-10 17:12:12.749681 | fa163ea6-f710-ac00-f610-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-10 17:12:12.750725 | fa163ea6-f710-ac00-f610-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.285824 | 0.51s 2025-10-10 17:12:12.762973 | fa163ea6-f710-ac00-f610-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.298059 | 0.52s 2025-10-10 17:12:12.789998 | fa163ea6-f710-ac00-f610-000000000b6f | TASK | create persistent directories 2025-10-10 17:12:13.052142 | fa163ea6-f710-ac00-f610-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-10 17:12:13.053660 | fa163ea6-f710-ac00-f610-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.588753 | 0.26s 2025-10-10 17:12:13.065824 | fa163ea6-f710-ac00-f610-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.600923 | 0.27s 2025-10-10 17:12:13.092044 | fa163ea6-f710-ac00-f610-000000000b70 | TASK | create persistent directories 2025-10-10 17:12:13.345914 | fa163ea6-f710-ac00-f610-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-10 17:12:13.348517 | fa163ea6-f710-ac00-f610-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.883606 | 0.26s 2025-10-10 17:12:13.556666 | fa163ea6-f710-ac00-f610-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-10 17:12:13.557679 | fa163ea6-f710-ac00-f610-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.092777 | 0.46s 2025-10-10 17:12:13.758816 | fa163ea6-f710-ac00-f610-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-10 17:12:13.759841 | fa163ea6-f710-ac00-f610-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.294940 | 0.67s 2025-10-10 17:12:13.767230 | fa163ea6-f710-ac00-f610-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.302307 | 0.67s 2025-10-10 17:12:13.795426 | fa163ea6-f710-ac00-f610-000000000b71 | TASK | create persistent directories 2025-10-10 17:12:14.064371 | fa163ea6-f710-ac00-f610-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-10 17:12:14.066936 | fa163ea6-f710-ac00-f610-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.602024 | 0.27s 2025-10-10 17:12:14.280233 | fa163ea6-f710-ac00-f610-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-10 17:12:14.281913 | fa163ea6-f710-ac00-f610-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.817013 | 0.48s 2025-10-10 17:12:14.292944 | fa163ea6-f710-ac00-f610-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.828019 | 0.50s 2025-10-10 17:12:14.320728 | fa163ea6-f710-ac00-f610-000000000b72 | TASK | create persistent directories 2025-10-10 17:12:14.591453 | fa163ea6-f710-ac00-f610-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-10 17:12:14.593131 | fa163ea6-f710-ac00-f610-000000000b72 | TIMING | create persistent directories | standalone | 0:02:25.128222 | 0.27s 2025-10-10 17:12:14.602355 | fa163ea6-f710-ac00-f610-000000000b72 | TIMING | create persistent directories | standalone | 0:02:25.137436 | 0.28s 2025-10-10 17:12:14.628926 | fa163ea6-f710-ac00-f610-000000000b73 | TASK | creating directory 2025-10-10 17:12:14.882216 | fa163ea6-f710-ac00-f610-000000000b73 | CHANGED | creating directory | standalone 2025-10-10 17:12:14.883897 | fa163ea6-f710-ac00-f610-000000000b73 | TIMING | creating directory | standalone | 0:02:25.418989 | 0.25s 2025-10-10 17:12:14.910132 | fa163ea6-f710-ac00-f610-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-10 17:12:15.436358 | fa163ea6-f710-ac00-f610-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-10 17:12:15.437478 | fa163ea6-f710-ac00-f610-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:25.972577 | 0.53s 2025-10-10 17:12:15.457725 | fa163ea6-f710-ac00-f610-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-10 17:12:16.321494 | fa163ea6-f710-ac00-f610-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-10 17:12:16.323126 | fa163ea6-f710-ac00-f610-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.858217 | 0.86s 2025-10-10 17:12:16.349683 | fa163ea6-f710-ac00-f610-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-10 17:12:16.593694 | fa163ea6-f710-ac00-f610-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-10 17:12:16.595266 | fa163ea6-f710-ac00-f610-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:27.130360 | 0.24s 2025-10-10 17:12:16.620996 | fa163ea6-f710-ac00-f610-000000000b77 | TASK | remove temp namespace 2025-10-10 17:12:16.848834 | fa163ea6-f710-ac00-f610-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-10 17:12:16.850491 | fa163ea6-f710-ac00-f610-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:27.385584 | 0.23s 2025-10-10 17:12:16.877400 | fa163ea6-f710-ac00-f610-000000000b78 | TASK | create /var/lib/neutron 2025-10-10 17:12:17.114915 | fa163ea6-f710-ac00-f610-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-10 17:12:17.116605 | fa163ea6-f710-ac00-f610-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:27.651696 | 0.24s 2025-10-10 17:12:17.142571 | fa163ea6-f710-ac00-f610-000000000b79 | TASK | set conditions 2025-10-10 17:12:17.178533 | fa163ea6-f710-ac00-f610-000000000b79 | OK | set conditions | standalone 2025-10-10 17:12:17.179814 | fa163ea6-f710-ac00-f610-000000000b79 | TIMING | set conditions | standalone | 0:02:27.714907 | 0.04s 2025-10-10 17:12:17.206010 | fa163ea6-f710-ac00-f610-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-10 17:12:17.498063 | fa163ea6-f710-ac00-f610-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-10 17:12:17.500077 | fa163ea6-f710-ac00-f610-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:28.035168 | 0.29s 2025-10-10 17:12:17.526420 | fa163ea6-f710-ac00-f610-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-10 17:12:18.037048 | fa163ea6-f710-ac00-f610-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-10 17:12:18.038947 | fa163ea6-f710-ac00-f610-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:28.574039 | 0.51s 2025-10-10 17:12:18.066720 | fa163ea6-f710-ac00-f610-000000000b7c | TASK | create haproxy kill script 2025-10-10 17:12:18.579109 | fa163ea6-f710-ac00-f610-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-10 17:12:18.580576 | fa163ea6-f710-ac00-f610-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:29.115672 | 0.51s 2025-10-10 17:12:18.606425 | fa163ea6-f710-ac00-f610-000000000b7d | TASK | create persistent directories 2025-10-10 17:12:18.853897 | fa163ea6-f710-ac00-f610-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-10 17:12:18.855620 | fa163ea6-f710-ac00-f610-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.390709 | 0.25s 2025-10-10 17:12:19.069512 | fa163ea6-f710-ac00-f610-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-10 17:12:19.070743 | fa163ea6-f710-ac00-f610-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.605838 | 0.46s 2025-10-10 17:12:19.077594 | fa163ea6-f710-ac00-f610-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.612679 | 0.47s 2025-10-10 17:12:19.106026 | fa163ea6-f710-ac00-f610-000000000b7e | TASK | create persistent directories 2025-10-10 17:12:19.352952 | fa163ea6-f710-ac00-f610-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-10 17:12:19.355458 | fa163ea6-f710-ac00-f610-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.890539 | 0.25s 2025-10-10 17:12:19.365566 | fa163ea6-f710-ac00-f610-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.900631 | 0.26s 2025-10-10 17:12:19.392396 | fa163ea6-f710-ac00-f610-000000000b7f | TASK | create persistent directories 2025-10-10 17:12:19.646293 | fa163ea6-f710-ac00-f610-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-10 17:12:19.648854 | fa163ea6-f710-ac00-f610-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.183938 | 0.25s 2025-10-10 17:12:19.819791 | fa163ea6-f710-ac00-f610-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-10 17:12:19.821513 | fa163ea6-f710-ac00-f610-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.356611 | 0.43s 2025-10-10 17:12:19.832135 | fa163ea6-f710-ac00-f610-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.367224 | 0.44s 2025-10-10 17:12:19.858956 | fa163ea6-f710-ac00-f610-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-10 17:12:20.095817 | fa163ea6-f710-ac00-f610-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-10 17:12:20.097590 | fa163ea6-f710-ac00-f610-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.632680 | 0.24s 2025-10-10 17:12:20.124614 | fa163ea6-f710-ac00-f610-000000000b81 | TASK | create persistent directories 2025-10-10 17:12:20.386774 | fa163ea6-f710-ac00-f610-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-10 17:12:20.389526 | fa163ea6-f710-ac00-f610-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.924611 | 0.26s 2025-10-10 17:12:20.615946 | fa163ea6-f710-ac00-f610-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-10 17:12:20.617458 | fa163ea6-f710-ac00-f610-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.152551 | 0.49s 2025-10-10 17:12:20.852383 | fa163ea6-f710-ac00-f610-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-10 17:12:20.854413 | fa163ea6-f710-ac00-f610-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.389504 | 0.73s 2025-10-10 17:12:21.087637 | fa163ea6-f710-ac00-f610-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-10 17:12:21.089939 | fa163ea6-f710-ac00-f610-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.625031 | 0.96s 2025-10-10 17:12:21.287313 | fa163ea6-f710-ac00-f610-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-10 17:12:21.291682 | fa163ea6-f710-ac00-f610-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.826775 | 1.17s 2025-10-10 17:12:21.303255 | fa163ea6-f710-ac00-f610-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.838341 | 1.18s 2025-10-10 17:12:21.331069 | fa163ea6-f710-ac00-f610-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-10 17:12:21.861179 | fa163ea6-f710-ac00-f610-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-10 17:12:21.862922 | fa163ea6-f710-ac00-f610-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:32.398014 | 0.53s 2025-10-10 17:12:21.888884 | fa163ea6-f710-ac00-f610-000000000b83 | TASK | create tempfiles 2025-10-10 17:12:22.209670 | fa163ea6-f710-ac00-f610-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-10 17:12:22.211107 | fa163ea6-f710-ac00-f610-000000000b83 | TIMING | create tempfiles | standalone | 0:02:32.746198 | 0.32s 2025-10-10 17:12:22.237194 | fa163ea6-f710-ac00-f610-000000000b84 | TASK | Mount Nova NFS Share 2025-10-10 17:12:22.272134 | fa163ea6-f710-ac00-f610-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-10 17:12:22.273495 | fa163ea6-f710-ac00-f610-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.808589 | 0.03s 2025-10-10 17:12:22.301614 | fa163ea6-f710-ac00-f610-000000000b86 | TASK | check systemd-container package installed or not 2025-10-10 17:12:22.334639 | fa163ea6-f710-ac00-f610-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-10 17:12:22.337361 | fa163ea6-f710-ac00-f610-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.872454 | 0.03s 2025-10-10 17:12:22.361901 | fa163ea6-f710-ac00-f610-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-10 17:12:22.394540 | fa163ea6-f710-ac00-f610-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-10 17:12:22.396282 | fa163ea6-f710-ac00-f610-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.931370 | 0.03s 2025-10-10 17:12:22.422447 | fa163ea6-f710-ac00-f610-000000000b88 | TASK | Install systemd-container package on boot 2025-10-10 17:12:22.455902 | fa163ea6-f710-ac00-f610-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-10 17:12:22.457107 | fa163ea6-f710-ac00-f610-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.992200 | 0.03s 2025-10-10 17:12:22.482724 | fa163ea6-f710-ac00-f610-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-10 17:12:22.516834 | fa163ea6-f710-ac00-f610-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-10 17:12:22.518015 | fa163ea6-f710-ac00-f610-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:33.053105 | 0.03s 2025-10-10 17:12:22.544383 | fa163ea6-f710-ac00-f610-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-10 17:12:22.575419 | fa163ea6-f710-ac00-f610-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-10 17:12:22.576667 | fa163ea6-f710-ac00-f610-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:33.111759 | 0.03s 2025-10-10 17:12:22.601989 | fa163ea6-f710-ac00-f610-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-10 17:12:22.634694 | fa163ea6-f710-ac00-f610-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-10 17:12:22.637886 | fa163ea6-f710-ac00-f610-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:33.172968 | 0.03s 2025-10-10 17:12:22.666559 | fa163ea6-f710-ac00-f610-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-10 17:12:22.707883 | fa163ea6-f710-ac00-f610-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-10 17:12:22.709426 | fa163ea6-f710-ac00-f610-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:33.244514 | 0.04s 2025-10-10 17:12:22.735939 | fa163ea6-f710-ac00-f610-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-10 17:12:22.770154 | fa163ea6-f710-ac00-f610-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-10 17:12:22.771885 | fa163ea6-f710-ac00-f610-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:33.306973 | 0.03s 2025-10-10 17:12:22.799941 | fa163ea6-f710-ac00-f610-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-10 17:12:22.835204 | fa163ea6-f710-ac00-f610-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-10 17:12:22.836812 | fa163ea6-f710-ac00-f610-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.371894 | 0.04s 2025-10-10 17:12:22.863724 | fa163ea6-f710-ac00-f610-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-10 17:12:22.898368 | fa163ea6-f710-ac00-f610-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-10 17:12:22.899687 | fa163ea6-f710-ac00-f610-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.434778 | 0.03s 2025-10-10 17:12:22.925752 | fa163ea6-f710-ac00-f610-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-10 17:12:22.960577 | fa163ea6-f710-ac00-f610-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-10 17:12:22.964421 | fa163ea6-f710-ac00-f610-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:33.499506 | 0.04s 2025-10-10 17:12:22.992911 | fa163ea6-f710-ac00-f610-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-10 17:12:23.034061 | fa163ea6-f710-ac00-f610-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-10 17:12:23.035134 | fa163ea6-f710-ac00-f610-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.570230 | 0.04s 2025-10-10 17:12:23.057145 | fa163ea6-f710-ac00-f610-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-10 17:12:23.096914 | fa163ea6-f710-ac00-f610-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-10 17:12:23.098070 | fa163ea6-f710-ac00-f610-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.633157 | 0.04s 2025-10-10 17:12:23.129946 | fa163ea6-f710-ac00-f610-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-10 17:12:23.170814 | fa163ea6-f710-ac00-f610-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-10 17:12:23.172002 | fa163ea6-f710-ac00-f610-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.707093 | 0.04s 2025-10-10 17:12:23.199459 | fa163ea6-f710-ac00-f610-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-10 17:12:23.235789 | fa163ea6-f710-ac00-f610-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-10 17:12:23.236975 | fa163ea6-f710-ac00-f610-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.772070 | 0.04s 2025-10-10 17:12:23.262401 | fa163ea6-f710-ac00-f610-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-10 17:12:23.312757 | fa163ea6-f710-ac00-f610-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-10 17:12:23.313897 | fa163ea6-f710-ac00-f610-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.848989 | 0.05s 2025-10-10 17:12:23.339274 | fa163ea6-f710-ac00-f610-000000000b9a | TASK | Is irqbalance enabled 2025-10-10 17:12:23.380567 | fa163ea6-f710-ac00-f610-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-10 17:12:23.382035 | fa163ea6-f710-ac00-f610-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:33.917131 | 0.04s 2025-10-10 17:12:23.406732 | fa163ea6-f710-ac00-f610-000000000b9b | TASK | disable irqbalance service on compute 2025-10-10 17:12:23.438051 | fa163ea6-f710-ac00-f610-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-10 17:12:23.439209 | fa163ea6-f710-ac00-f610-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:33.974304 | 0.03s 2025-10-10 17:12:23.464469 | fa163ea6-f710-ac00-f610-000000000b9c | TASK | create persistent directories 2025-10-10 17:12:23.734510 | fa163ea6-f710-ac00-f610-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-10 17:12:23.735870 | fa163ea6-f710-ac00-f610-000000000b9c | TIMING | create persistent directories | standalone | 0:02:34.270963 | 0.27s 2025-10-10 17:12:23.741988 | fa163ea6-f710-ac00-f610-000000000b9c | TIMING | create persistent directories | standalone | 0:02:34.277087 | 0.28s 2025-10-10 17:12:23.767080 | fa163ea6-f710-ac00-f610-000000000b9d | TASK | create libvirt persistent data directories 2025-10-10 17:12:24.066859 | fa163ea6-f710-ac00-f610-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-10 17:12:24.068537 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.603626 | 0.30s 2025-10-10 17:12:24.308515 | fa163ea6-f710-ac00-f610-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-10 17:12:24.310009 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.845107 | 0.54s 2025-10-10 17:12:24.541614 | fa163ea6-f710-ac00-f610-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-10 17:12:24.542566 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.077665 | 0.77s 2025-10-10 17:12:24.770731 | fa163ea6-f710-ac00-f610-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-10 17:12:24.771592 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.306693 | 1.00s 2025-10-10 17:12:24.980057 | fa163ea6-f710-ac00-f610-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-10 17:12:24.980938 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.516039 | 1.21s 2025-10-10 17:12:25.274413 | fa163ea6-f710-ac00-f610-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-10 17:12:25.275380 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.810474 | 1.51s 2025-10-10 17:12:25.540190 | fa163ea6-f710-ac00-f610-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-10 17:12:25.541278 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.076373 | 1.77s 2025-10-10 17:12:25.766942 | fa163ea6-f710-ac00-f610-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-10 17:12:25.768667 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.303762 | 2.00s 2025-10-10 17:12:25.781156 | fa163ea6-f710-ac00-f610-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.316236 | 2.01s 2025-10-10 17:12:25.809575 | fa163ea6-f710-ac00-f610-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-10 17:12:26.254116 | fa163ea6-f710-ac00-f610-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-10 17:12:26.255858 | fa163ea6-f710-ac00-f610-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.790949 | 0.44s 2025-10-10 17:12:26.283241 | fa163ea6-f710-ac00-f610-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-10 17:12:26.824899 | fa163ea6-f710-ac00-f610-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-10 17:12:26.826607 | fa163ea6-f710-ac00-f610-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:37.361698 | 0.54s 2025-10-10 17:12:26.853183 | fa163ea6-f710-ac00-f610-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-10 17:12:27.081924 | fa163ea6-f710-ac00-f610-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-10 17:12:27.083396 | fa163ea6-f710-ac00-f610-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:37.618492 | 0.23s 2025-10-10 17:12:27.104881 | fa163ea6-f710-ac00-f610-000000000ba1 | TASK | check if libvirt is installed 2025-10-10 17:12:27.315964 | fa163ea6-f710-ac00-f610-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-10 17:12:27.317372 | fa163ea6-f710-ac00-f610-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:37.852468 | 0.21s 2025-10-10 17:12:27.338885 | fa163ea6-f710-ac00-f610-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-10 17:12:27.385362 | fa163ea6-f710-ac00-f610-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-10 17:12:27.391496 | fa163ea6-f710-ac00-f610-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-10 17:12:27.403071 | fa163ea6-f710-ac00-f610-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.938148 | 0.06s 2025-10-10 17:12:27.425119 | fa163ea6-f710-ac00-f610-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-10 17:12:27.910661 | fa163ea6-f710-ac00-f610-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-10 17:12:27.912238 | fa163ea6-f710-ac00-f610-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.447327 | 0.49s 2025-10-10 17:12:27.938935 | fa163ea6-f710-ac00-f610-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-10 17:12:28.928756 | fa163ea6-f710-ac00-f610-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-10 17:12:28.930558 | fa163ea6-f710-ac00-f610-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.465657 | 0.99s 2025-10-10 17:12:28.952151 | fa163ea6-f710-ac00-f610-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-10 17:12:29.210461 | fa163ea6-f710-ac00-f610-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-10 17:12:29.212078 | fa163ea6-f710-ac00-f610-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.747170 | 0.26s 2025-10-10 17:12:29.224238 | fa163ea6-f710-ac00-f610-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.759323 | 0.27s 2025-10-10 17:12:29.251811 | fa163ea6-f710-ac00-f610-000000000ba6 | TASK | create persistent directories 2025-10-10 17:12:29.517666 | fa163ea6-f710-ac00-f610-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-10 17:12:29.520133 | fa163ea6-f710-ac00-f610-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:40.055223 | 0.27s 2025-10-10 17:12:29.716407 | fa163ea6-f710-ac00-f610-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-10 17:12:29.717314 | fa163ea6-f710-ac00-f610-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:40.252401 | 0.46s 2025-10-10 17:12:29.725594 | fa163ea6-f710-ac00-f610-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:40.260678 | 0.47s 2025-10-10 17:12:29.752265 | fa163ea6-f710-ac00-f610-000000000ba7 | TASK | Copy in cleanup script 2025-10-10 17:12:30.237226 | fa163ea6-f710-ac00-f610-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-10 17:12:30.238962 | fa163ea6-f710-ac00-f610-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:40.774053 | 0.49s 2025-10-10 17:12:30.264566 | fa163ea6-f710-ac00-f610-000000000ba8 | TASK | Copy in cleanup service 2025-10-10 17:12:30.769206 | fa163ea6-f710-ac00-f610-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-10 17:12:30.770805 | fa163ea6-f710-ac00-f610-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:41.305896 | 0.50s 2025-10-10 17:12:30.796575 | fa163ea6-f710-ac00-f610-000000000ba9 | TASK | Enabling the cleanup service 2025-10-10 17:12:31.483905 | fa163ea6-f710-ac00-f610-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-10 17:12:31.485835 | fa163ea6-f710-ac00-f610-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:42.020926 | 0.69s 2025-10-10 17:12:31.511988 | fa163ea6-f710-ac00-f610-000000000baa | TASK | create persistent directories 2025-10-10 17:12:31.787688 | fa163ea6-f710-ac00-f610-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-10 17:12:31.790916 | fa163ea6-f710-ac00-f610-000000000baa | TIMING | create persistent directories | standalone | 0:02:42.325997 | 0.28s 2025-10-10 17:12:32.010695 | fa163ea6-f710-ac00-f610-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-10 17:12:32.012835 | fa163ea6-f710-ac00-f610-000000000baa | TIMING | create persistent directories | standalone | 0:02:42.547922 | 0.50s 2025-10-10 17:12:32.024047 | fa163ea6-f710-ac00-f610-000000000baa | TIMING | create persistent directories | standalone | 0:02:42.559127 | 0.51s 2025-10-10 17:12:32.050945 | fa163ea6-f710-ac00-f610-000000000bab | TASK | set conditions 2025-10-10 17:12:32.080686 | fa163ea6-f710-ac00-f610-000000000bab | OK | set conditions | standalone 2025-10-10 17:12:32.081922 | fa163ea6-f710-ac00-f610-000000000bab | TIMING | set conditions | standalone | 0:02:42.617014 | 0.03s 2025-10-10 17:12:32.107288 | fa163ea6-f710-ac00-f610-000000000bac | TASK | create persistent directories 2025-10-10 17:12:32.379786 | fa163ea6-f710-ac00-f610-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-10 17:12:32.382503 | fa163ea6-f710-ac00-f610-000000000bac | TIMING | create persistent directories | standalone | 0:02:42.917588 | 0.27s 2025-10-10 17:12:32.583940 | fa163ea6-f710-ac00-f610-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-10 17:12:32.586027 | fa163ea6-f710-ac00-f610-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.121120 | 0.48s 2025-10-10 17:12:32.781280 | fa163ea6-f710-ac00-f610-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-10 17:12:32.782762 | fa163ea6-f710-ac00-f610-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.317851 | 0.67s 2025-10-10 17:12:32.792433 | fa163ea6-f710-ac00-f610-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.327518 | 0.68s 2025-10-10 17:12:32.819210 | fa163ea6-f710-ac00-f610-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-10 17:12:33.337522 | fa163ea6-f710-ac00-f610-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-10 17:12:33.339118 | fa163ea6-f710-ac00-f610-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:43.874211 | 0.52s 2025-10-10 17:12:33.365068 | fa163ea6-f710-ac00-f610-000000000bae | TASK | create persistent directories 2025-10-10 17:12:33.642639 | fa163ea6-f710-ac00-f610-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-10 17:12:33.645003 | fa163ea6-f710-ac00-f610-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.180091 | 0.28s 2025-10-10 17:12:33.835803 | fa163ea6-f710-ac00-f610-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-10 17:12:33.837619 | fa163ea6-f710-ac00-f610-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.372714 | 0.47s 2025-10-10 17:12:33.848002 | fa163ea6-f710-ac00-f610-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.383101 | 0.48s 2025-10-10 17:12:33.874608 | fa163ea6-f710-ac00-f610-000000000baf | TASK | create empty log files 2025-10-10 17:12:34.131930 | fa163ea6-f710-ac00-f610-000000000baf | 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-10 17:12:34.134565 | fa163ea6-f710-ac00-f610-000000000baf | TIMING | create empty log files | standalone | 0:02:44.669653 | 0.26s 2025-10-10 17:12:34.364523 | fa163ea6-f710-ac00-f610-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-10 17:12:34.366227 | fa163ea6-f710-ac00-f610-000000000baf | TIMING | create empty log files | standalone | 0:02:44.901305 | 0.49s 2025-10-10 17:12:34.384822 | fa163ea6-f710-ac00-f610-000000000baf | TIMING | create empty log files | standalone | 0:02:44.919918 | 0.51s 2025-10-10 17:12:34.415481 | fa163ea6-f710-ac00-f610-000000000bb0 | TASK | create persistent directories 2025-10-10 17:12:34.666201 | fa163ea6-f710-ac00-f610-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-10 17:12:34.668371 | fa163ea6-f710-ac00-f610-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.203461 | 0.25s 2025-10-10 17:12:34.678451 | fa163ea6-f710-ac00-f610-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.213551 | 0.26s 2025-10-10 17:12:34.705407 | fa163ea6-f710-ac00-f610-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-10 17:12:37.755535 | fa163ea6-f710-ac00-f610-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-10 17:12:37.757247 | fa163ea6-f710-ac00-f610-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:48.292338 | 3.05s 2025-10-10 17:12:37.812599 | fa163ea6-f710-ac00-f610-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:48.347679 | 0.03s 2025-10-10 17:12:37.875416 | fa163ea6-f710-ac00-f610-000000001291 | TASK | Gather variables for each operating system 2025-10-10 17:12:37.986980 | fa163ea6-f710-ac00-f610-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:48.522058 | 0.11s 2025-10-10 17:12:38.014019 | fa163ea6-f710-ac00-f610-000000001292 | TASK | Set packages facts 2025-10-10 17:12:38.064073 | fa163ea6-f710-ac00-f610-000000001292 | OK | Set packages facts | standalone 2025-10-10 17:12:38.065465 | fa163ea6-f710-ac00-f610-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:48.600558 | 0.05s 2025-10-10 17:12:38.092386 | fa163ea6-f710-ac00-f610-000000001293 | TASK | Manage package 2025-10-10 17:12:38.160176 | fa163ea6-f710-ac00-f610-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-10 17:12:38.175397 | fa163ea6-f710-ac00-f610-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-10 17:12:38.192116 | fa163ea6-f710-ac00-f610-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-10 17:12:43.030332 | fa163ea6-f710-ac00-f610-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.565397 | 4.94s 2025-10-10 17:12:43.055831 | fa163ea6-f710-ac00-f610-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-10 17:12:43.069142 | fa163ea6-f710-ac00-f610-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.604224 | 4.98s 2025-10-10 17:12:43.119147 | fa163ea6-f710-ac00-f610-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-10 17:12:44.412550 | fa163ea6-f710-ac00-f610-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-10 17:12:44.414430 | fa163ea6-f710-ac00-f610-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:54.949522 | 1.29s 2025-10-10 17:12:44.440276 | fa163ea6-f710-ac00-f610-000000000bb6 | TASK | create persistent directories 2025-10-10 17:12:44.714907 | fa163ea6-f710-ac00-f610-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-10 17:12:44.718053 | fa163ea6-f710-ac00-f610-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:55.253133 | 0.28s 2025-10-10 17:12:44.951434 | fa163ea6-f710-ac00-f610-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-10 17:12:44.952987 | fa163ea6-f710-ac00-f610-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:55.488086 | 0.51s 2025-10-10 17:12:44.963797 | fa163ea6-f710-ac00-f610-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:55.498878 | 0.52s 2025-10-10 17:12:44.990975 | fa163ea6-f710-ac00-f610-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-10 17:12:45.264791 | fa163ea6-f710-ac00-f610-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-10 17:12:45.266334 | fa163ea6-f710-ac00-f610-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:55.801398 | 0.27s 2025-10-10 17:12:45.291692 | fa163ea6-f710-ac00-f610-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-10 17:12:45.319080 | fa163ea6-f710-ac00-f610-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-10 17:12:45.320144 | fa163ea6-f710-ac00-f610-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:55.855241 | 0.03s 2025-10-10 17:12:45.340339 | fa163ea6-f710-ac00-f610-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-10 17:12:45.626627 | fa163ea6-f710-ac00-f610-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-10 17:12:45.628271 | fa163ea6-f710-ac00-f610-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:56.163362 | 0.29s 2025-10-10 17:12:45.654235 | fa163ea6-f710-ac00-f610-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-10 17:12:45.886648 | fa163ea6-f710-ac00-f610-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-10 17:12:45.888200 | fa163ea6-f710-ac00-f610-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:56.423291 | 0.23s 2025-10-10 17:12:45.914841 | fa163ea6-f710-ac00-f610-000000000bbb | TASK | Restart systemd-logind 2025-10-10 17:12:47.450342 | fa163ea6-f710-ac00-f610-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-10 17:12:47.452444 | fa163ea6-f710-ac00-f610-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:57.987534 | 1.54s 2025-10-10 17:12:47.478910 | fa163ea6-f710-ac00-f610-000000000bbc | 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-10 17:12:47.550548 | fa163ea6-f710-ac00-f610-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-10 17:12:47.551747 | fa163ea6-f710-ac00-f610-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:58.086839 | 0.07s 2025-10-10 17:12:47.578369 | fa163ea6-f710-ac00-f610-000000000bbd | 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-10 17:12:47.660507 | fa163ea6-f710-ac00-f610-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-10 17:12:47.661812 | fa163ea6-f710-ac00-f610-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:58.196901 | 0.08s 2025-10-10 17:12:47.687518 | fa163ea6-f710-ac00-f610-000000000bbe | TASK | create persistent logs directory 2025-10-10 17:12:47.946288 | fa163ea6-f710-ac00-f610-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-10 17:12:47.948390 | fa163ea6-f710-ac00-f610-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:58.483474 | 0.26s 2025-10-10 17:12:48.156046 | fa163ea6-f710-ac00-f610-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-10 17:12:48.157607 | fa163ea6-f710-ac00-f610-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:58.692699 | 0.47s 2025-10-10 17:12:48.164430 | fa163ea6-f710-ac00-f610-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:58.699513 | 0.48s 2025-10-10 17:12:48.186439 | fa163ea6-f710-ac00-f610-000000000bc0 | TASK | Set login facts 2025-10-10 17:12:48.220835 | fa163ea6-f710-ac00-f610-000000000bc0 | OK | Set login facts | standalone 2025-10-10 17:12:48.222253 | fa163ea6-f710-ac00-f610-000000000bc0 | TIMING | Set login facts | standalone | 0:02:58.757347 | 0.03s 2025-10-10 17:12:48.243879 | fa163ea6-f710-ac00-f610-000000000bc1 | TASK | Convert logins json to dict 2025-10-10 17:12:48.286135 | fa163ea6-f710-ac00-f610-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-10 17:12:48.287502 | fa163ea6-f710-ac00-f610-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:58.822597 | 0.04s 2025-10-10 17:12:48.308852 | fa163ea6-f710-ac00-f610-000000000bc2 | TASK | Set registry logins 2025-10-10 17:12:48.359953 | fa163ea6-f710-ac00-f610-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-10 17:12:48.361323 | fa163ea6-f710-ac00-f610-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:58.896401 | 0.05s 2025-10-10 17:12:48.382621 | fa163ea6-f710-ac00-f610-000000000bc3 | TASK | Run podman install 2025-10-10 17:12:48.411388 | fa163ea6-f710-ac00-f610-000000000bc3 | TIMING | Run podman install | standalone | 0:02:58.946476 | 0.03s 2025-10-10 17:12:48.470943 | fa163ea6-f710-ac00-f610-000000001323 | TASK | Gather variables for each operating system 2025-10-10 17:12:48.618965 | fa163ea6-f710-ac00-f610-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-10 17:12:48.620646 | fa163ea6-f710-ac00-f610-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.155733 | 0.15s 2025-10-10 17:12:48.632024 | fa163ea6-f710-ac00-f610-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.167118 | 0.16s 2025-10-10 17:12:48.650324 | fa163ea6-f710-ac00-f610-000000001325 | TASK | ensure podman and deps are installed 2025-10-10 17:12:51.731857 | fa163ea6-f710-ac00-f610-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-10 17:12:51.734255 | fa163ea6-f710-ac00-f610-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:02.269345 | 3.08s 2025-10-10 17:12:51.757534 | fa163ea6-f710-ac00-f610-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-10 17:12:52.304558 | fa163ea6-f710-ac00-f610-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-10 17:12:52.305944 | fa163ea6-f710-ac00-f610-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:02.841037 | 0.55s 2025-10-10 17:12:52.331718 | fa163ea6-f710-ac00-f610-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-10 17:12:52.362828 | fa163ea6-f710-ac00-f610-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-10 17:12:52.364518 | fa163ea6-f710-ac00-f610-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:02.899601 | 0.03s 2025-10-10 17:12:52.394389 | fa163ea6-f710-ac00-f610-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-10 17:12:52.438647 | fa163ea6-f710-ac00-f610-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-10 17:12:52.440369 | fa163ea6-f710-ac00-f610-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:02.975458 | 0.04s 2025-10-10 17:12:52.469007 | fa163ea6-f710-ac00-f610-00000000132a | TASK | Update default network configuration if possible 2025-10-10 17:12:52.510211 | fa163ea6-f710-ac00-f610-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-10 17:12:52.511773 | fa163ea6-f710-ac00-f610-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:03.046864 | 0.04s 2025-10-10 17:12:52.539016 | fa163ea6-f710-ac00-f610-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-10 17:12:52.784937 | fa163ea6-f710-ac00-f610-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-10 17:12:52.785718 | fa163ea6-f710-ac00-f610-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:03.320822 | 0.24s 2025-10-10 17:12:52.810819 | fa163ea6-f710-ac00-f610-00000000132d | TASK | Get current podman network 2025-10-10 17:12:53.137425 | fa163ea6-f710-ac00-f610-00000000132d | CHANGED | Get current podman network | standalone 2025-10-10 17:12:53.139108 | fa163ea6-f710-ac00-f610-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:03.674198 | 0.33s 2025-10-10 17:12:53.165884 | fa163ea6-f710-ac00-f610-00000000132e | TASK | Update the default network configuration 2025-10-10 17:12:53.758775 | fa163ea6-f710-ac00-f610-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-10 17:12:53.760262 | fa163ea6-f710-ac00-f610-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:04.295355 | 0.59s 2025-10-10 17:12:53.789018 | fa163ea6-f710-ac00-f610-00000000132f | TASK | Write containers registries.conf 2025-10-10 17:12:54.404230 | fa163ea6-f710-ac00-f610-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-10 17:12:54.405755 | fa163ea6-f710-ac00-f610-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:04.940849 | 0.62s 2025-10-10 17:12:54.432814 | fa163ea6-f710-ac00-f610-000000001330 | TASK | Write containers.conf 2025-10-10 17:12:54.693643 | fa163ea6-f710-ac00-f610-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-10 17:12:54.695930 | fa163ea6-f710-ac00-f610-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.231017 | 0.26s 2025-10-10 17:12:54.916911 | fa163ea6-f710-ac00-f610-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-10 17:12:54.917969 | fa163ea6-f710-ac00-f610-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.453065 | 0.48s 2025-10-10 17:12:55.135369 | fa163ea6-f710-ac00-f610-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-10 17:12:55.137115 | fa163ea6-f710-ac00-f610-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.672214 | 0.70s 2025-10-10 17:12:55.321128 | fa163ea6-f710-ac00-f610-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-10 17:12:55.323458 | fa163ea6-f710-ac00-f610-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.858552 | 0.89s 2025-10-10 17:12:55.334196 | fa163ea6-f710-ac00-f610-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.869293 | 0.90s 2025-10-10 17:12:55.362414 | fa163ea6-f710-ac00-f610-000000001331 | TASK | Enable podman.socket service 2025-10-10 17:12:55.394101 | fa163ea6-f710-ac00-f610-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-10 17:12:55.395344 | fa163ea6-f710-ac00-f610-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:05.930436 | 0.03s 2025-10-10 17:12:55.444264 | fa163ea6-f710-ac00-f610-000000000bc4 | TASK | Run podman login 2025-10-10 17:12:55.473256 | fa163ea6-f710-ac00-f610-000000000bc4 | TIMING | Run podman login | standalone | 0:03:06.008347 | 0.03s 2025-10-10 17:12:55.549710 | fa163ea6-f710-ac00-f610-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-10 17:12:55.578415 | fa163ea6-f710-ac00-f610-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:06.113514 | 0.03s 2025-10-10 17:12:55.611242 | fa163ea6-f710-ac00-f610-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-10 17:12:56.101012 | fa163ea6-f710-ac00-f610-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-10 17:12:56.102735 | fa163ea6-f710-ac00-f610-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:06.637825 | 0.49s 2025-10-10 17:12:56.129514 | fa163ea6-f710-ac00-f610-000000000bc7 | TASK | create persistent directories 2025-10-10 17:12:56.401073 | fa163ea6-f710-ac00-f610-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-10 17:12:56.403698 | fa163ea6-f710-ac00-f610-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:06.938785 | 0.27s 2025-10-10 17:12:56.625417 | fa163ea6-f710-ac00-f610-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-10 17:12:56.627393 | fa163ea6-f710-ac00-f610-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:07.162491 | 0.50s 2025-10-10 17:12:56.826501 | fa163ea6-f710-ac00-f610-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-10 17:12:56.828329 | fa163ea6-f710-ac00-f610-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:07.363398 | 0.70s 2025-10-10 17:12:56.839241 | fa163ea6-f710-ac00-f610-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:07.374329 | 0.71s 2025-10-10 17:12:56.865837 | fa163ea6-f710-ac00-f610-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-10 17:12:57.332827 | fa163ea6-f710-ac00-f610-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-10 17:12:57.334394 | fa163ea6-f710-ac00-f610-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:07.869489 | 0.47s 2025-10-10 17:12:57.360255 | fa163ea6-f710-ac00-f610-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-10 17:13:00.255077 | fa163ea6-f710-ac00-f610-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-10 17:13:00.256710 | fa163ea6-f710-ac00-f610-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:10.791803 | 2.90s 2025-10-10 17:13:00.283163 | fa163ea6-f710-ac00-f610-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-10 17:13:01.680550 | fa163ea6-f710-ac00-f610-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-10 17:13:01.682697 | fa163ea6-f710-ac00-f610-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:12.217786 | 1.40s 2025-10-10 17:13:01.739567 | fa163ea6-f710-ac00-f610-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:12.274641 | 0.03s 2025-10-10 17:13:01.829103 | fa163ea6-f710-ac00-f610-00000000154c | TASK | Gather variables for each operating system 2025-10-10 17:13:01.947923 | fa163ea6-f710-ac00-f610-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-10 17:13:01.949738 | fa163ea6-f710-ac00-f610-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.484823 | 0.12s 2025-10-10 17:13:01.955759 | fa163ea6-f710-ac00-f610-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.490842 | 0.13s 2025-10-10 17:13:01.982415 | fa163ea6-f710-ac00-f610-00000000154e | TASK | Install the OpenSSH server 2025-10-10 17:13:05.126052 | fa163ea6-f710-ac00-f610-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-10 17:13:05.127547 | fa163ea6-f710-ac00-f610-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:15.662641 | 3.14s 2025-10-10 17:13:05.153713 | fa163ea6-f710-ac00-f610-00000000154f | TASK | Start sshd 2025-10-10 17:13:05.183258 | fa163ea6-f710-ac00-f610-00000000154f | SKIPPED | Start sshd | standalone 2025-10-10 17:13:05.184396 | fa163ea6-f710-ac00-f610-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:15.719488 | 0.03s 2025-10-10 17:13:05.209823 | fa163ea6-f710-ac00-f610-000000001550 | TASK | PasswordAuthentication notice 2025-10-10 17:13:05.241465 | fa163ea6-f710-ac00-f610-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-10 17:13:05.242792 | fa163ea6-f710-ac00-f610-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:15.777885 | 0.03s 2025-10-10 17:13:05.269368 | fa163ea6-f710-ac00-f610-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-10 17:13:05.298036 | fa163ea6-f710-ac00-f610-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-10 17:13:05.299341 | fa163ea6-f710-ac00-f610-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:15.834406 | 0.03s 2025-10-10 17:13:05.324882 | fa163ea6-f710-ac00-f610-000000001552 | TASK | Motd duplication notice 2025-10-10 17:13:05.363034 | fa163ea6-f710-ac00-f610-000000001552 | 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-10 17:13:05.364407 | fa163ea6-f710-ac00-f610-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:15.899501 | 0.04s 2025-10-10 17:13:05.389942 | fa163ea6-f710-ac00-f610-000000001553 | TASK | Configure the banner text 2025-10-10 17:13:05.420960 | fa163ea6-f710-ac00-f610-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-10 17:13:05.422052 | fa163ea6-f710-ac00-f610-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.957144 | 0.03s 2025-10-10 17:13:05.448256 | fa163ea6-f710-ac00-f610-000000001554 | TASK | Configure the motd banner 2025-10-10 17:13:05.478126 | fa163ea6-f710-ac00-f610-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-10 17:13:05.479497 | fa163ea6-f710-ac00-f610-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:16.014588 | 0.03s 2025-10-10 17:13:05.505384 | fa163ea6-f710-ac00-f610-000000001555 | TASK | Update sshd configuration options from vars 2025-10-10 17:13:05.543507 | fa163ea6-f710-ac00-f610-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-10 17:13:05.544888 | fa163ea6-f710-ac00-f610-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:16.079981 | 0.04s 2025-10-10 17:13:05.570635 | fa163ea6-f710-ac00-f610-000000001556 | TASK | Adjust ssh server configuration 2025-10-10 17:13:06.166575 | fa163ea6-f710-ac00-f610-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-10 17:13:06.168051 | fa163ea6-f710-ac00-f610-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:16.703142 | 0.60s 2025-10-10 17:13:06.194235 | fa163ea6-f710-ac00-f610-000000001557 | TASK | Restart sshd 2025-10-10 17:13:07.655912 | fa163ea6-f710-ac00-f610-000000001557 | CHANGED | Restart sshd | standalone 2025-10-10 17:13:07.657946 | fa163ea6-f710-ac00-f610-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:18.193039 | 1.46s 2025-10-10 17:13:07.708510 | fa163ea6-f710-ac00-f610-000000000bcc | TASK | create persistent directories 2025-10-10 17:13:07.964432 | fa163ea6-f710-ac00-f610-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-10 17:13:07.966988 | fa163ea6-f710-ac00-f610-000000000bcc | TIMING | create persistent directories | standalone | 0:03:18.502076 | 0.26s 2025-10-10 17:13:08.174770 | fa163ea6-f710-ac00-f610-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-10 17:13:08.175850 | fa163ea6-f710-ac00-f610-000000000bcc | TIMING | create persistent directories | standalone | 0:03:18.710947 | 0.47s 2025-10-10 17:13:08.401809 | fa163ea6-f710-ac00-f610-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-10 17:13:08.403622 | fa163ea6-f710-ac00-f610-000000000bcc | TIMING | create persistent directories | standalone | 0:03:18.938717 | 0.69s 2025-10-10 17:13:08.414784 | fa163ea6-f710-ac00-f610-000000000bcc | TIMING | create persistent directories | standalone | 0:03:18.949869 | 0.70s 2025-10-10 17:13:08.441254 | fa163ea6-f710-ac00-f610-000000000bcd | TASK | create persistent directories 2025-10-10 17:13:08.701774 | fa163ea6-f710-ac00-f610-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-10 17:13:08.704097 | fa163ea6-f710-ac00-f610-000000000bcd | TIMING | create persistent directories | standalone | 0:03:19.239185 | 0.26s 2025-10-10 17:13:08.944435 | fa163ea6-f710-ac00-f610-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-10 17:13:08.946286 | fa163ea6-f710-ac00-f610-000000000bcd | TIMING | create persistent directories | standalone | 0:03:19.481372 | 0.50s 2025-10-10 17:13:09.149028 | fa163ea6-f710-ac00-f610-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-10 17:13:09.150498 | fa163ea6-f710-ac00-f610-000000000bcd | TIMING | create persistent directories | standalone | 0:03:19.685593 | 0.71s 2025-10-10 17:13:09.157732 | fa163ea6-f710-ac00-f610-000000000bcd | TIMING | create persistent directories | standalone | 0:03:19.692819 | 0.72s 2025-10-10 17:13:09.184629 | fa163ea6-f710-ac00-f610-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-10 17:13:09.214346 | fa163ea6-f710-ac00-f610-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-10 17:13:09.215552 | fa163ea6-f710-ac00-f610-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:19.750645 | 0.03s 2025-10-10 17:13:09.241025 | fa163ea6-f710-ac00-f610-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-10 17:13:09.280209 | fa163ea6-f710-ac00-f610-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-10 17:13:09.281479 | fa163ea6-f710-ac00-f610-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:19.816574 | 0.04s 2025-10-10 17:13:09.307165 | fa163ea6-f710-ac00-f610-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-10 17:13:09.550738 | fa163ea6-f710-ac00-f610-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-10 17:13:09.552279 | fa163ea6-f710-ac00-f610-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:20.087371 | 0.24s 2025-10-10 17:13:09.577726 | fa163ea6-f710-ac00-f610-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-10 17:13:09.617863 | fa163ea6-f710-ac00-f610-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-10 17:13:09.619282 | fa163ea6-f710-ac00-f610-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:20.154377 | 0.04s 2025-10-10 17:13:09.644652 | fa163ea6-f710-ac00-f610-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-10 17:13:09.675169 | fa163ea6-f710-ac00-f610-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-10 17:13:09.676513 | fa163ea6-f710-ac00-f610-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:20.211607 | 0.03s 2025-10-10 17:13:09.702105 | fa163ea6-f710-ac00-f610-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-10 17:13:09.733482 | fa163ea6-f710-ac00-f610-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-10 17:13:09.734587 | fa163ea6-f710-ac00-f610-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:20.269681 | 0.03s 2025-10-10 17:13:09.760445 | fa163ea6-f710-ac00-f610-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-10 17:13:09.789864 | fa163ea6-f710-ac00-f610-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:20.324948 | 0.03s 2025-10-10 17:13:09.815571 | fa163ea6-f710-ac00-f610-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-10 17:13:09.864177 | fa163ea6-f710-ac00-f610-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-10 17:13:09.865441 | fa163ea6-f710-ac00-f610-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:20.400534 | 0.05s 2025-10-10 17:13:09.890906 | fa163ea6-f710-ac00-f610-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-10 17:13:09.920920 | fa163ea6-f710-ac00-f610-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:20.456004 | 0.03s 2025-10-10 17:13:09.947485 | fa163ea6-f710-ac00-f610-000000000bd7 | TASK | Check for NTP service 2025-10-10 17:13:10.208817 | fa163ea6-f710-ac00-f610-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-10 17:13:10.210961 | fa163ea6-f710-ac00-f610-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:20.746046 | 0.26s 2025-10-10 17:13:10.237027 | fa163ea6-f710-ac00-f610-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-10 17:13:10.286626 | fa163ea6-f710-ac00-f610-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-10 17:13:10.288150 | fa163ea6-f710-ac00-f610-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:20.823241 | 0.05s 2025-10-10 17:13:10.314330 | fa163ea6-f710-ac00-f610-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-10 17:13:10.344746 | fa163ea6-f710-ac00-f610-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:20.879816 | 0.03s 2025-10-10 17:13:10.445220 | fa163ea6-f710-ac00-f610-0000000016e8 | TASK | Load distro-specific variables 2025-10-10 17:13:10.472176 | fa163ea6-f710-ac00-f610-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.007275 | 0.03s 2025-10-10 17:13:10.480753 | b9e0ac8b-696d-40ff-96c0-31ea4a2c1d34 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 17:13:10.501591 | fa163ea6-f710-ac00-f610-0000000017cd | TASK | Load distro-specific variables 2025-10-10 17:13:10.556941 | fa163ea6-f710-ac00-f610-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 17:13:10.559194 | fa163ea6-f710-ac00-f610-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.094281 | 0.06s 2025-10-10 17:13:10.569923 | fa163ea6-f710-ac00-f610-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.105016 | 0.07s 2025-10-10 17:13:10.595628 | fa163ea6-f710-ac00-f610-0000000016e9 | TASK | Install chronyd 2025-10-10 17:13:10.627147 | fa163ea6-f710-ac00-f610-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:21.162237 | 0.03s 2025-10-10 17:13:10.650647 | 6cdc1f80-3e85-47f0-8661-22b7d89a976b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-10 17:13:10.682497 | fa163ea6-f710-ac00-f610-000000001806 | TASK | Load distro-specific variables 2025-10-10 17:13:10.709719 | fa163ea6-f710-ac00-f610-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.244816 | 0.03s 2025-10-10 17:13:10.720771 | 1c386959-0666-4c74-a7e4-18285b315b56 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 17:13:10.746170 | fa163ea6-f710-ac00-f610-00000000184d | TASK | Load distro-specific variables 2025-10-10 17:13:10.803500 | fa163ea6-f710-ac00-f610-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 17:13:10.806165 | fa163ea6-f710-ac00-f610-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.341252 | 0.06s 2025-10-10 17:13:10.815878 | fa163ea6-f710-ac00-f610-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.350971 | 0.07s 2025-10-10 17:13:10.841871 | fa163ea6-f710-ac00-f610-000000001807 | TASK | Check for NTP service 2025-10-10 17:13:11.106706 | fa163ea6-f710-ac00-f610-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-10 17:13:11.108184 | fa163ea6-f710-ac00-f610-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:21.643275 | 0.26s 2025-10-10 17:13:11.134544 | fa163ea6-f710-ac00-f610-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-10 17:13:11.186866 | fa163ea6-f710-ac00-f610-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-10 17:13:11.188473 | fa163ea6-f710-ac00-f610-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:21.723559 | 0.05s 2025-10-10 17:13:11.214598 | fa163ea6-f710-ac00-f610-000000001809 | TASK | Install chronyd package 2025-10-10 17:13:14.499487 | fa163ea6-f710-ac00-f610-000000001809 | OK | Install chronyd package | standalone 2025-10-10 17:13:14.501211 | fa163ea6-f710-ac00-f610-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:25.036302 | 3.29s 2025-10-10 17:13:14.527536 | fa163ea6-f710-ac00-f610-0000000016ea | TASK | Upgrade chronyd 2025-10-10 17:13:14.559746 | fa163ea6-f710-ac00-f610-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-10 17:13:14.561111 | fa163ea6-f710-ac00-f610-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:25.096204 | 0.03s 2025-10-10 17:13:14.587997 | fa163ea6-f710-ac00-f610-0000000016eb | TASK | Configure chronyd 2025-10-10 17:13:14.620415 | fa163ea6-f710-ac00-f610-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:25.155502 | 0.03s 2025-10-10 17:13:14.641048 | d67725e6-429f-49f7-aa9c-6c7b3c34bcb5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-10 17:13:14.677666 | fa163ea6-f710-ac00-f610-000000001886 | TASK | Load distro-specific variables 2025-10-10 17:13:14.704495 | fa163ea6-f710-ac00-f610-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.239591 | 0.03s 2025-10-10 17:13:14.715668 | 157015e8-fb7e-4622-aa9b-d47118f7eab9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 17:13:14.738667 | fa163ea6-f710-ac00-f610-0000000018f2 | TASK | Load distro-specific variables 2025-10-10 17:13:14.795054 | fa163ea6-f710-ac00-f610-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 17:13:14.796858 | fa163ea6-f710-ac00-f610-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.331947 | 0.06s 2025-10-10 17:13:14.803419 | fa163ea6-f710-ac00-f610-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.338496 | 0.06s 2025-10-10 17:13:14.830734 | fa163ea6-f710-ac00-f610-000000001887 | TASK | Install chrony configuration file 2025-10-10 17:13:15.461000 | fa163ea6-f710-ac00-f610-000000001887 | OK | Install chrony configuration file | standalone 2025-10-10 17:13:15.462456 | fa163ea6-f710-ac00-f610-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:25.997548 | 0.63s 2025-10-10 17:13:15.488520 | fa163ea6-f710-ac00-f610-0000000016ec | TASK | Run chronyd 2025-10-10 17:13:15.520872 | fa163ea6-f710-ac00-f610-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:26.055959 | 0.03s 2025-10-10 17:13:15.542731 | f029e17b-4a10-41d6-b7f2-4f75b8e9633b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-10 17:13:15.590687 | fa163ea6-f710-ac00-f610-000000001915 | TASK | Load distro-specific variables 2025-10-10 17:13:15.622289 | fa163ea6-f710-ac00-f610-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.157377 | 0.03s 2025-10-10 17:13:15.634669 | 24b9a427-2ce6-4028-be22-aa89638e2ef5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 17:13:15.659101 | fa163ea6-f710-ac00-f610-000000001999 | TASK | Load distro-specific variables 2025-10-10 17:13:15.718451 | fa163ea6-f710-ac00-f610-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 17:13:15.720073 | fa163ea6-f710-ac00-f610-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.255162 | 0.06s 2025-10-10 17:13:15.731781 | fa163ea6-f710-ac00-f610-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.266871 | 0.07s 2025-10-10 17:13:15.756855 | fa163ea6-f710-ac00-f610-000000001916 | TASK | Ensure chronyd is running 2025-10-10 17:13:16.163895 | fa163ea6-f710-ac00-f610-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-10 17:13:16.166074 | fa163ea6-f710-ac00-f610-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:26.701167 | 0.41s 2025-10-10 17:13:16.193622 | fa163ea6-f710-ac00-f610-000000001917 | TASK | Force chronyd restart 2025-10-10 17:13:16.245728 | fa163ea6-f710-ac00-f610-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-10 17:13:16.247166 | fa163ea6-f710-ac00-f610-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:26.782258 | 0.05s 2025-10-10 17:13:16.275211 | fa163ea6-f710-ac00-f610-0000000016ed | TASK | Enable online service 2025-10-10 17:13:16.309331 | fa163ea6-f710-ac00-f610-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:26.844385 | 0.03s 2025-10-10 17:13:16.328811 | d13325b6-b07a-4ec3-8c1e-af19412c10e7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-10 17:13:16.373032 | fa163ea6-f710-ac00-f610-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-10 17:13:16.824390 | fa163ea6-f710-ac00-f610-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-10 17:13:16.825965 | fa163ea6-f710-ac00-f610-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:27.361059 | 0.45s 2025-10-10 17:13:16.853234 | fa163ea6-f710-ac00-f610-0000000019c7 | TASK | Enable chrony-online.service 2025-10-10 17:13:17.565499 | fa163ea6-f710-ac00-f610-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-10 17:13:17.567725 | fa163ea6-f710-ac00-f610-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:28.102818 | 0.71s 2025-10-10 17:13:17.595347 | fa163ea6-f710-ac00-f610-0000000016ee | TASK | Sync chronyc 2025-10-10 17:13:17.626091 | fa163ea6-f710-ac00-f610-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:28.161182 | 0.03s 2025-10-10 17:13:17.645137 | 3868da0e-0619-4bf4-8bbb-762edab639ae | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-10 17:13:17.691381 | fa163ea6-f710-ac00-f610-000000001a6c | TASK | Force NTP sync 2025-10-10 17:13:17.931866 | fa163ea6-f710-ac00-f610-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-10 17:13:17.932958 | fa163ea6-f710-ac00-f610-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:28.468059 | 0.24s 2025-10-10 17:13:17.951028 | fa163ea6-f710-ac00-f610-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-10 17:13:18.167515 | fa163ea6-f710-ac00-f610-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-10 17:13:18.169154 | fa163ea6-f710-ac00-f610-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:28.704247 | 0.22s 2025-10-10 17:13:18.221527 | fa163ea6-f710-ac00-f610-000000000bda | TASK | Force NTP sync 2025-10-10 17:13:18.447767 | fa163ea6-f710-ac00-f610-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-10 17:13:18.449326 | fa163ea6-f710-ac00-f610-000000000bda | TIMING | Force NTP sync | standalone | 0:03:28.984418 | 0.23s 2025-10-10 17:13:18.478041 | fa163ea6-f710-ac00-f610-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-10 17:13:18.712484 | fa163ea6-f710-ac00-f610-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-10 17:13:18.714716 | fa163ea6-f710-ac00-f610-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:29.249805 | 0.24s 2025-10-10 17:13:18.741636 | fa163ea6-f710-ac00-f610-000000000bdc | TASK | Run timezone role 2025-10-10 17:13:18.771545 | fa163ea6-f710-ac00-f610-000000000bdc | TIMING | Run timezone role | standalone | 0:03:29.306624 | 0.03s 2025-10-10 17:13:18.882894 | fa163ea6-f710-ac00-f610-000000001c2d | TASK | Set timezone 2025-10-10 17:13:19.452142 | fa163ea6-f710-ac00-f610-000000001c2d | OK | Set timezone | standalone 2025-10-10 17:13:19.453612 | fa163ea6-f710-ac00-f610-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:29.988704 | 0.57s 2025-10-10 17:13:19.479996 | fa163ea6-f710-ac00-f610-000000001c2e | TASK | Restart time services 2025-10-10 17:13:19.519351 | fa163ea6-f710-ac00-f610-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-10 17:13:19.526338 | fa163ea6-f710-ac00-f610-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-10 17:13:19.532629 | fa163ea6-f710-ac00-f610-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:30.067713 | 0.05s 2025-10-10 17:13:19.582671 | fa163ea6-f710-ac00-f610-000000000bdd | TASK | install tmpwatch on the host 2025-10-10 17:13:22.574912 | fa163ea6-f710-ac00-f610-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-10 17:13:22.576648 | fa163ea6-f710-ac00-f610-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:33.111738 | 2.99s 2025-10-10 17:13:22.602906 | fa163ea6-f710-ac00-f610-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-10 17:13:22.633010 | fa163ea6-f710-ac00-f610-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-10 17:13:22.634158 | fa163ea6-f710-ac00-f610-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:33.169253 | 0.03s 2025-10-10 17:13:22.689781 | fa163ea6-f710-ac00-f610-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:33.224869 | 0.03s 2025-10-10 17:13:22.846544 | fa163ea6-f710-ac00-f610-000000001e61 | TASK | Gather variables for each operating system 2025-10-10 17:13:22.966220 | fa163ea6-f710-ac00-f610-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-10 17:13:22.967910 | fa163ea6-f710-ac00-f610-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:33.502997 | 0.12s 2025-10-10 17:13:22.977686 | fa163ea6-f710-ac00-f610-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:33.512775 | 0.13s 2025-10-10 17:13:23.058609 | fa163ea6-f710-ac00-f610-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:33.593696 | 0.05s 2025-10-10 17:13:23.080209 | c6e4dda6-a1e8-4a3c-81bd-624e795206c6 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-10 17:13:23.113310 | fa163ea6-f710-ac00-f610-000000001f92 | TASK | Check tuned package is installed 2025-10-10 17:13:23.415707 | fa163ea6-f710-ac00-f610-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-10 17:13:23.417372 | fa163ea6-f710-ac00-f610-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:33.952465 | 0.30s 2025-10-10 17:13:23.444976 | fa163ea6-f710-ac00-f610-000000001f93 | TASK | Install tuned 2025-10-10 17:13:23.478437 | fa163ea6-f710-ac00-f610-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-10 17:13:23.479597 | fa163ea6-f710-ac00-f610-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:34.014689 | 0.03s 2025-10-10 17:13:23.506377 | fa163ea6-f710-ac00-f610-000000001f94 | TASK | Restart tuned 2025-10-10 17:13:23.536311 | fa163ea6-f710-ac00-f610-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-10 17:13:23.537803 | fa163ea6-f710-ac00-f610-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:34.072892 | 0.03s 2025-10-10 17:13:23.564372 | fa163ea6-f710-ac00-f610-000000001e63 | TASK | Check for tuned-adm 2025-10-10 17:13:23.804610 | fa163ea6-f710-ac00-f610-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-10 17:13:23.806643 | fa163ea6-f710-ac00-f610-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:34.341734 | 0.24s 2025-10-10 17:13:23.883600 | fa163ea6-f710-ac00-f610-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:34.418675 | 0.05s 2025-10-10 17:13:23.913217 | 02c5087a-4197-4284-9b7a-2de98a96612a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-10 17:13:23.948741 | fa163ea6-f710-ac00-f610-000000001fbf | TASK | Ensure profile directory exists 2025-10-10 17:13:24.021382 | fa163ea6-f710-ac00-f610-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-10 17:13:24.022911 | fa163ea6-f710-ac00-f610-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:34.558002 | 0.07s 2025-10-10 17:13:24.049535 | fa163ea6-f710-ac00-f610-000000001fc0 | TASK | Create custom tuned profile 2025-10-10 17:13:24.124985 | fa163ea6-f710-ac00-f610-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-10 17:13:24.126726 | fa163ea6-f710-ac00-f610-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:34.661810 | 0.08s 2025-10-10 17:13:24.152792 | fa163ea6-f710-ac00-f610-000000001fc1 | TASK | Check tuned active profile 2025-10-10 17:13:24.390167 | fa163ea6-f710-ac00-f610-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-10 17:13:24.391717 | fa163ea6-f710-ac00-f610-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:34.926813 | 0.24s 2025-10-10 17:13:24.419117 | fa163ea6-f710-ac00-f610-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-10 17:13:24.645258 | fa163ea6-f710-ac00-f610-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-10 17:13:24.646921 | fa163ea6-f710-ac00-f610-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:35.182015 | 0.23s 2025-10-10 17:13:24.673723 | fa163ea6-f710-ac00-f610-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-10 17:13:24.747138 | fa163ea6-f710-ac00-f610-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-10 17:13:24.748363 | fa163ea6-f710-ac00-f610-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:35.283456 | 0.07s 2025-10-10 17:13:24.776820 | fa163ea6-f710-ac00-f610-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-10 17:13:24.851866 | fa163ea6-f710-ac00-f610-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-10 17:13:24.853200 | fa163ea6-f710-ac00-f610-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:35.388291 | 0.08s 2025-10-10 17:13:24.879950 | fa163ea6-f710-ac00-f610-000000001fc5 | TASK | Enable tuned profile 2025-10-10 17:13:24.921971 | fa163ea6-f710-ac00-f610-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-10 17:13:24.923205 | fa163ea6-f710-ac00-f610-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:35.458298 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-10 17:13:25.107689 | fa163ea6-f710-ac00-f610-0000000000ac | TASK | Overcloud container setup tasks 2025-10-10 17:13:25.140794 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000ac') missing from stats 2025-10-10 17:13:25.161623 | fa163ea6-f710-ac00-f610-0000000000ad | TASK | Write config data 2025-10-10 17:13:25.238300 | fa163ea6-f710-ac00-f610-0000000000ad | TIMING | Write config data | standalone | 0:03:35.773383 | 0.08s 2025-10-10 17:13:25.282190 | 5c2db915-1515-4a56-b8a9-c42e5e93bd7a | INCLUDED | /root/standalone-ansible-xolj_bb1/common_container_setup_tasks.yaml | standalone 2025-10-10 17:13:25.307549 | fa163ea6-f710-ac00-f610-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-10 17:13:25.556601 | fa163ea6-f710-ac00-f610-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-10 17:13:25.558066 | fa163ea6-f710-ac00-f610-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:36.093159 | 0.25s 2025-10-10 17:13:25.584259 | fa163ea6-f710-ac00-f610-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-10 17:13:25.811430 | fa163ea6-f710-ac00-f610-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-10 17:13:25.813096 | fa163ea6-f710-ac00-f610-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:36.348187 | 0.23s 2025-10-10 17:13:25.839703 | fa163ea6-f710-ac00-f610-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-10 17:13:26.040527 | fa163ea6-f710-ac00-f610-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-10 17:13:26.042089 | fa163ea6-f710-ac00-f610-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:36.577181 | 0.20s 2025-10-10 17:13:26.068237 | fa163ea6-f710-ac00-f610-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-10 17:13:26.300279 | fa163ea6-f710-ac00-f610-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-10 17:13:26.301353 | fa163ea6-f710-ac00-f610-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:36.836454 | 0.23s 2025-10-10 17:13:26.327294 | fa163ea6-f710-ac00-f610-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-10 17:13:26.530603 | fa163ea6-f710-ac00-f610-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-10 17:13:26.532076 | fa163ea6-f710-ac00-f610-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:37.067170 | 0.20s 2025-10-10 17:13:26.559094 | fa163ea6-f710-ac00-f610-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-10 17:13:27.748416 | fa163ea6-f710-ac00-f610-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-10 17:13:27.749877 | fa163ea6-f710-ac00-f610-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:38.284974 | 1.19s 2025-10-10 17:13:27.778061 | fa163ea6-f710-ac00-f610-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-10 17:13:28.022812 | fa163ea6-f710-ac00-f610-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-10 17:13:28.024447 | fa163ea6-f710-ac00-f610-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:38.559533 | 0.24s 2025-10-10 17:13:28.051170 | fa163ea6-f710-ac00-f610-00000000202d | TASK | Write container config scripts 2025-10-10 17:13:28.443065 | fa163ea6-f710-ac00-f610-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-10 17:13:28.444623 | fa163ea6-f710-ac00-f610-00000000202d | TIMING | Write container config scripts | standalone | 0:03:38.979715 | 0.39s 2025-10-10 17:13:28.470066 | fa163ea6-f710-ac00-f610-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-10 17:13:28.965836 | fa163ea6-f710-ac00-f610-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-10 17:13:28.967113 | fa163ea6-f710-ac00-f610-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:39.502210 | 0.50s 2025-10-10 17:13:28.992397 | fa163ea6-f710-ac00-f610-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-10 17:13:29.688529 | fa163ea6-f710-ac00-f610-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-10 17:13:29.698388 | fa163ea6-f710-ac00-f610-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:40.233477 | 0.70s 2025-10-10 17:13:29.743337 | fa163ea6-f710-ac00-f610-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-10 17:13:29.984496 | fa163ea6-f710-ac00-f610-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-10 17:13:29.985712 | fa163ea6-f710-ac00-f610-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:40.520812 | 0.24s 2025-10-10 17:13:30.005885 | fa163ea6-f710-ac00-f610-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-10 17:13:30.252282 | fa163ea6-f710-ac00-f610-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-10 17:13:30.253941 | fa163ea6-f710-ac00-f610-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:40.789032 | 0.25s 2025-10-10 17:13:30.280554 | fa163ea6-f710-ac00-f610-000000002032 | TASK | Write container config json files 2025-10-10 17:13:30.826049 | fa163ea6-f710-ac00-f610-000000002032 | CHANGED | Write container config json files | standalone 2025-10-10 17:13:30.834275 | fa163ea6-f710-ac00-f610-000000002032 | TIMING | Write container config json files | standalone | 0:03:41.369365 | 0.55s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-10 17:13:31.013584 | fa163ea6-f710-ac00-f610-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-10 17:13:31.047418 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-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-10 17:13:31.135858 | fa163ea6-f710-ac00-f610-0000000000b2 | TIMING | include_tasks | standalone | 0:03:41.670946 | 0.06s 2025-10-10 17:13:31.151780 | b810cb7f-5064-4b2e-b76f-1c909092b613 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-10 17:13:31.279853 | fa163ea6-f710-ac00-f610-0000000000b6 | TASK | External deployment step 1 2025-10-10 17:13:31.309893 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000b6') missing from stats 2025-10-10 17:13:31.363565 | fa163ea6-f710-ac00-f610-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:41.898650 | 0.04s 2025-10-10 17:13:31.400757 | 16f47367-44bb-4e80-9de1-ae40b36a65ed | INCLUDED | /root/standalone-ansible-xolj_bb1/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-10 17:13:31.418934 | fa163ea6-f710-ac00-f610-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-10 17:13:31.472674 | fa163ea6-f710-ac00-f610-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-10 17:13:31.474140 | fa163ea6-f710-ac00-f610-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:42.009234 | 0.05s 2025-10-10 17:13:31.491908 | fa163ea6-f710-ac00-f610-000000002079 | TASK | Build disk list for cephadm 2025-10-10 17:13:31.542903 | fa163ea6-f710-ac00-f610-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-10 17:13:31.544352 | fa163ea6-f710-ac00-f610-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:42.079443 | 0.05s 2025-10-10 17:13:31.563880 | fa163ea6-f710-ac00-f610-000000002080 | TASK | Container image prepare 2025-10-10 17:13:32.630371 | fa163ea6-f710-ac00-f610-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-10 17:13:32.632716 | fa163ea6-f710-ac00-f610-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:43.167809 | 1.07s 2025-10-10 17:13:32.668912 | fa163ea6-f710-ac00-f610-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-10 17:13:32.933956 | fa163ea6-f710-ac00-f610-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-10 17:13:32.935533 | fa163ea6-f710-ac00-f610-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:43.470627 | 0.26s 2025-10-10 17:13:32.953952 | fa163ea6-f710-ac00-f610-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-10 17:13:33.006503 | fa163ea6-f710-ac00-f610-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:43.541555 | 0.05s 2025-10-10 17:13:33.056910 | fa163ea6-f710-ac00-f610-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-10 17:13:33.284525 | fa163ea6-f710-ac00-f610-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-10 17:13:33.285942 | fa163ea6-f710-ac00-f610-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:43.821036 | 0.23s 2025-10-10 17:13:33.308172 | fa163ea6-f710-ac00-f610-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-10 17:13:33.785819 | fa163ea6-f710-ac00-f610-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-10 17:13:33.787396 | fa163ea6-f710-ac00-f610-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:44.322489 | 0.48s 2025-10-10 17:13:33.808153 | fa163ea6-f710-ac00-f610-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-10 17:13:33.862896 | fa163ea6-f710-ac00-f610-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:44.397975 | 0.05s 2025-10-10 17:13:33.910811 | fa163ea6-f710-ac00-f610-0000000020eb | TASK | Check for a configured destination 2025-10-10 17:13:33.975136 | fa163ea6-f710-ac00-f610-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-10 17:13:33.976186 | fa163ea6-f710-ac00-f610-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:44.511286 | 0.06s 2025-10-10 17:13:33.997111 | fa163ea6-f710-ac00-f610-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-10 17:13:34.481081 | fa163ea6-f710-ac00-f610-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-10 17:13:34.482585 | fa163ea6-f710-ac00-f610-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:45.017679 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-10 17:13:34.665933 | fa163ea6-f710-ac00-f610-0000000000ba | TASK | Deploy step tasks for 1 2025-10-10 17:13:34.693412 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000ba') missing from stats 2025-10-10 17:13:34.713915 | fa163ea6-f710-ac00-f610-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-10 17:13:35.257106 | fa163ea6-f710-ac00-f610-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-10 17:13:35.258644 | fa163ea6-f710-ac00-f610-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:45.793736 | 0.54s 2025-10-10 17:13:35.284918 | fa163ea6-f710-ac00-f610-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-10 17:13:35.516328 | fa163ea6-f710-ac00-f610-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-10 17:13:35.517997 | fa163ea6-f710-ac00-f610-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:46.053090 | 0.23s 2025-10-10 17:13:35.546824 | fa163ea6-f710-ac00-f610-0000000000be | TASK | Write config data at the start of step 1 2025-10-10 17:13:35.621119 | fa163ea6-f710-ac00-f610-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:46.156196 | 0.07s 2025-10-10 17:13:35.670362 | 1e3b55de-7314-4c6d-936b-52aca78bc95c | INCLUDED | /root/standalone-ansible-xolj_bb1/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-10 17:13:35.695221 | fa163ea6-f710-ac00-f610-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-10 17:13:35.724990 | fa163ea6-f710-ac00-f610-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-10 17:13:35.725782 | fa163ea6-f710-ac00-f610-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:46.260882 | 0.03s 2025-10-10 17:13:35.745511 | fa163ea6-f710-ac00-f610-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-10 17:13:35.776300 | fa163ea6-f710-ac00-f610-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-10 17:13:35.777215 | fa163ea6-f710-ac00-f610-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:46.312314 | 0.03s 2025-10-10 17:13:35.845236 | fa163ea6-f710-ac00-f610-00000000212c | TASK | Write the puppet step_config manifest 2025-10-10 17:13:36.348846 | fa163ea6-f710-ac00-f610-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-10 17:13:36.350211 | fa163ea6-f710-ac00-f610-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:46.885305 | 0.50s 2025-10-10 17:13:36.375111 | fa163ea6-f710-ac00-f610-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-10 17:13:36.405050 | fa163ea6-f710-ac00-f610-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-10 17:13:36.406440 | fa163ea6-f710-ac00-f610-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:46.941532 | 0.03s 2025-10-10 17:13:36.431866 | fa163ea6-f710-ac00-f610-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-10 17:13:36.460738 | fa163ea6-f710-ac00-f610-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-10 17:13:36.462019 | fa163ea6-f710-ac00-f610-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:46.997113 | 0.03s 2025-10-10 17:13:36.487476 | fa163ea6-f710-ac00-f610-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-10 17:13:36.721158 | fa163ea6-f710-ac00-f610-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-10 17:13:36.722590 | fa163ea6-f710-ac00-f610-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:47.257684 | 0.23s 2025-10-10 17:13:36.747860 | fa163ea6-f710-ac00-f610-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-10 17:13:36.778197 | fa163ea6-f710-ac00-f610-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-10 17:13:36.779406 | fa163ea6-f710-ac00-f610-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:47.314504 | 0.03s 2025-10-10 17:13:36.801613 | fa163ea6-f710-ac00-f610-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-10 17:13:36.831160 | fa163ea6-f710-ac00-f610-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-10 17:13:36.832380 | fa163ea6-f710-ac00-f610-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:47.367477 | 0.03s 2025-10-10 17:13:36.853738 | fa163ea6-f710-ac00-f610-000000002132 | TASK | Write container-puppet.json file 2025-10-10 17:13:37.488905 | fa163ea6-f710-ac00-f610-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-10 17:13:37.490163 | fa163ea6-f710-ac00-f610-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:48.025260 | 0.64s 2025-10-10 17:13:37.511924 | fa163ea6-f710-ac00-f610-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-10 17:13:37.542533 | fa163ea6-f710-ac00-f610-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-10 17:13:37.543550 | fa163ea6-f710-ac00-f610-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:48.078649 | 0.03s 2025-10-10 17:13:37.560961 | fa163ea6-f710-ac00-f610-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-10 17:13:37.589361 | fa163ea6-f710-ac00-f610-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-10 17:13:37.590185 | fa163ea6-f710-ac00-f610-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:48.125289 | 0.03s 2025-10-10 17:13:37.607577 | fa163ea6-f710-ac00-f610-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-10 17:13:37.998031 | fa163ea6-f710-ac00-f610-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-10 17:13:37.999567 | fa163ea6-f710-ac00-f610-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:48.534662 | 0.39s 2025-10-10 17:13:38.024663 | fa163ea6-f710-ac00-f610-000000002136 | TASK | Set host puppet debugging fact string 2025-10-10 17:13:38.069307 | fa163ea6-f710-ac00-f610-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-10 17:13:38.070594 | fa163ea6-f710-ac00-f610-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:48.605688 | 0.04s 2025-10-10 17:13:38.096060 | fa163ea6-f710-ac00-f610-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-10 17:13:38.126962 | fa163ea6-f710-ac00-f610-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-10 17:13:38.128351 | fa163ea6-f710-ac00-f610-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:48.663442 | 0.03s 2025-10-10 17:13:38.154896 | fa163ea6-f710-ac00-f610-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-10 17:13:38.184247 | fa163ea6-f710-ac00-f610-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-10 17:13:38.185533 | fa163ea6-f710-ac00-f610-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:48.720626 | 0.03s 2025-10-10 17:13:38.210919 | fa163ea6-f710-ac00-f610-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-10 17:13:38.241335 | fa163ea6-f710-ac00-f610-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-10 17:13:38.242480 | fa163ea6-f710-ac00-f610-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:48.777543 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:13:38.309261 | fa163ea6-f710-ac00-f610-0000000000c0 | TIMING | include_tasks | standalone | 0:03:48.844352 | 0.04s 2025-10-10 17:13:38.430470 | 06573542-462d-4b78-8455-6558bf805fa7 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-10 17:13:38.516418 | fa163ea6-f710-ac00-f610-000000002164 | TASK | Create dirs for certificates and keys 2025-10-10 17:13:38.575829 | fa163ea6-f710-ac00-f610-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-10 17:13:38.599790 | fa163ea6-f710-ac00-f610-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-10 17:13:38.612210 | fa163ea6-f710-ac00-f610-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:49.147298 | 0.09s 2025-10-10 17:13:38.690026 | fa163ea6-f710-ac00-f610-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:13:38.691670 | fa163ea6-f710-ac00-f610-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:49.226758 | 0.05s 2025-10-10 17:13:38.720851 | fa163ea6-f710-ac00-f610-00000000216c | TASK | Fail if container image is undefined 2025-10-10 17:13:38.782228 | fa163ea6-f710-ac00-f610-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:13:38.783706 | fa163ea6-f710-ac00-f610-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:49.318798 | 0.06s 2025-10-10 17:13:38.826774 | fa163ea6-f710-ac00-f610-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-10 17:13:55.318329 | fa163ea6-f710-ac00-f610-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-10 17:13:55.321429 | fa163ea6-f710-ac00-f610-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:05.856514 | 16.49s 2025-10-10 17:13:55.377957 | fa163ea6-f710-ac00-f610-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-10 17:13:55.752757 | fa163ea6-f710-ac00-f610-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-10 17:13:55.753840 | fa163ea6-f710-ac00-f610-00000000216e | 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:06.288937 | 0.37s 2025-10-10 17:13:55.790600 | fa163ea6-f710-ac00-f610-00000000217d | TASK | Fail if container image is undefined 2025-10-10 17:13:55.862123 | fa163ea6-f710-ac00-f610-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:13:55.863747 | fa163ea6-f710-ac00-f610-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.398839 | 0.07s 2025-10-10 17:13:55.907304 | fa163ea6-f710-ac00-f610-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-10 17:14:04.253942 | fa163ea6-f710-ac00-f610-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-10 17:14:04.255321 | fa163ea6-f710-ac00-f610-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:14.790415 | 8.35s 2025-10-10 17:14:04.309169 | fa163ea6-f710-ac00-f610-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-10 17:14:04.667035 | fa163ea6-f710-ac00-f610-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-10 17:14:04.668895 | fa163ea6-f710-ac00-f610-00000000217f | 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:15.203988 | 0.36s 2025-10-10 17:14:04.719608 | fa163ea6-f710-ac00-f610-00000000218a | TASK | Check if rsyslog exists 2025-10-10 17:14:04.976696 | fa163ea6-f710-ac00-f610-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-10 17:14:04.977848 | fa163ea6-f710-ac00-f610-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:15.512945 | 0.26s 2025-10-10 17:14:04.996711 | fa163ea6-f710-ac00-f610-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-10 17:14:05.205749 | fa163ea6-f710-ac00-f610-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-10 17:14:05.208182 | fa163ea6-f710-ac00-f610-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:15.743267 | 0.21s 2025-10-10 17:14:05.236164 | fa163ea6-f710-ac00-f610-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-10 17:14:05.754874 | fa163ea6-f710-ac00-f610-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-10 17:14:05.757156 | fa163ea6-f710-ac00-f610-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:16.292244 | 0.52s 2025-10-10 17:14:05.785600 | fa163ea6-f710-ac00-f610-000000002194 | TASK | Fail if container image is undefined 2025-10-10 17:14:05.851106 | fa163ea6-f710-ac00-f610-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:14:05.852758 | fa163ea6-f710-ac00-f610-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:16.387847 | 0.07s 2025-10-10 17:14:05.898560 | fa163ea6-f710-ac00-f610-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-10 17:14:12.009196 | fa163ea6-f710-ac00-f610-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-10 17:14:12.010635 | fa163ea6-f710-ac00-f610-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:22.545729 | 6.11s 2025-10-10 17:14:12.066517 | fa163ea6-f710-ac00-f610-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-10 17:14:12.410919 | fa163ea6-f710-ac00-f610-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-10 17:14:12.412351 | fa163ea6-f710-ac00-f610-000000002196 | 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:22.947447 | 0.34s 2025-10-10 17:14:12.465263 | fa163ea6-f710-ac00-f610-0000000021a0 | TASK | Run lvmfilter role 2025-10-10 17:14:12.515677 | fa163ea6-f710-ac00-f610-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:23.050768 | 0.05s 2025-10-10 17:14:12.597840 | fa163ea6-f710-ac00-f610-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-10 17:14:12.842352 | fa163ea6-f710-ac00-f610-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-10 17:14:12.843786 | fa163ea6-f710-ac00-f610-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:23.378881 | 0.24s 2025-10-10 17:14:12.873989 | fa163ea6-f710-ac00-f610-0000000022b9 | TASK | collect ansible devices 2025-10-10 17:14:12.925083 | fa163ea6-f710-ac00-f610-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-10 17:14:12.926476 | fa163ea6-f710-ac00-f610-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:23.461542 | 0.05s 2025-10-10 17:14:12.956958 | fa163ea6-f710-ac00-f610-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-10 17:14:13.008105 | fa163ea6-f710-ac00-f610-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-10 17:14:13.009423 | fa163ea6-f710-ac00-f610-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:23.544517 | 0.05s 2025-10-10 17:14:13.036373 | fa163ea6-f710-ac00-f610-0000000022bb | TASK | set allowed_devices 2025-10-10 17:14:13.087706 | fa163ea6-f710-ac00-f610-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-10 17:14:13.088997 | fa163ea6-f710-ac00-f610-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:23.624089 | 0.05s 2025-10-10 17:14:13.118603 | fa163ea6-f710-ac00-f610-0000000022bc | TASK | build lvm2 allow list 2025-10-10 17:14:13.168479 | fa163ea6-f710-ac00-f610-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-10 17:14:13.169803 | fa163ea6-f710-ac00-f610-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:23.704895 | 0.05s 2025-10-10 17:14:13.196198 | fa163ea6-f710-ac00-f610-0000000022bd | TASK | build lvm2 deny list 2025-10-10 17:14:13.244863 | fa163ea6-f710-ac00-f610-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-10 17:14:13.246195 | fa163ea6-f710-ac00-f610-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:23.781286 | 0.05s 2025-10-10 17:14:13.274195 | fa163ea6-f710-ac00-f610-0000000022be | TASK | build lvm2 filter 2025-10-10 17:14:13.324178 | fa163ea6-f710-ac00-f610-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-10 17:14:13.325185 | fa163ea6-f710-ac00-f610-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:23.860285 | 0.05s 2025-10-10 17:14:13.345491 | fa163ea6-f710-ac00-f610-0000000022bf | TASK | regenerate lvm config 2025-10-10 17:14:13.392681 | fa163ea6-f710-ac00-f610-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-10 17:14:13.393736 | fa163ea6-f710-ac00-f610-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:23.928836 | 0.05s 2025-10-10 17:14:13.420681 | fa163ea6-f710-ac00-f610-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-10 17:14:13.474359 | fa163ea6-f710-ac00-f610-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-10 17:14:13.475709 | fa163ea6-f710-ac00-f610-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:24.010802 | 0.05s 2025-10-10 17:14:13.525910 | fa163ea6-f710-ac00-f610-0000000021a6 | TASK | Fail if container image is undefined 2025-10-10 17:14:13.597530 | fa163ea6-f710-ac00-f610-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:14:13.598951 | fa163ea6-f710-ac00-f610-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:24.134041 | 0.07s 2025-10-10 17:14:13.643434 | fa163ea6-f710-ac00-f610-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-10 17:14:23.039038 | fa163ea6-f710-ac00-f610-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-10 17:14:23.040895 | fa163ea6-f710-ac00-f610-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:33.575989 | 9.40s 2025-10-10 17:14:23.096226 | fa163ea6-f710-ac00-f610-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-10 17:14:23.472823 | fa163ea6-f710-ac00-f610-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-10 17:14:23.474004 | fa163ea6-f710-ac00-f610-0000000021a8 | 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:04:34.009104 | 0.38s 2025-10-10 17:14:23.565787 | fa163ea6-f710-ac00-f610-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:14:23.566616 | fa163ea6-f710-ac00-f610-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:34.101720 | 0.05s 2025-10-10 17:14:23.584027 | fa163ea6-f710-ac00-f610-0000000021ba | TASK | Fail if container image is undefined 2025-10-10 17:14:23.644947 | fa163ea6-f710-ac00-f610-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:14:23.646640 | fa163ea6-f710-ac00-f610-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:34.181730 | 0.06s 2025-10-10 17:14:23.691326 | fa163ea6-f710-ac00-f610-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-10 17:14:32.547557 | fa163ea6-f710-ac00-f610-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-10 17:14:32.548972 | fa163ea6-f710-ac00-f610-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:43.084065 | 8.86s 2025-10-10 17:14:32.604346 | fa163ea6-f710-ac00-f610-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-10 17:14:32.990831 | fa163ea6-f710-ac00-f610-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-10 17:14:32.992214 | fa163ea6-f710-ac00-f610-0000000021bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:43.527308 | 0.39s 2025-10-10 17:14:33.092891 | fa163ea6-f710-ac00-f610-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:14:33.094102 | fa163ea6-f710-ac00-f610-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:43.629197 | 0.05s 2025-10-10 17:14:33.120071 | fa163ea6-f710-ac00-f610-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-10 17:14:53.916821 | fa163ea6-f710-ac00-f610-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-10 17:14:53.918635 | fa163ea6-f710-ac00-f610-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:05:04.453729 | 20.80s 2025-10-10 17:14:53.944693 | fa163ea6-f710-ac00-f610-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-10 17:14:53.999577 | fa163ea6-f710-ac00-f610-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-10 17:14:54.000907 | fa163ea6-f710-ac00-f610-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:05:04.536000 | 0.05s 2025-10-10 17:14:54.026870 | fa163ea6-f710-ac00-f610-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-10 17:14:54.294391 | fa163ea6-f710-ac00-f610-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-10 17:14:54.296066 | fa163ea6-f710-ac00-f610-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:05:04.831160 | 0.27s 2025-10-10 17:14:54.322520 | fa163ea6-f710-ac00-f610-0000000021ce | TASK | is KSM enabled 2025-10-10 17:14:54.376554 | fa163ea6-f710-ac00-f610-0000000021ce | OK | is KSM enabled | standalone 2025-10-10 17:14:54.378012 | fa163ea6-f710-ac00-f610-0000000021ce | TIMING | is KSM enabled | standalone | 0:05:04.913103 | 0.05s 2025-10-10 17:14:54.406353 | fa163ea6-f710-ac00-f610-0000000021d0 | TASK | Check for ksm 2025-10-10 17:14:54.701838 | fa163ea6-f710-ac00-f610-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-10 17:14:54.703216 | fa163ea6-f710-ac00-f610-0000000021d0 | TIMING | Check for ksm | standalone | 0:05:05.238311 | 0.30s 2025-10-10 17:14:54.729026 | fa163ea6-f710-ac00-f610-0000000021d1 | TASK | disable KSM services 2025-10-10 17:14:54.806023 | fa163ea6-f710-ac00-f610-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-10 17:14:54.829238 | fa163ea6-f710-ac00-f610-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-10 17:14:54.834958 | fa163ea6-f710-ac00-f610-0000000021d1 | TIMING | disable KSM services | standalone | 0:05:05.370042 | 0.10s 2025-10-10 17:14:54.862708 | fa163ea6-f710-ac00-f610-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-10 17:14:54.915251 | fa163ea6-f710-ac00-f610-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-10 17:14:54.916736 | fa163ea6-f710-ac00-f610-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:05:05.451829 | 0.05s 2025-10-10 17:14:54.943652 | fa163ea6-f710-ac00-f610-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-10 17:14:54.984737 | fa163ea6-f710-ac00-f610-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-10 17:14:54.986192 | fa163ea6-f710-ac00-f610-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:05:05.521284 | 0.04s 2025-10-10 17:14:55.012609 | fa163ea6-f710-ac00-f610-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-10 17:14:55.065708 | fa163ea6-f710-ac00-f610-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-10 17:14:55.067098 | fa163ea6-f710-ac00-f610-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:05:05.602192 | 0.05s 2025-10-10 17:14:55.092349 | fa163ea6-f710-ac00-f610-0000000021d6 | TASK | enable ksmtunded 2025-10-10 17:14:55.161075 | fa163ea6-f710-ac00-f610-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-10 17:14:55.184261 | fa163ea6-f710-ac00-f610-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-10 17:14:55.190658 | fa163ea6-f710-ac00-f610-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:05:05.725751 | 0.10s 2025-10-10 17:14:55.270522 | fa163ea6-f710-ac00-f610-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:14:55.271669 | fa163ea6-f710-ac00-f610-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:05.806763 | 0.05s 2025-10-10 17:14:55.297862 | fa163ea6-f710-ac00-f610-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-10 17:14:55.391570 | fa163ea6-f710-ac00-f610-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-10 17:14:55.393030 | fa163ea6-f710-ac00-f610-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:05.928125 | 0.09s 2025-10-10 17:14:55.419657 | fa163ea6-f710-ac00-f610-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-10 17:14:58.648489 | fa163ea6-f710-ac00-f610-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-10 17:14:58.654087 | fa163ea6-f710-ac00-f610-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:09.189180 | 3.23s 2025-10-10 17:14:58.692064 | fa163ea6-f710-ac00-f610-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-10 17:14:58.765069 | fa163ea6-f710-ac00-f610-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-10 17:14:58.766259 | fa163ea6-f710-ac00-f610-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:09.301353 | 0.07s 2025-10-10 17:14:58.796375 | fa163ea6-f710-ac00-f610-0000000021de | TASK | Fetch ovn VIP 2025-10-10 17:14:58.860897 | fa163ea6-f710-ac00-f610-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-10 17:14:58.862315 | fa163ea6-f710-ac00-f610-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:05:09.397407 | 0.06s 2025-10-10 17:14:58.885899 | fa163ea6-f710-ac00-f610-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-10 17:14:58.957127 | fa163ea6-f710-ac00-f610-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-10 17:14:58.957918 | fa163ea6-f710-ac00-f610-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:09.493019 | 0.07s 2025-10-10 17:14:58.980569 | fa163ea6-f710-ac00-f610-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-10 17:14:59.044642 | fa163ea6-f710-ac00-f610-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-10 17:14:59.045422 | fa163ea6-f710-ac00-f610-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:09.580522 | 0.06s 2025-10-10 17:14:59.067977 | fa163ea6-f710-ac00-f610-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-10 17:14:59.140049 | fa163ea6-f710-ac00-f610-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-10 17:14:59.141162 | fa163ea6-f710-ac00-f610-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:09.676255 | 0.07s 2025-10-10 17:14:59.170315 | fa163ea6-f710-ac00-f610-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-10 17:14:59.241761 | fa163ea6-f710-ac00-f610-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-10 17:14:59.254905 | fa163ea6-f710-ac00-f610-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:09.789997 | 0.08s 2025-10-10 17:14:59.325343 | fa163ea6-f710-ac00-f610-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:14:59.326536 | fa163ea6-f710-ac00-f610-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:09.861631 | 0.04s 2025-10-10 17:14:59.355991 | fa163ea6-f710-ac00-f610-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-10 17:14:59.409392 | fa163ea6-f710-ac00-f610-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:09.944465 | 0.05s 2025-10-10 17:14:59.478619 | fa163ea6-f710-ac00-f610-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-10 17:14:59.786168 | fa163ea6-f710-ac00-f610-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-10 17:14:59.787721 | fa163ea6-f710-ac00-f610-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:10.322814 | 0.31s 2025-10-10 17:14:59.818669 | fa163ea6-f710-ac00-f610-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-10 17:14:59.893746 | fa163ea6-f710-ac00-f610-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-10 17:14:59.895133 | fa163ea6-f710-ac00-f610-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:10.430226 | 0.07s 2025-10-10 17:14:59.925793 | fa163ea6-f710-ac00-f610-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-10 17:15:00.206217 | fa163ea6-f710-ac00-f610-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-10 17:15:00.207686 | fa163ea6-f710-ac00-f610-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:10.742780 | 0.28s 2025-10-10 17:15:00.237670 | fa163ea6-f710-ac00-f610-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-10 17:15:00.298243 | fa163ea6-f710-ac00-f610-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-10 17:15:00.299376 | fa163ea6-f710-ac00-f610-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:10.834471 | 0.06s 2025-10-10 17:15:00.329797 | fa163ea6-f710-ac00-f610-000000002393 | TASK | render OVN cluster configuration 2025-10-10 17:15:01.001787 | fa163ea6-f710-ac00-f610-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-10 17:15:01.003167 | fa163ea6-f710-ac00-f610-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:11.538260 | 0.67s 2025-10-10 17:15:01.034248 | fa163ea6-f710-ac00-f610-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-10 17:15:01.096790 | fa163ea6-f710-ac00-f610-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:11.631867 | 0.06s 2025-10-10 17:15:01.114675 | fa163ea6-f710-ac00-f610-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:11.649772 | 0.08s 2025-10-10 17:15:01.127069 | fa163ea6-f710-ac00-f610-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:11.662164 | 0.09s 2025-10-10 17:15:01.139763 | fa163ea6-f710-ac00-f610-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:11.674852 | 0.10s 2025-10-10 17:15:01.165077 | 32b95da0-d34f-4e87-91d2-81309484c2a4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-10 17:15:01.173222 | d7a876fd-d044-4bbf-9a58-f7769945cc4e | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-10 17:15:01.180770 | 91a88140-11e3-42fb-8dfa-58204db13421 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-10 17:15:01.214300 | fa163ea6-f710-ac00-f610-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-10 17:15:01.487295 | fa163ea6-f710-ac00-f610-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-10 17:15:01.488711 | fa163ea6-f710-ac00-f610-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:12.023806 | 0.27s 2025-10-10 17:15:01.520541 | fa163ea6-f710-ac00-f610-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-10 17:15:01.572436 | fa163ea6-f710-ac00-f610-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-10 17:15:01.573847 | fa163ea6-f710-ac00-f610-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:12.108939 | 0.05s 2025-10-10 17:15:01.605604 | fa163ea6-f710-ac00-f610-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-10 17:15:01.870641 | fa163ea6-f710-ac00-f610-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-10 17:15:01.872556 | fa163ea6-f710-ac00-f610-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:12.407644 | 0.27s 2025-10-10 17:15:01.905435 | fa163ea6-f710-ac00-f610-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-10 17:15:01.959146 | fa163ea6-f710-ac00-f610-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-10 17:15:01.960556 | fa163ea6-f710-ac00-f610-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:12.495648 | 0.05s 2025-10-10 17:15:01.991822 | fa163ea6-f710-ac00-f610-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-10 17:15:02.270106 | fa163ea6-f710-ac00-f610-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-10 17:15:02.271562 | fa163ea6-f710-ac00-f610-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:12.806654 | 0.28s 2025-10-10 17:15:02.303950 | fa163ea6-f710-ac00-f610-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-10 17:15:02.346138 | fa163ea6-f710-ac00-f610-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-10 17:15:02.347558 | fa163ea6-f710-ac00-f610-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:12.882651 | 0.04s 2025-10-10 17:15:02.454807 | fa163ea6-f710-ac00-f610-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:15:02.456135 | fa163ea6-f710-ac00-f610-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:12.991228 | 0.05s 2025-10-10 17:15:02.537858 | fa163ea6-f710-ac00-f610-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:15:02.539153 | fa163ea6-f710-ac00-f610-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:13.074245 | 0.05s 2025-10-10 17:15:02.568875 | fa163ea6-f710-ac00-f610-0000000021f2 | TASK | Fail if container image is undefined 2025-10-10 17:15:02.629031 | fa163ea6-f710-ac00-f610-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:15:02.630106 | fa163ea6-f710-ac00-f610-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:13.165206 | 0.06s 2025-10-10 17:15:02.665408 | fa163ea6-f710-ac00-f610-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-10 17:15:11.042185 | fa163ea6-f710-ac00-f610-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-10 17:15:11.043133 | fa163ea6-f710-ac00-f610-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:21.578238 | 8.38s 2025-10-10 17:15:11.076066 | fa163ea6-f710-ac00-f610-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-10 17:15:11.451554 | fa163ea6-f710-ac00-f610-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-10 17:15:11.453327 | fa163ea6-f710-ac00-f610-0000000021f4 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:21.988418 | 0.38s 2025-10-10 17:15:11.515077 | fa163ea6-f710-ac00-f610-0000000021ff | TASK | Pre-fetch all the containers 2025-10-10 17:15:17.045124 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-10 17:15:17.048521 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:27.583613 | 5.53s 2025-10-10 17:15:23.614205 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-10 17:15:23.617867 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:34.152962 | 12.10s 2025-10-10 17:15:27.591645 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-10 17:15:27.593970 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:38.129071 | 16.08s 2025-10-10 17:15:32.032974 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-10 17:15:32.035842 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.570935 | 20.52s 2025-10-10 17:15:34.674102 | fa163ea6-f710-ac00-f610-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-10 17:15:34.676630 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:45.211726 | 23.16s 2025-10-10 17:15:37.058741 | fa163ea6-f710-ac00-f610-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-10 17:15:37.061638 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:47.596729 | 25.54s 2025-10-10 17:15:44.657330 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-10 17:15:44.660274 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:55.195368 | 33.14s 2025-10-10 17:15:49.813478 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-10 17:15:49.817740 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:00.352834 | 38.30s 2025-10-10 17:15:55.084350 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-10 17:15:55.088657 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:05.623748 | 43.57s 2025-10-10 17:15:58.200414 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-10 17:15:58.203818 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:08.738910 | 46.69s 2025-10-10 17:16:07.889700 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-10 17:16:07.894722 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:18.429811 | 56.38s 2025-10-10 17:16:12.188352 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-10 17:16:12.190079 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:22.725183 | 60.67s 2025-10-10 17:16:32.658964 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-10 17:16:32.663145 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:43.198241 | 81.15s 2025-10-10 17:16:43.968641 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-10 17:16:43.973945 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:54.509039 | 92.46s 2025-10-10 17:16:53.564843 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-10 17:16:53.569087 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:04.104181 | 102.05s 2025-10-10 17:17:04.121250 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-10 17:17:04.125320 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:14.660415 | 112.61s 2025-10-10 17:17:12.642192 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-10 17:17:12.645970 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:23.181065 | 121.13s 2025-10-10 17:17:18.713206 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-10 17:17:18.716929 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:29.252023 | 127.20s 2025-10-10 17:17:23.523791 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-10 17:17:23.527678 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:34.062773 | 132.01s 2025-10-10 17:17:28.314767 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-10 17:17:28.318161 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:38.853257 | 136.80s 2025-10-10 17:17:35.600293 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-10 17:17:35.604868 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:46.139959 | 144.09s 2025-10-10 17:17:50.879796 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-10 17:17:50.885764 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:01.420852 | 159.37s 2025-10-10 17:17:57.652877 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-10 17:17:57.655856 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:08.190951 | 166.14s 2025-10-10 17:18:07.812617 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-10 17:18:07.816057 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:18.351147 | 176.30s 2025-10-10 17:18:12.518177 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-10 17:18:12.521813 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:23.056906 | 181.00s 2025-10-10 17:18:16.550579 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-10 17:18:16.555943 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:27.091033 | 185.04s 2025-10-10 17:18:21.185228 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-10 17:18:21.190252 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:31.725347 | 189.67s 2025-10-10 17:18:27.191771 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-10 17:18:27.194944 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:37.730037 | 195.68s 2025-10-10 17:18:31.097975 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-10 17:18:31.101131 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:41.636225 | 199.58s 2025-10-10 17:18:35.333536 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-10 17:18:35.339650 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.874741 | 203.82s 2025-10-10 17:18:41.906977 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-10 17:18:41.912281 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:52.447372 | 210.39s 2025-10-10 17:18:45.063289 | fa163ea6-f710-ac00-f610-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-10 17:18:45.068593 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.603679 | 213.55s 2025-10-10 17:18:48.640416 | fa163ea6-f710-ac00-f610-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-10 17:18:48.645257 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.180346 | 217.13s 2025-10-10 17:18:52.716817 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-10 17:18:52.721547 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:03.256640 | 221.20s 2025-10-10 17:18:55.542502 | fa163ea6-f710-ac00-f610-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-10 17:18:55.544765 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:06.079863 | 224.03s 2025-10-10 17:19:00.493093 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-10 17:19:00.496373 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:11.031467 | 228.98s 2025-10-10 17:19:04.152311 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-10 17:19:04.156271 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:14.691367 | 232.64s 2025-10-10 17:19:11.228596 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-10 17:19:11.232907 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:21.768003 | 239.72s 2025-10-10 17:19:14.977603 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-10 17:19:14.980721 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:25.515816 | 243.46s 2025-10-10 17:19:18.478204 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-10 17:19:18.482617 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:29.017712 | 246.96s 2025-10-10 17:19:23.897952 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-10 17:19:23.902592 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:34.437683 | 252.38s 2025-10-10 17:19:28.502641 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-10 17:19:28.507626 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:39.042713 | 256.99s 2025-10-10 17:19:31.909755 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-10 17:19:31.912019 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:42.447120 | 260.39s 2025-10-10 17:19:36.087845 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-10 17:19:36.091895 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:46.626992 | 264.57s 2025-10-10 17:19:40.410692 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-10 17:19:40.415033 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:50.950127 | 268.90s 2025-10-10 17:19:44.444139 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-10 17:19:44.446634 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:54.981728 | 272.93s 2025-10-10 17:19:47.566689 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-10 17:19:47.570142 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:58.105235 | 276.05s 2025-10-10 17:19:51.418534 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-10 17:19:51.423110 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:01.958202 | 279.91s 2025-10-10 17:19:55.600551 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-10 17:19:55.604765 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:06.139860 | 284.09s 2025-10-10 17:20:00.078724 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-10 17:20:00.081733 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:10.616829 | 288.56s 2025-10-10 17:20:04.355537 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-10 17:20:04.358711 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:14.893806 | 292.84s 2025-10-10 17:20:09.466129 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-10 17:20:09.470631 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:20.005726 | 297.95s 2025-10-10 17:20:13.710867 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-10 17:20:13.715250 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:24.250345 | 302.20s 2025-10-10 17:20:18.486517 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-10 17:20:18.488628 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:29.023730 | 306.97s 2025-10-10 17:20:22.947725 | fa163ea6-f710-ac00-f610-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-10 17:20:22.949888 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:33.484987 | 311.43s 2025-10-10 17:20:23.367587 | fa163ea6-f710-ac00-f610-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:33.902672 | 311.85s 2025-10-10 17:20:23.593698 | fa163ea6-f710-ac00-f610-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 17:20:23.594800 | fa163ea6-f710-ac00-f610-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:34.129900 | 0.06s 2025-10-10 17:20:23.621535 | fa163ea6-f710-ac00-f610-000000002209 | TASK | Fail if container image is undefined 2025-10-10 17:20:23.691076 | fa163ea6-f710-ac00-f610-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 17:20:23.692328 | fa163ea6-f710-ac00-f610-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:34.227422 | 0.07s 2025-10-10 17:20:23.738688 | fa163ea6-f710-ac00-f610-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-10 17:20:30.838728 | fa163ea6-f710-ac00-f610-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-10 17:20:30.842893 | fa163ea6-f710-ac00-f610-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:41.377977 | 7.10s 2025-10-10 17:20:30.903577 | fa163ea6-f710-ac00-f610-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-10 17:20:31.286217 | fa163ea6-f710-ac00-f610-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-10 17:20:31.289159 | fa163ea6-f710-ac00-f610-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:41.824253 | 0.38s 2025-10-10 17:20:31.347682 | fa163ea6-f710-ac00-f610-000000002216 | TASK | Check if rsyslog exists 2025-10-10 17:20:31.614237 | fa163ea6-f710-ac00-f610-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-10 17:20:31.615781 | fa163ea6-f710-ac00-f610-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:42.150874 | 0.27s 2025-10-10 17:20:31.644952 | fa163ea6-f710-ac00-f610-000000002217 | TASK | Forward logging to swift.log file 2025-10-10 17:20:32.162032 | fa163ea6-f710-ac00-f610-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-10 17:20:32.163562 | fa163ea6-f710-ac00-f610-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:42.698657 | 0.52s 2025-10-10 17:20:32.193145 | fa163ea6-f710-ac00-f610-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-10 17:20:32.751184 | fa163ea6-f710-ac00-f610-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-10 17:20:32.753560 | fa163ea6-f710-ac00-f610-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:43.288654 | 0.56s 2025-10-10 17:20:32.785903 | fa163ea6-f710-ac00-f610-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-10 17:20:33.048103 | fa163ea6-f710-ac00-f610-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-10 17:20:33.049696 | fa163ea6-f710-ac00-f610-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:43.584790 | 0.26s 2025-10-10 17:20:33.142168 | fa163ea6-f710-ac00-f610-0000000000c3 | TIMING | include_tasks | standalone | 0:10:43.677253 | 0.06s 2025-10-10 17:20:33.184698 | 07e3bc95-a962-4656-8e9a-50745794668a | INCLUDED | /root/standalone-ansible-xolj_bb1/common_deploy_steps_tasks.yaml | standalone 2025-10-10 17:20:33.210284 | fa163ea6-f710-ac00-f610-00000000249a | TASK | Write the config_step hieradata 2025-10-10 17:20:33.688039 | fa163ea6-f710-ac00-f610-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-10 17:20:33.688779 | fa163ea6-f710-ac00-f610-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:44.223884 | 0.48s 2025-10-10 17:20:33.709035 | fa163ea6-f710-ac00-f610-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-10 17:20:34.033683 | fa163ea6-f710-ac00-f610-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-10 17:20:34.034697 | fa163ea6-f710-ac00-f610-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:44.569798 | 0.32s 2025-10-10 17:20:34.059648 | fa163ea6-f710-ac00-f610-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-10 17:20:34.336322 | fa163ea6-f710-ac00-f610-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 17:20:44.572710 | fa163ea6-f710-ac00-f610-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 17:20:54.841046 | fa163ea6-f710-ac00-f610-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-10 17:21:05.067796 | fa163ea6-f710-ac00-f610-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-10 17:21:15.269268 | fa163ea6-f710-ac00-f610-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-10 17:21:25.486030 | fa163ea6-f710-ac00-f610-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-10 17:21:35.709141 | fa163ea6-f710-ac00-f610-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 17:21:35.710355 | fa163ea6-f710-ac00-f610-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:46.245451 | 61.65s 2025-10-10 17:21:35.743953 | fa163ea6-f710-ac00-f610-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-10 17:21:35.829244 | fa163ea6-f710-ac00-f610-00000000249d | 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 10 17:20: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 10 17:20:37 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 17:20:37 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 17:20:37 puppet-user: (file & line not available)", "<13>Oct 10 17:20:37 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 10 17:20:37 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 10 17:20:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 17:20:38 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Oct 10 17:20:38 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 10 17:20:38 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 10 17:20:38 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 10 17:20:47 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 10 17:20:55 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 10 17:20:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 10 17:20:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 10 17:20:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 10 17:20:59 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 10 17:20:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 10 17:21:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 10 17:21:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 10 17:21:06 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 10 17:21:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 10 17:21:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 10 17:21:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 10 17:21:31 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 17:21:33 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 10 17:21:33 puppet-user: Notice: Applied catalog in 55.41 seconds", "<13>Oct 10 17:21:33 puppet-user: Application:", "<13>Oct 10 17:21:33 puppet-user: Initial environment: production", "<13>Oct 10 17:21:33 puppet-user: Converged environment: production", "<13>Oct 10 17:21:33 puppet-user: Run mode: user", "<13>Oct 10 17:21:33 puppet-user: Changes:", "<13>Oct 10 17:21:33 puppet-user: Total: 17", "<13>Oct 10 17:21:33 puppet-user: Events:", "<13>Oct 10 17:21:33 puppet-user: Success: 17", "<13>Oct 10 17:21:33 puppet-user: Resources:", "<13>Oct 10 17:21:33 puppet-user: Restarted: 1", "<13>Oct 10 17:21:33 puppet-user: Changed: 16", "<13>Oct 10 17:21:33 puppet-user: Out of sync: 16", "<13>Oct 10 17:21:33 puppet-user: Total: 26", "<13>Oct 10 17:21:33 puppet-user: Time:", "<13>Oct 10 17:21:33 puppet-user: Filebucket: 0.00", "<13>Oct 10 17:21:33 puppet-user: Schedule: 0.00", "<13>Oct 10 17:21:33 puppet-user: File line: 0.00", "<13>Oct 10 17:21:33 puppet-user: File: 0.00", "<13>Oct 10 17:21:33 puppet-user: Augeas: 0.02", "<13>Oct 10 17:21:33 puppet-user: User: 0.19", "<13>Oct 10 17:21:33 puppet-user: Config retrieval: 0.48", "<13>Oct 10 17:21:33 puppet-user: Package: 16.43", "<13>Oct 10 17:21:33 puppet-user: Last run: 1760116893", "<13>Oct 10 17:21:33 puppet-user: Exec: 29.06", "<13>Oct 10 17:21:33 puppet-user: Pcmk property: 3.45", "<13>Oct 10 17:21:33 puppet-user: Service: 5.04", "<13>Oct 10 17:21:33 puppet-user: Transaction evaluation: 55.40", "<13>Oct 10 17:21:33 puppet-user: Catalog application: 55.41", "<13>Oct 10 17:21:33 puppet-user: Total: 55.41", "<13>Oct 10 17:21:33 puppet-user: Version:", "<13>Oct 10 17:21:33 puppet-user: Config: 1760116837", "<13>Oct 10 17:21:33 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 17:21:35.830540 | fa163ea6-f710-ac00-f610-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:46.365630 | 0.08s 2025-10-10 17:21:35.860027 | fa163ea6-f710-ac00-f610-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-10 17:21:35.888671 | fa163ea6-f710-ac00-f610-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:46.423763 | 0.03s 2025-10-10 17:21:35.964570 | fa163ea6-f710-ac00-f610-0000000024e5 | TASK | Gather variables for each operating system 2025-10-10 17:21:36.081272 | fa163ea6-f710-ac00-f610-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:46.616360 | 0.12s 2025-10-10 17:21:36.110892 | fa163ea6-f710-ac00-f610-0000000024e6 | TASK | Create puppet caching structures 2025-10-10 17:21:36.335808 | fa163ea6-f710-ac00-f610-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-10 17:21:36.337736 | fa163ea6-f710-ac00-f610-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:46.872829 | 0.23s 2025-10-10 17:21:36.368365 | fa163ea6-f710-ac00-f610-0000000024e7 | TASK | Check for facter.conf 2025-10-10 17:21:36.581807 | fa163ea6-f710-ac00-f610-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-10 17:21:36.583107 | fa163ea6-f710-ac00-f610-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:47.118201 | 0.21s 2025-10-10 17:21:36.613873 | fa163ea6-f710-ac00-f610-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-10 17:21:36.646881 | fa163ea6-f710-ac00-f610-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 17:21:36.648164 | fa163ea6-f710-ac00-f610-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:47.183258 | 0.03s 2025-10-10 17:21:36.678303 | fa163ea6-f710-ac00-f610-0000000024e9 | TASK | Write facter cache config 2025-10-10 17:21:37.103377 | fa163ea6-f710-ac00-f610-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-10 17:21:37.104882 | fa163ea6-f710-ac00-f610-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:47.639977 | 0.42s 2025-10-10 17:21:37.134740 | fa163ea6-f710-ac00-f610-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-10 17:21:37.354491 | fa163ea6-f710-ac00-f610-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-10 17:21:37.355854 | fa163ea6-f710-ac00-f610-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:47.890951 | 0.22s 2025-10-10 17:21:37.386213 | fa163ea6-f710-ac00-f610-0000000024eb | TASK | Pre-cache facts 2025-10-10 17:21:37.961708 | fa163ea6-f710-ac00-f610-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-10 17:21:37.962913 | fa163ea6-f710-ac00-f610-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:48.498008 | 0.58s 2025-10-10 17:21:37.994206 | fa163ea6-f710-ac00-f610-0000000024ec | TASK | Failed deployment if facter fails 2025-10-10 17:21:38.026863 | fa163ea6-f710-ac00-f610-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 17:21:38.027955 | fa163ea6-f710-ac00-f610-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:48.563050 | 0.03s 2025-10-10 17:21:38.131144 | fa163ea6-f710-ac00-f610-0000000024ed | TASK | Sync cached facts 2025-10-10 17:21:38.539319 | fa163ea6-f710-ac00-f610-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-0000000024ed') missing from stats 2025-10-10 17:21:38.597091 | fa163ea6-f710-ac00-f610-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 17:21:38.647541 | fa163ea6-f710-ac00-f610-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:49.182626 | 0.05s 2025-10-10 17:21:38.678111 | eb94e530-15ed-4323-8d84-64a73af3d05e | INCLUDED | /root/standalone-ansible-xolj_bb1/generate-config-tasks.yaml | standalone 2025-10-10 17:21:38.718557 | fa163ea6-f710-ac00-f610-000000002537 | TASK | Create base directory puppet configs 2025-10-10 17:21:38.954812 | fa163ea6-f710-ac00-f610-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-10 17:21:38.955757 | fa163ea6-f710-ac00-f610-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:49.490861 | 0.24s 2025-10-10 17:21:38.976757 | fa163ea6-f710-ac00-f610-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-10 17:21:39.277868 | fa163ea6-f710-ac00-f610-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-10 17:21:39.278762 | fa163ea6-f710-ac00-f610-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:49.813867 | 0.30s 2025-10-10 17:21:39.299129 | fa163ea6-f710-ac00-f610-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-10 17:21:39.325276 | fa163ea6-f710-ac00-f610-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:49.860374 | 0.03s 2025-10-10 17:21:39.376759 | fa163ea6-f710-ac00-f610-0000000025c3 | TASK | Gather variables for each operating system 2025-10-10 17:21:39.499631 | fa163ea6-f710-ac00-f610-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:50.034682 | 0.12s 2025-10-10 17:21:39.533897 | fa163ea6-f710-ac00-f610-0000000025c4 | TASK | Create container logs path 2025-10-10 17:21:39.765508 | fa163ea6-f710-ac00-f610-0000000025c4 | OK | Create container logs path | standalone 2025-10-10 17:21:39.766915 | fa163ea6-f710-ac00-f610-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:50.302010 | 0.23s 2025-10-10 17:21:39.800246 | fa163ea6-f710-ac00-f610-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:21:40.131419 | fa163ea6-f710-ac00-f610-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:21:40.132342 | fa163ea6-f710-ac00-f610-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:50.667445 | 0.33s 2025-10-10 17:21:40.154135 | fa163ea6-f710-ac00-f610-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-10 17:21:40.234412 | fa163ea6-f710-ac00-f610-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:21:40.235658 | fa163ea6-f710-ac00-f610-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:50.770759 | 0.08s 2025-10-10 17:21:40.269846 | fa163ea6-f710-ac00-f610-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-10 17:21:40.309680 | fa163ea6-f710-ac00-f610-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:21:40.310575 | fa163ea6-f710-ac00-f610-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:50.845675 | 0.04s 2025-10-10 17:21:40.334754 | fa163ea6-f710-ac00-f610-0000000025cb | TASK | Update container configs with new config hashes 2025-10-10 17:21:40.394012 | fa163ea6-f710-ac00-f610-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:21:40.395358 | fa163ea6-f710-ac00-f610-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:50.930447 | 0.06s 2025-10-10 17:21:40.430418 | fa163ea6-f710-ac00-f610-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:21:40.492982 | fa163ea6-f710-ac00-f610-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:51.028067 | 0.06s 2025-10-10 17:21:40.520607 | 63938317-a576-407a-8b03-5594aa4def5f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:21:40.559650 | fa163ea6-f710-ac00-f610-000000002610 | TASK | Gather podman infos 2025-10-10 17:21:41.132539 | fa163ea6-f710-ac00-f610-000000002610 | OK | Gather podman infos | standalone 2025-10-10 17:21:41.134484 | fa163ea6-f710-ac00-f610-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:51.669536 | 0.57s 2025-10-10 17:21:41.175600 | fa163ea6-f710-ac00-f610-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:21:41.241622 | fa163ea6-f710-ac00-f610-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:21:41.242924 | fa163ea6-f710-ac00-f610-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:51.778016 | 0.07s 2025-10-10 17:21:41.276602 | fa163ea6-f710-ac00-f610-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:21:41.335057 | fa163ea6-f710-ac00-f610-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:51.870145 | 0.06s 2025-10-10 17:21:41.362689 | 0ead779b-eba7-4d3d-9155-1851c4ddc959 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:21:41.399116 | fa163ea6-f710-ac00-f610-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:22:14.306146 | fa163ea6-f710-ac00-f610-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:22:14.309293 | fa163ea6-f710-ac00-f610-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:24.844386 | 32.91s 2025-10-10 17:22:14.387373 | fa163ea6-f710-ac00-f610-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:22:14.474241 | fa163ea6-f710-ac00-f610-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:22:14.475392 | fa163ea6-f710-ac00-f610-00000000263b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:25.010493 | 0.08s 2025-10-10 17:22:14.537267 | fa163ea6-f710-ac00-f610-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-10 17:22:14.569046 | fa163ea6-f710-ac00-f610-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-10 17:22:14.570191 | fa163ea6-f710-ac00-f610-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:25.105285 | 0.03s 2025-10-10 17:22:14.603370 | fa163ea6-f710-ac00-f610-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-10 17:22:14.635250 | fa163ea6-f710-ac00-f610-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-10 17:22:14.636736 | fa163ea6-f710-ac00-f610-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:25.171830 | 0.03s 2025-10-10 17:22:14.668172 | fa163ea6-f710-ac00-f610-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-10 17:22:14.697543 | fa163ea6-f710-ac00-f610-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:25.232626 | 0.03s 2025-10-10 17:22:14.765019 | fa163ea6-f710-ac00-f610-000000002690 | TASK | Gather variables for each operating system 2025-10-10 17:22:14.867641 | fa163ea6-f710-ac00-f610-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:25.402725 | 0.10s 2025-10-10 17:22:14.891832 | fa163ea6-f710-ac00-f610-000000002691 | TASK | Create container logs path 2025-10-10 17:22:15.204111 | fa163ea6-f710-ac00-f610-000000002691 | OK | Create container logs path | standalone 2025-10-10 17:22:15.205647 | fa163ea6-f710-ac00-f610-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:25.740741 | 0.31s 2025-10-10 17:22:15.244039 | fa163ea6-f710-ac00-f610-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 17:22:15.513915 | fa163ea6-f710-ac00-f610-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-10 17:22:15.515334 | fa163ea6-f710-ac00-f610-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:26.050429 | 0.27s 2025-10-10 17:22:15.536408 | fa163ea6-f710-ac00-f610-000000002694 | TASK | Finalise hashes for all containers 2025-10-10 17:22:15.597889 | fa163ea6-f710-ac00-f610-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:22:15.598979 | fa163ea6-f710-ac00-f610-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:26.134077 | 0.06s 2025-10-10 17:22:15.629351 | fa163ea6-f710-ac00-f610-000000002696 | TASK | Manage systemd shutdown files 2025-10-10 17:22:15.660229 | fa163ea6-f710-ac00-f610-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:26.195328 | 0.03s 2025-10-10 17:22:15.683768 | 60e57512-6f44-4039-98e2-6a06cdff8229 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 17:22:15.711857 | fa163ea6-f710-ac00-f610-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 17:22:15.973648 | fa163ea6-f710-ac00-f610-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 17:22:15.975230 | fa163ea6-f710-ac00-f610-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:26.510319 | 0.26s 2025-10-10 17:22:16.006167 | fa163ea6-f710-ac00-f610-0000000026ca | TASK | Set podman_drop_in fact 2025-10-10 17:22:16.059887 | fa163ea6-f710-ac00-f610-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-10 17:22:16.061250 | fa163ea6-f710-ac00-f610-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:26.596338 | 0.05s 2025-10-10 17:22:16.091582 | fa163ea6-f710-ac00-f610-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 17:22:16.597369 | fa163ea6-f710-ac00-f610-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 17:22:16.598512 | fa163ea6-f710-ac00-f610-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:27.133610 | 0.50s 2025-10-10 17:22:17.080792 | fa163ea6-f710-ac00-f610-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 17:22:17.082599 | fa163ea6-f710-ac00-f610-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:27.617696 | 0.99s 2025-10-10 17:22:17.093254 | fa163ea6-f710-ac00-f610-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:27.628346 | 1.00s 2025-10-10 17:22:17.124623 | fa163ea6-f710-ac00-f610-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 17:22:17.569634 | fa163ea6-f710-ac00-f610-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 17:22:17.571145 | fa163ea6-f710-ac00-f610-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:28.106234 | 0.44s 2025-10-10 17:22:17.601609 | fa163ea6-f710-ac00-f610-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 17:22:18.098880 | fa163ea6-f710-ac00-f610-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 17:22:18.100155 | fa163ea6-f710-ac00-f610-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:28.635249 | 0.50s 2025-10-10 17:22:18.131057 | fa163ea6-f710-ac00-f610-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-10 17:22:19.086753 | fa163ea6-f710-ac00-f610-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-10 17:22:19.089270 | fa163ea6-f710-ac00-f610-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:29.624357 | 0.96s 2025-10-10 17:22:19.119952 | fa163ea6-f710-ac00-f610-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 17:22:19.664760 | fa163ea6-f710-ac00-f610-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 17:22:19.666148 | fa163ea6-f710-ac00-f610-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:30.201241 | 0.54s 2025-10-10 17:22:19.701653 | fa163ea6-f710-ac00-f610-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 17:22:20.194920 | fa163ea6-f710-ac00-f610-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 17:22:20.196541 | fa163ea6-f710-ac00-f610-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:30.731635 | 0.49s 2025-10-10 17:22:20.232619 | fa163ea6-f710-ac00-f610-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-10 17:22:21.183158 | fa163ea6-f710-ac00-f610-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 17:22:21.185155 | fa163ea6-f710-ac00-f610-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:31.720248 | 0.95s 2025-10-10 17:22:21.216637 | fa163ea6-f710-ac00-f610-000000002698 | TASK | Update container configs with new config hashes 2025-10-10 17:22:21.277966 | fa163ea6-f710-ac00-f610-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:31.813054 | 0.06s 2025-10-10 17:22:21.299141 | 0bb98946-c3dd-47de-a925-42a557d856f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 17:22:21.333593 | fa163ea6-f710-ac00-f610-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-10 17:22:21.654531 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-10 17:22:21.655633 | | WARNING | Config change detected for mysql_bootstrap, new hash: 28cd6e4d1b6bafc1d5de9bd781713215 2025-10-10 17:22:21.656219 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: e0e8768efccf6a66fb705a1a724569d4 2025-10-10 17:22:21.656869 | | WARNING | Config change detected for clustercheck, new hash: de1c9215d1d4f8621c5b59b8614f1914 2025-10-10 17:22:21.657481 | | WARNING | Config change detected for horizon_fix_perms, new hash: 7a1eab648336a24b74535546f166f291 2025-10-10 17:22:21.658067 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 28cd6e4d1b6bafc1d5de9bd781713215 2025-10-10 17:22:21.658671 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.659284 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.659884 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.660639 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.661218 | | WARNING | Config change detected for aodh_db_sync, new hash: 68bcdb3fb18f9358c7260d921d76c5d0 2025-10-10 17:22:21.661830 | | WARNING | Config change detected for barbican_api, new hash: 2e89f3bc342192a9988ac48768488318 2025-10-10 17:22:21.662429 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 2e89f3bc342192a9988ac48768488318 2025-10-10 17:22:21.663076 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 2e89f3bc342192a9988ac48768488318 2025-10-10 17:22:21.663686 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 2e89f3bc342192a9988ac48768488318 2025-10-10 17:22:21.664299 | | WARNING | Config change detected for barbican_worker, new hash: 2e89f3bc342192a9988ac48768488318 2025-10-10 17:22:21.664975 | | WARNING | Config change detected for cinder_api_db_sync, new hash: a20cd53e574a6d902ac0d91bff55babd 2025-10-10 17:22:21.665600 | | WARNING | Config change detected for glance_api_db_sync, new hash: 4e76d640a2e75b4d23ec326c61391186-cf76973716c4ba168f5420594aa60896 2025-10-10 17:22:21.666173 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 9368790550e5ca2fb8544e12b7eb9ca5 2025-10-10 17:22:21.666894 | | WARNING | Config change detected for horizon, new hash: 7a1eab648336a24b74535546f166f291 2025-10-10 17:22:21.667506 | | WARNING | Config change detected for iscsid, new hash: cf76973716c4ba168f5420594aa60896 2025-10-10 17:22:21.668074 | | WARNING | Config change detected for keystone, new hash: cc44cf17e239a898742f07dfcb18c0a6 2025-10-10 17:22:21.668636 | | WARNING | Config change detected for keystone_cron, new hash: cc44cf17e239a898742f07dfcb18c0a6 2025-10-10 17:22:21.669157 | | WARNING | Config change detected for keystone_db_sync, new hash: cc44cf17e239a898742f07dfcb18c0a6 2025-10-10 17:22:21.669705 | | WARNING | Config change detected for manila_api_db_sync, new hash: e09645044ae5387568efa81abe6e016a 2025-10-10 17:22:21.670219 | | WARNING | Config change detected for neutron_db_sync, new hash: e5b6831bc87e78bdc9e09406d419a20d 2025-10-10 17:22:21.670768 | | WARNING | Config change detected for nova_api_db_sync, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.671283 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.671835 | | WARNING | Config change detected for nova_db_sync, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.672380 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.672951 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.673556 | | WARNING | Config change detected for nova_virtproxyd, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.674073 | | WARNING | Config change detected for nova_virtqemud, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.674629 | | WARNING | Config change detected for nova_virtsecretd, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.675160 | | WARNING | Config change detected for nova_virtstoraged, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.675731 | | WARNING | Config change detected for octavia_db_sync, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.676276 | | WARNING | Config change detected for placement_api_db_sync, new hash: dc8c99e8b89cf89c219ff44f0ab08f82 2025-10-10 17:22:21.676916 | | WARNING | Config change detected for swift_copy_rings, new hash: 098515500874fa65dfc907d7f4f08f19-bda236f6c731e5640d068dfb4a7d5eec 2025-10-10 17:22:21.677440 | | WARNING | Config change detected for aodh_api, new hash: 68bcdb3fb18f9358c7260d921d76c5d0 2025-10-10 17:22:21.678005 | | WARNING | Config change detected for aodh_api_cron, new hash: 68bcdb3fb18f9358c7260d921d76c5d0 2025-10-10 17:22:21.678555 | | WARNING | Config change detected for aodh_evaluator, new hash: 68bcdb3fb18f9358c7260d921d76c5d0 2025-10-10 17:22:21.679087 | | WARNING | Config change detected for aodh_listener, new hash: 68bcdb3fb18f9358c7260d921d76c5d0 2025-10-10 17:22:21.679645 | | WARNING | Config change detected for aodh_notifier, new hash: 68bcdb3fb18f9358c7260d921d76c5d0 2025-10-10 17:22:21.680255 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 36b008d114a304ba1d32ecfb88e236d8 2025-10-10 17:22:21.680811 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 36b008d114a304ba1d32ecfb88e236d8 2025-10-10 17:22:21.681325 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 36b008d114a304ba1d32ecfb88e236d8 2025-10-10 17:22:21.681887 | | WARNING | Config change detected for cinder_api, new hash: a20cd53e574a6d902ac0d91bff55babd 2025-10-10 17:22:21.682407 | | WARNING | Config change detected for cinder_api_cron, new hash: a20cd53e574a6d902ac0d91bff55babd 2025-10-10 17:22:21.682951 | | WARNING | Config change detected for cinder_scheduler, new hash: a20cd53e574a6d902ac0d91bff55babd 2025-10-10 17:22:21.683492 | | WARNING | Config change detected for glance_api, new hash: 4e76d640a2e75b4d23ec326c61391186-cf76973716c4ba168f5420594aa60896 2025-10-10 17:22:21.684014 | | WARNING | Config change detected for glance_api_cron, new hash: 4e76d640a2e75b4d23ec326c61391186 2025-10-10 17:22:21.684557 | | WARNING | Config change detected for glance_api_internal, new hash: 0882bc8df5c7a1c0c2f12b9e1b2234ce-cf76973716c4ba168f5420594aa60896 2025-10-10 17:22:21.685074 | | WARNING | Config change detected for heat_api, new hash: 3ed12d8c5bfcc951e5a62bb100983b19 2025-10-10 17:22:21.685571 | | WARNING | Config change detected for heat_api_cfn, new hash: 134d7a61a62f8e8124dc404e1bfaff04 2025-10-10 17:22:21.686027 | | WARNING | Config change detected for heat_api_cron, new hash: 3ed12d8c5bfcc951e5a62bb100983b19 2025-10-10 17:22:21.686504 | | WARNING | Config change detected for heat_engine, new hash: 9368790550e5ca2fb8544e12b7eb9ca5 2025-10-10 17:22:21.686985 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-10 17:22:21.687440 | | WARNING | Config change detected for manila_api, new hash: e09645044ae5387568efa81abe6e016a 2025-10-10 17:22:21.687924 | | WARNING | Config change detected for manila_api_cron, new hash: e09645044ae5387568efa81abe6e016a 2025-10-10 17:22:21.688420 | | WARNING | Config change detected for manila_scheduler, new hash: e09645044ae5387568efa81abe6e016a 2025-10-10 17:22:21.688950 | | WARNING | Config change detected for neutron_api, new hash: e5b6831bc87e78bdc9e09406d419a20d 2025-10-10 17:22:21.689508 | | WARNING | Config change detected for neutron_dhcp, new hash: e5b6831bc87e78bdc9e09406d419a20d 2025-10-10 17:22:21.690079 | | WARNING | Config change detected for neutron_sriov_agent, new hash: e5b6831bc87e78bdc9e09406d419a20d 2025-10-10 17:22:21.690560 | | WARNING | Config change detected for nova_api, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.691041 | | WARNING | Config change detected for nova_api_cron, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.691519 | | WARNING | Config change detected for nova_conductor, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.692004 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.692499 | | WARNING | Config change detected for nova_metadata, new hash: bbc0ed7598328ff51d758cc6e241abf2 2025-10-10 17:22:21.693005 | | WARNING | Config change detected for nova_migration_target, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.693489 | | WARNING | Config change detected for nova_scheduler, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.693942 | | WARNING | Config change detected for nova_vnc_proxy, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.694383 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: eaddef6178d67d464e0529260acd141f 2025-10-10 17:22:21.694870 | | WARNING | Config change detected for octavia_api, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.695311 | | WARNING | Config change detected for octavia_driver_agent, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.695795 | | WARNING | Config change detected for ovn_metadata_agent, new hash: e5b6831bc87e78bdc9e09406d419a20d 2025-10-10 17:22:21.696309 | | WARNING | Config change detected for placement_api, new hash: dc8c99e8b89cf89c219ff44f0ab08f82 2025-10-10 17:22:21.696837 | | WARNING | Config change detected for placement_wait_for_service, new hash: dc8c99e8b89cf89c219ff44f0ab08f82 2025-10-10 17:22:21.697319 | | WARNING | Config change detected for swift_account_reaper, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.697814 | | WARNING | Config change detected for swift_account_server, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.698259 | | WARNING | Config change detected for swift_container_server, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.698785 | | WARNING | Config change detected for swift_container_updater, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.699280 | | WARNING | Config change detected for swift_object_expirer, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.699775 | | WARNING | Config change detected for swift_object_server, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.700289 | | WARNING | Config change detected for swift_object_updater, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.700790 | | WARNING | Config change detected for swift_proxy, new hash: 098515500874fa65dfc907d7f4f08f19 2025-10-10 17:22:21.701234 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 36b008d114a304ba1d32ecfb88e236d8 2025-10-10 17:22:21.701720 | | WARNING | Config change detected for gnocchi_api, new hash: 92eecbba0a73ad8f6af2b3dac38ce063 2025-10-10 17:22:21.702244 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 92eecbba0a73ad8f6af2b3dac38ce063 2025-10-10 17:22:21.702746 | | WARNING | Config change detected for gnocchi_metricd, new hash: 92eecbba0a73ad8f6af2b3dac38ce063 2025-10-10 17:22:21.703300 | | WARNING | Config change detected for gnocchi_statsd, new hash: 92eecbba0a73ad8f6af2b3dac38ce063 2025-10-10 17:22:21.703781 | | WARNING | Config change detected for nova_compute, new hash: cf76973716c4ba168f5420594aa60896-504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.704251 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 504a473bab8576dcbcdba8549bc68e49 2025-10-10 17:22:21.704751 | | WARNING | Config change detected for octavia_health_manager, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.705197 | | WARNING | Config change detected for octavia_housekeeping, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.705698 | | WARNING | Config change detected for octavia_rsyslog, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.706155 | | WARNING | Config change detected for octavia_worker, new hash: 4d4b8df8d828da3009035b6b45a98b2a 2025-10-10 17:22:21.706707 | fa163ea6-f710-ac00-f610-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-10 17:22:21.707517 | fa163ea6-f710-ac00-f610-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:32.242614 | 0.37s 2025-10-10 17:22:21.732757 | fa163ea6-f710-ac00-f610-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 17:22:21.789725 | fa163ea6-f710-ac00-f610-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:32.324825 | 0.06s 2025-10-10 17:22:21.804147 | 0d5c8e41-0ae2-4435-8fbd-54a93731a2f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:22:21.831482 | fa163ea6-f710-ac00-f610-000000002719 | TASK | Gather podman infos 2025-10-10 17:22:22.727484 | fa163ea6-f710-ac00-f610-000000002719 | OK | Gather podman infos | standalone 2025-10-10 17:22:22.729625 | fa163ea6-f710-ac00-f610-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:33.264080 | 0.90s 2025-10-10 17:22:22.801106 | fa163ea6-f710-ac00-f610-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 17:22:22.868495 | fa163ea6-f710-ac00-f610-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:33.403539 | 0.07s 2025-10-10 17:22:23.000285 | fa163ea6-f710-ac00-f610-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:33.535371 | 0.07s 2025-10-10 17:22:23.059389 | fa163ea6-f710-ac00-f610-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 17:22:23.110970 | fa163ea6-f710-ac00-f610-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:33.646057 | 0.05s 2025-10-10 17:22:23.134831 | 665a9a4d-6850-42b0-ae7f-b948b20ac27f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:22:23.173469 | fa163ea6-f710-ac00-f610-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 17:22:30.917996 | fa163ea6-f710-ac00-f610-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-10 17:22:30.919394 | fa163ea6-f710-ac00-f610-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:41.454490 | 7.74s 2025-10-10 17:22:30.951147 | fa163ea6-f710-ac00-f610-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 17:22:33.567569 | fa163ea6-f710-ac00-f610-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-10 17:22:33.569034 | fa163ea6-f710-ac00-f610-00000000278a | 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:12:44.104130 | 2.62s 2025-10-10 17:22:33.642498 | fa163ea6-f710-ac00-f610-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-10 17:22:33.870600 | fa163ea6-f710-ac00-f610-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-10 17:22:33.871926 | fa163ea6-f710-ac00-f610-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:44.407022 | 0.23s 2025-10-10 17:22:33.920106 | fa163ea6-f710-ac00-f610-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-10 17:22:33.974889 | fa163ea6-f710-ac00-f610-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:44.509971 | 0.05s 2025-10-10 17:22:34.006403 | fa163ea6-f710-ac00-f610-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-10 17:22:34.048684 | fa163ea6-f710-ac00-f610-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:44.583768 | 0.04s 2025-10-10 17:22:34.075985 | dae29b21-cd25-44a1-8295-05d39eb7dda7 | INCLUDED | /root/standalone-ansible-xolj_bb1/host-container-puppet-tasks.yaml | standalone 2025-10-10 17:22:34.116531 | fa163ea6-f710-ac00-f610-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-10 17:22:34.584901 | fa163ea6-f710-ac00-f610-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-10 17:22:34.586976 | fa163ea6-f710-ac00-f610-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:45.122063 | 0.47s 2025-10-10 17:22:34.628158 | fa163ea6-f710-ac00-f610-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-10 17:22:34.914510 | fa163ea6-f710-ac00-f610-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-10 17:22:34.915882 | fa163ea6-f710-ac00-f610-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:45.450975 | 0.29s 2025-10-10 17:22:34.947401 | fa163ea6-f710-ac00-f610-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-10 17:22:34.978526 | fa163ea6-f710-ac00-f610-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:45.513615 | 0.03s 2025-10-10 17:22:35.028970 | fa163ea6-f710-ac00-f610-0000000025c3 | TASK | Gather variables for each operating system 2025-10-10 17:22:35.146361 | fa163ea6-f710-ac00-f610-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:45.681441 | 0.12s 2025-10-10 17:22:35.178221 | fa163ea6-f710-ac00-f610-0000000025c4 | TASK | Create container logs path 2025-10-10 17:22:35.414490 | fa163ea6-f710-ac00-f610-0000000025c4 | OK | Create container logs path | standalone 2025-10-10 17:22:35.416344 | fa163ea6-f710-ac00-f610-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:45.951433 | 0.24s 2025-10-10 17:22:35.449545 | fa163ea6-f710-ac00-f610-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:22:35.714272 | fa163ea6-f710-ac00-f610-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:22:35.715583 | fa163ea6-f710-ac00-f610-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:46.250678 | 0.26s 2025-10-10 17:22:35.745344 | fa163ea6-f710-ac00-f610-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-10 17:22:35.789342 | fa163ea6-f710-ac00-f610-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:22:35.790518 | fa163ea6-f710-ac00-f610-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:46.325609 | 0.04s 2025-10-10 17:22:35.820322 | fa163ea6-f710-ac00-f610-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-10 17:22:35.852611 | fa163ea6-f710-ac00-f610-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:22:35.853180 | fa163ea6-f710-ac00-f610-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:46.388284 | 0.03s 2025-10-10 17:22:35.882703 | fa163ea6-f710-ac00-f610-0000000025cb | TASK | Update container configs with new config hashes 2025-10-10 17:22:35.933140 | fa163ea6-f710-ac00-f610-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:22:35.934330 | fa163ea6-f710-ac00-f610-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:46.469425 | 0.05s 2025-10-10 17:22:35.967196 | fa163ea6-f710-ac00-f610-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:22:36.016380 | fa163ea6-f710-ac00-f610-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:22:36.017607 | fa163ea6-f710-ac00-f610-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:46.552702 | 0.05s 2025-10-10 17:22:36.049609 | fa163ea6-f710-ac00-f610-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 17:22:36.099886 | fa163ea6-f710-ac00-f610-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 17:22:36.101114 | fa163ea6-f710-ac00-f610-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:46.636209 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-10 17:22:36.282589 | fa163ea6-f710-ac00-f610-0000000000c6 | TASK | External deployment step 2 2025-10-10 17:22:36.311529 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000c6') missing from stats 2025-10-10 17:22:36.370116 | fa163ea6-f710-ac00-f610-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:46.905206 | 0.04s 2025-10-10 17:22:36.400893 | c1321fcc-27dd-4def-98c0-e5f2aa28f22d | INCLUDED | /root/standalone-ansible-xolj_bb1/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-10 17:22:36.422600 | fa163ea6-f710-ac00-f610-000000002852 | TASK | create cephadm working directory and related files 2025-10-10 17:22:36.472279 | fa163ea6-f710-ac00-f610-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:47.007368 | 0.05s 2025-10-10 17:22:36.534593 | fa163ea6-f710-ac00-f610-00000000287a | TASK | create cephadm workdir 2025-10-10 17:22:36.797592 | fa163ea6-f710-ac00-f610-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-xolj_bb1/cephadm 2025-10-10 17:22:36.799607 | fa163ea6-f710-ac00-f610-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:47.334701 | 0.26s 2025-10-10 17:22:36.808923 | fa163ea6-f710-ac00-f610-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:47.344022 | 0.27s 2025-10-10 17:22:36.824654 | fa163ea6-f710-ac00-f610-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-10 17:22:37.078860 | fa163ea6-f710-ac00-f610-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-10 17:22:37.080328 | fa163ea6-f710-ac00-f610-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:47.615422 | 0.25s 2025-10-10 17:22:37.098557 | fa163ea6-f710-ac00-f610-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-10 17:22:37.170506 | fa163ea6-f710-ac00-f610-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-10 17:22:37.171780 | fa163ea6-f710-ac00-f610-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:47.706875 | 0.07s 2025-10-10 17:22:37.192371 | fa163ea6-f710-ac00-f610-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-10 17:22:37.244262 | fa163ea6-f710-ac00-f610-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-10 17:22:37.245529 | fa163ea6-f710-ac00-f610-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:47.780623 | 0.05s 2025-10-10 17:22:37.313136 | fa163ea6-f710-ac00-f610-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:47.848225 | 0.05s 2025-10-10 17:22:37.400584 | fa163ea6-f710-ac00-f610-000000002902 | TASK | set basic user fact 2025-10-10 17:22:37.473322 | fa163ea6-f710-ac00-f610-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-10 17:22:37.473920 | fa163ea6-f710-ac00-f610-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:48.009025 | 0.07s 2025-10-10 17:22:37.487616 | fa163ea6-f710-ac00-f610-000000002903 | TASK | set basic home fact 2025-10-10 17:22:37.546765 | fa163ea6-f710-ac00-f610-000000002903 | OK | set basic home fact | undercloud 2025-10-10 17:22:37.547390 | fa163ea6-f710-ac00-f610-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:48.082496 | 0.06s 2025-10-10 17:22:37.561182 | fa163ea6-f710-ac00-f610-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-10 17:22:37.643980 | fa163ea6-f710-ac00-f610-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-10 17:22:37.646110 | fa163ea6-f710-ac00-f610-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:48.181204 | 0.08s 2025-10-10 17:22:37.668316 | fa163ea6-f710-ac00-f610-000000002906 | TASK | get all ansible environment variables 2025-10-10 17:22:37.741437 | fa163ea6-f710-ac00-f610-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-10 17:22:37.742555 | fa163ea6-f710-ac00-f610-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:48.277649 | 0.07s 2025-10-10 17:22:37.760317 | fa163ea6-f710-ac00-f610-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-10 17:22:37.842336 | fa163ea6-f710-ac00-f610-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-10 17:22:37.843013 | fa163ea6-f710-ac00-f610-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:48.378118 | 0.08s 2025-10-10 17:22:37.856730 | fa163ea6-f710-ac00-f610-000000002909 | TASK | Set common fact 2025-10-10 17:22:37.923899 | fa163ea6-f710-ac00-f610-000000002909 | OK | Set common fact | undercloud 2025-10-10 17:22:37.924981 | fa163ea6-f710-ac00-f610-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:48.460075 | 0.07s 2025-10-10 17:22:37.942793 | fa163ea6-f710-ac00-f610-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-10 17:22:37.986708 | fa163ea6-f710-ac00-f610-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-10 17:22:37.987931 | fa163ea6-f710-ac00-f610-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:48.523027 | 0.04s 2025-10-10 17:22:38.023174 | fa163ea6-f710-ac00-f610-00000000290c | TASK | build filter list 2025-10-10 17:22:38.051119 | fa163ea6-f710-ac00-f610-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:48.586206 | 0.03s 2025-10-10 17:22:38.069508 | fa163ea6-f710-ac00-f610-00000000290d | TASK | add images pool 2025-10-10 17:22:38.149904 | fa163ea6-f710-ac00-f610-00000000290d | OK | add images pool | undercloud 2025-10-10 17:22:38.150990 | fa163ea6-f710-ac00-f610-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:48.686088 | 0.08s 2025-10-10 17:22:38.169386 | fa163ea6-f710-ac00-f610-00000000290e | TASK | add volumes pool 2025-10-10 17:22:38.251226 | fa163ea6-f710-ac00-f610-00000000290e | OK | add volumes pool | undercloud 2025-10-10 17:22:38.252557 | fa163ea6-f710-ac00-f610-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:48.787652 | 0.08s 2025-10-10 17:22:38.270767 | fa163ea6-f710-ac00-f610-00000000290f | TASK | add vms pool 2025-10-10 17:22:38.340922 | fa163ea6-f710-ac00-f610-00000000290f | OK | add vms pool | undercloud 2025-10-10 17:22:38.342231 | fa163ea6-f710-ac00-f610-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:48.877326 | 0.07s 2025-10-10 17:22:38.361198 | fa163ea6-f710-ac00-f610-000000002910 | TASK | add gnocchi pool 2025-10-10 17:22:38.411193 | fa163ea6-f710-ac00-f610-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-10 17:22:38.412324 | fa163ea6-f710-ac00-f610-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:48.947419 | 0.05s 2025-10-10 17:22:38.430146 | fa163ea6-f710-ac00-f610-000000002911 | TASK | add cinder backup pool 2025-10-10 17:22:38.512161 | fa163ea6-f710-ac00-f610-000000002911 | OK | add cinder backup pool | undercloud 2025-10-10 17:22:38.534257 | fa163ea6-f710-ac00-f610-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:49.069351 | 0.10s 2025-10-10 17:22:38.561369 | fa163ea6-f710-ac00-f610-000000002912 | TASK | add cinder extra pools 2025-10-10 17:22:38.593766 | fa163ea6-f710-ac00-f610-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:49.128852 | 0.03s 2025-10-10 17:22:38.612088 | fa163ea6-f710-ac00-f610-000000002913 | TASK | build resulting pool list 2025-10-10 17:22:38.769308 | fa163ea6-f710-ac00-f610-000000002913 | OK | build resulting pool list | undercloud 2025-10-10 17:22:38.770552 | fa163ea6-f710-ac00-f610-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:49.305648 | 0.16s 2025-10-10 17:22:38.789142 | fa163ea6-f710-ac00-f610-000000002915 | TASK | add manila data pool 2025-10-10 17:22:38.860983 | fa163ea6-f710-ac00-f610-000000002915 | OK | add manila data pool | undercloud 2025-10-10 17:22:38.862433 | fa163ea6-f710-ac00-f610-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:49.397527 | 0.07s 2025-10-10 17:22:38.880995 | fa163ea6-f710-ac00-f610-000000002916 | TASK | add manila metadata pool 2025-10-10 17:22:38.956251 | fa163ea6-f710-ac00-f610-000000002916 | OK | add manila metadata pool | undercloud 2025-10-10 17:22:38.957176 | fa163ea6-f710-ac00-f610-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:49.492276 | 0.07s 2025-10-10 17:22:39.043003 | fa163ea6-f710-ac00-f610-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:49.578091 | 0.05s 2025-10-10 17:22:39.173210 | fa163ea6-f710-ac00-f610-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-10 17:22:39.203934 | fa163ea6-f710-ac00-f610-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-10 17:22:39.204708 | fa163ea6-f710-ac00-f610-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:49.739813 | 0.03s 2025-10-10 17:22:39.218549 | fa163ea6-f710-ac00-f610-000000002aaa | TASK | build openstack client profiles per pool 2025-10-10 17:22:39.298519 | fa163ea6-f710-ac00-f610-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 17:22:39.300970 | fa163ea6-f710-ac00-f610-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:49.836061 | 0.08s 2025-10-10 17:22:39.329915 | fa163ea6-f710-ac00-f610-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 17:22:39.330737 | fa163ea6-f710-ac00-f610-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:49.865834 | 0.11s 2025-10-10 17:22:39.360040 | fa163ea6-f710-ac00-f610-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 17:22:39.360787 | fa163ea6-f710-ac00-f610-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:49.895889 | 0.14s 2025-10-10 17:22:39.379829 | fa163ea6-f710-ac00-f610-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 17:22:39.380549 | fa163ea6-f710-ac00-f610-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:49.915651 | 0.16s 2025-10-10 17:22:39.386972 | fa163ea6-f710-ac00-f610-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:49.922067 | 0.17s 2025-10-10 17:22:39.405256 | fa163ea6-f710-ac00-f610-000000002aab | TASK | set openstack client caps 2025-10-10 17:22:39.471140 | fa163ea6-f710-ac00-f610-000000002aab | OK | set openstack client caps | undercloud 2025-10-10 17:22:39.472638 | fa163ea6-f710-ac00-f610-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:50.007733 | 0.07s 2025-10-10 17:22:39.490733 | fa163ea6-f710-ac00-f610-000000002aac | TASK | set openstack client osd(s) caps 2025-10-10 17:22:39.561811 | fa163ea6-f710-ac00-f610-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-10 17:22:39.563034 | fa163ea6-f710-ac00-f610-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:50.098130 | 0.07s 2025-10-10 17:22:39.580833 | fa163ea6-f710-ac00-f610-000000002aad | TASK | Combine caps 2025-10-10 17:22:39.653673 | fa163ea6-f710-ac00-f610-000000002aad | OK | Combine caps | undercloud 2025-10-10 17:22:39.655153 | fa163ea6-f710-ac00-f610-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:50.190245 | 0.07s 2025-10-10 17:22:39.674348 | fa163ea6-f710-ac00-f610-000000002aae | TASK | set openstack client key 2025-10-10 17:22:39.730725 | fa163ea6-f710-ac00-f610-000000002aae | OK | set openstack client key | undercloud 2025-10-10 17:22:39.732118 | fa163ea6-f710-ac00-f610-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:50.267210 | 0.06s 2025-10-10 17:22:39.750807 | fa163ea6-f710-ac00-f610-000000002ab0 | TASK | build manila key for openstack 2025-10-10 17:22:39.814644 | fa163ea6-f710-ac00-f610-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-10 17:22:39.815549 | fa163ea6-f710-ac00-f610-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:50.350651 | 0.06s 2025-10-10 17:22:39.830852 | fa163ea6-f710-ac00-f610-000000002ab1 | TASK | build radosgw key for openstack 2025-10-10 17:22:39.883244 | fa163ea6-f710-ac00-f610-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-10 17:22:39.884812 | fa163ea6-f710-ac00-f610-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:50.419907 | 0.05s 2025-10-10 17:22:39.903806 | fa163ea6-f710-ac00-f610-000000002ab2 | TASK | build the resulting keys 2025-10-10 17:22:40.034775 | fa163ea6-f710-ac00-f610-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-10 17:22:40.036142 | fa163ea6-f710-ac00-f610-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:50.571239 | 0.13s 2025-10-10 17:22:40.116871 | fa163ea6-f710-ac00-f610-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:50.651961 | 0.04s 2025-10-10 17:22:40.273251 | fa163ea6-f710-ac00-f610-000000002dcd | TASK | build ceph orphan set 2025-10-10 17:22:40.353521 | fa163ea6-f710-ac00-f610-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-10 17:22:40.354537 | fa163ea6-f710-ac00-f610-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:50.889639 | 0.08s 2025-10-10 17:22:40.369961 | fa163ea6-f710-ac00-f610-000000002dce | TASK | clean ceph_config_overrides list 2025-10-10 17:22:40.410845 | fa163ea6-f710-ac00-f610-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:50.945944 | 0.04s 2025-10-10 17:22:40.426165 | fa163ea6-f710-ac00-f610-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-10 17:22:40.494131 | fa163ea6-f710-ac00-f610-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-10 17:22:40.494907 | fa163ea6-f710-ac00-f610-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:51.030010 | 0.07s 2025-10-10 17:22:40.513039 | fa163ea6-f710-ac00-f610-000000002dd0 | TASK | build ceph config overrides 2025-10-10 17:22:40.633171 | fa163ea6-f710-ac00-f610-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-10 17:22:40.634495 | fa163ea6-f710-ac00-f610-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:51.169589 | 0.12s 2025-10-10 17:22:40.669927 | fa163ea6-f710-ac00-f610-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-10 17:22:41.348707 | fa163ea6-f710-ac00-f610-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-10 17:22:41.350128 | fa163ea6-f710-ac00-f610-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:51.885224 | 0.68s 2025-10-10 17:22:41.367978 | fa163ea6-f710-ac00-f610-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-10 17:22:41.491650 | fa163ea6-f710-ac00-f610-000000002883 | OK | Set bootstrap host | undercloud 2025-10-10 17:22:41.492604 | fa163ea6-f710-ac00-f610-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:52.027705 | 0.12s 2025-10-10 17:22:41.508527 | fa163ea6-f710-ac00-f610-000000002884 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-10 17:22:41.621217 | fa163ea6-f710-ac00-f610-000000002884 | OK | Set first monitor IP | undercloud 2025-10-10 17:22:41.622248 | fa163ea6-f710-ac00-f610-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:52.157344 | 0.11s 2025-10-10 17:22:41.641003 | fa163ea6-f710-ac00-f610-000000002885 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-10 17:22:41.693600 | fa163ea6-f710-ac00-f610-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-10 17:22:41.694754 | fa163ea6-f710-ac00-f610-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:52.229843 | 0.05s 2025-10-10 17:22:41.713669 | fa163ea6-f710-ac00-f610-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-10 17:22:42.189416 | fa163ea6-f710-ac00-f610-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-10 17:22:42.190741 | fa163ea6-f710-ac00-f610-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:52.725837 | 0.48s 2025-10-10 17:22:42.225022 | fa163ea6-f710-ac00-f610-000000002853 | TASK | Prepare cephadm user and keys 2025-10-10 17:22:42.740529 | fa163ea6-f710-ac00-f610-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-10 17:22:42.741751 | fa163ea6-f710-ac00-f610-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:53.276831 | 0.52s 2025-10-10 17:22:42.759209 | fa163ea6-f710-ac00-f610-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-10 17:22:42.839807 | fa163ea6-f710-ac00-f610-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:53.374896 | 0.08s 2025-10-10 17:22:42.919506 | fa163ea6-f710-ac00-f610-000000003049 | TASK | set cephadm playbook 2025-10-10 17:22:42.981684 | fa163ea6-f710-ac00-f610-000000003049 | OK | set cephadm playbook | undercloud 2025-10-10 17:22:42.982944 | fa163ea6-f710-ac00-f610-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:53.518040 | 0.06s 2025-10-10 17:22:43.001403 | fa163ea6-f710-ac00-f610-00000000304a | TASK | Setup the log path 2025-10-10 17:22:43.050770 | fa163ea6-f710-ac00-f610-00000000304a | OK | Setup the log path | undercloud 2025-10-10 17:22:43.052002 | fa163ea6-f710-ac00-f610-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:53.587098 | 0.05s 2025-10-10 17:22:43.069761 | fa163ea6-f710-ac00-f610-00000000304b | TASK | Setup the cephadm playbook command 2025-10-10 17:22:43.129234 | fa163ea6-f710-ac00-f610-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-10 17:22:43.130494 | fa163ea6-f710-ac00-f610-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:53.665589 | 0.06s 2025-10-10 17:22:43.148365 | fa163ea6-f710-ac00-f610-00000000304c | TASK | rotate cephadm_command.log 2025-10-10 17:22:43.393541 | fa163ea6-f710-ac00-f610-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-10 17:22:43.394787 | fa163ea6-f710-ac00-f610-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:53.929884 | 0.25s 2025-10-10 17:22:43.412878 | fa163ea6-f710-ac00-f610-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-10 17:22:43.885703 | fa163ea6-f710-ac00-f610-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-10 17:22:43.887054 | fa163ea6-f710-ac00-f610-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:54.422149 | 0.47s 2025-10-10 17:22:43.905599 | fa163ea6-f710-ac00-f610-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-10 17:22:43.980303 | fa163ea6-f710-ac00-f610-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-xolj_bb1/cephadm/cephadm_command.log)" } 2025-10-10 17:22:43.981550 | fa163ea6-f710-ac00-f610-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:54.516646 | 0.07s 2025-10-10 17:22:43.999587 | fa163ea6-f710-ac00-f610-00000000304f | TASK | run cephadm playbook 2025-10-10 17:23:42.322127 | fa163ea6-f710-ac00-f610-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-10 17:23:42.324353 | fa163ea6-f710-ac00-f610-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:52.859453 | 58.32s 2025-10-10 17:23:42.340271 | fa163ea6-f710-ac00-f610-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-10 17:23:42.402173 | fa163ea6-f710-ac00-f610-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-10 17:23:42.404157 | fa163ea6-f710-ac00-f610-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:52.939249 | 0.06s 2025-10-10 17:23:42.422975 | fa163ea6-f710-ac00-f610-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-10 17:23:42.487549 | fa163ea6-f710-ac00-f610-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-10 17:23:42.489629 | fa163ea6-f710-ac00-f610-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:53.024704 | 0.06s 2025-10-10 17:23:42.525712 | fa163ea6-f710-ac00-f610-000000002856 | TASK | Check if the input variable file exists 2025-10-10 17:23:42.801781 | fa163ea6-f710-ac00-f610-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-10 17:23:42.804042 | fa163ea6-f710-ac00-f610-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:53.339134 | 0.28s 2025-10-10 17:23:42.823604 | fa163ea6-f710-ac00-f610-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-10 17:23:42.876908 | fa163ea6-f710-ac00-f610-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-10 17:23:42.878544 | fa163ea6-f710-ac00-f610-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:53.413632 | 0.05s 2025-10-10 17:23:42.897684 | fa163ea6-f710-ac00-f610-000000002858 | TASK | configure ceph clients 2025-10-10 17:23:42.950818 | fa163ea6-f710-ac00-f610-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:53.485905 | 0.05s 2025-10-10 17:23:43.017726 | fa163ea6-f710-ac00-f610-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-10 17:23:43.085468 | fa163ea6-f710-ac00-f610-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-10 17:23:43.087308 | fa163ea6-f710-ac00-f610-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:53.622401 | 0.07s 2025-10-10 17:23:43.106699 | fa163ea6-f710-ac00-f610-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-10 17:23:43.159992 | fa163ea6-f710-ac00-f610-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:53.695079 | 0.05s 2025-10-10 17:23:43.173934 | 8464984f-457e-4b64-9782-01aa550fee47 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-10 17:23:43.206152 | fa163ea6-f710-ac00-f610-000000003157 | TASK | Clean any old fetch directory path 2025-10-10 17:23:43.466958 | fa163ea6-f710-ac00-f610-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-10 17:23:43.468855 | fa163ea6-f710-ac00-f610-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:54.003945 | 0.26s 2025-10-10 17:23:43.488090 | fa163ea6-f710-ac00-f610-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-10 17:23:43.750761 | fa163ea6-f710-ac00-f610-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-10 17:23:43.752566 | fa163ea6-f710-ac00-f610-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:54.287657 | 0.26s 2025-10-10 17:23:43.771895 | fa163ea6-f710-ac00-f610-000000003115 | TASK | Check if the input variables exist 2025-10-10 17:23:44.055608 | fa163ea6-f710-ac00-f610-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-10 17:23:44.057529 | fa163ea6-f710-ac00-f610-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:54.592593 | 0.28s 2025-10-10 17:23:44.077072 | fa163ea6-f710-ac00-f610-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-10 17:23:44.153863 | fa163ea6-f710-ac00-f610-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-10 17:23:44.155375 | fa163ea6-f710-ac00-f610-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:54.690467 | 0.08s 2025-10-10 17:23:44.174753 | fa163ea6-f710-ac00-f610-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-10 17:23:44.254375 | fa163ea6-f710-ac00-f610-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-10 17:23:44.255712 | fa163ea6-f710-ac00-f610-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:54.790804 | 0.08s 2025-10-10 17:23:44.274337 | fa163ea6-f710-ac00-f610-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-10 17:23:44.352642 | fa163ea6-f710-ac00-f610-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-10 17:23:44.354280 | fa163ea6-f710-ac00-f610-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:54.889372 | 0.08s 2025-10-10 17:23:44.373029 | fa163ea6-f710-ac00-f610-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-10 17:23:44.439136 | fa163ea6-f710-ac00-f610-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:54.974216 | 0.06s 2025-10-10 17:23:44.450872 | 06c890c1-aaff-41db-8d76-1ef1aa91c6c4 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-10 17:23:44.495014 | fa163ea6-f710-ac00-f610-0000000031ab | TASK | create cephx key(s) 2025-10-10 17:23:45.071125 | fa163ea6-f710-ac00-f610-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQACPOloAAAAABAAukZmEYc5JxrDbpxAuGbQ+Q==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-10-10 17:23:45.073724 | fa163ea6-f710-ac00-f610-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:55.608814 | 0.58s 2025-10-10 17:23:45.537203 | fa163ea6-f710-ac00-f610-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQACPOloAAAAABAAPh5nu+sEyF867Sx4gFyihg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-10 17:23:45.538432 | fa163ea6-f710-ac00-f610-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:56.073528 | 1.04s 2025-10-10 17:23:45.545429 | fa163ea6-f710-ac00-f610-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:56.080518 | 1.05s 2025-10-10 17:23:45.566354 | fa163ea6-f710-ac00-f610-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-10 17:23:45.621841 | fa163ea6-f710-ac00-f610-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:56.156929 | 0.05s 2025-10-10 17:23:45.635225 | 98795daf-a0aa-4bbc-b9c5-6204e1210c55 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-10 17:23:45.677437 | fa163ea6-f710-ac00-f610-00000000320f | TASK | create ceph.conf 2025-10-10 17:23:46.238925 | fa163ea6-f710-ac00-f610-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-10 17:23:46.240437 | fa163ea6-f710-ac00-f610-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:56.775537 | 0.56s 2025-10-10 17:23:46.256750 | fa163ea6-f710-ac00-f610-00000000311b | TASK | Configure Ceph Clients 2025-10-10 17:23:46.306800 | fa163ea6-f710-ac00-f610-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:56.841890 | 0.05s 2025-10-10 17:23:46.320285 | 6c9d5e46-7861-4207-9c00-673774673976 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-10 17:23:46.356376 | fa163ea6-f710-ac00-f610-00000000327e | TASK | set effective ceph_clients without limit 2025-10-10 17:23:46.472838 | fa163ea6-f710-ac00-f610-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-10 17:23:46.474395 | fa163ea6-f710-ac00-f610-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:57.009489 | 0.12s 2025-10-10 17:23:46.492793 | fa163ea6-f710-ac00-f610-00000000327f | TASK | set effective ceph_clients with limit 2025-10-10 17:23:46.575608 | fa163ea6-f710-ac00-f610-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-10 17:23:46.576962 | fa163ea6-f710-ac00-f610-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:57.112057 | 0.08s 2025-10-10 17:23:46.595919 | fa163ea6-f710-ac00-f610-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-10 17:23:46.699960 | fa163ea6-f710-ac00-f610-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-10 17:23:46.701297 | fa163ea6-f710-ac00-f610-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:57.236390 | 0.10s 2025-10-10 17:23:46.741112 | fa163ea6-f710-ac00-f610-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-10 17:23:47.029261 | fa163ea6-f710-ac00-f610-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-xolj_bb1/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-000000003281') missing from stats 2025-10-10 17:23:47.248189 | fa163ea6-f710-ac00-f610-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-xolj_bb1/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-10 17:23:47.446908 | fa163ea6-f710-ac00-f610-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-xolj_bb1/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-10 17:23:47.454297 | fa163ea6-f710-ac00-f610-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:57.989387 | 0.71s 2025-10-10 17:23:47.479902 | fa163ea6-f710-ac00-f610-000000003282 | TASK | push files to the other nodes of cluster 2025-10-10 17:23:48.020178 | fa163ea6-f710-ac00-f610-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-xolj_bb1/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-000000003282') missing from stats 2025-10-10 17:23:48.552537 | fa163ea6-f710-ac00-f610-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-xolj_bb1/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-10 17:23:49.132494 | fa163ea6-f710-ac00-f610-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-xolj_bb1/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-10 17:23:49.139199 | fa163ea6-f710-ac00-f610-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:59.674287 | 1.66s 2025-10-10 17:23:49.158888 | fa163ea6-f710-ac00-f610-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-10 17:23:49.212840 | fa163ea6-f710-ac00-f610-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:59.747933 | 0.05s 2025-10-10 17:23:49.224333 | 859e2441-ae64-440d-9943-a02f47c0a33b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-10 17:23:49.271749 | fa163ea6-f710-ac00-f610-000000003316 | TASK | Clean any old fetch directory path 2025-10-10 17:23:49.534962 | fa163ea6-f710-ac00-f610-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-10 17:23:49.536401 | fa163ea6-f710-ac00-f610-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:14:00.071465 | 0.26s 2025-10-10 17:23:49.555436 | fa163ea6-f710-ac00-f610-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-10 17:23:49.611952 | fa163ea6-f710-ac00-f610-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-10 17:23:49.613250 | fa163ea6-f710-ac00-f610-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:14:00.148344 | 0.06s 2025-10-10 17:23:49.648046 | fa163ea6-f710-ac00-f610-000000002859 | TASK | tripleo client role 2025-10-10 17:23:49.681841 | fa163ea6-f710-ac00-f610-000000002859 | TIMING | tripleo client role | undercloud | 0:14:00.216931 | 0.03s 2025-10-10 17:23:49.700205 | fa163ea6-f710-ac00-f610-00000000285a | TASK | Load variables for standalone ganesha 2025-10-10 17:23:49.792037 | fa163ea6-f710-ac00-f610-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-10 17:23:49.793284 | fa163ea6-f710-ac00-f610-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:14:00.328377 | 0.09s 2025-10-10 17:23:49.811174 | fa163ea6-f710-ac00-f610-00000000285b | TASK | Config Standalone Ganesha 2025-10-10 17:23:49.897621 | fa163ea6-f710-ac00-f610-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-10 17:23:49.898955 | fa163ea6-f710-ac00-f610-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:14:00.434047 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-10 17:23:50.041805 | fa163ea6-f710-ac00-f610-0000000000ca | TASK | Deploy step tasks for 2 2025-10-10 17:23:50.073786 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000ca') missing from stats 2025-10-10 17:23:50.108025 | fa163ea6-f710-ac00-f610-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-10 17:23:50.731653 | fa163ea6-f710-ac00-f610-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-10 17:23:50.733432 | fa163ea6-f710-ac00-f610-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:01.268523 | 0.62s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:23:50.810660 | fa163ea6-f710-ac00-f610-0000000000cc | TIMING | include_tasks | standalone | 0:14:01.345731 | 0.05s 2025-10-10 17:23:50.937906 | ee0d8e91-50f1-4631-bf5b-1d1b509d6cb2 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-10 17:23:50.978364 | fa163ea6-f710-ac00-f610-0000000033dd | TASK | Push script 2025-10-10 17:23:51.486845 | fa163ea6-f710-ac00-f610-0000000033dd | CHANGED | Push script | standalone 2025-10-10 17:23:51.488387 | fa163ea6-f710-ac00-f610-0000000033dd | TIMING | Push script | standalone | 0:14:02.023480 | 0.51s 2025-10-10 17:23:51.517850 | fa163ea6-f710-ac00-f610-0000000033de | TASK | Insert cronjob in root crontab 2025-10-10 17:23:51.933500 | fa163ea6-f710-ac00-f610-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-10 17:23:51.935082 | fa163ea6-f710-ac00-f610-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:14:02.470176 | 0.42s 2025-10-10 17:23:51.965049 | fa163ea6-f710-ac00-f610-0000000033e5 | TASK | Gather variables for each operating system 2025-10-10 17:23:52.086242 | fa163ea6-f710-ac00-f610-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:02.621317 | 0.12s 2025-10-10 17:23:52.120579 | fa163ea6-f710-ac00-f610-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-10 17:23:52.896257 | fa163ea6-f710-ac00-f610-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:23:52.898266 | fa163ea6-f710-ac00-f610-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:03.433360 | 0.78s 2025-10-10 17:23:52.931426 | fa163ea6-f710-ac00-f610-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-10 17:25:39.824318 | fa163ea6-f710-ac00-f610-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-10 17:25:39.826061 | fa163ea6-f710-ac00-f610-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:50.361154 | 106.89s 2025-10-10 17:25:39.859212 | fa163ea6-f710-ac00-f610-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-10 17:25:40.127230 | fa163ea6-f710-ac00-f610-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-10 17:25:40.128788 | fa163ea6-f710-ac00-f610-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:50.663882 | 0.27s 2025-10-10 17:25:40.160988 | fa163ea6-f710-ac00-f610-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:25:40.804159 | fa163ea6-f710-ac00-f610-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:25:40.805395 | fa163ea6-f710-ac00-f610-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:51.340491 | 0.64s 2025-10-10 17:25:40.837000 | fa163ea6-f710-ac00-f610-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-10 17:25:41.057536 | fa163ea6-f710-ac00-f610-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-10 17:25:41.058906 | fa163ea6-f710-ac00-f610-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:51.594000 | 0.22s 2025-10-10 17:25:41.091233 | fa163ea6-f710-ac00-f610-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-10 17:25:41.133883 | fa163ea6-f710-ac00-f610-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-10 17:25:41.136264 | fa163ea6-f710-ac00-f610-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:51.671358 | 0.04s 2025-10-10 17:25:41.168779 | fa163ea6-f710-ac00-f610-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-10 17:25:41.218372 | fa163ea6-f710-ac00-f610-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-10 17:25:41.219646 | fa163ea6-f710-ac00-f610-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:51.754740 | 0.05s 2025-10-10 17:25:41.252175 | fa163ea6-f710-ac00-f610-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-10 17:25:41.301581 | fa163ea6-f710-ac00-f610-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-10 17:25:41.302800 | fa163ea6-f710-ac00-f610-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:51.837893 | 0.05s 2025-10-10 17:25:41.336740 | fa163ea6-f710-ac00-f610-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:25:41.388159 | fa163ea6-f710-ac00-f610-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:25:41.389325 | fa163ea6-f710-ac00-f610-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:51.924418 | 0.05s 2025-10-10 17:25:41.421296 | fa163ea6-f710-ac00-f610-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-10 17:25:41.473635 | fa163ea6-f710-ac00-f610-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-10 17:25:41.474882 | fa163ea6-f710-ac00-f610-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:52.009975 | 0.05s 2025-10-10 17:25:41.533545 | fa163ea6-f710-ac00-f610-000000003411 | TASK | Gather variables for each operating system 2025-10-10 17:25:41.658042 | fa163ea6-f710-ac00-f610-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:52.193131 | 0.12s 2025-10-10 17:25:41.688034 | fa163ea6-f710-ac00-f610-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-10 17:25:42.499770 | fa163ea6-f710-ac00-f610-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:25:42.501256 | fa163ea6-f710-ac00-f610-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:53.036351 | 0.81s 2025-10-10 17:25:42.536079 | fa163ea6-f710-ac00-f610-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-10 17:26:10.029400 | fa163ea6-f710-ac00-f610-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-10 17:26:10.031231 | fa163ea6-f710-ac00-f610-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:16:20.566325 | 27.49s 2025-10-10 17:26:10.067323 | fa163ea6-f710-ac00-f610-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-10 17:26:10.326706 | fa163ea6-f710-ac00-f610-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-10 17:26:10.328125 | fa163ea6-f710-ac00-f610-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:16:20.863218 | 0.26s 2025-10-10 17:26:10.360333 | fa163ea6-f710-ac00-f610-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:26:10.825709 | fa163ea6-f710-ac00-f610-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:26:10.826651 | fa163ea6-f710-ac00-f610-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:21.361755 | 0.46s 2025-10-10 17:26:10.847022 | fa163ea6-f710-ac00-f610-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-10 17:26:11.116582 | fa163ea6-f710-ac00-f610-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-10 17:26:11.117581 | fa163ea6-f710-ac00-f610-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:16:21.652682 | 0.27s 2025-10-10 17:26:11.138703 | fa163ea6-f710-ac00-f610-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-10 17:26:11.176242 | fa163ea6-f710-ac00-f610-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-10 17:26:11.176960 | fa163ea6-f710-ac00-f610-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:16:21.712063 | 0.04s 2025-10-10 17:26:11.197314 | fa163ea6-f710-ac00-f610-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-10 17:26:11.236168 | fa163ea6-f710-ac00-f610-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-10 17:26:11.237124 | fa163ea6-f710-ac00-f610-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:16:21.772222 | 0.04s 2025-10-10 17:26:11.258636 | fa163ea6-f710-ac00-f610-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-10 17:26:11.295595 | fa163ea6-f710-ac00-f610-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-10 17:26:11.296325 | fa163ea6-f710-ac00-f610-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:16:21.831428 | 0.04s 2025-10-10 17:26:11.318629 | fa163ea6-f710-ac00-f610-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:26:11.375550 | fa163ea6-f710-ac00-f610-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:26:11.376221 | fa163ea6-f710-ac00-f610-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:21.911326 | 0.06s 2025-10-10 17:26:11.397266 | fa163ea6-f710-ac00-f610-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-10 17:26:11.427413 | fa163ea6-f710-ac00-f610-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-10 17:26:11.428151 | fa163ea6-f710-ac00-f610-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:16:21.963256 | 0.03s 2025-10-10 17:26:11.464820 | fa163ea6-f710-ac00-f610-00000000343d | TASK | Gather variables for each operating system 2025-10-10 17:26:11.545300 | fa163ea6-f710-ac00-f610-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:22.080398 | 0.08s 2025-10-10 17:26:11.565127 | fa163ea6-f710-ac00-f610-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-10 17:26:12.337025 | fa163ea6-f710-ac00-f610-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:26:12.338311 | fa163ea6-f710-ac00-f610-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:22.873406 | 0.77s 2025-10-10 17:26:12.369527 | fa163ea6-f710-ac00-f610-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-10 17:26:38.161486 | fa163ea6-f710-ac00-f610-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-10 17:26:38.163152 | fa163ea6-f710-ac00-f610-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:48.698248 | 25.79s 2025-10-10 17:26:38.199006 | fa163ea6-f710-ac00-f610-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-10 17:26:38.466658 | fa163ea6-f710-ac00-f610-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-10 17:26:38.469228 | fa163ea6-f710-ac00-f610-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:49.004320 | 0.27s 2025-10-10 17:26:38.502609 | fa163ea6-f710-ac00-f610-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:26:38.960061 | fa163ea6-f710-ac00-f610-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:26:38.961098 | fa163ea6-f710-ac00-f610-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:49.496197 | 0.46s 2025-10-10 17:26:38.986000 | fa163ea6-f710-ac00-f610-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-10 17:26:39.230984 | fa163ea6-f710-ac00-f610-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-10 17:26:39.232842 | fa163ea6-f710-ac00-f610-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:49.767928 | 0.25s 2025-10-10 17:26:39.264053 | fa163ea6-f710-ac00-f610-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-10 17:26:39.324338 | fa163ea6-f710-ac00-f610-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-10 17:26:39.325097 | fa163ea6-f710-ac00-f610-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:49.860200 | 0.06s 2025-10-10 17:26:39.345807 | fa163ea6-f710-ac00-f610-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-10 17:26:39.394397 | fa163ea6-f710-ac00-f610-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-10 17:26:39.395142 | fa163ea6-f710-ac00-f610-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:49.930243 | 0.05s 2025-10-10 17:26:39.415322 | fa163ea6-f710-ac00-f610-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-10 17:26:39.464498 | fa163ea6-f710-ac00-f610-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-10 17:26:39.465372 | fa163ea6-f710-ac00-f610-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:50.000473 | 0.05s 2025-10-10 17:26:39.490069 | fa163ea6-f710-ac00-f610-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:26:39.528196 | fa163ea6-f710-ac00-f610-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:26:39.529142 | fa163ea6-f710-ac00-f610-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:50.064242 | 0.04s 2025-10-10 17:26:39.553984 | fa163ea6-f710-ac00-f610-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-10 17:26:39.607230 | fa163ea6-f710-ac00-f610-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-10 17:26:39.608166 | fa163ea6-f710-ac00-f610-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:50.143266 | 0.05s 2025-10-10 17:26:39.651046 | fa163ea6-f710-ac00-f610-000000003469 | TASK | Gather variables for each operating system 2025-10-10 17:26:39.773281 | fa163ea6-f710-ac00-f610-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:50.308365 | 0.12s 2025-10-10 17:26:39.806643 | fa163ea6-f710-ac00-f610-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-10 17:26:40.564771 | fa163ea6-f710-ac00-f610-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:26:40.566138 | fa163ea6-f710-ac00-f610-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:51.101232 | 0.76s 2025-10-10 17:26:40.598081 | fa163ea6-f710-ac00-f610-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-10 17:27:05.769430 | fa163ea6-f710-ac00-f610-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-10 17:27:05.770725 | fa163ea6-f710-ac00-f610-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:17:16.305826 | 25.17s 2025-10-10 17:27:05.796710 | fa163ea6-f710-ac00-f610-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-10 17:27:06.064952 | fa163ea6-f710-ac00-f610-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-10 17:27:06.065759 | fa163ea6-f710-ac00-f610-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:17:16.600863 | 0.27s 2025-10-10 17:27:06.085486 | fa163ea6-f710-ac00-f610-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:27:06.457350 | fa163ea6-f710-ac00-f610-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:27:06.458622 | fa163ea6-f710-ac00-f610-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:16.993717 | 0.37s 2025-10-10 17:27:06.488353 | fa163ea6-f710-ac00-f610-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-10 17:27:06.698293 | fa163ea6-f710-ac00-f610-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-10 17:27:06.700280 | fa163ea6-f710-ac00-f610-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:17:17.235376 | 0.21s 2025-10-10 17:27:06.729550 | fa163ea6-f710-ac00-f610-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-10 17:27:06.756608 | fa163ea6-f710-ac00-f610-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-10 17:27:06.757689 | fa163ea6-f710-ac00-f610-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:17:17.292786 | 0.03s 2025-10-10 17:27:06.785984 | fa163ea6-f710-ac00-f610-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-10 17:27:06.823743 | fa163ea6-f710-ac00-f610-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-10 17:27:06.824646 | fa163ea6-f710-ac00-f610-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:17:17.359746 | 0.04s 2025-10-10 17:27:06.848996 | fa163ea6-f710-ac00-f610-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-10 17:27:06.876786 | fa163ea6-f710-ac00-f610-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-10 17:27:06.878112 | fa163ea6-f710-ac00-f610-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:17:17.413208 | 0.03s 2025-10-10 17:27:06.903737 | fa163ea6-f710-ac00-f610-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:27:06.932626 | fa163ea6-f710-ac00-f610-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:27:06.933423 | fa163ea6-f710-ac00-f610-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:17.468525 | 0.03s 2025-10-10 17:27:06.957158 | fa163ea6-f710-ac00-f610-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-10 17:27:06.997089 | fa163ea6-f710-ac00-f610-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-10 17:27:06.998328 | fa163ea6-f710-ac00-f610-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:17:17.533423 | 0.04s 2025-10-10 17:27:07.044163 | fa163ea6-f710-ac00-f610-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-10 17:27:07.258580 | fa163ea6-f710-ac00-f610-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-10 17:27:07.260096 | fa163ea6-f710-ac00-f610-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:17:17.795188 | 0.21s 2025-10-10 17:27:07.343621 | fa163ea6-f710-ac00-f610-0000000000cf | TIMING | include_tasks | standalone | 0:17:17.878710 | 0.05s 2025-10-10 17:27:07.383036 | 8883b278-2741-422f-a4e0-2810d2cbb74b | INCLUDED | /root/standalone-ansible-xolj_bb1/common_deploy_steps_tasks.yaml | standalone 2025-10-10 17:27:07.408196 | fa163ea6-f710-ac00-f610-000000003509 | TASK | Write the config_step hieradata 2025-10-10 17:27:07.926737 | fa163ea6-f710-ac00-f610-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-10 17:27:07.928119 | fa163ea6-f710-ac00-f610-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:17:18.463214 | 0.52s 2025-10-10 17:27:07.959425 | fa163ea6-f710-ac00-f610-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-10 17:27:08.255778 | fa163ea6-f710-ac00-f610-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-10 17:27:08.256532 | fa163ea6-f710-ac00-f610-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:17:18.791636 | 0.30s 2025-10-10 17:27:08.275503 | fa163ea6-f710-ac00-f610-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-10 17:27:08.542661 | fa163ea6-f710-ac00-f610-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 17:27:18.716219 | fa163ea6-f710-ac00-f610-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 17:27:28.945898 | fa163ea6-f710-ac00-f610-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 17:27:28.947326 | fa163ea6-f710-ac00-f610-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:39.482419 | 20.67s 2025-10-10 17:27:28.978260 | fa163ea6-f710-ac00-f610-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-10 17:27:29.064600 | fa163ea6-f710-ac00-f610-00000000350c | 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 10 17:27:08 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 17:27:12 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 17:27:12 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 17:27:12 puppet-user: (file & line not available)", "<13>Oct 10 17:27: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 10 17:27: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 10 17:27:13 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 17:27:13 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Oct 10 17:27:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 17:27:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 17:27:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 17:27:23 puppet-user: Notice: Applied catalog in 9.97 seconds", "<13>Oct 10 17:27:23 puppet-user: Application:", "<13>Oct 10 17:27:23 puppet-user: Initial environment: production", "<13>Oct 10 17:27:23 puppet-user: Converged environment: production", "<13>Oct 10 17:27:23 puppet-user: Run mode: user", "<13>Oct 10 17:27:23 puppet-user: Changes:", "<13>Oct 10 17:27:23 puppet-user: Total: 2", "<13>Oct 10 17:27:23 puppet-user: Events:", "<13>Oct 10 17:27:23 puppet-user: Success: 2", "<13>Oct 10 17:27:23 puppet-user: Resources:", "<13>Oct 10 17:27:23 puppet-user: Changed: 2", "<13>Oct 10 17:27:23 puppet-user: Out of sync: 2", "<13>Oct 10 17:27:23 puppet-user: Total: 28", "<13>Oct 10 17:27:23 puppet-user: Time:", "<13>Oct 10 17:27:23 puppet-user: Filebucket: 0.00", "<13>Oct 10 17:27:23 puppet-user: Schedule: 0.00", "<13>Oct 10 17:27:23 puppet-user: File line: 0.00", "<13>Oct 10 17:27:23 puppet-user: Package: 0.00", "<13>Oct 10 17:27:23 puppet-user: File: 0.00", "<13>Oct 10 17:27:23 puppet-user: Augeas: 0.01", "<13>Oct 10 17:27:23 puppet-user: User: 0.01", "<13>Oct 10 17:27:23 puppet-user: Service: 0.07", "<13>Oct 10 17:27:23 puppet-user: Config retrieval: 0.55", "<13>Oct 10 17:27:23 puppet-user: Pcmk property: 1.51", "<13>Oct 10 17:27:23 puppet-user: Exec: 1.98", "<13>Oct 10 17:27:23 puppet-user: Last run: 1760117243", "<13>Oct 10 17:27:23 puppet-user: Pcmk resource default: 2.98", "<13>Oct 10 17:27:23 puppet-user: Pcmk resource op default: 3.17", "<13>Oct 10 17:27:23 puppet-user: Transaction evaluation: 9.91", "<13>Oct 10 17:27:23 puppet-user: Catalog application: 9.97", "<13>Oct 10 17:27:23 puppet-user: Total: 9.97", "<13>Oct 10 17:27:23 puppet-user: Version:", "<13>Oct 10 17:27:23 puppet-user: Config: 1760117232", "<13>Oct 10 17:27:23 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 17:27:29.066430 | fa163ea6-f710-ac00-f610-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:39.601525 | 0.09s 2025-10-10 17:27:29.096655 | fa163ea6-f710-ac00-f610-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-10 17:27:29.125369 | fa163ea6-f710-ac00-f610-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:39.660460 | 0.03s 2025-10-10 17:27:29.195084 | fa163ea6-f710-ac00-f610-00000000354c | TASK | Gather variables for each operating system 2025-10-10 17:27:29.319249 | fa163ea6-f710-ac00-f610-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:39.854331 | 0.12s 2025-10-10 17:27:29.348894 | fa163ea6-f710-ac00-f610-00000000354d | TASK | Create puppet caching structures 2025-10-10 17:27:29.580254 | fa163ea6-f710-ac00-f610-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-10 17:27:29.581692 | fa163ea6-f710-ac00-f610-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:40.116787 | 0.23s 2025-10-10 17:27:29.611291 | fa163ea6-f710-ac00-f610-00000000354e | TASK | Check for facter.conf 2025-10-10 17:27:29.864696 | fa163ea6-f710-ac00-f610-00000000354e | OK | Check for facter.conf | standalone 2025-10-10 17:27:29.866054 | fa163ea6-f710-ac00-f610-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:40.401124 | 0.25s 2025-10-10 17:27:29.895919 | fa163ea6-f710-ac00-f610-00000000354f | TASK | Remove facter.conf if directory 2025-10-10 17:27:29.946417 | fa163ea6-f710-ac00-f610-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 17:27:29.947661 | fa163ea6-f710-ac00-f610-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:40.482756 | 0.05s 2025-10-10 17:27:29.977079 | fa163ea6-f710-ac00-f610-000000003550 | TASK | Write facter cache config 2025-10-10 17:27:30.446012 | fa163ea6-f710-ac00-f610-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-10 17:27:30.447479 | fa163ea6-f710-ac00-f610-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:40.982542 | 0.47s 2025-10-10 17:27:30.479863 | fa163ea6-f710-ac00-f610-000000003551 | TASK | Cleanup facter cache if exists 2025-10-10 17:27:30.691365 | fa163ea6-f710-ac00-f610-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 17:27:30.692262 | fa163ea6-f710-ac00-f610-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:41.227365 | 0.21s 2025-10-10 17:27:30.711778 | fa163ea6-f710-ac00-f610-000000003552 | TASK | Pre-cache facts 2025-10-10 17:27:31.265788 | fa163ea6-f710-ac00-f610-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-10 17:27:31.266658 | fa163ea6-f710-ac00-f610-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:41.801760 | 0.55s 2025-10-10 17:27:31.290115 | fa163ea6-f710-ac00-f610-000000003553 | TASK | Failed deployment if facter fails 2025-10-10 17:27:31.327947 | fa163ea6-f710-ac00-f610-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 17:27:31.328708 | fa163ea6-f710-ac00-f610-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:41.863809 | 0.04s 2025-10-10 17:27:31.361028 | fa163ea6-f710-ac00-f610-000000003554 | TASK | Sync cached facts 2025-10-10 17:27:31.675796 | fa163ea6-f710-ac00-f610-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-000000003554') missing from stats 2025-10-10 17:27:31.734969 | fa163ea6-f710-ac00-f610-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 17:27:31.776530 | fa163ea6-f710-ac00-f610-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 17:27:31.777748 | fa163ea6-f710-ac00-f610-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:42.312841 | 0.04s 2025-10-10 17:27:31.809149 | fa163ea6-f710-ac00-f610-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-10 17:27:31.831798 | fa163ea6-f710-ac00-f610-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:42.366896 | 0.02s 2025-10-10 17:27:31.891586 | fa163ea6-f710-ac00-f610-0000000035ab | TASK | Gather variables for each operating system 2025-10-10 17:27:32.004344 | fa163ea6-f710-ac00-f610-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:42.539424 | 0.11s 2025-10-10 17:27:32.036324 | fa163ea6-f710-ac00-f610-0000000035ac | TASK | Create container logs path 2025-10-10 17:27:32.305731 | fa163ea6-f710-ac00-f610-0000000035ac | OK | Create container logs path | standalone 2025-10-10 17:27:32.307103 | fa163ea6-f710-ac00-f610-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:42.842199 | 0.27s 2025-10-10 17:27:32.339441 | fa163ea6-f710-ac00-f610-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 17:27:32.615409 | fa163ea6-f710-ac00-f610-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-10 17:27:32.616702 | fa163ea6-f710-ac00-f610-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:43.151797 | 0.28s 2025-10-10 17:27:32.647796 | fa163ea6-f710-ac00-f610-0000000035af | TASK | Finalise hashes for all containers 2025-10-10 17:27:32.722167 | fa163ea6-f710-ac00-f610-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-10 17:27:32.723494 | fa163ea6-f710-ac00-f610-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:43.258561 | 0.07s 2025-10-10 17:27:32.753589 | fa163ea6-f710-ac00-f610-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-10 17:27:32.787843 | fa163ea6-f710-ac00-f610-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:43.322930 | 0.03s 2025-10-10 17:27:32.822560 | 214ebfa7-6a62-4d07-b09a-12af97e18a25 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 17:27:32.852108 | fa163ea6-f710-ac00-f610-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 17:27:33.083061 | fa163ea6-f710-ac00-f610-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 17:27:33.084474 | fa163ea6-f710-ac00-f610-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:43.619541 | 0.23s 2025-10-10 17:27:33.114513 | fa163ea6-f710-ac00-f610-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-10 17:27:33.170309 | fa163ea6-f710-ac00-f610-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-10 17:27:33.171529 | fa163ea6-f710-ac00-f610-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:43.706625 | 0.06s 2025-10-10 17:27:33.201289 | fa163ea6-f710-ac00-f610-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 17:27:33.624324 | fa163ea6-f710-ac00-f610-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 17:27:33.625940 | fa163ea6-f710-ac00-f610-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:44.161029 | 0.42s 2025-10-10 17:27:34.102667 | fa163ea6-f710-ac00-f610-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 17:27:34.104249 | fa163ea6-f710-ac00-f610-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:44.639346 | 0.90s 2025-10-10 17:27:34.114431 | fa163ea6-f710-ac00-f610-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:44.649527 | 0.91s 2025-10-10 17:27:34.145096 | fa163ea6-f710-ac00-f610-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 17:27:34.668681 | fa163ea6-f710-ac00-f610-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 17:27:34.670393 | fa163ea6-f710-ac00-f610-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:45.205478 | 0.52s 2025-10-10 17:27:34.701000 | fa163ea6-f710-ac00-f610-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 17:27:35.159523 | fa163ea6-f710-ac00-f610-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 17:27:35.160857 | fa163ea6-f710-ac00-f610-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:45.695951 | 0.46s 2025-10-10 17:27:35.191945 | fa163ea6-f710-ac00-f610-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-10 17:27:35.893467 | fa163ea6-f710-ac00-f610-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 17:27:35.894952 | fa163ea6-f710-ac00-f610-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:46.430054 | 0.70s 2025-10-10 17:27:35.915478 | fa163ea6-f710-ac00-f610-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 17:27:36.401834 | fa163ea6-f710-ac00-f610-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 17:27:36.402962 | fa163ea6-f710-ac00-f610-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:46.938060 | 0.49s 2025-10-10 17:27:36.427360 | fa163ea6-f710-ac00-f610-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 17:27:36.939413 | fa163ea6-f710-ac00-f610-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 17:27:36.940844 | fa163ea6-f710-ac00-f610-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:47.475941 | 0.51s 2025-10-10 17:27:36.975092 | fa163ea6-f710-ac00-f610-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-10 17:27:37.654997 | fa163ea6-f710-ac00-f610-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 17:27:37.657219 | fa163ea6-f710-ac00-f610-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:48.192312 | 0.68s 2025-10-10 17:27:37.689688 | fa163ea6-f710-ac00-f610-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-10 17:27:37.731218 | fa163ea6-f710-ac00-f610-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:48.266302 | 0.04s 2025-10-10 17:27:37.754296 | e36c9272-3059-4fde-9af1-89d226943f56 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 17:27:37.791141 | fa163ea6-f710-ac00-f610-000000003615 | TASK | Update config hashes for container startup configs 2025-10-10 17:27:38.087646 | fa163ea6-f710-ac00-f610-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-10 17:27:38.088949 | fa163ea6-f710-ac00-f610-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:48.624044 | 0.30s 2025-10-10 17:27:38.120976 | fa163ea6-f710-ac00-f610-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 17:27:38.182538 | fa163ea6-f710-ac00-f610-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:48.717626 | 0.06s 2025-10-10 17:27:38.207892 | ddaa3349-bd50-4c0c-82e0-f3b69c58a357 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:27:38.247259 | fa163ea6-f710-ac00-f610-000000003634 | TASK | Gather podman infos 2025-10-10 17:27:39.274923 | fa163ea6-f710-ac00-f610-000000003634 | OK | Gather podman infos | standalone 2025-10-10 17:27:39.276079 | fa163ea6-f710-ac00-f610-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:49.811175 | 1.03s 2025-10-10 17:27:39.351200 | fa163ea6-f710-ac00-f610-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 17:27:39.415290 | fa163ea6-f710-ac00-f610-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:49.950387 | 0.06s 2025-10-10 17:27:39.537378 | fa163ea6-f710-ac00-f610-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:50.072462 | 0.07s 2025-10-10 17:27:39.596664 | fa163ea6-f710-ac00-f610-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 17:27:39.649049 | fa163ea6-f710-ac00-f610-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:50.184139 | 0.05s 2025-10-10 17:27:39.672141 | e9f845c0-e687-440f-9947-372d14a3c6d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:27:39.707590 | fa163ea6-f710-ac00-f610-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 17:27:57.951124 | fa163ea6-f710-ac00-f610-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-10 17:27:57.952475 | fa163ea6-f710-ac00-f610-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:08.487542 | 18.24s 2025-10-10 17:27:57.976932 | fa163ea6-f710-ac00-f610-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 17:28:00.823018 | fa163ea6-f710-ac00-f610-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-10 17:28:00.824651 | fa163ea6-f710-ac00-f610-0000000036a5 | 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:18:11.359745 | 2.85s 2025-10-10 17:28:00.907681 | fa163ea6-f710-ac00-f610-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-10 17:28:01.157084 | fa163ea6-f710-ac00-f610-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-10 17:28:01.159225 | fa163ea6-f710-ac00-f610-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:18:11.694312 | 0.25s 2025-10-10 17:28:01.214770 | fa163ea6-f710-ac00-f610-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-10 17:28:01.266114 | fa163ea6-f710-ac00-f610-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:18:11.801187 | 0.05s 2025-10-10 17:28:01.300234 | fa163ea6-f710-ac00-f610-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-10 17:28:01.355195 | fa163ea6-f710-ac00-f610-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:18:11.890272 | 0.05s 2025-10-10 17:28:01.382854 | 20223f50-9efb-47df-b183-715fccab6c9d | INCLUDED | /root/standalone-ansible-xolj_bb1/host-container-puppet-tasks.yaml | standalone 2025-10-10 17:28:01.430911 | fa163ea6-f710-ac00-f610-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-10 17:28:01.929651 | fa163ea6-f710-ac00-f610-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-10 17:28:01.933091 | fa163ea6-f710-ac00-f610-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:18:12.468086 | 0.50s 2025-10-10 17:28:01.968130 | fa163ea6-f710-ac00-f610-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-10 17:28:02.269369 | fa163ea6-f710-ac00-f610-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-10 17:28:02.274065 | fa163ea6-f710-ac00-f610-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:18:12.809155 | 0.30s 2025-10-10 17:28:02.311892 | fa163ea6-f710-ac00-f610-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-10 17:28:02.350197 | fa163ea6-f710-ac00-f610-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:18:12.885273 | 0.04s 2025-10-10 17:28:02.425414 | fa163ea6-f710-ac00-f610-000000003722 | TASK | Gather variables for each operating system 2025-10-10 17:28:02.551805 | fa163ea6-f710-ac00-f610-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:13.086880 | 0.12s 2025-10-10 17:28:02.585063 | fa163ea6-f710-ac00-f610-000000003723 | TASK | Create container logs path 2025-10-10 17:28:02.842433 | fa163ea6-f710-ac00-f610-000000003723 | OK | Create container logs path | standalone 2025-10-10 17:28:02.843331 | fa163ea6-f710-ac00-f610-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:13.378434 | 0.26s 2025-10-10 17:28:02.866494 | fa163ea6-f710-ac00-f610-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-10 17:28:03.130924 | fa163ea6-f710-ac00-f610-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-10 17:28:03.132388 | fa163ea6-f710-ac00-f610-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:13.667482 | 0.26s 2025-10-10 17:28:03.162906 | fa163ea6-f710-ac00-f610-000000003726 | TASK | Finalise hashes for all containers 2025-10-10 17:28:03.209469 | fa163ea6-f710-ac00-f610-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:28:03.210794 | fa163ea6-f710-ac00-f610-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:13.745887 | 0.05s 2025-10-10 17:28:03.242243 | fa163ea6-f710-ac00-f610-000000003728 | TASK | Manage systemd shutdown files 2025-10-10 17:28:03.275278 | fa163ea6-f710-ac00-f610-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:28:03.276692 | fa163ea6-f710-ac00-f610-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:13.811786 | 0.03s 2025-10-10 17:28:03.307819 | fa163ea6-f710-ac00-f610-00000000372a | TASK | Update container configs with new config hashes 2025-10-10 17:28:03.369995 | fa163ea6-f710-ac00-f610-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:28:03.371399 | fa163ea6-f710-ac00-f610-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:13.906490 | 0.06s 2025-10-10 17:28:03.406069 | fa163ea6-f710-ac00-f610-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-10 17:28:03.459486 | fa163ea6-f710-ac00-f610-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-10 17:28:03.460823 | fa163ea6-f710-ac00-f610-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:13.995916 | 0.05s 2025-10-10 17:28:03.493225 | fa163ea6-f710-ac00-f610-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-10 17:28:03.547738 | fa163ea6-f710-ac00-f610-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-10 17:28:03.549007 | fa163ea6-f710-ac00-f610-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:14.084100 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-10 17:28:03.712581 | fa163ea6-f710-ac00-f610-0000000000d2 | TASK | External deployment step 3 2025-10-10 17:28:03.749636 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000d2') missing from stats 2025-10-10 17:28:03.808797 | fa163ea6-f710-ac00-f610-0000000000d3 | TIMING | include_tasks | undercloud | 0:18:14.343888 | 0.04s 2025-10-10 17:28:03.819634 | 83d005b2-3429-4966-93fb-1ad72c51ffc5 | INCLUDED | /root/standalone-ansible-xolj_bb1/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-10 17:28:03.838286 | fa163ea6-f710-ac00-f610-00000000377b | TASK | Pause cephadm 2025-10-10 17:28:03.889828 | fa163ea6-f710-ac00-f610-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-10 17:28:03.891078 | fa163ea6-f710-ac00-f610-00000000377b | TIMING | Pause cephadm | undercloud | 0:18:14.426173 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-10 17:28:04.029647 | fa163ea6-f710-ac00-f610-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-10 17:28:04.058024 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000d6') missing from stats 2025-10-10 17:28:04.080987 | fa163ea6-f710-ac00-f610-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-10 17:28:04.553871 | fa163ea6-f710-ac00-f610-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-10 17:28:04.555513 | fa163ea6-f710-ac00-f610-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:18:15.090605 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:28:04.635072 | fa163ea6-f710-ac00-f610-0000000000d8 | TIMING | include_tasks | standalone | 0:18:15.170162 | 0.05s 2025-10-10 17:28:04.664585 | 3c3b5139-86bd-4559-8f97-c7c444d31942 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-10 17:28:04.695466 | fa163ea6-f710-ac00-f610-00000000379a | TASK | Start OVN container 2025-10-10 17:28:04.776122 | fa163ea6-f710-ac00-f610-00000000379a | TIMING | Start OVN container | standalone | 0:18:15.311199 | 0.08s 2025-10-10 17:28:04.806770 | fa163ea6-f710-ac00-f610-00000000379a | TIMING | Start OVN container | standalone | 0:18:15.341867 | 0.11s 2025-10-10 17:28:04.830674 | fa163ea6-f710-ac00-f610-00000000379a | TIMING | Start OVN container | standalone | 0:18:15.365772 | 0.13s 2025-10-10 17:28:04.837213 | fa163ea6-f710-ac00-f610-00000000379a | TIMING | Start OVN container | standalone | 0:18:15.372312 | 0.14s 2025-10-10 17:28:04.946716 | fa163ea6-f710-ac00-f610-0000000037d2 | TASK | Gather variables for each operating system 2025-10-10 17:28:05.057752 | fa163ea6-f710-ac00-f610-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:15.592846 | 0.11s 2025-10-10 17:28:05.077634 | fa163ea6-f710-ac00-f610-0000000037d3 | TASK | Create container logs path 2025-10-10 17:28:05.335183 | fa163ea6-f710-ac00-f610-0000000037d3 | OK | Create container logs path | standalone 2025-10-10 17:28:05.336657 | fa163ea6-f710-ac00-f610-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:15.871750 | 0.26s 2025-10-10 17:28:05.367296 | fa163ea6-f710-ac00-f610-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:05.641728 | fa163ea6-f710-ac00-f610-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:05.642924 | fa163ea6-f710-ac00-f610-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:16.178019 | 0.27s 2025-10-10 17:28:05.672117 | fa163ea6-f710-ac00-f610-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-10 17:28:05.754138 | fa163ea6-f710-ac00-f610-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:28:05.755403 | fa163ea6-f710-ac00-f610-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:16.290499 | 0.08s 2025-10-10 17:28:05.785055 | fa163ea6-f710-ac00-f610-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-10 17:28:05.815583 | fa163ea6-f710-ac00-f610-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:28:05.816799 | fa163ea6-f710-ac00-f610-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:16.351890 | 0.03s 2025-10-10 17:28:05.846421 | fa163ea6-f710-ac00-f610-0000000037da | TASK | Update container configs with new config hashes 2025-10-10 17:28:05.917202 | fa163ea6-f710-ac00-f610-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:28:05.918503 | fa163ea6-f710-ac00-f610-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:16.453593 | 0.07s 2025-10-10 17:28:05.951515 | fa163ea6-f710-ac00-f610-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:06.017045 | fa163ea6-f710-ac00-f610-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:16.552129 | 0.06s 2025-10-10 17:28:06.042633 | 56ec03e9-2984-41c6-91fd-50b658aca25b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:28:06.078029 | fa163ea6-f710-ac00-f610-000000003867 | TASK | Gather podman infos 2025-10-10 17:28:07.397406 | fa163ea6-f710-ac00-f610-000000003867 | OK | Gather podman infos | standalone 2025-10-10 17:28:07.398837 | fa163ea6-f710-ac00-f610-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:17.933933 | 1.32s 2025-10-10 17:28:07.485858 | fa163ea6-f710-ac00-f610-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:07.544885 | fa163ea6-f710-ac00-f610-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:18.079972 | 0.05s 2025-10-10 17:28:07.687884 | fa163ea6-f710-ac00-f610-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:18.222966 | 0.09s 2025-10-10 17:28:07.746803 | fa163ea6-f710-ac00-f610-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:07.800326 | fa163ea6-f710-ac00-f610-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:18.335415 | 0.05s 2025-10-10 17:28:07.827989 | 78c3fcd5-cb2c-4a51-89db-5a8692b1776e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:28:07.861824 | fa163ea6-f710-ac00-f610-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:08.847260 | fa163ea6-f710-ac00-f610-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:08.850181 | fa163ea6-f710-ac00-f610-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:19.385211 | 0.99s 2025-10-10 17:28:08.879329 | fa163ea6-f710-ac00-f610-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:11.621530 | fa163ea6-f710-ac00-f610-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:11.623108 | fa163ea6-f710-ac00-f610-0000000038d3 | 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:18:22.158201 | 2.74s 2025-10-10 17:28:11.681695 | fa163ea6-f710-ac00-f610-0000000037fd | TASK | Gather variables for each operating system 2025-10-10 17:28:11.831737 | fa163ea6-f710-ac00-f610-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:22.366828 | 0.15s 2025-10-10 17:28:11.852277 | fa163ea6-f710-ac00-f610-0000000037fe | TASK | Create container logs path 2025-10-10 17:28:12.122603 | fa163ea6-f710-ac00-f610-0000000037fe | OK | Create container logs path | standalone 2025-10-10 17:28:12.124097 | fa163ea6-f710-ac00-f610-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:22.659191 | 0.27s 2025-10-10 17:28:12.155738 | fa163ea6-f710-ac00-f610-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:12.478208 | fa163ea6-f710-ac00-f610-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:12.479624 | fa163ea6-f710-ac00-f610-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:23.014716 | 0.32s 2025-10-10 17:28:12.510902 | fa163ea6-f710-ac00-f610-000000003801 | TASK | Finalise hashes for all containers 2025-10-10 17:28:12.611030 | fa163ea6-f710-ac00-f610-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:28:12.612389 | fa163ea6-f710-ac00-f610-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:23.147482 | 0.10s 2025-10-10 17:28:12.646069 | fa163ea6-f710-ac00-f610-000000003803 | TASK | Manage systemd shutdown files 2025-10-10 17:28:12.698753 | fa163ea6-f710-ac00-f610-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:28:12.699892 | fa163ea6-f710-ac00-f610-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:23.234987 | 0.05s 2025-10-10 17:28:12.731564 | fa163ea6-f710-ac00-f610-000000003805 | TASK | Update container configs with new config hashes 2025-10-10 17:28:12.807338 | fa163ea6-f710-ac00-f610-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:28:12.808965 | fa163ea6-f710-ac00-f610-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:23.344054 | 0.08s 2025-10-10 17:28:12.847527 | fa163ea6-f710-ac00-f610-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:12.918948 | fa163ea6-f710-ac00-f610-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:23.454043 | 0.07s 2025-10-10 17:28:12.937709 | ecdac3fa-5148-4200-9e29-89254c21f296 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:28:12.966390 | fa163ea6-f710-ac00-f610-00000000391e | TASK | Gather podman infos 2025-10-10 17:28:14.163968 | fa163ea6-f710-ac00-f610-00000000391e | OK | Gather podman infos | standalone 2025-10-10 17:28:14.165289 | fa163ea6-f710-ac00-f610-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:24.700386 | 1.20s 2025-10-10 17:28:14.254249 | fa163ea6-f710-ac00-f610-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:14.345663 | fa163ea6-f710-ac00-f610-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:24.880749 | 0.09s 2025-10-10 17:28:14.496890 | fa163ea6-f710-ac00-f610-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:25.031976 | 0.09s 2025-10-10 17:28:14.556392 | fa163ea6-f710-ac00-f610-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:14.632353 | fa163ea6-f710-ac00-f610-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:25.167437 | 0.07s 2025-10-10 17:28:14.657542 | a726c92d-8573-48f8-90e5-dbae7cb80384 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:28:14.703684 | fa163ea6-f710-ac00-f610-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:15.620884 | fa163ea6-f710-ac00-f610-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:15.622257 | fa163ea6-f710-ac00-f610-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:26.157352 | 0.92s 2025-10-10 17:28:15.653757 | fa163ea6-f710-ac00-f610-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:18.514186 | fa163ea6-f710-ac00-f610-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:18.515987 | fa163ea6-f710-ac00-f610-000000003985 | 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:18:29.051081 | 2.86s 2025-10-10 17:28:18.573274 | fa163ea6-f710-ac00-f610-000000003828 | TASK | Gather variables for each operating system 2025-10-10 17:28:18.680969 | fa163ea6-f710-ac00-f610-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:29.216049 | 0.11s 2025-10-10 17:28:18.714411 | fa163ea6-f710-ac00-f610-000000003829 | TASK | Create container logs path 2025-10-10 17:28:19.009724 | fa163ea6-f710-ac00-f610-000000003829 | OK | Create container logs path | standalone 2025-10-10 17:28:19.011633 | fa163ea6-f710-ac00-f610-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:29.546721 | 0.30s 2025-10-10 17:28:19.043873 | fa163ea6-f710-ac00-f610-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:19.372118 | fa163ea6-f710-ac00-f610-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:19.373570 | fa163ea6-f710-ac00-f610-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:29.908662 | 0.33s 2025-10-10 17:28:19.404953 | fa163ea6-f710-ac00-f610-00000000382c | TASK | Finalise hashes for all containers 2025-10-10 17:28:19.488946 | fa163ea6-f710-ac00-f610-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-10 17:28:19.490312 | fa163ea6-f710-ac00-f610-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:30.025406 | 0.08s 2025-10-10 17:28:19.521672 | fa163ea6-f710-ac00-f610-00000000382e | TASK | Manage systemd shutdown files 2025-10-10 17:28:19.555969 | fa163ea6-f710-ac00-f610-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:28:19.557289 | fa163ea6-f710-ac00-f610-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:30.092381 | 0.03s 2025-10-10 17:28:19.589403 | fa163ea6-f710-ac00-f610-000000003830 | TASK | Update container configs with new config hashes 2025-10-10 17:28:19.655962 | fa163ea6-f710-ac00-f610-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:28:19.657338 | fa163ea6-f710-ac00-f610-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:30.192429 | 0.07s 2025-10-10 17:28:19.688561 | fa163ea6-f710-ac00-f610-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:19.752330 | fa163ea6-f710-ac00-f610-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:30.287412 | 0.06s 2025-10-10 17:28:19.777653 | 51c36e50-63a4-47cf-a724-0f760f6ca3fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:28:19.813750 | fa163ea6-f710-ac00-f610-0000000039d0 | TASK | Gather podman infos 2025-10-10 17:28:21.023290 | fa163ea6-f710-ac00-f610-0000000039d0 | OK | Gather podman infos | standalone 2025-10-10 17:28:21.024582 | fa163ea6-f710-ac00-f610-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:31.559678 | 1.21s 2025-10-10 17:28:21.125675 | fa163ea6-f710-ac00-f610-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:21.218533 | fa163ea6-f710-ac00-f610-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:31.753614 | 0.09s 2025-10-10 17:28:21.373288 | fa163ea6-f710-ac00-f610-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:31.908369 | 0.09s 2025-10-10 17:28:21.437324 | fa163ea6-f710-ac00-f610-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:21.504365 | fa163ea6-f710-ac00-f610-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:32.039448 | 0.07s 2025-10-10 17:28:21.528118 | 2986ee52-2fd8-400b-9217-641177842240 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:28:21.563257 | fa163ea6-f710-ac00-f610-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:22.490963 | fa163ea6-f710-ac00-f610-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:22.492090 | fa163ea6-f710-ac00-f610-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:33.027193 | 0.93s 2025-10-10 17:28:22.513014 | fa163ea6-f710-ac00-f610-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 17:28:25.439717 | fa163ea6-f710-ac00-f610-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 17:28:25.441753 | fa163ea6-f710-ac00-f610-000000003a37 | 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:18:35.976842 | 2.93s 2025-10-10 17:28:25.498133 | fa163ea6-f710-ac00-f610-00000000379c | TASK | Set NB connection 2025-10-10 17:28:26.012379 | fa163ea6-f710-ac00-f610-00000000379c | CHANGED | Set NB connection | standalone 2025-10-10 17:28:26.014303 | fa163ea6-f710-ac00-f610-00000000379c | TIMING | Set NB connection | standalone | 0:18:36.549396 | 0.51s 2025-10-10 17:28:26.043858 | fa163ea6-f710-ac00-f610-00000000379d | TASK | Set SB connection 2025-10-10 17:28:26.551896 | fa163ea6-f710-ac00-f610-00000000379d | CHANGED | Set SB connection | standalone 2025-10-10 17:28:26.553582 | fa163ea6-f710-ac00-f610-00000000379d | TIMING | Set SB connection | standalone | 0:18:37.088672 | 0.51s 2025-10-10 17:28:26.585559 | fa163ea6-f710-ac00-f610-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-10 17:28:26.819927 | fa163ea6-f710-ac00-f610-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-10 17:28:26.821791 | fa163ea6-f710-ac00-f610-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:37.356881 | 0.23s 2025-10-10 17:28:26.919901 | fa163ea6-f710-ac00-f610-0000000000db | TIMING | include_tasks | standalone | 0:18:37.454981 | 0.07s 2025-10-10 17:28:26.961586 | 7fffe291-98e0-4512-a81a-1c29667b50a4 | INCLUDED | /root/standalone-ansible-xolj_bb1/common_deploy_steps_tasks.yaml | standalone 2025-10-10 17:28:26.997206 | fa163ea6-f710-ac00-f610-000000003a7c | TASK | Write the config_step hieradata 2025-10-10 17:28:27.547529 | fa163ea6-f710-ac00-f610-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-10 17:28:27.549072 | fa163ea6-f710-ac00-f610-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:38.084160 | 0.55s 2025-10-10 17:28:27.580829 | fa163ea6-f710-ac00-f610-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-10 17:28:27.927656 | fa163ea6-f710-ac00-f610-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-10 17:28:27.928905 | fa163ea6-f710-ac00-f610-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:38.464003 | 0.35s 2025-10-10 17:28:27.951278 | fa163ea6-f710-ac00-f610-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-10 17:28:28.247924 | fa163ea6-f710-ac00-f610-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 17:28:38.465389 | fa163ea6-f710-ac00-f610-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 17:28:48.687817 | fa163ea6-f710-ac00-f610-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 17:28:48.688670 | fa163ea6-f710-ac00-f610-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:59.223773 | 20.74s 2025-10-10 17:28:48.709865 | fa163ea6-f710-ac00-f610-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-10 17:28:48.798114 | fa163ea6-f710-ac00-f610-000000003a7f | 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 10 17:28:28 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 17:28:32 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 17:28:32 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 17:28:32 puppet-user: (file & line not available)", "<13>Oct 10 17:28: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 10 17:28: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 10 17:28:32 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 17:28:32 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Oct 10 17:28:37 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 17:28:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 17:28:40 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 17:28:41 puppet-user: Notice: Applied catalog in 8.10 seconds", "<13>Oct 10 17:28:41 puppet-user: Application:", "<13>Oct 10 17:28:41 puppet-user: Initial environment: production", "<13>Oct 10 17:28:41 puppet-user: Converged environment: production", "<13>Oct 10 17:28:41 puppet-user: Run mode: user", "<13>Oct 10 17:28:41 puppet-user: Changes:", "<13>Oct 10 17:28:41 puppet-user: Total: 2", "<13>Oct 10 17:28:41 puppet-user: Events:", "<13>Oct 10 17:28:41 puppet-user: Success: 2", "<13>Oct 10 17:28:41 puppet-user: Resources:", "<13>Oct 10 17:28:41 puppet-user: Changed: 2", "<13>Oct 10 17:28:41 puppet-user: Out of sync: 2", "<13>Oct 10 17:28:41 puppet-user: Total: 28", "<13>Oct 10 17:28:41 puppet-user: Time:", "<13>Oct 10 17:28:41 puppet-user: Filebucket: 0.00", "<13>Oct 10 17:28:41 puppet-user: Schedule: 0.00", "<13>Oct 10 17:28:41 puppet-user: Package: 0.00", "<13>Oct 10 17:28:41 puppet-user: File: 0.00", "<13>Oct 10 17:28:41 puppet-user: Augeas: 0.01", "<13>Oct 10 17:28:41 puppet-user: File line: 0.01", "<13>Oct 10 17:28:41 puppet-user: User: 0.03", "<13>Oct 10 17:28:41 puppet-user: Service: 0.09", "<13>Oct 10 17:28:41 puppet-user: Config retrieval: 0.49", "<13>Oct 10 17:28:41 puppet-user: Pcmk property: 1.51", "<13>Oct 10 17:28:41 puppet-user: Last run: 1760117321", "<13>Oct 10 17:28:41 puppet-user: Exec: 2.06", "<13>Oct 10 17:28:41 puppet-user: Pcmk resource op default: 2.06", "<13>Oct 10 17:28:41 puppet-user: Pcmk resource default: 2.14", "<13>Oct 10 17:28:41 puppet-user: Transaction evaluation: 8.09", "<13>Oct 10 17:28:41 puppet-user: Catalog application: 8.10", "<13>Oct 10 17:28:41 puppet-user: Total: 8.11", "<13>Oct 10 17:28:41 puppet-user: Version:", "<13>Oct 10 17:28:41 puppet-user: Config: 1760117312", "<13>Oct 10 17:28:41 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 17:28:48.798960 | fa163ea6-f710-ac00-f610-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:59.334063 | 0.09s 2025-10-10 17:28:48.818763 | fa163ea6-f710-ac00-f610-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-10 17:28:48.839237 | fa163ea6-f710-ac00-f610-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:59.374336 | 0.02s 2025-10-10 17:28:48.885121 | fa163ea6-f710-ac00-f610-000000003abf | TASK | Gather variables for each operating system 2025-10-10 17:28:49.006668 | fa163ea6-f710-ac00-f610-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:59.541759 | 0.12s 2025-10-10 17:28:49.027703 | fa163ea6-f710-ac00-f610-000000003ac0 | TASK | Create puppet caching structures 2025-10-10 17:28:49.287163 | fa163ea6-f710-ac00-f610-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-10 17:28:49.288700 | fa163ea6-f710-ac00-f610-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:59.823801 | 0.26s 2025-10-10 17:28:49.308510 | fa163ea6-f710-ac00-f610-000000003ac1 | TASK | Check for facter.conf 2025-10-10 17:28:49.566365 | fa163ea6-f710-ac00-f610-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-10 17:28:49.569297 | fa163ea6-f710-ac00-f610-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:00.104384 | 0.26s 2025-10-10 17:28:49.603052 | fa163ea6-f710-ac00-f610-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-10 17:28:49.660987 | fa163ea6-f710-ac00-f610-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 17:28:49.663320 | fa163ea6-f710-ac00-f610-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:00.198312 | 0.06s 2025-10-10 17:28:49.694279 | fa163ea6-f710-ac00-f610-000000003ac3 | TASK | Write facter cache config 2025-10-10 17:28:50.202755 | fa163ea6-f710-ac00-f610-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-10 17:28:50.204479 | fa163ea6-f710-ac00-f610-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:00.739538 | 0.51s 2025-10-10 17:28:50.236115 | fa163ea6-f710-ac00-f610-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-10 17:28:50.473133 | fa163ea6-f710-ac00-f610-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 17:28:50.474034 | fa163ea6-f710-ac00-f610-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:01.009135 | 0.24s 2025-10-10 17:28:50.502687 | fa163ea6-f710-ac00-f610-000000003ac5 | TASK | Pre-cache facts 2025-10-10 17:28:51.148787 | fa163ea6-f710-ac00-f610-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-10 17:28:51.149881 | fa163ea6-f710-ac00-f610-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:01.684983 | 0.65s 2025-10-10 17:28:51.171272 | fa163ea6-f710-ac00-f610-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-10 17:28:51.203389 | fa163ea6-f710-ac00-f610-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 17:28:51.204227 | fa163ea6-f710-ac00-f610-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:01.739329 | 0.03s 2025-10-10 17:28:51.231386 | fa163ea6-f710-ac00-f610-000000003ac7 | TASK | Sync cached facts 2025-10-10 17:28:51.551136 | fa163ea6-f710-ac00-f610-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-000000003ac7') missing from stats 2025-10-10 17:28:51.608014 | fa163ea6-f710-ac00-f610-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 17:28:51.659127 | fa163ea6-f710-ac00-f610-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 17:28:51.660347 | fa163ea6-f710-ac00-f610-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:02.195440 | 0.05s 2025-10-10 17:28:51.691742 | fa163ea6-f710-ac00-f610-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-10 17:28:51.724636 | fa163ea6-f710-ac00-f610-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:19:02.259722 | 0.03s 2025-10-10 17:28:51.791311 | fa163ea6-f710-ac00-f610-000000003b1e | TASK | Gather variables for each operating system 2025-10-10 17:28:51.917344 | fa163ea6-f710-ac00-f610-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:02.452423 | 0.12s 2025-10-10 17:28:51.949655 | fa163ea6-f710-ac00-f610-000000003b1f | TASK | Create container logs path 2025-10-10 17:28:52.216787 | fa163ea6-f710-ac00-f610-000000003b1f | OK | Create container logs path | standalone 2025-10-10 17:28:52.217648 | fa163ea6-f710-ac00-f610-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:02.752750 | 0.27s 2025-10-10 17:28:52.237593 | fa163ea6-f710-ac00-f610-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 17:28:52.530751 | fa163ea6-f710-ac00-f610-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-10 17:28:52.531704 | fa163ea6-f710-ac00-f610-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:03.066803 | 0.29s 2025-10-10 17:28:52.555801 | fa163ea6-f710-ac00-f610-000000003b22 | TASK | Finalise hashes for all containers 2025-10-10 17:28:52.647511 | fa163ea6-f710-ac00-f610-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:28:52.648804 | fa163ea6-f710-ac00-f610-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:03.183900 | 0.09s 2025-10-10 17:28:52.678378 | fa163ea6-f710-ac00-f610-000000003b24 | TASK | Manage systemd shutdown files 2025-10-10 17:28:52.722106 | fa163ea6-f710-ac00-f610-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:03.257196 | 0.04s 2025-10-10 17:28:52.762554 | 32eea090-16ea-45cc-a068-374c2df44789 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 17:28:52.794336 | fa163ea6-f710-ac00-f610-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 17:28:53.073050 | fa163ea6-f710-ac00-f610-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 17:28:53.074614 | fa163ea6-f710-ac00-f610-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:03.609707 | 0.28s 2025-10-10 17:28:53.105944 | fa163ea6-f710-ac00-f610-000000003b58 | TASK | Set podman_drop_in fact 2025-10-10 17:28:53.147044 | fa163ea6-f710-ac00-f610-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-10 17:28:53.148491 | fa163ea6-f710-ac00-f610-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:03.683524 | 0.04s 2025-10-10 17:28:53.178190 | fa163ea6-f710-ac00-f610-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 17:28:53.761090 | fa163ea6-f710-ac00-f610-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 17:28:53.763286 | fa163ea6-f710-ac00-f610-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:04.298374 | 0.58s 2025-10-10 17:28:54.317424 | fa163ea6-f710-ac00-f610-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 17:28:54.319341 | fa163ea6-f710-ac00-f610-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:04.854435 | 1.14s 2025-10-10 17:28:54.330045 | fa163ea6-f710-ac00-f610-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:04.865137 | 1.15s 2025-10-10 17:28:54.360421 | fa163ea6-f710-ac00-f610-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 17:28:54.935410 | fa163ea6-f710-ac00-f610-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 17:28:54.937543 | fa163ea6-f710-ac00-f610-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:05.472621 | 0.58s 2025-10-10 17:28:54.970166 | fa163ea6-f710-ac00-f610-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 17:28:55.508040 | fa163ea6-f710-ac00-f610-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 17:28:55.510136 | fa163ea6-f710-ac00-f610-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:06.045224 | 0.54s 2025-10-10 17:28:55.542700 | fa163ea6-f710-ac00-f610-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-10 17:28:56.313495 | fa163ea6-f710-ac00-f610-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 17:28:56.315579 | fa163ea6-f710-ac00-f610-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:06.850678 | 0.77s 2025-10-10 17:28:56.336561 | fa163ea6-f710-ac00-f610-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 17:28:56.869255 | fa163ea6-f710-ac00-f610-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 17:28:56.871997 | fa163ea6-f710-ac00-f610-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:07.407088 | 0.53s 2025-10-10 17:28:56.903272 | fa163ea6-f710-ac00-f610-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 17:28:57.417718 | fa163ea6-f710-ac00-f610-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 17:28:57.420511 | fa163ea6-f710-ac00-f610-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:07.955602 | 0.51s 2025-10-10 17:28:57.455847 | fa163ea6-f710-ac00-f610-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-10 17:28:58.299872 | fa163ea6-f710-ac00-f610-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 17:28:58.301647 | fa163ea6-f710-ac00-f610-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:08.836744 | 0.84s 2025-10-10 17:28:58.325603 | fa163ea6-f710-ac00-f610-000000003b26 | TASK | Update container configs with new config hashes 2025-10-10 17:28:58.389529 | fa163ea6-f710-ac00-f610-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:08.924617 | 0.06s 2025-10-10 17:28:58.404274 | 85e07fad-b909-4a2e-a138-86525d9cb4b2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 17:28:58.431030 | fa163ea6-f710-ac00-f610-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-10 17:28:58.768771 | fa163ea6-f710-ac00-f610-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-10 17:28:58.770202 | fa163ea6-f710-ac00-f610-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:09.305294 | 0.34s 2025-10-10 17:28:58.803466 | fa163ea6-f710-ac00-f610-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 17:28:58.844121 | fa163ea6-f710-ac00-f610-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:09.379210 | 0.04s 2025-10-10 17:28:58.869052 | ac00b7c4-e7ed-4888-a5af-11e3d02e9865 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:28:58.906665 | fa163ea6-f710-ac00-f610-000000003ba7 | TASK | Gather podman infos 2025-10-10 17:29:00.117600 | fa163ea6-f710-ac00-f610-000000003ba7 | OK | Gather podman infos | standalone 2025-10-10 17:29:00.118678 | fa163ea6-f710-ac00-f610-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:10.653779 | 1.21s 2025-10-10 17:29:00.206203 | fa163ea6-f710-ac00-f610-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 17:29:00.287193 | fa163ea6-f710-ac00-f610-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:10.822278 | 0.07s 2025-10-10 17:29:00.433498 | fa163ea6-f710-ac00-f610-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:10.968548 | 0.09s 2025-10-10 17:29:00.492781 | fa163ea6-f710-ac00-f610-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 17:29:00.556316 | fa163ea6-f710-ac00-f610-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:11.091404 | 0.06s 2025-10-10 17:29:00.580085 | b711aa8f-24ec-4995-b26d-a5f87422ddfb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:29:00.617255 | fa163ea6-f710-ac00-f610-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 17:29:55.211220 | fa163ea6-f710-ac00-f610-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-10 17:29:55.213426 | fa163ea6-f710-ac00-f610-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:05.748511 | 54.60s 2025-10-10 17:29:55.249856 | fa163ea6-f710-ac00-f610-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 17:30:28.447436 | fa163ea6-f710-ac00-f610-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-10 17:30:28.450529 | fa163ea6-f710-ac00-f610-000000003c13 | 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:20:38.985500 | 33.20s 2025-10-10 17:30:28.514926 | fa163ea6-f710-ac00-f610-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-10 17:30:28.760725 | fa163ea6-f710-ac00-f610-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-10 17:30:28.762109 | fa163ea6-f710-ac00-f610-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:39.297204 | 0.25s 2025-10-10 17:30:28.811089 | fa163ea6-f710-ac00-f610-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-10 17:30:28.871541 | fa163ea6-f710-ac00-f610-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:39.406627 | 0.06s 2025-10-10 17:30:28.902401 | fa163ea6-f710-ac00-f610-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-10 17:30:28.953832 | fa163ea6-f710-ac00-f610-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:39.488915 | 0.05s 2025-10-10 17:30:28.979641 | 64f1cea3-d506-49ae-b508-1d3a90f24ed3 | INCLUDED | /root/standalone-ansible-xolj_bb1/host-container-puppet-tasks.yaml | standalone 2025-10-10 17:30:29.036967 | fa163ea6-f710-ac00-f610-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-10 17:30:29.547227 | fa163ea6-f710-ac00-f610-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-10 17:30:29.548208 | fa163ea6-f710-ac00-f610-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:40.083308 | 0.51s 2025-10-10 17:30:29.579152 | fa163ea6-f710-ac00-f610-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-10 17:30:29.853544 | fa163ea6-f710-ac00-f610-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-10 17:30:29.855068 | fa163ea6-f710-ac00-f610-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:40.390162 | 0.27s 2025-10-10 17:30:29.887801 | fa163ea6-f710-ac00-f610-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-10 17:30:29.923282 | fa163ea6-f710-ac00-f610-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:40.458369 | 0.03s 2025-10-10 17:30:29.993571 | fa163ea6-f710-ac00-f610-000000003c90 | TASK | Gather variables for each operating system 2025-10-10 17:30:30.117350 | fa163ea6-f710-ac00-f610-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:40.652429 | 0.12s 2025-10-10 17:30:30.147926 | fa163ea6-f710-ac00-f610-000000003c91 | TASK | Create container logs path 2025-10-10 17:30:30.379811 | fa163ea6-f710-ac00-f610-000000003c91 | OK | Create container logs path | standalone 2025-10-10 17:30:30.381227 | fa163ea6-f710-ac00-f610-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:40.916321 | 0.23s 2025-10-10 17:30:30.413276 | fa163ea6-f710-ac00-f610-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-10 17:30:30.656528 | fa163ea6-f710-ac00-f610-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-10 17:30:30.657858 | fa163ea6-f710-ac00-f610-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:41.192951 | 0.24s 2025-10-10 17:30:30.687288 | fa163ea6-f710-ac00-f610-000000003c94 | TASK | Finalise hashes for all containers 2025-10-10 17:30:30.739649 | fa163ea6-f710-ac00-f610-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:30:30.740955 | fa163ea6-f710-ac00-f610-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:41.276050 | 0.05s 2025-10-10 17:30:30.780317 | fa163ea6-f710-ac00-f610-000000003c96 | TASK | Manage systemd shutdown files 2025-10-10 17:30:30.816867 | fa163ea6-f710-ac00-f610-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:30:30.818236 | fa163ea6-f710-ac00-f610-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:41.353329 | 0.03s 2025-10-10 17:30:30.850119 | fa163ea6-f710-ac00-f610-000000003c98 | TASK | Update container configs with new config hashes 2025-10-10 17:30:30.881756 | fa163ea6-f710-ac00-f610-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:30:30.882697 | fa163ea6-f710-ac00-f610-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:41.417790 | 0.03s 2025-10-10 17:30:30.915364 | fa163ea6-f710-ac00-f610-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-10 17:30:30.948136 | fa163ea6-f710-ac00-f610-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-10 17:30:30.949377 | fa163ea6-f710-ac00-f610-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:41.484469 | 0.03s 2025-10-10 17:30:30.983860 | fa163ea6-f710-ac00-f610-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-10 17:30:31.019732 | fa163ea6-f710-ac00-f610-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-10 17:30:31.021066 | fa163ea6-f710-ac00-f610-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:41.556157 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-10 17:30:31.210122 | fa163ea6-f710-ac00-f610-0000000000de | TASK | External deployment step 4 2025-10-10 17:30:31.237490 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000de') missing from stats 2025-10-10 17:30:31.281001 | fa163ea6-f710-ac00-f610-0000000000df | TIMING | include_tasks | undercloud | 0:20:41.816097 | 0.03s 2025-10-10 17:30:31.303612 | a9a0d21c-2e2b-404c-b23f-3608963373be | INCLUDED | /root/standalone-ansible-xolj_bb1/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-10 17:30:31.321514 | fa163ea6-f710-ac00-f610-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-10 17:30:32.990211 | fa163ea6-f710-ac00-f610-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-10 17:30:32.991896 | fa163ea6-f710-ac00-f610-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:43.526997 | 1.67s 2025-10-10 17:30:34.163316 | fa163ea6-f710-ac00-f610-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-10 17:30:34.165863 | fa163ea6-f710-ac00-f610-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:44.700951 | 2.84s 2025-10-10 17:30:34.178414 | fa163ea6-f710-ac00-f610-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:44.713499 | 2.86s 2025-10-10 17:30:34.201491 | fa163ea6-f710-ac00-f610-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-10 17:30:34.258155 | fa163ea6-f710-ac00-f610-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:44.793236 | 0.05s 2025-10-10 17:30:34.328726 | fa163ea6-f710-ac00-f610-000000003d18 | TASK | Create Keystone Admin resources 2025-10-10 17:30:34.390601 | fa163ea6-f710-ac00-f610-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:44.925687 | 0.06s 2025-10-10 17:30:34.430469 | 2318dba5-8f72-45f0-9a82-4066c5d92844 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-10 17:30:34.459394 | fa163ea6-f710-ac00-f610-000000003d59 | TASK | Create admin and service projects 2025-10-10 17:30:34.514765 | fa163ea6-f710-ac00-f610-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:45.049832 | 0.05s 2025-10-10 17:30:34.541498 | 849cfb75-dc8f-4f1c-a3f7-338fccedbb07 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-10 17:30:34.585195 | fa163ea6-f710-ac00-f610-000000003daa | TASK | Async creation of Keystone project 2025-10-10 17:30:35.150219 | fa163ea6-f710-ac00-f610-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-10 17:30:35.153944 | fa163ea6-f710-ac00-f610-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:45.689023 | 0.57s 2025-10-10 17:30:35.438416 | fa163ea6-f710-ac00-f610-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-10 17:30:35.439404 | fa163ea6-f710-ac00-f610-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:45.974501 | 0.85s 2025-10-10 17:30:35.445208 | fa163ea6-f710-ac00-f610-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:45.980299 | 0.86s 2025-10-10 17:30:35.466397 | fa163ea6-f710-ac00-f610-000000003dac | TASK | Check Keystone project status 2025-10-10 17:30:35.689495 | fa163ea6-f710-ac00-f610-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-10 17:30:40.915502 | fa163ea6-f710-ac00-f610-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-10 17:30:40.917093 | fa163ea6-f710-ac00-f610-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:51.452195 | 5.45s 2025-10-10 17:30:41.174550 | fa163ea6-f710-ac00-f610-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-10 17:30:41.175781 | fa163ea6-f710-ac00-f610-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:51.710876 | 5.71s 2025-10-10 17:30:41.188523 | fa163ea6-f710-ac00-f610-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:51.723614 | 5.72s 2025-10-10 17:30:41.209216 | fa163ea6-f710-ac00-f610-000000003d5a | TASK | Create admin role 2025-10-10 17:30:42.611079 | fa163ea6-f710-ac00-f610-000000003d5a | OK | Create admin role | undercloud 2025-10-10 17:30:42.612407 | fa163ea6-f710-ac00-f610-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:53.147502 | 1.40s 2025-10-10 17:30:42.631292 | fa163ea6-f710-ac00-f610-000000003d5b | TASK | Create _member_ role 2025-10-10 17:30:42.697015 | fa163ea6-f710-ac00-f610-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-10 17:30:42.697953 | fa163ea6-f710-ac00-f610-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:53.233053 | 0.07s 2025-10-10 17:30:42.713990 | fa163ea6-f710-ac00-f610-000000003d5c | TASK | Check admin password 2025-10-10 17:30:44.146524 | fa163ea6-f710-ac00-f610-000000003d5c | OK | Check admin password | undercloud 2025-10-10 17:30:44.147603 | fa163ea6-f710-ac00-f610-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:54.682703 | 1.43s 2025-10-10 17:30:44.163890 | fa163ea6-f710-ac00-f610-000000003d5d | TASK | Create admin user 2025-10-10 17:30:45.837429 | fa163ea6-f710-ac00-f610-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-10 17:30:45.838394 | fa163ea6-f710-ac00-f610-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:56.373494 | 1.67s 2025-10-10 17:30:45.855016 | fa163ea6-f710-ac00-f610-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-10 17:30:47.605146 | fa163ea6-f710-ac00-f610-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-10 17:30:47.606792 | fa163ea6-f710-ac00-f610-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:58.141886 | 1.75s 2025-10-10 17:30:47.625793 | fa163ea6-f710-ac00-f610-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-10 17:30:47.690234 | fa163ea6-f710-ac00-f610-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-10 17:30:47.691277 | fa163ea6-f710-ac00-f610-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:58.226377 | 0.06s 2025-10-10 17:30:47.707130 | fa163ea6-f710-ac00-f610-000000003d60 | TASK | Create identity service 2025-10-10 17:30:48.866282 | fa163ea6-f710-ac00-f610-000000003d60 | OK | Create identity service | undercloud 2025-10-10 17:30:48.867799 | fa163ea6-f710-ac00-f610-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:59.402891 | 1.16s 2025-10-10 17:30:48.887061 | fa163ea6-f710-ac00-f610-000000003d61 | TASK | Create identity public endpoint 2025-10-10 17:30:50.350602 | fa163ea6-f710-ac00-f610-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-10 17:30:50.352092 | fa163ea6-f710-ac00-f610-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:00.887186 | 1.46s 2025-10-10 17:30:50.371174 | fa163ea6-f710-ac00-f610-000000003d62 | TASK | Create identity internal endpoint 2025-10-10 17:30:51.641143 | fa163ea6-f710-ac00-f610-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-10 17:30:51.642712 | fa163ea6-f710-ac00-f610-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:02.177804 | 1.27s 2025-10-10 17:30:51.661868 | fa163ea6-f710-ac00-f610-000000003d63 | TASK | Create identity admin endpoint 2025-10-10 17:30:52.915380 | fa163ea6-f710-ac00-f610-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-10 17:30:52.916809 | fa163ea6-f710-ac00-f610-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:03.451905 | 1.25s 2025-10-10 17:30:52.935428 | fa163ea6-f710-ac00-f610-000000003d19 | TASK | Create Keystone Projects 2025-10-10 17:30:53.031484 | fa163ea6-f710-ac00-f610-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:03.566545 | 0.09s 2025-10-10 17:30:53.043272 | fa163ea6-f710-ac00-f610-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:03.578367 | 0.11s 2025-10-10 17:30:53.056109 | 861bd800-6abb-4b79-824a-01f3de60bb8a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-10 17:30:53.106991 | fa163ea6-f710-ac00-f610-000000003e36 | TASK | Async creation of Keystone project 2025-10-10 17:30:53.392519 | fa163ea6-f710-ac00-f610-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-10 17:30:53.393866 | fa163ea6-f710-ac00-f610-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:03.928956 | 0.29s 2025-10-10 17:30:53.399889 | fa163ea6-f710-ac00-f610-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:03.934980 | 0.29s 2025-10-10 17:30:53.419168 | fa163ea6-f710-ac00-f610-000000003e38 | TASK | Check Keystone project status 2025-10-10 17:30:53.687221 | fa163ea6-f710-ac00-f610-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-10 17:30:58.905305 | fa163ea6-f710-ac00-f610-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-10 17:30:58.907807 | fa163ea6-f710-ac00-f610-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:09.442899 | 5.49s 2025-10-10 17:30:58.917847 | fa163ea6-f710-ac00-f610-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:09.452937 | 5.50s 2025-10-10 17:30:58.937155 | fa163ea6-f710-ac00-f610-000000003d1b | TASK | Create Keystone Domains 2025-10-10 17:30:59.040329 | fa163ea6-f710-ac00-f610-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:09.575416 | 0.10s 2025-10-10 17:30:59.046386 | fa163ea6-f710-ac00-f610-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:09.581476 | 0.11s 2025-10-10 17:30:59.063191 | 716eed97-6fb0-4d4d-8c76-6e0ca47323bf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-10 17:30:59.106783 | fa163ea6-f710-ac00-f610-000000003eeb | TASK | Async creation of Keystone domains 2025-10-10 17:30:59.625537 | fa163ea6-f710-ac00-f610-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-10 17:30:59.626896 | fa163ea6-f710-ac00-f610-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:10.161988 | 0.52s 2025-10-10 17:30:59.632315 | fa163ea6-f710-ac00-f610-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:10.167415 | 0.52s 2025-10-10 17:30:59.650521 | fa163ea6-f710-ac00-f610-000000003eed | TASK | Check Keystone domain status 2025-10-10 17:30:59.923058 | fa163ea6-f710-ac00-f610-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-10 17:31:05.136616 | fa163ea6-f710-ac00-f610-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-10 17:31:05.138651 | fa163ea6-f710-ac00-f610-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:15.673742 | 5.49s 2025-10-10 17:31:05.148859 | fa163ea6-f710-ac00-f610-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:15.683950 | 5.50s 2025-10-10 17:31:05.168410 | fa163ea6-f710-ac00-f610-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-10 17:31:05.220409 | fa163ea6-f710-ac00-f610-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:15.755496 | 0.05s 2025-10-10 17:31:05.234767 | 61f61af9-03f7-4fa0-89ca-3350b5453906 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-10 17:31:05.287538 | fa163ea6-f710-ac00-f610-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-10 17:31:06.610254 | fa163ea6-f710-ac00-f610-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-10 17:31:06.611595 | fa163ea6-f710-ac00-f610-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:17.146691 | 1.32s 2025-10-10 17:31:06.629665 | fa163ea6-f710-ac00-f610-000000003fb6 | TASK | Set openstack_domains fact 2025-10-10 17:31:06.691866 | fa163ea6-f710-ac00-f610-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-10 17:31:06.693521 | fa163ea6-f710-ac00-f610-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:17.228607 | 0.06s 2025-10-10 17:31:06.712904 | fa163ea6-f710-ac00-f610-000000003d1e | TASK | Create Keystone Services 2025-10-10 17:31:06.838751 | fa163ea6-f710-ac00-f610-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:17.373838 | 0.12s 2025-10-10 17:31:06.888334 | fa163ea6-f710-ac00-f610-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:17.423424 | 0.17s 2025-10-10 17:31:06.901926 | fa163ea6-f710-ac00-f610-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:17.437019 | 0.19s 2025-10-10 17:31:06.923079 | 5cd01c95-4ef2-4d41-b35f-d68322d11b41 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-10 17:31:06.931916 | 2c8feb61-acfc-4dc5-b485-6cc62e4348b6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-10 17:31:06.982173 | fa163ea6-f710-ac00-f610-000000004092 | TASK | Async creation of Keystone service 2025-10-10 17:31:07.336845 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-10 17:31:07.338431 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:17.873518 | 0.36s 2025-10-10 17:31:07.617568 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-10 17:31:07.618579 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:18.153676 | 0.64s 2025-10-10 17:31:07.927388 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-10 17:31:07.928058 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:18.463163 | 0.94s 2025-10-10 17:31:08.212261 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-10 17:31:08.212919 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:18.748023 | 1.23s 2025-10-10 17:31:08.493079 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-10 17:31:08.494611 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:19.029708 | 1.51s 2025-10-10 17:31:08.810788 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-10 17:31:08.811520 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:19.346624 | 1.83s 2025-10-10 17:31:09.080076 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-10 17:31:09.080651 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:19.615756 | 2.10s 2025-10-10 17:31:09.394177 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-10 17:31:09.394762 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:19.929868 | 2.41s 2025-10-10 17:31:09.638497 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-10 17:31:09.643843 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.178939 | 2.66s 2025-10-10 17:31:09.957569 | fa163ea6-f710-ac00-f610-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-10 17:31:09.958739 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.493836 | 2.98s 2025-10-10 17:31:09.966159 | fa163ea6-f710-ac00-f610-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.501259 | 2.98s 2025-10-10 17:31:09.983782 | fa163ea6-f710-ac00-f610-000000004094 | TASK | Check Keystone service status 2025-10-10 17:31:10.221508 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-10 17:31:10.223735 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:20.758824 | 0.24s 2025-10-10 17:31:10.489934 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-10 17:31:10.491881 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:21.026977 | 0.51s 2025-10-10 17:31:10.747734 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-10 17:31:10.749650 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:21.284740 | 0.76s 2025-10-10 17:31:10.957535 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-10 17:31:10.958185 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:21.493290 | 0.97s 2025-10-10 17:31:11.170362 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-10 17:31:11.171047 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:21.706151 | 1.19s 2025-10-10 17:31:11.386673 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-10 17:31:11.387814 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:21.922911 | 1.40s 2025-10-10 17:31:11.649080 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-10 17:31:11.652376 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:22.187449 | 1.67s 2025-10-10 17:31:11.907180 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-10 17:31:11.909148 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:22.444244 | 1.92s 2025-10-10 17:31:12.164745 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-10 17:31:12.166315 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:22.701411 | 2.18s 2025-10-10 17:31:12.396622 | fa163ea6-f710-ac00-f610-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-10 17:31:12.397424 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:22.932526 | 2.41s 2025-10-10 17:31:12.413047 | fa163ea6-f710-ac00-f610-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:22.948139 | 2.43s 2025-10-10 17:31:12.438976 | fa163ea6-f710-ac00-f610-000000004099 | TASK | Async creation of Keystone service 2025-10-10 17:31:12.791016 | fa163ea6-f710-ac00-f610-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-10 17:31:12.792719 | fa163ea6-f710-ac00-f610-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:23.327821 | 0.35s 2025-10-10 17:31:13.040788 | fa163ea6-f710-ac00-f610-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-10 17:31:13.042104 | fa163ea6-f710-ac00-f610-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:23.577209 | 0.60s 2025-10-10 17:31:13.345332 | fa163ea6-f710-ac00-f610-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-10 17:31:13.346079 | fa163ea6-f710-ac00-f610-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:23.881182 | 0.91s 2025-10-10 17:31:13.656518 | fa163ea6-f710-ac00-f610-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-10 17:31:13.657590 | fa163ea6-f710-ac00-f610-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:24.192687 | 1.22s 2025-10-10 17:31:13.663835 | fa163ea6-f710-ac00-f610-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:24.198935 | 1.22s 2025-10-10 17:31:13.678704 | fa163ea6-f710-ac00-f610-00000000409b | TASK | Check Keystone service status 2025-10-10 17:31:13.977580 | fa163ea6-f710-ac00-f610-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-10 17:31:19.198408 | fa163ea6-f710-ac00-f610-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-10 17:31:19.200394 | fa163ea6-f710-ac00-f610-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:29.735485 | 5.52s 2025-10-10 17:31:19.442747 | fa163ea6-f710-ac00-f610-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-10 17:31:19.443927 | fa163ea6-f710-ac00-f610-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:29.979022 | 5.76s 2025-10-10 17:31:19.671691 | fa163ea6-f710-ac00-f610-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-10 17:31:19.673379 | fa163ea6-f710-ac00-f610-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:30.208481 | 5.99s 2025-10-10 17:31:19.881197 | fa163ea6-f710-ac00-f610-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-10 17:31:19.882617 | fa163ea6-f710-ac00-f610-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:30.417712 | 6.20s 2025-10-10 17:31:19.891641 | fa163ea6-f710-ac00-f610-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:30.426738 | 6.21s 2025-10-10 17:31:19.912887 | fa163ea6-f710-ac00-f610-000000003d20 | TASK | Create Keystone Endpoints 2025-10-10 17:31:19.989928 | fa163ea6-f710-ac00-f610-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:30.524361 | 0.07s 2025-10-10 17:31:20.020206 | fa163ea6-f710-ac00-f610-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:30.555296 | 0.11s 2025-10-10 17:31:20.044138 | fa163ea6-f710-ac00-f610-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:30.579233 | 0.13s 2025-10-10 17:31:20.056117 | fa163ea6-f710-ac00-f610-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:30.591211 | 0.14s 2025-10-10 17:31:20.070679 | 5944d81a-0881-4aeb-be39-9aa2c5d4a28e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-10 17:31:20.078329 | caadb2a5-618a-4f5d-90fc-146a3fb90b4c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-10 17:31:20.084901 | b41f5d68-0004-4690-8ac5-528fd361fdbb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-10 17:31:20.155673 | fa163ea6-f710-ac00-f610-0000000041cf | TASK | Create Keystone public endpoints 2025-10-10 17:31:20.242276 | fa163ea6-f710-ac00-f610-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:30.777355 | 0.09s 2025-10-10 17:31:20.258993 | fa163ea6-f710-ac00-f610-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:30.794092 | 0.10s 2025-10-10 17:31:20.268559 | fa163ea6-f710-ac00-f610-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:30.803658 | 0.11s 2025-10-10 17:31:20.289397 | 474d25d9-90f0-46c7-9d6e-c2096263160e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 17:31:20.299005 | 9fa49096-07ad-4c2a-a4ed-68b38d5ce71d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 17:31:20.324692 | fa163ea6-f710-ac00-f610-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-10 17:31:20.671951 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-10 17:31:20.673532 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.208619 | 0.35s 2025-10-10 17:31:20.978621 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-10 17:31:20.980782 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.515872 | 0.65s 2025-10-10 17:31:21.288067 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-10 17:31:21.289389 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.824481 | 0.96s 2025-10-10 17:31:21.571837 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-10 17:31:21.572467 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:32.107572 | 1.25s 2025-10-10 17:31:21.882504 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-10 17:31:21.883102 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:32.418206 | 1.56s 2025-10-10 17:31:22.205757 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-10 17:31:22.206881 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:32.741977 | 1.88s 2025-10-10 17:31:22.514953 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-10 17:31:22.515824 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.050927 | 2.19s 2025-10-10 17:31:22.818561 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-10 17:31:22.819137 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.354242 | 2.49s 2025-10-10 17:31:23.085803 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-10 17:31:23.087216 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.622313 | 2.76s 2025-10-10 17:31:23.379696 | fa163ea6-f710-ac00-f610-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-10 17:31:23.380311 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.915416 | 3.05s 2025-10-10 17:31:23.383853 | fa163ea6-f710-ac00-f610-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.918952 | 3.06s 2025-10-10 17:31:23.400941 | fa163ea6-f710-ac00-f610-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-10 17:31:23.665055 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-10 17:31:23.665991 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:34.201092 | 0.26s 2025-10-10 17:31:23.886842 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-10 17:31:23.888416 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:34.423513 | 0.49s 2025-10-10 17:31:24.112504 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-10 17:31:24.113728 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:34.648824 | 0.71s 2025-10-10 17:31:24.370470 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-10 17:31:24.371196 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:34.906301 | 0.97s 2025-10-10 17:31:24.623349 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-10 17:31:24.624875 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:35.159973 | 1.22s 2025-10-10 17:31:24.820985 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-10 17:31:24.822136 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:35.357233 | 1.42s 2025-10-10 17:31:25.078603 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-10 17:31:25.079564 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:35.614662 | 1.68s 2025-10-10 17:31:25.275108 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-10 17:31:25.276019 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:35.811121 | 1.87s 2025-10-10 17:31:25.531639 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-10 17:31:25.533515 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:36.068603 | 2.13s 2025-10-10 17:31:25.800537 | fa163ea6-f710-ac00-f610-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-10 17:31:25.802044 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:36.337131 | 2.40s 2025-10-10 17:31:25.815288 | fa163ea6-f710-ac00-f610-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:36.350387 | 2.41s 2025-10-10 17:31:25.834283 | fa163ea6-f710-ac00-f610-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-10 17:31:26.184982 | fa163ea6-f710-ac00-f610-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-10 17:31:26.187969 | fa163ea6-f710-ac00-f610-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:36.723050 | 0.35s 2025-10-10 17:31:26.460009 | fa163ea6-f710-ac00-f610-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-10 17:31:26.461496 | fa163ea6-f710-ac00-f610-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:36.996591 | 0.63s 2025-10-10 17:31:26.763620 | fa163ea6-f710-ac00-f610-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-10 17:31:26.764670 | fa163ea6-f710-ac00-f610-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:37.299767 | 0.93s 2025-10-10 17:31:27.072538 | fa163ea6-f710-ac00-f610-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-10 17:31:27.080336 | fa163ea6-f710-ac00-f610-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:37.615432 | 1.25s 2025-10-10 17:31:27.087196 | fa163ea6-f710-ac00-f610-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:37.622286 | 1.25s 2025-10-10 17:31:27.109770 | fa163ea6-f710-ac00-f610-000000004300 | TASK | Check Keystone public endpoint status 2025-10-10 17:31:27.422823 | fa163ea6-f710-ac00-f610-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-10 17:31:32.611057 | fa163ea6-f710-ac00-f610-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-10 17:31:32.613025 | fa163ea6-f710-ac00-f610-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:43.148122 | 5.50s 2025-10-10 17:31:32.853126 | fa163ea6-f710-ac00-f610-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-10 17:31:32.854360 | fa163ea6-f710-ac00-f610-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:43.389456 | 5.74s 2025-10-10 17:31:33.120437 | fa163ea6-f710-ac00-f610-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-10 17:31:33.122789 | fa163ea6-f710-ac00-f610-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:43.657886 | 6.01s 2025-10-10 17:31:33.369722 | fa163ea6-f710-ac00-f610-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-10 17:31:33.371788 | fa163ea6-f710-ac00-f610-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:43.906884 | 6.26s 2025-10-10 17:31:33.383260 | fa163ea6-f710-ac00-f610-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:43.918349 | 6.27s 2025-10-10 17:31:33.406800 | fa163ea6-f710-ac00-f610-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-10 17:31:33.517867 | fa163ea6-f710-ac00-f610-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:44.052940 | 0.11s 2025-10-10 17:31:33.535281 | fa163ea6-f710-ac00-f610-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:44.070380 | 0.13s 2025-10-10 17:31:33.545295 | fa163ea6-f710-ac00-f610-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:44.080383 | 0.14s 2025-10-10 17:31:33.563849 | 445627ad-0ccf-4703-97a7-de7b31e2d731 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 17:31:33.573418 | 5920b185-1f0f-43ea-92b3-514c58cfa939 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 17:31:33.599204 | fa163ea6-f710-ac00-f610-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-10 17:31:33.935503 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-10 17:31:33.936608 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:44.471707 | 0.34s 2025-10-10 17:31:34.220173 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-10 17:31:34.221215 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:44.756312 | 0.62s 2025-10-10 17:31:34.523558 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-10 17:31:34.524148 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.059253 | 0.92s 2025-10-10 17:31:34.835431 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-10 17:31:34.836051 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.371156 | 1.24s 2025-10-10 17:31:35.096544 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-10 17:31:35.098040 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.633137 | 1.50s 2025-10-10 17:31:35.359372 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-10 17:31:35.360026 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.895131 | 1.76s 2025-10-10 17:31:35.657076 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-10 17:31:35.657914 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.193016 | 2.06s 2025-10-10 17:31:35.965305 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-10 17:31:35.965928 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.501034 | 2.37s 2025-10-10 17:31:36.220060 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-10 17:31:36.220653 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.755759 | 2.62s 2025-10-10 17:31:36.521025 | fa163ea6-f710-ac00-f610-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-10 17:31:36.522366 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:47.057463 | 2.92s 2025-10-10 17:31:36.530911 | fa163ea6-f710-ac00-f610-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:47.066010 | 2.93s 2025-10-10 17:31:36.553587 | fa163ea6-f710-ac00-f610-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-10 17:31:36.772104 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-10 17:31:36.773075 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:47.308176 | 0.22s 2025-10-10 17:31:37.036741 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-10 17:31:37.038838 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:47.573934 | 0.48s 2025-10-10 17:31:37.325911 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-10 17:31:37.327080 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:47.862176 | 0.77s 2025-10-10 17:31:37.579536 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-10 17:31:37.580799 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:48.115895 | 1.03s 2025-10-10 17:31:37.822743 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-10 17:31:37.824167 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:48.359272 | 1.27s 2025-10-10 17:31:38.091046 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-10 17:31:38.092726 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:48.627821 | 1.54s 2025-10-10 17:31:38.342433 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-10 17:31:38.343970 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:48.879074 | 1.79s 2025-10-10 17:31:38.608038 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-10 17:31:38.609235 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:49.144332 | 2.05s 2025-10-10 17:31:38.822251 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-10 17:31:38.823392 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:49.358491 | 2.27s 2025-10-10 17:31:39.047500 | fa163ea6-f710-ac00-f610-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-10 17:31:39.049487 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:49.584551 | 2.49s 2025-10-10 17:31:39.062861 | fa163ea6-f710-ac00-f610-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:49.597952 | 2.51s 2025-10-10 17:31:39.086964 | fa163ea6-f710-ac00-f610-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-10 17:31:39.440869 | fa163ea6-f710-ac00-f610-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-10 17:31:39.442421 | fa163ea6-f710-ac00-f610-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:49.977510 | 0.35s 2025-10-10 17:31:39.808924 | fa163ea6-f710-ac00-f610-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-10 17:31:39.809646 | fa163ea6-f710-ac00-f610-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:50.344751 | 0.72s 2025-10-10 17:31:40.101552 | fa163ea6-f710-ac00-f610-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-10 17:31:40.102226 | fa163ea6-f710-ac00-f610-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:50.637329 | 1.01s 2025-10-10 17:31:40.380813 | fa163ea6-f710-ac00-f610-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-10 17:31:40.381434 | fa163ea6-f710-ac00-f610-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:50.916539 | 1.29s 2025-10-10 17:31:40.389207 | fa163ea6-f710-ac00-f610-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:50.924304 | 1.30s 2025-10-10 17:31:40.405933 | fa163ea6-f710-ac00-f610-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-10 17:31:40.633254 | fa163ea6-f710-ac00-f610-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-10 17:31:45.865266 | fa163ea6-f710-ac00-f610-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-10 17:31:45.867758 | fa163ea6-f710-ac00-f610-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:56.402839 | 5.46s 2025-10-10 17:31:46.127899 | fa163ea6-f710-ac00-f610-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-10 17:31:46.129875 | fa163ea6-f710-ac00-f610-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:56.664970 | 5.72s 2025-10-10 17:31:46.371007 | fa163ea6-f710-ac00-f610-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-10 17:31:46.372078 | fa163ea6-f710-ac00-f610-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:56.907174 | 5.96s 2025-10-10 17:31:46.623322 | fa163ea6-f710-ac00-f610-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-10 17:31:46.624339 | fa163ea6-f710-ac00-f610-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:57.159437 | 6.22s 2025-10-10 17:31:46.637976 | fa163ea6-f710-ac00-f610-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:57.173065 | 6.23s 2025-10-10 17:31:46.661061 | fa163ea6-f710-ac00-f610-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-10 17:31:46.774288 | fa163ea6-f710-ac00-f610-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:57.309362 | 0.11s 2025-10-10 17:31:46.791687 | fa163ea6-f710-ac00-f610-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:57.326781 | 0.13s 2025-10-10 17:31:46.806671 | fa163ea6-f710-ac00-f610-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:57.341759 | 0.14s 2025-10-10 17:31:46.825439 | 81f7f1bd-a7df-4a8b-a82c-9dc9d3bc0067 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 17:31:46.835090 | 0911297b-0151-4a9e-a1ba-dcd389f90278 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 17:31:46.862607 | fa163ea6-f710-ac00-f610-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-10 17:31:47.190570 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-10 17:31:47.191694 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:57.726792 | 0.33s 2025-10-10 17:31:47.501780 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-10 17:31:47.502937 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:58.038027 | 0.64s 2025-10-10 17:31:47.770011 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-10 17:31:47.771036 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:58.306134 | 0.91s 2025-10-10 17:31:48.114486 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-10 17:31:48.115103 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:58.650208 | 1.25s 2025-10-10 17:31:48.465533 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-10 17:31:48.467140 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.002240 | 1.60s 2025-10-10 17:31:48.762534 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-10 17:31:48.763290 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.298393 | 1.90s 2025-10-10 17:31:49.054507 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-10 17:31:49.056003 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.591104 | 2.19s 2025-10-10 17:31:49.329401 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-10 17:31:49.330173 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.865275 | 2.47s 2025-10-10 17:31:49.586050 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-10 17:31:49.586657 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.121762 | 2.72s 2025-10-10 17:31:49.843784 | fa163ea6-f710-ac00-f610-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-10 17:31:49.844405 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.379509 | 2.98s 2025-10-10 17:31:49.851264 | fa163ea6-f710-ac00-f610-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.386359 | 2.99s 2025-10-10 17:31:49.868138 | fa163ea6-f710-ac00-f610-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-10 17:31:50.150839 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-10 17:31:50.152499 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:00.687598 | 0.28s 2025-10-10 17:31:50.345877 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-10 17:31:50.347079 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:00.882185 | 0.48s 2025-10-10 17:31:50.525205 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-10 17:31:50.525797 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:01.060903 | 0.66s 2025-10-10 17:31:50.760935 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-10 17:31:50.761533 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:01.296638 | 0.89s 2025-10-10 17:31:50.990485 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-10 17:31:50.991071 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:01.526177 | 1.12s 2025-10-10 17:31:51.190515 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-10 17:31:51.191140 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:01.726246 | 1.32s 2025-10-10 17:31:51.405570 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-10 17:31:51.406627 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:01.941727 | 1.54s 2025-10-10 17:31:51.690745 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-10 17:31:51.691819 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:02.226915 | 1.82s 2025-10-10 17:31:51.946824 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-10 17:31:51.947985 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:02.483080 | 2.08s 2025-10-10 17:31:52.245984 | fa163ea6-f710-ac00-f610-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-10 17:31:52.247177 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:02.782273 | 2.38s 2025-10-10 17:31:52.269545 | fa163ea6-f710-ac00-f610-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:02.804635 | 2.40s 2025-10-10 17:31:52.296804 | fa163ea6-f710-ac00-f610-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-10 17:31:52.646898 | fa163ea6-f710-ac00-f610-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-10 17:31:52.649274 | fa163ea6-f710-ac00-f610-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:03.184362 | 0.35s 2025-10-10 17:31:52.977056 | fa163ea6-f710-ac00-f610-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-10 17:31:52.978202 | fa163ea6-f710-ac00-f610-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:03.513299 | 0.68s 2025-10-10 17:31:53.302532 | fa163ea6-f710-ac00-f610-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-10 17:31:53.303843 | fa163ea6-f710-ac00-f610-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:03.838948 | 1.01s 2025-10-10 17:31:53.569710 | fa163ea6-f710-ac00-f610-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-10 17:31:53.570349 | fa163ea6-f710-ac00-f610-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:04.105453 | 1.27s 2025-10-10 17:31:53.574138 | fa163ea6-f710-ac00-f610-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:04.109205 | 1.28s 2025-10-10 17:31:53.595706 | fa163ea6-f710-ac00-f610-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-10 17:31:53.923027 | fa163ea6-f710-ac00-f610-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-10 17:31:53.924716 | fa163ea6-f710-ac00-f610-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:04.459809 | 0.33s 2025-10-10 17:31:54.102703 | fa163ea6-f710-ac00-f610-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-10 17:31:59.324612 | fa163ea6-f710-ac00-f610-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-10 17:31:59.326567 | fa163ea6-f710-ac00-f610-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:09.861661 | 5.73s 2025-10-10 17:31:59.583589 | fa163ea6-f710-ac00-f610-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-10 17:31:59.585259 | fa163ea6-f710-ac00-f610-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:10.120358 | 5.99s 2025-10-10 17:31:59.850482 | fa163ea6-f710-ac00-f610-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-10 17:31:59.851411 | fa163ea6-f710-ac00-f610-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:10.386510 | 6.25s 2025-10-10 17:31:59.858783 | fa163ea6-f710-ac00-f610-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:10.393880 | 6.26s 2025-10-10 17:31:59.874717 | fa163ea6-f710-ac00-f610-000000003d22 | TASK | Run cleanup tasks 2025-10-10 17:31:59.936982 | fa163ea6-f710-ac00-f610-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:10.472075 | 0.06s 2025-10-10 17:31:59.949194 | 3389952a-1225-4627-8ded-1f5c6807711f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-10 17:32:00.004516 | fa163ea6-f710-ac00-f610-000000004422 | TASK | Get list of enabled services 2025-10-10 17:32:02.528104 | fa163ea6-f710-ac00-f610-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-10 17:32:02.530674 | fa163ea6-f710-ac00-f610-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:13.065766 | 2.53s 2025-10-10 17:32:02.549923 | fa163ea6-f710-ac00-f610-000000004423 | TASK | List services to be disabled 2025-10-10 17:32:02.637662 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-10 17:32:02.673666 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-10 17:32:02.704327 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-10 17:32:02.732069 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-10 17:32:02.757596 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-10 17:32:02.785532 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-10 17:32:02.808892 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-10 17:32:02.837550 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-10 17:32:02.862013 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-10 17:32:02.886008 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-10 17:32:02.910688 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-10 17:32:02.937816 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-10 17:32:02.962980 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-10 17:32:03.020476 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-10 17:32:03.023079 | fa163ea6-f710-ac00-f610-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-10 17:32:03.030337 | fa163ea6-f710-ac00-f610-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:13.565423 | 0.48s 2025-10-10 17:32:03.051221 | fa163ea6-f710-ac00-f610-000000004424 | TASK | Delete keystone services not enabled 2025-10-10 17:32:03.081965 | fa163ea6-f710-ac00-f610-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:13.617054 | 0.03s 2025-10-10 17:32:03.101051 | fa163ea6-f710-ac00-f610-000000003d23 | TASK | Create Keystone Roles 2025-10-10 17:32:03.206229 | fa163ea6-f710-ac00-f610-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:13.741300 | 0.10s 2025-10-10 17:32:03.224866 | fa163ea6-f710-ac00-f610-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:13.759963 | 0.12s 2025-10-10 17:32:03.232381 | fa163ea6-f710-ac00-f610-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:13.767466 | 0.13s 2025-10-10 17:32:03.248196 | 7c36cdb3-2ec2-44d2-8dc3-c2c3b7b124b0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-10 17:32:03.258374 | 37995334-1a94-4a59-af06-edbff442be78 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-10 17:32:03.330844 | fa163ea6-f710-ac00-f610-000000004592 | TASK | Async creation of Keystone role 2025-10-10 17:32:03.608304 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-10 17:32:03.609367 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:14.144462 | 0.28s 2025-10-10 17:32:03.868036 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-10 17:32:03.869829 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:14.404924 | 0.54s 2025-10-10 17:32:04.143607 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-10 17:32:04.144544 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:14.679640 | 0.81s 2025-10-10 17:32:04.480317 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-10 17:32:04.481396 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.016494 | 1.15s 2025-10-10 17:32:04.769074 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-10 17:32:04.769805 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.304909 | 1.44s 2025-10-10 17:32:05.060336 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-10 17:32:05.062177 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.597273 | 1.73s 2025-10-10 17:32:05.379869 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-10 17:32:05.380838 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.915936 | 2.05s 2025-10-10 17:32:05.616396 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-10 17:32:05.617135 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.152238 | 2.29s 2025-10-10 17:32:05.884890 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-10 17:32:05.886582 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.421681 | 2.55s 2025-10-10 17:32:06.230701 | fa163ea6-f710-ac00-f610-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-10 17:32:06.231565 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.766665 | 2.90s 2025-10-10 17:32:06.239477 | fa163ea6-f710-ac00-f610-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.774553 | 2.91s 2025-10-10 17:32:06.255238 | fa163ea6-f710-ac00-f610-000000004594 | TASK | Check Keystone role status 2025-10-10 17:32:06.494360 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-10 17:32:06.496807 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:17.031894 | 0.24s 2025-10-10 17:32:06.758747 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-10 17:32:06.759872 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:17.294967 | 0.50s 2025-10-10 17:32:07.060115 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-10 17:32:07.061739 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:17.596840 | 0.80s 2025-10-10 17:32:07.333193 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-10 17:32:07.334345 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:17.869441 | 1.08s 2025-10-10 17:32:07.591382 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-10 17:32:07.592585 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:18.127679 | 1.34s 2025-10-10 17:32:07.835178 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-10 17:32:07.836375 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:18.371470 | 1.58s 2025-10-10 17:32:08.085538 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-10 17:32:08.087319 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:18.622414 | 1.83s 2025-10-10 17:32:08.354564 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-10 17:32:08.355633 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:18.890729 | 2.10s 2025-10-10 17:32:08.649993 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-10 17:32:08.651296 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:19.186390 | 2.39s 2025-10-10 17:32:08.888285 | fa163ea6-f710-ac00-f610-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-10 17:32:08.890425 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:19.425520 | 2.63s 2025-10-10 17:32:08.903504 | fa163ea6-f710-ac00-f610-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:19.438590 | 2.65s 2025-10-10 17:32:08.927994 | fa163ea6-f710-ac00-f610-000000004599 | TASK | Async creation of Keystone role 2025-10-10 17:32:09.282575 | fa163ea6-f710-ac00-f610-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-10 17:32:09.284833 | fa163ea6-f710-ac00-f610-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:19.819921 | 0.36s 2025-10-10 17:32:09.589806 | fa163ea6-f710-ac00-f610-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-10 17:32:09.591306 | fa163ea6-f710-ac00-f610-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:20.126286 | 0.66s 2025-10-10 17:32:09.893013 | fa163ea6-f710-ac00-f610-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-10 17:32:09.894053 | fa163ea6-f710-ac00-f610-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:20.429149 | 0.96s 2025-10-10 17:32:09.906343 | fa163ea6-f710-ac00-f610-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:20.441430 | 0.98s 2025-10-10 17:32:09.922795 | fa163ea6-f710-ac00-f610-00000000459b | TASK | Check Keystone role status 2025-10-10 17:32:10.205225 | fa163ea6-f710-ac00-f610-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-10 17:32:15.400879 | fa163ea6-f710-ac00-f610-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-10 17:32:15.402971 | fa163ea6-f710-ac00-f610-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:25.938061 | 5.48s 2025-10-10 17:32:15.625481 | fa163ea6-f710-ac00-f610-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-10 17:32:15.626346 | fa163ea6-f710-ac00-f610-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:26.161447 | 5.70s 2025-10-10 17:32:15.852325 | fa163ea6-f710-ac00-f610-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-10 17:32:15.853536 | fa163ea6-f710-ac00-f610-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:26.388632 | 5.93s 2025-10-10 17:32:15.860810 | fa163ea6-f710-ac00-f610-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:26.395900 | 5.94s 2025-10-10 17:32:15.881804 | fa163ea6-f710-ac00-f610-000000003d25 | TASK | Create Keystone Users 2025-10-10 17:32:15.982378 | fa163ea6-f710-ac00-f610-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:26.517442 | 0.10s 2025-10-10 17:32:15.999141 | fa163ea6-f710-ac00-f610-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:26.534233 | 0.12s 2025-10-10 17:32:16.007850 | fa163ea6-f710-ac00-f610-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:26.542941 | 0.12s 2025-10-10 17:32:16.029791 | 51dcabc4-5c54-4660-acf1-ef97c72b42d4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-10 17:32:16.044514 | c9ae052b-b19c-40dd-b84c-1b0c70c9e5b8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-10 17:32:16.106713 | fa163ea6-f710-ac00-f610-000000004743 | TASK | Check password of Keystone user 2025-10-10 17:32:17.045538 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:17.049051 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.584136 | 0.94s 2025-10-10 17:32:17.944107 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:17.946331 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.481424 | 1.84s 2025-10-10 17:32:18.833182 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:18.835310 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:29.370400 | 2.73s 2025-10-10 17:32:19.821358 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:19.822194 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.357299 | 3.71s 2025-10-10 17:32:20.783355 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:20.783930 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:31.319034 | 4.68s 2025-10-10 17:32:21.704049 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:21.704653 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:32.239756 | 5.60s 2025-10-10 17:32:22.599874 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:22.600837 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:33.135933 | 6.49s 2025-10-10 17:32:23.492012 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:23.493783 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:34.028879 | 7.39s 2025-10-10 17:32:24.374558 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:24.375227 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:34.910332 | 8.27s 2025-10-10 17:32:25.385896 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:25.387647 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:35.922742 | 9.28s 2025-10-10 17:32:25.398060 | fa163ea6-f710-ac00-f610-000000004743 | 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-10 17:32:25.399287 | fa163ea6-f710-ac00-f610-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:35.934382 | 9.29s 2025-10-10 17:32:25.419276 | fa163ea6-f710-ac00-f610-000000004745 | TASK | Async creation of Keystone user 2025-10-10 17:32:25.828270 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:25.829937 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:36.365020 | 0.41s 2025-10-10 17:32:26.176711 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:26.178343 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:36.713438 | 0.76s 2025-10-10 17:32:26.533910 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:26.535275 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:37.070369 | 1.11s 2025-10-10 17:32:26.895374 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:26.895968 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:37.431073 | 1.48s 2025-10-10 17:32:27.234194 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:27.234760 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:37.769865 | 1.81s 2025-10-10 17:32:27.511890 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:27.513234 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:38.048330 | 2.09s 2025-10-10 17:32:27.846276 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:27.846838 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:38.381943 | 2.43s 2025-10-10 17:32:28.170656 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:28.171570 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:38.706667 | 2.75s 2025-10-10 17:32:28.466781 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:28.467680 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:39.002777 | 3.05s 2025-10-10 17:32:28.796996 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:28.797736 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:39.332841 | 3.38s 2025-10-10 17:32:28.800807 | fa163ea6-f710-ac00-f610-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:28.801110 | fa163ea6-f710-ac00-f610-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:39.336219 | 3.38s 2025-10-10 17:32:28.816013 | fa163ea6-f710-ac00-f610-000000004747 | TASK | Check Keystone user status 2025-10-10 17:32:29.122926 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:29.123954 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.659052 | 0.31s 2025-10-10 17:32:29.347642 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:29.348878 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.883982 | 0.53s 2025-10-10 17:32:29.589045 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:29.590327 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.125410 | 0.77s 2025-10-10 17:32:29.854661 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:29.855232 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.390336 | 1.04s 2025-10-10 17:32:30.111468 | fa163ea6-f710-ac00-f610-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-10 17:32:35.334975 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:35.336898 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:45.871994 | 6.52s 2025-10-10 17:32:35.605854 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:35.607706 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:46.142799 | 6.79s 2025-10-10 17:32:35.953247 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:35.954718 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:46.489814 | 7.14s 2025-10-10 17:32:36.234285 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:36.236359 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:46.771450 | 7.42s 2025-10-10 17:32:36.509833 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:36.510816 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:47.045912 | 7.69s 2025-10-10 17:32:36.833381 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:36.833961 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:47.369066 | 8.02s 2025-10-10 17:32:36.837887 | fa163ea6-f710-ac00-f610-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:36.838807 | fa163ea6-f710-ac00-f610-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:47.373905 | 8.02s 2025-10-10 17:32:36.860247 | fa163ea6-f710-ac00-f610-00000000474c | TASK | Check password of Keystone user 2025-10-10 17:32:37.841311 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:37.843492 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:48.378551 | 0.98s 2025-10-10 17:32:38.763251 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:38.764512 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:49.299605 | 1.90s 2025-10-10 17:32:39.658605 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:39.659536 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:50.194632 | 2.80s 2025-10-10 17:32:40.548321 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:40.549344 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:51.084355 | 3.69s 2025-10-10 17:32:41.445318 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:41.447040 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:51.982136 | 4.59s 2025-10-10 17:32:42.421957 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:42.423691 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:52.958787 | 5.56s 2025-10-10 17:32:43.335125 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:43.336655 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:53.871751 | 6.48s 2025-10-10 17:32:43.346883 | fa163ea6-f710-ac00-f610-00000000474c | 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-10 17:32:43.347876 | fa163ea6-f710-ac00-f610-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:53.882972 | 6.49s 2025-10-10 17:32:43.369225 | fa163ea6-f710-ac00-f610-00000000474e | TASK | Async creation of Keystone user 2025-10-10 17:32:43.779987 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:43.780943 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:54.316043 | 0.41s 2025-10-10 17:32:44.136688 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:44.137260 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:54.672365 | 0.77s 2025-10-10 17:32:44.510065 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:44.511190 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:55.046296 | 1.14s 2025-10-10 17:32:44.862688 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:44.864266 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:55.399362 | 1.49s 2025-10-10 17:32:45.185428 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:45.186864 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:55.721968 | 1.82s 2025-10-10 17:32:45.539543 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:45.540496 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:56.075591 | 2.17s 2025-10-10 17:32:45.866569 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:45.867935 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:56.403030 | 2.50s 2025-10-10 17:32:45.877572 | fa163ea6-f710-ac00-f610-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 17:32:45.878205 | fa163ea6-f710-ac00-f610-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:56.413310 | 2.51s 2025-10-10 17:32:45.892519 | fa163ea6-f710-ac00-f610-000000004750 | TASK | Check Keystone user status 2025-10-10 17:32:46.206570 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:46.208132 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:56.743232 | 0.31s 2025-10-10 17:32:46.474565 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:46.476154 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.011249 | 0.58s 2025-10-10 17:32:46.787517 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:46.788487 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.323555 | 0.90s 2025-10-10 17:32:47.049376 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:47.050514 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.585607 | 1.16s 2025-10-10 17:32:47.276133 | fa163ea6-f710-ac00-f610-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-10 17:32:52.486058 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:52.487067 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:03.022162 | 6.59s 2025-10-10 17:32:52.802822 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:52.804363 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:03.339458 | 6.91s 2025-10-10 17:32:53.058314 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:53.059332 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:03.594428 | 7.17s 2025-10-10 17:32:53.071109 | fa163ea6-f710-ac00-f610-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 17:32:53.072217 | fa163ea6-f710-ac00-f610-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:03.607314 | 7.18s 2025-10-10 17:32:53.094069 | fa163ea6-f710-ac00-f610-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-10 17:32:53.174369 | fa163ea6-f710-ac00-f610-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:03.709442 | 0.08s 2025-10-10 17:32:53.193879 | fa163ea6-f710-ac00-f610-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:03.728977 | 0.10s 2025-10-10 17:32:53.213700 | fa163ea6-f710-ac00-f610-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:03.748799 | 0.12s 2025-10-10 17:32:53.221971 | fa163ea6-f710-ac00-f610-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:03.757059 | 0.13s 2025-10-10 17:32:53.236910 | d2f3a5e6-d140-4483-b47e-e6c9f9bbe8c7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-10 17:32:53.243509 | eca8fd51-1002-4daa-bf57-38dd4c0c94b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-10 17:32:53.249007 | 85eb4345-7588-49df-a12c-dd13ad29f650 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-10 17:32:53.322553 | fa163ea6-f710-ac00-f610-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-10 17:32:53.423843 | fa163ea6-f710-ac00-f610-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:03.958917 | 0.10s 2025-10-10 17:32:53.450969 | fa163ea6-f710-ac00-f610-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:03.986066 | 0.13s 2025-10-10 17:32:53.464181 | fa163ea6-f710-ac00-f610-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:03.999273 | 0.14s 2025-10-10 17:32:53.480883 | fc6bee82-10fe-475f-abed-cf4d85752a2d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 17:32:53.490386 | aee690f4-0cd4-47f7-811d-ce1b6a559f4d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 17:32:53.513751 | fa163ea6-f710-ac00-f610-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-10 17:32:53.891634 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-10 17:32:53.892881 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:04.427977 | 0.38s 2025-10-10 17:32:54.214498 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-10 17:32:54.216102 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:04.751196 | 0.70s 2025-10-10 17:32:54.527585 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-10 17:32:54.528193 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.063297 | 1.01s 2025-10-10 17:32:54.855236 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-10 17:32:54.855816 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.390920 | 1.34s 2025-10-10 17:32:55.164387 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-10 17:32:55.164977 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.700082 | 1.65s 2025-10-10 17:32:55.473961 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-10 17:32:55.474588 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.009693 | 1.96s 2025-10-10 17:32:55.798220 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-10 17:32:55.798856 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.333961 | 2.28s 2025-10-10 17:32:56.149160 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-10 17:32:56.149786 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.684889 | 2.63s 2025-10-10 17:32:56.478881 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-10 17:32:56.479474 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.014579 | 2.96s 2025-10-10 17:32:56.811453 | fa163ea6-f710-ac00-f610-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-10 17:32:56.812039 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.347144 | 3.30s 2025-10-10 17:32:56.817200 | fa163ea6-f710-ac00-f610-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.352287 | 3.30s 2025-10-10 17:32:56.837501 | fa163ea6-f710-ac00-f610-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-10 17:32:57.093794 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-10 17:32:57.096139 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.631240 | 0.26s 2025-10-10 17:32:57.367821 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-10 17:32:57.368876 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.903972 | 0.53s 2025-10-10 17:32:57.701538 | fa163ea6-f710-ac00-f610-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 17:33:02.926180 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-10 17:33:02.928358 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:13.463453 | 6.09s 2025-10-10 17:33:03.188155 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-10 17:33:03.190063 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:13.725160 | 6.35s 2025-10-10 17:33:03.445288 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-10 17:33:03.447051 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:13.982147 | 6.61s 2025-10-10 17:33:03.704258 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-10 17:33:03.706051 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.241142 | 6.87s 2025-10-10 17:33:03.953019 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-10 17:33:03.954753 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.489850 | 7.12s 2025-10-10 17:33:04.211259 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-10 17:33:04.213173 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.748269 | 7.37s 2025-10-10 17:33:04.462033 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-10 17:33:04.463758 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.998853 | 7.62s 2025-10-10 17:33:04.719309 | fa163ea6-f710-ac00-f610-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-10 17:33:04.721138 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.256233 | 7.88s 2025-10-10 17:33:04.734877 | fa163ea6-f710-ac00-f610-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.269957 | 7.90s 2025-10-10 17:33:04.759147 | fa163ea6-f710-ac00-f610-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-10 17:33:05.133720 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-10 17:33:05.136083 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:15.671171 | 0.38s 2025-10-10 17:33:05.458391 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-10 17:33:05.461552 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:15.996648 | 0.70s 2025-10-10 17:33:05.788677 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-10 17:33:05.789484 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:16.324589 | 1.03s 2025-10-10 17:33:06.085329 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-10 17:33:06.087682 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:16.622777 | 1.33s 2025-10-10 17:33:06.378954 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-10 17:33:06.380601 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:16.915704 | 1.62s 2025-10-10 17:33:06.663642 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-10 17:33:06.665800 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:17.200901 | 1.91s 2025-10-10 17:33:06.962693 | fa163ea6-f710-ac00-f610-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-10 17:33:06.963650 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:17.498751 | 2.20s 2025-10-10 17:33:06.968624 | fa163ea6-f710-ac00-f610-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:17.503725 | 2.21s 2025-10-10 17:33:06.983417 | fa163ea6-f710-ac00-f610-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-10 17:33:07.222377 | fa163ea6-f710-ac00-f610-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 17:33:12.458292 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-10 17:33:12.460770 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:22.995852 | 5.48s 2025-10-10 17:33:12.679009 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-10 17:33:12.680042 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:23.215138 | 5.70s 2025-10-10 17:33:12.916150 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-10 17:33:12.917103 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:23.452202 | 5.93s 2025-10-10 17:33:13.190249 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-10 17:33:13.192411 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:23.727508 | 6.21s 2025-10-10 17:33:13.445813 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-10 17:33:13.446876 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:23.981973 | 6.46s 2025-10-10 17:33:13.707868 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-10 17:33:13.709625 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.244718 | 6.73s 2025-10-10 17:33:13.965838 | fa163ea6-f710-ac00-f610-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-10 17:33:13.966831 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.501928 | 6.98s 2025-10-10 17:33:13.978876 | fa163ea6-f710-ac00-f610-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.513977 | 6.99s 2025-10-10 17:33:13.994832 | fa163ea6-f710-ac00-f610-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-10 17:33:14.089969 | fa163ea6-f710-ac00-f610-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:24.625052 | 0.09s 2025-10-10 17:33:14.099441 | fa163ea6-f710-ac00-f610-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:24.634545 | 0.10s 2025-10-10 17:33:14.106020 | bd5696a6-8ccf-4042-b810-e1e2666c5246 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 17:33:14.122591 | fa163ea6-f710-ac00-f610-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-10 17:33:14.481601 | fa163ea6-f710-ac00-f610-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-10 17:33:14.483861 | fa163ea6-f710-ac00-f610-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:25.018950 | 0.36s 2025-10-10 17:33:14.494004 | fa163ea6-f710-ac00-f610-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:25.029090 | 0.37s 2025-10-10 17:33:14.513108 | fa163ea6-f710-ac00-f610-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-10 17:33:14.801559 | fa163ea6-f710-ac00-f610-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 17:33:20.021011 | fa163ea6-f710-ac00-f610-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-10 17:33:20.023577 | fa163ea6-f710-ac00-f610-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:30.558661 | 5.51s 2025-10-10 17:33:20.034265 | fa163ea6-f710-ac00-f610-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:30.569358 | 5.52s 2025-10-10 17:33:20.050970 | fa163ea6-f710-ac00-f610-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-10 17:33:20.135830 | fa163ea6-f710-ac00-f610-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:30.670921 | 0.08s 2025-10-10 17:33:20.144411 | fa163ea6-f710-ac00-f610-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:30.679499 | 0.09s 2025-10-10 17:33:20.159376 | 18b9230a-d886-44b9-a673-2f44e4337807 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 17:33:20.184956 | fa163ea6-f710-ac00-f610-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-10 17:33:20.578124 | fa163ea6-f710-ac00-f610-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-10 17:33:20.581514 | fa163ea6-f710-ac00-f610-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:31.116592 | 0.39s 2025-10-10 17:33:20.862305 | fa163ea6-f710-ac00-f610-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-10 17:33:20.864630 | fa163ea6-f710-ac00-f610-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:31.399731 | 0.68s 2025-10-10 17:33:21.156011 | fa163ea6-f710-ac00-f610-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-10 17:33:21.156991 | fa163ea6-f710-ac00-f610-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:31.692087 | 0.97s 2025-10-10 17:33:21.164155 | fa163ea6-f710-ac00-f610-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:31.699255 | 0.98s 2025-10-10 17:33:21.180785 | fa163ea6-f710-ac00-f610-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-10 17:33:21.480333 | fa163ea6-f710-ac00-f610-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 17:33:26.711567 | fa163ea6-f710-ac00-f610-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-10 17:33:26.714911 | fa163ea6-f710-ac00-f610-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:37.249997 | 5.53s 2025-10-10 17:33:26.952672 | fa163ea6-f710-ac00-f610-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-10 17:33:26.953812 | fa163ea6-f710-ac00-f610-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:37.488908 | 5.77s 2025-10-10 17:33:27.218338 | fa163ea6-f710-ac00-f610-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-10 17:33:27.219554 | fa163ea6-f710-ac00-f610-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:37.754651 | 6.03s 2025-10-10 17:33:27.226732 | fa163ea6-f710-ac00-f610-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:37.761827 | 6.04s 2025-10-10 17:33:27.262785 | fa163ea6-f710-ac00-f610-000000003ced | TASK | is Keystone LDAP enabled 2025-10-10 17:33:27.323286 | fa163ea6-f710-ac00-f610-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-10 17:33:27.324506 | fa163ea6-f710-ac00-f610-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:37.859602 | 0.06s 2025-10-10 17:33:27.341827 | fa163ea6-f710-ac00-f610-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-10 17:33:27.381013 | fa163ea6-f710-ac00-f610-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-10 17:33:27.382095 | fa163ea6-f710-ac00-f610-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:37.917190 | 0.04s 2025-10-10 17:33:27.399683 | fa163ea6-f710-ac00-f610-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-10 17:33:27.455740 | fa163ea6-f710-ac00-f610-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-10 17:33:27.456940 | fa163ea6-f710-ac00-f610-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:37.992032 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-10 17:33:27.595264 | fa163ea6-f710-ac00-f610-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-10 17:33:27.624794 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000e2') missing from stats 2025-10-10 17:33:27.655188 | fa163ea6-f710-ac00-f610-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-10 17:33:28.138569 | fa163ea6-f710-ac00-f610-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-10 17:33:28.139934 | fa163ea6-f710-ac00-f610-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:38.675028 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:33:28.220089 | fa163ea6-f710-ac00-f610-0000000000e4 | TIMING | include_tasks | standalone | 0:23:38.755174 | 0.05s 2025-10-10 17:33:28.270911 | 6f5296ea-a723-4136-aae4-ac026d2d2433 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-10 17:33:28.300421 | fa163ea6-f710-ac00-f610-000000004c19 | TASK | Create virtqemud recovery script 2025-10-10 17:33:28.820983 | fa163ea6-f710-ac00-f610-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-10 17:33:28.821949 | fa163ea6-f710-ac00-f610-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:23:39.357053 | 0.52s 2025-10-10 17:33:28.841766 | fa163ea6-f710-ac00-f610-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-10 17:33:29.332430 | fa163ea6-f710-ac00-f610-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-10 17:33:29.333842 | fa163ea6-f710-ac00-f610-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:39.868935 | 0.49s 2025-10-10 17:33:29.363269 | fa163ea6-f710-ac00-f610-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-10 17:33:29.863998 | fa163ea6-f710-ac00-f610-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-10 17:33:29.865573 | fa163ea6-f710-ac00-f610-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:40.400672 | 0.50s 2025-10-10 17:33:29.885416 | fa163ea6-f710-ac00-f610-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-10 17:33:31.014944 | fa163ea6-f710-ac00-f610-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-10 17:33:31.017322 | fa163ea6-f710-ac00-f610-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:41.552408 | 1.13s 2025-10-10 17:33:31.047913 | fa163ea6-f710-ac00-f610-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-10 17:33:32.065051 | fa163ea6-f710-ac00-f610-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-10 17:33:32.066721 | fa163ea6-f710-ac00-f610-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:42.601813 | 1.02s 2025-10-10 17:33:32.095820 | fa163ea6-f710-ac00-f610-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-10 17:33:32.739165 | fa163ea6-f710-ac00-f610-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-10 17:33:32.740982 | fa163ea6-f710-ac00-f610-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:43.276076 | 0.64s 2025-10-10 17:33:32.769801 | fa163ea6-f710-ac00-f610-000000004c20 | TASK | Create systemd file 2025-10-10 17:33:33.259796 | fa163ea6-f710-ac00-f610-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-10 17:33:33.261566 | fa163ea6-f710-ac00-f610-000000004c20 | TIMING | Create systemd file | standalone | 0:23:43.796658 | 0.49s 2025-10-10 17:33:33.294089 | fa163ea6-f710-ac00-f610-000000004c21 | TASK | Reload systemd 2025-10-10 17:33:34.098438 | fa163ea6-f710-ac00-f610-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-10 17:33:34.100045 | fa163ea6-f710-ac00-f610-000000004c21 | TIMING | Reload systemd | standalone | 0:23:44.635139 | 0.80s 2025-10-10 17:33:34.130216 | fa163ea6-f710-ac00-f610-000000004c24 | TASK | Start OVN container 2025-10-10 17:33:34.171759 | fa163ea6-f710-ac00-f610-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-10 17:33:34.185970 | fa163ea6-f710-ac00-f610-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-10 17:33:34.198484 | fa163ea6-f710-ac00-f610-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-10 17:33:34.210276 | fa163ea6-f710-ac00-f610-000000004c24 | TIMING | Start OVN container | standalone | 0:23:44.745368 | 0.08s 2025-10-10 17:33:34.237753 | fa163ea6-f710-ac00-f610-000000004c26 | TASK | Set NB connection 2025-10-10 17:33:34.274831 | fa163ea6-f710-ac00-f610-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-10 17:33:34.275578 | fa163ea6-f710-ac00-f610-000000004c26 | TIMING | Set NB connection | standalone | 0:23:44.810679 | 0.04s 2025-10-10 17:33:34.297758 | fa163ea6-f710-ac00-f610-000000004c27 | TASK | Set SB connection 2025-10-10 17:33:34.326035 | fa163ea6-f710-ac00-f610-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-10 17:33:34.326908 | fa163ea6-f710-ac00-f610-000000004c27 | TIMING | Set SB connection | standalone | 0:23:44.862009 | 0.03s 2025-10-10 17:33:34.349173 | fa163ea6-f710-ac00-f610-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-10 17:33:34.566708 | fa163ea6-f710-ac00-f610-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-10 17:33:34.567462 | fa163ea6-f710-ac00-f610-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:45.102553 | 0.22s 2025-10-10 17:33:34.665330 | fa163ea6-f710-ac00-f610-0000000000e7 | TIMING | include_tasks | standalone | 0:23:45.200429 | 0.08s 2025-10-10 17:33:34.707567 | 7950a5ac-ef40-418b-b7e6-07646ee9ded5 | INCLUDED | /root/standalone-ansible-xolj_bb1/common_deploy_steps_tasks.yaml | standalone 2025-10-10 17:33:34.742439 | fa163ea6-f710-ac00-f610-000000004c56 | TASK | Write the config_step hieradata 2025-10-10 17:33:35.279116 | fa163ea6-f710-ac00-f610-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-10 17:33:35.280422 | fa163ea6-f710-ac00-f610-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:23:45.815516 | 0.54s 2025-10-10 17:33:35.311177 | fa163ea6-f710-ac00-f610-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-10 17:33:35.586337 | fa163ea6-f710-ac00-f610-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-10 17:33:35.587599 | fa163ea6-f710-ac00-f610-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:46.122692 | 0.27s 2025-10-10 17:33:35.616241 | fa163ea6-f710-ac00-f610-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-10 17:33:35.871286 | fa163ea6-f710-ac00-f610-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 17:33:46.093995 | fa163ea6-f710-ac00-f610-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 17:33:56.311219 | fa163ea6-f710-ac00-f610-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-10 17:34:06.547938 | fa163ea6-f710-ac00-f610-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 17:34:06.550545 | fa163ea6-f710-ac00-f610-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:17.085637 | 30.93s 2025-10-10 17:34:06.582866 | fa163ea6-f710-ac00-f610-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-10 17:34:06.672646 | fa163ea6-f710-ac00-f610-000000004c59 | 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 10 17:33:35 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 17:33:40 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 17:33:40 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 17:33:40 puppet-user: (file & line not available)", "<13>Oct 10 17:33:40 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 10 17:33:40 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 10 17:33:40 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\", 6]", "<13>Oct 10 17:33:40 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 10 17:33:40 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 10 17:33:40 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\", 6]", "<13>Oct 10 17:33:40 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\", 6]", "<13>Oct 10 17:33:40 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\", 6]", "<13>Oct 10 17:33:40 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\", 6]", "<13>Oct 10 17:33:40 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\", 6]", "<13>Oct 10 17:33:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 17:33:40 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.59 seconds", "<13>Oct 10 17:33:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 17:33:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 17:33:52 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 10 17:33:52 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}e181ce820e1d655402a5aab82386964c5f96f96e6bab660ad74cfd45dd4e5792'", "<13>Oct 10 17:33:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 10 17:33:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 10 17:33:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 10 17:33:53 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 10 17:33:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 17:33:59 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 10 17:34:00 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 10 17:34:00 puppet-user: Notice: Applied catalog in 20.09 seconds", "<13>Oct 10 17:34:00 puppet-user: Application:", "<13>Oct 10 17:34:00 puppet-user: Initial environment: production", "<13>Oct 10 17:34:00 puppet-user: Converged environment: production", "<13>Oct 10 17:34:00 puppet-user: Run mode: user", "<13>Oct 10 17:34:00 puppet-user: Changes:", "<13>Oct 10 17:34:00 puppet-user: Total: 10", "<13>Oct 10 17:34:00 puppet-user: Events:", "<13>Oct 10 17:34:00 puppet-user: Success: 10", "<13>Oct 10 17:34:00 puppet-user: Resources:", "<13>Oct 10 17:34:00 puppet-user: Restarted: 1", "<13>Oct 10 17:34:00 puppet-user: Changed: 10", "<13>Oct 10 17:34:00 puppet-user: Out of sync: 10", "<13>Oct 10 17:34:00 puppet-user: Total: 37", "<13>Oct 10 17:34:00 puppet-user: Time:", "<13>Oct 10 17:34:00 puppet-user: Schedule: 0.00", "<13>Oct 10 17:34:00 puppet-user: File line: 0.00", "<13>Oct 10 17:34:00 puppet-user: Augeas: 0.01", "<13>Oct 10 17:34:00 puppet-user: User: 0.01", "<13>Oct 10 17:34:00 puppet-user: File: 0.09", "<13>Oct 10 17:34:00 puppet-user: Config retrieval: 0.68", "<13>Oct 10 17:34:00 puppet-user: Pcmk property: 1.39", "<13>Oct 10 17:34:00 puppet-user: Service: 1.46", "<13>Oct 10 17:34:00 puppet-user: Last run: 1760117640", "<13>Oct 10 17:34:00 puppet-user: Pcmk resource default: 2.10", "<13>Oct 10 17:34:00 puppet-user: Pcmk resource op default: 2.12", "<13>Oct 10 17:34:00 puppet-user: Transaction evaluation: 20.08", "<13>Oct 10 17:34:00 puppet-user: Catalog application: 20.09", "<13>Oct 10 17:34:00 puppet-user: Package: 5.61", "<13>Oct 10 17:34:00 puppet-user: Filebucket: 0.00", "<13>Oct 10 17:34:00 puppet-user: Exec: 7.07", "<13>Oct 10 17:34:00 puppet-user: Total: 20.11", "<13>Oct 10 17:34:00 puppet-user: Version:", "<13>Oct 10 17:34:00 puppet-user: Config: 1760117620", "<13>Oct 10 17:34:00 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 17:34:06.674745 | fa163ea6-f710-ac00-f610-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:17.209825 | 0.09s 2025-10-10 17:34:06.708577 | fa163ea6-f710-ac00-f610-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-10 17:34:06.738388 | fa163ea6-f710-ac00-f610-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:17.273465 | 0.03s 2025-10-10 17:34:06.798804 | fa163ea6-f710-ac00-f610-000000004c9b | TASK | Gather variables for each operating system 2025-10-10 17:34:06.921859 | fa163ea6-f710-ac00-f610-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:17.456939 | 0.12s 2025-10-10 17:34:06.952653 | fa163ea6-f710-ac00-f610-000000004c9c | TASK | Create puppet caching structures 2025-10-10 17:34:07.196657 | fa163ea6-f710-ac00-f610-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-10 17:34:07.198097 | fa163ea6-f710-ac00-f610-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:17.733191 | 0.24s 2025-10-10 17:34:07.227305 | fa163ea6-f710-ac00-f610-000000004c9d | TASK | Check for facter.conf 2025-10-10 17:34:07.482946 | fa163ea6-f710-ac00-f610-000000004c9d | OK | Check for facter.conf | standalone 2025-10-10 17:34:07.484437 | fa163ea6-f710-ac00-f610-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:18.019531 | 0.26s 2025-10-10 17:34:07.514093 | fa163ea6-f710-ac00-f610-000000004c9e | TASK | Remove facter.conf if directory 2025-10-10 17:34:07.567679 | fa163ea6-f710-ac00-f610-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 17:34:07.568996 | fa163ea6-f710-ac00-f610-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:18.104089 | 0.05s 2025-10-10 17:34:07.598936 | fa163ea6-f710-ac00-f610-000000004c9f | TASK | Write facter cache config 2025-10-10 17:34:08.121752 | fa163ea6-f710-ac00-f610-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-10 17:34:08.124466 | fa163ea6-f710-ac00-f610-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:18.659537 | 0.52s 2025-10-10 17:34:08.145242 | fa163ea6-f710-ac00-f610-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-10 17:34:08.440251 | fa163ea6-f710-ac00-f610-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 17:34:08.443095 | fa163ea6-f710-ac00-f610-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:18.978180 | 0.30s 2025-10-10 17:34:08.473050 | fa163ea6-f710-ac00-f610-000000004ca1 | TASK | Pre-cache facts 2025-10-10 17:34:09.119594 | fa163ea6-f710-ac00-f610-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-10 17:34:09.120888 | fa163ea6-f710-ac00-f610-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:19.655983 | 0.65s 2025-10-10 17:34:09.153048 | fa163ea6-f710-ac00-f610-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-10 17:34:09.194264 | fa163ea6-f710-ac00-f610-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 17:34:09.195348 | fa163ea6-f710-ac00-f610-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:19.730442 | 0.04s 2025-10-10 17:34:09.240840 | fa163ea6-f710-ac00-f610-000000004ca3 | TASK | Sync cached facts 2025-10-10 17:34:09.554893 | fa163ea6-f710-ac00-f610-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-000000004ca3') missing from stats 2025-10-10 17:34:09.611367 | fa163ea6-f710-ac00-f610-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 17:34:09.662814 | fa163ea6-f710-ac00-f610-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 17:34:09.664036 | fa163ea6-f710-ac00-f610-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:20.199129 | 0.05s 2025-10-10 17:34:09.694890 | fa163ea6-f710-ac00-f610-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-10 17:34:09.724772 | fa163ea6-f710-ac00-f610-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:20.259864 | 0.03s 2025-10-10 17:34:09.790868 | fa163ea6-f710-ac00-f610-000000004cfa | TASK | Gather variables for each operating system 2025-10-10 17:34:09.914119 | fa163ea6-f710-ac00-f610-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:20.449204 | 0.12s 2025-10-10 17:34:09.944302 | fa163ea6-f710-ac00-f610-000000004cfb | TASK | Create container logs path 2025-10-10 17:34:10.216278 | fa163ea6-f710-ac00-f610-000000004cfb | OK | Create container logs path | standalone 2025-10-10 17:34:10.217684 | fa163ea6-f710-ac00-f610-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:20.752777 | 0.27s 2025-10-10 17:34:10.251313 | fa163ea6-f710-ac00-f610-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 17:34:10.552771 | fa163ea6-f710-ac00-f610-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-10 17:34:10.554148 | fa163ea6-f710-ac00-f610-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:21.089240 | 0.30s 2025-10-10 17:34:10.588000 | fa163ea6-f710-ac00-f610-000000004cfe | TASK | Finalise hashes for all containers 2025-10-10 17:34:10.683151 | fa163ea6-f710-ac00-f610-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-10 17:34:10.684702 | fa163ea6-f710-ac00-f610-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:21.219790 | 0.10s 2025-10-10 17:34:10.715899 | fa163ea6-f710-ac00-f610-000000004d00 | TASK | Manage systemd shutdown files 2025-10-10 17:34:10.750245 | fa163ea6-f710-ac00-f610-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:21.285323 | 0.03s 2025-10-10 17:34:10.790197 | 5d646f11-ce93-4ca8-af27-0d9562661fd7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 17:34:10.828832 | fa163ea6-f710-ac00-f610-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 17:34:11.095785 | fa163ea6-f710-ac00-f610-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 17:34:11.097327 | fa163ea6-f710-ac00-f610-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:21.632421 | 0.27s 2025-10-10 17:34:11.129051 | fa163ea6-f710-ac00-f610-000000004d34 | TASK | Set podman_drop_in fact 2025-10-10 17:34:11.192153 | fa163ea6-f710-ac00-f610-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-10 17:34:11.193513 | fa163ea6-f710-ac00-f610-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:21.728609 | 0.06s 2025-10-10 17:34:11.223913 | fa163ea6-f710-ac00-f610-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 17:34:11.752781 | fa163ea6-f710-ac00-f610-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 17:34:11.754429 | fa163ea6-f710-ac00-f610-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:22.289521 | 0.53s 2025-10-10 17:34:12.204876 | fa163ea6-f710-ac00-f610-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 17:34:12.206635 | fa163ea6-f710-ac00-f610-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:22.741731 | 0.98s 2025-10-10 17:34:12.217304 | fa163ea6-f710-ac00-f610-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:22.752393 | 0.99s 2025-10-10 17:34:12.248171 | fa163ea6-f710-ac00-f610-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 17:34:12.801159 | fa163ea6-f710-ac00-f610-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 17:34:12.802650 | fa163ea6-f710-ac00-f610-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:23.337743 | 0.55s 2025-10-10 17:34:12.832349 | fa163ea6-f710-ac00-f610-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 17:34:13.345423 | fa163ea6-f710-ac00-f610-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 17:34:13.347354 | fa163ea6-f710-ac00-f610-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:23.882445 | 0.51s 2025-10-10 17:34:13.379249 | fa163ea6-f710-ac00-f610-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-10 17:34:14.204287 | fa163ea6-f710-ac00-f610-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 17:34:14.206485 | fa163ea6-f710-ac00-f610-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:24.741549 | 0.83s 2025-10-10 17:34:14.237289 | fa163ea6-f710-ac00-f610-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 17:34:14.752285 | fa163ea6-f710-ac00-f610-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 17:34:14.754874 | fa163ea6-f710-ac00-f610-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:25.289959 | 0.52s 2025-10-10 17:34:14.784297 | fa163ea6-f710-ac00-f610-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 17:34:15.288791 | fa163ea6-f710-ac00-f610-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 17:34:15.290362 | fa163ea6-f710-ac00-f610-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:25.825456 | 0.50s 2025-10-10 17:34:15.321662 | fa163ea6-f710-ac00-f610-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-10 17:34:16.154851 | fa163ea6-f710-ac00-f610-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 17:34:16.157101 | fa163ea6-f710-ac00-f610-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:26.692192 | 0.83s 2025-10-10 17:34:16.190980 | fa163ea6-f710-ac00-f610-000000004d02 | TASK | Update container configs with new config hashes 2025-10-10 17:34:16.253433 | fa163ea6-f710-ac00-f610-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:26.788518 | 0.06s 2025-10-10 17:34:16.274354 | 68198fda-0e3b-466e-a037-c25074593a71 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 17:34:16.308880 | fa163ea6-f710-ac00-f610-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-10 17:34:16.616808 | fa163ea6-f710-ac00-f610-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-10 17:34:16.618151 | fa163ea6-f710-ac00-f610-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:27.153245 | 0.31s 2025-10-10 17:34:16.650264 | fa163ea6-f710-ac00-f610-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 17:34:16.711891 | fa163ea6-f710-ac00-f610-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:27.246977 | 0.06s 2025-10-10 17:34:16.735798 | 35dc695c-336a-4a57-a532-a4602ea63b52 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:34:16.773652 | fa163ea6-f710-ac00-f610-000000004d83 | TASK | Gather podman infos 2025-10-10 17:34:18.339300 | fa163ea6-f710-ac00-f610-000000004d83 | OK | Gather podman infos | standalone 2025-10-10 17:34:18.340041 | fa163ea6-f710-ac00-f610-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:28.875147 | 1.56s 2025-10-10 17:34:18.422354 | fa163ea6-f710-ac00-f610-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 17:34:18.499982 | fa163ea6-f710-ac00-f610-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:29.035078 | 0.07s 2025-10-10 17:34:18.651036 | fa163ea6-f710-ac00-f610-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:29.186121 | 0.11s 2025-10-10 17:34:18.712853 | fa163ea6-f710-ac00-f610-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 17:34:18.777282 | fa163ea6-f710-ac00-f610-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:29.312373 | 0.06s 2025-10-10 17:34:18.807001 | 4852109f-16da-4e56-ac70-4e9e9a73b2e0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:34:18.843230 | fa163ea6-f710-ac00-f610-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 17:34:40.102983 | fa163ea6-f710-ac00-f610-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-10 17:34:40.104475 | fa163ea6-f710-ac00-f610-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:50.639556 | 21.26s 2025-10-10 17:34:40.129840 | fa163ea6-f710-ac00-f610-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 17:36:41.405806 | fa163ea6-f710-ac00-f610-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-10 17:36:41.407730 | fa163ea6-f710-ac00-f610-000000004df4 | 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:26:51.942815 | 121.28s 2025-10-10 17:36:41.485408 | fa163ea6-f710-ac00-f610-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-10 17:36:41.747274 | fa163ea6-f710-ac00-f610-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-10 17:36:41.748752 | fa163ea6-f710-ac00-f610-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:52.283839 | 0.26s 2025-10-10 17:36:41.780189 | fa163ea6-f710-ac00-f610-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-10 17:36:41.823319 | fa163ea6-f710-ac00-f610-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:52.358413 | 0.04s 2025-10-10 17:36:41.851889 | fa163ea6-f710-ac00-f610-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-10 17:36:41.892768 | fa163ea6-f710-ac00-f610-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:52.427861 | 0.04s 2025-10-10 17:36:41.905034 | 834939d8-6593-4eba-976a-fceb7ed1719e | INCLUDED | /root/standalone-ansible-xolj_bb1/host-container-puppet-tasks.yaml | standalone 2025-10-10 17:36:41.942972 | fa163ea6-f710-ac00-f610-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-10 17:36:42.435405 | fa163ea6-f710-ac00-f610-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-10 17:36:42.436699 | fa163ea6-f710-ac00-f610-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:52.971794 | 0.49s 2025-10-10 17:36:42.468836 | fa163ea6-f710-ac00-f610-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-10 17:36:42.794115 | fa163ea6-f710-ac00-f610-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-10 17:36:42.795903 | fa163ea6-f710-ac00-f610-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:53.330998 | 0.33s 2025-10-10 17:36:42.827549 | fa163ea6-f710-ac00-f610-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-10 17:36:42.858883 | fa163ea6-f710-ac00-f610-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:53.393968 | 0.03s 2025-10-10 17:36:42.930405 | fa163ea6-f710-ac00-f610-000000004e71 | TASK | Gather variables for each operating system 2025-10-10 17:36:43.032574 | fa163ea6-f710-ac00-f610-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:53.567661 | 0.10s 2025-10-10 17:36:43.056195 | fa163ea6-f710-ac00-f610-000000004e72 | TASK | Create container logs path 2025-10-10 17:36:43.301146 | fa163ea6-f710-ac00-f610-000000004e72 | OK | Create container logs path | standalone 2025-10-10 17:36:43.302694 | fa163ea6-f710-ac00-f610-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:53.837790 | 0.25s 2025-10-10 17:36:43.335481 | fa163ea6-f710-ac00-f610-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-10 17:36:43.551227 | fa163ea6-f710-ac00-f610-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-10 17:36:43.552619 | fa163ea6-f710-ac00-f610-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:54.087712 | 0.22s 2025-10-10 17:36:43.583589 | fa163ea6-f710-ac00-f610-000000004e75 | TASK | Finalise hashes for all containers 2025-10-10 17:36:43.637295 | fa163ea6-f710-ac00-f610-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:36:43.638704 | fa163ea6-f710-ac00-f610-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:54.173798 | 0.05s 2025-10-10 17:36:43.669801 | fa163ea6-f710-ac00-f610-000000004e77 | TASK | Manage systemd shutdown files 2025-10-10 17:36:43.712958 | fa163ea6-f710-ac00-f610-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:36:43.714994 | fa163ea6-f710-ac00-f610-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:54.250086 | 0.04s 2025-10-10 17:36:43.746779 | fa163ea6-f710-ac00-f610-000000004e79 | TASK | Update container configs with new config hashes 2025-10-10 17:36:43.802414 | fa163ea6-f710-ac00-f610-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:36:43.803574 | fa163ea6-f710-ac00-f610-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:54.338667 | 0.05s 2025-10-10 17:36:43.836750 | fa163ea6-f710-ac00-f610-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-10 17:36:43.887662 | fa163ea6-f710-ac00-f610-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-10 17:36:43.888773 | fa163ea6-f710-ac00-f610-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:54.423867 | 0.05s 2025-10-10 17:36:43.920853 | fa163ea6-f710-ac00-f610-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-10 17:36:43.973246 | fa163ea6-f710-ac00-f610-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-10 17:36:43.974496 | fa163ea6-f710-ac00-f610-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:54.509590 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-10 17:36:44.155916 | fa163ea6-f710-ac00-f610-0000000000ea | TASK | External deployment step 5 2025-10-10 17:36:44.188890 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000ea') missing from stats 2025-10-10 17:36:44.248140 | fa163ea6-f710-ac00-f610-0000000000eb | TIMING | include_tasks | undercloud | 0:26:54.783227 | 0.04s 2025-10-10 17:36:44.260149 | c24fbc49-1ae8-44cd-971d-f50214095fd6 | INCLUDED | /root/standalone-ansible-xolj_bb1/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-10 17:36:44.279067 | fa163ea6-f710-ac00-f610-000000004eca | TASK | Manage Cinder's default volume type 2025-10-10 17:36:57.138726 | fa163ea6-f710-ac00-f610-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-10 17:36:57.140573 | fa163ea6-f710-ac00-f610-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:27:07.675617 | 12.86s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-10 17:36:57.254506 | fa163ea6-f710-ac00-f610-0000000000ee | TASK | Deploy step tasks for 5 2025-10-10 17:36:57.284241 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000ee') missing from stats 2025-10-10 17:36:57.306934 | fa163ea6-f710-ac00-f610-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-10 17:36:57.837291 | fa163ea6-f710-ac00-f610-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-10 17:36:57.838753 | fa163ea6-f710-ac00-f610-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:08.373848 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 17:36:57.912799 | fa163ea6-f710-ac00-f610-0000000000f0 | TIMING | include_tasks | standalone | 0:27:08.447886 | 0.04s 2025-10-10 17:36:58.004699 | 5d9e24fd-0c3e-428e-8893-8bcd80539337 | INCLUDED | /root/standalone-ansible-xolj_bb1/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-10 17:36:58.037751 | fa163ea6-f710-ac00-f610-000000004eed | TASK | Gather variables for each operating system 2025-10-10 17:36:58.136682 | fa163ea6-f710-ac00-f610-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:08.671770 | 0.10s 2025-10-10 17:36:58.159935 | fa163ea6-f710-ac00-f610-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-10 17:36:58.923485 | fa163ea6-f710-ac00-f610-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:36:58.924857 | fa163ea6-f710-ac00-f610-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:09.459952 | 0.76s 2025-10-10 17:36:58.958483 | fa163ea6-f710-ac00-f610-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-10 17:37:21.625651 | fa163ea6-f710-ac00-f610-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-10 17:37:21.628386 | fa163ea6-f710-ac00-f610-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:32.163478 | 22.67s 2025-10-10 17:37:21.662551 | fa163ea6-f710-ac00-f610-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-10 17:37:21.911706 | fa163ea6-f710-ac00-f610-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-10 17:37:21.914205 | fa163ea6-f710-ac00-f610-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:32.449298 | 0.25s 2025-10-10 17:37:21.945700 | fa163ea6-f710-ac00-f610-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:37:22.436438 | fa163ea6-f710-ac00-f610-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:37:22.437474 | fa163ea6-f710-ac00-f610-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:32.972576 | 0.49s 2025-10-10 17:37:22.459481 | fa163ea6-f710-ac00-f610-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-10 17:37:22.691047 | fa163ea6-f710-ac00-f610-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-10 17:37:22.693470 | fa163ea6-f710-ac00-f610-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:33.228541 | 0.23s 2025-10-10 17:37:22.727352 | fa163ea6-f710-ac00-f610-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-10 17:37:22.784851 | fa163ea6-f710-ac00-f610-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-10 17:37:22.790739 | fa163ea6-f710-ac00-f610-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:33.325828 | 0.06s 2025-10-10 17:37:22.828232 | fa163ea6-f710-ac00-f610-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-10 17:37:22.890008 | fa163ea6-f710-ac00-f610-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-10 17:37:22.891242 | fa163ea6-f710-ac00-f610-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:33.426335 | 0.06s 2025-10-10 17:37:22.922495 | fa163ea6-f710-ac00-f610-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-10 17:37:22.976646 | fa163ea6-f710-ac00-f610-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-10 17:37:22.977958 | fa163ea6-f710-ac00-f610-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:33.513049 | 0.05s 2025-10-10 17:37:23.012011 | fa163ea6-f710-ac00-f610-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:37:23.068197 | fa163ea6-f710-ac00-f610-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:37:23.069591 | fa163ea6-f710-ac00-f610-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:33.604681 | 0.06s 2025-10-10 17:37:23.102136 | fa163ea6-f710-ac00-f610-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-10 17:37:23.155203 | fa163ea6-f710-ac00-f610-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-10 17:37:23.156405 | fa163ea6-f710-ac00-f610-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:33.691497 | 0.05s 2025-10-10 17:37:23.214730 | fa163ea6-f710-ac00-f610-000000004f19 | TASK | Gather variables for each operating system 2025-10-10 17:37:23.330912 | fa163ea6-f710-ac00-f610-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:33.865995 | 0.11s 2025-10-10 17:37:23.361655 | fa163ea6-f710-ac00-f610-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-10 17:37:24.160078 | fa163ea6-f710-ac00-f610-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:37:24.161713 | fa163ea6-f710-ac00-f610-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:34.696804 | 0.80s 2025-10-10 17:37:24.188288 | fa163ea6-f710-ac00-f610-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-10 17:37:46.595819 | fa163ea6-f710-ac00-f610-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-10 17:37:46.597750 | fa163ea6-f710-ac00-f610-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:57.132844 | 22.41s 2025-10-10 17:37:46.632657 | fa163ea6-f710-ac00-f610-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-10 17:37:46.950139 | fa163ea6-f710-ac00-f610-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-10 17:37:46.951849 | fa163ea6-f710-ac00-f610-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:57.486940 | 0.32s 2025-10-10 17:37:46.984876 | fa163ea6-f710-ac00-f610-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:37:47.390405 | fa163ea6-f710-ac00-f610-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:37:47.391354 | fa163ea6-f710-ac00-f610-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:57.926458 | 0.40s 2025-10-10 17:37:47.412969 | fa163ea6-f710-ac00-f610-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-10 17:37:47.630639 | fa163ea6-f710-ac00-f610-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-10 17:37:47.631591 | fa163ea6-f710-ac00-f610-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:58.166695 | 0.22s 2025-10-10 17:37:47.653415 | fa163ea6-f710-ac00-f610-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-10 17:37:47.690217 | fa163ea6-f710-ac00-f610-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-10 17:37:47.691399 | fa163ea6-f710-ac00-f610-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:58.226502 | 0.04s 2025-10-10 17:37:47.712870 | fa163ea6-f710-ac00-f610-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-10 17:37:47.745262 | fa163ea6-f710-ac00-f610-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-10 17:37:47.746611 | fa163ea6-f710-ac00-f610-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:58.281712 | 0.03s 2025-10-10 17:37:47.767819 | fa163ea6-f710-ac00-f610-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-10 17:37:47.805235 | fa163ea6-f710-ac00-f610-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-10 17:37:47.806670 | fa163ea6-f710-ac00-f610-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:58.341773 | 0.04s 2025-10-10 17:37:47.829731 | fa163ea6-f710-ac00-f610-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:37:47.888122 | fa163ea6-f710-ac00-f610-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:37:47.889173 | fa163ea6-f710-ac00-f610-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:58.424275 | 0.06s 2025-10-10 17:37:47.910824 | fa163ea6-f710-ac00-f610-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-10 17:37:47.960328 | fa163ea6-f710-ac00-f610-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-10 17:37:47.961483 | fa163ea6-f710-ac00-f610-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:58.496586 | 0.05s 2025-10-10 17:37:48.000550 | fa163ea6-f710-ac00-f610-000000004f45 | TASK | Gather variables for each operating system 2025-10-10 17:37:48.083709 | fa163ea6-f710-ac00-f610-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:58.618803 | 0.08s 2025-10-10 17:37:48.105787 | fa163ea6-f710-ac00-f610-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-10 17:37:48.876978 | fa163ea6-f710-ac00-f610-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 17:37:48.878368 | fa163ea6-f710-ac00-f610-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:59.413462 | 0.77s 2025-10-10 17:37:48.909810 | fa163ea6-f710-ac00-f610-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-10 17:38:10.745817 | fa163ea6-f710-ac00-f610-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-10 17:38:10.747576 | fa163ea6-f710-ac00-f610-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:21.282670 | 21.84s 2025-10-10 17:38:10.782351 | fa163ea6-f710-ac00-f610-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-10 17:38:11.052152 | fa163ea6-f710-ac00-f610-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-10 17:38:11.053682 | fa163ea6-f710-ac00-f610-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:21.588773 | 0.27s 2025-10-10 17:38:11.086805 | fa163ea6-f710-ac00-f610-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 17:38:11.492568 | fa163ea6-f710-ac00-f610-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 17:38:11.494140 | fa163ea6-f710-ac00-f610-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:22.029233 | 0.41s 2025-10-10 17:38:11.519049 | fa163ea6-f710-ac00-f610-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-10 17:38:11.741649 | fa163ea6-f710-ac00-f610-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-10 17:38:11.742619 | fa163ea6-f710-ac00-f610-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:22.277719 | 0.22s 2025-10-10 17:38:11.771183 | fa163ea6-f710-ac00-f610-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-10 17:38:11.825762 | fa163ea6-f710-ac00-f610-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-10 17:38:11.827217 | fa163ea6-f710-ac00-f610-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:22.362309 | 0.05s 2025-10-10 17:38:11.859257 | fa163ea6-f710-ac00-f610-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-10 17:38:11.889286 | fa163ea6-f710-ac00-f610-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-10 17:38:11.890161 | fa163ea6-f710-ac00-f610-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:22.425259 | 0.03s 2025-10-10 17:38:11.915279 | fa163ea6-f710-ac00-f610-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-10 17:38:11.953765 | fa163ea6-f710-ac00-f610-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-10 17:38:11.954704 | fa163ea6-f710-ac00-f610-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:22.489801 | 0.04s 2025-10-10 17:38:11.982666 | fa163ea6-f710-ac00-f610-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 17:38:12.035136 | fa163ea6-f710-ac00-f610-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 17:38:12.036801 | fa163ea6-f710-ac00-f610-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:22.571886 | 0.05s 2025-10-10 17:38:12.071725 | fa163ea6-f710-ac00-f610-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-10 17:38:12.126127 | fa163ea6-f710-ac00-f610-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-10 17:38:12.127401 | fa163ea6-f710-ac00-f610-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:22.662494 | 0.05s 2025-10-10 17:38:12.183827 | fa163ea6-f710-ac00-f610-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-10 17:38:12.735700 | fa163ea6-f710-ac00-f610-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-10 17:38:12.737485 | fa163ea6-f710-ac00-f610-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:23.272547 | 0.55s 2025-10-10 17:38:12.743831 | fa163ea6-f710-ac00-f610-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:23.278919 | 0.56s 2025-10-10 17:38:12.773108 | fa163ea6-f710-ac00-f610-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-10 17:38:13.147696 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-10 17:38:13.150145 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:23.685232 | 0.38s 2025-10-10 17:38:13.601035 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-10 17:38:13.603130 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:24.138226 | 0.83s 2025-10-10 17:38:13.905476 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-10 17:38:13.906311 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:24.441413 | 1.13s 2025-10-10 17:38:14.354030 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-10 17:38:14.355016 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:24.890117 | 1.58s 2025-10-10 17:38:14.628227 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-10 17:38:14.629227 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:25.164332 | 1.85s 2025-10-10 17:38:14.908710 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-10 17:38:14.909786 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:25.444883 | 2.14s 2025-10-10 17:38:15.404563 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-10 17:38:15.406505 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:25.941601 | 2.63s 2025-10-10 17:38:15.827833 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-10 17:38:15.828994 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:26.364092 | 3.05s 2025-10-10 17:38:16.105581 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-10 17:38:16.107276 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:26.642371 | 3.33s 2025-10-10 17:38:16.609620 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-10 17:38:16.611067 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:27.146163 | 3.84s 2025-10-10 17:38:16.967209 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-10 17:38:16.969333 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:27.504422 | 4.19s 2025-10-10 17:38:17.429663 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-10 17:38:17.432597 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:27.967688 | 4.66s 2025-10-10 17:38:17.914436 | fa163ea6-f710-ac00-f610-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-10 17:38:17.915333 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:28.450437 | 5.14s 2025-10-10 17:38:17.930738 | fa163ea6-f710-ac00-f610-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:28.465829 | 5.16s 2025-10-10 17:38:17.965643 | fa163ea6-f710-ac00-f610-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-10 17:38:18.172520 | fa163ea6-f710-ac00-f610-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-10 17:38:18.174204 | fa163ea6-f710-ac00-f610-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:28.709296 | 0.21s 2025-10-10 17:38:18.303122 | fa163ea6-f710-ac00-f610-0000000000f3 | TIMING | include_tasks | standalone | 0:28:28.838204 | 0.10s 2025-10-10 17:38:18.344548 | 10b76744-ef17-4521-950a-ff121e64930a | INCLUDED | /root/standalone-ansible-xolj_bb1/common_deploy_steps_tasks.yaml | standalone 2025-10-10 17:38:18.371593 | fa163ea6-f710-ac00-f610-000000004fef | TASK | Write the config_step hieradata 2025-10-10 17:38:18.887548 | fa163ea6-f710-ac00-f610-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-10 17:38:18.889346 | fa163ea6-f710-ac00-f610-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:28:29.424447 | 0.52s 2025-10-10 17:38:18.910032 | fa163ea6-f710-ac00-f610-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-10 17:38:19.169852 | fa163ea6-f710-ac00-f610-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-10 17:38:19.171152 | fa163ea6-f710-ac00-f610-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:29.706246 | 0.26s 2025-10-10 17:38:19.203068 | fa163ea6-f710-ac00-f610-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-10 17:38:19.448513 | fa163ea6-f710-ac00-f610-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 17:38:29.658918 | fa163ea6-f710-ac00-f610-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 17:38:39.898905 | fa163ea6-f710-ac00-f610-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 17:38:39.900110 | fa163ea6-f710-ac00-f610-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:50.435210 | 20.70s 2025-10-10 17:38:39.925707 | fa163ea6-f710-ac00-f610-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-10 17:38:39.986852 | fa163ea6-f710-ac00-f610-000000004ff2 | 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 10 17:38: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 10 17:38:24 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 17:38:24 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 17:38:24 puppet-user: (file & line not available)", "<13>Oct 10 17:38:24 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 10 17:38:24 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 10 17:38:24 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\", 6]", "<13>Oct 10 17:38:24 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 10 17:38:24 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 10 17:38:24 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\", 6]", "<13>Oct 10 17:38:24 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\", 6]", "<13>Oct 10 17:38:24 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\", 6]", "<13>Oct 10 17:38:24 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\", 6]", "<13>Oct 10 17:38:24 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\", 6]", "<13>Oct 10 17:38:24 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 17:38:24 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Oct 10 17:38:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 17:38:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 17:38:33 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 17:38:33 puppet-user: Notice: Applied catalog in 8.42 seconds", "<13>Oct 10 17:38:33 puppet-user: Application:", "<13>Oct 10 17:38:33 puppet-user: Initial environment: production", "<13>Oct 10 17:38:33 puppet-user: Converged environment: production", "<13>Oct 10 17:38:33 puppet-user: Run mode: user", "<13>Oct 10 17:38:33 puppet-user: Changes:", "<13>Oct 10 17:38:33 puppet-user: Total: 2", "<13>Oct 10 17:38:33 puppet-user: Events:", "<13>Oct 10 17:38:33 puppet-user: Success: 2", "<13>Oct 10 17:38:33 puppet-user: Resources:", "<13>Oct 10 17:38:33 puppet-user: Changed: 2", "<13>Oct 10 17:38:33 puppet-user: Out of sync: 2", "<13>Oct 10 17:38:33 puppet-user: Total: 37", "<13>Oct 10 17:38:33 puppet-user: Time:", "<13>Oct 10 17:38:33 puppet-user: Filebucket: 0.00", "<13>Oct 10 17:38:33 puppet-user: File line: 0.00", "<13>Oct 10 17:38:33 puppet-user: Schedule: 0.00", "<13>Oct 10 17:38:33 puppet-user: Package: 0.00", "<13>Oct 10 17:38:33 puppet-user: Augeas: 0.01", "<13>Oct 10 17:38:33 puppet-user: User: 0.01", "<13>Oct 10 17:38:33 puppet-user: File: 0.09", "<13>Oct 10 17:38:33 puppet-user: Service: 0.19", "<13>Oct 10 17:38:33 puppet-user: Config retrieval: 0.67", "<13>Oct 10 17:38:33 puppet-user: Pcmk property: 1.54", "<13>Oct 10 17:38:33 puppet-user: Last run: 1760117913", "<13>Oct 10 17:38:33 puppet-user: Exec: 2.05", "<13>Oct 10 17:38:33 puppet-user: Pcmk resource default: 2.15", "<13>Oct 10 17:38:33 puppet-user: Pcmk resource op default: 2.23", "<13>Oct 10 17:38:33 puppet-user: Transaction evaluation: 8.41", "<13>Oct 10 17:38:33 puppet-user: Catalog application: 8.42", "<13>Oct 10 17:38:33 puppet-user: Total: 8.43", "<13>Oct 10 17:38:33 puppet-user: Version:", "<13>Oct 10 17:38:33 puppet-user: Config: 1760117904", "<13>Oct 10 17:38:33 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 17:38:39.987969 | fa163ea6-f710-ac00-f610-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:50.523069 | 0.06s 2025-10-10 17:38:40.021622 | fa163ea6-f710-ac00-f610-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-10 17:38:40.055764 | fa163ea6-f710-ac00-f610-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:50.590852 | 0.03s 2025-10-10 17:38:40.130678 | fa163ea6-f710-ac00-f610-000000005032 | TASK | Gather variables for each operating system 2025-10-10 17:38:40.223044 | fa163ea6-f710-ac00-f610-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:50.758128 | 0.09s 2025-10-10 17:38:40.256253 | fa163ea6-f710-ac00-f610-000000005033 | TASK | Create puppet caching structures 2025-10-10 17:38:40.528158 | fa163ea6-f710-ac00-f610-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-10 17:38:40.529920 | fa163ea6-f710-ac00-f610-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:51.065012 | 0.27s 2025-10-10 17:38:40.564016 | fa163ea6-f710-ac00-f610-000000005034 | TASK | Check for facter.conf 2025-10-10 17:38:40.817510 | fa163ea6-f710-ac00-f610-000000005034 | OK | Check for facter.conf | standalone 2025-10-10 17:38:40.818769 | fa163ea6-f710-ac00-f610-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:51.353867 | 0.25s 2025-10-10 17:38:40.841929 | fa163ea6-f710-ac00-f610-000000005035 | TASK | Remove facter.conf if directory 2025-10-10 17:38:40.874247 | fa163ea6-f710-ac00-f610-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 17:38:40.875695 | fa163ea6-f710-ac00-f610-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:51.410785 | 0.03s 2025-10-10 17:38:40.905034 | fa163ea6-f710-ac00-f610-000000005036 | TASK | Write facter cache config 2025-10-10 17:38:41.403663 | fa163ea6-f710-ac00-f610-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-10 17:38:41.405103 | fa163ea6-f710-ac00-f610-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:51.940197 | 0.50s 2025-10-10 17:38:41.436247 | fa163ea6-f710-ac00-f610-000000005037 | TASK | Cleanup facter cache if exists 2025-10-10 17:38:41.637738 | fa163ea6-f710-ac00-f610-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 17:38:41.639088 | fa163ea6-f710-ac00-f610-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:52.174182 | 0.20s 2025-10-10 17:38:41.662035 | fa163ea6-f710-ac00-f610-000000005038 | TASK | Pre-cache facts 2025-10-10 17:38:42.437423 | fa163ea6-f710-ac00-f610-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-10 17:38:42.438290 | fa163ea6-f710-ac00-f610-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:52.973395 | 0.78s 2025-10-10 17:38:42.460362 | fa163ea6-f710-ac00-f610-000000005039 | TASK | Failed deployment if facter fails 2025-10-10 17:38:42.488307 | fa163ea6-f710-ac00-f610-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 17:38:42.489514 | fa163ea6-f710-ac00-f610-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:53.024607 | 0.03s 2025-10-10 17:38:42.533707 | fa163ea6-f710-ac00-f610-00000000503a | TASK | Sync cached facts 2025-10-10 17:38:42.849152 | fa163ea6-f710-ac00-f610-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-00000000503a') missing from stats 2025-10-10 17:38:42.894436 | fa163ea6-f710-ac00-f610-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 17:38:42.927132 | fa163ea6-f710-ac00-f610-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 17:38:42.928495 | fa163ea6-f710-ac00-f610-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:53.463555 | 0.03s 2025-10-10 17:38:42.961087 | fa163ea6-f710-ac00-f610-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-10 17:38:42.990039 | fa163ea6-f710-ac00-f610-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:53.525129 | 0.03s 2025-10-10 17:38:43.047447 | fa163ea6-f710-ac00-f610-000000005091 | TASK | Gather variables for each operating system 2025-10-10 17:38:43.169708 | fa163ea6-f710-ac00-f610-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:53.704798 | 0.12s 2025-10-10 17:38:43.194600 | fa163ea6-f710-ac00-f610-000000005092 | TASK | Create container logs path 2025-10-10 17:38:43.512153 | fa163ea6-f710-ac00-f610-000000005092 | OK | Create container logs path | standalone 2025-10-10 17:38:43.513191 | fa163ea6-f710-ac00-f610-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:54.048292 | 0.32s 2025-10-10 17:38:43.538617 | fa163ea6-f710-ac00-f610-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 17:38:43.835075 | fa163ea6-f710-ac00-f610-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-10 17:38:43.835979 | fa163ea6-f710-ac00-f610-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:54.371081 | 0.30s 2025-10-10 17:38:43.859135 | fa163ea6-f710-ac00-f610-000000005095 | TASK | Finalise hashes for all containers 2025-10-10 17:38:43.900705 | fa163ea6-f710-ac00-f610-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-10 17:38:43.901524 | fa163ea6-f710-ac00-f610-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:54.436626 | 0.04s 2025-10-10 17:38:43.924849 | fa163ea6-f710-ac00-f610-000000005097 | TASK | Manage systemd shutdown files 2025-10-10 17:38:43.963089 | fa163ea6-f710-ac00-f610-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:54.498184 | 0.04s 2025-10-10 17:38:43.986102 | 51a992fe-7be3-4bda-bacc-41434225ab0e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 17:38:44.013852 | fa163ea6-f710-ac00-f610-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 17:38:44.279868 | fa163ea6-f710-ac00-f610-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 17:38:44.281385 | fa163ea6-f710-ac00-f610-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:54.816478 | 0.27s 2025-10-10 17:38:44.313747 | fa163ea6-f710-ac00-f610-0000000050cb | TASK | Set podman_drop_in fact 2025-10-10 17:38:44.355697 | fa163ea6-f710-ac00-f610-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-10 17:38:44.356644 | fa163ea6-f710-ac00-f610-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:54.891742 | 0.04s 2025-10-10 17:38:44.379651 | fa163ea6-f710-ac00-f610-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 17:38:44.900226 | fa163ea6-f710-ac00-f610-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 17:38:44.902553 | fa163ea6-f710-ac00-f610-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:55.437650 | 0.52s 2025-10-10 17:38:45.375636 | fa163ea6-f710-ac00-f610-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 17:38:45.377160 | fa163ea6-f710-ac00-f610-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:55.912256 | 1.00s 2025-10-10 17:38:45.387689 | fa163ea6-f710-ac00-f610-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:55.922787 | 1.01s 2025-10-10 17:38:45.407713 | fa163ea6-f710-ac00-f610-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 17:38:45.928917 | fa163ea6-f710-ac00-f610-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 17:38:45.932233 | fa163ea6-f710-ac00-f610-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:56.467325 | 0.52s 2025-10-10 17:38:45.964765 | fa163ea6-f710-ac00-f610-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 17:38:46.519341 | fa163ea6-f710-ac00-f610-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 17:38:46.520529 | fa163ea6-f710-ac00-f610-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:57.055617 | 0.55s 2025-10-10 17:38:46.544215 | fa163ea6-f710-ac00-f610-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-10 17:38:47.581040 | fa163ea6-f710-ac00-f610-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 17:38:47.583092 | fa163ea6-f710-ac00-f610-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:58.118186 | 1.04s 2025-10-10 17:38:47.614685 | fa163ea6-f710-ac00-f610-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 17:38:48.140800 | fa163ea6-f710-ac00-f610-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 17:38:48.142681 | fa163ea6-f710-ac00-f610-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:58.677771 | 0.53s 2025-10-10 17:38:48.172705 | fa163ea6-f710-ac00-f610-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 17:38:48.706492 | fa163ea6-f710-ac00-f610-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 17:38:48.707707 | fa163ea6-f710-ac00-f610-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:59.242806 | 0.53s 2025-10-10 17:38:48.738511 | fa163ea6-f710-ac00-f610-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-10 17:38:49.825959 | fa163ea6-f710-ac00-f610-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 17:38:49.828128 | fa163ea6-f710-ac00-f610-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:00.363219 | 1.09s 2025-10-10 17:38:49.861996 | fa163ea6-f710-ac00-f610-000000005099 | TASK | Update container configs with new config hashes 2025-10-10 17:38:49.925262 | fa163ea6-f710-ac00-f610-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:00.460345 | 0.06s 2025-10-10 17:38:49.947487 | 49ea00a8-7a66-4e79-b16b-f11b1f077b53 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 17:38:49.983006 | fa163ea6-f710-ac00-f610-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-10 17:38:50.284161 | fa163ea6-f710-ac00-f610-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-10 17:38:50.286106 | fa163ea6-f710-ac00-f610-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:00.821200 | 0.30s 2025-10-10 17:38:50.310905 | fa163ea6-f710-ac00-f610-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 17:38:50.371047 | fa163ea6-f710-ac00-f610-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:00.906127 | 0.06s 2025-10-10 17:38:50.397522 | cf16433b-7505-40ed-88f0-19a372d0a7af | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 17:38:50.428948 | fa163ea6-f710-ac00-f610-00000000511a | TASK | Gather podman infos 2025-10-10 17:38:52.510904 | fa163ea6-f710-ac00-f610-00000000511a | OK | Gather podman infos | standalone 2025-10-10 17:38:52.513782 | fa163ea6-f710-ac00-f610-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:29:03.048872 | 2.08s 2025-10-10 17:38:52.662435 | fa163ea6-f710-ac00-f610-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 17:38:52.745668 | fa163ea6-f710-ac00-f610-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:03.280765 | 0.07s 2025-10-10 17:38:52.926785 | fa163ea6-f710-ac00-f610-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:29:03.461880 | 0.14s 2025-10-10 17:38:52.966853 | fa163ea6-f710-ac00-f610-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 17:38:53.007740 | fa163ea6-f710-ac00-f610-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:03.542832 | 0.04s 2025-10-10 17:38:53.035852 | a0dcfaa3-2499-44cd-9ece-9a8b98aa25ed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 17:38:53.073747 | fa163ea6-f710-ac00-f610-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 17:39:18.434372 | fa163ea6-f710-ac00-f610-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-10 17:39:18.436805 | fa163ea6-f710-ac00-f610-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:28.971899 | 25.36s 2025-10-10 17:39:18.470312 | fa163ea6-f710-ac00-f610-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 17:39:44.019772 | fa163ea6-f710-ac00-f610-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-10 17:39:44.021438 | fa163ea6-f710-ac00-f610-00000000518b | 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:29:54.556532 | 25.55s 2025-10-10 17:39:44.099523 | fa163ea6-f710-ac00-f610-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-10 17:39:44.300786 | fa163ea6-f710-ac00-f610-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-10 17:39:44.302763 | fa163ea6-f710-ac00-f610-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:54.837852 | 0.20s 2025-10-10 17:39:44.349355 | fa163ea6-f710-ac00-f610-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-10 17:39:44.379631 | fa163ea6-f710-ac00-f610-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:54.914719 | 0.03s 2025-10-10 17:39:44.404035 | fa163ea6-f710-ac00-f610-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-10 17:39:44.444002 | fa163ea6-f710-ac00-f610-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:54.979093 | 0.04s 2025-10-10 17:39:44.463427 | e19fb891-49d6-4ecd-a599-b633d03d387e | INCLUDED | /root/standalone-ansible-xolj_bb1/host-container-puppet-tasks.yaml | standalone 2025-10-10 17:39:44.500843 | fa163ea6-f710-ac00-f610-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-10 17:39:44.990772 | fa163ea6-f710-ac00-f610-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-10 17:39:44.991791 | fa163ea6-f710-ac00-f610-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:55.526893 | 0.49s 2025-10-10 17:39:45.016646 | fa163ea6-f710-ac00-f610-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-10 17:39:45.285508 | fa163ea6-f710-ac00-f610-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-10 17:39:45.286331 | fa163ea6-f710-ac00-f610-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:55.821435 | 0.27s 2025-10-10 17:39:45.306790 | fa163ea6-f710-ac00-f610-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-10 17:39:45.334555 | fa163ea6-f710-ac00-f610-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:55.869652 | 0.03s 2025-10-10 17:39:45.380831 | fa163ea6-f710-ac00-f610-000000005208 | TASK | Gather variables for each operating system 2025-10-10 17:39:45.501826 | fa163ea6-f710-ac00-f610-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:56.036911 | 0.12s 2025-10-10 17:39:45.522683 | fa163ea6-f710-ac00-f610-000000005209 | TASK | Create container logs path 2025-10-10 17:39:45.750583 | fa163ea6-f710-ac00-f610-000000005209 | OK | Create container logs path | standalone 2025-10-10 17:39:45.752221 | fa163ea6-f710-ac00-f610-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:56.287312 | 0.23s 2025-10-10 17:39:45.789286 | fa163ea6-f710-ac00-f610-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-10 17:39:46.072995 | fa163ea6-f710-ac00-f610-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-10 17:39:46.074364 | fa163ea6-f710-ac00-f610-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:56.609451 | 0.28s 2025-10-10 17:39:46.104479 | fa163ea6-f710-ac00-f610-00000000520c | TASK | Finalise hashes for all containers 2025-10-10 17:39:46.143337 | fa163ea6-f710-ac00-f610-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-10 17:39:46.144644 | fa163ea6-f710-ac00-f610-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:56.679737 | 0.04s 2025-10-10 17:39:46.170214 | fa163ea6-f710-ac00-f610-00000000520e | TASK | Manage systemd shutdown files 2025-10-10 17:39:46.204528 | fa163ea6-f710-ac00-f610-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 17:39:46.205291 | fa163ea6-f710-ac00-f610-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:56.740395 | 0.03s 2025-10-10 17:39:46.225675 | fa163ea6-f710-ac00-f610-000000005210 | TASK | Update container configs with new config hashes 2025-10-10 17:39:46.262733 | fa163ea6-f710-ac00-f610-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 17:39:46.263491 | fa163ea6-f710-ac00-f610-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:56.798593 | 0.04s 2025-10-10 17:39:46.284230 | fa163ea6-f710-ac00-f610-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-10 17:39:46.311801 | fa163ea6-f710-ac00-f610-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-10 17:39:46.312863 | fa163ea6-f710-ac00-f610-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:56.847966 | 0.03s 2025-10-10 17:39:46.334834 | fa163ea6-f710-ac00-f610-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-10 17:39:46.361926 | fa163ea6-f710-ac00-f610-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-10 17:39:46.362721 | fa163ea6-f710-ac00-f610-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:56.897823 | 0.03s PLAY [Server Post Deployments] ************************************************* 2025-10-10 17:39:46.518869 | fa163ea6-f710-ac00-f610-0000000000f7 | TASK | Server Post Deployments 2025-10-10 17:39:46.550684 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000f7') missing from stats 2025-10-10 17:39:46.631993 | fa163ea6-f710-ac00-f610-0000000000f8 | TIMING | include_tasks | standalone | 0:29:57.167079 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-10 17:39:46.750274 | fa163ea6-f710-ac00-f610-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-10 17:39:46.779759 | fa163ea6-f710-ac00-f610-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', 'fa163ea6-f710-ac00-f610-0000000000fc') missing from stats 2025-10-10 17:39:46.797255 | fa163ea6-f710-ac00-f610-000000000100 | TASK | is additonal Cell? 2025-10-10 17:39:46.835135 | fa163ea6-f710-ac00-f610-000000000100 | OK | is additonal Cell? | undercloud 2025-10-10 17:39:46.836296 | fa163ea6-f710-ac00-f610-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:57.371381 | 0.04s 2025-10-10 17:39:46.855187 | fa163ea6-f710-ac00-f610-000000000102 | TASK | discover via nova_manager? 2025-10-10 17:39:46.936705 | fa163ea6-f710-ac00-f610-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-10 17:39:46.938096 | fa163ea6-f710-ac00-f610-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:57.473181 | 0.08s 2025-10-10 17:39:46.956912 | fa163ea6-f710-ac00-f610-000000000103 | TASK | discover via nova_api? 2025-10-10 17:39:47.038719 | fa163ea6-f710-ac00-f610-000000000103 | OK | discover via nova_api? | undercloud 2025-10-10 17:39:47.040309 | fa163ea6-f710-ac00-f610-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:57.575396 | 0.08s 2025-10-10 17:39:47.059204 | fa163ea6-f710-ac00-f610-000000000104 | TASK | Warn if no discovery host available 2025-10-10 17:39:47.099172 | fa163ea6-f710-ac00-f610-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-10 17:39:47.100530 | fa163ea6-f710-ac00-f610-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:57.635617 | 0.04s 2025-10-10 17:39:47.140173 | fa163ea6-f710-ac00-f610-000000000105 | TASK | Discovering nova hosts 2025-10-10 17:39:49.893478 | fa163ea6-f710-ac00-f610-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-000000000105') missing from stats 2025-10-10 17:39:49.964704 | fa163ea6-f710-ac00-f610-000000000106 | OK | set_fact | undercloud 2025-10-10 17:39:49.965992 | fa163ea6-f710-ac00-f610-000000000106 | TIMING | set_fact | undercloud | 0:30:00.501094 | 0.06s 2025-10-10 17:39:49.979803 | fa163ea6-f710-ac00-f610-000000000108 | TASK | Set up group_vars 2025-10-10 17:39:50.030949 | fa163ea6-f710-ac00-f610-000000000108 | OK | Set up group_vars | undercloud 2025-10-10 17:39:50.032270 | fa163ea6-f710-ac00-f610-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:00.567363 | 0.05s 2025-10-10 17:39:50.049922 | fa163ea6-f710-ac00-f610-000000000109 | TASK | Make needed directories on the undercloud 2025-10-10 17:39:50.355724 | fa163ea6-f710-ac00-f610-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-xolj_bb1/octavia-ansible 2025-10-10 17:39:50.356754 | fa163ea6-f710-ac00-f610-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:00.891855 | 0.31s 2025-10-10 17:39:50.529526 | fa163ea6-f710-ac00-f610-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-xolj_bb1/octavia-ansible/local_dir 2025-10-10 17:39:50.530229 | fa163ea6-f710-ac00-f610-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:01.065333 | 0.48s 2025-10-10 17:39:50.690865 | fa163ea6-f710-ac00-f610-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-xolj_bb1/octavia-ansible/group_vars 2025-10-10 17:39:50.692212 | fa163ea6-f710-ac00-f610-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:01.227308 | 0.64s 2025-10-10 17:39:50.699422 | fa163ea6-f710-ac00-f610-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:01.234507 | 0.65s 2025-10-10 17:39:50.718655 | fa163ea6-f710-ac00-f610-00000000010a | TASK | Write group_vars file 2025-10-10 17:39:51.138926 | fa163ea6-f710-ac00-f610-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-10 17:39:51.140316 | fa163ea6-f710-ac00-f610-00000000010a | TIMING | Write group_vars file | undercloud | 0:30:01.675415 | 0.42s 2025-10-10 17:39:51.168743 | fa163ea6-f710-ac00-f610-00000000010b | TASK | Gather missing facts 2025-10-10 17:39:51.478923 | fa163ea6-f710-ac00-f610-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea6-f710-ac00-f610-00000000010b') missing from stats 2025-10-10 17:39:51.495785 | fa163ea6-f710-ac00-f610-00000000010b | TIMING | Gather missing facts | undercloud | 0:30:02.030885 | 0.33s 2025-10-10 17:39:51.510064 | fa163ea6-f710-ac00-f610-00000000010c | TASK | Write octavia inventory 2025-10-10 17:39:52.110048 | fa163ea6-f710-ac00-f610-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-10 17:39:52.111609 | fa163ea6-f710-ac00-f610-00000000010c | TIMING | Write octavia inventory | undercloud | 0:30:02.646701 | 0.60s 2025-10-10 17:39:52.129879 | fa163ea6-f710-ac00-f610-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-10 17:39:52.367694 | fa163ea6-f710-ac00-f610-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-10 17:39:52.368984 | fa163ea6-f710-ac00-f610-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:30:02.904082 | 0.24s 2025-10-10 17:39:52.384366 | fa163ea6-f710-ac00-f610-00000000010e | TASK | Set private key location 2025-10-10 17:39:52.422774 | fa163ea6-f710-ac00-f610-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-10 17:39:52.423689 | fa163ea6-f710-ac00-f610-00000000010e | TIMING | Set private key location | undercloud | 0:30:02.958788 | 0.04s 2025-10-10 17:39:52.439316 | fa163ea6-f710-ac00-f610-00000000010f | TASK | Configure octavia command 2025-10-10 17:39:52.478443 | fa163ea6-f710-ac00-f610-00000000010f | OK | Configure octavia command | undercloud 2025-10-10 17:39:52.479708 | fa163ea6-f710-ac00-f610-00000000010f | TIMING | Configure octavia command | undercloud | 0:30:03.014802 | 0.04s 2025-10-10 17:39:52.524553 | fa163ea6-f710-ac00-f610-000000000110 | OK | set_fact | undercloud 2025-10-10 17:39:52.525509 | fa163ea6-f710-ac00-f610-000000000110 | TIMING | set_fact | undercloud | 0:30:03.060608 | 0.03s 2025-10-10 17:39:52.569232 | fa163ea6-f710-ac00-f610-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-xolj_bb1/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-xolj_bb1/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-xolj_bb1/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-10 17:39:52.570154 | fa163ea6-f710-ac00-f610-000000000111 | TIMING | debug | undercloud | 0:30:03.105252 | 0.03s 2025-10-10 17:39:52.585512 | fa163ea6-f710-ac00-f610-000000000112 | TASK | Configure octavia on overcloud 2025-10-10 17:43:48.812769 | fa163ea6-f710-ac00-f610-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-10 17:43:48.814894 | fa163ea6-f710-ac00-f610-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:59.349996 | 236.23s 2025-10-10 17:43:48.830728 | fa163ea6-f710-ac00-f610-000000000113 | TASK | Purge temp dirs 2025-10-10 17:43:49.036026 | fa163ea6-f710-ac00-f610-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-xolj_bb1/octavia-ansible/local_dir 2025-10-10 17:43:49.037083 | fa163ea6-f710-ac00-f610-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:59.572181 | 0.21s 2025-10-10 17:43:49.044074 | fa163ea6-f710-ac00-f610-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:59.579169 | 0.21s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-10 17:43:49.107255 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 17:43:49.107544 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 17:43:49.107790 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:59.642899 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 17:43:49.108027 | UUID | Info | Host | Task Name | Run Time 2025-10-10 17:43:49.108278 | fa163ea6-f710-ac00-f610-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 311.85s 2025-10-10 17:43:49.108535 | fa163ea6-f710-ac00-f610-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 236.23s 2025-10-10 17:43:49.108767 | fa163ea6-f710-ac00-f610-000000004df4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 121.28s 2025-10-10 17:43:49.109017 | fa163ea6-f710-ac00-f610-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.89s 2025-10-10 17:43:49.109255 | fa163ea6-f710-ac00-f610-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.65s 2025-10-10 17:43:49.109516 | fa163ea6-f710-ac00-f610-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 58.32s 2025-10-10 17:43:49.109744 | fa163ea6-f710-ac00-f610-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.60s 2025-10-10 17:43:49.109987 | fa163ea6-f710-ac00-f610-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 33.20s 2025-10-10 17:43:49.110212 | fa163ea6-f710-ac00-f610-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.91s 2025-10-10 17:43:49.110490 | fa163ea6-f710-ac00-f610-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.93s 2025-10-10 17:43:49.110761 | fa163ea6-f710-ac00-f610-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.49s 2025-10-10 17:43:49.110992 | fa163ea6-f710-ac00-f610-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.79s 2025-10-10 17:43:49.111253 | fa163ea6-f710-ac00-f610-00000000518b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.55s 2025-10-10 17:43:49.111520 | fa163ea6-f710-ac00-f610-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.36s 2025-10-10 17:43:49.111798 | fa163ea6-f710-ac00-f610-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.17s 2025-10-10 17:43:49.112067 | fa163ea6-f710-ac00-f610-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.67s 2025-10-10 17:43:49.112291 | fa163ea6-f710-ac00-f610-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.41s 2025-10-10 17:43:49.112599 | fa163ea6-f710-ac00-f610-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.84s 2025-10-10 17:43:49.112857 | fa163ea6-f710-ac00-f610-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.26s 2025-10-10 17:43:49.113121 | fa163ea6-f710-ac00-f610-0000000021c9 | SUMMARY | standalone | install systemd-container for a greenfield | 20.80s 2025-10-10 17:43:49.113366 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-xolj_bb1 Install artifact is located at /root/standalone-install-20251010174349.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.UCdp6FX4NZ + exit 0 ~/ci-framework-data/artifacts