~/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.C6NHDCLn2u + 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.C6NHDCLn2u/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 + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.C6NHDCLn2u/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.C6NHDCLn2u + J2_VARS_FILE=/tmp/tmp.C6NHDCLn2u/tmp.tnWWjB1YJ9.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.C6NHDCLn2u/tmp.tnWWjB1YJ9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/tmp.tnWWjB1YJ9.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.C6NHDCLn2u/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.C6NHDCLn2u/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.C6NHDCLn2u/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.C6NHDCLn2u/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.C6NHDCLn2u/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 6.0 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 555 kB/s | 64 kB 00:00 (2/399): boost-system-1.75.0-8.el9.x86_64.rpm 127 kB/s | 15 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.4 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.0 MB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 311 kB/s | 24 kB 00:00 (6/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 240 kB/s | 17 kB 00:00 (7/399): boost-thread-1.75.0-8.el9.x86_64.rpm 719 kB/s | 57 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 1.3 MB/s | 59 kB 00:00 (9/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.6 MB/s | 216 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 669 kB/s | 34 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 581 kB/s | 25 kB 00:00 (12/399): python3-pyasn1-modules-0.4.8-6.el9.no 4.5 MB/s | 283 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 218 kB/s | 16 kB 00:00 (14/399): perl-File-Temp-0.231.100-4.el9.noarch 506 kB/s | 63 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.3 MB/s | 321 kB 00:00 (16/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 514 kB/s | 45 kB 00:00 (17/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.8 MB/s | 392 kB 00:00 (18/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 224 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.7 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 4.7 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.0 MB/s | 51 kB 00:00 (22/399): perl-URI-5.09-3.el9.noarch.rpm 2.6 MB/s | 125 kB 00:00 (23/399): perl-Text-ParseWords-3.30-460.el9.noa 148 kB/s | 18 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.0 MB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 632 kB/s | 26 kB 00:00 (26/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 8.7 MB/s | 1.2 MB 00:00 (27/399): perl-Encode-3.08-462.el9.x86_64.rpm 22 MB/s | 1.7 MB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 217 kB/s | 31 kB 00:00 (29/399): iptables-nft-services-1.8.8-6.el9_1.n 160 kB/s | 28 kB 00:00 (30/399): perl-Mozilla-CA-20200520-6.el9.noarch 271 kB/s | 14 kB 00:00 (31/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 575 kB/s | 24 kB 00:00 (32/399): perl-Time-Local-1.300-7.el9.noarch.rp 868 kB/s | 37 kB 00:00 (33/399): python3-psutil-5.8.0-12.el9.x86_64.rp 3.4 MB/s | 218 kB 00:00 (34/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.5 MB/s | 73 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 450 kB/s | 22 kB 00:00 (36/399): sshpass-1.09-4.el9.x86_64.rpm 674 kB/s | 30 kB 00:00 (37/399): boost-filesystem-1.75.0-8.el9.x86_64. 689 kB/s | 59 kB 00:00 (38/399): boost-log-1.75.0-8.el9.x86_64.rpm 5.5 MB/s | 410 kB 00:00 (39/399): boost-program-options-1.75.0-8.el9.x8 2.2 MB/s | 108 kB 00:00 (40/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 487 kB/s | 76 kB 00:00 (41/399): libburn-1.5.4-4.el9.x86_64.rpm 2.9 MB/s | 175 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.0 MB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 763 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 498 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 6.4 MB/s | 419 kB 00:00 (46/399): perl-File-Path-2.18-4.el9.noarch.rpm 453 kB/s | 38 kB 00:00 (47/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.2 MB/s | 92 kB 00:00 (48/399): perl-Digest-1.19-4.el9.noarch.rpm 197 kB/s | 29 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 826 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.9 MB/s | 77 kB 00:00 (51/399): perl-constant-1.33-461.el9.noarch.rpm 592 kB/s | 25 kB 00:00 (52/399): perl-podlators-4.14-460.el9.noarch.rp 2.9 MB/s | 118 kB 00:00 (53/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.3 MB/s | 112 kB 00:00 (54/399): perl-Socket-2.031-4.el9.x86_64.rpm 538 kB/s | 58 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 495 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.4 MB/s | 163 kB 00:00 (57/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (58/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.0 MB/s | 48 kB 00:00 (59/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.0 MB/s | 279 kB 00:00 (60/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.7 MB/s | 221 kB 00:00 (61/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 703 kB/s | 96 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 13 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 743 kB/s | 31 kB 00:00 (64/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 8.8 MB/s | 459 kB 00:00 (65/399): jq-1.6-14.el9.x86_64.rpm 4.1 MB/s | 190 kB 00:00 (66/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.3 MB/s | 489 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.0 MB/s | 59 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 423 kB/s | 23 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 587 kB/s | 24 kB 00:00 (70/399): perl-B-1.80-480.el9.x86_64.rpm 2.4 MB/s | 185 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 300 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 586 kB/s | 23 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 511 kB/s | 19 kB 00:00 (74/399): perl-FileHandle-2.03-480.el9.noarch.r 361 kB/s | 17 kB 00:00 (75/399): perl-Getopt-Std-1.12-480.el9.noarch.r 364 kB/s | 17 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 456 kB/s | 25 kB 00:00 (77/399): perl-File-Basename-2.85-480.el9.noarc 144 kB/s | 19 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.9 MB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 299 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 165 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 705 kB/s | 75 kB 00:00 (82/399): perl-libs-5.32.1-480.el9.x86_64.rpm 18 MB/s | 2.2 MB 00:00 (83/399): perl-overload-1.31-480.el9.noarch.rpm 472 kB/s | 47 kB 00:00 (84/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.8 MB/s | 259 kB 00:00 (85/399): perl-overloading-0.02-480.el9.noarch. 120 kB/s | 15 kB 00:00 (86/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.1 MB/s | 42 kB 00:00 (87/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 569 kB/s | 40 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 1.5 MB/s | 94 kB 00:00 (89/399): perl-base-2.27-480.el9.noarch.rpm 433 kB/s | 18 kB 00:00 (90/399): perl-mro-1.23-480.el9.x86_64.rpm 802 kB/s | 31 kB 00:00 (91/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 167 kB/s | 25 kB 00:00 (92/399): perl-if-0.60.800-480.el9.noarch.rpm 153 kB/s | 16 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 212 kB/s | 13 kB 00:00 (94/399): perl-vars-1.05-480.el9.noarch.rpm 234 kB/s | 15 kB 00:00 (95/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.6 MB/s | 176 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 5.2 MB/s | 452 kB 00:00 (97/399): ipa-client-common-4.10.1-12.el9_2.2.n 1.1 MB/s | 44 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 27 MB/s | 2.4 MB 00:00 (99/399): python3-ipaclient-4.10.1-12.el9_2.2.n 11 MB/s | 648 kB 00:00 (100/399): ipa-common-4.10.1-12.el9_2.2.noarch. 8.3 MB/s | 656 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 12 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.2 MB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.0 MB/s | 41 kB 00:00 (104/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 53 MB/s | 7.9 MB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 396 kB/s | 46 kB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 29 MB/s | 3.3 MB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 934 kB/s | 55 kB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 6.7 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 477 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.3 MB/s | 60 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 7.6 MB/s | 441 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.0 MB/s | 110 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.4 MB/s | 306 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.0 MB/s | 245 kB 00:00 (116/399): ansible-collection-community-general 20 MB/s | 1.3 MB 00:00 (117/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 20 MB/s | 2.2 MB 00:00 (118/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.6 MB/s | 68 kB 00:00 (119/399): buildah-1.29.5-1.el9_2.x86_64.rpm 34 MB/s | 8.6 MB 00:00 (120/399): ansible-collection-ansible-posix-1.2 1.4 MB/s | 124 kB 00:00 (121/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.9 MB/s | 354 kB 00:00 (122/399): ansible-collection-ansible-netcommon 3.3 MB/s | 181 kB 00:00 (123/399): golang-github-vbatts-tar-split-0.11. 18 MB/s | 1.0 MB 00:00 (124/399): ansible-collection-ansible-utils-2.3 1.2 MB/s | 91 kB 00:00 (125/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.6 MB/s | 77 kB 00:00 (126/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.7 MB/s | 178 kB 00:00 (127/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.6 MB/s | 162 kB 00:00 (128/399): python3-ansible-runner-2.0.0a1-3.el9 2.6 MB/s | 122 kB 00:00 (129/399): puppet-fdio-18.2-1.20220727113954.6f 349 kB/s | 25 kB 00:00 (130/399): python3-beautifulsoup4-4.9.3-2.el9os 5.2 MB/s | 204 kB 00:00 (131/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 851 kB/s | 44 kB 00:00 (132/399): python3-croniter-0.3.35-2.el9ost.noa 934 kB/s | 49 kB 00:00 (133/399): python3-docutils-0.16-6.el9ost.noarc 21 MB/s | 1.5 MB 00:00 (134/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 562 kB/s | 44 kB 00:00 (135/399): python3-daemon-2.3.0-1.el9ost.noarch 398 kB/s | 39 kB 00:00 (136/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.9 MB/s | 284 kB 00:00 (137/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.0 MB/s | 107 kB 00:00 (138/399): python3-gevent-21.1.2-2.el9ost.x86_6 18 MB/s | 1.6 MB 00:00 (139/399): python3-jmespath-0.10.0-1.el9ost.noa 1.3 MB/s | 46 kB 00:00 (140/399): python3-lockfile-0.12.2-2.el9ost.noa 910 kB/s | 31 kB 00:00 (141/399): python3-logutils-0.3.5-15.el9ost.noa 1.1 MB/s | 47 kB 00:00 (142/399): python3-migrate-0.13.0-1.el9ost.noar 5.4 MB/s | 224 kB 00:00 (143/399): python3-memcached-1.59-3.el9ost.noar 774 kB/s | 40 kB 00:00 (144/399): python3-mimeparse-1.6.0-16.el9ost.no 467 kB/s | 16 kB 00:00 (145/399): python3-natsort-7.1.1-2.el9ost.noarc 1.6 MB/s | 59 kB 00:00 (146/399): python3-passlib-1.7.4-3.el9ost.noarc 11 MB/s | 712 kB 00:00 (147/399): python3-pecan-1.4.0-2.el9ost.noarch. 5.1 MB/s | 273 kB 00:00 (148/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.0 MB/s | 90 kB 00:00 (149/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.9 MB/s | 111 kB 00:00 (150/399): python3-setproctitle-1.2.2-1.el9ost. 540 kB/s | 23 kB 00:00 (151/399): python3-pyperclip-1.8.0-3.el9ost.noa 474 kB/s | 25 kB 00:00 (152/399): python3-smmap-3.0.1-4.el9ost.noarch. 879 kB/s | 47 kB 00:00 (153/399): python3-soupsieve-2.2-1.el9ost.noarc 1.6 MB/s | 67 kB 00:00 (154/399): python3-sqlalchemy13-1.3.24-3.el9ost 25 MB/s | 1.7 MB 00:00 (155/399): python3-tenacity-6.3.1-1.el9ost.noar 1.3 MB/s | 51 kB 00:00 (156/399): python3-webtest-2.0.35-6.el9ost.noar 2.0 MB/s | 82 kB 00:00 (157/399): python3-zope-event-4.2.0-20.el9ost.n 4.5 MB/s | 205 kB 00:00 (158/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 5.9 MB/s | 396 kB 00:00 (159/399): python3-zope-interface-5.4.0-1.el9os 2.5 MB/s | 202 kB 00:00 (160/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.2 MB/s | 243 kB 00:00 (161/399): rubygem-deep_merge-1.2.1-7.el9ost.no 283 kB/s | 14 kB 00:00 (162/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.9 MB/s | 90 kB 00:00 (163/399): rubygem-fast_gettext-1.2.0-9.el9ost. 548 kB/s | 34 kB 00:00 (164/399): rubygem-multi_json-1.15.0-2.el9ost.n 561 kB/s | 22 kB 00:00 (165/399): rubygem-puppet-resource_api-1.8.13-1 745 kB/s | 34 kB 00:00 (166/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 390 kB/s | 16 kB 00:00 (167/399): rubygem-semantic_puppet-1.0.4-2.el9o 526 kB/s | 21 kB 00:00 (168/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.1 MB/s | 433 kB 00:00 (169/399): ansible-config_template-2.0.1-17.1.2 667 kB/s | 29 kB 00:00 (170/399): ansible-role-atos-hsm-1.0.1-17.1.202 377 kB/s | 17 kB 00:00 (171/399): ansible-role-chrony-1.3.1-17.1.20230 609 kB/s | 22 kB 00:00 (172/399): ansible-role-container-registry-1.4. 468 kB/s | 24 kB 00:00 (173/399): ansible-role-collectd-config-0.0.3-1 951 kB/s | 53 kB 00:00 (174/399): ansible-role-openstack-operations-0. 775 kB/s | 30 kB 00:00 (175/399): ansible-role-qdr-config-0.0.2-17.1.2 577 kB/s | 21 kB 00:00 (176/399): ansible-role-redhat-subscription-1.3 763 kB/s | 28 kB 00:00 (177/399): ansible-role-thales-hsm-3.0.1-17.1.2 477 kB/s | 21 kB 00:00 (178/399): ansible-role-tripleo-modify-image-1. 776 kB/s | 27 kB 00:00 (179/399): ansible-tripleo-ipa-0.3.1-17.1.20230 861 kB/s | 36 kB 00:00 (180/399): ansible-tripleo-ipsec-11.0.1-17.1.20 989 kB/s | 38 kB 00:00 (181/399): dib-utils-0.0.11-17.1.20230620173328 339 kB/s | 12 kB 00:00 (182/399): openstack-heat-agents-2.2.1-17.1.202 247 kB/s | 9.6 kB 00:00 (183/399): os-apply-config-13.1.1-17.1.20231020 1.4 MB/s | 54 kB 00:00 (184/399): os-collect-config-13.1.1-17.1.202310 1.0 MB/s | 50 kB 00:00 (185/399): os-refresh-config-13.1.1-17.1.202310 301 kB/s | 21 kB 00:00 (186/399): puppet-archive-4.6.1-17.1.2023062018 1.0 MB/s | 44 kB 00:00 (187/399): puppet-aodh-18.4.2-17.1.202306201512 894 kB/s | 62 kB 00:00 (188/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (189/399): puppet-auditd-2.2.1-17.1.20230620192 385 kB/s | 28 kB 00:00 (190/399): puppet-cinder-18.5.2-17.1.2023062105 3.0 MB/s | 120 kB 00:00 (191/399): puppet-certmonger-2.7.1-17.1.2023062 311 kB/s | 26 kB 00:00 (192/399): puppet-collectd-13.0.1-17.1.20230620 2.7 MB/s | 135 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 1.3 MB/s | 68 kB 00:00 (194/399): puppet-designate-18.6.1-17.1.2023062 945 kB/s | 69 kB 00:00 (195/399): puppet-etcd-1.12.3-17.1.202306201932 623 kB/s | 25 kB 00:00 (196/399): puppet-dns-8.2.1-17.1.20230621002045 628 kB/s | 36 kB 00:00 (197/399): puppet-heat-18.4.1-17.1.202306211116 1.2 MB/s | 70 kB 00:00 (198/399): puppet-kmod-2.5.0-17.1.2023062019064 367 kB/s | 21 kB 00:00 (199/399): puppet-gnocchi-18.4.3-17.1.202306210 823 kB/s | 58 kB 00:00 (200/399): puppet-manila-18.5.2-17.1.2023110219 2.0 MB/s | 81 kB 00:00 (201/399): puppet-memcached-6.0.0-17.1.20230620 451 kB/s | 23 kB 00:00 (202/399): puppet-mysql-10.6.1-17.1.20230621022 1.9 MB/s | 99 kB 00:00 (203/399): puppet-neutron-18.6.1-17.1.202306210 4.8 MB/s | 196 kB 00:00 (204/399): puppet-nova-18.6.1-17.1.202306210904 4.6 MB/s | 200 kB 00:00 (205/399): puppet-nssdb-1.0.2-17.1.202306201856 273 kB/s | 12 kB 00:00 (206/399): puppet-octavia-18.5.1-17.1.202306210 2.0 MB/s | 76 kB 00:00 (207/399): puppet-openstack_extras-18.5.1-17.1. 1.0 MB/s | 48 kB 00:00 (208/399): puppet-oslo-18.5.1-17.1.202306210523 1.3 MB/s | 48 kB 00:00 (209/399): puppet-openstacklib-18.5.2-17.1.2023 1.1 MB/s | 62 kB 00:00 (210/399): puppet-qdr-7.4.1-17.1.20230620195605 837 kB/s | 31 kB 00:00 (211/399): puppet-placement-5.4.3-17.1.20230621 730 kB/s | 41 kB 00:00 (212/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.3 MB/s | 266 kB 00:00 (213/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (214/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.4 MB/s | 58 kB 00:00 (215/399): puppet-ssh-6.2.1-17.1.20230620190251 799 kB/s | 29 kB 00:00 (216/399): puppet-stdlib-6.3.1-17.1.20230621000 3.3 MB/s | 160 kB 00:00 (217/399): puppet-swift-18.6.1-17.1.20230621052 2.8 MB/s | 115 kB 00:00 (218/399): puppet-systemd-2.12.1-17.1.202306201 948 kB/s | 42 kB 00:00 (219/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (220/399): puppet-xinetd-3.3.1-17.1.20230620185 586 kB/s | 26 kB 00:00 (221/399): python-oslo-cache-lang-2.7.1-17.1.20 437 kB/s | 19 kB 00:00 (222/399): python-oslo-log-lang-4.4.0-17.1.2023 401 kB/s | 14 kB 00:00 (223/399): python-oslo-middleware-lang-4.2.1-17 286 kB/s | 13 kB 00:00 (224/399): python-oslo-versionedobjects-lang-2. 294 kB/s | 14 kB 00:00 (225/399): python-oslo-policy-lang-3.7.1-17.1.2 215 kB/s | 14 kB 00:00 (226/399): python3-GitPython-3.1.14-2.el9ost.no 5.2 MB/s | 238 kB 00:00 (227/399): python-pycadf-common-3.1.1-17.1.2023 212 kB/s | 15 kB 00:00 (228/399): python3-barbicanclient-5.3.0-17.1.20 3.1 MB/s | 127 kB 00:00 (229/399): python3-aodhclient-2.2.0-17.1.202306 714 kB/s | 56 kB 00:00 (230/399): python3-cliff-3.7.0-17.1.20230620172 2.1 MB/s | 95 kB 00:00 (231/399): python3-cinderclient-7.4.1-17.1.2023 2.4 MB/s | 218 kB 00:00 (232/399): python3-designateclient-4.2.1-17.1.2 1.4 MB/s | 92 kB 00:00 (233/399): python3-futurist-2.3.0-17.1.20230621 1.3 MB/s | 64 kB 00:00 (234/399): python3-heat-agent-apply-config-2.2. 263 kB/s | 9.9 kB 00:00 (235/399): python3-heat-agent-ansible-2.2.1-17. 177 kB/s | 11 kB 00:00 (236/399): python3-heat-agent-2.2.1-17.1.202306 217 kB/s | 19 kB 00:00 (237/399): python3-heat-agent-docker-cmd-2.2.1- 322 kB/s | 12 kB 00:00 (238/399): python3-heat-agent-hiera-2.2.1-17.1. 211 kB/s | 10 kB 00:00 (239/399): python3-heat-agent-puppet-2.2.1-17.1 251 kB/s | 11 kB 00:00 (240/399): python3-heatclient-2.3.1-17.1.202306 2.5 MB/s | 158 kB 00:00 (241/399): python3-heat-agent-json-file-2.2.1-1 88 kB/s | 9.8 kB 00:00 (242/399): python3-ironic-inspector-client-4.5. 1.5 MB/s | 67 kB 00:00 (243/399): python3-ironicclient-4.6.4-17.1.2023 8.2 MB/s | 342 kB 00:00 (244/399): python3-keystoneclient-4.3.0-17.1.20 5.2 MB/s | 239 kB 00:00 (245/399): python3-keystonemiddleware-9.2.0-17. 2.0 MB/s | 92 kB 00:00 (246/399): python3-magnumclient-3.4.1-17.1.2023 3.0 MB/s | 121 kB 00:00 (247/399): python3-neutronclient-7.3.1-17.1.202 7.0 MB/s | 298 kB 00:00 (248/399): python3-mistralclient-4.2.0-17.1.202 3.1 MB/s | 166 kB 00:00 (249/399): python3-novaclient-17.4.1-17.1.20230 3.7 MB/s | 201 kB 00:00 (250/399): python3-os-service-types-1.7.0-17.1. 994 kB/s | 38 kB 00:00 (251/399): python3-os-client-config-2.1.0-17.1. 1.1 MB/s | 55 kB 00:00 (252/399): python3-osc-lib-2.3.1-17.1.202306202 1.5 MB/s | 78 kB 00:00 (253/399): python3-oslo-cache-2.7.1-17.1.202306 1.1 MB/s | 56 kB 00:00 (254/399): python3-os-traits-2.5.0-17.1.2023062 702 kB/s | 45 kB 00:00 (255/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (256/399): python3-oslo-middleware-4.2.1-17.1.2 898 kB/s | 55 kB 00:00 (257/399): python3-oslo-context-3.2.1-17.1.2023 317 kB/s | 27 kB 00:00 (258/399): python3-oslo-policy-3.7.1-17.1.20230 1.5 MB/s | 76 kB 00:00 (259/399): python3-oslo-reports-2.2.0-17.1.2023 1.5 MB/s | 59 kB 00:00 (260/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.3 MB/s | 46 kB 00:00 (261/399): python3-oslo-serialization-4.1.1-17. 769 kB/s | 34 kB 00:00 (262/399): python3-oslo-upgradecheck-1.3.1-17.1 774 kB/s | 29 kB 00:00 (263/399): python3-oslo-versionedobjects-2.4.1- 1.8 MB/s | 79 kB 00:00 (264/399): python3-osprofiler-3.4.0-17.1.202306 3.2 MB/s | 130 kB 00:00 (265/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (266/399): python3-requestsexceptions-1.4.0-17. 458 kB/s | 17 kB 00:00 (267/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (268/399): python3-saharaclient-3.3.0-17.1.2023 2.9 MB/s | 188 kB 00:00 (269/399): python3-statsd-3.2.1-20.1.el9ost.noa 854 kB/s | 35 kB 00:00 (270/399): python3-swiftclient-3.11.1-17.1.2023 3.2 MB/s | 136 kB 00:00 (271/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.2 MB/s | 50 kB 00:00 (272/399): python3-troveclient-7.0.0-17.1.20230 7.2 MB/s | 344 kB 00:00 (273/399): python3-zaqarclient-2.4.0-17.1.20230 3.2 MB/s | 129 kB 00:00 (274/399): python3-validations-libs-1.9.1-17.1. 2.5 MB/s | 137 kB 00:00 (275/399): validations-common-1.9.1-17.1.202310 2.2 MB/s | 111 kB 00:00 (276/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.2 MB/s | 427 kB 00:00 (277/399): ansible-pacemaker-1.0.4-17.1.2023121 418 kB/s | 21 kB 00:00 (278/399): python3-paramiko-2.11.0-2.el9ost.noa 3.8 MB/s | 299 kB 00:00 (279/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (280/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.8 MB/s | 230 kB 00:00 (281/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.5 MB/s | 83 kB 00:00 (282/399): ansible-role-metalsmith-deployment-1 531 kB/s | 21 kB 00:00 (283/399): puppet-ironic-18.7.1-17.1.2024030521 2.5 MB/s | 121 kB 00:00 (284/399): openstack-selinux-0.8.37-17.1.202311 3.6 MB/s | 221 kB 00:00 (285/399): python3-glanceclient-3.3.0-17.1.2024 3.3 MB/s | 143 kB 00:00 (286/399): python-oslo-db-lang-8.5.2-17.1.20240 187 kB/s | 14 kB 00:00 (287/399): python3-keystoneauth1-4.4.0-17.1.202 8.3 MB/s | 409 kB 00:00 (288/399): python3-metalsmith-1.4.4-17.1.202405 1.5 MB/s | 65 kB 00:00 (289/399): python3-octaviaclient-2.3.1-17.1.202 2.3 MB/s | 91 kB 00:00 (290/399): python3-neutron-lib-2.10.3-17.1.2023 7.0 MB/s | 375 kB 00:00 (291/399): python3-oslo-db-8.5.2-17.1.202408201 3.5 MB/s | 144 kB 00:00 (292/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (293/399): python3-oslo-messaging-12.7.3-17.1.2 4.0 MB/s | 216 kB 00:00 (294/399): python3-rhosp-openvswitch-3.3-1.el9o 221 kB/s | 8.3 kB 00:00 (295/399): openstack-ansible-core-2.14.2-4.7.el 32 MB/s | 2.3 MB 00:00 (296/399): python3-waitress-2.0.0-4.el9ost.noar 1.3 MB/s | 109 kB 00:00 (297/399): openstack-tripleo-validations-14.3.2 3.1 MB/s | 204 kB 00:00 (298/399): puppet-glance-18.6.1-17.1.2025022015 1.9 MB/s | 87 kB 00:00 (299/399): puppet-pacemaker-1.5.1-17.1.20250214 3.9 MB/s | 158 kB 00:00 (300/399): puppet-ovn-18.6.1-17.1.2024092509490 594 kB/s | 29 kB 00:00 (301/399): puppet-tripleo-14.2.3-17.1.202503201 5.2 MB/s | 239 kB 00:00 (302/399): ansible-collection-containers-podman 4.8 MB/s | 243 kB 00:00 (303/399): python3-os-ken-1.4.1-17.1.2024120509 26 MB/s | 2.1 MB 00:00 (304/399): ansible-collections-openstack-1.9.1- 2.6 MB/s | 146 kB 00:00 (305/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 4.8 MB/s | 351 kB 00:00 (306/399): facter-3.14.19-3.el9ost.x86_64.rpm 8.4 MB/s | 518 kB 00:00 (307/399): hiera-3.6.0-6.el9ost.noarch.rpm 819 kB/s | 33 kB 00:00 (308/399): puppet-7.10.0-4.el9ost.noarch.rpm 285 kB/s | 11 kB 00:00 (309/399): leatherman-1.12.6-5.el9ost.x86_64.rp 7.1 MB/s | 405 kB 00:00 (310/399): puppet-headless-7.10.0-4.el9ost.noar 18 MB/s | 1.4 MB 00:00 (311/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.5 MB/s | 92 kB 00:00 (312/399): python3-boto-2.45.0-8.1.el9ost.noarc 19 MB/s | 1.3 MB 00:00 (313/399): python3-cachetools-4.2.2-3.el9ost.no 891 kB/s | 33 kB 00:00 (314/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.5 MB/s | 284 kB 00:00 (315/399): python3-colorama-0.4.4-4.el9ost.noar 889 kB/s | 35 kB 00:00 (316/399): python3-dogpile-cache-1.1.5-5.el9ost 1.4 MB/s | 89 kB 00:00 (317/399): python3-extras-1.0.0-17.el9ost.noarc 509 kB/s | 21 kB 00:00 (318/399): python3-fixtures-3.0.0-24.el9ost.noa 2.2 MB/s | 93 kB 00:00 (319/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (320/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.4 MB/s | 313 kB 00:00 (321/399): python3-munch-2.5.0-6.el9ost.noarch. 660 kB/s | 25 kB 00:00 (322/399): python3-openstacksdk-0.55.1-17.1.202 14 MB/s | 735 kB 00:00 (323/399): python3-paste-3.5.0-5.el9ost.noarch. 13 MB/s | 776 kB 00:00 (324/399): python3-paste-deploy-2.1.1-4.el9ost. 1.0 MB/s | 41 kB 00:00 (325/399): python3-keyring-21.8.0-4.el9ost.noar 500 kB/s | 77 kB 00:00 (326/399): python3-pystache-0.5.4-15.el9ost.noa 3.4 MB/s | 132 kB 00:00 (327/399): python3-repoze-lru-0.7-12.el9ost.noa 844 kB/s | 32 kB 00:00 (328/399): python3-routes-2.4.1-14.el9ost.noarc 3.5 MB/s | 188 kB 00:00 (329/399): python3-secretstorage-3.3.1-3.el9ost 727 kB/s | 36 kB 00:00 (330/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 646 kB/s | 57 kB 00:00 (331/399): python3-tempita-0.5.1-27.el9ost.noar 938 kB/s | 36 kB 00:00 (332/399): python3-simplejson-3.17.5-3.el9ost.x 3.2 MB/s | 266 kB 00:00 (333/399): python3-vine-5.0.0-5.el9ost.noarch.r 661 kB/s | 26 kB 00:00 (334/399): python3-testtools-2.4.0-10.el9ost.no 6.4 MB/s | 333 kB 00:00 (335/399): python3-warlock-1.3.3-7.el9ost.noarc 516 kB/s | 21 kB 00:00 (336/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.2 MB/s | 180 kB 00:00 (337/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 758 kB/s | 29 kB 00:00 (338/399): python3-yappi-1.3.1-5.el9ost.x86_64. 748 kB/s | 56 kB 00:00 (339/399): ruby-facter-3.14.19-3.el9ost.x86_64. 239 kB/s | 9.5 kB 00:00 (340/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.2 MB/s | 123 kB 00:00 (341/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 448 kB/s | 19 kB 00:00 (342/399): openstack-heat-api-16.1.1-17.1.20250 244 kB/s | 16 kB 00:00 (343/399): openstack-heat-engine-16.1.1-17.1.20 363 kB/s | 15 kB 00:00 (344/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (345/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (346/399): openstack-heat-monolith-16.1.1-17.1. 209 kB/s | 16 kB 00:00 (347/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (348/399): openstack-tripleo-common-15.4.1-17.1 975 kB/s | 48 kB 00:00 (349/399): openstack-tripleo-common-containers- 1.5 MB/s | 74 kB 00:00 (350/399): python3-openstackclient-5.5.2-17.1.2 12 MB/s | 1.1 MB 00:00 (351/399): puppet-firewall-3.4.1-17.1.202508041 1.7 MB/s | 73 kB 00:00 (352/399): puppet-concat-6.2.1-17.1.20250725131 705 kB/s | 44 kB 00:00 (353/399): puppet-git-0.5.0-17.1.20250725114148 611 kB/s | 26 kB 00:00 (354/399): puppet-haproxy-4.2.2-17.1.2025072511 1.2 MB/s | 55 kB 00:00 (355/399): puppet-apache-6.5.2-17.1.20250811150 2.0 MB/s | 253 kB 00:00 (356/399): puppet-ipaclient-2.5.2-17.1.20250725 167 kB/s | 21 kB 00:00 (357/399): puppet-keepalived-0.0.2-17.1.2025072 145 kB/s | 17 kB 00:00 (358/399): puppet-inifile-4.2.1-17.1.2025080415 340 kB/s | 46 kB 00:00 (359/399): puppet-remote-10.0.0-17.1.2025072511 542 kB/s | 19 kB 00:00 (360/399): puppet-module-data-0.5.1-17.1.202507 374 kB/s | 16 kB 00:00 (361/399): puppet-rsync-1.1.4-17.1.202508041515 676 kB/s | 28 kB 00:00 (362/399): puppet-snmp-3.9.1-17.1.2025072511575 946 kB/s | 38 kB 00:00 (363/399): puppet-sysctl-0.0.13-17.1.2025072511 481 kB/s | 19 kB 00:00 (364/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.2 MB/s | 53 kB 00:00 (365/399): python3-tripleoclient-16.5.1-17.1.20 2.2 MB/s | 552 kB 00:00 (366/399): tripleo-ansible-3.3.1-17.1.202508040 1.8 MB/s | 569 kB 00:00 (367/399): python3-tripleo-common-15.4.1-17.1.2 622 kB/s | 198 kB 00:00 (368/399): openstack-tripleo-heat-templates-14. 4.6 MB/s | 611 kB 00:00 (369/399): puppet-horizon-18.6.1-17.1.202510081 515 kB/s | 59 kB 00:00 (370/399): puppet-keystone-18.6.1-17.1.20251008 1.1 MB/s | 126 kB 00:00 (371/399): python3-openvswitch3.3-3.3.6-141.el9 3.9 MB/s | 383 kB 00:00 (372/399): libaio-0.3.111-13.el9.x86_64.rpm 234 kB/s | 26 kB 00:00 (373/399): device-mapper-persistent-data-0.9.0- 4.5 MB/s | 786 kB 00:00 (374/399): bash-completion-2.11-4.el9.noarch.rp 2.1 MB/s | 459 kB 00:00 (375/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 586 kB/s | 62 kB 00:00 (376/399): glibc-langpack-en-2.34-60.el9.x86_64 4.2 MB/s | 675 kB 00:00 (377/399): krb5-workstation-1.20.1-8.el9.x86_64 3.7 MB/s | 542 kB 00:00 (378/399): libkadm5-1.20.1-8.el9.x86_64.rpm 553 kB/s | 81 kB 00:00 (379/399): pkgconf-1.7.3-10.el9.x86_64.rpm 478 kB/s | 45 kB 00:00 (380/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 278 kB/s | 37 kB 00:00 (381/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 166 kB/s | 16 kB 00:00 (382/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 128 kB/s | 12 kB 00:00 (383/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.1 MB/s | 418 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 375 kB/s | 36 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 212 kB/s | 19 kB 00:00 (386/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 273 kB/s | 30 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 320 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 304 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.2 MB/s | 1.0 MB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (393/399): libsmartcols-2.37.4-11.el9_2.x86_64. 683 kB/s | 65 kB 00:00 (394/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 136 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 292 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.0 MB/s | 464 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 13 MB/s | 2.3 MB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.6 MB/s | 176 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 : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 192/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 193/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 195/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 196/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 197/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 198/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 199/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 200/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 201/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 202/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 203/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 204/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 205/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 206/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 207/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 208/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 209/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 210/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 211/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 212/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 213/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 214/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 215/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 216/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 217/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 218/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 219/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 220/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 221/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 222/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 223/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 224/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 225/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 226/408 Installing : python3-memcached-1.59-3.el9ost.noarch 227/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 228/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 229/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 230/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 231/408 Installing : python3-docutils-0.16-6.el9ost.noarch 232/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 233/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 234/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 235/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 236/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 237/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 238/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 239/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 240/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : ansible-collection-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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 122/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 123/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 124/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 125/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 126/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 127/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 128/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 129/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 130/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 131/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 132/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 133/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 134/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 135/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 136/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 137/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 138/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 139/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 140/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 141/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 142/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 143/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 144/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 145/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 146/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 147/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 148/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 149/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 150/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 151/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 152/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 153/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 154/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 155/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 156/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 157/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 158/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 159/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 160/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 161/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 162/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 163/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 165/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 166/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 167/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 168/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 169/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 170/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 171/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 172/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 173/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 174/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 175/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 176/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 177/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 178/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 179/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 180/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 181/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 182/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 183/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 184/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 185/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 186/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 187/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 188/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 189/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 190/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 191/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 197/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 198/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 199/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 200/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 201/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 202/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 203/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 204/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 205/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 206/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 207/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 208/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 209/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 210/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 211/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 212/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 213/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 214/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 215/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 216/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 217/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 218/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 219/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 220/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 221/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 222/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 223/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 224/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 225/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 226/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 227/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 228/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 229/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 230/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 231/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 232/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 233/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 234/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 235/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 236/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 237/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 238/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 239/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 240/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 241/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 242/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 243/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 244/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 245/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 246/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 247/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 248/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 249/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 250/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 251/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 252/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 253/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 254/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 255/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 256/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 257/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 258/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 259/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 260/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 261/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 262/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 263/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 264/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 265/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 266/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 267/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 268/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 269/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 270/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 271/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 272/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 273/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 274/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 275/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 276/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 277/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 278/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 279/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 280/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 281/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 283/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 284/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 285/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 286/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 287/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 288/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 289/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 290/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 291/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 292/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 293/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 294/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 295/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 296/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 297/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 298/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 299/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 300/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 301/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 302/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 303/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 304/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 305/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 306/408 Verifying : hiera-3.6.0-6.el9ost.noarch 307/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 308/408 Verifying : puppet-7.10.0-4.el9ost.noarch 309/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 310/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 311/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 312/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 313/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 314/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 315/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 316/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 317/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 318/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 319/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 320/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 321/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 322/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 323/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 324/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 325/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 326/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 327/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 328/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 329/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 330/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 331/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 332/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 333/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 334/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 335/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 336/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 337/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 338/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 339/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 340/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 341/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 342/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 343/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 344/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 345/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 346/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 347/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 348/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 349/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 350/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 351/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 352/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 353/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 354/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 355/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 356/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 357/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 358/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 359/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 360/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 361/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 362/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 363/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 364/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 365/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 366/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 367/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 368/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 369/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 370/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 371/408 Verifying : bash-completion-1:2.11-4.el9.noarch 372/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 373/408 Verifying : libaio-0.3.111-13.el9.x86_64 374/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 375/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 376/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 377/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 378/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 380/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 381/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 382/408 Verifying : python3-dns-2.2.1-2.el9.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.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 DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-11-29T01:41:22.929103 # # 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, 6.2362e-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-11-29 01:41:26.757848 | fa163eee-6ad1-1de8-e5af-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-11-29 01:41:26.795141 | fa163eee-6ad1-1de8-e5af-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-11-29 01:41:26.795666 | fa163eee-6ad1-1de8-e5af-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.051485 | 0.04s 2025-11-29 01:41:26.798715 | fa163eee-6ad1-1de8-e5af-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-11-29 01:41:26.842352 | fa163eee-6ad1-1de8-e5af-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-11-29 01:41:26.843328 | fa163eee-6ad1-1de8-e5af-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.099138 | 0.04s 2025-11-29 01:41:26.849397 | fa163eee-6ad1-1de8-e5af-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-11-29 01:41:26.941216 | fa163eee-6ad1-1de8-e5af-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-29 01:41:26.942248 | fa163eee-6ad1-1de8-e5af-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.198060 | 0.09s 2025-11-29 01:41:26.948584 | fa163eee-6ad1-1de8-e5af-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-11-29 01:41:27.336610 | fa163eee-6ad1-1de8-e5af-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-11-29 01:41:27.337802 | fa163eee-6ad1-1de8-e5af-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.593611 | 0.39s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-29 01:41:27.361152 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:41:27.361817 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:41:27.362465 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.618257 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:41:27.363093 | UUID | Info | Host | Task Name | Run Time 2025-11-29 01:41:27.363790 | fa163eee-6ad1-1de8-e5af-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.39s 2025-11-29 01:41:27.364410 | fa163eee-6ad1-1de8-e5af-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-11-29 01:41:27.365159 | fa163eee-6ad1-1de8-e5af-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-11-29 01:41:27.365773 | fa163eee-6ad1-1de8-e5af-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-11-29 01:41:27.366276 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-29 01:41:29.782861 | fa163eee-6ad1-57fb-31ed-000000000005 | TASK | set ssh key path facts 2025-11-29 01:41:29.817018 | fa163eee-6ad1-57fb-31ed-000000000005 | OK | set ssh key path facts | undercloud 2025-11-29 01:41:29.817559 | fa163eee-6ad1-57fb-31ed-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048184 | 0.03s 2025-11-29 01:41:29.820692 | fa163eee-6ad1-57fb-31ed-000000000006 | TASK | stat private key 2025-11-29 01:41:30.144430 | fa163eee-6ad1-57fb-31ed-000000000006 | OK | stat private key | undercloud 2025-11-29 01:41:30.145545 | fa163eee-6ad1-57fb-31ed-000000000006 | TIMING | stat private key | undercloud | 0:00:00.376161 | 0.32s 2025-11-29 01:41:30.151997 | fa163eee-6ad1-57fb-31ed-000000000007 | TASK | stat public key 2025-11-29 01:41:30.334148 | fa163eee-6ad1-57fb-31ed-000000000007 | OK | stat public key | undercloud 2025-11-29 01:41:30.335271 | fa163eee-6ad1-57fb-31ed-000000000007 | TIMING | stat public key | undercloud | 0:00:00.565889 | 0.18s 2025-11-29 01:41:30.341914 | fa163eee-6ad1-57fb-31ed-000000000008 | TASK | create private key if it does not exist 2025-11-29 01:41:31.318565 | fa163eee-6ad1-57fb-31ed-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-11-29 01:41:31.319690 | fa163eee-6ad1-57fb-31ed-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.550304 | 0.98s 2025-11-29 01:41:31.325714 | fa163eee-6ad1-57fb-31ed-000000000009 | TASK | create public key if it does not exist 2025-11-29 01:41:31.548924 | fa163eee-6ad1-57fb-31ed-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-11-29 01:41:31.550168 | fa163eee-6ad1-57fb-31ed-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.780782 | 0.22s PLAY [allovercloud] ************************************************************ 2025-11-29 01:41:31.601186 | fa163eee-6ad1-57fb-31ed-000000000023 | TASK | Get local private key 2025-11-29 01:41:31.935030 | fa163eee-6ad1-57fb-31ed-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163eee-6ad1-57fb-31ed-000000000023') missing from stats 2025-11-29 01:41:31.946206 | fa163eee-6ad1-57fb-31ed-000000000024 | TASK | Get local public key 2025-11-29 01:41:32.156130 | fa163eee-6ad1-57fb-31ed-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163eee-6ad1-57fb-31ed-000000000024') missing from stats 2025-11-29 01:41:32.176793 | fa163eee-6ad1-57fb-31ed-000000000012 | TASK | create user ceph-admin 2025-11-29 01:41:32.692782 | fa163eee-6ad1-57fb-31ed-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-11-29 01:41:32.694254 | fa163eee-6ad1-57fb-31ed-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.924861 | 0.52s 2025-11-29 01:41:32.704276 | fa163eee-6ad1-57fb-31ed-000000000013 | TASK | grant admin rights to user ceph-admin 2025-11-29 01:41:33.292043 | fa163eee-6ad1-57fb-31ed-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-11-29 01:41:33.293222 | fa163eee-6ad1-57fb-31ed-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.523837 | 0.59s 2025-11-29 01:41:33.301803 | fa163eee-6ad1-57fb-31ed-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-11-29 01:41:33.654946 | fa163eee-6ad1-57fb-31ed-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-11-29 01:41:33.656318 | fa163eee-6ad1-57fb-31ed-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.886932 | 0.35s 2025-11-29 01:41:33.665371 | fa163eee-6ad1-57fb-31ed-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-11-29 01:41:33.905201 | fa163eee-6ad1-57fb-31ed-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-11-29 01:41:33.906355 | fa163eee-6ad1-57fb-31ed-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.136970 | 0.24s 2025-11-29 01:41:33.915169 | fa163eee-6ad1-57fb-31ed-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-11-29 01:41:34.145423 | fa163eee-6ad1-57fb-31ed-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-11-29 01:41:34.146493 | fa163eee-6ad1-57fb-31ed-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.377109 | 0.23s 2025-11-29 01:41:34.154985 | fa163eee-6ad1-57fb-31ed-000000000017 | TASK | get remote ceph-admin public key 2025-11-29 01:41:34.213570 | fa163eee-6ad1-57fb-31ed-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-11-29 01:41:34.214588 | fa163eee-6ad1-57fb-31ed-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.445204 | 0.06s 2025-11-29 01:41:34.223238 | fa163eee-6ad1-57fb-31ed-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-11-29 01:41:34.280251 | fa163eee-6ad1-57fb-31ed-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-11-29 01:41:34.281709 | fa163eee-6ad1-57fb-31ed-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.512319 | 0.06s 2025-11-29 01:41:34.291127 | fa163eee-6ad1-57fb-31ed-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-11-29 01:41:34.613742 | fa163eee-6ad1-57fb-31ed-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-11-29 01:41:34.614899 | fa163eee-6ad1-57fb-31ed-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.845515 | 0.32s 2025-11-29 01:41:34.623698 | fa163eee-6ad1-57fb-31ed-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-11-29 01:41:35.130191 | fa163eee-6ad1-57fb-31ed-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-11-29 01:41:35.131508 | fa163eee-6ad1-57fb-31ed-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.362121 | 0.51s 2025-11-29 01:41:35.140571 | fa163eee-6ad1-57fb-31ed-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-11-29 01:41:35.578912 | fa163eee-6ad1-57fb-31ed-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-11-29 01:41:35.579783 | fa163eee-6ad1-57fb-31ed-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.810405 | 0.44s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-29 01:41:35.593271 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:41:35.593565 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:41:35.593808 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.824439 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:41:35.594093 | UUID | Info | Host | Task Name | Run Time 2025-11-29 01:41:35.594370 | fa163eee-6ad1-57fb-31ed-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.98s 2025-11-29 01:41:35.594641 | fa163eee-6ad1-57fb-31ed-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-11-29 01:41:35.594881 | fa163eee-6ad1-57fb-31ed-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2025-11-29 01:41:35.595120 | fa163eee-6ad1-57fb-31ed-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-11-29 01:41:35.595341 | fa163eee-6ad1-57fb-31ed-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.44s 2025-11-29 01:41:35.595594 | fa163eee-6ad1-57fb-31ed-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-11-29 01:41:35.595860 | fa163eee-6ad1-57fb-31ed-000000000006 | SUMMARY | undercloud | stat private key | 0.32s 2025-11-29 01:41:35.596090 | fa163eee-6ad1-57fb-31ed-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.32s 2025-11-29 01:41:35.596360 | fa163eee-6ad1-57fb-31ed-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.24s 2025-11-29 01:41:35.596695 | fa163eee-6ad1-57fb-31ed-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.23s 2025-11-29 01:41:35.596947 | fa163eee-6ad1-57fb-31ed-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-11-29 01:41:35.597235 | fa163eee-6ad1-57fb-31ed-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2025-11-29 01:41:35.597519 | fa163eee-6ad1-57fb-31ed-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-11-29 01:41:35.597783 | fa163eee-6ad1-57fb-31ed-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-11-29 01:41:35.598037 | fa163eee-6ad1-57fb-31ed-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-11-29 01:41:35.598332 | fa163eee-6ad1-57fb-31ed-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-11-29 01:41:35.598613 | fa163eee-6ad1-57fb-31ed-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-11-29 01:41:35.598907 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-29 01:41:38.223536 | fa163eee-6ad1-387e-99d7-000000000039 | TASK | Gathering Facts 2025-11-29 01:41:38.813493 | fa163eee-6ad1-387e-99d7-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-11-29 01:41:38.814667 | fa163eee-6ad1-387e-99d7-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.603677 | 0.59s 2025-11-29 01:41:38.826353 | fa163eee-6ad1-387e-99d7-000000000039 | OK | Gathering Facts | undercloud 2025-11-29 01:41:38.826940 | fa163eee-6ad1-387e-99d7-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.615965 | 0.60s 2025-11-29 01:41:38.841425 | fa163eee-6ad1-387e-99d7-00000000000a | TASK | Load distro-specific variables 2025-11-29 01:41:38.923887 | fa163eee-6ad1-387e-99d7-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.712883 | 0.08s 2025-11-29 01:41:38.935117 | fa163eee-6ad1-387e-99d7-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.724141 | 0.09s 2025-11-29 01:41:38.946962 | 59628903-8c05-40d9-a2cf-2801995195ad | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-29 01:41:38.947479 | 59628903-8c05-40d9-a2cf-2801995195ad | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-29 01:41:38.961115 | fa163eee-6ad1-387e-99d7-000000000052 | TASK | Load distro-specific variables 2025-11-29 01:41:39.063414 | fa163eee-6ad1-387e-99d7-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:39.065203 | fa163eee-6ad1-387e-99d7-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.854190 | 0.10s 2025-11-29 01:41:39.074238 | fa163eee-6ad1-387e-99d7-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:39.075599 | fa163eee-6ad1-387e-99d7-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.864615 | 0.10s 2025-11-29 01:41:39.080908 | fa163eee-6ad1-387e-99d7-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.869916 | 0.12s 2025-11-29 01:41:39.082034 | fa163eee-6ad1-387e-99d7-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.871058 | 0.11s 2025-11-29 01:41:39.089785 | fa163eee-6ad1-387e-99d7-00000000000b | TASK | Install chronyd 2025-11-29 01:41:39.158001 | fa163eee-6ad1-387e-99d7-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.946983 | 0.07s 2025-11-29 01:41:39.183680 | fa163eee-6ad1-387e-99d7-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.972690 | 0.08s 2025-11-29 01:41:39.205463 | ee70117d-12c0-4505-9880-8f705d7bb1b4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-11-29 01:41:39.206215 | ee70117d-12c0-4505-9880-8f705d7bb1b4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-11-29 01:41:39.229192 | fa163eee-6ad1-387e-99d7-0000000000a2 | TASK | Load distro-specific variables 2025-11-29 01:41:39.305786 | fa163eee-6ad1-387e-99d7-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.094775 | 0.08s 2025-11-29 01:41:39.327597 | fa163eee-6ad1-387e-99d7-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.116614 | 0.09s 2025-11-29 01:41:39.343031 | 50a7a780-0f07-4d1a-8543-83e793d4443f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-29 01:41:39.343788 | 50a7a780-0f07-4d1a-8543-83e793d4443f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-29 01:41:39.363591 | fa163eee-6ad1-387e-99d7-000000000102 | TASK | Load distro-specific variables 2025-11-29 01:41:39.467941 | fa163eee-6ad1-387e-99d7-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:39.469984 | fa163eee-6ad1-387e-99d7-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.258976 | 0.10s 2025-11-29 01:41:39.479795 | fa163eee-6ad1-387e-99d7-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.268800 | 0.11s 2025-11-29 01:41:39.485271 | fa163eee-6ad1-387e-99d7-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:39.486145 | fa163eee-6ad1-387e-99d7-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.275162 | 0.11s 2025-11-29 01:41:39.495741 | fa163eee-6ad1-387e-99d7-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.284757 | 0.12s 2025-11-29 01:41:39.504773 | fa163eee-6ad1-387e-99d7-0000000000a3 | TASK | Check for NTP service 2025-11-29 01:41:39.917085 | fa163eee-6ad1-387e-99d7-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-11-29 01:41:39.918633 | fa163eee-6ad1-387e-99d7-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.707631 | 0.40s 2025-11-29 01:41:39.919858 | fa163eee-6ad1-387e-99d7-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-11-29 01:41:39.920579 | fa163eee-6ad1-387e-99d7-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.709599 | 0.41s 2025-11-29 01:41:39.929907 | fa163eee-6ad1-387e-99d7-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-11-29 01:41:40.020847 | fa163eee-6ad1-387e-99d7-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-11-29 01:41:40.022351 | fa163eee-6ad1-387e-99d7-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.811352 | 0.09s 2025-11-29 01:41:40.033437 | fa163eee-6ad1-387e-99d7-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-11-29 01:41:40.034184 | fa163eee-6ad1-387e-99d7-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.823204 | 0.09s 2025-11-29 01:41:40.045863 | fa163eee-6ad1-387e-99d7-0000000000a5 | TASK | Install chronyd package 2025-11-29 01:41:43.307202 | fa163eee-6ad1-387e-99d7-0000000000a5 | OK | Install chronyd package | undercloud 2025-11-29 01:41:43.308630 | fa163eee-6ad1-387e-99d7-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:05.097636 | 3.25s 2025-11-29 01:41:44.838006 | fa163eee-6ad1-387e-99d7-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-11-29 01:41:44.838835 | fa163eee-6ad1-387e-99d7-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.627852 | 4.79s 2025-11-29 01:41:44.846848 | fa163eee-6ad1-387e-99d7-00000000000c | TASK | Upgrade chronyd 2025-11-29 01:41:44.907473 | fa163eee-6ad1-387e-99d7-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-11-29 01:41:44.908739 | fa163eee-6ad1-387e-99d7-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.697744 | 0.06s 2025-11-29 01:41:44.939961 | fa163eee-6ad1-387e-99d7-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-11-29 01:41:44.940641 | fa163eee-6ad1-387e-99d7-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.729661 | 0.08s 2025-11-29 01:41:44.948147 | fa163eee-6ad1-387e-99d7-00000000000d | TASK | Configure chronyd 2025-11-29 01:41:45.021992 | fa163eee-6ad1-387e-99d7-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.810990 | 0.07s 2025-11-29 01:41:45.033231 | fa163eee-6ad1-387e-99d7-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.822249 | 0.07s 2025-11-29 01:41:45.050381 | d0d043e3-38aa-4cf7-93c6-58dbd3b60b20 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-11-29 01:41:45.051042 | d0d043e3-38aa-4cf7-93c6-58dbd3b60b20 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-11-29 01:41:45.084012 | fa163eee-6ad1-387e-99d7-000000000162 | TASK | Load distro-specific variables 2025-11-29 01:41:45.151472 | fa163eee-6ad1-387e-99d7-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.940448 | 0.07s 2025-11-29 01:41:45.152433 | fa163eee-6ad1-387e-99d7-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.941453 | 0.06s 2025-11-29 01:41:45.166371 | 14e71244-60e4-4501-84f6-77a7d251e766 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-29 01:41:45.167045 | 14e71244-60e4-4501-84f6-77a7d251e766 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-29 01:41:45.182423 | fa163eee-6ad1-387e-99d7-0000000001fa | TASK | Load distro-specific variables 2025-11-29 01:41:45.267553 | fa163eee-6ad1-387e-99d7-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:45.269079 | fa163eee-6ad1-387e-99d7-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.058082 | 0.09s 2025-11-29 01:41:45.274743 | fa163eee-6ad1-387e-99d7-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.063747 | 0.09s 2025-11-29 01:41:45.300271 | fa163eee-6ad1-387e-99d7-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:45.301330 | fa163eee-6ad1-387e-99d7-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.090348 | 0.11s 2025-11-29 01:41:45.311365 | fa163eee-6ad1-387e-99d7-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.100380 | 0.12s 2025-11-29 01:41:45.321069 | fa163eee-6ad1-387e-99d7-000000000163 | TASK | Install chrony configuration file 2025-11-29 01:41:46.178395 | fa163eee-6ad1-387e-99d7-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-11-29 01:41:46.179909 | fa163eee-6ad1-387e-99d7-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.968916 | 0.86s 2025-11-29 01:41:46.181034 | fa163eee-6ad1-387e-99d7-000000000163 | OK | Install chrony configuration file | undercloud 2025-11-29 01:41:46.181780 | fa163eee-6ad1-387e-99d7-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.970800 | 0.85s 2025-11-29 01:41:46.190000 | fa163eee-6ad1-387e-99d7-00000000000e | TASK | Run chronyd 2025-11-29 01:41:46.292362 | fa163eee-6ad1-387e-99d7-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.081368 | 0.10s 2025-11-29 01:41:46.303766 | fa163eee-6ad1-387e-99d7-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.092791 | 0.10s 2025-11-29 01:41:46.312484 | 3d18f300-00b0-410f-91d1-bd8c8520bde2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-11-29 01:41:46.312810 | 3d18f300-00b0-410f-91d1-bd8c8520bde2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-11-29 01:41:46.331823 | fa163eee-6ad1-387e-99d7-000000000233 | TASK | Load distro-specific variables 2025-11-29 01:41:46.423563 | fa163eee-6ad1-387e-99d7-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.212578 | 0.09s 2025-11-29 01:41:46.424139 | fa163eee-6ad1-387e-99d7-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.213166 | 0.09s 2025-11-29 01:41:46.430559 | 2c7552e0-7895-4b84-ae3c-fe23c87f306a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-29 01:41:46.430858 | 2c7552e0-7895-4b84-ae3c-fe23c87f306a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-29 01:41:46.438613 | fa163eee-6ad1-387e-99d7-0000000002ee | TASK | Load distro-specific variables 2025-11-29 01:41:46.520296 | fa163eee-6ad1-387e-99d7-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:46.521695 | fa163eee-6ad1-387e-99d7-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.310704 | 0.08s 2025-11-29 01:41:46.530339 | fa163eee-6ad1-387e-99d7-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:41:46.531022 | fa163eee-6ad1-387e-99d7-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.320041 | 0.09s 2025-11-29 01:41:46.532359 | fa163eee-6ad1-387e-99d7-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.321378 | 0.09s 2025-11-29 01:41:46.537004 | fa163eee-6ad1-387e-99d7-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.326030 | 0.09s 2025-11-29 01:41:46.541906 | fa163eee-6ad1-387e-99d7-000000000234 | TASK | Ensure chronyd is running 2025-11-29 01:41:47.165968 | fa163eee-6ad1-387e-99d7-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-11-29 01:41:47.168018 | fa163eee-6ad1-387e-99d7-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.957019 | 0.63s 2025-11-29 01:41:48.166433 | fa163eee-6ad1-387e-99d7-000000000234 | OK | Ensure chronyd is running | undercloud 2025-11-29 01:41:48.167959 | fa163eee-6ad1-387e-99d7-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.956974 | 1.62s 2025-11-29 01:41:48.176829 | fa163eee-6ad1-387e-99d7-000000000235 | TASK | Force chronyd restart 2025-11-29 01:41:48.276621 | fa163eee-6ad1-387e-99d7-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-11-29 01:41:48.277916 | fa163eee-6ad1-387e-99d7-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.066922 | 0.09s 2025-11-29 01:41:48.659540 | fa163eee-6ad1-387e-99d7-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-11-29 01:41:48.660985 | fa163eee-6ad1-387e-99d7-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.450001 | 0.48s 2025-11-29 01:41:48.669948 | fa163eee-6ad1-387e-99d7-00000000000f | TASK | Enable online service 2025-11-29 01:41:48.748782 | fa163eee-6ad1-387e-99d7-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.537777 | 0.08s 2025-11-29 01:41:48.762316 | fa163eee-6ad1-387e-99d7-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.551333 | 0.08s 2025-11-29 01:41:48.780466 | 64f7e917-9dfa-4076-bd50-629ad14c774b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-11-29 01:41:48.781153 | 64f7e917-9dfa-4076-bd50-629ad14c774b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-11-29 01:41:48.823594 | fa163eee-6ad1-387e-99d7-000000000338 | TASK | Create chrony-online.service unit file 2025-11-29 01:41:49.294690 | fa163eee-6ad1-387e-99d7-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-11-29 01:41:49.296074 | fa163eee-6ad1-387e-99d7-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:11.085077 | 0.46s 2025-11-29 01:41:49.327870 | fa163eee-6ad1-387e-99d7-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-11-29 01:41:49.328905 | fa163eee-6ad1-387e-99d7-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:11.117921 | 0.50s 2025-11-29 01:41:49.337410 | fa163eee-6ad1-387e-99d7-000000000339 | TASK | Enable chrony-online.service 2025-11-29 01:41:50.577899 | fa163eee-6ad1-387e-99d7-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-11-29 01:41:50.579786 | fa163eee-6ad1-387e-99d7-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.368793 | 1.24s 2025-11-29 01:41:50.592550 | fa163eee-6ad1-387e-99d7-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-11-29 01:41:50.593823 | fa163eee-6ad1-387e-99d7-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.382840 | 1.24s 2025-11-29 01:41:50.603042 | fa163eee-6ad1-387e-99d7-000000000010 | TASK | Sync chronyc 2025-11-29 01:41:50.682172 | fa163eee-6ad1-387e-99d7-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.471166 | 0.08s 2025-11-29 01:41:50.693579 | fa163eee-6ad1-387e-99d7-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.482596 | 0.08s 2025-11-29 01:41:50.710756 | 17c595dc-bd1f-4875-b740-4100623e0cc2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-11-29 01:41:50.711475 | 17c595dc-bd1f-4875-b740-4100623e0cc2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-11-29 01:41:50.761261 | fa163eee-6ad1-387e-99d7-00000000042a | TASK | Force NTP sync 2025-11-29 01:41:51.017371 | fa163eee-6ad1-387e-99d7-00000000042a | CHANGED | Force NTP sync | undercloud 2025-11-29 01:41:51.018111 | fa163eee-6ad1-387e-99d7-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.807127 | 0.25s 2025-11-29 01:41:51.049026 | fa163eee-6ad1-387e-99d7-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-11-29 01:41:51.049715 | fa163eee-6ad1-387e-99d7-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.838738 | 0.29s 2025-11-29 01:41:51.054748 | fa163eee-6ad1-387e-99d7-00000000042b | TASK | Ensure system is NTP time synced 2025-11-29 01:42:01.354243 | fa163eee-6ad1-387e-99d7-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-11-29 01:42:01.361952 | fa163eee-6ad1-387e-99d7-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:23.150959 | 10.31s 2025-11-29 01:42:01.362892 | fa163eee-6ad1-387e-99d7-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-11-29 01:42:01.363598 | fa163eee-6ad1-387e-99d7-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:23.152617 | 10.30s 2025-11-29 01:42:01.383611 | fa163eee-6ad1-387e-99d7-00000000002c | TASK | Set timezone 2025-11-29 01:42:01.862014 | fa163eee-6ad1-387e-99d7-00000000002c | OK | Set timezone | standalone.localdomain 2025-11-29 01:42:01.863345 | fa163eee-6ad1-387e-99d7-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.652353 | 0.48s 2025-11-29 01:42:01.864193 | fa163eee-6ad1-387e-99d7-00000000002c | OK | Set timezone | undercloud 2025-11-29 01:42:01.864876 | fa163eee-6ad1-387e-99d7-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.653896 | 0.47s 2025-11-29 01:42:01.872884 | fa163eee-6ad1-387e-99d7-00000000002d | TASK | Restart time services 2025-11-29 01:42:01.908635 | fa163eee-6ad1-387e-99d7-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-11-29 01:42:01.913106 | fa163eee-6ad1-387e-99d7-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-11-29 01:42:01.923799 | fa163eee-6ad1-387e-99d7-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-11-29 01:42:01.925184 | fa163eee-6ad1-387e-99d7-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.714186 | 0.05s 2025-11-29 01:42:01.930897 | fa163eee-6ad1-387e-99d7-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-11-29 01:42:01.941280 | fa163eee-6ad1-387e-99d7-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.730297 | 0.05s 2025-11-29 01:42:01.979587 | fa163eee-6ad1-387e-99d7-000000000012 | HANDLER | Restart chronyd 2025-11-29 01:42:02.476551 | fa163eee-6ad1-387e-99d7-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-11-29 01:42:02.478171 | fa163eee-6ad1-387e-99d7-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:24.267181 | 0.50s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-11-29 01:42:02.495321 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:42:02.495943 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:42:02.496437 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.285458 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:42:02.496975 | UUID | Info | Host | Task Name | Run Time 2025-11-29 01:42:02.497525 | fa163eee-6ad1-387e-99d7-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.31s 2025-11-29 01:42:02.498044 | fa163eee-6ad1-387e-99d7-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.30s 2025-11-29 01:42:02.498612 | fa163eee-6ad1-387e-99d7-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.79s 2025-11-29 01:42:02.499099 | fa163eee-6ad1-387e-99d7-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.25s 2025-11-29 01:42:02.499656 | fa163eee-6ad1-387e-99d7-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 1.62s 2025-11-29 01:42:02.500191 | fa163eee-6ad1-387e-99d7-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.24s 2025-11-29 01:42:02.500724 | fa163eee-6ad1-387e-99d7-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.24s 2025-11-29 01:42:02.501194 | fa163eee-6ad1-387e-99d7-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.86s 2025-11-29 01:42:02.501748 | fa163eee-6ad1-387e-99d7-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.85s 2025-11-29 01:42:02.502263 | fa163eee-6ad1-387e-99d7-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.63s 2025-11-29 01:42:02.502845 | fa163eee-6ad1-387e-99d7-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.60s 2025-11-29 01:42:02.503337 | fa163eee-6ad1-387e-99d7-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.59s 2025-11-29 01:42:02.503900 | fa163eee-6ad1-387e-99d7-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.50s 2025-11-29 01:42:02.504412 | fa163eee-6ad1-387e-99d7-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.50s 2025-11-29 01:42:02.504954 | fa163eee-6ad1-387e-99d7-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.48s 2025-11-29 01:42:02.505422 | fa163eee-6ad1-387e-99d7-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.48s 2025-11-29 01:42:02.505968 | fa163eee-6ad1-387e-99d7-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-11-29 01:42:02.506519 | fa163eee-6ad1-387e-99d7-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.46s 2025-11-29 01:42:02.507029 | fa163eee-6ad1-387e-99d7-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.41s 2025-11-29 01:42:02.507564 | fa163eee-6ad1-387e-99d7-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.40s 2025-11-29 01:42:02.508114 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-29 01:42:03.407688 | fa163eee-6ad1-069e-a840-000000000005 | SKIPPED | fail | undercloud 2025-11-29 01:42:03.408321 | fa163eee-6ad1-069e-a840-000000000005 | TIMING | fail | undercloud | 0:00:00.067480 | 0.06s 2025-11-29 01:42:03.477085 | fa163eee-6ad1-069e-a840-000000000006 | SKIPPED | fail | undercloud 2025-11-29 01:42:03.478310 | fa163eee-6ad1-069e-a840-000000000006 | TIMING | fail | undercloud | 0:00:00.137457 | 0.07s 2025-11-29 01:42:03.485999 | fa163eee-6ad1-069e-a840-000000000008 | TASK | Ensure working_dir is provided 2025-11-29 01:42:03.517575 | fa163eee-6ad1-069e-a840-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-11-29 01:42:03.518688 | fa163eee-6ad1-069e-a840-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.177838 | 0.03s 2025-11-29 01:42:03.538784 | fa163eee-6ad1-069e-a840-00000000000a | TASK | ensure ceph_spec_path is defined 2025-11-29 01:42:03.576509 | fa163eee-6ad1-069e-a840-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-11-29 01:42:03.577619 | fa163eee-6ad1-069e-a840-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.236764 | 0.04s 2025-11-29 01:42:03.584921 | fa163eee-6ad1-069e-a840-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-11-29 01:42:03.615997 | fa163eee-6ad1-069e-a840-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-29 01:42:03.617138 | fa163eee-6ad1-069e-a840-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.276287 | 0.03s 2025-11-29 01:42:03.624777 | fa163eee-6ad1-069e-a840-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-11-29 01:42:03.654268 | fa163eee-6ad1-069e-a840-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-11-29 01:42:03.655379 | fa163eee-6ad1-069e-a840-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.314527 | 0.03s 2025-11-29 01:42:03.663609 | fa163eee-6ad1-069e-a840-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-11-29 01:42:03.711609 | fa163eee-6ad1-069e-a840-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-11-29 01:42:03.712776 | fa163eee-6ad1-069e-a840-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.371922 | 0.05s 2025-11-29 01:42:03.720435 | fa163eee-6ad1-069e-a840-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-11-29 01:42:03.817168 | fa163eee-6ad1-069e-a840-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-11-29 01:42:03.818807 | fa163eee-6ad1-069e-a840-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.477946 | 0.10s 2025-11-29 01:42:03.831721 | fa163eee-6ad1-069e-a840-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-11-29 01:42:03.846714 | fa163eee-6ad1-069e-a840-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-11-29 01:42:03.859198 | fa163eee-6ad1-069e-a840-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-11-29 01:42:03.865443 | fa163eee-6ad1-069e-a840-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.524561 | 0.14s 2025-11-29 01:42:03.874112 | fa163eee-6ad1-069e-a840-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-11-29 01:42:03.956129 | fa163eee-6ad1-069e-a840-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-11-29 01:42:03.976671 | fa163eee-6ad1-069e-a840-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-11-29 01:42:03.993935 | fa163eee-6ad1-069e-a840-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-11-29 01:42:04.003328 | fa163eee-6ad1-069e-a840-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-11-29 01:42:04.014899 | fa163eee-6ad1-069e-a840-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.674042 | 0.14s 2025-11-29 01:42:04.023175 | fa163eee-6ad1-069e-a840-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-11-29 01:42:04.072825 | fa163eee-6ad1-069e-a840-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-11-29 01:42:04.073905 | fa163eee-6ad1-069e-a840-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.733054 | 0.05s 2025-11-29 01:42:04.082364 | fa163eee-6ad1-069e-a840-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-11-29 01:42:04.120258 | fa163eee-6ad1-069e-a840-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-11-29 01:42:04.121519 | fa163eee-6ad1-069e-a840-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.780658 | 0.04s 2025-11-29 01:42:04.122431 | fa163eee-6ad1-069e-a840-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.781586 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-11-29 01:42:04.187528 | fa163eee-6ad1-069e-a840-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-11-29 01:42:04.225797 | fa163eee-6ad1-069e-a840-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-11-29 01:42:04.226554 | fa163eee-6ad1-069e-a840-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.885711 | 0.04s 2025-11-29 01:42:04.231912 | fa163eee-6ad1-069e-a840-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-11-29 01:42:04.402682 | fa163eee-6ad1-069e-a840-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-11-29 01:42:04.403831 | fa163eee-6ad1-069e-a840-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.062980 | 0.17s 2025-11-29 01:42:04.411947 | fa163eee-6ad1-069e-a840-000000000019 | TASK | Set IP address of first monitor 2025-11-29 01:42:04.438308 | fa163eee-6ad1-069e-a840-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-11-29 01:42:04.439399 | fa163eee-6ad1-069e-a840-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.098550 | 0.03s 2025-11-29 01:42:04.461012 | fa163eee-6ad1-069e-a840-000000000020 | TASK | Gather distribution facts if they don't exist 2025-11-29 01:42:04.497724 | fa163eee-6ad1-069e-a840-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-11-29 01:42:04.498831 | fa163eee-6ad1-069e-a840-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.157981 | 0.04s 2025-11-29 01:42:04.509601 | fa163eee-6ad1-069e-a840-000000000021 | TASK | Install cephadm package 2025-11-29 01:42:07.450423 | fa163eee-6ad1-069e-a840-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-11-29 01:42:07.451922 | fa163eee-6ad1-069e-a840-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.111067 | 2.94s 2025-11-29 01:42:07.461238 | fa163eee-6ad1-069e-a840-000000000022 | TASK | Stat cephadm file 2025-11-29 01:42:07.808851 | fa163eee-6ad1-069e-a840-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-11-29 01:42:07.810332 | fa163eee-6ad1-069e-a840-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.469478 | 0.35s 2025-11-29 01:42:07.819620 | fa163eee-6ad1-069e-a840-000000000023 | TASK | Fail if cephadm is not available 2025-11-29 01:42:07.838640 | fa163eee-6ad1-069e-a840-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-11-29 01:42:07.839656 | fa163eee-6ad1-069e-a840-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.498807 | 0.02s 2025-11-29 01:42:07.848927 | fa163eee-6ad1-069e-a840-000000000024 | TASK | List Ceph daemon instances on this host 2025-11-29 01:42:08.578257 | fa163eee-6ad1-069e-a840-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-11-29 01:42:08.579517 | fa163eee-6ad1-069e-a840-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.238663 | 0.73s 2025-11-29 01:42:08.588230 | fa163eee-6ad1-069e-a840-000000000026 | TASK | Set list of found FSIDs 2025-11-29 01:42:08.675691 | fa163eee-6ad1-069e-a840-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-11-29 01:42:08.676856 | fa163eee-6ad1-069e-a840-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.336004 | 0.09s 2025-11-29 01:42:08.685818 | fa163eee-6ad1-069e-a840-000000000027 | TASK | Fail if >1 FSID was discovered 2025-11-29 01:42:08.793391 | fa163eee-6ad1-069e-a840-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-11-29 01:42:08.794566 | fa163eee-6ad1-069e-a840-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.453714 | 0.11s 2025-11-29 01:42:08.803508 | fa163eee-6ad1-069e-a840-000000000028 | TASK | Set FSID to the discovered value 2025-11-29 01:42:08.890768 | fa163eee-6ad1-069e-a840-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-11-29 01:42:08.891782 | fa163eee-6ad1-069e-a840-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.550932 | 0.09s 2025-11-29 01:42:08.900333 | fa163eee-6ad1-069e-a840-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-11-29 01:42:08.987250 | fa163eee-6ad1-069e-a840-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-11-29 01:42:08.988274 | fa163eee-6ad1-069e-a840-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.647423 | 0.09s 2025-11-29 01:42:08.996879 | fa163eee-6ad1-069e-a840-00000000002b | TASK | Set first monitor IP if it was not passed 2025-11-29 01:42:09.095400 | fa163eee-6ad1-069e-a840-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-11-29 01:42:09.096623 | fa163eee-6ad1-069e-a840-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.755771 | 0.10s 2025-11-29 01:42:09.105926 | fa163eee-6ad1-069e-a840-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-11-29 01:42:09.449295 | fa163eee-6ad1-069e-a840-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-11-29 01:42:09.450781 | fa163eee-6ad1-069e-a840-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.109928 | 0.34s 2025-11-29 01:42:09.460710 | fa163eee-6ad1-069e-a840-00000000002d | TASK | Ensure specs directory exists 2025-11-29 01:42:09.682762 | fa163eee-6ad1-069e-a840-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-11-29 01:42:09.684168 | fa163eee-6ad1-069e-a840-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.343313 | 0.22s 2025-11-29 01:42:09.698011 | fa163eee-6ad1-069e-a840-00000000002e | TASK | Stat spec file on ansible host 2025-11-29 01:42:09.910096 | fa163eee-6ad1-069e-a840-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163eee-6ad1-069e-a840-00000000002e') missing from stats 2025-11-29 01:42:09.923138 | fa163eee-6ad1-069e-a840-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-11-29 01:42:10.502425 | fa163eee-6ad1-069e-a840-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-11-29 01:42:10.503786 | fa163eee-6ad1-069e-a840-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.162930 | 0.58s 2025-11-29 01:42:10.517514 | fa163eee-6ad1-069e-a840-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-11-29 01:42:10.829398 | fa163eee-6ad1-069e-a840-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163eee-6ad1-069e-a840-000000000031') missing from stats 2025-11-29 01:42:10.839834 | fa163eee-6ad1-069e-a840-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-29 01:42:11.340507 | fa163eee-6ad1-069e-a840-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-29 01:42:11.341858 | fa163eee-6ad1-069e-a840-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.000973 | 0.50s 2025-11-29 01:42:11.365367 | fa163eee-6ad1-069e-a840-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-29 01:42:11.453553 | fa163eee-6ad1-069e-a840-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-29 01:42:11.454427 | fa163eee-6ad1-069e-a840-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.113581 | 0.09s 2025-11-29 01:42:11.468556 | fa163eee-6ad1-069e-a840-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-11-29 01:42:11.529139 | fa163eee-6ad1-069e-a840-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-11-29 01:42:11.530174 | fa163eee-6ad1-069e-a840-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.189323 | 0.06s 2025-11-29 01:42:11.539499 | fa163eee-6ad1-069e-a840-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-11-29 01:42:11.783036 | fa163eee-6ad1-069e-a840-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-11-29 01:42:11.784906 | fa163eee-6ad1-069e-a840-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.444049 | 0.24s 2025-11-29 01:42:11.991845 | fa163eee-6ad1-069e-a840-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-11-29 01:42:11.992899 | fa163eee-6ad1-069e-a840-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.652055 | 0.45s 2025-11-29 01:42:12.004033 | fa163eee-6ad1-069e-a840-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.663163 | 0.46s 2025-11-29 01:42:12.017051 | fa163eee-6ad1-069e-a840-000000000065 | TASK | Fail if necessary files are missing 2025-11-29 01:42:12.102396 | fa163eee-6ad1-069e-a840-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': 411047377, 'dev': 64516, 'nlink': 1, 'atime': 1764380495.0930676, 'mtime': 1764380494.9120631, 'ctime': 1764380495.0960677, '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': 'ac3778b7866d23745996568c9ef6d2a41d99078e', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2996928474', '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-11-29 01:42:12.111167 | fa163eee-6ad1-069e-a840-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': 436209869, 'dev': 64516, 'nlink': 1, 'atime': 1764380495.5490792, 'mtime': 1764380495.3900752, 'ctime': 1764380495.5520792, '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': 'a24e767c4715db16f7078357c81d66f2b5d29223', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4058755878', '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-11-29 01:42:12.156992 | fa163eee-6ad1-069e-a840-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.816135 | 0.14s 2025-11-29 01:42:12.167987 | fa163eee-6ad1-069e-a840-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-11-29 01:42:12.410030 | fa163eee-6ad1-069e-a840-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-11-29 01:42:12.411326 | fa163eee-6ad1-069e-a840-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.070475 | 0.24s 2025-11-29 01:42:12.419981 | fa163eee-6ad1-069e-a840-000000000068 | TASK | Run cephadm bootstrap 2025-11-29 01:43:19.283880 | fa163eee-6ad1-069e-a840-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-11-29 01:43:19.284980 | fa163eee-6ad1-069e-a840-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:15.944134 | 66.86s 2025-11-29 01:43:19.292192 | fa163eee-6ad1-069e-a840-000000000069 | TASK | Show results of bootstrap 2025-11-29 01:43:19.360577 | fa163eee-6ad1-069e-a840-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-11-29 01:43:19.361305 | fa163eee-6ad1-069e-a840-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:16.020462 | 0.07s 2025-11-29 01:43:19.367658 | fa163eee-6ad1-069e-a840-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-29 01:43:19.426841 | fa163eee-6ad1-069e-a840-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.085988 | 0.06s 2025-11-29 01:43:19.439488 | 45588684-400d-405d-921f-77e042d2eb82 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-29 01:43:19.454835 | fa163eee-6ad1-069e-a840-00000000020b | TASK | Set ceph CLI 2025-11-29 01:43:19.655201 | fa163eee-6ad1-069e-a840-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-11-29 01:43:19.656788 | fa163eee-6ad1-069e-a840-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:16.315936 | 0.20s 2025-11-29 01:43:19.666766 | fa163eee-6ad1-069e-a840-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-11-29 01:43:20.562153 | fa163eee-6ad1-069e-a840-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-11-29 01:43:20.563648 | fa163eee-6ad1-069e-a840-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:17.222791 | 0.90s 2025-11-29 01:43:20.573361 | fa163eee-6ad1-069e-a840-00000000006c | TASK | Set the default container image in ceph configuration 2025-11-29 01:43:21.526536 | fa163eee-6ad1-069e-a840-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-11-29 01:43:21.527388 | fa163eee-6ad1-069e-a840-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:18.186545 | 0.95s 2025-11-29 01:43:21.532651 | fa163eee-6ad1-069e-a840-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-11-29 01:43:21.557939 | fa163eee-6ad1-069e-a840-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-11-29 01:43:21.558620 | fa163eee-6ad1-069e-a840-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:18.217778 | 0.03s 2025-11-29 01:43:21.577744 | fa163eee-6ad1-069e-a840-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-29 01:43:21.614905 | fa163eee-6ad1-069e-a840-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-29 01:43:21.616106 | fa163eee-6ad1-069e-a840-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.275254 | 0.04s 2025-11-29 01:43:21.626113 | fa163eee-6ad1-069e-a840-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-11-29 01:43:21.651921 | fa163eee-6ad1-069e-a840-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-11-29 01:43:21.653090 | fa163eee-6ad1-069e-a840-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:18.312238 | 0.03s 2025-11-29 01:43:21.662633 | fa163eee-6ad1-069e-a840-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-11-29 01:43:21.719833 | fa163eee-6ad1-069e-a840-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-11-29 01:43:21.721562 | fa163eee-6ad1-069e-a840-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.380701 | 0.06s 2025-11-29 01:43:21.728284 | fa163eee-6ad1-069e-a840-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-11-29 01:43:21.729076 | fa163eee-6ad1-069e-a840-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.388231 | 0.07s 2025-11-29 01:43:21.736898 | fa163eee-6ad1-069e-a840-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-11-29 01:43:21.737624 | fa163eee-6ad1-069e-a840-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.396780 | 0.07s 2025-11-29 01:43:21.742333 | fa163eee-6ad1-069e-a840-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-11-29 01:43:21.743310 | fa163eee-6ad1-069e-a840-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.402467 | 0.08s 2025-11-29 01:43:21.753658 | fa163eee-6ad1-069e-a840-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.412788 | 0.09s 2025-11-29 01:43:21.773577 | fa163eee-6ad1-069e-a840-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-11-29 01:43:21.946593 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-11-29 01:43:22.050361 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-11-29 01:43:22.107776 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-11-29 01:43:22.165471 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-11-29 01:43:22.223537 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-11-29 01:43:22.282056 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-11-29 01:43:22.338570 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-11-29 01:43:22.392931 | fa163eee-6ad1-069e-a840-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-11-29 01:43:22.403796 | fa163eee-6ad1-069e-a840-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:19.062952 | 0.63s 2025-11-29 01:43:22.408490 | fa163eee-6ad1-069e-a840-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-11-29 01:43:23.382868 | fa163eee-6ad1-069e-a840-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-11-29 01:43:23.384930 | fa163eee-6ad1-069e-a840-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.044070 | 0.98s 2025-11-29 01:43:24.265291 | fa163eee-6ad1-069e-a840-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-11-29 01:43:24.266482 | fa163eee-6ad1-069e-a840-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.925606 | 1.86s 2025-11-29 01:43:25.284809 | fa163eee-6ad1-069e-a840-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-11-29 01:43:25.285871 | fa163eee-6ad1-069e-a840-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.945024 | 2.88s 2025-11-29 01:43:26.190589 | fa163eee-6ad1-069e-a840-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-11-29 01:43:26.191645 | fa163eee-6ad1-069e-a840-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.850798 | 3.78s 2025-11-29 01:43:26.198781 | fa163eee-6ad1-069e-a840-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.857935 | 3.79s 2025-11-29 01:43:26.216924 | fa163eee-6ad1-069e-a840-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-11-29 01:43:26.450796 | fa163eee-6ad1-069e-a840-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-11-29 01:43:26.451717 | fa163eee-6ad1-069e-a840-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.110872 | 0.23s 2025-11-29 01:43:26.458537 | fa163eee-6ad1-069e-a840-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.117693 | 0.24s 2025-11-29 01:43:26.467579 | fa163eee-6ad1-069e-a840-0000000000a7 | TASK | Fail if spec file is missing 2025-11-29 01:43:26.526701 | fa163eee-6ad1-069e-a840-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': 1048578655, 'dev': 64516, 'nlink': 1, 'atime': 1764380530.4676754, 'mtime': 1764380530.1476672, 'ctime': 1764380530.4696755, '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': '2011765878', '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-11-29 01:43:26.538145 | fa163eee-6ad1-069e-a840-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:23.197291 | 0.07s 2025-11-29 01:43:26.548085 | fa163eee-6ad1-069e-a840-0000000000a8 | TASK | Get ceph_cli 2025-11-29 01:43:26.574165 | fa163eee-6ad1-069e-a840-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:23.233311 | 0.02s 2025-11-29 01:43:26.584816 | 999907c9-6851-4b50-8f4e-45bfdfe112c3 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-29 01:43:26.602004 | fa163eee-6ad1-069e-a840-000000000270 | TASK | Set ceph CLI 2025-11-29 01:43:26.760659 | fa163eee-6ad1-069e-a840-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-11-29 01:43:26.762318 | fa163eee-6ad1-069e-a840-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:23.421448 | 0.16s 2025-11-29 01:43:26.771706 | fa163eee-6ad1-069e-a840-0000000000a9 | TASK | Get the ceph orchestrator status 2025-11-29 01:43:28.074909 | fa163eee-6ad1-069e-a840-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-29 01:43:28.076340 | fa163eee-6ad1-069e-a840-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:24.735480 | 1.30s 2025-11-29 01:43:28.086429 | fa163eee-6ad1-069e-a840-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-11-29 01:43:28.151294 | fa163eee-6ad1-069e-a840-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-29 01:43:28.152434 | fa163eee-6ad1-069e-a840-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:24.811582 | 0.06s 2025-11-29 01:43:28.161390 | fa163eee-6ad1-069e-a840-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-11-29 01:43:28.189795 | fa163eee-6ad1-069e-a840-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:24.848942 | 0.03s 2025-11-29 01:43:28.215368 | c7b5a9e2-f1df-4157-b854-fc87644f005b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-11-29 01:43:28.232409 | fa163eee-6ad1-069e-a840-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-29 01:43:28.282122 | fa163eee-6ad1-069e-a840-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-29 01:43:28.283762 | fa163eee-6ad1-069e-a840-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:24.942896 | 0.05s 2025-11-29 01:43:28.295030 | fa163eee-6ad1-069e-a840-0000000002a8 | TASK | set cephadm debug level 2025-11-29 01:43:28.367078 | fa163eee-6ad1-069e-a840-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-11-29 01:43:28.368363 | fa163eee-6ad1-069e-a840-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.027509 | 0.07s 2025-11-29 01:43:28.377842 | fa163eee-6ad1-069e-a840-0000000002a9 | TASK | enforce minimum ceph clients version 2025-11-29 01:43:28.455375 | fa163eee-6ad1-069e-a840-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-11-29 01:43:28.456881 | fa163eee-6ad1-069e-a840-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:25.116024 | 0.08s 2025-11-29 01:43:28.466532 | fa163eee-6ad1-069e-a840-0000000002aa | TASK | set container image base in ceph configuration 2025-11-29 01:43:29.473020 | fa163eee-6ad1-069e-a840-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-11-29 01:43:29.474540 | fa163eee-6ad1-069e-a840-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:26.133684 | 1.01s 2025-11-29 01:43:29.486059 | fa163eee-6ad1-069e-a840-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-11-29 01:43:29.557431 | fa163eee-6ad1-069e-a840-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-11-29 01:43:29.558732 | fa163eee-6ad1-069e-a840-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:26.217877 | 0.07s 2025-11-29 01:43:29.569210 | fa163eee-6ad1-069e-a840-0000000002ad | TASK | set grafana container image in ceph configuration 2025-11-29 01:43:29.610274 | fa163eee-6ad1-069e-a840-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-11-29 01:43:29.611505 | fa163eee-6ad1-069e-a840-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:26.270651 | 0.04s 2025-11-29 01:43:29.621590 | fa163eee-6ad1-069e-a840-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-11-29 01:43:29.670175 | fa163eee-6ad1-069e-a840-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-11-29 01:43:29.671345 | fa163eee-6ad1-069e-a840-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:26.330490 | 0.05s 2025-11-29 01:43:29.680922 | fa163eee-6ad1-069e-a840-0000000002af | TASK | set prometheus container image in ceph configuration 2025-11-29 01:43:29.765560 | fa163eee-6ad1-069e-a840-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-11-29 01:43:29.766662 | fa163eee-6ad1-069e-a840-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:26.425809 | 0.08s 2025-11-29 01:43:29.774941 | fa163eee-6ad1-069e-a840-0000000000ac | TASK | Apply spec 2025-11-29 01:43:31.352217 | fa163eee-6ad1-069e-a840-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-11-29 01:43:31.353601 | fa163eee-6ad1-069e-a840-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.012747 | 1.57s 2025-11-29 01:43:31.362893 | fa163eee-6ad1-069e-a840-0000000000ad | TASK | Show results of spec apply 2025-11-29 01:43:31.422038 | fa163eee-6ad1-069e-a840-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-11-29 01:43:31.423090 | fa163eee-6ad1-069e-a840-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.082240 | 0.06s 2025-11-29 01:43:31.432141 | fa163eee-6ad1-069e-a840-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-11-29 01:43:31.478662 | fa163eee-6ad1-069e-a840-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.137808 | 0.05s 2025-11-29 01:43:31.490542 | 2704be06-442c-4b12-88d3-3dc2541be575 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-11-29 01:43:31.520828 | fa163eee-6ad1-069e-a840-000000000307 | TASK | Wait for expected number of osds to be running 2025-11-29 01:43:32.611364 | fa163eee-6ad1-069e-a840-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-11-29 01:44:03.679990 | fa163eee-6ad1-069e-a840-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-11-29 01:44:03.681308 | fa163eee-6ad1-069e-a840-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:00.340453 | 32.16s 2025-11-29 01:44:03.698793 | fa163eee-6ad1-069e-a840-0000000000c9 | TASK | Get ceph_cli 2025-11-29 01:44:03.741405 | fa163eee-6ad1-069e-a840-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-29 01:44:03.742527 | fa163eee-6ad1-069e-a840-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.401675 | 0.04s 2025-11-29 01:44:03.751418 | fa163eee-6ad1-069e-a840-0000000000ca | TASK | Collect ceph config dump 2025-11-29 01:44:03.793586 | fa163eee-6ad1-069e-a840-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-11-29 01:44:03.794641 | fa163eee-6ad1-069e-a840-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:00.453793 | 0.04s 2025-11-29 01:44:03.800895 | fa163eee-6ad1-069e-a840-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-11-29 01:44:03.871628 | fa163eee-6ad1-069e-a840-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-11-29 01:44:03.872985 | fa163eee-6ad1-069e-a840-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:00.532130 | 0.07s 2025-11-29 01:44:03.882649 | fa163eee-6ad1-069e-a840-0000000000cc | TASK | Create pool 2025-11-29 01:44:03.961661 | fa163eee-6ad1-069e-a840-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:00.620807 | 0.08s 2025-11-29 01:44:03.971078 | fa163eee-6ad1-069e-a840-0000000000cd | TASK | Enable application on Ceph pools 2025-11-29 01:44:04.038474 | fa163eee-6ad1-069e-a840-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:00.697582 | 0.07s 2025-11-29 01:44:04.049652 | fa163eee-6ad1-069e-a840-0000000000cf | TASK | Get the RBD ceph_cli 2025-11-29 01:44:04.079842 | fa163eee-6ad1-069e-a840-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-11-29 01:44:04.081042 | fa163eee-6ad1-069e-a840-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:00.740189 | 0.03s 2025-11-29 01:44:04.090607 | fa163eee-6ad1-069e-a840-0000000000d0 | TASK | Set trash interval 2025-11-29 01:44:04.160841 | fa163eee-6ad1-069e-a840-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-11-29 01:44:04.172569 | fa163eee-6ad1-069e-a840-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:00.831709 | 0.08s 2025-11-29 01:44:04.191338 | fa163eee-6ad1-069e-a840-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-11-29 01:44:04.263249 | fa163eee-6ad1-069e-a840-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:00.922385 | 0.07s 2025-11-29 01:44:04.273871 | fa163eee-6ad1-069e-a840-0000000000e9 | TASK | Get ceph_cli 2025-11-29 01:44:04.322035 | fa163eee-6ad1-069e-a840-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-29 01:44:04.323289 | fa163eee-6ad1-069e-a840-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.982436 | 0.05s 2025-11-29 01:44:04.332524 | fa163eee-6ad1-069e-a840-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-11-29 01:44:04.393586 | fa163eee-6ad1-069e-a840-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.052724 | 0.06s 2025-11-29 01:44:04.414975 | fa163eee-6ad1-069e-a840-0000000000f9 | TASK | Get ceph_cli 2025-11-29 01:44:04.456067 | fa163eee-6ad1-069e-a840-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-29 01:44:04.457165 | fa163eee-6ad1-069e-a840-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.116315 | 0.04s 2025-11-29 01:44:04.466528 | fa163eee-6ad1-069e-a840-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-11-29 01:44:04.514170 | fa163eee-6ad1-069e-a840-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-11-29 01:44:04.515345 | fa163eee-6ad1-069e-a840-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.174492 | 0.05s 2025-11-29 01:44:04.524250 | fa163eee-6ad1-069e-a840-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-11-29 01:44:04.569944 | fa163eee-6ad1-069e-a840-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-11-29 01:44:04.570993 | fa163eee-6ad1-069e-a840-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.230144 | 0.05s 2025-11-29 01:44:04.580100 | fa163eee-6ad1-069e-a840-0000000000fc | TASK | Extract mons_json 2025-11-29 01:44:04.626881 | fa163eee-6ad1-069e-a840-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-11-29 01:44:04.628102 | fa163eee-6ad1-069e-a840-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.287251 | 0.05s 2025-11-29 01:44:04.636998 | fa163eee-6ad1-069e-a840-0000000000fd | TASK | Build mons_list 2025-11-29 01:44:04.683302 | fa163eee-6ad1-069e-a840-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-11-29 01:44:04.684605 | fa163eee-6ad1-069e-a840-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.343753 | 0.05s 2025-11-29 01:44:04.693863 | fa163eee-6ad1-069e-a840-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-11-29 01:44:04.740913 | fa163eee-6ad1-069e-a840-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-11-29 01:44:04.742063 | fa163eee-6ad1-069e-a840-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.401209 | 0.05s 2025-11-29 01:44:04.753692 | fa163eee-6ad1-069e-a840-0000000000ff | TASK | Verify the keyring 2025-11-29 01:44:04.822964 | fa163eee-6ad1-069e-a840-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.482103 | 0.07s 2025-11-29 01:44:04.840881 | fa163eee-6ad1-069e-a840-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-11-29 01:44:04.878517 | fa163eee-6ad1-069e-a840-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-11-29 01:44:04.879924 | fa163eee-6ad1-069e-a840-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:01.539069 | 0.04s 2025-11-29 01:44:04.895404 | fa163eee-6ad1-069e-a840-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-11-29 01:44:04.942779 | fa163eee-6ad1-069e-a840-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-11-29 01:44:04.944028 | fa163eee-6ad1-069e-a840-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:01.603174 | 0.05s 2025-11-29 01:44:04.961742 | fa163eee-6ad1-069e-a840-00000000011c | TASK | Get ceph_cli 2025-11-29 01:44:04.988804 | fa163eee-6ad1-069e-a840-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.647947 | 0.03s 2025-11-29 01:44:05.000301 | 937999bf-8718-48bc-98fa-a29aa71ce7b6 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-29 01:44:05.013538 | fa163eee-6ad1-069e-a840-0000000003c0 | TASK | Set ceph CLI 2025-11-29 01:44:05.215644 | fa163eee-6ad1-069e-a840-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-11-29 01:44:05.216942 | fa163eee-6ad1-069e-a840-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:01.876082 | 0.20s 2025-11-29 01:44:05.226278 | fa163eee-6ad1-069e-a840-00000000011d | TASK | Get the ceph orchestrator status 2025-11-29 01:44:06.119195 | fa163eee-6ad1-069e-a840-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-29 01:44:06.120629 | fa163eee-6ad1-069e-a840-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:02.779774 | 0.89s 2025-11-29 01:44:06.130598 | fa163eee-6ad1-069e-a840-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-11-29 01:44:06.198635 | fa163eee-6ad1-069e-a840-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-29 01:44:06.200023 | fa163eee-6ad1-069e-a840-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:02.859167 | 0.07s 2025-11-29 01:44:06.209288 | fa163eee-6ad1-069e-a840-000000000120 | TASK | Show the deployed daemons 2025-11-29 01:44:07.157257 | fa163eee-6ad1-069e-a840-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-11-29 01:44:07.158999 | fa163eee-6ad1-069e-a840-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:03.818143 | 0.95s 2025-11-29 01:44:07.168601 | fa163eee-6ad1-069e-a840-000000000121 | TASK | Deployed daemons 2025-11-29 01:44:07.228228 | fa163eee-6ad1-069e-a840-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-11-29 01:44:07.229312 | fa163eee-6ad1-069e-a840-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:03.888460 | 0.06s 2025-11-29 01:44:07.237894 | fa163eee-6ad1-069e-a840-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-11-29 01:44:08.202211 | fa163eee-6ad1-069e-a840-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-11-29 01:44:08.203673 | fa163eee-6ad1-069e-a840-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:04.862821 | 0.96s 2025-11-29 01:44:08.213366 | fa163eee-6ad1-069e-a840-000000000123 | TASK | Ceph cluster status 2025-11-29 01:44:08.250275 | fa163eee-6ad1-069e-a840-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 9e96ed3e-1cd0-56b5-8d38-bb4f0475cb7c", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.afthcd(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-11-29 01:44:08.251353 | fa163eee-6ad1-069e-a840-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:04.910502 | 0.04s 2025-11-29 01:44:08.272382 | fa163eee-6ad1-069e-a840-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-11-29 01:44:08.835526 | fa163eee-6ad1-069e-a840-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163eee-6ad1-069e-a840-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-11-29 01:44:08.862817 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:44:08.863160 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:44:08.863521 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:05.522680 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 01:44:08.863828 | UUID | Info | Host | Task Name | Run Time 2025-11-29 01:44:08.864142 | fa163eee-6ad1-069e-a840-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 66.86s 2025-11-29 01:44:08.864515 | fa163eee-6ad1-069e-a840-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.16s 2025-11-29 01:44:08.864830 | fa163eee-6ad1-069e-a840-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.79s 2025-11-29 01:44:08.865147 | fa163eee-6ad1-069e-a840-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.94s 2025-11-29 01:44:08.865496 | fa163eee-6ad1-069e-a840-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.57s 2025-11-29 01:44:08.865835 | fa163eee-6ad1-069e-a840-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.30s 2025-11-29 01:44:08.866145 | fa163eee-6ad1-069e-a840-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.01s 2025-11-29 01:44:08.866497 | fa163eee-6ad1-069e-a840-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.96s 2025-11-29 01:44:08.866818 | fa163eee-6ad1-069e-a840-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.95s 2025-11-29 01:44:08.867131 | fa163eee-6ad1-069e-a840-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.95s 2025-11-29 01:44:08.867430 | fa163eee-6ad1-069e-a840-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.90s 2025-11-29 01:44:08.867790 | fa163eee-6ad1-069e-a840-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.89s 2025-11-29 01:44:08.868129 | fa163eee-6ad1-069e-a840-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.73s 2025-11-29 01:44:08.868461 | fa163eee-6ad1-069e-a840-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.63s 2025-11-29 01:44:08.868766 | fa163eee-6ad1-069e-a840-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.58s 2025-11-29 01:44:08.869099 | fa163eee-6ad1-069e-a840-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.50s 2025-11-29 01:44:08.869454 | fa163eee-6ad1-069e-a840-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.46s 2025-11-29 01:44:08.869777 | fa163eee-6ad1-069e-a840-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.35s 2025-11-29 01:44:08.870165 | fa163eee-6ad1-069e-a840-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2025-11-29 01:44:08.870498 | fa163eee-6ad1-069e-a840-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-11-29 01:44:08.870787 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' 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-11-29 01:44:11.943 40894 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-29 01:44:11.966 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.966 40894 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-29 01:44:11.968 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.968 40894 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-29 01:44:11.970 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.970 40894 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-29 01:44:11.971 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.971 40894 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-29 01:44:11.973 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.973 40894 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-29 01:44:11.975 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.975 40894 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-29 01:44:11.999 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:11.999 40894 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-29 01:44:12.016 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:12.016 40894 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-29 01:44:12.018 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:12.018 40894 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-29 01:44:12.020 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:12.020 40894 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-29 01:44:12.021 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:12.022 40894 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-29 01:44:12.023 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:12.023 40894 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-29 01:44:12.025 40894 INFO migrate.versioning.api [-] done 2025-11-29 01:44:12.025 40894 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-29 01:44:12.047 40894 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-11-29 01:44:20Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:21Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:21Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-29 01:44:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:22Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:22Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:22Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-29 01:44:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:22Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-29 01:44:22Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-29 01:44:22Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-29 01:44:22Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:22Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:23Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:23Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-29 01:44:23Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:23Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-29 01:44:23Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:23Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-29 01:44:23Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:24Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:24Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:24Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-29 01:44:24Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:24Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-29 01:44:24Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:25Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:25Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:25Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-29 01:44:25Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:25Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:25Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:25Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:25Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-29 01:44:26Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:26Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-29 01:44:26Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-29 01:44:26Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:26Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:26Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-29 01:44:27Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:27Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-29 01:44:27Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-29 01:44:27Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:27Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:27Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:27Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-29 01:44:28Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:28Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-29 01:44:29Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:29Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-29 01:44:30Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:30Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-29 01:44:30Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:31Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-29 01:44:31Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:31Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:31Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:31Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:31Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:32Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:32Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:32Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:32Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:32Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-29 01:44:33Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-29 01:44:33Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-29 01:44:33Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-29 01:44:33Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-29 01:44:33Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:33Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:33Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:33Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:33Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:34Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-29 01:44:34Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:34Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:34Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-29 01:44:35Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-29 01:44:35Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:36Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-29 01:44:36Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:36Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:36Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:37Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:39Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:39Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:39Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:39Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:40Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:41Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:44:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:44:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:44:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:43Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:43Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:44:44Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-11-29 01:44:44Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:45Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-29 01:44:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:45Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:46Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:47Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:44:47Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:48Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:44:48Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:48Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:49Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-11-29 01:44:49Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:49Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-29 01:44:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:50Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:50Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:51Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:52Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:52Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:44:53Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:53Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:44:54Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-11-29 01:44:54Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:44:55Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-29 01:44:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:56Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:44:56Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:57Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:57Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:44:58Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:44:58Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:44:58Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-11-29 01:44:59Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:00Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:00Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:01Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-29 01:45:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:01Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:01Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:02Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-29 01:45:03Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:03Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:03Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:04Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:04Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:04Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:04Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:04Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:45:04Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:05Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:06Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-11-29 01:45:07Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:07Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:07Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:08Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:09Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:09Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:10Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-29 01:45:10Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:11Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-29 01:45:12Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:13Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-29 01:45:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:15Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:15Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:16Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:17Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-29 01:45:18Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:18Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:18Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:19Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:20Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:20Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:20Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:21Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-29 01:45:21Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:22Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-29 01:45:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-29 01:45:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-29 01:45:23Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:24Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:25Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-29 01:45:25Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:26Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-29 01:45:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-11-29 01:45:28Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:28Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:28Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:28Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-29 01:45:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-29 01:45:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-29 01:45:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:30Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-29 01:45:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-29 01:45:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:33Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:34Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-29 01:45:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-29 01:45:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-29 01:45:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-29 01:45:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:37Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:45:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:40Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:40Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:45:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:42Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:43Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:43Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:44Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:45Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-29 01:45:46Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:46Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:46Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:46Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:47Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:48Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:49Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:50Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:45:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:45:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:45:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-29 01:45:55Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:45:56Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-29 01:45:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:57Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:58Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:58Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:45:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:45:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:45:59Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:45:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:00Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:00Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:46:01Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:01Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:01Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:02Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:03Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-29 01:46:04Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:04Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:05Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:06Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:07Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:46:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:46:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:11Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:12Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-29 01:46:13Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:13Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:14Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:15Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:15Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:15Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:15Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:18Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-29 01:46:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:19Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:20Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:20Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:20Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:21Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:22Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-29 01:46:23Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:24Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-29 01:46:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:25Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:25Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:26Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:27Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:28Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-29 01:46:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-29 01:46:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:31Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:32Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:32Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:32Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:46:33Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:33Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:34Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:35Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:36Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-29 01:46:36Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-29 01:46:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:37Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:37Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:40Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-29 01:46:42Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:46:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-11-29 01:46:46Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:46Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-29 01:46:47Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:47Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:47Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:47Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:48Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:49Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:46:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:51Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:52Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:52Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:53Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-29 01:46:54Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:54Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:46:54Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:55Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:55Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:46:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:46:56Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:46:57Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:46:58Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:46:58Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:46:59Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-29 01:46:59Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:00Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:00Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:00Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:01Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:02Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:02Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:47:03Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:03Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:04Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:04Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:05Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-29 01:47:05Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:05Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-29 01:47:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:07Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:07Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-29 01:47:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-29 01:47:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:10Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:10Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:11Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-29 01:47:12Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:12Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:12Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:13Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:13Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:13Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-29 01:47:14Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:15Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:47:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:17Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:18Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:47:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:20Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:21Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:21Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:22Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-29 01:47:23Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:23Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:23Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:24Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-29 01:47:24Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:24Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:24Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:26Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:28Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-29 01:47:28Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:28Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:29Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:47:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-29 01:47:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:30Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:31Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:31Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:31Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-29 01:47:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:36Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-29 01:47:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:36Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:36Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:37Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-29 01:47:38Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:38Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:38Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:38Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:47:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:40Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:40Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:40Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:40Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:40Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:41Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-29 01:47:42Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:43Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:47:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:44Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-29 01:47:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:47:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:46Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:46Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:47Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:47:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:49Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:49Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:49Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:49Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:49Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-29 01:47:50Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:51Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-29 01:47:51Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:52Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:53Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:53Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:53Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-11-29 01:47:54Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:55Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:55Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:47:56Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:47:56Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:47:57Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-29 01:47:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:47:57Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:58Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:47:59Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:47:59Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:47:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:07Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-29 01:48:09Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:09Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:09Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:09Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:10Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:11Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:11Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:12Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-29 01:48:13Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:13Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:13Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:13Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:15Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:15Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:16Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:16Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:17Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-29 01:48:17Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:18Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-29 01:48:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:21Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:21Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:21Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-29 01:48:22Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:23Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:23Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:23Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:25Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:26Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-29 01:48:26Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:26Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:26Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:26Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-29 01:48:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:31Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:31Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-29 01:48:32Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:32Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:33Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:33Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-29 01:48:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:37Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-29 01:48:38Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:38Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:38Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:39Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-29 01:48:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:41Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-29 01:48:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:48:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:47Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:47Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:47Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:48Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:49Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:50Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:50Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-29 01:48:51Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:51Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:52Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-29 01:48:52Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:52Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:53Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:54Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:48:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-29 01:48:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:48:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:58Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:48:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-11-29 01:48:59Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:48:59Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:48:59Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-29 01:49:00Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:00Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:00Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:00Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:49:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:02Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:03Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:03Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:04Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:06Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:06Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-29 01:49:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:09Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:09Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:09Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-29 01:49:10Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:10Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:10Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:11Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:13Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-29 01:49:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:15Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-11-29 01:49:16Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:16Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:19Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:20Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-29 01:49:22Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:23Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-11-29 01:49:23Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:24Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-29 01:49:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:25Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:25Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:26Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:27Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:29Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:29Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-29 01:49:30Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:31Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-29 01:49:31Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:31Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:32Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:32Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:33Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:34Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:34Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:35Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:36Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-29 01:49:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:36Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:37Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-29 01:49:39Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-11-29 01:49:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:42Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-29 01:49:43Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:43Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:43Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:43Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:44Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:45Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:46Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-29 01:49:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:46Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:48Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:48Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:48Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:48Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:48Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-29 01:49:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:49Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:50Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:50Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:51Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:51Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:52Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:52Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:52Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-29 01:49:52Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:49:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-29 01:49:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:54Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:55Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:49:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:57Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-29 01:49:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:58Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:49:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:59Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:49:59Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:49:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-11-29 01:49:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:49:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-11-29 01:50:00Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:01Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-29 01:50:01Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:01Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:02Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:02Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-11-29 01:50:02Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:02Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-29 01:50:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:03Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:04Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:04Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:04Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:50:05Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:06Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:06Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:07Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:07Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:08Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-29 01:50:08Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:09Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:09Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:10Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:10Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:11Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:11Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:50:12Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:12Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:12Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:12Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:13Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-29 01:50:13Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:13Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:13Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:14Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:14Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:14Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:50:15Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:16Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:17Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:17Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:17Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-29 01:50:19Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:20Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-29 01:50:20Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:20Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:20Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:21Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:21Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:22Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-29 01:50:23Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:23Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:24Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:29Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:30Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-29 01:50:30Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:33Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:33Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:33Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-29 01:50:34Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:35Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:35Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-11-29 01:50:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-29 01:50:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:38Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-11-29 01:50:39Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:40Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-11-29 01:50:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:40Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:41Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:41Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:41Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:41Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:43Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:43Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:45Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-11-29 01:50:46Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:47Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-11-29 01:50:47Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:48Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-11-29 01:50:49Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:50Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-11-29 01:50:50Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:50Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:50Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:51Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:51Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:51Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:50:52Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:52Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:53Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:54Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-11-29 01:50:54Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:55Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-11-29 01:50:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:56Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:56Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:50:57Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-11-29 01:50:57Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:57Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:50:57Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:57Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:50:58Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:59Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-29 01:50:59Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-11-29 01:51:00Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-29 01:51:00Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:01Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-11-29 01:51:02Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:03Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-11-29 01:51:03Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:04Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-11-29 01:51:05Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:06Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-11-29 01:51:06Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:06Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:06Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:06Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:06Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:07Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-11-29 01:51:07Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:07Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:08Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:08Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:09Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:09Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-11-29 01:51:09Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:09Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-11-29 01:51:10Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:10Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:10Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:10Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:10Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:11Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-11-29 01:51:11Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-29 01:51:13Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:14Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:14Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:14Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-29 01:51:14Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:14Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:14Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:15Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-29 01:51:15Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:15Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-29 01:51:15Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:15Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:15Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:16Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:17Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:17Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:17Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:17Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:17Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-29 01:51:17Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:18Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-29 01:51:18Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:18Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-29 01:51:18Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:18Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:18Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:19Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:19Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:19Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:19Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:19Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-29 01:51:20Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:20Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:20Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:20Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:20Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:21Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:22Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:22Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:22Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-29 01:51:22Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:22Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:22Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:23Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:24Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-29 01:51:24Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:24Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-29 01:51:24Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:25Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-29 01:51:25Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:25Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:25Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:25Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:25Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-29 01:51:25Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-29 01:51:25Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:25Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:25Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-29 01:51:26Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:26Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:26Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-29 01:51:26Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:27Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-29 01:51:27Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:27Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:27Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:27Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-29 01:51:28Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:28Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:28Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:28Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-29 01:51:29Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:30Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-29 01:51:30Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:31Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-29 01:51:31Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:32Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:32Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:32Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:32Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:32Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:32Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:32Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:32Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:32Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:33Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:33Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:33Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:34Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:34Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-29 01:51:34Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:35Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-29 01:51:35Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-29 01:51:36Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:36Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-29 01:51:36Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:37Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:37Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:37Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-29 01:51:37Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:37Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:37Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:37Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:38Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:38Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-29 01:51:38Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:38Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:38Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:39Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-29 01:51:39Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:39Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:40Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:40Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-29 01:51:41Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:41Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:42Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:42Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:43Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:44Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:44Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-29 01:51:44Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-29 01:51:44Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-29 01:51:44Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-29 01:51:44Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-29 01:51:45Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-29 01:51:45Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/9db10fe6-b647-422d-995b-61f880dc6aca CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-11-29 01:52:07.855325 | fa163eee-6ad1-d113-df85-000000000006 | TASK | External deployment step 0 2025-11-29 01:52:07.880123 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-000000000006') missing from stats 2025-11-29 01:52:07.922101 | fa163eee-6ad1-d113-df85-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.116043 | 0.03s 2025-11-29 01:52:07.928404 | 426de1e0-8256-4544-9ff7-f1af62fd8466 | INCLUDED | /root/standalone-ansible-erku49e_/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-29 01:52:07.943031 | fa163eee-6ad1-d113-df85-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-11-29 01:52:08.832009 | fa163eee-6ad1-d113-df85-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-29 01:52:08.833310 | fa163eee-6ad1-d113-df85-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.027250 | 0.89s 2025-11-29 01:52:08.852489 | fa163eee-6ad1-d113-df85-000000000129 | TASK | create redis virtual ip 2025-11-29 01:52:09.812219 | fa163eee-6ad1-d113-df85-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-11-29 01:52:09.813800 | fa163eee-6ad1-d113-df85-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.007739 | 0.96s PLAY [Check if required variables are defined] ********************************* 2025-11-29 01:52:09.894638 | fa163eee-6ad1-d113-df85-000000000138 | TASK | Gathering Facts 2025-11-29 01:52:10.460361 | fa163eee-6ad1-d113-df85-000000000138 | OK | Gathering Facts | localhost 2025-11-29 01:52:10.461968 | fa163eee-6ad1-d113-df85-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.655905 | 0.57s 2025-11-29 01:52:10.528171 | fa163eee-6ad1-d113-df85-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-29 01:52:10.529571 | fa163eee-6ad1-d113-df85-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.723505 | 0.05s 2025-11-29 01:52:10.574732 | fa163eee-6ad1-d113-df85-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-29 01:52:10.575749 | fa163eee-6ad1-d113-df85-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.769691 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-29 01:52:10.672760 | fa163eee-6ad1-d113-df85-000000000160 | TASK | Gathering Facts 2025-11-29 01:52:10.683324 | fa163eee-6ad1-d113-df85-000000000160 | TASK | Gathering Facts 2025-11-29 01:52:11.026750 | fa163eee-6ad1-d113-df85-000000000160 | OK | Gathering Facts | undercloud 2025-11-29 01:52:11.028290 | fa163eee-6ad1-d113-df85-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.222228 | 0.36s 2025-11-29 01:52:11.031111 | fa163eee-6ad1-d113-df85-000000000160 | OK | Gathering Facts | standalone 2025-11-29 01:52:11.032213 | fa163eee-6ad1-d113-df85-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.226157 | 0.35s 2025-11-29 01:52:11.092822 | fa163eee-6ad1-d113-df85-000000000012 | TASK | Set legacy facts 2025-11-29 01:52:11.113127 | fa163eee-6ad1-d113-df85-000000000012 | TASK | Set legacy facts 2025-11-29 01:52:11.122845 | fa163eee-6ad1-d113-df85-000000000012 | OK | Set legacy facts | undercloud 2025-11-29 01:52:11.123818 | fa163eee-6ad1-d113-df85-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.317758 | 0.03s 2025-11-29 01:52:11.145632 | fa163eee-6ad1-d113-df85-000000000012 | OK | Set legacy facts | standalone 2025-11-29 01:52:11.146051 | fa163eee-6ad1-d113-df85-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.340000 | 0.03s PLAY [Load global variables] *************************************************** 2025-11-29 01:52:11.310880 | fa163eee-6ad1-d113-df85-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-29 01:52:11.311699 | fa163eee-6ad1-d113-df85-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.505643 | 0.04s 2025-11-29 01:52:11.322202 | fa163eee-6ad1-d113-df85-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-29 01:52:11.322552 | fa163eee-6ad1-d113-df85-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.516502 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-29 01:52:11.379329 | fa163eee-6ad1-d113-df85-000000000018 | TASK | Include Service VIP vars 2025-11-29 01:52:11.405624 | fa163eee-6ad1-d113-df85-000000000018 | OK | Include Service VIP vars | undercloud 2025-11-29 01:52:11.406416 | fa163eee-6ad1-d113-df85-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.600361 | 0.03s 2025-11-29 01:52:11.416963 | fa163eee-6ad1-d113-df85-000000000018 | OK | Include Service VIP vars | standalone 2025-11-29 01:52:11.417287 | fa163eee-6ad1-d113-df85-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.611239 | 0.03s 2025-11-29 01:52:11.420408 | fa163eee-6ad1-d113-df85-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-29 01:52:11.446681 | fa163eee-6ad1-d113-df85-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-29 01:52:11.447541 | fa163eee-6ad1-d113-df85-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.641484 | 0.03s 2025-11-29 01:52:11.458101 | fa163eee-6ad1-d113-df85-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-29 01:52:11.458478 | fa163eee-6ad1-d113-df85-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.652427 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-29 01:52:11.539636 | fa163eee-6ad1-d113-df85-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-29 01:52:12.292223 | fa163eee-6ad1-d113-df85-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eee-6ad1-d113-df85-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-29 01:52:12.383125 | fa163eee-6ad1-d113-df85-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-29 01:52:12.418355 | fa163eee-6ad1-d113-df85-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-29 01:52:12.419001 | fa163eee-6ad1-d113-df85-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.612945 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-11-29 01:52:12.498500 | fa163eee-6ad1-d113-df85-000000000023 | TASK | Set selinux state 2025-11-29 01:52:13.022934 | fa163eee-6ad1-d113-df85-000000000023 | OK | Set selinux state | standalone 2025-11-29 01:52:13.024256 | fa163eee-6ad1-d113-df85-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.218188 | 0.53s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-29 01:52:13.162018 | fa163eee-6ad1-d113-df85-000000000026 | TASK | Configure Hosts Entries 2025-11-29 01:52:13.192599 | fa163eee-6ad1-d113-df85-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.386518 | 0.03s 2025-11-29 01:52:13.217007 | fa163eee-6ad1-d113-df85-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.410946 | 0.03s 2025-11-29 01:52:13.269779 | fa163eee-6ad1-d113-df85-0000000001f1 | TASK | Create temporary file for hosts 2025-11-29 01:52:13.588995 | fa163eee-6ad1-d113-df85-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-11-29 01:52:13.590350 | fa163eee-6ad1-d113-df85-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.784278 | 0.30s 2025-11-29 01:52:13.612134 | fa163eee-6ad1-d113-df85-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-11-29 01:52:13.613206 | fa163eee-6ad1-d113-df85-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.807144 | 0.34s 2025-11-29 01:52:13.632214 | fa163eee-6ad1-d113-df85-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-11-29 01:52:14.018858 | fa163eee-6ad1-d113-df85-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-29 01:52:14.020299 | fa163eee-6ad1-d113-df85-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.214232 | 0.37s 2025-11-29 01:52:14.051801 | fa163eee-6ad1-d113-df85-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-29 01:52:14.052724 | fa163eee-6ad1-d113-df85-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.246664 | 0.42s 2025-11-29 01:52:14.070570 | fa163eee-6ad1-d113-df85-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-11-29 01:52:14.416842 | fa163eee-6ad1-d113-df85-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-29 01:52:14.418295 | fa163eee-6ad1-d113-df85-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.612228 | 0.33s 2025-11-29 01:52:14.419416 | fa163eee-6ad1-d113-df85-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-29 01:52:14.420148 | fa163eee-6ad1-d113-df85-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.614091 | 0.35s 2025-11-29 01:52:14.438747 | fa163eee-6ad1-d113-df85-0000000001f4 | TASK | Render out the hosts entries 2025-11-29 01:52:14.569236 | fa163eee-6ad1-d113-df85-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-11-29 01:52:14.570507 | fa163eee-6ad1-d113-df85-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.764442 | 0.13s 2025-11-29 01:52:14.588129 | fa163eee-6ad1-d113-df85-0000000001f5 | TASK | Prepare new /etc/hosts 2025-11-29 01:52:14.830697 | fa163eee-6ad1-d113-df85-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-29 01:52:14.832231 | fa163eee-6ad1-d113-df85-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.026160 | 0.24s 2025-11-29 01:52:14.894421 | fa163eee-6ad1-d113-df85-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-29 01:52:14.895322 | fa163eee-6ad1-d113-df85-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.089262 | 0.29s 2025-11-29 01:52:14.913665 | fa163eee-6ad1-d113-df85-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-11-29 01:52:15.270503 | fa163eee-6ad1-d113-df85-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-29 01:52:15.271979 | fa163eee-6ad1-d113-df85-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.465912 | 0.36s 2025-11-29 01:52:15.272871 | fa163eee-6ad1-d113-df85-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-29 01:52:15.273576 | fa163eee-6ad1-d113-df85-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.467520 | 0.34s 2025-11-29 01:52:15.291811 | fa163eee-6ad1-d113-df85-0000000001f7 | TASK | Clean up temporary hosts file 2025-11-29 01:52:15.637940 | fa163eee-6ad1-d113-df85-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-11-29 01:52:15.640083 | fa163eee-6ad1-d113-df85-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.834003 | 0.33s 2025-11-29 01:52:15.661633 | fa163eee-6ad1-d113-df85-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-29 01:52:15.662170 | fa163eee-6ad1-d113-df85-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.856118 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2025-11-29 01:52:15.756965 | fa163eee-6ad1-d113-df85-00000000002a | TASK | Common roles for TripleO servers 2025-11-29 01:52:15.782021 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-00000000002a') missing from stats 2025-11-29 01:52:15.843384 | fa163eee-6ad1-d113-df85-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.037323 | 0.02s 2025-11-29 01:52:15.901819 | fa163eee-6ad1-d113-df85-000000000254 | TASK | Gather variables for each operating system 2025-11-29 01:52:15.978152 | fa163eee-6ad1-d113-df85-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-29 01:52:15.979884 | fa163eee-6ad1-d113-df85-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.173811 | 0.08s 2025-11-29 01:52:15.989347 | fa163eee-6ad1-d113-df85-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.183285 | 0.09s 2025-11-29 01:52:16.013852 | fa163eee-6ad1-d113-df85-000000000256 | TASK | Check release version package is installed 2025-11-29 01:52:16.316145 | fa163eee-6ad1-d113-df85-000000000256 | CHANGED | Check release version package is installed | standalone 2025-11-29 01:52:16.317514 | fa163eee-6ad1-d113-df85-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.511448 | 0.30s 2025-11-29 01:52:16.345343 | fa163eee-6ad1-d113-df85-000000000257 | TASK | Deploy release version package 2025-11-29 01:52:21.026562 | fa163eee-6ad1-d113-df85-000000000257 | CHANGED | Deploy release version package | standalone 2025-11-29 01:52:21.027751 | fa163eee-6ad1-d113-df85-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.221689 | 4.68s 2025-11-29 01:52:21.054391 | fa163eee-6ad1-d113-df85-000000000259 | TASK | Include packages tasks 2025-11-29 01:52:21.073292 | fa163eee-6ad1-d113-df85-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.267218 | 0.02s 2025-11-29 01:52:21.100619 | 8a62b928-3ee7-44d0-9651-99a9b2fbc458 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-29 01:52:21.131989 | fa163eee-6ad1-d113-df85-0000000002ad | TASK | Gather facts if they don't exist 2025-11-29 01:52:21.179315 | fa163eee-6ad1-d113-df85-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-29 01:52:21.180341 | fa163eee-6ad1-d113-df85-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.374247 | 0.05s 2025-11-29 01:52:21.205163 | fa163eee-6ad1-d113-df85-0000000002ae | TASK | Gather variables for each operating system 2025-11-29 01:52:21.316298 | fa163eee-6ad1-d113-df85-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-29 01:52:21.327422 | fa163eee-6ad1-d113-df85-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.521355 | 0.12s 2025-11-29 01:52:21.352145 | fa163eee-6ad1-d113-df85-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-29 01:52:21.573499 | fa163eee-6ad1-d113-df85-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-29 01:52:21.574682 | fa163eee-6ad1-d113-df85-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.768620 | 0.22s 2025-11-29 01:52:21.599707 | fa163eee-6ad1-d113-df85-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-29 01:52:26.886749 | fa163eee-6ad1-d113-df85-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-29 01:52:26.887835 | fa163eee-6ad1-d113-df85-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.081774 | 5.29s 2025-11-29 01:52:26.907732 | fa163eee-6ad1-d113-df85-0000000002b2 | TASK | Ensure packages are actually well installed 2025-11-29 01:52:27.857328 | fa163eee-6ad1-d113-df85-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-29 01:52:27.858699 | fa163eee-6ad1-d113-df85-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.052634 | 0.95s 2025-11-29 01:52:27.884356 | fa163eee-6ad1-d113-df85-00000000025a | TASK | Enable openvswitch service if installed 2025-11-29 01:52:29.827610 | fa163eee-6ad1-d113-df85-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-11-29 01:52:29.829964 | fa163eee-6ad1-d113-df85-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.023894 | 1.94s 2025-11-29 01:52:29.858171 | fa163eee-6ad1-d113-df85-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-29 01:52:30.088899 | fa163eee-6ad1-d113-df85-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-29 01:52:30.090271 | fa163eee-6ad1-d113-df85-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.284204 | 0.23s 2025-11-29 01:52:30.115574 | fa163eee-6ad1-d113-df85-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-29 01:52:30.391233 | fa163eee-6ad1-d113-df85-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-29 01:52:30.392082 | fa163eee-6ad1-d113-df85-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.586023 | 0.28s 2025-11-29 01:52:30.409512 | fa163eee-6ad1-d113-df85-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-11-29 01:52:30.467075 | fa163eee-6ad1-d113-df85-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-29 01:52:30.467854 | fa163eee-6ad1-d113-df85-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.661796 | 0.06s 2025-11-29 01:52:30.487293 | fa163eee-6ad1-d113-df85-00000000025f | TASK | Ensure network service is enabled 2025-11-29 01:52:30.886911 | fa163eee-6ad1-d113-df85-00000000025f | OK | Ensure network service is enabled | standalone 2025-11-29 01:52:30.889127 | fa163eee-6ad1-d113-df85-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.083058 | 0.40s 2025-11-29 01:52:30.916469 | fa163eee-6ad1-d113-df85-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-29 01:52:31.264811 | fa163eee-6ad1-d113-df85-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-29 01:52:31.266317 | fa163eee-6ad1-d113-df85-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.460248 | 0.35s 2025-11-29 01:52:31.291862 | fa163eee-6ad1-d113-df85-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-29 01:52:31.518972 | fa163eee-6ad1-d113-df85-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-29 01:52:31.520628 | fa163eee-6ad1-d113-df85-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.714557 | 0.23s 2025-11-29 01:52:31.545672 | fa163eee-6ad1-d113-df85-000000000263 | TASK | Reload NetworkManager 2025-11-29 01:52:32.979600 | fa163eee-6ad1-d113-df85-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-11-29 01:52:32.981535 | fa163eee-6ad1-d113-df85-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:25.175464 | 1.43s 2025-11-29 01:52:33.008492 | fa163eee-6ad1-d113-df85-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-29 01:52:33.240546 | fa163eee-6ad1-d113-df85-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-29 01:52:33.242064 | fa163eee-6ad1-d113-df85-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.435997 | 0.23s 2025-11-29 01:52:33.268035 | fa163eee-6ad1-d113-df85-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-29 01:52:33.642782 | fa163eee-6ad1-d113-df85-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-29 01:52:33.644364 | fa163eee-6ad1-d113-df85-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.838296 | 0.38s 2025-11-29 01:52:33.670098 | fa163eee-6ad1-d113-df85-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-29 01:52:33.850897 | fa163eee-6ad1-d113-df85-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-29 01:52:33.852117 | fa163eee-6ad1-d113-df85-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:26.046051 | 0.18s 2025-11-29 01:52:33.878420 | fa163eee-6ad1-d113-df85-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-29 01:52:34.121604 | fa163eee-6ad1-d113-df85-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-29 01:52:34.123524 | fa163eee-6ad1-d113-df85-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.317451 | 0.24s 2025-11-29 01:52:34.192318 | fa163eee-6ad1-d113-df85-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.386250 | 0.02s 2025-11-29 01:52:34.266839 | fa163eee-6ad1-d113-df85-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-11-29 01:52:34.487664 | fa163eee-6ad1-d113-df85-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-29 01:52:34.489078 | fa163eee-6ad1-d113-df85-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.683011 | 0.22s 2025-11-29 01:52:34.514232 | fa163eee-6ad1-d113-df85-000000000362 | TASK | Check for ssh_known_hosts file 2025-11-29 01:52:34.709988 | fa163eee-6ad1-d113-df85-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-11-29 01:52:34.711521 | fa163eee-6ad1-d113-df85-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.905454 | 0.20s 2025-11-29 01:52:34.737843 | fa163eee-6ad1-d113-df85-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-29 01:52:34.769185 | fa163eee-6ad1-d113-df85-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-29 01:52:34.770278 | fa163eee-6ad1-d113-df85-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.964214 | 0.03s 2025-11-29 01:52:34.796286 | fa163eee-6ad1-d113-df85-000000000364 | TASK | Write temporary file 2025-11-29 01:52:34.834204 | fa163eee-6ad1-d113-df85-000000000364 | SKIPPED | Write temporary file | standalone 2025-11-29 01:52:34.835683 | fa163eee-6ad1-d113-df85-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:27.029614 | 0.04s 2025-11-29 01:52:34.855998 | fa163eee-6ad1-d113-df85-000000000365 | TASK | Set ssh_known_hosts fact 2025-11-29 01:52:34.937736 | fa163eee-6ad1-d113-df85-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-11-29 01:52:34.938361 | fa163eee-6ad1-d113-df85-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.132305 | 0.08s 2025-11-29 01:52:34.955603 | fa163eee-6ad1-d113-df85-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-29 01:52:35.209220 | fa163eee-6ad1-d113-df85-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-29 01:52:35.210563 | fa163eee-6ad1-d113-df85-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.404501 | 0.25s 2025-11-29 01:52:35.235250 | fa163eee-6ad1-d113-df85-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-29 01:52:35.467754 | fa163eee-6ad1-d113-df85-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-29 01:52:35.468957 | fa163eee-6ad1-d113-df85-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.662895 | 0.23s 2025-11-29 01:52:35.493847 | fa163eee-6ad1-d113-df85-000000000368 | TASK | Remove temp file 2025-11-29 01:52:35.716836 | fa163eee-6ad1-d113-df85-000000000368 | CHANGED | Remove temp file | standalone 2025-11-29 01:52:35.718008 | fa163eee-6ad1-d113-df85-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.911948 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-29 01:52:35.903516 | fa163eee-6ad1-d113-df85-000000000034 | TASK | Deploy step tasks for step 0 2025-11-29 01:52:35.972249 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-000000000034') missing from stats 2025-11-29 01:52:35.992281 | fa163eee-6ad1-d113-df85-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-29 01:52:36.221192 | fa163eee-6ad1-d113-df85-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-29 01:52:36.222698 | fa163eee-6ad1-d113-df85-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.416637 | 0.23s 2025-11-29 01:52:36.247889 | fa163eee-6ad1-d113-df85-000000000036 | TASK | Check cloud-init status 2025-11-29 01:52:36.492363 | fa163eee-6ad1-d113-df85-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-29 01:52:36.493728 | fa163eee-6ad1-d113-df85-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.687666 | 0.24s 2025-11-29 01:52:36.518991 | fa163eee-6ad1-d113-df85-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-29 01:52:36.742794 | fa163eee-6ad1-d113-df85-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-29 01:52:36.744037 | fa163eee-6ad1-d113-df85-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.937976 | 0.22s 2025-11-29 01:52:36.769188 | fa163eee-6ad1-d113-df85-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-29 01:52:37.215890 | fa163eee-6ad1-d113-df85-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-29 01:52:37.217187 | fa163eee-6ad1-d113-df85-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.411126 | 0.45s 2025-11-29 01:52:37.243318 | fa163eee-6ad1-d113-df85-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-29 01:52:37.472955 | fa163eee-6ad1-d113-df85-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-29 01:52:37.474070 | fa163eee-6ad1-d113-df85-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.668009 | 0.23s 2025-11-29 01:52:37.498884 | fa163eee-6ad1-d113-df85-00000000003a | TASK | Write container-puppet.sh 2025-11-29 01:52:37.982825 | fa163eee-6ad1-d113-df85-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-29 01:52:37.983980 | fa163eee-6ad1-d113-df85-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.177919 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 01:52:38.061264 | fa163eee-6ad1-d113-df85-00000000003b | TIMING | include_tasks | standalone | 0:00:30.255202 | 0.05s 2025-11-29 01:52:38.081605 | 9589fd35-2e33-410b-87b1-a2be908fa32c | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-29 01:52:38.114615 | fa163eee-6ad1-d113-df85-000000000416 | TASK | Configure tuned before reboot 2025-11-29 01:52:38.166233 | fa163eee-6ad1-d113-df85-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.360165 | 0.05s 2025-11-29 01:52:38.224243 | fa163eee-6ad1-d113-df85-000000000455 | TASK | Gather variables for each operating system 2025-11-29 01:52:38.328589 | fa163eee-6ad1-d113-df85-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-29 01:52:38.330582 | fa163eee-6ad1-d113-df85-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.524517 | 0.11s 2025-11-29 01:52:38.340894 | fa163eee-6ad1-d113-df85-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.534835 | 0.12s 2025-11-29 01:52:38.419085 | fa163eee-6ad1-d113-df85-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.613022 | 0.05s 2025-11-29 01:52:38.440301 | 15beb0be-5596-47d9-ade3-d38acfe881fc | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-29 01:52:38.476031 | fa163eee-6ad1-d113-df85-00000000047f | TASK | Check tuned package is installed 2025-11-29 01:52:38.750705 | fa163eee-6ad1-d113-df85-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-11-29 01:52:38.752050 | fa163eee-6ad1-d113-df85-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.945989 | 0.27s 2025-11-29 01:52:38.778262 | fa163eee-6ad1-d113-df85-000000000480 | TASK | Install tuned 2025-11-29 01:52:45.932332 | fa163eee-6ad1-d113-df85-000000000480 | CHANGED | Install tuned | standalone 2025-11-29 01:52:45.933967 | fa163eee-6ad1-d113-df85-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:38.127898 | 7.15s 2025-11-29 01:52:45.962238 | fa163eee-6ad1-d113-df85-000000000481 | TASK | Restart tuned 2025-11-29 01:52:47.860337 | fa163eee-6ad1-d113-df85-000000000481 | CHANGED | Restart tuned | standalone 2025-11-29 01:52:47.862282 | fa163eee-6ad1-d113-df85-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:40.056218 | 1.90s 2025-11-29 01:52:47.890523 | fa163eee-6ad1-d113-df85-000000000457 | TASK | Check for tuned-adm 2025-11-29 01:52:48.119093 | fa163eee-6ad1-d113-df85-000000000457 | OK | Check for tuned-adm | standalone 2025-11-29 01:52:48.120621 | fa163eee-6ad1-d113-df85-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:40.314557 | 0.23s 2025-11-29 01:52:48.191869 | fa163eee-6ad1-d113-df85-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:40.385797 | 0.04s 2025-11-29 01:52:48.223149 | 8ec9a98f-f110-4259-9ed1-98903fe8114f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-29 01:52:48.260720 | fa163eee-6ad1-d113-df85-0000000004b6 | TASK | Ensure profile directory exists 2025-11-29 01:52:48.330314 | fa163eee-6ad1-d113-df85-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-11-29 01:52:48.331686 | fa163eee-6ad1-d113-df85-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:40.525619 | 0.07s 2025-11-29 01:52:48.358340 | fa163eee-6ad1-d113-df85-0000000004b7 | TASK | Create custom tuned profile 2025-11-29 01:52:48.422815 | fa163eee-6ad1-d113-df85-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-11-29 01:52:48.423863 | fa163eee-6ad1-d113-df85-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:40.617802 | 0.06s 2025-11-29 01:52:48.449844 | fa163eee-6ad1-d113-df85-0000000004b8 | TASK | Check tuned active profile 2025-11-29 01:52:48.797752 | fa163eee-6ad1-d113-df85-0000000004b8 | OK | Check tuned active profile | standalone 2025-11-29 01:52:48.799102 | fa163eee-6ad1-d113-df85-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.993039 | 0.35s 2025-11-29 01:52:48.826299 | fa163eee-6ad1-d113-df85-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-11-29 01:52:49.057718 | fa163eee-6ad1-d113-df85-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-11-29 01:52:49.059060 | fa163eee-6ad1-d113-df85-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:41.252998 | 0.23s 2025-11-29 01:52:49.085998 | fa163eee-6ad1-d113-df85-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-29 01:52:49.151279 | fa163eee-6ad1-d113-df85-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-29 01:52:49.152655 | fa163eee-6ad1-d113-df85-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:41.346591 | 0.06s 2025-11-29 01:52:49.181113 | fa163eee-6ad1-d113-df85-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-11-29 01:52:49.244652 | fa163eee-6ad1-d113-df85-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-29 01:52:49.245819 | fa163eee-6ad1-d113-df85-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:41.439756 | 0.06s 2025-11-29 01:52:49.272405 | fa163eee-6ad1-d113-df85-0000000004bc | TASK | Enable tuned profile 2025-11-29 01:52:50.701205 | fa163eee-6ad1-d113-df85-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-11-29 01:52:50.702676 | fa163eee-6ad1-d113-df85-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.896612 | 1.43s 2025-11-29 01:52:50.752872 | fa163eee-6ad1-d113-df85-000000000417 | TASK | Configure kernel args and reboot 2025-11-29 01:52:50.804786 | fa163eee-6ad1-d113-df85-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.998721 | 0.05s 2025-11-29 01:52:50.943891 | fa163eee-6ad1-d113-df85-000000000569 | TASK | Get the command line args of the node 2025-11-29 01:52:51.181572 | fa163eee-6ad1-d113-df85-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-11-29 01:52:51.182838 | fa163eee-6ad1-d113-df85-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:43.376773 | 0.24s 2025-11-29 01:52:51.209187 | fa163eee-6ad1-d113-df85-00000000056b | TASK | Check if node has a nova.conf 2025-11-29 01:52:51.439768 | fa163eee-6ad1-d113-df85-00000000056b | OK | Check if node has a nova.conf | standalone 2025-11-29 01:52:51.441130 | fa163eee-6ad1-d113-df85-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:43.635065 | 0.23s 2025-11-29 01:52:51.468813 | fa163eee-6ad1-d113-df85-00000000056d | TASK | Warn operator about workload protection 2025-11-29 01:52:51.507917 | fa163eee-6ad1-d113-df85-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-11-29 01:52:51.508955 | fa163eee-6ad1-d113-df85-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:43.702892 | 0.04s 2025-11-29 01:52:51.535067 | fa163eee-6ad1-d113-df85-00000000056e | TASK | Setting defer reboot fact 2025-11-29 01:52:51.573785 | fa163eee-6ad1-d113-df85-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-11-29 01:52:51.574914 | fa163eee-6ad1-d113-df85-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.768850 | 0.04s 2025-11-29 01:52:51.600498 | fa163eee-6ad1-d113-df85-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-29 01:52:51.627508 | fa163eee-6ad1-d113-df85-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.821439 | 0.03s 2025-11-29 01:52:51.653952 | fa163eee-6ad1-d113-df85-000000000575 | TASK | Find hugepages in cmdline 2025-11-29 01:52:51.696252 | fa163eee-6ad1-d113-df85-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-29 01:52:51.697474 | fa163eee-6ad1-d113-df85-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.891382 | 0.04s 2025-11-29 01:52:51.724633 | fa163eee-6ad1-d113-df85-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-11-29 01:52:51.766281 | fa163eee-6ad1-d113-df85-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-29 01:52:51.767486 | fa163eee-6ad1-d113-df85-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.961421 | 0.04s 2025-11-29 01:52:51.793791 | fa163eee-6ad1-d113-df85-00000000057a | TASK | Find desired default hugepage size 2025-11-29 01:52:51.842108 | fa163eee-6ad1-d113-df85-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-11-29 01:52:51.843150 | fa163eee-6ad1-d113-df85-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:44.037088 | 0.05s 2025-11-29 01:52:51.869092 | fa163eee-6ad1-d113-df85-00000000057c | TASK | Storing non-configured hugepages 2025-11-29 01:52:51.899756 | fa163eee-6ad1-d113-df85-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:44.093689 | 0.03s 2025-11-29 01:52:51.926875 | fa163eee-6ad1-d113-df85-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-11-29 01:52:51.969905 | fa163eee-6ad1-d113-df85-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-29 01:52:51.971189 | fa163eee-6ad1-d113-df85-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:44.165127 | 0.04s 2025-11-29 01:52:51.997183 | fa163eee-6ad1-d113-df85-00000000057f | TASK | Determining the default hugepagesz 2025-11-29 01:52:52.038770 | fa163eee-6ad1-d113-df85-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-11-29 01:52:52.039929 | fa163eee-6ad1-d113-df85-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:44.233866 | 0.04s 2025-11-29 01:52:52.066025 | fa163eee-6ad1-d113-df85-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-29 01:52:52.108242 | fa163eee-6ad1-d113-df85-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-29 01:52:52.109396 | fa163eee-6ad1-d113-df85-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:44.303332 | 0.04s 2025-11-29 01:52:52.136487 | fa163eee-6ad1-d113-df85-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-11-29 01:52:52.190384 | fa163eee-6ad1-d113-df85-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-29 01:52:52.191487 | fa163eee-6ad1-d113-df85-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:44.385388 | 0.05s 2025-11-29 01:52:52.217367 | fa163eee-6ad1-d113-df85-000000000583 | TASK | Warn about possible modifications 2025-11-29 01:52:52.258396 | fa163eee-6ad1-d113-df85-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-11-29 01:52:52.259613 | fa163eee-6ad1-d113-df85-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:44.453524 | 0.04s 2025-11-29 01:52:52.285364 | fa163eee-6ad1-d113-df85-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-11-29 01:52:52.335820 | fa163eee-6ad1-d113-df85-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-29 01:52:52.336852 | fa163eee-6ad1-d113-df85-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:44.530789 | 0.05s 2025-11-29 01:52:52.362032 | fa163eee-6ad1-d113-df85-000000000585 | TASK | Cleaning up whitespaces 2025-11-29 01:52:52.405595 | fa163eee-6ad1-d113-df85-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-29 01:52:52.406634 | fa163eee-6ad1-d113-df85-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:44.600571 | 0.04s 2025-11-29 01:52:52.432224 | fa163eee-6ad1-d113-df85-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-11-29 01:52:52.785076 | fa163eee-6ad1-d113-df85-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-29 01:52:52.786481 | fa163eee-6ad1-d113-df85-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.980390 | 0.35s 2025-11-29 01:52:52.812531 | fa163eee-6ad1-d113-df85-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-29 01:52:52.851277 | fa163eee-6ad1-d113-df85-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-29 01:52:52.852317 | fa163eee-6ad1-d113-df85-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:45.046255 | 0.04s 2025-11-29 01:52:52.879345 | fa163eee-6ad1-d113-df85-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-29 01:52:52.928604 | fa163eee-6ad1-d113-df85-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-29 01:52:52.929594 | fa163eee-6ad1-d113-df85-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:45.123531 | 0.05s 2025-11-29 01:52:52.955004 | fa163eee-6ad1-d113-df85-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-29 01:52:53.006643 | fa163eee-6ad1-d113-df85-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-29 01:52:53.007653 | fa163eee-6ad1-d113-df85-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:45.201592 | 0.05s 2025-11-29 01:52:53.036326 | fa163eee-6ad1-d113-df85-00000000058c | TASK | Generate grub config 2025-11-29 01:52:53.096392 | fa163eee-6ad1-d113-df85-00000000058c | SKIPPED | Generate grub config | standalone 2025-11-29 01:52:53.097423 | fa163eee-6ad1-d113-df85-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:45.291361 | 0.06s 2025-11-29 01:52:53.123347 | fa163eee-6ad1-d113-df85-000000000590 | TASK | Get the block device that /boot is on 2025-11-29 01:52:53.172507 | fa163eee-6ad1-d113-df85-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-11-29 01:52:53.173494 | fa163eee-6ad1-d113-df85-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:45.367432 | 0.05s 2025-11-29 01:52:53.200103 | fa163eee-6ad1-d113-df85-000000000591 | TASK | Get the mount point that /boot is in 2025-11-29 01:52:53.249045 | fa163eee-6ad1-d113-df85-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-29 01:52:53.250082 | fa163eee-6ad1-d113-df85-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:45.444019 | 0.05s 2025-11-29 01:52:53.276016 | fa163eee-6ad1-d113-df85-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-11-29 01:52:53.346108 | fa163eee-6ad1-d113-df85-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-29 01:52:53.347120 | fa163eee-6ad1-d113-df85-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:45.541057 | 0.07s 2025-11-29 01:52:53.373669 | fa163eee-6ad1-d113-df85-000000000593 | TASK | Executed script to fix grub-menu 2025-11-29 01:52:53.424521 | fa163eee-6ad1-d113-df85-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-29 01:52:53.425572 | fa163eee-6ad1-d113-df85-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:45.619509 | 0.05s 2025-11-29 01:52:53.451378 | fa163eee-6ad1-d113-df85-000000000594 | TASK | Check grub config paths 2025-11-29 01:52:53.516296 | fa163eee-6ad1-d113-df85-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-29 01:52:53.531325 | fa163eee-6ad1-d113-df85-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-29 01:52:53.543372 | fa163eee-6ad1-d113-df85-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.737304 | 0.09s 2025-11-29 01:52:53.570769 | fa163eee-6ad1-d113-df85-000000000595 | TASK | Write EFI grub.cfg 2025-11-29 01:52:53.643869 | fa163eee-6ad1-d113-df85-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-11-29 01:52:53.660242 | fa163eee-6ad1-d113-df85-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-11-29 01:52:53.667030 | fa163eee-6ad1-d113-df85-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.860961 | 0.09s 2025-11-29 01:52:53.693606 | fa163eee-6ad1-d113-df85-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-29 01:52:53.764436 | fa163eee-6ad1-d113-df85-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-29 01:52:53.765651 | fa163eee-6ad1-d113-df85-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.959587 | 0.07s 2025-11-29 01:52:53.792149 | fa163eee-6ad1-d113-df85-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-29 01:52:53.853413 | fa163eee-6ad1-d113-df85-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-29 01:52:53.854513 | fa163eee-6ad1-d113-df85-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:46.048450 | 0.06s 2025-11-29 01:52:53.880379 | fa163eee-6ad1-d113-df85-000000000598 | TASK | Execute grub2-mkconfig 2025-11-29 01:52:53.940427 | fa163eee-6ad1-d113-df85-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-29 01:52:53.941621 | fa163eee-6ad1-d113-df85-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:46.135558 | 0.06s 2025-11-29 01:52:53.967328 | fa163eee-6ad1-d113-df85-000000000599 | TASK | Check for active tuned profile 2025-11-29 01:52:54.027119 | fa163eee-6ad1-d113-df85-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-11-29 01:52:54.029295 | fa163eee-6ad1-d113-df85-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:46.223233 | 0.06s 2025-11-29 01:52:54.054490 | fa163eee-6ad1-d113-df85-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-29 01:52:54.116438 | fa163eee-6ad1-d113-df85-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-29 01:52:54.117846 | fa163eee-6ad1-d113-df85-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:46.311778 | 0.06s 2025-11-29 01:52:54.143298 | fa163eee-6ad1-d113-df85-00000000059b | TASK | Set reboot required fact 2025-11-29 01:52:54.204687 | fa163eee-6ad1-d113-df85-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-11-29 01:52:54.205797 | fa163eee-6ad1-d113-df85-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:46.399734 | 0.06s 2025-11-29 01:52:54.232643 | fa163eee-6ad1-d113-df85-00000000059d | TASK | Apply DPDK workarounds 2025-11-29 01:52:54.282284 | fa163eee-6ad1-d113-df85-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-11-29 01:52:54.283382 | fa163eee-6ad1-d113-df85-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:46.477319 | 0.05s 2025-11-29 01:52:54.309287 | fa163eee-6ad1-d113-df85-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-11-29 01:52:54.347637 | fa163eee-6ad1-d113-df85-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-29 01:52:54.348702 | fa163eee-6ad1-d113-df85-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:46.542638 | 0.04s 2025-11-29 01:52:54.374496 | fa163eee-6ad1-d113-df85-0000000005a0 | TASK | Load modules 2025-11-29 01:52:54.420493 | fa163eee-6ad1-d113-df85-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-29 01:52:54.428301 | fa163eee-6ad1-d113-df85-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:46.622236 | 0.05s 2025-11-29 01:52:54.453622 | fa163eee-6ad1-d113-df85-0000000005a2 | TASK | Persist modules via modules-load.d 2025-11-29 01:52:54.503090 | fa163eee-6ad1-d113-df85-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-29 01:52:54.515191 | fa163eee-6ad1-d113-df85-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:46.709124 | 0.06s 2025-11-29 01:52:54.541189 | fa163eee-6ad1-d113-df85-0000000005a4 | TASK | Drop module persistence 2025-11-29 01:52:54.588827 | fa163eee-6ad1-d113-df85-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-29 01:52:54.595173 | fa163eee-6ad1-d113-df85-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.789107 | 0.05s 2025-11-29 01:52:54.621137 | fa163eee-6ad1-d113-df85-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-11-29 01:52:54.667086 | fa163eee-6ad1-d113-df85-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-29 01:52:54.673426 | fa163eee-6ad1-d113-df85-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.867359 | 0.05s 2025-11-29 01:52:54.699771 | fa163eee-6ad1-d113-df85-0000000005a8 | TASK | Modules reload 2025-11-29 01:52:54.738690 | fa163eee-6ad1-d113-df85-0000000005a8 | SKIPPED | Modules reload | standalone 2025-11-29 01:52:54.739746 | fa163eee-6ad1-d113-df85-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.933683 | 0.04s 2025-11-29 01:52:54.765694 | fa163eee-6ad1-d113-df85-0000000005aa | TASK | Reboot tasks 2025-11-29 01:52:54.814877 | fa163eee-6ad1-d113-df85-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-11-29 01:52:54.817412 | fa163eee-6ad1-d113-df85-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:47.011350 | 0.05s 2025-11-29 01:52:54.842409 | fa163eee-6ad1-d113-df85-0000000005ab | TASK | Skipping reboot for deployed node 2025-11-29 01:52:54.895518 | fa163eee-6ad1-d113-df85-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-29 01:52:54.897021 | fa163eee-6ad1-d113-df85-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:47.090953 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-11-29 01:52:55.093883 | fa163eee-6ad1-d113-df85-00000000003f | TASK | Server pre-network deployments 2025-11-29 01:52:55.124866 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-00000000003f') missing from stats 2025-11-29 01:52:55.145607 | fa163eee-6ad1-d113-df85-000000000043 | TASK | Hiera config 2025-11-29 01:52:55.173526 | fa163eee-6ad1-d113-df85-000000000043 | TIMING | Hiera config | standalone | 0:00:47.367464 | 0.03s 2025-11-29 01:52:55.215467 | fa163eee-6ad1-d113-df85-000000000721 | TASK | Create /etc/puppet/hieradata 2025-11-29 01:52:55.455865 | fa163eee-6ad1-d113-df85-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-29 01:52:55.456829 | fa163eee-6ad1-d113-df85-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:47.650772 | 0.24s 2025-11-29 01:52:55.477840 | fa163eee-6ad1-d113-df85-000000000722 | TASK | Write hiera config 2025-11-29 01:52:55.929105 | fa163eee-6ad1-d113-df85-000000000722 | CHANGED | Write hiera config | standalone 2025-11-29 01:52:55.929954 | fa163eee-6ad1-d113-df85-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:48.123899 | 0.45s 2025-11-29 01:52:55.965367 | fa163eee-6ad1-d113-df85-000000000044 | TASK | Hiera symlink 2025-11-29 01:52:56.161006 | fa163eee-6ad1-d113-df85-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-29 01:52:56.161773 | fa163eee-6ad1-d113-df85-000000000044 | TIMING | Hiera symlink | standalone | 0:00:48.355719 | 0.20s 2025-11-29 01:52:56.178988 | fa163eee-6ad1-d113-df85-000000000045 | TASK | Hieradata from vars 2025-11-29 01:52:56.203367 | fa163eee-6ad1-d113-df85-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:48.397309 | 0.02s 2025-11-29 01:52:56.239794 | fa163eee-6ad1-d113-df85-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-11-29 01:52:56.658816 | fa163eee-6ad1-d113-df85-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-29 01:52:56.660197 | fa163eee-6ad1-d113-df85-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.854129 | 0.42s 2025-11-29 01:52:56.685684 | fa163eee-6ad1-d113-df85-00000000077d | TASK | Render hieradata from template 2025-11-29 01:52:57.197844 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-29 01:52:57.200495 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.394427 | 0.51s 2025-11-29 01:52:57.738878 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-29 01:52:57.739985 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.933923 | 1.05s 2025-11-29 01:52:58.346689 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-29 01:52:58.349055 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.542995 | 1.66s 2025-11-29 01:52:58.804596 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-29 01:52:58.807047 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.000983 | 2.12s 2025-11-29 01:52:59.319488 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-29 01:52:59.321597 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.515534 | 2.63s 2025-11-29 01:52:59.813670 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-29 01:52:59.814764 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.008703 | 3.13s 2025-11-29 01:53:00.347426 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-29 01:53:00.349552 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.543491 | 3.66s 2025-11-29 01:53:00.820978 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-29 01:53:00.821592 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.015538 | 4.13s 2025-11-29 01:53:01.310287 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-29 01:53:01.311838 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.505784 | 4.62s 2025-11-29 01:53:01.782372 | fa163eee-6ad1-d113-df85-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-29 01:53:01.783836 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.977782 | 5.10s 2025-11-29 01:53:01.796680 | fa163eee-6ad1-d113-df85-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.990616 | 5.11s 2025-11-29 01:53:01.847747 | fa163eee-6ad1-d113-df85-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-29 01:53:01.877793 | fa163eee-6ad1-d113-df85-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:54.071726 | 0.03s 2025-11-29 01:53:01.946670 | fa163eee-6ad1-d113-df85-000000000821 | TASK | Check for hieradata file 2025-11-29 01:53:02.176844 | fa163eee-6ad1-d113-df85-000000000821 | OK | Check for hieradata file | standalone 2025-11-29 01:53:02.179368 | fa163eee-6ad1-d113-df85-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:54.373300 | 0.23s 2025-11-29 01:53:02.206393 | fa163eee-6ad1-d113-df85-000000000823 | TASK | Get existing data 2025-11-29 01:53:02.258055 | fa163eee-6ad1-d113-df85-000000000823 | SKIPPED | Get existing data | standalone 2025-11-29 01:53:02.260056 | fa163eee-6ad1-d113-df85-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:54.453989 | 0.05s 2025-11-29 01:53:02.286673 | fa163eee-6ad1-d113-df85-000000000824 | TASK | Set data fact 2025-11-29 01:53:02.338198 | fa163eee-6ad1-d113-df85-000000000824 | SKIPPED | Set data fact | standalone 2025-11-29 01:53:02.339672 | fa163eee-6ad1-d113-df85-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:54.533594 | 0.05s 2025-11-29 01:53:02.366306 | fa163eee-6ad1-d113-df85-000000000826 | TASK | Write ansible hieradata file 2025-11-29 01:53:02.873254 | fa163eee-6ad1-d113-df85-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-11-29 01:53:02.874834 | fa163eee-6ad1-d113-df85-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:55.068770 | 0.51s 2025-11-29 01:53:02.976933 | fa163eee-6ad1-d113-df85-000000000047 | TIMING | include_tasks | standalone | 0:00:55.170855 | 0.05s PLAY [Server network deployments] ********************************************** 2025-11-29 01:53:03.162589 | fa163eee-6ad1-d113-df85-00000000004b | TASK | Network Configuration 2025-11-29 01:53:03.194013 | fa163eee-6ad1-d113-df85-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eee-6ad1-d113-df85-00000000004b') missing from stats 2025-11-29 01:53:03.225074 | fa163eee-6ad1-d113-df85-00000000004c | TASK | Check NetworkConfig script existence 2025-11-29 01:53:03.254789 | fa163eee-6ad1-d113-df85-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-29 01:53:03.255951 | fa163eee-6ad1-d113-df85-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:55.449883 | 0.03s 2025-11-29 01:53:03.281915 | fa163eee-6ad1-d113-df85-000000000052 | TASK | Gather SELinux fact if needed 2025-11-29 01:53:03.335477 | fa163eee-6ad1-d113-df85-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-29 01:53:03.336798 | fa163eee-6ad1-d113-df85-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:55.530733 | 0.05s 2025-11-29 01:53:03.362600 | fa163eee-6ad1-d113-df85-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-29 01:53:04.019773 | fa163eee-6ad1-d113-df85-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-29 01:53:04.021272 | fa163eee-6ad1-d113-df85-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:56.215206 | 0.66s 2025-11-29 01:53:04.048878 | fa163eee-6ad1-d113-df85-000000000054 | TASK | Ensure requirements are satisfied 2025-11-29 01:53:04.084048 | fa163eee-6ad1-d113-df85-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:56.277979 | 0.03s 2025-11-29 01:53:04.145144 | fa163eee-6ad1-d113-df85-0000000008bf | TASK | Gather facts if they don't exist 2025-11-29 01:53:04.195245 | fa163eee-6ad1-d113-df85-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-11-29 01:53:04.196519 | fa163eee-6ad1-d113-df85-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:56.390447 | 0.05s 2025-11-29 01:53:04.222728 | fa163eee-6ad1-d113-df85-0000000008c0 | TASK | Gather variables for each operating system 2025-11-29 01:53:04.348245 | fa163eee-6ad1-d113-df85-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-29 01:53:04.361867 | fa163eee-6ad1-d113-df85-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.555797 | 0.14s 2025-11-29 01:53:04.387982 | fa163eee-6ad1-d113-df85-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-29 01:53:04.673173 | fa163eee-6ad1-d113-df85-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-29 01:53:04.674729 | fa163eee-6ad1-d113-df85-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.868662 | 0.29s 2025-11-29 01:53:04.702314 | fa163eee-6ad1-d113-df85-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-11-29 01:53:04.742974 | fa163eee-6ad1-d113-df85-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-29 01:53:04.744137 | fa163eee-6ad1-d113-df85-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.938072 | 0.04s 2025-11-29 01:53:04.770505 | fa163eee-6ad1-d113-df85-0000000008c4 | TASK | Ensure packages are actually well installed 2025-11-29 01:53:05.799315 | fa163eee-6ad1-d113-df85-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-29 01:53:05.800922 | fa163eee-6ad1-d113-df85-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.994859 | 1.03s 2025-11-29 01:53:05.850223 | fa163eee-6ad1-d113-df85-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-29 01:53:06.103779 | fa163eee-6ad1-d113-df85-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-29 01:53:06.105295 | fa163eee-6ad1-d113-df85-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:58.299232 | 0.25s 2025-11-29 01:53:06.132199 | fa163eee-6ad1-d113-df85-000000000057 | TASK | Reload NetworkManager 2025-11-29 01:53:06.544849 | fa163eee-6ad1-d113-df85-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-29 01:53:06.546812 | fa163eee-6ad1-d113-df85-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:58.740746 | 0.41s 2025-11-29 01:53:06.576939 | fa163eee-6ad1-d113-df85-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-29 01:53:06.812026 | fa163eee-6ad1-d113-df85-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-29 01:53:06.813297 | fa163eee-6ad1-d113-df85-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:59.007233 | 0.23s 2025-11-29 01:53:06.838928 | fa163eee-6ad1-d113-df85-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-29 01:53:07.098880 | fa163eee-6ad1-d113-df85-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-29 01:53:07.100134 | fa163eee-6ad1-d113-df85-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:59.294047 | 0.26s 2025-11-29 01:53:07.125708 | fa163eee-6ad1-d113-df85-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-29 01:53:07.153845 | fa163eee-6ad1-d113-df85-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-29 01:53:07.154940 | fa163eee-6ad1-d113-df85-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:59.348877 | 0.03s 2025-11-29 01:53:07.180206 | fa163eee-6ad1-d113-df85-00000000005c | TASK | Ensure we get cloud-init 2025-11-29 01:53:07.413076 | fa163eee-6ad1-d113-df85-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-29 01:53:07.414369 | fa163eee-6ad1-d113-df85-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.608307 | 0.23s 2025-11-29 01:53:07.439915 | fa163eee-6ad1-d113-df85-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-29 01:53:07.706072 | fa163eee-6ad1-d113-df85-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-29 01:53:07.708890 | fa163eee-6ad1-d113-df85-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.902823 | 0.27s 2025-11-29 01:53:07.735246 | fa163eee-6ad1-d113-df85-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-29 01:53:08.122647 | fa163eee-6ad1-d113-df85-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-29 01:53:08.124138 | fa163eee-6ad1-d113-df85-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:00.318072 | 0.39s 2025-11-29 01:53:08.150242 | fa163eee-6ad1-d113-df85-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-29 01:53:08.221972 | fa163eee-6ad1-d113-df85-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-29 01:53:08.223813 | fa163eee-6ad1-d113-df85-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:00.417749 | 0.07s 2025-11-29 01:53:08.250734 | fa163eee-6ad1-d113-df85-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-29 01:53:08.511215 | fa163eee-6ad1-d113-df85-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-29 01:53:08.513203 | fa163eee-6ad1-d113-df85-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:00.707135 | 0.26s 2025-11-29 01:53:08.540735 | fa163eee-6ad1-d113-df85-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-29 01:53:08.593885 | fa163eee-6ad1-d113-df85-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.787807 | 0.05s 2025-11-29 01:53:08.621166 | ada5b466-9a3c-4b71-93cd-ed77b354f27d | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-29 01:53:08.653919 | fa163eee-6ad1-d113-df85-000000000909 | TASK | Set nic_config_file fact 2025-11-29 01:53:08.736941 | fa163eee-6ad1-d113-df85-000000000909 | OK | Set nic_config_file fact | standalone 2025-11-29 01:53:08.737980 | fa163eee-6ad1-d113-df85-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.931917 | 0.08s 2025-11-29 01:53:08.763782 | fa163eee-6ad1-d113-df85-00000000090a | TASK | Render overidden network config 2025-11-29 01:53:08.847522 | fa163eee-6ad1-d113-df85-00000000090a | SKIPPED | Render overidden network config | standalone 2025-11-29 01:53:08.848575 | fa163eee-6ad1-d113-df85-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:01.042511 | 0.08s 2025-11-29 01:53:08.875243 | fa163eee-6ad1-d113-df85-00000000090b | TASK | Render network_config 2025-11-29 01:53:08.953521 | fa163eee-6ad1-d113-df85-00000000090b | SKIPPED | Render network_config | standalone 2025-11-29 01:53:08.954595 | fa163eee-6ad1-d113-df85-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:01.148533 | 0.08s 2025-11-29 01:53:08.979923 | fa163eee-6ad1-d113-df85-00000000090c | TASK | Render network_config from template 2025-11-29 01:53:09.540919 | fa163eee-6ad1-d113-df85-00000000090c | CHANGED | Render network_config from template | standalone 2025-11-29 01:53:09.542232 | fa163eee-6ad1-d113-df85-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.736168 | 0.56s 2025-11-29 01:53:09.568676 | fa163eee-6ad1-d113-df85-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=815377759267.43971 2025-11-29 01:53:13.634732 | fa163eee-6ad1-d113-df85-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-29 01:53:13.636322 | fa163eee-6ad1-d113-df85-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.830259 | 4.07s 2025-11-29 01:53:13.664749 | fa163eee-6ad1-d113-df85-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-29 01:53:14.183339 | fa163eee-6ad1-d113-df85-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-29 01:53:14.184343 | fa163eee-6ad1-d113-df85-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:06.378283 | 0.52s 2025-11-29 01:53:14.210608 | fa163eee-6ad1-d113-df85-000000000065 | TASK | Disable cloud-init network config 2025-11-29 01:53:14.729710 | fa163eee-6ad1-d113-df85-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-29 01:53:14.730530 | fa163eee-6ad1-d113-df85-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.924472 | 0.52s 2025-11-29 01:53:14.748217 | fa163eee-6ad1-d113-df85-000000000066 | TASK | Ensure network service is enabled 2025-11-29 01:53:15.214682 | fa163eee-6ad1-d113-df85-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-29 01:53:15.216391 | fa163eee-6ad1-d113-df85-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.410327 | 0.47s PLAY [Server network validation] *********************************************** 2025-11-29 01:53:15.393139 | fa163eee-6ad1-d113-df85-000000000096 | TASK | Basic Network Validation 2025-11-29 01:53:15.418940 | fa163eee-6ad1-d113-df85-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.612881 | 0.03s 2025-11-29 01:53:15.460183 | fa163eee-6ad1-d113-df85-000000000945 | TASK | Collect default network fact 2025-11-29 01:53:17.024779 | fa163eee-6ad1-d113-df85-000000000945 | OK | Collect default network fact | standalone 2025-11-29 01:53:17.025940 | fa163eee-6ad1-d113-df85-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:09.219874 | 1.56s 2025-11-29 01:53:17.050933 | fa163eee-6ad1-d113-df85-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-11-29 01:53:17.078922 | fa163eee-6ad1-d113-df85-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-29 01:53:17.079982 | fa163eee-6ad1-d113-df85-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:09.273919 | 0.03s 2025-11-29 01:53:17.107498 | fa163eee-6ad1-d113-df85-000000000947 | TASK | Check all networks Gateway availability 2025-11-29 01:53:17.135194 | fa163eee-6ad1-d113-df85-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:09.329128 | 0.03s 2025-11-29 01:53:17.160281 | fa163eee-6ad1-d113-df85-000000000949 | TASK | Check Controllers availability 2025-11-29 01:53:17.225323 | fa163eee-6ad1-d113-df85-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-29 01:53:17.235183 | fa163eee-6ad1-d113-df85-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-29 01:53:17.243756 | fa163eee-6ad1-d113-df85-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-29 01:53:17.255148 | fa163eee-6ad1-d113-df85-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-29 01:53:17.262766 | fa163eee-6ad1-d113-df85-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-29 01:53:17.268012 | fa163eee-6ad1-d113-df85-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-29 01:53:17.279864 | fa163eee-6ad1-d113-df85-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:09.473798 | 0.12s 2025-11-29 01:53:17.304537 | fa163eee-6ad1-d113-df85-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-29 01:53:17.332915 | fa163eee-6ad1-d113-df85-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-29 01:53:17.333935 | fa163eee-6ad1-d113-df85-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:09.527872 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-11-29 01:53:17.515087 | fa163eee-6ad1-d113-df85-00000000009a | TASK | Server pre deployments 2025-11-29 01:53:17.541191 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-00000000009a') missing from stats 2025-11-29 01:53:17.561404 | fa163eee-6ad1-d113-df85-00000000009e | TASK | Hiera config 2025-11-29 01:53:17.587733 | fa163eee-6ad1-d113-df85-00000000009e | TIMING | Hiera config | standalone | 0:01:09.781663 | 0.03s 2025-11-29 01:53:17.638059 | fa163eee-6ad1-d113-df85-00000000099e | TASK | Create /etc/puppet/hieradata 2025-11-29 01:53:17.877650 | fa163eee-6ad1-d113-df85-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-11-29 01:53:17.879038 | fa163eee-6ad1-d113-df85-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:10.072971 | 0.24s 2025-11-29 01:53:17.905066 | fa163eee-6ad1-d113-df85-00000000099f | TASK | Write hiera config 2025-11-29 01:53:18.478967 | fa163eee-6ad1-d113-df85-00000000099f | OK | Write hiera config | standalone 2025-11-29 01:53:18.479900 | fa163eee-6ad1-d113-df85-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:10.673845 | 0.57s 2025-11-29 01:53:18.513658 | fa163eee-6ad1-d113-df85-00000000009f | TASK | Hiera symlink 2025-11-29 01:53:18.752770 | fa163eee-6ad1-d113-df85-00000000009f | OK | Hiera symlink | standalone 2025-11-29 01:53:18.753986 | fa163eee-6ad1-d113-df85-00000000009f | TIMING | Hiera symlink | standalone | 0:01:10.947924 | 0.24s 2025-11-29 01:53:18.779097 | fa163eee-6ad1-d113-df85-0000000000a0 | TASK | Hieradata from vars 2025-11-29 01:53:18.807483 | fa163eee-6ad1-d113-df85-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:11.001386 | 0.03s 2025-11-29 01:53:18.867311 | fa163eee-6ad1-d113-df85-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-11-29 01:53:19.393586 | fa163eee-6ad1-d113-df85-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-29 01:53:19.395015 | fa163eee-6ad1-d113-df85-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:11.588948 | 0.53s 2025-11-29 01:53:19.421264 | fa163eee-6ad1-d113-df85-0000000009fa | TASK | Render hieradata from template 2025-11-29 01:53:19.970993 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-29 01:53:19.972833 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.166763 | 0.55s 2025-11-29 01:53:20.542278 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-11-29 01:53:20.543220 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.737162 | 1.12s 2025-11-29 01:53:21.159720 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-29 01:53:21.161748 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.355690 | 1.74s 2025-11-29 01:53:21.707062 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-29 01:53:21.708341 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.902278 | 2.29s 2025-11-29 01:53:22.270429 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-11-29 01:53:22.272539 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.466475 | 2.85s 2025-11-29 01:53:22.737127 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-11-29 01:53:22.738362 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.932297 | 3.32s 2025-11-29 01:53:23.236333 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-11-29 01:53:23.237568 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.431504 | 3.81s 2025-11-29 01:53:23.738822 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-29 01:53:23.740987 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.934920 | 4.32s 2025-11-29 01:53:24.282417 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-29 01:53:24.283376 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.477318 | 4.86s 2025-11-29 01:53:24.789542 | fa163eee-6ad1-d113-df85-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-29 01:53:24.791248 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.985192 | 5.37s 2025-11-29 01:53:24.804411 | fa163eee-6ad1-d113-df85-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.998351 | 5.38s 2025-11-29 01:53:24.856686 | fa163eee-6ad1-d113-df85-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-29 01:53:24.886302 | fa163eee-6ad1-d113-df85-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:17.080236 | 0.03s 2025-11-29 01:53:24.956613 | fa163eee-6ad1-d113-df85-000000000a9e | TASK | Check for hieradata file 2025-11-29 01:53:25.197895 | fa163eee-6ad1-d113-df85-000000000a9e | OK | Check for hieradata file | standalone 2025-11-29 01:53:25.199273 | fa163eee-6ad1-d113-df85-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:17.393207 | 0.24s 2025-11-29 01:53:25.226136 | fa163eee-6ad1-d113-df85-000000000aa0 | TASK | Get existing data 2025-11-29 01:53:25.265590 | fa163eee-6ad1-d113-df85-000000000aa0 | SKIPPED | Get existing data | standalone 2025-11-29 01:53:25.266723 | fa163eee-6ad1-d113-df85-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:17.460658 | 0.04s 2025-11-29 01:53:25.293156 | fa163eee-6ad1-d113-df85-000000000aa1 | TASK | Set data fact 2025-11-29 01:53:25.345981 | fa163eee-6ad1-d113-df85-000000000aa1 | SKIPPED | Set data fact | standalone 2025-11-29 01:53:25.347083 | fa163eee-6ad1-d113-df85-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:17.541021 | 0.05s 2025-11-29 01:53:25.372529 | fa163eee-6ad1-d113-df85-000000000aa3 | TASK | Write ansible hieradata file 2025-11-29 01:53:25.925298 | fa163eee-6ad1-d113-df85-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-11-29 01:53:25.926871 | fa163eee-6ad1-d113-df85-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:18.120781 | 0.55s 2025-11-29 01:53:26.038958 | fa163eee-6ad1-d113-df85-0000000000a2 | TIMING | include_tasks | standalone | 0:01:18.232891 | 0.06s PLAY [Host prep steps] ********************************************************* 2025-11-29 01:53:26.195163 | fa163eee-6ad1-d113-df85-0000000000a6 | TASK | Host prep steps 2025-11-29 01:53:26.224680 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000a6') missing from stats 2025-11-29 01:53:26.298172 | fa163eee-6ad1-d113-df85-0000000000a7 | TASK | Deploy Artifacts 2025-11-29 01:53:26.410421 | fa163eee-6ad1-d113-df85-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-29 01:53:26.411552 | fa163eee-6ad1-d113-df85-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:18.605487 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 01:53:26.475808 | fa163eee-6ad1-d113-df85-0000000000a8 | TIMING | include_tasks | standalone | 0:01:18.669736 | 0.04s 2025-11-29 01:53:26.689595 | ddb7e5c0-a11b-4a8e-8fcb-ee9a5a446ba8 | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/host_prep_tasks.yaml | standalone 2025-11-29 01:53:26.746216 | fa163eee-6ad1-d113-df85-000000000b1e | TASK | Run firewall role 2025-11-29 01:53:26.771915 | fa163eee-6ad1-d113-df85-000000000b1e | TIMING | Run firewall role | standalone | 0:01:18.965854 | 0.03s 2025-11-29 01:53:26.825506 | fa163eee-6ad1-d113-df85-000000000c38 | TASK | Gather variables for each operating system 2025-11-29 01:53:26.975505 | fa163eee-6ad1-d113-df85-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-29 01:53:26.977204 | fa163eee-6ad1-d113-df85-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:19.171129 | 0.15s 2025-11-29 01:53:26.989974 | fa163eee-6ad1-d113-df85-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:19.183904 | 0.16s 2025-11-29 01:53:27.016418 | fa163eee-6ad1-d113-df85-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-29 01:53:29.968074 | fa163eee-6ad1-d113-df85-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-29 01:53:29.969639 | fa163eee-6ad1-d113-df85-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:22.163574 | 2.95s 2025-11-29 01:53:29.996061 | fa163eee-6ad1-d113-df85-000000000c3d | TASK | Create empty var for masquerade rules 2025-11-29 01:53:30.025029 | fa163eee-6ad1-d113-df85-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-11-29 01:53:30.026107 | fa163eee-6ad1-d113-df85-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:22.220045 | 0.03s 2025-11-29 01:53:30.052258 | fa163eee-6ad1-d113-df85-000000000c3e | TASK | Enable masquerade 2025-11-29 01:53:30.091355 | fa163eee-6ad1-d113-df85-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-11-29 01:53:30.092617 | fa163eee-6ad1-d113-df85-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:22.286551 | 0.04s 2025-11-29 01:53:30.117831 | fa163eee-6ad1-d113-df85-000000000c3f | TASK | Set the default frontend firewall rules 2025-11-29 01:53:30.158287 | fa163eee-6ad1-d113-df85-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-11-29 01:53:30.159333 | fa163eee-6ad1-d113-df85-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:22.353274 | 0.04s 2025-11-29 01:53:30.184270 | fa163eee-6ad1-d113-df85-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-29 01:53:30.234731 | fa163eee-6ad1-d113-df85-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-29 01:53:30.236122 | fa163eee-6ad1-d113-df85-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:22.430060 | 0.05s 2025-11-29 01:53:30.261898 | fa163eee-6ad1-d113-df85-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-11-29 01:53:30.301285 | fa163eee-6ad1-d113-df85-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-29 01:53:30.302399 | fa163eee-6ad1-d113-df85-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:22.496336 | 0.04s 2025-11-29 01:53:30.327806 | fa163eee-6ad1-d113-df85-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-29 01:53:30.360424 | fa163eee-6ad1-d113-df85-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-29 01:53:30.361506 | fa163eee-6ad1-d113-df85-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:22.555444 | 0.03s 2025-11-29 01:53:30.386396 | fa163eee-6ad1-d113-df85-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-11-29 01:53:30.419427 | fa163eee-6ad1-d113-df85-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-29 01:53:30.420515 | fa163eee-6ad1-d113-df85-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:22.614451 | 0.03s 2025-11-29 01:53:30.445756 | fa163eee-6ad1-d113-df85-000000000c48 | TASK | Enable LOG rules 2025-11-29 01:53:30.473757 | fa163eee-6ad1-d113-df85-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-11-29 01:53:30.474826 | fa163eee-6ad1-d113-df85-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:22.668763 | 0.03s 2025-11-29 01:53:30.501153 | fa163eee-6ad1-d113-df85-000000000c49 | TASK | Set rule fact 2025-11-29 01:53:30.596882 | fa163eee-6ad1-d113-df85-000000000c49 | OK | Set rule fact | standalone 2025-11-29 01:53:30.599673 | fa163eee-6ad1-d113-df85-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:22.793612 | 0.10s 2025-11-29 01:53:30.628320 | fa163eee-6ad1-d113-df85-000000000c4a | TASK | Manage rules via nftables 2025-11-29 01:53:30.657788 | fa163eee-6ad1-d113-df85-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:22.851722 | 0.03s 2025-11-29 01:53:30.742787 | fa163eee-6ad1-d113-df85-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.936710 | 0.03s 2025-11-29 01:53:30.764689 | e467d08d-9c4f-4eef-b632-75452cf349fa | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-29 01:53:30.789741 | fa163eee-6ad1-d113-df85-000000000d11 | TASK | Ensure legacy iptables services are off 2025-11-29 01:53:31.211139 | fa163eee-6ad1-d113-df85-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-29 01:53:31.213723 | fa163eee-6ad1-d113-df85-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:23.407660 | 0.42s 2025-11-29 01:53:32.580721 | fa163eee-6ad1-d113-df85-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-29 01:53:32.583474 | fa163eee-6ad1-d113-df85-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:24.777374 | 1.79s 2025-11-29 01:53:32.595191 | fa163eee-6ad1-d113-df85-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:24.789119 | 1.80s 2025-11-29 01:53:32.625010 | fa163eee-6ad1-d113-df85-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-11-29 01:53:33.403233 | fa163eee-6ad1-d113-df85-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-29 01:53:33.405167 | fa163eee-6ad1-d113-df85-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:25.599103 | 0.78s 2025-11-29 01:53:33.433022 | fa163eee-6ad1-d113-df85-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-11-29 01:53:33.476001 | fa163eee-6ad1-d113-df85-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-29 01:53:33.477120 | fa163eee-6ad1-d113-df85-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:25.671058 | 0.04s 2025-11-29 01:53:33.531900 | fa163eee-6ad1-d113-df85-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.725830 | 0.03s 2025-11-29 01:53:33.571003 | 83c80e1b-e906-490f-b6f7-9e800d6a5706 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-29 01:53:33.606874 | fa163eee-6ad1-d113-df85-000000000d42 | TASK | Push empty ruleset 2025-11-29 01:53:34.072894 | fa163eee-6ad1-d113-df85-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-11-29 01:53:34.074367 | fa163eee-6ad1-d113-df85-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:26.268296 | 0.47s 2025-11-29 01:53:34.102307 | fa163eee-6ad1-d113-df85-000000000d43 | TASK | Load empty ruleset 2025-11-29 01:53:34.369571 | fa163eee-6ad1-d113-df85-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-11-29 01:53:34.371025 | fa163eee-6ad1-d113-df85-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:26.564960 | 0.27s 2025-11-29 01:53:34.397855 | fa163eee-6ad1-d113-df85-000000000d45 | TASK | Use default rules 2025-11-29 01:53:34.506111 | fa163eee-6ad1-d113-df85-000000000d45 | OK | Use default rules | standalone 2025-11-29 01:53:34.507729 | fa163eee-6ad1-d113-df85-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:26.701674 | 0.11s 2025-11-29 01:53:34.534122 | fa163eee-6ad1-d113-df85-000000000d46 | TASK | Enable LOG rules 2025-11-29 01:53:34.634733 | fa163eee-6ad1-d113-df85-000000000d46 | OK | Enable LOG rules | standalone 2025-11-29 01:53:34.638074 | fa163eee-6ad1-d113-df85-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:26.832007 | 0.10s 2025-11-29 01:53:34.668273 | fa163eee-6ad1-d113-df85-000000000d48 | TASK | Get current nftables content 2025-11-29 01:53:34.921898 | fa163eee-6ad1-d113-df85-000000000d48 | CHANGED | Get current nftables content | standalone 2025-11-29 01:53:34.923335 | fa163eee-6ad1-d113-df85-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:27.117270 | 0.25s 2025-11-29 01:53:34.950403 | fa163eee-6ad1-d113-df85-000000000d4a | TASK | Generate chain jumps 2025-11-29 01:53:35.502315 | fa163eee-6ad1-d113-df85-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-11-29 01:53:35.503731 | fa163eee-6ad1-d113-df85-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:27.697667 | 0.55s 2025-11-29 01:53:35.530540 | fa163eee-6ad1-d113-df85-000000000d4b | TASK | Generate chain jumps 2025-11-29 01:53:36.103517 | fa163eee-6ad1-d113-df85-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-11-29 01:53:36.105946 | fa163eee-6ad1-d113-df85-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:28.299881 | 0.57s 2025-11-29 01:53:36.132433 | fa163eee-6ad1-d113-df85-000000000d4c | TASK | Generate nft flushes 2025-11-29 01:53:36.619060 | fa163eee-6ad1-d113-df85-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-11-29 01:53:36.620468 | fa163eee-6ad1-d113-df85-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:28.814374 | 0.49s 2025-11-29 01:53:36.646990 | fa163eee-6ad1-d113-df85-000000000d4d | TASK | Generate nft tripleo chains 2025-11-29 01:53:37.195489 | fa163eee-6ad1-d113-df85-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-11-29 01:53:37.196317 | fa163eee-6ad1-d113-df85-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:29.390261 | 0.55s 2025-11-29 01:53:37.214316 | fa163eee-6ad1-d113-df85-000000000d4e | TASK | Generate nft ruleset in static file 2025-11-29 01:53:38.663881 | fa163eee-6ad1-d113-df85-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-11-29 01:53:38.665274 | fa163eee-6ad1-d113-df85-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:30.859209 | 1.45s 2025-11-29 01:53:38.691915 | fa163eee-6ad1-d113-df85-000000000d50 | TASK | Validate all of the generated content before loading 2025-11-29 01:53:39.243350 | fa163eee-6ad1-d113-df85-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-29 01:53:39.244695 | fa163eee-6ad1-d113-df85-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:31.438631 | 0.55s 2025-11-29 01:53:39.271627 | fa163eee-6ad1-d113-df85-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-11-29 01:53:39.537060 | fa163eee-6ad1-d113-df85-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-29 01:53:39.538744 | fa163eee-6ad1-d113-df85-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:31.732672 | 0.27s 2025-11-29 01:53:39.595558 | fa163eee-6ad1-d113-df85-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:31.789490 | 0.03s 2025-11-29 01:53:39.615721 | 98f68e4b-05c6-4ec6-9600-fa047d1911d1 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-29 01:53:39.669555 | fa163eee-6ad1-d113-df85-000000000db9 | TASK | Inject our custom chains in nftables 2025-11-29 01:53:39.903131 | fa163eee-6ad1-d113-df85-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-11-29 01:53:39.904577 | fa163eee-6ad1-d113-df85-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:32.098507 | 0.23s 2025-11-29 01:53:39.931279 | fa163eee-6ad1-d113-df85-000000000dba | TASK | Reload custom nftables ruleset files 2025-11-29 01:53:40.218242 | fa163eee-6ad1-d113-df85-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-29 01:53:40.219928 | fa163eee-6ad1-d113-df85-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:32.413858 | 0.29s 2025-11-29 01:53:40.293899 | fa163eee-6ad1-d113-df85-000000000b1f | TASK | create persistent logs directory 2025-11-29 01:53:40.554937 | fa163eee-6ad1-d113-df85-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-29 01:53:40.556375 | fa163eee-6ad1-d113-df85-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.750310 | 0.26s 2025-11-29 01:53:40.742897 | fa163eee-6ad1-d113-df85-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-11-29 01:53:40.744686 | fa163eee-6ad1-d113-df85-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.938621 | 0.45s 2025-11-29 01:53:40.755096 | fa163eee-6ad1-d113-df85-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.949038 | 0.46s 2025-11-29 01:53:40.780717 | fa163eee-6ad1-d113-df85-000000000b20 | TASK | create persistent directories 2025-11-29 01:53:41.009392 | fa163eee-6ad1-d113-df85-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-29 01:53:41.010231 | fa163eee-6ad1-d113-df85-000000000b20 | TIMING | create persistent directories | standalone | 0:01:33.204176 | 0.23s 2025-11-29 01:53:41.013287 | fa163eee-6ad1-d113-df85-000000000b20 | TIMING | create persistent directories | standalone | 0:01:33.207229 | 0.23s 2025-11-29 01:53:41.038391 | fa163eee-6ad1-d113-df85-000000000b21 | TASK | create persistent directories 2025-11-29 01:53:41.294954 | fa163eee-6ad1-d113-df85-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-29 01:53:41.295882 | fa163eee-6ad1-d113-df85-000000000b21 | TIMING | create persistent directories | standalone | 0:01:33.489827 | 0.26s 2025-11-29 01:53:41.573379 | fa163eee-6ad1-d113-df85-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-11-29 01:53:41.575142 | fa163eee-6ad1-d113-df85-000000000b21 | TIMING | create persistent directories | standalone | 0:01:33.769081 | 0.54s 2025-11-29 01:53:41.585691 | fa163eee-6ad1-d113-df85-000000000b21 | TIMING | create persistent directories | standalone | 0:01:33.779633 | 0.55s 2025-11-29 01:53:41.612663 | fa163eee-6ad1-d113-df85-000000000b22 | TASK | create persistent directories 2025-11-29 01:53:41.863496 | fa163eee-6ad1-d113-df85-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-11-29 01:53:41.865048 | fa163eee-6ad1-d113-df85-000000000b22 | TIMING | create persistent directories | standalone | 0:01:34.058982 | 0.25s 2025-11-29 01:53:42.076357 | fa163eee-6ad1-d113-df85-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-11-29 01:53:42.077449 | fa163eee-6ad1-d113-df85-000000000b22 | TIMING | create persistent directories | standalone | 0:01:34.271384 | 0.46s 2025-11-29 01:53:42.083649 | fa163eee-6ad1-d113-df85-000000000b22 | TIMING | create persistent directories | standalone | 0:01:34.277591 | 0.47s 2025-11-29 01:53:42.109190 | fa163eee-6ad1-d113-df85-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-29 01:53:43.216855 | fa163eee-6ad1-d113-df85-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-29 01:53:43.218678 | fa163eee-6ad1-d113-df85-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:35.412612 | 1.11s 2025-11-29 01:53:43.245263 | fa163eee-6ad1-d113-df85-000000000b24 | TASK | create persistent directories 2025-11-29 01:53:43.491379 | fa163eee-6ad1-d113-df85-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-11-29 01:53:43.493427 | fa163eee-6ad1-d113-df85-000000000b24 | TIMING | create persistent directories | standalone | 0:01:35.687360 | 0.25s 2025-11-29 01:53:43.503767 | fa163eee-6ad1-d113-df85-000000000b24 | TIMING | create persistent directories | standalone | 0:01:35.697700 | 0.26s 2025-11-29 01:53:43.529554 | fa163eee-6ad1-d113-df85-000000000b25 | TASK | create persistent directories 2025-11-29 01:53:43.801773 | fa163eee-6ad1-d113-df85-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-29 01:53:43.804058 | fa163eee-6ad1-d113-df85-000000000b25 | TIMING | create persistent directories | standalone | 0:01:35.997983 | 0.27s 2025-11-29 01:53:44.022278 | fa163eee-6ad1-d113-df85-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-29 01:53:44.023623 | fa163eee-6ad1-d113-df85-000000000b25 | TIMING | create persistent directories | standalone | 0:01:36.217557 | 0.49s 2025-11-29 01:53:44.031189 | fa163eee-6ad1-d113-df85-000000000b25 | TIMING | create persistent directories | standalone | 0:01:36.225115 | 0.50s 2025-11-29 01:53:44.058609 | fa163eee-6ad1-d113-df85-000000000b26 | TASK | create fcontext entry for cinder data 2025-11-29 01:53:45.424540 | fa163eee-6ad1-d113-df85-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-29 01:53:45.426068 | fa163eee-6ad1-d113-df85-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:37.620005 | 1.36s 2025-11-29 01:53:45.451555 | fa163eee-6ad1-d113-df85-000000000b27 | TASK | create persistent directories 2025-11-29 01:53:45.710149 | fa163eee-6ad1-d113-df85-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-29 01:53:45.712432 | fa163eee-6ad1-d113-df85-000000000b27 | TIMING | create persistent directories | standalone | 0:01:37.906366 | 0.26s 2025-11-29 01:53:45.933486 | fa163eee-6ad1-d113-df85-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-29 01:53:45.935049 | fa163eee-6ad1-d113-df85-000000000b27 | TIMING | create persistent directories | standalone | 0:01:38.128986 | 0.48s 2025-11-29 01:53:45.945559 | fa163eee-6ad1-d113-df85-000000000b27 | TIMING | create persistent directories | standalone | 0:01:38.139495 | 0.49s 2025-11-29 01:53:45.966262 | fa163eee-6ad1-d113-df85-000000000b28 | TASK | ensure ceph configurations exist 2025-11-29 01:53:46.187360 | fa163eee-6ad1-d113-df85-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-11-29 01:53:46.188819 | fa163eee-6ad1-d113-df85-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:38.382756 | 0.22s 2025-11-29 01:53:46.214586 | fa163eee-6ad1-d113-df85-000000000b29 | TASK | create persistent directories 2025-11-29 01:53:46.484984 | fa163eee-6ad1-d113-df85-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-29 01:53:46.486681 | fa163eee-6ad1-d113-df85-000000000b29 | TIMING | create persistent directories | standalone | 0:01:38.680625 | 0.27s 2025-11-29 01:53:46.497241 | fa163eee-6ad1-d113-df85-000000000b29 | TIMING | create persistent directories | standalone | 0:01:38.691171 | 0.28s 2025-11-29 01:53:46.523035 | fa163eee-6ad1-d113-df85-000000000b2b | TASK | Create cinder image conversion directory 2025-11-29 01:53:46.552511 | fa163eee-6ad1-d113-df85-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-11-29 01:53:46.553690 | fa163eee-6ad1-d113-df85-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:38.747625 | 0.03s 2025-11-29 01:53:46.579080 | fa163eee-6ad1-d113-df85-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-11-29 01:53:46.609923 | fa163eee-6ad1-d113-df85-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-29 01:53:46.611005 | fa163eee-6ad1-d113-df85-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:38.804941 | 0.03s 2025-11-29 01:53:46.638125 | fa163eee-6ad1-d113-df85-000000000b2e | TASK | cinder_configure_lvm fact 2025-11-29 01:53:46.670724 | fa163eee-6ad1-d113-df85-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-11-29 01:53:46.671787 | fa163eee-6ad1-d113-df85-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:38.865725 | 0.03s 2025-11-29 01:53:46.696183 | fa163eee-6ad1-d113-df85-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-11-29 01:53:46.725931 | fa163eee-6ad1-d113-df85-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-11-29 01:53:46.727003 | fa163eee-6ad1-d113-df85-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:38.920939 | 0.03s 2025-11-29 01:53:46.751552 | fa163eee-6ad1-d113-df85-000000000b31 | TASK | cinder create LVM volume group dd 2025-11-29 01:53:46.780850 | fa163eee-6ad1-d113-df85-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-11-29 01:53:46.781968 | fa163eee-6ad1-d113-df85-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:38.975905 | 0.03s 2025-11-29 01:53:46.806562 | fa163eee-6ad1-d113-df85-000000000b32 | TASK | Get or create LVM loopback device 2025-11-29 01:53:46.836668 | fa163eee-6ad1-d113-df85-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-11-29 01:53:46.837737 | fa163eee-6ad1-d113-df85-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:39.031674 | 0.03s 2025-11-29 01:53:46.863390 | fa163eee-6ad1-d113-df85-000000000b33 | TASK | Create LVM volume group 2025-11-29 01:53:46.893181 | fa163eee-6ad1-d113-df85-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-11-29 01:53:46.894267 | fa163eee-6ad1-d113-df85-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:39.088204 | 0.03s 2025-11-29 01:53:46.918759 | fa163eee-6ad1-d113-df85-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-11-29 01:53:46.947180 | fa163eee-6ad1-d113-df85-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-11-29 01:53:46.948240 | fa163eee-6ad1-d113-df85-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:39.142176 | 0.03s 2025-11-29 01:53:46.973005 | fa163eee-6ad1-d113-df85-000000000b35 | TASK | cinder enable the LVM losetup service 2025-11-29 01:53:47.002200 | fa163eee-6ad1-d113-df85-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-11-29 01:53:47.003261 | fa163eee-6ad1-d113-df85-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:39.197197 | 0.03s 2025-11-29 01:53:47.028116 | fa163eee-6ad1-d113-df85-000000000b37 | TASK | allow logrotate to read inside containers 2025-11-29 01:53:47.997679 | fa163eee-6ad1-d113-df85-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-29 01:53:47.999271 | fa163eee-6ad1-d113-df85-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:40.193206 | 0.97s 2025-11-29 01:53:48.027038 | fa163eee-6ad1-d113-df85-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-11-29 01:53:50.247639 | fa163eee-6ad1-d113-df85-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-29 01:53:50.249313 | fa163eee-6ad1-d113-df85-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:42.443248 | 2.22s 2025-11-29 01:53:50.297866 | fa163eee-6ad1-d113-df85-000000000b3a | OK | set_fact | standalone 2025-11-29 01:53:50.299037 | fa163eee-6ad1-d113-df85-000000000b3a | TIMING | set_fact | standalone | 0:01:42.492971 | 0.02s 2025-11-29 01:53:50.352381 | fa163eee-6ad1-d113-df85-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:42.546312 | 0.03s 2025-11-29 01:53:50.409294 | fa163eee-6ad1-d113-df85-000000000f06 | TASK | ensure apache is installed 2025-11-29 01:53:56.318058 | fa163eee-6ad1-d113-df85-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-11-29 01:53:56.320056 | fa163eee-6ad1-d113-df85-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.513987 | 5.91s 2025-11-29 01:53:56.347043 | fa163eee-6ad1-d113-df85-000000000f07 | TASK | create image data directory 2025-11-29 01:53:56.615375 | fa163eee-6ad1-d113-df85-000000000f07 | CHANGED | create image data directory | standalone 2025-11-29 01:53:56.617276 | fa163eee-6ad1-d113-df85-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.811208 | 0.27s 2025-11-29 01:53:56.644164 | fa163eee-6ad1-d113-df85-000000000f08 | TASK | create /v2/ response file 2025-11-29 01:53:57.219727 | fa163eee-6ad1-d113-df85-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-11-29 01:53:57.221200 | fa163eee-6ad1-d113-df85-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.415134 | 0.58s 2025-11-29 01:53:57.247283 | fa163eee-6ad1-d113-df85-000000000f09 | TASK | Add listen line 2025-11-29 01:53:57.641677 | fa163eee-6ad1-d113-df85-000000000f09 | CHANGED | Add listen line | standalone 2025-11-29 01:53:57.643657 | fa163eee-6ad1-d113-df85-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.837591 | 0.40s 2025-11-29 01:53:57.669800 | fa163eee-6ad1-d113-df85-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-29 01:53:58.214821 | fa163eee-6ad1-d113-df85-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-29 01:53:58.216366 | fa163eee-6ad1-d113-df85-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:50.410300 | 0.55s 2025-11-29 01:53:58.243071 | fa163eee-6ad1-d113-df85-000000000f0b | TASK | Image-Serve | restart httpd 2025-11-29 01:53:59.284099 | fa163eee-6ad1-d113-df85-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-11-29 01:53:59.286124 | fa163eee-6ad1-d113-df85-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:51.480060 | 1.04s 2025-11-29 01:53:59.336078 | fa163eee-6ad1-d113-df85-000000000b3d | TASK | create persistent logs directory 2025-11-29 01:53:59.599198 | fa163eee-6ad1-d113-df85-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-29 01:53:59.601253 | fa163eee-6ad1-d113-df85-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:51.795191 | 0.26s 2025-11-29 01:53:59.825486 | fa163eee-6ad1-d113-df85-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-29 01:53:59.827182 | fa163eee-6ad1-d113-df85-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:52.021122 | 0.49s 2025-11-29 01:53:59.838213 | fa163eee-6ad1-d113-df85-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:52.032136 | 0.50s 2025-11-29 01:53:59.864615 | fa163eee-6ad1-d113-df85-000000000b3e | TASK | Mount NFS on host 2025-11-29 01:53:59.895801 | fa163eee-6ad1-d113-df85-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-11-29 01:53:59.896947 | fa163eee-6ad1-d113-df85-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:52.090881 | 0.03s 2025-11-29 01:53:59.922041 | fa163eee-6ad1-d113-df85-000000000b3f | TASK | Mount Node Staging Location 2025-11-29 01:53:59.951987 | fa163eee-6ad1-d113-df85-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-11-29 01:53:59.953236 | fa163eee-6ad1-d113-df85-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:52.147171 | 0.03s 2025-11-29 01:53:59.978928 | fa163eee-6ad1-d113-df85-000000000b40 | TASK | ensure /var/lib/glance exists 2025-11-29 01:54:00.220398 | fa163eee-6ad1-d113-df85-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-29 01:54:00.221764 | fa163eee-6ad1-d113-df85-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:52.415701 | 0.24s 2025-11-29 01:54:00.246918 | fa163eee-6ad1-d113-df85-000000000b41 | TASK | create logs directory 2025-11-29 01:54:00.521819 | fa163eee-6ad1-d113-df85-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-29 01:54:00.524905 | fa163eee-6ad1-d113-df85-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.718832 | 0.28s 2025-11-29 01:54:00.745614 | fa163eee-6ad1-d113-df85-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-11-29 01:54:00.747961 | fa163eee-6ad1-d113-df85-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.941893 | 0.50s 2025-11-29 01:54:00.758203 | fa163eee-6ad1-d113-df85-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.952128 | 0.51s 2025-11-29 01:54:00.784693 | fa163eee-6ad1-d113-df85-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-11-29 01:54:00.814616 | fa163eee-6ad1-d113-df85-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-11-29 01:54:00.815797 | fa163eee-6ad1-d113-df85-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:53.009732 | 0.03s 2025-11-29 01:54:00.841058 | fa163eee-6ad1-d113-df85-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-11-29 01:54:01.091329 | fa163eee-6ad1-d113-df85-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-11-29 01:54:01.093027 | fa163eee-6ad1-d113-df85-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:53.286963 | 0.25s 2025-11-29 01:54:01.118414 | fa163eee-6ad1-d113-df85-000000000b44 | TASK | create persistent directories 2025-11-29 01:54:01.378116 | fa163eee-6ad1-d113-df85-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-29 01:54:01.380013 | fa163eee-6ad1-d113-df85-000000000b44 | TIMING | create persistent directories | standalone | 0:01:53.573941 | 0.26s 2025-11-29 01:54:01.386179 | fa163eee-6ad1-d113-df85-000000000b44 | TIMING | create persistent directories | standalone | 0:01:53.580112 | 0.27s 2025-11-29 01:54:01.412070 | fa163eee-6ad1-d113-df85-000000000b45 | TASK | create persistent data directory 2025-11-29 01:54:01.634899 | fa163eee-6ad1-d113-df85-000000000b45 | OK | create persistent data directory | standalone 2025-11-29 01:54:01.636214 | fa163eee-6ad1-d113-df85-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:53.830151 | 0.22s 2025-11-29 01:54:01.661282 | fa163eee-6ad1-d113-df85-000000000b46 | TASK | get parameters 2025-11-29 01:54:01.701075 | fa163eee-6ad1-d113-df85-000000000b46 | OK | get parameters | standalone 2025-11-29 01:54:01.702167 | fa163eee-6ad1-d113-df85-000000000b46 | TIMING | get parameters | standalone | 0:01:53.896106 | 0.04s 2025-11-29 01:54:01.727187 | fa163eee-6ad1-d113-df85-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-11-29 01:54:01.776552 | fa163eee-6ad1-d113-df85-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-11-29 01:54:01.777666 | fa163eee-6ad1-d113-df85-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:53.971602 | 0.05s 2025-11-29 01:54:01.803338 | fa163eee-6ad1-d113-df85-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-11-29 01:54:01.852838 | fa163eee-6ad1-d113-df85-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-11-29 01:54:01.853998 | fa163eee-6ad1-d113-df85-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:54.047934 | 0.05s 2025-11-29 01:54:01.879046 | fa163eee-6ad1-d113-df85-000000000b4a | TASK | get haproxy status 2025-11-29 01:54:01.928637 | fa163eee-6ad1-d113-df85-000000000b4a | SKIPPED | get haproxy status | standalone 2025-11-29 01:54:01.929893 | fa163eee-6ad1-d113-df85-000000000b4a | TIMING | get haproxy status | standalone | 0:01:54.123828 | 0.05s 2025-11-29 01:54:01.955432 | fa163eee-6ad1-d113-df85-000000000b4b | TASK | get pacemaker status 2025-11-29 01:54:02.005437 | fa163eee-6ad1-d113-df85-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-11-29 01:54:02.006636 | fa163eee-6ad1-d113-df85-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:54.200573 | 0.05s 2025-11-29 01:54:02.031271 | fa163eee-6ad1-d113-df85-000000000b4c | TASK | get docker status 2025-11-29 01:54:02.081160 | fa163eee-6ad1-d113-df85-000000000b4c | SKIPPED | get docker status | standalone 2025-11-29 01:54:02.082326 | fa163eee-6ad1-d113-df85-000000000b4c | TIMING | get docker status | standalone | 0:01:54.276262 | 0.05s 2025-11-29 01:54:02.107325 | fa163eee-6ad1-d113-df85-000000000b4d | TASK | get container_id 2025-11-29 01:54:02.156866 | fa163eee-6ad1-d113-df85-000000000b4d | SKIPPED | get container_id | standalone 2025-11-29 01:54:02.157952 | fa163eee-6ad1-d113-df85-000000000b4d | TIMING | get container_id | standalone | 0:01:54.351889 | 0.05s 2025-11-29 01:54:02.182889 | fa163eee-6ad1-d113-df85-000000000b4e | TASK | get pcs resource name for haproxy container 2025-11-29 01:54:02.277389 | fa163eee-6ad1-d113-df85-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-11-29 01:54:02.278588 | fa163eee-6ad1-d113-df85-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:54.472526 | 0.09s 2025-11-29 01:54:02.303247 | fa163eee-6ad1-d113-df85-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-11-29 01:54:02.342185 | fa163eee-6ad1-d113-df85-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-11-29 01:54:02.343618 | fa163eee-6ad1-d113-df85-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:54.537551 | 0.04s 2025-11-29 01:54:02.368825 | fa163eee-6ad1-d113-df85-000000000b50 | TASK | push certificate content 2025-11-29 01:54:02.422133 | fa163eee-6ad1-d113-df85-000000000b50 | SKIPPED | push certificate content | standalone 2025-11-29 01:54:02.423278 | fa163eee-6ad1-d113-df85-000000000b50 | TIMING | push certificate content | standalone | 0:01:54.617212 | 0.05s 2025-11-29 01:54:02.449702 | fa163eee-6ad1-d113-df85-000000000b52 | TASK | set certificate ownership 2025-11-29 01:54:02.501160 | fa163eee-6ad1-d113-df85-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-11-29 01:54:02.502282 | fa163eee-6ad1-d113-df85-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:54.696218 | 0.05s 2025-11-29 01:54:02.527483 | fa163eee-6ad1-d113-df85-000000000b53 | TASK | reload haproxy if enabled 2025-11-29 01:54:02.577336 | fa163eee-6ad1-d113-df85-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-11-29 01:54:02.578431 | fa163eee-6ad1-d113-df85-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:54.772368 | 0.05s 2025-11-29 01:54:02.603588 | fa163eee-6ad1-d113-df85-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-11-29 01:54:02.649186 | fa163eee-6ad1-d113-df85-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-11-29 01:54:02.650267 | fa163eee-6ad1-d113-df85-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:54.844206 | 0.05s 2025-11-29 01:54:02.674674 | fa163eee-6ad1-d113-df85-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-11-29 01:54:02.724916 | fa163eee-6ad1-d113-df85-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-11-29 01:54:02.726045 | fa163eee-6ad1-d113-df85-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:54.919981 | 0.05s 2025-11-29 01:54:02.751272 | fa163eee-6ad1-d113-df85-000000000b58 | TASK | create persistent directories 2025-11-29 01:54:03.080769 | fa163eee-6ad1-d113-df85-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-29 01:54:03.082697 | fa163eee-6ad1-d113-df85-000000000b58 | TIMING | create persistent directories | standalone | 0:01:55.276629 | 0.33s 2025-11-29 01:54:03.299807 | fa163eee-6ad1-d113-df85-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-29 01:54:03.302180 | fa163eee-6ad1-d113-df85-000000000b58 | TIMING | create persistent directories | standalone | 0:01:55.496109 | 0.55s 2025-11-29 01:54:03.312829 | fa163eee-6ad1-d113-df85-000000000b58 | TIMING | create persistent directories | standalone | 0:01:55.506755 | 0.56s 2025-11-29 01:54:03.339487 | fa163eee-6ad1-d113-df85-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-11-29 01:54:09.014789 | fa163eee-6ad1-d113-df85-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-29 01:54:09.016313 | fa163eee-6ad1-d113-df85-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:01.210247 | 5.67s 2025-11-29 01:54:09.041979 | fa163eee-6ad1-d113-df85-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-29 01:54:09.123837 | fa163eee-6ad1-d113-df85-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.68 seconds", "Notice: Applied catalog in 0.24 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.24", " Config retrieval: 0.75", " Last run: 1764381248", " Total: 0.24", "Version:", " Config: 1764381247", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-11-29 01:54:09.125104 | fa163eee-6ad1-d113-df85-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:01.319041 | 0.08s 2025-11-29 01:54:09.150806 | fa163eee-6ad1-d113-df85-000000000b5b | TASK | create persistent directories 2025-11-29 01:54:09.396732 | fa163eee-6ad1-d113-df85-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-29 01:54:09.399057 | fa163eee-6ad1-d113-df85-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.592989 | 0.25s 2025-11-29 01:54:09.648942 | fa163eee-6ad1-d113-df85-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-29 01:54:09.650153 | fa163eee-6ad1-d113-df85-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.844091 | 0.50s 2025-11-29 01:54:09.656820 | fa163eee-6ad1-d113-df85-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.850761 | 0.50s 2025-11-29 01:54:09.682365 | fa163eee-6ad1-d113-df85-000000000b5c | TASK | create persistent directories 2025-11-29 01:54:09.936244 | fa163eee-6ad1-d113-df85-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-29 01:54:09.938437 | fa163eee-6ad1-d113-df85-000000000b5c | TIMING | create persistent directories | standalone | 0:02:02.132361 | 0.25s 2025-11-29 01:54:10.144539 | fa163eee-6ad1-d113-df85-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-29 01:54:10.145655 | fa163eee-6ad1-d113-df85-000000000b5c | TIMING | create persistent directories | standalone | 0:02:02.339594 | 0.46s 2025-11-29 01:54:10.151778 | fa163eee-6ad1-d113-df85-000000000b5c | TIMING | create persistent directories | standalone | 0:02:02.345720 | 0.47s 2025-11-29 01:54:10.177953 | fa163eee-6ad1-d113-df85-000000000b5d | TASK | create persistent directories 2025-11-29 01:54:10.440864 | fa163eee-6ad1-d113-df85-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-29 01:54:10.443672 | fa163eee-6ad1-d113-df85-000000000b5d | TIMING | create persistent directories | standalone | 0:02:02.637599 | 0.26s 2025-11-29 01:54:10.453436 | fa163eee-6ad1-d113-df85-000000000b5d | TIMING | create persistent directories | standalone | 0:02:02.647360 | 0.27s 2025-11-29 01:54:10.479639 | fa163eee-6ad1-d113-df85-000000000b5e | TASK | create persistent directories 2025-11-29 01:54:10.748030 | fa163eee-6ad1-d113-df85-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-29 01:54:10.750253 | fa163eee-6ad1-d113-df85-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.944180 | 0.27s 2025-11-29 01:54:10.950688 | fa163eee-6ad1-d113-df85-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-29 01:54:10.951754 | fa163eee-6ad1-d113-df85-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.145692 | 0.47s 2025-11-29 01:54:11.150164 | fa163eee-6ad1-d113-df85-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-29 01:54:11.151498 | fa163eee-6ad1-d113-df85-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.345433 | 0.67s 2025-11-29 01:54:11.344286 | fa163eee-6ad1-d113-df85-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-29 01:54:11.346088 | fa163eee-6ad1-d113-df85-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.540027 | 0.86s 2025-11-29 01:54:11.357707 | fa163eee-6ad1-d113-df85-000000000b5e | TIMING | create persistent directories | standalone | 0:02:03.551633 | 0.88s 2025-11-29 01:54:11.385409 | fa163eee-6ad1-d113-df85-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-11-29 01:54:11.808915 | fa163eee-6ad1-d113-df85-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-29 01:54:11.810368 | fa163eee-6ad1-d113-df85-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:04.004304 | 0.42s 2025-11-29 01:54:11.836677 | fa163eee-6ad1-d113-df85-000000000b60 | TASK | create fcontext entry for iscsi 2025-11-29 01:54:13.177984 | fa163eee-6ad1-d113-df85-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-29 01:54:13.180031 | fa163eee-6ad1-d113-df85-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.373970 | 1.34s 2025-11-29 01:54:14.493611 | fa163eee-6ad1-d113-df85-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-29 01:54:14.495538 | fa163eee-6ad1-d113-df85-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.689476 | 2.66s 2025-11-29 01:54:15.782358 | fa163eee-6ad1-d113-df85-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-29 01:54:15.786559 | fa163eee-6ad1-d113-df85-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.980490 | 3.95s 2025-11-29 01:54:15.794676 | fa163eee-6ad1-d113-df85-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.988616 | 3.96s 2025-11-29 01:54:15.822091 | fa163eee-6ad1-d113-df85-000000000b61 | TASK | create persistent directories 2025-11-29 01:54:16.075709 | fa163eee-6ad1-d113-df85-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-29 01:54:16.078133 | fa163eee-6ad1-d113-df85-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.272060 | 0.25s 2025-11-29 01:54:16.301809 | fa163eee-6ad1-d113-df85-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-29 01:54:16.303143 | fa163eee-6ad1-d113-df85-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.497081 | 0.48s 2025-11-29 01:54:16.503896 | fa163eee-6ad1-d113-df85-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-29 01:54:16.505585 | fa163eee-6ad1-d113-df85-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.699523 | 0.68s 2025-11-29 01:54:16.516723 | fa163eee-6ad1-d113-df85-000000000b61 | TIMING | create persistent directories | standalone | 0:02:08.710656 | 0.69s 2025-11-29 01:54:16.543221 | fa163eee-6ad1-d113-df85-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-29 01:54:16.733220 | fa163eee-6ad1-d113-df85-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-29 01:54:16.734401 | fa163eee-6ad1-d113-df85-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.928337 | 0.19s 2025-11-29 01:54:16.759258 | fa163eee-6ad1-d113-df85-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-11-29 01:54:16.787478 | fa163eee-6ad1-d113-df85-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-29 01:54:16.788530 | fa163eee-6ad1-d113-df85-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.982466 | 0.03s 2025-11-29 01:54:16.812933 | fa163eee-6ad1-d113-df85-000000000b64 | TASK | Check if iscsi.service is enabled 2025-11-29 01:54:17.014221 | fa163eee-6ad1-d113-df85-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-29 01:54:17.015719 | fa163eee-6ad1-d113-df85-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:09.209655 | 0.20s 2025-11-29 01:54:17.045681 | fa163eee-6ad1-d113-df85-000000000b65 | TASK | Stop iscsi.service 2025-11-29 01:54:17.086974 | fa163eee-6ad1-d113-df85-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-11-29 01:54:17.088334 | fa163eee-6ad1-d113-df85-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:09.282267 | 0.04s 2025-11-29 01:54:17.143073 | fa163eee-6ad1-d113-df85-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:09.337005 | 0.03s 2025-11-29 01:54:17.239647 | fa163eee-6ad1-d113-df85-000000001069 | TASK | Install additional packages 2025-11-29 01:54:17.266376 | fa163eee-6ad1-d113-df85-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:09.460320 | 0.03s 2025-11-29 01:54:17.283400 | fa163eee-6ad1-d113-df85-00000000106a | TASK | Remove dracut-config-generic 2025-11-29 01:54:21.111896 | fa163eee-6ad1-d113-df85-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-11-29 01:54:21.113420 | fa163eee-6ad1-d113-df85-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:13.307356 | 3.83s 2025-11-29 01:54:21.139286 | fa163eee-6ad1-d113-df85-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-29 01:54:21.373359 | fa163eee-6ad1-d113-df85-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-29 01:54:21.375365 | fa163eee-6ad1-d113-df85-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.569293 | 0.23s 2025-11-29 01:54:21.401765 | fa163eee-6ad1-d113-df85-00000000106c | TASK | Write list of modules to load at boot 2025-11-29 01:54:21.900403 | fa163eee-6ad1-d113-df85-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-11-29 01:54:21.901486 | fa163eee-6ad1-d113-df85-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:14.095428 | 0.50s 2025-11-29 01:54:21.922885 | fa163eee-6ad1-d113-df85-00000000106d | TASK | Modules reload 2025-11-29 01:54:22.435255 | fa163eee-6ad1-d113-df85-00000000106d | CHANGED | Modules reload | standalone 2025-11-29 01:54:22.437019 | fa163eee-6ad1-d113-df85-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.630956 | 0.51s 2025-11-29 01:54:22.463570 | fa163eee-6ad1-d113-df85-00000000106e | TASK | Set default sysctl options 2025-11-29 01:54:22.957710 | fa163eee-6ad1-d113-df85-00000000106e | CHANGED | Set default sysctl options | standalone 2025-11-29 01:54:22.959098 | fa163eee-6ad1-d113-df85-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:15.153035 | 0.49s 2025-11-29 01:54:22.985562 | fa163eee-6ad1-d113-df85-00000000106f | TASK | Set extra sysctl options 2025-11-29 01:54:23.450297 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-29 01:54:23.452350 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.646282 | 0.46s 2025-11-29 01:54:23.678027 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-29 01:54:23.680141 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.874081 | 0.69s 2025-11-29 01:54:23.903555 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-29 01:54:23.905716 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.099648 | 0.92s 2025-11-29 01:54:24.129990 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-29 01:54:24.132004 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.325940 | 1.14s 2025-11-29 01:54:24.400657 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-29 01:54:24.401766 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.595704 | 1.41s 2025-11-29 01:54:24.645763 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-29 01:54:24.646839 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.840778 | 1.66s 2025-11-29 01:54:24.927860 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-29 01:54:24.929808 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.123744 | 1.94s 2025-11-29 01:54:25.160175 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-29 01:54:25.161272 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.355210 | 2.17s 2025-11-29 01:54:25.360989 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-29 01:54:25.361937 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.555876 | 2.37s 2025-11-29 01:54:25.538876 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-29 01:54:25.540692 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.734630 | 2.55s 2025-11-29 01:54:25.715058 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-29 01:54:25.716857 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.910794 | 2.73s 2025-11-29 01:54:25.890513 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-29 01:54:25.892625 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.086561 | 2.90s 2025-11-29 01:54:26.115020 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-29 01:54:26.116222 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.310137 | 3.13s 2025-11-29 01:54:26.306990 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-29 01:54:26.308286 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.502223 | 3.32s 2025-11-29 01:54:26.514837 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-29 01:54:26.516705 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.710643 | 3.53s 2025-11-29 01:54:26.717889 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-29 01:54:26.721472 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.915370 | 3.73s 2025-11-29 01:54:27.950210 | fa163eee-6ad1-d113-df85-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-29 01:54:27.953540 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.147472 | 4.97s 2025-11-29 01:54:27.965797 | fa163eee-6ad1-d113-df85-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.159729 | 4.98s 2025-11-29 01:54:27.995044 | fa163eee-6ad1-d113-df85-000000001071 | TASK | Sysctl reload 2025-11-29 01:54:28.418825 | fa163eee-6ad1-d113-df85-000000001071 | CHANGED | Sysctl reload | standalone 2025-11-29 01:54:28.420687 | fa163eee-6ad1-d113-df85-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:20.614622 | 0.42s 2025-11-29 01:54:28.472333 | fa163eee-6ad1-d113-df85-000000000b67 | TASK | create persistent directories 2025-11-29 01:54:28.719333 | fa163eee-6ad1-d113-df85-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-29 01:54:28.721134 | fa163eee-6ad1-d113-df85-000000000b67 | TIMING | create persistent directories | standalone | 0:02:20.915069 | 0.25s 2025-11-29 01:54:28.930253 | fa163eee-6ad1-d113-df85-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-29 01:54:28.931296 | fa163eee-6ad1-d113-df85-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.125240 | 0.46s 2025-11-29 01:54:28.937553 | fa163eee-6ad1-d113-df85-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.131495 | 0.46s 2025-11-29 01:54:28.963346 | fa163eee-6ad1-d113-df85-000000000b68 | TASK | Check if file certs_valid exist 2025-11-29 01:54:29.183652 | fa163eee-6ad1-d113-df85-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-11-29 01:54:29.185005 | fa163eee-6ad1-d113-df85-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.378941 | 0.22s 2025-11-29 01:54:29.210223 | fa163eee-6ad1-d113-df85-000000000b69 | TASK | Check if file cert9.db exist 2025-11-29 01:54:29.429727 | fa163eee-6ad1-d113-df85-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-11-29 01:54:29.431039 | fa163eee-6ad1-d113-df85-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.624975 | 0.22s 2025-11-29 01:54:29.456225 | fa163eee-6ad1-d113-df85-000000000b6a | TASK | Check if file key4.db exist 2025-11-29 01:54:29.668512 | fa163eee-6ad1-d113-df85-000000000b6a | OK | Check if file key4.db exist | standalone 2025-11-29 01:54:29.669798 | fa163eee-6ad1-d113-df85-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:21.863734 | 0.21s 2025-11-29 01:54:29.721609 | fa163eee-6ad1-d113-df85-000000000b6b | SKIPPED | fail | standalone 2025-11-29 01:54:29.722780 | fa163eee-6ad1-d113-df85-000000000b6b | TIMING | fail | standalone | 0:02:21.916716 | 0.03s 2025-11-29 01:54:29.747620 | fa163eee-6ad1-d113-df85-000000000b6c | TASK | Create persistent directories 2025-11-29 01:54:30.005972 | fa163eee-6ad1-d113-df85-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-29 01:54:30.007512 | fa163eee-6ad1-d113-df85-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.201448 | 0.26s 2025-11-29 01:54:30.229299 | fa163eee-6ad1-d113-df85-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-29 01:54:30.230814 | fa163eee-6ad1-d113-df85-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.424756 | 0.48s 2025-11-29 01:54:30.241813 | fa163eee-6ad1-d113-df85-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.435754 | 0.49s 2025-11-29 01:54:30.268337 | fa163eee-6ad1-d113-df85-000000000b6d | TASK | create persistent directories 2025-11-29 01:54:30.496579 | fa163eee-6ad1-d113-df85-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-29 01:54:30.498604 | fa163eee-6ad1-d113-df85-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.692538 | 0.23s 2025-11-29 01:54:30.509155 | fa163eee-6ad1-d113-df85-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.703096 | 0.24s 2025-11-29 01:54:30.534917 | fa163eee-6ad1-d113-df85-000000000b6e | TASK | create persistent directories 2025-11-29 01:54:30.791967 | fa163eee-6ad1-d113-df85-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-29 01:54:30.793617 | fa163eee-6ad1-d113-df85-000000000b6e | TIMING | create persistent directories | standalone | 0:02:22.987534 | 0.26s 2025-11-29 01:54:31.064073 | fa163eee-6ad1-d113-df85-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-29 01:54:31.065902 | fa163eee-6ad1-d113-df85-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.259841 | 0.53s 2025-11-29 01:54:31.076352 | fa163eee-6ad1-d113-df85-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.270284 | 0.54s 2025-11-29 01:54:31.102636 | fa163eee-6ad1-d113-df85-000000000b6f | TASK | create persistent directories 2025-11-29 01:54:31.339936 | fa163eee-6ad1-d113-df85-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-29 01:54:31.341428 | fa163eee-6ad1-d113-df85-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.535363 | 0.24s 2025-11-29 01:54:31.347436 | fa163eee-6ad1-d113-df85-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.541375 | 0.24s 2025-11-29 01:54:31.372821 | fa163eee-6ad1-d113-df85-000000000b70 | TASK | create persistent directories 2025-11-29 01:54:31.684292 | fa163eee-6ad1-d113-df85-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-29 01:54:31.686122 | fa163eee-6ad1-d113-df85-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.880051 | 0.31s 2025-11-29 01:54:31.964483 | fa163eee-6ad1-d113-df85-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-29 01:54:31.965849 | fa163eee-6ad1-d113-df85-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.159794 | 0.59s 2025-11-29 01:54:32.210589 | fa163eee-6ad1-d113-df85-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-29 01:54:32.211989 | fa163eee-6ad1-d113-df85-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.405934 | 0.84s 2025-11-29 01:54:32.223300 | fa163eee-6ad1-d113-df85-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.417235 | 0.85s 2025-11-29 01:54:32.249608 | fa163eee-6ad1-d113-df85-000000000b71 | TASK | create persistent directories 2025-11-29 01:54:32.498163 | fa163eee-6ad1-d113-df85-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-29 01:54:32.499391 | fa163eee-6ad1-d113-df85-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.693327 | 0.25s 2025-11-29 01:54:32.710355 | fa163eee-6ad1-d113-df85-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-29 01:54:32.712188 | fa163eee-6ad1-d113-df85-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.906128 | 0.46s 2025-11-29 01:54:32.719604 | fa163eee-6ad1-d113-df85-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.913538 | 0.47s 2025-11-29 01:54:32.745589 | fa163eee-6ad1-d113-df85-000000000b72 | TASK | create persistent directories 2025-11-29 01:54:32.977467 | fa163eee-6ad1-d113-df85-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-29 01:54:32.979515 | fa163eee-6ad1-d113-df85-000000000b72 | TIMING | create persistent directories | standalone | 0:02:25.173446 | 0.23s 2025-11-29 01:54:32.989674 | fa163eee-6ad1-d113-df85-000000000b72 | TIMING | create persistent directories | standalone | 0:02:25.183604 | 0.24s 2025-11-29 01:54:33.017095 | fa163eee-6ad1-d113-df85-000000000b73 | TASK | creating directory 2025-11-29 01:54:33.249677 | fa163eee-6ad1-d113-df85-000000000b73 | CHANGED | creating directory | standalone 2025-11-29 01:54:33.251071 | fa163eee-6ad1-d113-df85-000000000b73 | TIMING | creating directory | standalone | 0:02:25.445007 | 0.23s 2025-11-29 01:54:33.277543 | fa163eee-6ad1-d113-df85-000000000b74 | TASK | derive pci passthrough whitelist 2025-11-29 01:54:33.709335 | fa163eee-6ad1-d113-df85-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-29 01:54:33.710642 | fa163eee-6ad1-d113-df85-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:25.904580 | 0.43s 2025-11-29 01:54:33.735599 | fa163eee-6ad1-d113-df85-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-29 01:54:34.582210 | fa163eee-6ad1-d113-df85-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-29 01:54:34.583739 | fa163eee-6ad1-d113-df85-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.777675 | 0.85s 2025-11-29 01:54:34.610188 | fa163eee-6ad1-d113-df85-000000000b76 | TASK | create /run/netns with temp namespace 2025-11-29 01:54:34.854108 | fa163eee-6ad1-d113-df85-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-29 01:54:34.855557 | fa163eee-6ad1-d113-df85-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:27.049489 | 0.24s 2025-11-29 01:54:34.882063 | fa163eee-6ad1-d113-df85-000000000b77 | TASK | remove temp namespace 2025-11-29 01:54:35.124430 | fa163eee-6ad1-d113-df85-000000000b77 | CHANGED | remove temp namespace | standalone 2025-11-29 01:54:35.125773 | fa163eee-6ad1-d113-df85-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:27.319709 | 0.24s 2025-11-29 01:54:35.151418 | fa163eee-6ad1-d113-df85-000000000b78 | TASK | create /var/lib/neutron 2025-11-29 01:54:35.384767 | fa163eee-6ad1-d113-df85-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-11-29 01:54:35.386100 | fa163eee-6ad1-d113-df85-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:27.580038 | 0.23s 2025-11-29 01:54:35.412146 | fa163eee-6ad1-d113-df85-000000000b79 | TASK | set conditions 2025-11-29 01:54:35.442213 | fa163eee-6ad1-d113-df85-000000000b79 | OK | set conditions | standalone 2025-11-29 01:54:35.443353 | fa163eee-6ad1-d113-df85-000000000b79 | TIMING | set conditions | standalone | 0:02:27.637291 | 0.03s 2025-11-29 01:54:35.468745 | fa163eee-6ad1-d113-df85-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-29 01:54:35.701347 | fa163eee-6ad1-d113-df85-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-29 01:54:35.702206 | fa163eee-6ad1-d113-df85-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:27.896150 | 0.23s 2025-11-29 01:54:35.722615 | fa163eee-6ad1-d113-df85-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-11-29 01:54:36.186140 | fa163eee-6ad1-d113-df85-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-29 01:54:36.187565 | fa163eee-6ad1-d113-df85-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:28.381500 | 0.46s 2025-11-29 01:54:36.212820 | fa163eee-6ad1-d113-df85-000000000b7c | TASK | create haproxy kill script 2025-11-29 01:54:36.699208 | fa163eee-6ad1-d113-df85-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-11-29 01:54:36.700670 | fa163eee-6ad1-d113-df85-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:28.894604 | 0.49s 2025-11-29 01:54:36.727316 | fa163eee-6ad1-d113-df85-000000000b7d | TASK | create persistent directories 2025-11-29 01:54:36.976785 | fa163eee-6ad1-d113-df85-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-29 01:54:36.978921 | fa163eee-6ad1-d113-df85-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.172848 | 0.25s 2025-11-29 01:54:37.180621 | fa163eee-6ad1-d113-df85-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-29 01:54:37.182749 | fa163eee-6ad1-d113-df85-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.376684 | 0.45s 2025-11-29 01:54:37.193541 | fa163eee-6ad1-d113-df85-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.387459 | 0.46s 2025-11-29 01:54:37.220673 | fa163eee-6ad1-d113-df85-000000000b7e | TASK | create persistent directories 2025-11-29 01:54:37.473802 | fa163eee-6ad1-d113-df85-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-29 01:54:37.476511 | fa163eee-6ad1-d113-df85-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.670437 | 0.25s 2025-11-29 01:54:37.486343 | fa163eee-6ad1-d113-df85-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.680269 | 0.26s 2025-11-29 01:54:37.513413 | fa163eee-6ad1-d113-df85-000000000b7f | TASK | create persistent directories 2025-11-29 01:54:37.775770 | fa163eee-6ad1-d113-df85-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-29 01:54:37.778435 | fa163eee-6ad1-d113-df85-000000000b7f | TIMING | create persistent directories | standalone | 0:02:29.972364 | 0.26s 2025-11-29 01:54:37.997788 | fa163eee-6ad1-d113-df85-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-29 01:54:37.999070 | fa163eee-6ad1-d113-df85-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.193006 | 0.48s 2025-11-29 01:54:38.005688 | fa163eee-6ad1-d113-df85-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.199622 | 0.49s 2025-11-29 01:54:38.031848 | fa163eee-6ad1-d113-df85-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-29 01:54:38.250778 | fa163eee-6ad1-d113-df85-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-29 01:54:38.252134 | fa163eee-6ad1-d113-df85-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.446070 | 0.22s 2025-11-29 01:54:38.278134 | fa163eee-6ad1-d113-df85-000000000b81 | TASK | create persistent directories 2025-11-29 01:54:38.517877 | fa163eee-6ad1-d113-df85-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-29 01:54:38.520337 | fa163eee-6ad1-d113-df85-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.714269 | 0.24s 2025-11-29 01:54:38.740622 | fa163eee-6ad1-d113-df85-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-29 01:54:38.742328 | fa163eee-6ad1-d113-df85-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.936266 | 0.46s 2025-11-29 01:54:38.976641 | fa163eee-6ad1-d113-df85-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-29 01:54:38.978621 | fa163eee-6ad1-d113-df85-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.172559 | 0.70s 2025-11-29 01:54:39.203741 | fa163eee-6ad1-d113-df85-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-29 01:54:39.205597 | fa163eee-6ad1-d113-df85-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.399534 | 0.93s 2025-11-29 01:54:39.412711 | fa163eee-6ad1-d113-df85-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-29 01:54:39.413768 | fa163eee-6ad1-d113-df85-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.607708 | 1.13s 2025-11-29 01:54:39.421595 | fa163eee-6ad1-d113-df85-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.615524 | 1.14s 2025-11-29 01:54:39.449608 | fa163eee-6ad1-d113-df85-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-11-29 01:54:39.912257 | fa163eee-6ad1-d113-df85-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-29 01:54:39.913746 | fa163eee-6ad1-d113-df85-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:32.107680 | 0.46s 2025-11-29 01:54:39.940849 | fa163eee-6ad1-d113-df85-000000000b83 | TASK | create tempfiles 2025-11-29 01:54:40.279563 | fa163eee-6ad1-d113-df85-000000000b83 | CHANGED | create tempfiles | standalone 2025-11-29 01:54:40.281139 | fa163eee-6ad1-d113-df85-000000000b83 | TIMING | create tempfiles | standalone | 0:02:32.475072 | 0.34s 2025-11-29 01:54:40.307015 | fa163eee-6ad1-d113-df85-000000000b84 | TASK | Mount Nova NFS Share 2025-11-29 01:54:40.338281 | fa163eee-6ad1-d113-df85-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-29 01:54:40.340264 | fa163eee-6ad1-d113-df85-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.534190 | 0.03s 2025-11-29 01:54:40.367676 | fa163eee-6ad1-d113-df85-000000000b86 | TASK | check systemd-container package installed or not 2025-11-29 01:54:40.398652 | fa163eee-6ad1-d113-df85-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-29 01:54:40.399912 | fa163eee-6ad1-d113-df85-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.593849 | 0.03s 2025-11-29 01:54:40.420824 | fa163eee-6ad1-d113-df85-000000000b87 | TASK | get latest package from downloaded package versions 2025-11-29 01:54:40.449725 | fa163eee-6ad1-d113-df85-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-29 01:54:40.450723 | fa163eee-6ad1-d113-df85-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.644661 | 0.03s 2025-11-29 01:54:40.470742 | fa163eee-6ad1-d113-df85-000000000b88 | TASK | Install systemd-container package on boot 2025-11-29 01:54:40.499067 | fa163eee-6ad1-d113-df85-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-11-29 01:54:40.500076 | fa163eee-6ad1-d113-df85-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.694017 | 0.03s 2025-11-29 01:54:40.520077 | fa163eee-6ad1-d113-df85-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-11-29 01:54:40.550682 | fa163eee-6ad1-d113-df85-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-29 01:54:40.551727 | fa163eee-6ad1-d113-df85-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.745668 | 0.03s 2025-11-29 01:54:40.571176 | fa163eee-6ad1-d113-df85-000000000b8a | TASK | check if install-systemd-container service exists 2025-11-29 01:54:40.599337 | fa163eee-6ad1-d113-df85-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-29 01:54:40.600240 | fa163eee-6ad1-d113-df85-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:32.794182 | 0.03s 2025-11-29 01:54:40.619799 | fa163eee-6ad1-d113-df85-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-11-29 01:54:40.650619 | fa163eee-6ad1-d113-df85-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-29 01:54:40.652250 | fa163eee-6ad1-d113-df85-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:32.846183 | 0.03s 2025-11-29 01:54:40.679590 | fa163eee-6ad1-d113-df85-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-29 01:54:40.715019 | fa163eee-6ad1-d113-df85-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-29 01:54:40.716309 | fa163eee-6ad1-d113-df85-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:32.910243 | 0.04s 2025-11-29 01:54:40.743955 | fa163eee-6ad1-d113-df85-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-29 01:54:40.777413 | fa163eee-6ad1-d113-df85-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-29 01:54:40.778710 | fa163eee-6ad1-d113-df85-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:32.972645 | 0.03s 2025-11-29 01:54:40.805530 | fa163eee-6ad1-d113-df85-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-29 01:54:40.837674 | fa163eee-6ad1-d113-df85-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-29 01:54:40.838936 | fa163eee-6ad1-d113-df85-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.032871 | 0.03s 2025-11-29 01:54:40.865122 | fa163eee-6ad1-d113-df85-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-29 01:54:40.898481 | fa163eee-6ad1-d113-df85-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-29 01:54:40.899746 | fa163eee-6ad1-d113-df85-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.093680 | 0.03s 2025-11-29 01:54:40.927811 | fa163eee-6ad1-d113-df85-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-29 01:54:40.959836 | fa163eee-6ad1-d113-df85-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-29 01:54:40.962330 | fa163eee-6ad1-d113-df85-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:33.156259 | 0.03s 2025-11-29 01:54:40.988031 | fa163eee-6ad1-d113-df85-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-29 01:54:41.019948 | fa163eee-6ad1-d113-df85-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-29 01:54:41.021977 | fa163eee-6ad1-d113-df85-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.215908 | 0.03s 2025-11-29 01:54:41.047883 | fa163eee-6ad1-d113-df85-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-29 01:54:41.080487 | fa163eee-6ad1-d113-df85-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-29 01:54:41.082980 | fa163eee-6ad1-d113-df85-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.276911 | 0.03s 2025-11-29 01:54:41.109021 | fa163eee-6ad1-d113-df85-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-29 01:54:41.147670 | fa163eee-6ad1-d113-df85-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-29 01:54:41.149535 | fa163eee-6ad1-d113-df85-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.343467 | 0.04s 2025-11-29 01:54:41.174807 | fa163eee-6ad1-d113-df85-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-11-29 01:54:41.216250 | fa163eee-6ad1-d113-df85-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-11-29 01:54:41.218169 | fa163eee-6ad1-d113-df85-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.412103 | 0.04s 2025-11-29 01:54:41.243596 | fa163eee-6ad1-d113-df85-000000000b99 | TASK | install nova-compute delay wrapper script 2025-11-29 01:54:41.294050 | fa163eee-6ad1-d113-df85-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-29 01:54:41.295693 | fa163eee-6ad1-d113-df85-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.489620 | 0.05s 2025-11-29 01:54:41.321081 | fa163eee-6ad1-d113-df85-000000000b9a | TASK | Is irqbalance enabled 2025-11-29 01:54:41.354175 | fa163eee-6ad1-d113-df85-000000000b9a | OK | Is irqbalance enabled | standalone 2025-11-29 01:54:41.355756 | fa163eee-6ad1-d113-df85-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:33.549687 | 0.03s 2025-11-29 01:54:41.381317 | fa163eee-6ad1-d113-df85-000000000b9b | TASK | disable irqbalance service on compute 2025-11-29 01:54:41.413941 | fa163eee-6ad1-d113-df85-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-11-29 01:54:41.415248 | fa163eee-6ad1-d113-df85-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:33.609181 | 0.03s 2025-11-29 01:54:41.441148 | fa163eee-6ad1-d113-df85-000000000b9c | TASK | create persistent directories 2025-11-29 01:54:41.708162 | fa163eee-6ad1-d113-df85-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-29 01:54:41.710560 | fa163eee-6ad1-d113-df85-000000000b9c | TIMING | create persistent directories | standalone | 0:02:33.904484 | 0.27s 2025-11-29 01:54:41.720013 | fa163eee-6ad1-d113-df85-000000000b9c | TIMING | create persistent directories | standalone | 0:02:33.913941 | 0.28s 2025-11-29 01:54:41.743149 | fa163eee-6ad1-d113-df85-000000000b9d | TASK | create libvirt persistent data directories 2025-11-29 01:54:42.033240 | fa163eee-6ad1-d113-df85-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-29 01:54:42.036023 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.229952 | 0.29s 2025-11-29 01:54:42.253083 | fa163eee-6ad1-d113-df85-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-29 01:54:42.253970 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.447912 | 0.51s 2025-11-29 01:54:42.505539 | fa163eee-6ad1-d113-df85-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-29 01:54:42.507343 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.701282 | 0.76s 2025-11-29 01:54:42.724506 | fa163eee-6ad1-d113-df85-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-29 01:54:42.725532 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.919472 | 0.98s 2025-11-29 01:54:42.948369 | fa163eee-6ad1-d113-df85-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-29 01:54:42.949229 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.143171 | 1.20s 2025-11-29 01:54:43.240692 | fa163eee-6ad1-d113-df85-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-29 01:54:43.241500 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.435445 | 1.50s 2025-11-29 01:54:43.490392 | fa163eee-6ad1-d113-df85-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-29 01:54:43.491988 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.685929 | 1.75s 2025-11-29 01:54:43.741699 | fa163eee-6ad1-d113-df85-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-29 01:54:43.742823 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.936762 | 2.00s 2025-11-29 01:54:43.751753 | fa163eee-6ad1-d113-df85-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.945686 | 2.01s 2025-11-29 01:54:43.779764 | fa163eee-6ad1-d113-df85-000000000b9e | TASK | ensure qemu group is present on the host 2025-11-29 01:54:44.245483 | fa163eee-6ad1-d113-df85-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-11-29 01:54:44.247041 | fa163eee-6ad1-d113-df85-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.440973 | 0.47s 2025-11-29 01:54:44.273053 | fa163eee-6ad1-d113-df85-000000000b9f | TASK | ensure qemu user is present on the host 2025-11-29 01:54:44.846251 | fa163eee-6ad1-d113-df85-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-11-29 01:54:44.847762 | fa163eee-6ad1-d113-df85-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:37.041695 | 0.57s 2025-11-29 01:54:44.873280 | fa163eee-6ad1-d113-df85-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-29 01:54:45.124335 | fa163eee-6ad1-d113-df85-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-29 01:54:45.125850 | fa163eee-6ad1-d113-df85-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:37.319784 | 0.25s 2025-11-29 01:54:45.151464 | fa163eee-6ad1-d113-df85-000000000ba1 | TASK | check if libvirt is installed 2025-11-29 01:54:45.388271 | fa163eee-6ad1-d113-df85-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-11-29 01:54:45.390025 | fa163eee-6ad1-d113-df85-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:37.583956 | 0.24s 2025-11-29 01:54:45.416942 | fa163eee-6ad1-d113-df85-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-11-29 01:54:45.462136 | fa163eee-6ad1-d113-df85-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-29 01:54:45.469206 | fa163eee-6ad1-d113-df85-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-29 01:54:45.474931 | fa163eee-6ad1-d113-df85-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.668857 | 0.06s 2025-11-29 01:54:45.503425 | fa163eee-6ad1-d113-df85-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-11-29 01:54:45.971658 | fa163eee-6ad1-d113-df85-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-29 01:54:45.973898 | fa163eee-6ad1-d113-df85-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.167829 | 0.47s 2025-11-29 01:54:45.995320 | fa163eee-6ad1-d113-df85-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-29 01:54:47.014173 | fa163eee-6ad1-d113-df85-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-29 01:54:47.016321 | fa163eee-6ad1-d113-df85-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.210250 | 1.02s 2025-11-29 01:54:47.043033 | fa163eee-6ad1-d113-df85-000000000ba5 | TASK | remove gnutls-qemu.config 2025-11-29 01:54:47.306294 | fa163eee-6ad1-d113-df85-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-11-29 01:54:47.307811 | fa163eee-6ad1-d113-df85-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:39.501745 | 0.26s 2025-11-29 01:54:47.333995 | fa163eee-6ad1-d113-df85-000000000ba6 | TASK | update crypto policies 2025-11-29 01:54:47.373436 | fa163eee-6ad1-d113-df85-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-11-29 01:54:47.375362 | fa163eee-6ad1-d113-df85-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:39.569297 | 0.04s 2025-11-29 01:54:47.400228 | fa163eee-6ad1-d113-df85-000000000ba7 | TASK | Create libvirt persistent data directories 2025-11-29 01:54:47.670202 | fa163eee-6ad1-d113-df85-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-29 01:54:47.672600 | fa163eee-6ad1-d113-df85-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.866530 | 0.27s 2025-11-29 01:54:47.682401 | fa163eee-6ad1-d113-df85-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.876334 | 0.28s 2025-11-29 01:54:47.708345 | fa163eee-6ad1-d113-df85-000000000ba8 | TASK | create persistent directories 2025-11-29 01:54:47.967307 | fa163eee-6ad1-d113-df85-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-29 01:54:47.968915 | fa163eee-6ad1-d113-df85-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:40.162848 | 0.26s 2025-11-29 01:54:48.200182 | fa163eee-6ad1-d113-df85-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-29 01:54:48.201760 | fa163eee-6ad1-d113-df85-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:40.395701 | 0.49s 2025-11-29 01:54:48.211837 | fa163eee-6ad1-d113-df85-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:40.405775 | 0.50s 2025-11-29 01:54:48.229882 | fa163eee-6ad1-d113-df85-000000000ba9 | TASK | Copy in cleanup script 2025-11-29 01:54:48.722215 | fa163eee-6ad1-d113-df85-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-11-29 01:54:48.723585 | fa163eee-6ad1-d113-df85-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:40.917520 | 0.49s 2025-11-29 01:54:48.748842 | fa163eee-6ad1-d113-df85-000000000baa | TASK | Copy in cleanup service 2025-11-29 01:54:49.223701 | fa163eee-6ad1-d113-df85-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-11-29 01:54:49.225147 | fa163eee-6ad1-d113-df85-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:41.419081 | 0.48s 2025-11-29 01:54:49.250525 | fa163eee-6ad1-d113-df85-000000000bab | TASK | Enabling the cleanup service 2025-11-29 01:54:50.947865 | fa163eee-6ad1-d113-df85-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-11-29 01:54:50.950008 | fa163eee-6ad1-d113-df85-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:43.143939 | 1.70s 2025-11-29 01:54:50.977089 | fa163eee-6ad1-d113-df85-000000000bac | TASK | create persistent directories 2025-11-29 01:54:51.224078 | fa163eee-6ad1-d113-df85-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-29 01:54:51.226997 | fa163eee-6ad1-d113-df85-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.420930 | 0.25s 2025-11-29 01:54:51.429475 | fa163eee-6ad1-d113-df85-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-29 01:54:51.431592 | fa163eee-6ad1-d113-df85-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.625528 | 0.45s 2025-11-29 01:54:51.442178 | fa163eee-6ad1-d113-df85-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.636110 | 0.46s 2025-11-29 01:54:51.468390 | fa163eee-6ad1-d113-df85-000000000bad | TASK | set conditions 2025-11-29 01:54:51.498287 | fa163eee-6ad1-d113-df85-000000000bad | OK | set conditions | standalone 2025-11-29 01:54:51.499667 | fa163eee-6ad1-d113-df85-000000000bad | TIMING | set conditions | standalone | 0:02:43.693601 | 0.03s 2025-11-29 01:54:51.524952 | fa163eee-6ad1-d113-df85-000000000bae | TASK | create persistent directories 2025-11-29 01:54:51.794013 | fa163eee-6ad1-d113-df85-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-29 01:54:51.796378 | fa163eee-6ad1-d113-df85-000000000bae | TIMING | create persistent directories | standalone | 0:02:43.990302 | 0.27s 2025-11-29 01:54:52.019337 | fa163eee-6ad1-d113-df85-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-11-29 01:54:52.021528 | fa163eee-6ad1-d113-df85-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.215460 | 0.50s 2025-11-29 01:54:52.192767 | fa163eee-6ad1-d113-df85-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-11-29 01:54:52.194922 | fa163eee-6ad1-d113-df85-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.388858 | 0.67s 2025-11-29 01:54:52.205545 | fa163eee-6ad1-d113-df85-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.399480 | 0.68s 2025-11-29 01:54:52.231409 | fa163eee-6ad1-d113-df85-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-11-29 01:54:52.652324 | fa163eee-6ad1-d113-df85-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-11-29 01:54:52.653287 | fa163eee-6ad1-d113-df85-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:44.847225 | 0.42s 2025-11-29 01:54:52.671218 | fa163eee-6ad1-d113-df85-000000000bb0 | TASK | create persistent directories 2025-11-29 01:54:52.914076 | fa163eee-6ad1-d113-df85-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-29 01:54:52.917040 | fa163eee-6ad1-d113-df85-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.110964 | 0.24s 2025-11-29 01:54:53.090496 | fa163eee-6ad1-d113-df85-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-11-29 01:54:53.092713 | fa163eee-6ad1-d113-df85-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.286648 | 0.42s 2025-11-29 01:54:53.103171 | fa163eee-6ad1-d113-df85-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.297099 | 0.43s 2025-11-29 01:54:53.130543 | fa163eee-6ad1-d113-df85-000000000bb1 | TASK | create empty log files 2025-11-29 01:54:53.392509 | fa163eee-6ad1-d113-df85-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-11-29 01:54:53.394904 | fa163eee-6ad1-d113-df85-000000000bb1 | TIMING | create empty log files | standalone | 0:02:45.588837 | 0.26s 2025-11-29 01:54:53.600688 | fa163eee-6ad1-d113-df85-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-11-29 01:54:53.601891 | fa163eee-6ad1-d113-df85-000000000bb1 | TIMING | create empty log files | standalone | 0:02:45.795827 | 0.47s 2025-11-29 01:54:53.608687 | fa163eee-6ad1-d113-df85-000000000bb1 | TIMING | create empty log files | standalone | 0:02:45.802620 | 0.48s 2025-11-29 01:54:53.634955 | fa163eee-6ad1-d113-df85-000000000bb2 | TASK | create persistent directories 2025-11-29 01:54:53.874674 | fa163eee-6ad1-d113-df85-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-29 01:54:53.877391 | fa163eee-6ad1-d113-df85-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:46.071319 | 0.24s 2025-11-29 01:54:53.887733 | fa163eee-6ad1-d113-df85-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:46.081662 | 0.25s 2025-11-29 01:54:53.914932 | fa163eee-6ad1-d113-df85-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-11-29 01:54:56.931197 | fa163eee-6ad1-d113-df85-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-11-29 01:54:56.932637 | fa163eee-6ad1-d113-df85-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:49.126575 | 3.02s 2025-11-29 01:54:56.985105 | fa163eee-6ad1-d113-df85-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:49.179031 | 0.03s 2025-11-29 01:54:57.056907 | fa163eee-6ad1-d113-df85-000000001297 | TASK | Gather variables for each operating system 2025-11-29 01:54:57.183631 | fa163eee-6ad1-d113-df85-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:49.377558 | 0.13s 2025-11-29 01:54:57.206402 | fa163eee-6ad1-d113-df85-000000001298 | TASK | Set packages facts 2025-11-29 01:54:57.256309 | fa163eee-6ad1-d113-df85-000000001298 | OK | Set packages facts | standalone 2025-11-29 01:54:57.257499 | fa163eee-6ad1-d113-df85-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:49.451438 | 0.05s 2025-11-29 01:54:57.275532 | fa163eee-6ad1-d113-df85-000000001299 | TASK | Manage package 2025-11-29 01:54:57.333396 | fa163eee-6ad1-d113-df85-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-29 01:54:57.349392 | fa163eee-6ad1-d113-df85-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-29 01:54:57.364908 | fa163eee-6ad1-d113-df85-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-29 01:55:01.957259 | fa163eee-6ad1-d113-df85-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.151172 | 4.68s 2025-11-29 01:55:01.978244 | fa163eee-6ad1-d113-df85-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-29 01:55:01.985535 | fa163eee-6ad1-d113-df85-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.179462 | 4.71s 2025-11-29 01:55:02.038350 | fa163eee-6ad1-d113-df85-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-11-29 01:55:03.349373 | fa163eee-6ad1-d113-df85-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-29 01:55:03.351122 | fa163eee-6ad1-d113-df85-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:55.545057 | 1.31s 2025-11-29 01:55:03.378526 | fa163eee-6ad1-d113-df85-000000000bb8 | TASK | create persistent directories 2025-11-29 01:55:03.645040 | fa163eee-6ad1-d113-df85-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-29 01:55:03.647216 | fa163eee-6ad1-d113-df85-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:55.841142 | 0.27s 2025-11-29 01:55:03.865756 | fa163eee-6ad1-d113-df85-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-29 01:55:03.867593 | fa163eee-6ad1-d113-df85-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:56.061523 | 0.49s 2025-11-29 01:55:03.874350 | fa163eee-6ad1-d113-df85-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:56.068281 | 0.49s 2025-11-29 01:55:03.900239 | fa163eee-6ad1-d113-df85-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-29 01:55:04.162386 | fa163eee-6ad1-d113-df85-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-29 01:55:04.163459 | fa163eee-6ad1-d113-df85-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:56.357386 | 0.26s 2025-11-29 01:55:04.181526 | fa163eee-6ad1-d113-df85-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-29 01:55:04.207941 | fa163eee-6ad1-d113-df85-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-29 01:55:04.209160 | fa163eee-6ad1-d113-df85-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:56.403094 | 0.03s 2025-11-29 01:55:04.234752 | fa163eee-6ad1-d113-df85-000000000bbb | TASK | Remove existing entries from logind conf 2025-11-29 01:55:04.466676 | fa163eee-6ad1-d113-df85-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-11-29 01:55:04.468121 | fa163eee-6ad1-d113-df85-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:56.662058 | 0.23s 2025-11-29 01:55:04.494522 | fa163eee-6ad1-d113-df85-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-11-29 01:55:04.726345 | fa163eee-6ad1-d113-df85-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-29 01:55:04.727913 | fa163eee-6ad1-d113-df85-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:56.921846 | 0.23s 2025-11-29 01:55:04.753523 | fa163eee-6ad1-d113-df85-000000000bbd | TASK | Restart systemd-logind 2025-11-29 01:55:05.301555 | fa163eee-6ad1-d113-df85-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-11-29 01:55:05.303558 | fa163eee-6ad1-d113-df85-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:57.497491 | 0.55s 2025-11-29 01:55:05.331123 | fa163eee-6ad1-d113-df85-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-29 01:55:05.407152 | fa163eee-6ad1-d113-df85-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-29 01:55:05.408525 | fa163eee-6ad1-d113-df85-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:57.602456 | 0.08s 2025-11-29 01:55:05.434640 | fa163eee-6ad1-d113-df85-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-29 01:55:05.506733 | fa163eee-6ad1-d113-df85-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-29 01:55:05.507718 | fa163eee-6ad1-d113-df85-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:57.701653 | 0.07s 2025-11-29 01:55:05.532745 | fa163eee-6ad1-d113-df85-000000000bc0 | TASK | create persistent logs directory 2025-11-29 01:55:05.791799 | fa163eee-6ad1-d113-df85-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-29 01:55:05.793554 | fa163eee-6ad1-d113-df85-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:57.987493 | 0.26s 2025-11-29 01:55:06.032941 | fa163eee-6ad1-d113-df85-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-29 01:55:06.034191 | fa163eee-6ad1-d113-df85-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:58.228128 | 0.50s 2025-11-29 01:55:06.039008 | fa163eee-6ad1-d113-df85-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:58.232942 | 0.51s 2025-11-29 01:55:06.064752 | fa163eee-6ad1-d113-df85-000000000bc2 | TASK | Set login facts 2025-11-29 01:55:06.098555 | fa163eee-6ad1-d113-df85-000000000bc2 | OK | Set login facts | standalone 2025-11-29 01:55:06.099643 | fa163eee-6ad1-d113-df85-000000000bc2 | TIMING | Set login facts | standalone | 0:02:58.293580 | 0.03s 2025-11-29 01:55:06.124380 | fa163eee-6ad1-d113-df85-000000000bc3 | TASK | Convert logins json to dict 2025-11-29 01:55:06.179851 | fa163eee-6ad1-d113-df85-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-11-29 01:55:06.180978 | fa163eee-6ad1-d113-df85-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:58.374914 | 0.06s 2025-11-29 01:55:06.205782 | fa163eee-6ad1-d113-df85-000000000bc4 | TASK | Set registry logins 2025-11-29 01:55:06.257640 | fa163eee-6ad1-d113-df85-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-11-29 01:55:06.258732 | fa163eee-6ad1-d113-df85-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:58.452669 | 0.05s 2025-11-29 01:55:06.283310 | fa163eee-6ad1-d113-df85-000000000bc5 | TASK | Run podman install 2025-11-29 01:55:06.311515 | fa163eee-6ad1-d113-df85-000000000bc5 | TIMING | Run podman install | standalone | 0:02:58.505449 | 0.03s 2025-11-29 01:55:06.391259 | fa163eee-6ad1-d113-df85-000000001329 | TASK | Gather variables for each operating system 2025-11-29 01:55:06.535652 | fa163eee-6ad1-d113-df85-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-29 01:55:06.538251 | fa163eee-6ad1-d113-df85-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:58.732179 | 0.15s 2025-11-29 01:55:06.548013 | fa163eee-6ad1-d113-df85-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:58.741949 | 0.16s 2025-11-29 01:55:06.574642 | fa163eee-6ad1-d113-df85-00000000132b | TASK | ensure podman and deps are installed 2025-11-29 01:55:09.787486 | fa163eee-6ad1-d113-df85-00000000132b | OK | ensure podman and deps are installed | standalone 2025-11-29 01:55:09.789102 | fa163eee-6ad1-d113-df85-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:01.983039 | 3.21s 2025-11-29 01:55:09.816086 | fa163eee-6ad1-d113-df85-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-11-29 01:55:10.349412 | fa163eee-6ad1-d113-df85-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-29 01:55:10.350646 | fa163eee-6ad1-d113-df85-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:02.544582 | 0.53s 2025-11-29 01:55:10.376023 | fa163eee-6ad1-d113-df85-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-29 01:55:10.406536 | fa163eee-6ad1-d113-df85-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-29 01:55:10.407744 | fa163eee-6ad1-d113-df85-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:02.601680 | 0.03s 2025-11-29 01:55:10.433679 | fa163eee-6ad1-d113-df85-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-11-29 01:55:10.479218 | fa163eee-6ad1-d113-df85-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-29 01:55:10.480397 | fa163eee-6ad1-d113-df85-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:02.674333 | 0.05s 2025-11-29 01:55:10.507349 | fa163eee-6ad1-d113-df85-000000001330 | TASK | Update default network configuration if possible 2025-11-29 01:55:10.541627 | fa163eee-6ad1-d113-df85-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-11-29 01:55:10.542797 | fa163eee-6ad1-d113-df85-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:02.736731 | 0.03s 2025-11-29 01:55:10.568822 | fa163eee-6ad1-d113-df85-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-11-29 01:55:10.810399 | fa163eee-6ad1-d113-df85-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-29 01:55:10.811777 | fa163eee-6ad1-d113-df85-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:03.005714 | 0.24s 2025-11-29 01:55:10.837384 | fa163eee-6ad1-d113-df85-000000001333 | TASK | Get current podman network 2025-11-29 01:55:11.159989 | fa163eee-6ad1-d113-df85-000000001333 | CHANGED | Get current podman network | standalone 2025-11-29 01:55:11.161481 | fa163eee-6ad1-d113-df85-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:03.355378 | 0.32s 2025-11-29 01:55:11.187746 | fa163eee-6ad1-d113-df85-000000001334 | TASK | Update the default network configuration 2025-11-29 01:55:11.891135 | fa163eee-6ad1-d113-df85-000000001334 | CHANGED | Update the default network configuration | standalone 2025-11-29 01:55:11.892541 | fa163eee-6ad1-d113-df85-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:04.086476 | 0.70s 2025-11-29 01:55:11.918710 | fa163eee-6ad1-d113-df85-000000001335 | TASK | Write containers registries.conf 2025-11-29 01:55:12.493846 | fa163eee-6ad1-d113-df85-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-11-29 01:55:12.495434 | fa163eee-6ad1-d113-df85-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:04.689369 | 0.58s 2025-11-29 01:55:12.522177 | fa163eee-6ad1-d113-df85-000000001336 | TASK | Write containers.conf 2025-11-29 01:55:12.803465 | fa163eee-6ad1-d113-df85-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-29 01:55:12.805791 | fa163eee-6ad1-d113-df85-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.999718 | 0.28s 2025-11-29 01:55:13.027377 | fa163eee-6ad1-d113-df85-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-29 01:55:13.029666 | fa163eee-6ad1-d113-df85-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.223601 | 0.51s 2025-11-29 01:55:13.250806 | fa163eee-6ad1-d113-df85-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-29 01:55:13.253513 | fa163eee-6ad1-d113-df85-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.447450 | 0.73s 2025-11-29 01:55:13.443135 | fa163eee-6ad1-d113-df85-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-29 01:55:13.444717 | fa163eee-6ad1-d113-df85-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.638654 | 0.92s 2025-11-29 01:55:13.452830 | fa163eee-6ad1-d113-df85-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.646760 | 0.93s 2025-11-29 01:55:13.480812 | fa163eee-6ad1-d113-df85-000000001337 | TASK | Enable podman.socket service 2025-11-29 01:55:13.514513 | fa163eee-6ad1-d113-df85-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-11-29 01:55:13.515885 | fa163eee-6ad1-d113-df85-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:05.709817 | 0.03s 2025-11-29 01:55:13.571210 | fa163eee-6ad1-d113-df85-000000000bc6 | TASK | Run podman login 2025-11-29 01:55:13.601250 | fa163eee-6ad1-d113-df85-000000000bc6 | TIMING | Run podman login | standalone | 0:03:05.795169 | 0.03s 2025-11-29 01:55:13.685952 | fa163eee-6ad1-d113-df85-000000001437 | TASK | Perform container registry login(s) with podman 2025-11-29 01:55:13.716866 | fa163eee-6ad1-d113-df85-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:05.910791 | 0.03s 2025-11-29 01:55:13.757476 | fa163eee-6ad1-d113-df85-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-29 01:55:14.240366 | fa163eee-6ad1-d113-df85-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-29 01:55:14.241826 | fa163eee-6ad1-d113-df85-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:06.435763 | 0.48s 2025-11-29 01:55:14.266669 | fa163eee-6ad1-d113-df85-000000000bc9 | TASK | create persistent directories 2025-11-29 01:55:14.536357 | fa163eee-6ad1-d113-df85-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-11-29 01:55:14.538954 | fa163eee-6ad1-d113-df85-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:06.732886 | 0.27s 2025-11-29 01:55:14.735671 | fa163eee-6ad1-d113-df85-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-11-29 01:55:14.736947 | fa163eee-6ad1-d113-df85-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:06.930885 | 0.47s 2025-11-29 01:55:14.969614 | fa163eee-6ad1-d113-df85-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-11-29 01:55:14.970411 | fa163eee-6ad1-d113-df85-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:07.164356 | 0.70s 2025-11-29 01:55:14.976537 | fa163eee-6ad1-d113-df85-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:07.170465 | 0.71s 2025-11-29 01:55:15.002692 | fa163eee-6ad1-d113-df85-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-11-29 01:55:15.554136 | fa163eee-6ad1-d113-df85-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-11-29 01:55:15.555907 | fa163eee-6ad1-d113-df85-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:07.749840 | 0.55s 2025-11-29 01:55:15.581692 | fa163eee-6ad1-d113-df85-000000000bcb | TASK | Ensure rsyslog is installed 2025-11-29 01:55:18.506669 | fa163eee-6ad1-d113-df85-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-11-29 01:55:18.508555 | fa163eee-6ad1-d113-df85-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:10.702484 | 2.93s 2025-11-29 01:55:18.534987 | fa163eee-6ad1-d113-df85-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-11-29 01:55:18.923603 | fa163eee-6ad1-d113-df85-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-11-29 01:55:18.925879 | fa163eee-6ad1-d113-df85-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:11.119812 | 0.39s 2025-11-29 01:55:18.985824 | fa163eee-6ad1-d113-df85-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:11.179742 | 0.03s 2025-11-29 01:55:19.070028 | fa163eee-6ad1-d113-df85-000000001552 | TASK | Gather variables for each operating system 2025-11-29 01:55:19.187572 | fa163eee-6ad1-d113-df85-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-29 01:55:19.189332 | fa163eee-6ad1-d113-df85-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.383258 | 0.12s 2025-11-29 01:55:19.195323 | fa163eee-6ad1-d113-df85-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.389252 | 0.12s 2025-11-29 01:55:19.222807 | fa163eee-6ad1-d113-df85-000000001554 | TASK | Install the OpenSSH server 2025-11-29 01:55:22.570395 | fa163eee-6ad1-d113-df85-000000001554 | OK | Install the OpenSSH server | standalone 2025-11-29 01:55:22.571930 | fa163eee-6ad1-d113-df85-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:14.765865 | 3.35s 2025-11-29 01:55:22.597966 | fa163eee-6ad1-d113-df85-000000001555 | TASK | Start sshd 2025-11-29 01:55:22.626405 | fa163eee-6ad1-d113-df85-000000001555 | SKIPPED | Start sshd | standalone 2025-11-29 01:55:22.627667 | fa163eee-6ad1-d113-df85-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:14.821603 | 0.03s 2025-11-29 01:55:22.653327 | fa163eee-6ad1-d113-df85-000000001556 | TASK | PasswordAuthentication notice 2025-11-29 01:55:22.682892 | fa163eee-6ad1-d113-df85-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-11-29 01:55:22.683947 | fa163eee-6ad1-d113-df85-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:14.877883 | 0.03s 2025-11-29 01:55:22.709103 | fa163eee-6ad1-d113-df85-000000001557 | TASK | PasswordAuthentication duplication notice 2025-11-29 01:55:22.738766 | fa163eee-6ad1-d113-df85-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-29 01:55:22.739925 | fa163eee-6ad1-d113-df85-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:14.933860 | 0.03s 2025-11-29 01:55:22.765595 | fa163eee-6ad1-d113-df85-000000001558 | TASK | Motd duplication notice 2025-11-29 01:55:22.804938 | fa163eee-6ad1-d113-df85-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-11-29 01:55:22.806103 | fa163eee-6ad1-d113-df85-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:15.000040 | 0.04s 2025-11-29 01:55:22.831783 | fa163eee-6ad1-d113-df85-000000001559 | TASK | Configure the banner text 2025-11-29 01:55:22.863773 | fa163eee-6ad1-d113-df85-000000001559 | SKIPPED | Configure the banner text | standalone 2025-11-29 01:55:22.864812 | fa163eee-6ad1-d113-df85-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.058750 | 0.03s 2025-11-29 01:55:22.884724 | fa163eee-6ad1-d113-df85-00000000155a | TASK | Configure the motd banner 2025-11-29 01:55:22.915022 | fa163eee-6ad1-d113-df85-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-11-29 01:55:22.915701 | fa163eee-6ad1-d113-df85-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:15.109646 | 0.03s 2025-11-29 01:55:22.934747 | fa163eee-6ad1-d113-df85-00000000155b | TASK | Update sshd configuration options from vars 2025-11-29 01:55:22.971558 | fa163eee-6ad1-d113-df85-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-11-29 01:55:22.972658 | fa163eee-6ad1-d113-df85-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:15.166597 | 0.04s 2025-11-29 01:55:22.997887 | fa163eee-6ad1-d113-df85-00000000155c | TASK | Adjust ssh server configuration 2025-11-29 01:55:23.548036 | fa163eee-6ad1-d113-df85-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-11-29 01:55:23.549400 | fa163eee-6ad1-d113-df85-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:15.743337 | 0.55s 2025-11-29 01:55:23.575582 | fa163eee-6ad1-d113-df85-00000000155d | TASK | Restart sshd 2025-11-29 01:55:24.007325 | fa163eee-6ad1-d113-df85-00000000155d | CHANGED | Restart sshd | standalone 2025-11-29 01:55:24.009771 | fa163eee-6ad1-d113-df85-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:16.203704 | 0.43s 2025-11-29 01:55:24.061529 | fa163eee-6ad1-d113-df85-000000000bce | TASK | create persistent directories 2025-11-29 01:55:24.320401 | fa163eee-6ad1-d113-df85-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-29 01:55:24.322089 | fa163eee-6ad1-d113-df85-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.516022 | 0.26s 2025-11-29 01:55:24.515170 | fa163eee-6ad1-d113-df85-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-29 01:55:24.517015 | fa163eee-6ad1-d113-df85-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.710955 | 0.45s 2025-11-29 01:55:24.765343 | fa163eee-6ad1-d113-df85-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-29 01:55:24.766677 | fa163eee-6ad1-d113-df85-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.960613 | 0.70s 2025-11-29 01:55:24.774314 | fa163eee-6ad1-d113-df85-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.968248 | 0.71s 2025-11-29 01:55:24.800566 | fa163eee-6ad1-d113-df85-000000000bcf | TASK | create persistent directories 2025-11-29 01:55:25.071671 | fa163eee-6ad1-d113-df85-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-29 01:55:25.074137 | fa163eee-6ad1-d113-df85-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.268062 | 0.27s 2025-11-29 01:55:25.332864 | fa163eee-6ad1-d113-df85-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-29 01:55:25.334045 | fa163eee-6ad1-d113-df85-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.527984 | 0.53s 2025-11-29 01:55:25.561360 | fa163eee-6ad1-d113-df85-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-29 01:55:25.563312 | fa163eee-6ad1-d113-df85-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.757241 | 0.76s 2025-11-29 01:55:25.574082 | fa163eee-6ad1-d113-df85-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.768013 | 0.77s 2025-11-29 01:55:25.601706 | fa163eee-6ad1-d113-df85-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-11-29 01:55:25.643236 | fa163eee-6ad1-d113-df85-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-11-29 01:55:25.644665 | fa163eee-6ad1-d113-df85-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:17.838599 | 0.04s 2025-11-29 01:55:25.669881 | fa163eee-6ad1-d113-df85-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-11-29 01:55:25.709422 | fa163eee-6ad1-d113-df85-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-11-29 01:55:25.710101 | fa163eee-6ad1-d113-df85-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:17.904047 | 0.04s 2025-11-29 01:55:25.727585 | fa163eee-6ad1-d113-df85-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-11-29 01:55:25.971111 | fa163eee-6ad1-d113-df85-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-29 01:55:25.972597 | fa163eee-6ad1-d113-df85-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:18.166533 | 0.24s 2025-11-29 01:55:25.997334 | fa163eee-6ad1-d113-df85-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-11-29 01:55:26.028953 | fa163eee-6ad1-d113-df85-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-11-29 01:55:26.030306 | fa163eee-6ad1-d113-df85-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:18.224241 | 0.03s 2025-11-29 01:55:26.055568 | fa163eee-6ad1-d113-df85-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-11-29 01:55:26.089881 | fa163eee-6ad1-d113-df85-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-29 01:55:26.091106 | fa163eee-6ad1-d113-df85-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:18.285041 | 0.03s 2025-11-29 01:55:26.117586 | fa163eee-6ad1-d113-df85-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-11-29 01:55:26.149565 | fa163eee-6ad1-d113-df85-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-29 01:55:26.150758 | fa163eee-6ad1-d113-df85-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:18.344693 | 0.03s 2025-11-29 01:55:26.178299 | fa163eee-6ad1-d113-df85-000000000bd6 | TASK | Format SwiftRawDisks 2025-11-29 01:55:26.208408 | fa163eee-6ad1-d113-df85-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:18.402337 | 0.03s 2025-11-29 01:55:26.233979 | fa163eee-6ad1-d113-df85-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-29 01:55:26.284950 | fa163eee-6ad1-d113-df85-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-29 01:55:26.286177 | fa163eee-6ad1-d113-df85-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:18.480112 | 0.05s 2025-11-29 01:55:26.311494 | fa163eee-6ad1-d113-df85-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-11-29 01:55:26.341184 | fa163eee-6ad1-d113-df85-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:18.535115 | 0.03s 2025-11-29 01:55:26.367219 | fa163eee-6ad1-d113-df85-000000000bd9 | TASK | Check for NTP service 2025-11-29 01:55:26.627332 | fa163eee-6ad1-d113-df85-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-11-29 01:55:26.628664 | fa163eee-6ad1-d113-df85-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:18.822600 | 0.26s 2025-11-29 01:55:26.653830 | fa163eee-6ad1-d113-df85-000000000bda | TASK | Disable NTP before configuring Chrony 2025-11-29 01:55:26.704296 | fa163eee-6ad1-d113-df85-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-29 01:55:26.705652 | fa163eee-6ad1-d113-df85-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:18.899587 | 0.05s 2025-11-29 01:55:26.731166 | fa163eee-6ad1-d113-df85-000000000bdb | TASK | Install, Configure and Run Chrony 2025-11-29 01:55:26.759819 | fa163eee-6ad1-d113-df85-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:18.953753 | 0.03s 2025-11-29 01:55:26.854391 | fa163eee-6ad1-d113-df85-0000000016ee | TASK | Load distro-specific variables 2025-11-29 01:55:26.878799 | fa163eee-6ad1-d113-df85-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.072743 | 0.02s 2025-11-29 01:55:26.886907 | fa718b71-0cd4-4074-b96e-ea7530e280ef | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-29 01:55:26.907524 | fa163eee-6ad1-d113-df85-0000000017d3 | TASK | Load distro-specific variables 2025-11-29 01:55:26.966723 | fa163eee-6ad1-d113-df85-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:55:26.968991 | fa163eee-6ad1-d113-df85-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.162923 | 0.06s 2025-11-29 01:55:26.978714 | fa163eee-6ad1-d113-df85-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.172651 | 0.07s 2025-11-29 01:55:27.004214 | fa163eee-6ad1-d113-df85-0000000016ef | TASK | Install chronyd 2025-11-29 01:55:27.037991 | fa163eee-6ad1-d113-df85-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:19.231925 | 0.03s 2025-11-29 01:55:27.061856 | a8a9df28-e1c6-43cc-8f20-52979fdf3c60 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-29 01:55:27.094943 | fa163eee-6ad1-d113-df85-00000000180c | TASK | Load distro-specific variables 2025-11-29 01:55:27.123144 | fa163eee-6ad1-d113-df85-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.317083 | 0.03s 2025-11-29 01:55:27.133851 | bf924aff-b263-4a5a-bab2-70cf70ef7370 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-29 01:55:27.158294 | fa163eee-6ad1-d113-df85-000000001853 | TASK | Load distro-specific variables 2025-11-29 01:55:27.220062 | fa163eee-6ad1-d113-df85-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:55:27.222349 | fa163eee-6ad1-d113-df85-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.416279 | 0.06s 2025-11-29 01:55:27.232048 | fa163eee-6ad1-d113-df85-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.425989 | 0.07s 2025-11-29 01:55:27.258033 | fa163eee-6ad1-d113-df85-00000000180d | TASK | Check for NTP service 2025-11-29 01:55:27.537186 | fa163eee-6ad1-d113-df85-00000000180d | CHANGED | Check for NTP service | standalone 2025-11-29 01:55:27.538727 | fa163eee-6ad1-d113-df85-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:19.732662 | 0.28s 2025-11-29 01:55:27.564433 | fa163eee-6ad1-d113-df85-00000000180e | TASK | Disable NTP before configuring Chrony 2025-11-29 01:55:27.617353 | fa163eee-6ad1-d113-df85-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-29 01:55:27.618414 | fa163eee-6ad1-d113-df85-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:19.812351 | 0.05s 2025-11-29 01:55:27.643980 | fa163eee-6ad1-d113-df85-00000000180f | TASK | Install chronyd package 2025-11-29 01:55:30.548019 | fa163eee-6ad1-d113-df85-00000000180f | OK | Install chronyd package | standalone 2025-11-29 01:55:30.549558 | fa163eee-6ad1-d113-df85-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:22.743494 | 2.90s 2025-11-29 01:55:30.575281 | fa163eee-6ad1-d113-df85-0000000016f0 | TASK | Upgrade chronyd 2025-11-29 01:55:30.603490 | fa163eee-6ad1-d113-df85-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-11-29 01:55:30.604334 | fa163eee-6ad1-d113-df85-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:22.798275 | 0.03s 2025-11-29 01:55:30.624927 | fa163eee-6ad1-d113-df85-0000000016f1 | TASK | Configure chronyd 2025-11-29 01:55:30.651727 | fa163eee-6ad1-d113-df85-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:22.845659 | 0.03s 2025-11-29 01:55:30.674104 | fb4c3e59-e0f1-4f66-86eb-4800568e79ee | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-29 01:55:30.708457 | fa163eee-6ad1-d113-df85-00000000188c | TASK | Load distro-specific variables 2025-11-29 01:55:30.735416 | fa163eee-6ad1-d113-df85-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.929353 | 0.03s 2025-11-29 01:55:30.747423 | 85dc8853-84f2-4706-b59a-9297bcd87013 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-29 01:55:30.771042 | fa163eee-6ad1-d113-df85-0000000018f8 | TASK | Load distro-specific variables 2025-11-29 01:55:30.828744 | fa163eee-6ad1-d113-df85-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:55:30.830868 | fa163eee-6ad1-d113-df85-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.024801 | 0.06s 2025-11-29 01:55:30.842053 | fa163eee-6ad1-d113-df85-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.035986 | 0.07s 2025-11-29 01:55:30.867786 | fa163eee-6ad1-d113-df85-00000000188d | TASK | Install chrony configuration file 2025-11-29 01:55:31.448835 | fa163eee-6ad1-d113-df85-00000000188d | OK | Install chrony configuration file | standalone 2025-11-29 01:55:31.450272 | fa163eee-6ad1-d113-df85-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:23.644208 | 0.58s 2025-11-29 01:55:31.477123 | fa163eee-6ad1-d113-df85-0000000016f2 | TASK | Run chronyd 2025-11-29 01:55:31.509012 | fa163eee-6ad1-d113-df85-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:23.702940 | 0.03s 2025-11-29 01:55:31.531416 | d743e3b4-1556-4b3c-8e1e-199768ce3419 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-29 01:55:31.572382 | fa163eee-6ad1-d113-df85-00000000191b | TASK | Load distro-specific variables 2025-11-29 01:55:31.598944 | fa163eee-6ad1-d113-df85-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.792883 | 0.03s 2025-11-29 01:55:31.609534 | e58677fb-5da4-4772-9a65-e298365e5e79 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-29 01:55:31.632854 | fa163eee-6ad1-d113-df85-00000000199f | TASK | Load distro-specific variables 2025-11-29 01:55:31.678587 | fa163eee-6ad1-d113-df85-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-29 01:55:31.679953 | fa163eee-6ad1-d113-df85-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.873888 | 0.05s 2025-11-29 01:55:31.691856 | fa163eee-6ad1-d113-df85-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.885792 | 0.06s 2025-11-29 01:55:31.717587 | fa163eee-6ad1-d113-df85-00000000191c | TASK | Ensure chronyd is running 2025-11-29 01:55:33.142252 | fa163eee-6ad1-d113-df85-00000000191c | OK | Ensure chronyd is running | standalone 2025-11-29 01:55:33.144784 | fa163eee-6ad1-d113-df85-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:25.338711 | 1.43s 2025-11-29 01:55:33.173068 | fa163eee-6ad1-d113-df85-00000000191d | TASK | Force chronyd restart 2025-11-29 01:55:33.224038 | fa163eee-6ad1-d113-df85-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-11-29 01:55:33.225202 | fa163eee-6ad1-d113-df85-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:25.419132 | 0.05s 2025-11-29 01:55:33.251590 | fa163eee-6ad1-d113-df85-0000000016f3 | TASK | Enable online service 2025-11-29 01:55:33.282339 | fa163eee-6ad1-d113-df85-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:25.476271 | 0.03s 2025-11-29 01:55:33.302688 | 3a9bf103-31d8-4757-9557-08bd8e039594 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-29 01:55:33.345061 | fa163eee-6ad1-d113-df85-0000000019cc | TASK | Create chrony-online.service unit file 2025-11-29 01:55:33.853246 | fa163eee-6ad1-d113-df85-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-11-29 01:55:33.854528 | fa163eee-6ad1-d113-df85-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:26.048464 | 0.51s 2025-11-29 01:55:33.875817 | fa163eee-6ad1-d113-df85-0000000019cd | TASK | Enable chrony-online.service 2025-11-29 01:55:34.584560 | fa163eee-6ad1-d113-df85-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-11-29 01:55:34.586820 | fa163eee-6ad1-d113-df85-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:26.780754 | 0.71s 2025-11-29 01:55:34.614118 | fa163eee-6ad1-d113-df85-0000000016f4 | TASK | Sync chronyc 2025-11-29 01:55:34.644543 | fa163eee-6ad1-d113-df85-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:26.838464 | 0.03s 2025-11-29 01:55:34.664478 | afa0f82b-ef15-44c3-93b5-359968f09efc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-29 01:55:34.710774 | fa163eee-6ad1-d113-df85-000000001a72 | TASK | Force NTP sync 2025-11-29 01:55:34.931048 | fa163eee-6ad1-d113-df85-000000001a72 | CHANGED | Force NTP sync | standalone 2025-11-29 01:55:34.932586 | fa163eee-6ad1-d113-df85-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:27.126518 | 0.22s 2025-11-29 01:55:34.959835 | fa163eee-6ad1-d113-df85-000000001a73 | TASK | Ensure system is NTP time synced 2025-11-29 01:55:35.187639 | fa163eee-6ad1-d113-df85-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-29 01:55:35.189033 | fa163eee-6ad1-d113-df85-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:27.382968 | 0.23s 2025-11-29 01:55:35.238159 | fa163eee-6ad1-d113-df85-000000000bdc | TASK | Force NTP sync 2025-11-29 01:55:35.469324 | fa163eee-6ad1-d113-df85-000000000bdc | CHANGED | Force NTP sync | standalone 2025-11-29 01:55:35.470867 | fa163eee-6ad1-d113-df85-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:27.664803 | 0.23s 2025-11-29 01:55:35.495961 | fa163eee-6ad1-d113-df85-000000000bdd | TASK | Ensure system is NTP time synced 2025-11-29 01:55:35.728598 | fa163eee-6ad1-d113-df85-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-11-29 01:55:35.730001 | fa163eee-6ad1-d113-df85-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:27.923936 | 0.23s 2025-11-29 01:55:35.756656 | fa163eee-6ad1-d113-df85-000000000bde | TASK | Run timezone role 2025-11-29 01:55:35.785097 | fa163eee-6ad1-d113-df85-000000000bde | TIMING | Run timezone role | standalone | 0:03:27.979030 | 0.03s 2025-11-29 01:55:35.884799 | fa163eee-6ad1-d113-df85-000000001c33 | TASK | Set timezone 2025-11-29 01:55:36.429740 | fa163eee-6ad1-d113-df85-000000001c33 | OK | Set timezone | standalone 2025-11-29 01:55:36.431088 | fa163eee-6ad1-d113-df85-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:28.625022 | 0.55s 2025-11-29 01:55:36.457189 | fa163eee-6ad1-d113-df85-000000001c34 | TASK | Restart time services 2025-11-29 01:55:36.503630 | fa163eee-6ad1-d113-df85-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-29 01:55:36.509404 | fa163eee-6ad1-d113-df85-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-11-29 01:55:36.521720 | fa163eee-6ad1-d113-df85-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:28.715652 | 0.06s 2025-11-29 01:55:36.570745 | fa163eee-6ad1-d113-df85-000000000bdf | TASK | install tmpwatch on the host 2025-11-29 01:55:39.511631 | fa163eee-6ad1-d113-df85-000000000bdf | OK | install tmpwatch on the host | standalone 2025-11-29 01:55:39.513023 | fa163eee-6ad1-d113-df85-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:31.706960 | 2.94s 2025-11-29 01:55:39.537822 | fa163eee-6ad1-d113-df85-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-11-29 01:55:39.569849 | fa163eee-6ad1-d113-df85-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-29 01:55:39.570867 | fa163eee-6ad1-d113-df85-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:31.764805 | 0.03s 2025-11-29 01:55:39.624624 | fa163eee-6ad1-d113-df85-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:31.818558 | 0.03s 2025-11-29 01:55:39.727587 | fa163eee-6ad1-d113-df85-000000001e67 | TASK | Gather variables for each operating system 2025-11-29 01:55:39.844953 | fa163eee-6ad1-d113-df85-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-29 01:55:39.846396 | fa163eee-6ad1-d113-df85-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:32.040329 | 0.12s 2025-11-29 01:55:39.852309 | fa163eee-6ad1-d113-df85-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:32.046247 | 0.12s 2025-11-29 01:55:39.939195 | fa163eee-6ad1-d113-df85-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:32.133129 | 0.06s 2025-11-29 01:55:39.949292 | 103b6564-ceb8-441b-902b-06dbfacc3036 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-29 01:55:39.969626 | fa163eee-6ad1-d113-df85-000000001f98 | TASK | Check tuned package is installed 2025-11-29 01:55:40.240562 | fa163eee-6ad1-d113-df85-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-11-29 01:55:40.242005 | fa163eee-6ad1-d113-df85-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:32.435939 | 0.27s 2025-11-29 01:55:40.269168 | fa163eee-6ad1-d113-df85-000000001f99 | TASK | Install tuned 2025-11-29 01:55:40.303789 | fa163eee-6ad1-d113-df85-000000001f99 | SKIPPED | Install tuned | standalone 2025-11-29 01:55:40.305237 | fa163eee-6ad1-d113-df85-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:32.499160 | 0.03s 2025-11-29 01:55:40.333162 | fa163eee-6ad1-d113-df85-000000001f9a | TASK | Restart tuned 2025-11-29 01:55:40.363643 | fa163eee-6ad1-d113-df85-000000001f9a | SKIPPED | Restart tuned | standalone 2025-11-29 01:55:40.365221 | fa163eee-6ad1-d113-df85-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:32.559152 | 0.03s 2025-11-29 01:55:40.391486 | fa163eee-6ad1-d113-df85-000000001e69 | TASK | Check for tuned-adm 2025-11-29 01:55:40.607172 | fa163eee-6ad1-d113-df85-000000001e69 | OK | Check for tuned-adm | standalone 2025-11-29 01:55:40.608715 | fa163eee-6ad1-d113-df85-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:32.802652 | 0.22s 2025-11-29 01:55:40.668213 | fa163eee-6ad1-d113-df85-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:32.862144 | 0.03s 2025-11-29 01:55:40.694169 | 7c4793f0-d28c-437a-a3b5-add9575a1c38 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-29 01:55:40.728589 | fa163eee-6ad1-d113-df85-000000001fc5 | TASK | Ensure profile directory exists 2025-11-29 01:55:40.797461 | fa163eee-6ad1-d113-df85-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-11-29 01:55:40.798521 | fa163eee-6ad1-d113-df85-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:32.992456 | 0.07s 2025-11-29 01:55:40.823783 | fa163eee-6ad1-d113-df85-000000001fc6 | TASK | Create custom tuned profile 2025-11-29 01:55:40.885081 | fa163eee-6ad1-d113-df85-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-11-29 01:55:40.886191 | fa163eee-6ad1-d113-df85-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:33.080128 | 0.06s 2025-11-29 01:55:40.912672 | fa163eee-6ad1-d113-df85-000000001fc7 | TASK | Check tuned active profile 2025-11-29 01:55:41.137152 | fa163eee-6ad1-d113-df85-000000001fc7 | OK | Check tuned active profile | standalone 2025-11-29 01:55:41.138539 | fa163eee-6ad1-d113-df85-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:33.332474 | 0.22s 2025-11-29 01:55:41.164887 | fa163eee-6ad1-d113-df85-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-11-29 01:55:41.385880 | fa163eee-6ad1-d113-df85-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-11-29 01:55:41.387135 | fa163eee-6ad1-d113-df85-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:33.581070 | 0.22s 2025-11-29 01:55:41.412915 | fa163eee-6ad1-d113-df85-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-29 01:55:41.517602 | fa163eee-6ad1-d113-df85-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-29 01:55:41.518764 | fa163eee-6ad1-d113-df85-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:33.712699 | 0.10s 2025-11-29 01:55:41.601521 | fa163eee-6ad1-d113-df85-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-11-29 01:55:41.661880 | fa163eee-6ad1-d113-df85-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-29 01:55:41.662986 | fa163eee-6ad1-d113-df85-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:33.856919 | 0.06s 2025-11-29 01:55:41.697060 | fa163eee-6ad1-d113-df85-000000001fcb | TASK | Enable tuned profile 2025-11-29 01:55:41.738467 | fa163eee-6ad1-d113-df85-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-11-29 01:55:41.739558 | fa163eee-6ad1-d113-df85-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:33.933493 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-29 01:55:41.918897 | fa163eee-6ad1-d113-df85-0000000000ac | TASK | Overcloud container setup tasks 2025-11-29 01:55:41.949059 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000ac') missing from stats 2025-11-29 01:55:41.968844 | fa163eee-6ad1-d113-df85-0000000000ad | TASK | Write config data 2025-11-29 01:55:42.038796 | fa163eee-6ad1-d113-df85-0000000000ad | TIMING | Write config data | standalone | 0:03:34.232727 | 0.07s 2025-11-29 01:55:42.082141 | 1ea388c9-c6c2-4037-9318-f48dbb55b6b1 | INCLUDED | /root/standalone-ansible-erku49e_/common_container_setup_tasks.yaml | standalone 2025-11-29 01:55:42.106311 | fa163eee-6ad1-d113-df85-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-29 01:55:42.334756 | fa163eee-6ad1-d113-df85-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-29 01:55:42.336205 | fa163eee-6ad1-d113-df85-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:34.530140 | 0.23s 2025-11-29 01:55:42.362189 | fa163eee-6ad1-d113-df85-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-11-29 01:55:42.592181 | fa163eee-6ad1-d113-df85-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-29 01:55:42.593695 | fa163eee-6ad1-d113-df85-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:34.787630 | 0.23s 2025-11-29 01:55:42.619557 | fa163eee-6ad1-d113-df85-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-11-29 01:55:42.838838 | fa163eee-6ad1-d113-df85-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-29 01:55:42.840329 | fa163eee-6ad1-d113-df85-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:35.034265 | 0.22s 2025-11-29 01:55:42.866569 | fa163eee-6ad1-d113-df85-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-29 01:55:43.067163 | fa163eee-6ad1-d113-df85-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-29 01:55:43.068573 | fa163eee-6ad1-d113-df85-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:35.262509 | 0.20s 2025-11-29 01:55:43.094865 | fa163eee-6ad1-d113-df85-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-29 01:55:43.317727 | fa163eee-6ad1-d113-df85-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-29 01:55:43.319177 | fa163eee-6ad1-d113-df85-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:35.513111 | 0.22s 2025-11-29 01:55:43.345265 | fa163eee-6ad1-d113-df85-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-11-29 01:55:44.629521 | fa163eee-6ad1-d113-df85-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-29 01:55:44.631236 | fa163eee-6ad1-d113-df85-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:36.825171 | 1.28s 2025-11-29 01:55:44.658391 | fa163eee-6ad1-d113-df85-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-11-29 01:55:44.891639 | fa163eee-6ad1-d113-df85-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-29 01:55:44.892944 | fa163eee-6ad1-d113-df85-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:37.086881 | 0.23s 2025-11-29 01:55:44.918971 | fa163eee-6ad1-d113-df85-000000002033 | TASK | Write container config scripts 2025-11-29 01:55:45.258384 | fa163eee-6ad1-d113-df85-000000002033 | CHANGED | Write container config scripts | standalone 2025-11-29 01:55:45.259757 | fa163eee-6ad1-d113-df85-000000002033 | TIMING | Write container config scripts | standalone | 0:03:37.453693 | 0.34s 2025-11-29 01:55:45.284841 | fa163eee-6ad1-d113-df85-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-29 01:55:45.728172 | fa163eee-6ad1-d113-df85-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-29 01:55:45.729278 | fa163eee-6ad1-d113-df85-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:37.923218 | 0.44s 2025-11-29 01:55:45.749552 | fa163eee-6ad1-d113-df85-000000002035 | TASK | Generate startup configs files per step and per container 2025-11-29 01:55:46.344551 | fa163eee-6ad1-d113-df85-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-29 01:55:46.353452 | fa163eee-6ad1-d113-df85-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:38.547369 | 0.60s 2025-11-29 01:55:46.393052 | fa163eee-6ad1-d113-df85-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-11-29 01:55:46.626303 | fa163eee-6ad1-d113-df85-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-29 01:55:46.627722 | fa163eee-6ad1-d113-df85-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:38.821659 | 0.23s 2025-11-29 01:55:46.653238 | fa163eee-6ad1-d113-df85-000000002037 | TASK | Create /var/lib/config-data directory 2025-11-29 01:55:46.881264 | fa163eee-6ad1-d113-df85-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-29 01:55:46.882635 | fa163eee-6ad1-d113-df85-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:39.076571 | 0.23s 2025-11-29 01:55:46.907687 | fa163eee-6ad1-d113-df85-000000002038 | TASK | Write container config json files 2025-11-29 01:55:47.426811 | fa163eee-6ad1-d113-df85-000000002038 | CHANGED | Write container config json files | standalone 2025-11-29 01:55:47.434301 | fa163eee-6ad1-d113-df85-000000002038 | TIMING | Write container config json files | standalone | 0:03:39.628237 | 0.53s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-29 01:55:47.602884 | fa163eee-6ad1-d113-df85-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-29 01:55:47.631715 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 01:55:47.690973 | fa163eee-6ad1-d113-df85-0000000000b2 | TIMING | include_tasks | standalone | 0:03:39.884909 | 0.04s 2025-11-29 01:55:47.704280 | ad5b4281-bfb0-4505-9e5e-83cc39fbb523 | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-11-29 01:55:47.844262 | fa163eee-6ad1-d113-df85-0000000000b6 | TASK | External deployment step 1 2025-11-29 01:55:47.873843 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000b6') missing from stats 2025-11-29 01:55:47.931114 | fa163eee-6ad1-d113-df85-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:40.125042 | 0.04s 2025-11-29 01:55:47.970287 | 8fb7e5ac-3eea-48f6-97fe-e2383900c28d | INCLUDED | /root/standalone-ansible-erku49e_/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-29 01:55:47.988175 | fa163eee-6ad1-d113-df85-00000000207d | TASK | Set some tripleo-ansible facts 2025-11-29 01:55:48.037244 | fa163eee-6ad1-d113-df85-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-11-29 01:55:48.038302 | fa163eee-6ad1-d113-df85-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:40.232238 | 0.05s 2025-11-29 01:55:48.055417 | fa163eee-6ad1-d113-df85-00000000207f | TASK | Build disk list for cephadm 2025-11-29 01:55:48.105529 | fa163eee-6ad1-d113-df85-00000000207f | OK | Build disk list for cephadm | undercloud 2025-11-29 01:55:48.106729 | fa163eee-6ad1-d113-df85-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:40.300665 | 0.05s 2025-11-29 01:55:48.124784 | fa163eee-6ad1-d113-df85-000000002086 | TASK | Container image prepare 2025-11-29 01:55:49.093131 | fa163eee-6ad1-d113-df85-000000002086 | CHANGED | Container image prepare | undercloud 2025-11-29 01:55:49.095210 | fa163eee-6ad1-d113-df85-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:41.289148 | 0.97s 2025-11-29 01:55:49.131590 | fa163eee-6ad1-d113-df85-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-11-29 01:55:49.360756 | fa163eee-6ad1-d113-df85-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-29 01:55:49.362087 | fa163eee-6ad1-d113-df85-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:41.556024 | 0.23s 2025-11-29 01:55:49.379605 | fa163eee-6ad1-d113-df85-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-11-29 01:55:49.418753 | fa163eee-6ad1-d113-df85-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:41.612678 | 0.04s 2025-11-29 01:55:49.463952 | fa163eee-6ad1-d113-df85-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-29 01:55:49.705994 | fa163eee-6ad1-d113-df85-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-29 01:55:49.707313 | fa163eee-6ad1-d113-df85-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:41.901250 | 0.24s 2025-11-29 01:55:49.727216 | fa163eee-6ad1-d113-df85-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-29 01:55:50.203424 | fa163eee-6ad1-d113-df85-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-29 01:55:50.205022 | fa163eee-6ad1-d113-df85-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:42.398956 | 0.48s 2025-11-29 01:55:50.225954 | fa163eee-6ad1-d113-df85-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-29 01:55:50.258748 | fa163eee-6ad1-d113-df85-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:42.452672 | 0.03s 2025-11-29 01:55:50.308091 | fa163eee-6ad1-d113-df85-0000000020f1 | TASK | Check for a configured destination 2025-11-29 01:55:50.369982 | fa163eee-6ad1-d113-df85-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-11-29 01:55:50.371073 | fa163eee-6ad1-d113-df85-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:42.565006 | 0.06s 2025-11-29 01:55:50.396375 | fa163eee-6ad1-d113-df85-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-29 01:55:50.864679 | fa163eee-6ad1-d113-df85-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-29 01:55:50.866176 | fa163eee-6ad1-d113-df85-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:43.060109 | 0.47s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-29 01:55:51.034938 | fa163eee-6ad1-d113-df85-0000000000ba | TASK | Deploy step tasks for 1 2025-11-29 01:55:51.065598 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000ba') missing from stats 2025-11-29 01:55:51.087981 | fa163eee-6ad1-d113-df85-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-29 01:55:51.579331 | fa163eee-6ad1-d113-df85-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-29 01:55:51.580972 | fa163eee-6ad1-d113-df85-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:43.774905 | 0.49s 2025-11-29 01:55:51.606822 | fa163eee-6ad1-d113-df85-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-29 01:55:51.874184 | fa163eee-6ad1-d113-df85-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-29 01:55:51.875733 | fa163eee-6ad1-d113-df85-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:44.069667 | 0.27s 2025-11-29 01:55:51.901519 | fa163eee-6ad1-d113-df85-0000000000be | TASK | Write config data at the start of step 1 2025-11-29 01:55:51.978010 | fa163eee-6ad1-d113-df85-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:44.171935 | 0.08s 2025-11-29 01:55:52.020792 | b4fbf08e-d7a0-492d-b746-ad4a0c449e98 | INCLUDED | /root/standalone-ansible-erku49e_/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-29 01:55:52.045310 | fa163eee-6ad1-d113-df85-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-29 01:55:52.077565 | fa163eee-6ad1-d113-df85-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-29 01:55:52.078417 | fa163eee-6ad1-d113-df85-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:44.272358 | 0.03s 2025-11-29 01:55:52.098121 | fa163eee-6ad1-d113-df85-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-29 01:55:52.130630 | fa163eee-6ad1-d113-df85-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-29 01:55:52.131894 | fa163eee-6ad1-d113-df85-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:44.325828 | 0.03s 2025-11-29 01:55:52.157006 | fa163eee-6ad1-d113-df85-000000002132 | TASK | Write the puppet step_config manifest 2025-11-29 01:55:52.639674 | fa163eee-6ad1-d113-df85-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-11-29 01:55:52.641041 | fa163eee-6ad1-d113-df85-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:44.834976 | 0.48s 2025-11-29 01:55:52.666063 | fa163eee-6ad1-d113-df85-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-29 01:55:52.695009 | fa163eee-6ad1-d113-df85-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-29 01:55:52.696071 | fa163eee-6ad1-d113-df85-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:44.890009 | 0.03s 2025-11-29 01:55:52.721098 | fa163eee-6ad1-d113-df85-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-29 01:55:52.749738 | fa163eee-6ad1-d113-df85-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-29 01:55:52.750954 | fa163eee-6ad1-d113-df85-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:44.944888 | 0.03s 2025-11-29 01:55:52.776622 | fa163eee-6ad1-d113-df85-000000002135 | TASK | Create /var/lib/container-puppet 2025-11-29 01:55:53.009560 | fa163eee-6ad1-d113-df85-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-11-29 01:55:53.011115 | fa163eee-6ad1-d113-df85-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:45.205049 | 0.23s 2025-11-29 01:55:53.037535 | fa163eee-6ad1-d113-df85-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-29 01:55:53.067502 | fa163eee-6ad1-d113-df85-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-29 01:55:53.068632 | fa163eee-6ad1-d113-df85-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:45.262569 | 0.03s 2025-11-29 01:55:53.094469 | fa163eee-6ad1-d113-df85-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-29 01:55:53.125037 | fa163eee-6ad1-d113-df85-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-29 01:55:53.127292 | fa163eee-6ad1-d113-df85-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:45.321120 | 0.03s 2025-11-29 01:55:53.153608 | fa163eee-6ad1-d113-df85-000000002138 | TASK | Write container-puppet.json file 2025-11-29 01:55:53.773853 | fa163eee-6ad1-d113-df85-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-11-29 01:55:53.775153 | fa163eee-6ad1-d113-df85-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:45.969090 | 0.62s 2025-11-29 01:55:53.799944 | fa163eee-6ad1-d113-df85-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-11-29 01:55:53.828645 | fa163eee-6ad1-d113-df85-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-29 01:55:53.829679 | fa163eee-6ad1-d113-df85-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:46.023615 | 0.03s 2025-11-29 01:55:53.854324 | fa163eee-6ad1-d113-df85-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-11-29 01:55:53.882422 | fa163eee-6ad1-d113-df85-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-29 01:55:53.883419 | fa163eee-6ad1-d113-df85-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:46.077355 | 0.03s 2025-11-29 01:55:53.908747 | fa163eee-6ad1-d113-df85-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-29 01:55:54.287656 | fa163eee-6ad1-d113-df85-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-29 01:55:54.289044 | fa163eee-6ad1-d113-df85-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:46.482979 | 0.38s 2025-11-29 01:55:54.313577 | fa163eee-6ad1-d113-df85-00000000213c | TASK | Set host puppet debugging fact string 2025-11-29 01:55:54.345541 | fa163eee-6ad1-d113-df85-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-29 01:55:54.346640 | fa163eee-6ad1-d113-df85-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:46.540579 | 0.03s 2025-11-29 01:55:54.367101 | fa163eee-6ad1-d113-df85-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-29 01:55:54.394621 | fa163eee-6ad1-d113-df85-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-29 01:55:54.395313 | fa163eee-6ad1-d113-df85-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:46.589257 | 0.03s 2025-11-29 01:55:54.416048 | fa163eee-6ad1-d113-df85-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-29 01:55:54.447029 | fa163eee-6ad1-d113-df85-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-29 01:55:54.447778 | fa163eee-6ad1-d113-df85-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:46.641721 | 0.03s 2025-11-29 01:55:54.472144 | fa163eee-6ad1-d113-df85-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-29 01:55:54.500540 | fa163eee-6ad1-d113-df85-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-29 01:55:54.501270 | fa163eee-6ad1-d113-df85-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:46.695213 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 01:55:54.559092 | fa163eee-6ad1-d113-df85-0000000000c0 | TIMING | include_tasks | standalone | 0:03:46.753030 | 0.04s 2025-11-29 01:55:54.658044 | 9cefc6f8-f4f5-4285-b0b8-b55fd88b877a | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-29 01:55:54.698172 | fa163eee-6ad1-d113-df85-00000000216a | TASK | Create dirs for certificates and keys 2025-11-29 01:55:54.756096 | fa163eee-6ad1-d113-df85-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-29 01:55:54.776657 | fa163eee-6ad1-d113-df85-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-29 01:55:54.782777 | fa163eee-6ad1-d113-df85-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:46.976702 | 0.08s 2025-11-29 01:55:54.861180 | fa163eee-6ad1-d113-df85-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:55:54.862510 | fa163eee-6ad1-d113-df85-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:47.056445 | 0.05s 2025-11-29 01:55:54.888014 | fa163eee-6ad1-d113-df85-000000002172 | TASK | Fail if container image is undefined 2025-11-29 01:55:54.954494 | fa163eee-6ad1-d113-df85-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 01:55:54.955449 | fa163eee-6ad1-d113-df85-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:47.149368 | 0.07s 2025-11-29 01:55:54.985521 | fa163eee-6ad1-d113-df85-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-29 01:56:09.818833 | fa163eee-6ad1-d113-df85-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-29 01:56:09.820351 | fa163eee-6ad1-d113-df85-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:02.014286 | 14.83s 2025-11-29 01:56:09.876616 | fa163eee-6ad1-d113-df85-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-29 01:56:10.256367 | fa163eee-6ad1-d113-df85-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-29 01:56:10.258095 | fa163eee-6ad1-d113-df85-000000002174 | 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:02.452031 | 0.38s 2025-11-29 01:56:10.309244 | fa163eee-6ad1-d113-df85-000000002183 | TASK | Fail if container image is undefined 2025-11-29 01:56:10.374156 | fa163eee-6ad1-d113-df85-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 01:56:10.375269 | fa163eee-6ad1-d113-df85-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:02.569204 | 0.06s 2025-11-29 01:56:10.417184 | fa163eee-6ad1-d113-df85-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-29 01:56:19.387205 | fa163eee-6ad1-d113-df85-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-29 01:56:19.389360 | fa163eee-6ad1-d113-df85-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:11.583292 | 8.97s 2025-11-29 01:56:19.445596 | fa163eee-6ad1-d113-df85-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-29 01:56:19.801101 | fa163eee-6ad1-d113-df85-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-29 01:56:19.802683 | fa163eee-6ad1-d113-df85-000000002185 | 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:11.996613 | 0.36s 2025-11-29 01:56:19.853945 | fa163eee-6ad1-d113-df85-000000002190 | TASK | Check if rsyslog exists 2025-11-29 01:56:21.131215 | fa163eee-6ad1-d113-df85-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-11-29 01:56:21.132857 | fa163eee-6ad1-d113-df85-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:13.326791 | 1.28s 2025-11-29 01:56:21.159354 | fa163eee-6ad1-d113-df85-000000002192 | TASK | Forward logging to haproxy.log file 2025-11-29 01:56:21.433605 | fa163eee-6ad1-d113-df85-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-29 01:56:21.434988 | fa163eee-6ad1-d113-df85-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:13.628901 | 0.27s 2025-11-29 01:56:21.461480 | fa163eee-6ad1-d113-df85-000000002193 | TASK | restart rsyslog service after logging conf change 2025-11-29 01:56:22.351932 | fa163eee-6ad1-d113-df85-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-29 01:56:22.354041 | fa163eee-6ad1-d113-df85-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:14.547973 | 0.89s 2025-11-29 01:56:22.382232 | fa163eee-6ad1-d113-df85-00000000219a | TASK | Fail if container image is undefined 2025-11-29 01:56:22.423177 | fa163eee-6ad1-d113-df85-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 01:56:22.424358 | fa163eee-6ad1-d113-df85-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:14.618291 | 0.04s 2025-11-29 01:56:22.466903 | fa163eee-6ad1-d113-df85-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-29 01:56:27.366245 | fa163eee-6ad1-d113-df85-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-29 01:56:27.368107 | fa163eee-6ad1-d113-df85-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:19.562041 | 4.90s 2025-11-29 01:56:27.424254 | fa163eee-6ad1-d113-df85-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-29 01:56:27.783612 | fa163eee-6ad1-d113-df85-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-29 01:56:27.785376 | fa163eee-6ad1-d113-df85-00000000219c | 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:19.979309 | 0.36s 2025-11-29 01:56:27.837233 | fa163eee-6ad1-d113-df85-0000000021a6 | TASK | Run lvmfilter role 2025-11-29 01:56:27.890473 | fa163eee-6ad1-d113-df85-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:20.084353 | 0.05s 2025-11-29 01:56:27.975787 | fa163eee-6ad1-d113-df85-0000000022bd | TASK | Check if lvm2 is installed 2025-11-29 01:56:28.231489 | fa163eee-6ad1-d113-df85-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-11-29 01:56:28.233206 | fa163eee-6ad1-d113-df85-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:20.427136 | 0.26s 2025-11-29 01:56:28.260418 | fa163eee-6ad1-d113-df85-0000000022bf | TASK | collect ansible devices 2025-11-29 01:56:28.301804 | fa163eee-6ad1-d113-df85-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-11-29 01:56:28.303276 | fa163eee-6ad1-d113-df85-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:20.497209 | 0.04s 2025-11-29 01:56:28.330161 | fa163eee-6ad1-d113-df85-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-11-29 01:56:28.371594 | fa163eee-6ad1-d113-df85-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-29 01:56:28.373201 | fa163eee-6ad1-d113-df85-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:20.567135 | 0.04s 2025-11-29 01:56:28.400828 | fa163eee-6ad1-d113-df85-0000000022c1 | TASK | set allowed_devices 2025-11-29 01:56:28.454767 | fa163eee-6ad1-d113-df85-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-11-29 01:56:28.456358 | fa163eee-6ad1-d113-df85-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:20.650289 | 0.05s 2025-11-29 01:56:28.483062 | fa163eee-6ad1-d113-df85-0000000022c2 | TASK | build lvm2 allow list 2025-11-29 01:56:28.535704 | fa163eee-6ad1-d113-df85-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-11-29 01:56:28.537347 | fa163eee-6ad1-d113-df85-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:20.731278 | 0.05s 2025-11-29 01:56:28.564352 | fa163eee-6ad1-d113-df85-0000000022c3 | TASK | build lvm2 deny list 2025-11-29 01:56:28.617962 | fa163eee-6ad1-d113-df85-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-11-29 01:56:28.619579 | fa163eee-6ad1-d113-df85-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:20.813511 | 0.05s 2025-11-29 01:56:28.645548 | fa163eee-6ad1-d113-df85-0000000022c4 | TASK | build lvm2 filter 2025-11-29 01:56:28.699766 | fa163eee-6ad1-d113-df85-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-11-29 01:56:28.701201 | fa163eee-6ad1-d113-df85-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:20.895134 | 0.05s 2025-11-29 01:56:28.727705 | fa163eee-6ad1-d113-df85-0000000022c5 | TASK | regenerate lvm config 2025-11-29 01:56:28.780567 | fa163eee-6ad1-d113-df85-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-11-29 01:56:28.782065 | fa163eee-6ad1-d113-df85-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:20.975996 | 0.05s 2025-11-29 01:56:28.809535 | fa163eee-6ad1-d113-df85-0000000022c6 | TASK | copy new lvm.conf in place 2025-11-29 01:56:28.863154 | fa163eee-6ad1-d113-df85-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-29 01:56:28.864316 | fa163eee-6ad1-d113-df85-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:21.058251 | 0.05s 2025-11-29 01:56:28.914294 | fa163eee-6ad1-d113-df85-0000000021ac | TASK | Fail if container image is undefined 2025-11-29 01:56:28.977964 | fa163eee-6ad1-d113-df85-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 01:56:28.979521 | fa163eee-6ad1-d113-df85-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:21.173454 | 0.06s 2025-11-29 01:56:29.013330 | fa163eee-6ad1-d113-df85-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-29 01:56:37.614355 | fa163eee-6ad1-d113-df85-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-29 01:56:37.615807 | fa163eee-6ad1-d113-df85-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:29.809747 | 8.60s 2025-11-29 01:56:37.649365 | fa163eee-6ad1-d113-df85-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-29 01:56:38.006189 | fa163eee-6ad1-d113-df85-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-29 01:56:38.007411 | fa163eee-6ad1-d113-df85-0000000021ae | 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:30.201351 | 0.36s 2025-11-29 01:56:38.096201 | fa163eee-6ad1-d113-df85-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:56:38.097228 | fa163eee-6ad1-d113-df85-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:30.291171 | 0.05s 2025-11-29 01:56:38.116125 | fa163eee-6ad1-d113-df85-0000000021c0 | TASK | Fail if container image is undefined 2025-11-29 01:56:38.177260 | fa163eee-6ad1-d113-df85-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 01:56:38.178229 | fa163eee-6ad1-d113-df85-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:30.372171 | 0.06s 2025-11-29 01:56:38.204731 | fa163eee-6ad1-d113-df85-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-29 01:56:45.734785 | fa163eee-6ad1-d113-df85-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-29 01:56:45.736263 | fa163eee-6ad1-d113-df85-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:37.930197 | 7.53s 2025-11-29 01:56:45.823786 | fa163eee-6ad1-d113-df85-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-29 01:56:46.190118 | fa163eee-6ad1-d113-df85-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-29 01:56:46.191665 | fa163eee-6ad1-d113-df85-0000000021c2 | 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:38.385597 | 0.37s 2025-11-29 01:56:46.280624 | fa163eee-6ad1-d113-df85-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:56:46.281826 | fa163eee-6ad1-d113-df85-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:38.475762 | 0.04s 2025-11-29 01:56:46.307882 | fa163eee-6ad1-d113-df85-0000000021cf | TASK | install systemd-container for a greenfield 2025-11-29 01:57:07.068873 | fa163eee-6ad1-d113-df85-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-11-29 01:57:07.070951 | fa163eee-6ad1-d113-df85-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:59.264883 | 20.76s 2025-11-29 01:57:07.097630 | fa163eee-6ad1-d113-df85-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-11-29 01:57:07.156326 | fa163eee-6ad1-d113-df85-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-29 01:57:07.157736 | fa163eee-6ad1-d113-df85-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:59.351669 | 0.06s 2025-11-29 01:57:07.184945 | fa163eee-6ad1-d113-df85-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-29 01:57:07.462336 | fa163eee-6ad1-d113-df85-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-29 01:57:07.463962 | fa163eee-6ad1-d113-df85-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:59.657894 | 0.28s 2025-11-29 01:57:07.490391 | fa163eee-6ad1-d113-df85-0000000021d4 | TASK | is KSM enabled 2025-11-29 01:57:07.545048 | fa163eee-6ad1-d113-df85-0000000021d4 | OK | is KSM enabled | standalone 2025-11-29 01:57:07.546480 | fa163eee-6ad1-d113-df85-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:59.740413 | 0.05s 2025-11-29 01:57:07.573713 | fa163eee-6ad1-d113-df85-0000000021d6 | TASK | Check for ksm 2025-11-29 01:57:07.905605 | fa163eee-6ad1-d113-df85-0000000021d6 | CHANGED | Check for ksm | standalone 2025-11-29 01:57:07.907334 | fa163eee-6ad1-d113-df85-0000000021d6 | TIMING | Check for ksm | standalone | 0:05:00.101263 | 0.33s 2025-11-29 01:57:07.935213 | fa163eee-6ad1-d113-df85-0000000021d7 | TASK | disable KSM services 2025-11-29 01:57:08.008242 | fa163eee-6ad1-d113-df85-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-29 01:57:08.036840 | fa163eee-6ad1-d113-df85-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-29 01:57:08.042702 | fa163eee-6ad1-d113-df85-0000000021d7 | TIMING | disable KSM services | standalone | 0:05:00.236631 | 0.11s 2025-11-29 01:57:08.069909 | fa163eee-6ad1-d113-df85-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-11-29 01:57:08.147022 | fa163eee-6ad1-d113-df85-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-29 01:57:08.148471 | fa163eee-6ad1-d113-df85-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:05:00.342378 | 0.08s 2025-11-29 01:57:08.174383 | fa163eee-6ad1-d113-df85-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-29 01:57:08.226197 | fa163eee-6ad1-d113-df85-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-29 01:57:08.227535 | fa163eee-6ad1-d113-df85-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:05:00.421470 | 0.05s 2025-11-29 01:57:08.253093 | fa163eee-6ad1-d113-df85-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-29 01:57:08.306097 | fa163eee-6ad1-d113-df85-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-29 01:57:08.307170 | fa163eee-6ad1-d113-df85-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:05:00.501107 | 0.05s 2025-11-29 01:57:08.332163 | fa163eee-6ad1-d113-df85-0000000021dc | TASK | enable ksmtunded 2025-11-29 01:57:08.392766 | fa163eee-6ad1-d113-df85-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-29 01:57:08.404516 | fa163eee-6ad1-d113-df85-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-29 01:57:08.417389 | fa163eee-6ad1-d113-df85-0000000021dc | TIMING | enable ksmtunded | standalone | 0:05:00.611310 | 0.08s 2025-11-29 01:57:08.496796 | fa163eee-6ad1-d113-df85-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:57:08.498500 | fa163eee-6ad1-d113-df85-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.692432 | 0.05s 2025-11-29 01:57:08.525268 | fa163eee-6ad1-d113-df85-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-29 01:57:08.596274 | fa163eee-6ad1-d113-df85-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-29 01:57:08.597475 | fa163eee-6ad1-d113-df85-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:00.791377 | 0.07s 2025-11-29 01:57:08.623026 | fa163eee-6ad1-d113-df85-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-29 01:57:11.627893 | fa163eee-6ad1-d113-df85-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-29 01:57:11.633318 | fa163eee-6ad1-d113-df85-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:03.827254 | 3.01s 2025-11-29 01:57:11.669698 | fa163eee-6ad1-d113-df85-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-11-29 01:57:11.741027 | fa163eee-6ad1-d113-df85-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-29 01:57:11.742284 | fa163eee-6ad1-d113-df85-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:03.936219 | 0.07s 2025-11-29 01:57:11.771850 | fa163eee-6ad1-d113-df85-0000000021e4 | TASK | Fetch ovn VIP 2025-11-29 01:57:11.834693 | fa163eee-6ad1-d113-df85-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-11-29 01:57:11.835812 | fa163eee-6ad1-d113-df85-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:05:04.029748 | 0.06s 2025-11-29 01:57:11.866608 | fa163eee-6ad1-d113-df85-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-11-29 01:57:11.930291 | fa163eee-6ad1-d113-df85-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-29 01:57:11.931480 | fa163eee-6ad1-d113-df85-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:04.125414 | 0.06s 2025-11-29 01:57:11.961705 | fa163eee-6ad1-d113-df85-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-29 01:57:12.003342 | fa163eee-6ad1-d113-df85-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-29 01:57:12.004692 | fa163eee-6ad1-d113-df85-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:04.198626 | 0.04s 2025-11-29 01:57:12.043020 | fa163eee-6ad1-d113-df85-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-11-29 01:57:12.087866 | fa163eee-6ad1-d113-df85-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-29 01:57:12.089312 | fa163eee-6ad1-d113-df85-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:04.283245 | 0.04s 2025-11-29 01:57:12.120344 | fa163eee-6ad1-d113-df85-0000000021e8 | TASK | Remove pacemaker attributes 2025-11-29 01:57:12.169166 | fa163eee-6ad1-d113-df85-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-29 01:57:12.181579 | fa163eee-6ad1-d113-df85-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:05:04.375517 | 0.06s 2025-11-29 01:57:12.242198 | fa163eee-6ad1-d113-df85-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:57:12.243343 | fa163eee-6ad1-d113-df85-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:04.437282 | 0.04s 2025-11-29 01:57:12.330400 | fa163eee-6ad1-d113-df85-0000000021ed | TASK | Configure OVN DBs and northd 2025-11-29 01:57:12.379215 | fa163eee-6ad1-d113-df85-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:05:04.573147 | 0.05s 2025-11-29 01:57:12.440677 | fa163eee-6ad1-d113-df85-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-29 01:57:12.673208 | fa163eee-6ad1-d113-df85-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-29 01:57:12.674634 | fa163eee-6ad1-d113-df85-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:04.868567 | 0.23s 2025-11-29 01:57:12.704418 | fa163eee-6ad1-d113-df85-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-29 01:57:12.745187 | fa163eee-6ad1-d113-df85-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-29 01:57:12.746555 | fa163eee-6ad1-d113-df85-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:04.940490 | 0.04s 2025-11-29 01:57:12.777667 | fa163eee-6ad1-d113-df85-000000002397 | TASK | check ovsdb-tool election-timer options 2025-11-29 01:57:13.014959 | fa163eee-6ad1-d113-df85-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-29 01:57:13.016455 | fa163eee-6ad1-d113-df85-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:05.210362 | 0.24s 2025-11-29 01:57:13.046648 | fa163eee-6ad1-d113-df85-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-11-29 01:57:13.119229 | fa163eee-6ad1-d113-df85-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-29 01:57:13.120318 | fa163eee-6ad1-d113-df85-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:05.314255 | 0.07s 2025-11-29 01:57:13.151014 | fa163eee-6ad1-d113-df85-000000002399 | TASK | render OVN cluster configuration 2025-11-29 01:57:13.744784 | fa163eee-6ad1-d113-df85-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-11-29 01:57:13.746221 | fa163eee-6ad1-d113-df85-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:05.940156 | 0.59s 2025-11-29 01:57:13.780001 | fa163eee-6ad1-d113-df85-00000000239a | TASK | restart OVN northd and north and south databases 2025-11-29 01:57:13.842180 | fa163eee-6ad1-d113-df85-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.036108 | 0.06s 2025-11-29 01:57:13.869082 | fa163eee-6ad1-d113-df85-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.063023 | 0.09s 2025-11-29 01:57:13.882634 | fa163eee-6ad1-d113-df85-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.076575 | 0.10s 2025-11-29 01:57:13.894823 | fa163eee-6ad1-d113-df85-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.088765 | 0.11s 2025-11-29 01:57:13.921122 | 46a97b86-83e5-4a66-9f96-38b6a1ef55f8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-29 01:57:13.929593 | 4c7deaee-941f-4338-9878-ce02db288b06 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-29 01:57:13.937663 | c6681af7-51d5-4b66-9b65-cb76584b4a3a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-29 01:57:13.974119 | fa163eee-6ad1-d113-df85-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-29 01:57:14.242235 | fa163eee-6ad1-d113-df85-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-29 01:57:14.243458 | fa163eee-6ad1-d113-df85-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:06.437367 | 0.27s 2025-11-29 01:57:14.274918 | fa163eee-6ad1-d113-df85-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-29 01:57:14.326057 | fa163eee-6ad1-d113-df85-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-29 01:57:14.327138 | fa163eee-6ad1-d113-df85-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:06.521074 | 0.05s 2025-11-29 01:57:14.358092 | fa163eee-6ad1-d113-df85-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-29 01:57:14.623895 | fa163eee-6ad1-d113-df85-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-29 01:57:14.624786 | fa163eee-6ad1-d113-df85-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:06.818731 | 0.27s 2025-11-29 01:57:14.645982 | fa163eee-6ad1-d113-df85-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-29 01:57:14.697600 | fa163eee-6ad1-d113-df85-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-29 01:57:14.698225 | fa163eee-6ad1-d113-df85-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:06.892170 | 0.05s 2025-11-29 01:57:14.718563 | fa163eee-6ad1-d113-df85-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-29 01:57:14.986542 | fa163eee-6ad1-d113-df85-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-29 01:57:14.988084 | fa163eee-6ad1-d113-df85-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:07.182017 | 0.27s 2025-11-29 01:57:15.020568 | fa163eee-6ad1-d113-df85-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-11-29 01:57:15.073801 | fa163eee-6ad1-d113-df85-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-29 01:57:15.074892 | fa163eee-6ad1-d113-df85-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:07.268828 | 0.05s 2025-11-29 01:57:15.181458 | fa163eee-6ad1-d113-df85-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:57:15.182583 | fa163eee-6ad1-d113-df85-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.376520 | 0.05s 2025-11-29 01:57:15.262065 | fa163eee-6ad1-d113-df85-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 01:57:15.262890 | fa163eee-6ad1-d113-df85-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.456834 | 0.05s 2025-11-29 01:57:15.285524 | fa163eee-6ad1-d113-df85-0000000021f8 | TASK | Fail if container image is undefined 2025-11-29 01:57:15.343628 | fa163eee-6ad1-d113-df85-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 01:57:15.344353 | fa163eee-6ad1-d113-df85-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:07.538297 | 0.06s 2025-11-29 01:57:15.376917 | fa163eee-6ad1-d113-df85-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-29 01:57:21.498911 | fa163eee-6ad1-d113-df85-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-29 01:57:21.501810 | fa163eee-6ad1-d113-df85-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:13.695738 | 6.12s 2025-11-29 01:57:21.561711 | fa163eee-6ad1-d113-df85-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-29 01:57:21.931905 | fa163eee-6ad1-d113-df85-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-29 01:57:21.933575 | fa163eee-6ad1-d113-df85-0000000021fa | 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:14.127505 | 0.37s 2025-11-29 01:57:21.990302 | fa163eee-6ad1-d113-df85-000000002205 | TASK | Pre-fetch all the containers 2025-11-29 01:57:26.292015 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-29 01:57:26.295128 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:18.489060 | 4.30s 2025-11-29 01:57:31.213968 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-29 01:57:31.217013 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:23.410944 | 9.22s 2025-11-29 01:57:33.768301 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-29 01:57:33.771535 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:25.965464 | 11.78s 2025-11-29 01:57:36.775061 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-29 01:57:36.778990 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:28.972919 | 14.79s 2025-11-29 01:57:38.772889 | fa163eee-6ad1-d113-df85-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-29 01:57:38.777423 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:30.971348 | 16.79s 2025-11-29 01:57:41.060212 | fa163eee-6ad1-d113-df85-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-29 01:57:41.064620 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.258548 | 19.07s 2025-11-29 01:57:45.566021 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-11-29 01:57:45.569170 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:37.763102 | 23.58s 2025-11-29 01:57:50.046233 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-11-29 01:57:50.051490 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.245376 | 28.06s 2025-11-29 01:57:54.778290 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-29 01:57:54.782744 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:46.976677 | 32.79s 2025-11-29 01:57:57.297848 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-29 01:57:57.302099 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:49.496032 | 35.31s 2025-11-29 01:58:05.862997 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-29 01:58:05.867367 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:58.061141 | 43.87s 2025-11-29 01:58:08.880780 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-29 01:58:08.886142 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:01.080074 | 46.89s 2025-11-29 01:58:27.500936 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-29 01:58:27.504942 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:19.698876 | 65.51s 2025-11-29 01:58:37.299113 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-29 01:58:37.301851 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:29.495787 | 75.31s 2025-11-29 01:58:47.138970 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-11-29 01:58:47.142090 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:39.336027 | 85.15s 2025-11-29 01:58:56.917183 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-29 01:58:56.921694 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:49.115628 | 94.93s 2025-11-29 01:59:04.249129 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-29 01:59:04.253004 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:56.446934 | 102.26s 2025-11-29 01:59:09.239550 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-29 01:59:09.244208 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:01.438140 | 107.25s 2025-11-29 01:59:12.336702 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-29 01:59:12.339962 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:04.533894 | 110.35s 2025-11-29 01:59:16.257290 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-29 01:59:16.261860 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:08.455795 | 114.27s 2025-11-29 01:59:22.143705 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-29 01:59:22.147397 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:14.341335 | 120.16s 2025-11-29 01:59:34.590791 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-29 01:59:34.595411 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.789345 | 132.60s 2025-11-29 01:59:37.642377 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-29 01:59:37.645454 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:29.839372 | 135.65s 2025-11-29 01:59:50.074905 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-11-29 01:59:50.081510 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.275438 | 148.09s 2025-11-29 01:59:53.078078 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-11-29 01:59:53.082722 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.276651 | 151.09s 2025-11-29 01:59:56.049620 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-11-29 01:59:56.052777 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:48.246710 | 154.06s 2025-11-29 01:59:58.754635 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-11-29 01:59:58.757911 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:50.951846 | 156.77s 2025-11-29 02:00:02.120409 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-29 02:00:02.123580 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:54.317514 | 160.13s 2025-11-29 02:00:06.566708 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-11-29 02:00:06.572359 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:58.766284 | 164.58s 2025-11-29 02:00:11.601997 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-11-29 02:00:11.608210 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:03.802138 | 169.62s 2025-11-29 02:00:16.310540 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-11-29 02:00:16.314861 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.508788 | 174.32s 2025-11-29 02:00:19.287854 | fa163eee-6ad1-d113-df85-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-29 02:00:19.294107 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.488021 | 177.30s 2025-11-29 02:00:21.608826 | fa163eee-6ad1-d113-df85-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-29 02:00:21.611888 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:13.805823 | 179.62s 2025-11-29 02:00:25.362675 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-29 02:00:25.365614 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:17.559545 | 183.37s 2025-11-29 02:00:28.124684 | fa163eee-6ad1-d113-df85-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-29 02:00:28.127785 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:20.321720 | 186.14s 2025-11-29 02:00:32.138152 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-29 02:00:32.142718 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:24.336649 | 190.15s 2025-11-29 02:00:36.060487 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-29 02:00:36.064798 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:28.258723 | 194.07s 2025-11-29 02:00:39.959393 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-11-29 02:00:39.962579 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.156517 | 197.97s 2025-11-29 02:00:43.353406 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-11-29 02:00:43.356277 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:35.550214 | 201.36s 2025-11-29 02:00:46.578754 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-11-29 02:00:46.582789 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:38.776725 | 204.59s 2025-11-29 02:00:50.326332 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-11-29 02:00:50.331467 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.525377 | 208.34s 2025-11-29 02:00:53.996382 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-11-29 02:00:54.000584 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.194517 | 212.01s 2025-11-29 02:00:57.485488 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-29 02:00:57.489137 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.683073 | 215.50s 2025-11-29 02:01:00.511331 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-29 02:01:00.514549 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.708484 | 218.52s 2025-11-29 02:01:03.290205 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-29 02:01:03.293731 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.487664 | 221.30s 2025-11-29 02:01:06.228644 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-29 02:01:06.231524 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.425456 | 224.24s 2025-11-29 02:01:08.928044 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-29 02:01:08.931997 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.125932 | 226.94s 2025-11-29 02:01:12.058411 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-29 02:01:12.062494 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.256428 | 230.07s 2025-11-29 02:01:15.107069 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-29 02:01:15.110626 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:07.304559 | 233.12s 2025-11-29 02:01:19.250681 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-29 02:01:19.255361 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:11.449296 | 237.26s 2025-11-29 02:01:22.696391 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-29 02:01:22.700808 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.894742 | 240.71s 2025-11-29 02:01:26.239827 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-29 02:01:26.243877 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.437811 | 244.25s 2025-11-29 02:01:29.662738 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-11-29 02:01:29.667037 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:21.860966 | 247.67s 2025-11-29 02:01:32.636794 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-11-29 02:01:32.639907 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:24.833843 | 250.65s 2025-11-29 02:01:35.833245 | fa163eee-6ad1-d113-df85-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-11-29 02:01:35.835777 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:28.029714 | 253.84s 2025-11-29 02:01:36.239874 | fa163eee-6ad1-d113-df85-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:28.433804 | 254.25s 2025-11-29 02:01:36.535288 | fa163eee-6ad1-d113-df85-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-29 02:01:36.536742 | fa163eee-6ad1-d113-df85-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:28.730675 | 0.06s 2025-11-29 02:01:36.567069 | fa163eee-6ad1-d113-df85-00000000220f | TASK | Fail if container image is undefined 2025-11-29 02:01:36.638911 | fa163eee-6ad1-d113-df85-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-11-29 02:01:36.640406 | fa163eee-6ad1-d113-df85-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:28.834338 | 0.07s 2025-11-29 02:01:36.687532 | fa163eee-6ad1-d113-df85-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-29 02:01:42.156994 | fa163eee-6ad1-d113-df85-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-29 02:01:42.158633 | fa163eee-6ad1-d113-df85-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:34.352567 | 5.47s 2025-11-29 02:01:42.216483 | fa163eee-6ad1-d113-df85-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-29 02:01:42.596501 | fa163eee-6ad1-d113-df85-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-29 02:01:42.597999 | fa163eee-6ad1-d113-df85-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:34.791933 | 0.38s 2025-11-29 02:01:42.654345 | fa163eee-6ad1-d113-df85-00000000221c | TASK | Check if rsyslog exists 2025-11-29 02:01:42.921126 | fa163eee-6ad1-d113-df85-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-11-29 02:01:42.922607 | fa163eee-6ad1-d113-df85-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:35.116540 | 0.27s 2025-11-29 02:01:42.953266 | fa163eee-6ad1-d113-df85-00000000221d | TASK | Forward logging to swift.log file 2025-11-29 02:01:43.507360 | fa163eee-6ad1-d113-df85-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-11-29 02:01:43.508669 | fa163eee-6ad1-d113-df85-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:35.702608 | 0.55s 2025-11-29 02:01:43.533934 | fa163eee-6ad1-d113-df85-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-11-29 02:01:44.229691 | fa163eee-6ad1-d113-df85-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-29 02:01:44.233134 | fa163eee-6ad1-d113-df85-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:36.427063 | 0.70s 2025-11-29 02:01:44.264547 | fa163eee-6ad1-d113-df85-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-29 02:01:44.518272 | fa163eee-6ad1-d113-df85-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-29 02:01:44.520840 | fa163eee-6ad1-d113-df85-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:36.714761 | 0.25s 2025-11-29 02:01:44.645413 | fa163eee-6ad1-d113-df85-0000000000c3 | TIMING | include_tasks | standalone | 0:09:36.839336 | 0.09s 2025-11-29 02:01:44.688419 | 89e47ee5-6596-4af8-9de6-abc2a7b26332 | INCLUDED | /root/standalone-ansible-erku49e_/common_deploy_steps_tasks.yaml | standalone 2025-11-29 02:01:44.715686 | fa163eee-6ad1-d113-df85-0000000024a0 | TASK | Write the config_step hieradata 2025-11-29 02:01:45.231309 | fa163eee-6ad1-d113-df85-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-11-29 02:01:45.233307 | fa163eee-6ad1-d113-df85-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:37.427240 | 0.52s 2025-11-29 02:01:45.264077 | fa163eee-6ad1-d113-df85-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-11-29 02:01:45.623367 | fa163eee-6ad1-d113-df85-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-29 02:01:45.624832 | fa163eee-6ad1-d113-df85-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:37.818762 | 0.36s 2025-11-29 02:01:45.655747 | fa163eee-6ad1-d113-df85-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-11-29 02:01:45.946854 | fa163eee-6ad1-d113-df85-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-29 02:01:56.207067 | fa163eee-6ad1-d113-df85-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-29 02:02:06.430772 | fa163eee-6ad1-d113-df85-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-29 02:02:16.654165 | fa163eee-6ad1-d113-df85-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-29 02:02:26.931749 | fa163eee-6ad1-d113-df85-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-29 02:02:37.177710 | fa163eee-6ad1-d113-df85-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-29 02:02:47.395182 | fa163eee-6ad1-d113-df85-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-29 02:02:47.396570 | fa163eee-6ad1-d113-df85-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:39.590504 | 61.74s 2025-11-29 02:02:47.427376 | fa163eee-6ad1-d113-df85-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-29 02:02:47.491224 | fa163eee-6ad1-d113-df85-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 29 02:01:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 29 02:01:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 29 02:01:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 29 02:01:49 puppet-user: (file & line not available)", "<13>Nov 29 02:01:49 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 29 02:01:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 29 02:01:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 29 02:01:49 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Nov 29 02:01:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 29 02:01:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 29 02:01:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 29 02:01:59 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 29 02:02:07 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 29 02:02:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 29 02:02:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 29 02:02:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 29 02:02:11 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 29 02:02:11 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 29 02:02:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 29 02:02:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 29 02:02:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 29 02:02:19 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 29 02:02:19 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 29 02:02:42 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 29 02:02:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 29 02:02:46 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 29 02:02:46 puppet-user: Notice: Applied catalog in 56.32 seconds", "<13>Nov 29 02:02:46 puppet-user: Application:", "<13>Nov 29 02:02:46 puppet-user: Initial environment: production", "<13>Nov 29 02:02:46 puppet-user: Converged environment: production", "<13>Nov 29 02:02:46 puppet-user: Run mode: user", "<13>Nov 29 02:02:46 puppet-user: Changes:", "<13>Nov 29 02:02:46 puppet-user: Total: 17", "<13>Nov 29 02:02:46 puppet-user: Events:", "<13>Nov 29 02:02:46 puppet-user: Success: 17", "<13>Nov 29 02:02:46 puppet-user: Resources:", "<13>Nov 29 02:02:46 puppet-user: Restarted: 1", "<13>Nov 29 02:02:46 puppet-user: Changed: 16", "<13>Nov 29 02:02:46 puppet-user: Out of sync: 16", "<13>Nov 29 02:02:46 puppet-user: Total: 26", "<13>Nov 29 02:02:46 puppet-user: Time:", "<13>Nov 29 02:02:46 puppet-user: Filebucket: 0.00", "<13>Nov 29 02:02:46 puppet-user: Schedule: 0.00", "<13>Nov 29 02:02:46 puppet-user: File: 0.00", "<13>Nov 29 02:02:46 puppet-user: File line: 0.00", "<13>Nov 29 02:02:46 puppet-user: Augeas: 0.02", "<13>Nov 29 02:02:46 puppet-user: User: 0.20", "<13>Nov 29 02:02:46 puppet-user: Config retrieval: 0.43", "<13>Nov 29 02:02:46 puppet-user: Package: 17.62", "<13>Nov 29 02:02:46 puppet-user: Last run: 1764381766", "<13>Nov 29 02:02:46 puppet-user: Exec: 29.10", "<13>Nov 29 02:02:46 puppet-user: Pcmk property: 3.68", "<13>Nov 29 02:02:46 puppet-user: Service: 4.40", "<13>Nov 29 02:02:46 puppet-user: Transaction evaluation: 56.31", "<13>Nov 29 02:02:46 puppet-user: Catalog application: 56.32", "<13>Nov 29 02:02:46 puppet-user: Total: 56.32", "<13>Nov 29 02:02:46 puppet-user: Version:", "<13>Nov 29 02:02:46 puppet-user: Config: 1764381709", "<13>Nov 29 02:02:46 puppet-user: Puppet: 7.10.0" ] } 2025-11-29 02:02:47.492503 | fa163eee-6ad1-d113-df85-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:39.686439 | 0.06s 2025-11-29 02:02:47.522301 | fa163eee-6ad1-d113-df85-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-11-29 02:02:47.551062 | fa163eee-6ad1-d113-df85-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:39.744999 | 0.03s 2025-11-29 02:02:47.621540 | fa163eee-6ad1-d113-df85-0000000024eb | TASK | Gather variables for each operating system 2025-11-29 02:02:47.701793 | fa163eee-6ad1-d113-df85-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:39.895722 | 0.08s 2025-11-29 02:02:47.731334 | fa163eee-6ad1-d113-df85-0000000024ec | TASK | Create puppet caching structures 2025-11-29 02:02:47.954207 | fa163eee-6ad1-d113-df85-0000000024ec | CHANGED | Create puppet caching structures | standalone 2025-11-29 02:02:47.961074 | fa163eee-6ad1-d113-df85-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:40.155009 | 0.23s 2025-11-29 02:02:47.990986 | fa163eee-6ad1-d113-df85-0000000024ed | TASK | Check for facter.conf 2025-11-29 02:02:48.202877 | fa163eee-6ad1-d113-df85-0000000024ed | OK | Check for facter.conf | standalone 2025-11-29 02:02:48.204153 | fa163eee-6ad1-d113-df85-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:40.398090 | 0.21s 2025-11-29 02:02:48.233824 | fa163eee-6ad1-d113-df85-0000000024ee | TASK | Remove facter.conf if directory 2025-11-29 02:02:48.262574 | fa163eee-6ad1-d113-df85-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2025-11-29 02:02:48.263634 | fa163eee-6ad1-d113-df85-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:40.457571 | 0.03s 2025-11-29 02:02:48.293177 | fa163eee-6ad1-d113-df85-0000000024ef | TASK | Write facter cache config 2025-11-29 02:02:48.757405 | fa163eee-6ad1-d113-df85-0000000024ef | CHANGED | Write facter cache config | standalone 2025-11-29 02:02:48.758948 | fa163eee-6ad1-d113-df85-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:40.952882 | 0.46s 2025-11-29 02:02:48.789359 | fa163eee-6ad1-d113-df85-0000000024f0 | TASK | Cleanup facter cache if exists 2025-11-29 02:02:49.010334 | fa163eee-6ad1-d113-df85-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2025-11-29 02:02:49.011867 | fa163eee-6ad1-d113-df85-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:41.205800 | 0.22s 2025-11-29 02:02:49.041638 | fa163eee-6ad1-d113-df85-0000000024f1 | TASK | Pre-cache facts 2025-11-29 02:02:49.671797 | fa163eee-6ad1-d113-df85-0000000024f1 | CHANGED | Pre-cache facts | standalone 2025-11-29 02:02:49.673070 | fa163eee-6ad1-d113-df85-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:41.867005 | 0.63s 2025-11-29 02:02:49.703782 | fa163eee-6ad1-d113-df85-0000000024f2 | TASK | Failed deployment if facter fails 2025-11-29 02:02:49.744651 | fa163eee-6ad1-d113-df85-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-29 02:02:49.746064 | fa163eee-6ad1-d113-df85-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:41.939996 | 0.04s 2025-11-29 02:02:49.798331 | fa163eee-6ad1-d113-df85-0000000024f3 | TASK | Sync cached facts 2025-11-29 02:02:50.277372 | fa163eee-6ad1-d113-df85-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-0000000024f3') missing from stats 2025-11-29 02:02:50.334176 | fa163eee-6ad1-d113-df85-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-29 02:02:50.385083 | fa163eee-6ad1-d113-df85-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:42.579007 | 0.05s 2025-11-29 02:02:50.416399 | f49422a6-79b6-4352-8fc2-d69f4b0712bf | INCLUDED | /root/standalone-ansible-erku49e_/generate-config-tasks.yaml | standalone 2025-11-29 02:02:50.453282 | fa163eee-6ad1-d113-df85-00000000253d | TASK | Create base directory puppet configs 2025-11-29 02:02:50.692712 | fa163eee-6ad1-d113-df85-00000000253d | CHANGED | Create base directory puppet configs | standalone 2025-11-29 02:02:50.694179 | fa163eee-6ad1-d113-df85-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:42.888115 | 0.24s 2025-11-29 02:02:50.725799 | fa163eee-6ad1-d113-df85-00000000253e | TASK | Generate container puppet configs for step 1 2025-11-29 02:02:51.052587 | fa163eee-6ad1-d113-df85-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-29 02:02:51.053955 | fa163eee-6ad1-d113-df85-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:43.247890 | 0.33s 2025-11-29 02:02:51.087096 | fa163eee-6ad1-d113-df85-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-29 02:02:51.115900 | fa163eee-6ad1-d113-df85-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:43.309834 | 0.03s 2025-11-29 02:02:51.192754 | fa163eee-6ad1-d113-df85-0000000025c9 | TASK | Gather variables for each operating system 2025-11-29 02:02:51.310481 | fa163eee-6ad1-d113-df85-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:43.504364 | 0.12s 2025-11-29 02:02:51.341697 | fa163eee-6ad1-d113-df85-0000000025ca | TASK | Create container logs path 2025-11-29 02:02:51.580512 | fa163eee-6ad1-d113-df85-0000000025ca | OK | Create container logs path | standalone 2025-11-29 02:02:51.582060 | fa163eee-6ad1-d113-df85-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:43.775993 | 0.24s 2025-11-29 02:02:51.615308 | fa163eee-6ad1-d113-df85-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:02:52.065271 | fa163eee-6ad1-d113-df85-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:02:52.066740 | fa163eee-6ad1-d113-df85-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:44.260674 | 0.45s 2025-11-29 02:02:52.099055 | fa163eee-6ad1-d113-df85-0000000025cd | TASK | Finalise hashes for all containers 2025-11-29 02:02:52.182034 | fa163eee-6ad1-d113-df85-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-11-29 02:02:52.183236 | fa163eee-6ad1-d113-df85-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:44.377172 | 0.08s 2025-11-29 02:02:52.212900 | fa163eee-6ad1-d113-df85-0000000025cf | TASK | Manage systemd shutdown files 2025-11-29 02:02:52.246738 | fa163eee-6ad1-d113-df85-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:02:52.247921 | fa163eee-6ad1-d113-df85-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:44.441856 | 0.03s 2025-11-29 02:02:52.278083 | fa163eee-6ad1-d113-df85-0000000025d1 | TASK | Update container configs with new config hashes 2025-11-29 02:02:52.332153 | fa163eee-6ad1-d113-df85-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:02:52.333279 | fa163eee-6ad1-d113-df85-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:44.527216 | 0.05s 2025-11-29 02:02:52.365709 | fa163eee-6ad1-d113-df85-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:02:52.427106 | fa163eee-6ad1-d113-df85-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:44.621031 | 0.06s 2025-11-29 02:02:52.453224 | 253cabc3-2267-4e67-9dc9-8c3ea1e56ed9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:02:52.488423 | fa163eee-6ad1-d113-df85-000000002616 | TASK | Gather podman infos 2025-11-29 02:02:53.180251 | fa163eee-6ad1-d113-df85-000000002616 | OK | Gather podman infos | standalone 2025-11-29 02:02:53.181623 | fa163eee-6ad1-d113-df85-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:45.375556 | 0.69s 2025-11-29 02:02:53.219412 | fa163eee-6ad1-d113-df85-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:02:53.271023 | fa163eee-6ad1-d113-df85-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:02:53.272232 | fa163eee-6ad1-d113-df85-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:45.466166 | 0.05s 2025-11-29 02:02:53.307150 | fa163eee-6ad1-d113-df85-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:02:53.362609 | fa163eee-6ad1-d113-df85-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:45.556544 | 0.05s 2025-11-29 02:02:53.387333 | 1a6ad44c-63d0-4fad-b777-95dd53316fdc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:02:53.424420 | fa163eee-6ad1-d113-df85-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:03:26.460364 | fa163eee-6ad1-d113-df85-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:03:26.463108 | fa163eee-6ad1-d113-df85-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:18.657038 | 33.04s 2025-11-29 02:03:26.545812 | fa163eee-6ad1-d113-df85-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:03:26.633579 | fa163eee-6ad1-d113-df85-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:03:26.634853 | fa163eee-6ad1-d113-df85-000000002641 | 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:11:18.828785 | 0.09s 2025-11-29 02:03:26.691577 | fa163eee-6ad1-d113-df85-000000002541 | TASK | Diff puppet-generated changes for check mode 2025-11-29 02:03:26.733553 | fa163eee-6ad1-d113-df85-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-29 02:03:26.734828 | fa163eee-6ad1-d113-df85-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:18.928761 | 0.04s 2025-11-29 02:03:26.764751 | fa163eee-6ad1-d113-df85-000000002542 | TASK | Diff puppet-generated changes for check mode 2025-11-29 02:03:26.801485 | fa163eee-6ad1-d113-df85-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-29 02:03:26.802919 | fa163eee-6ad1-d113-df85-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:18.996854 | 0.04s 2025-11-29 02:03:26.835532 | fa163eee-6ad1-d113-df85-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-29 02:03:26.867477 | fa163eee-6ad1-d113-df85-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:19.061378 | 0.03s 2025-11-29 02:03:26.935621 | fa163eee-6ad1-d113-df85-000000002696 | TASK | Gather variables for each operating system 2025-11-29 02:03:27.061157 | fa163eee-6ad1-d113-df85-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:19.255083 | 0.12s 2025-11-29 02:03:27.093243 | fa163eee-6ad1-d113-df85-000000002697 | TASK | Create container logs path 2025-11-29 02:03:27.368300 | fa163eee-6ad1-d113-df85-000000002697 | OK | Create container logs path | standalone 2025-11-29 02:03:27.370001 | fa163eee-6ad1-d113-df85-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:19.563934 | 0.28s 2025-11-29 02:03:27.403419 | fa163eee-6ad1-d113-df85-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-29 02:03:27.676571 | fa163eee-6ad1-d113-df85-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-29 02:03:27.677969 | fa163eee-6ad1-d113-df85-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:19.871902 | 0.27s 2025-11-29 02:03:27.708872 | fa163eee-6ad1-d113-df85-00000000269a | TASK | Finalise hashes for all containers 2025-11-29 02:03:27.776518 | fa163eee-6ad1-d113-df85-00000000269a | OK | Finalise hashes for all containers | standalone 2025-11-29 02:03:27.777689 | fa163eee-6ad1-d113-df85-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:19.971624 | 0.07s 2025-11-29 02:03:27.807644 | fa163eee-6ad1-d113-df85-00000000269c | TASK | Manage systemd shutdown files 2025-11-29 02:03:27.850084 | fa163eee-6ad1-d113-df85-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:20.044010 | 0.04s 2025-11-29 02:03:27.888320 | 417c7b89-2932-4a41-9424-f0839dec7811 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-29 02:03:27.916897 | fa163eee-6ad1-d113-df85-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-29 02:03:28.203286 | fa163eee-6ad1-d113-df85-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-29 02:03:28.204980 | fa163eee-6ad1-d113-df85-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:20.398912 | 0.29s 2025-11-29 02:03:28.236365 | fa163eee-6ad1-d113-df85-0000000026d0 | TASK | Set podman_drop_in fact 2025-11-29 02:03:28.280426 | fa163eee-6ad1-d113-df85-0000000026d0 | OK | Set podman_drop_in fact | standalone 2025-11-29 02:03:28.281837 | fa163eee-6ad1-d113-df85-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:20.475773 | 0.04s 2025-11-29 02:03:28.312910 | fa163eee-6ad1-d113-df85-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-29 02:03:28.909685 | fa163eee-6ad1-d113-df85-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-29 02:03:28.911024 | fa163eee-6ad1-d113-df85-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:21.104963 | 0.60s 2025-11-29 02:03:29.425694 | fa163eee-6ad1-d113-df85-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-29 02:03:29.427471 | fa163eee-6ad1-d113-df85-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:21.621412 | 1.11s 2025-11-29 02:03:29.438323 | fa163eee-6ad1-d113-df85-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:21.632245 | 1.12s 2025-11-29 02:03:29.471010 | fa163eee-6ad1-d113-df85-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-29 02:03:30.015597 | fa163eee-6ad1-d113-df85-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-29 02:03:30.017253 | fa163eee-6ad1-d113-df85-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:22.211188 | 0.54s 2025-11-29 02:03:30.041505 | fa163eee-6ad1-d113-df85-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-29 02:03:30.550126 | fa163eee-6ad1-d113-df85-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-29 02:03:30.551531 | fa163eee-6ad1-d113-df85-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:22.745465 | 0.51s 2025-11-29 02:03:30.581469 | fa163eee-6ad1-d113-df85-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2025-11-29 02:03:31.600228 | fa163eee-6ad1-d113-df85-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-29 02:03:31.602427 | fa163eee-6ad1-d113-df85-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:23.796360 | 1.02s 2025-11-29 02:03:31.634509 | fa163eee-6ad1-d113-df85-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-29 02:03:32.225651 | fa163eee-6ad1-d113-df85-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-29 02:03:32.227200 | fa163eee-6ad1-d113-df85-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:24.421137 | 0.59s 2025-11-29 02:03:32.256766 | fa163eee-6ad1-d113-df85-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-29 02:03:32.790147 | fa163eee-6ad1-d113-df85-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-29 02:03:32.791496 | fa163eee-6ad1-d113-df85-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:24.985431 | 0.53s 2025-11-29 02:03:32.821574 | fa163eee-6ad1-d113-df85-0000000026d8 | TASK | Enable and start netns-placeholder 2025-11-29 02:03:33.780781 | fa163eee-6ad1-d113-df85-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-29 02:03:33.782700 | fa163eee-6ad1-d113-df85-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:25.976633 | 0.96s 2025-11-29 02:03:33.813805 | fa163eee-6ad1-d113-df85-00000000269e | TASK | Update container configs with new config hashes 2025-11-29 02:03:33.875025 | fa163eee-6ad1-d113-df85-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:26.068959 | 0.06s 2025-11-29 02:03:33.896286 | 6ea645a1-4dc2-4968-8cdd-9a7a2a4a4665 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-29 02:03:33.930039 | fa163eee-6ad1-d113-df85-000000002700 | TASK | Update config hashes for container startup configs 2025-11-29 02:03:34.252365 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-11-29 02:03:34.253556 | | WARNING | Config change detected for mysql_bootstrap, new hash: 2c37f1be86935e104ebb394dabd13940 2025-11-29 02:03:34.254062 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 8987bc6d085fb0a6e40526c22e6b36f7 2025-11-29 02:03:34.254609 | | WARNING | Config change detected for clustercheck, new hash: 1f2c80742aa6ba4638a2756307534c6a 2025-11-29 02:03:34.255094 | | WARNING | Config change detected for horizon_fix_perms, new hash: bec19547c904a52c4b001cb41c4b8fd8 2025-11-29 02:03:34.255613 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 2c37f1be86935e104ebb394dabd13940 2025-11-29 02:03:34.256128 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.256660 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.257165 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.257705 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.258200 | | WARNING | Config change detected for aodh_db_sync, new hash: 26bf57d77616d29f58778bb944dba103 2025-11-29 02:03:34.258711 | | WARNING | Config change detected for barbican_api, new hash: 1eb716dcc93e1e7e935c2df573142b3a 2025-11-29 02:03:34.259212 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 1eb716dcc93e1e7e935c2df573142b3a 2025-11-29 02:03:34.259743 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 1eb716dcc93e1e7e935c2df573142b3a 2025-11-29 02:03:34.260243 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 1eb716dcc93e1e7e935c2df573142b3a 2025-11-29 02:03:34.260762 | | WARNING | Config change detected for barbican_worker, new hash: 1eb716dcc93e1e7e935c2df573142b3a 2025-11-29 02:03:34.261243 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 169402ff88b4b8b1b3a16b87c57cf739 2025-11-29 02:03:34.261773 | | WARNING | Config change detected for glance_api_db_sync, new hash: bc573a2bdd1a707bd4ea8505deb30a03-a66a7cb8472d3af2966e05273e7ebb9e 2025-11-29 02:03:34.262299 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 12422c635499e4881a548a74e929813d 2025-11-29 02:03:34.262801 | | WARNING | Config change detected for horizon, new hash: bec19547c904a52c4b001cb41c4b8fd8 2025-11-29 02:03:34.263289 | | WARNING | Config change detected for iscsid, new hash: a66a7cb8472d3af2966e05273e7ebb9e 2025-11-29 02:03:34.263805 | | WARNING | Config change detected for keystone, new hash: 9386a88109f835557098422f9489d1b9 2025-11-29 02:03:34.275363 | | WARNING | Config change detected for keystone_cron, new hash: 9386a88109f835557098422f9489d1b9 2025-11-29 02:03:34.276260 | | WARNING | Config change detected for keystone_db_sync, new hash: 9386a88109f835557098422f9489d1b9 2025-11-29 02:03:34.276943 | | WARNING | Config change detected for manila_api_db_sync, new hash: 75e04048c2051793f0ce32507e774228 2025-11-29 02:03:34.277808 | | WARNING | Config change detected for neutron_db_sync, new hash: a860ceea612d72bf2a2123220e9c797f 2025-11-29 02:03:34.278363 | | WARNING | Config change detected for nova_api_db_sync, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.278893 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.279352 | | WARNING | Config change detected for nova_db_sync, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.279864 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.280340 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.280856 | | WARNING | Config change detected for nova_virtproxyd, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.281321 | | WARNING | Config change detected for nova_virtqemud, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.281826 | | WARNING | Config change detected for nova_virtsecretd, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.282303 | | WARNING | Config change detected for nova_virtstoraged, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.282820 | | WARNING | Config change detected for octavia_db_sync, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.283274 | | WARNING | Config change detected for placement_api_db_sync, new hash: c217eba31f2f99bf0edbaa08e6180cd7 2025-11-29 02:03:34.283776 | | WARNING | Config change detected for swift_copy_rings, new hash: 43e98e1504b82a832cbf12438a78d566-a6a7a77907adeeebe5ff3a4d1d417e7f 2025-11-29 02:03:34.284245 | | WARNING | Config change detected for aodh_api, new hash: 26bf57d77616d29f58778bb944dba103 2025-11-29 02:03:34.284771 | | WARNING | Config change detected for aodh_api_cron, new hash: 26bf57d77616d29f58778bb944dba103 2025-11-29 02:03:34.285237 | | WARNING | Config change detected for aodh_evaluator, new hash: 26bf57d77616d29f58778bb944dba103 2025-11-29 02:03:34.285745 | | WARNING | Config change detected for aodh_listener, new hash: 26bf57d77616d29f58778bb944dba103 2025-11-29 02:03:34.286207 | | WARNING | Config change detected for aodh_notifier, new hash: 26bf57d77616d29f58778bb944dba103 2025-11-29 02:03:34.286742 | | WARNING | Config change detected for ceilometer_agent_central, new hash: da6456f703b19b2e79a45e8c3d4dead1 2025-11-29 02:03:34.287201 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: da6456f703b19b2e79a45e8c3d4dead1 2025-11-29 02:03:34.287704 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: da6456f703b19b2e79a45e8c3d4dead1 2025-11-29 02:03:34.288173 | | WARNING | Config change detected for cinder_api, new hash: 169402ff88b4b8b1b3a16b87c57cf739 2025-11-29 02:03:34.288714 | | WARNING | Config change detected for cinder_api_cron, new hash: 169402ff88b4b8b1b3a16b87c57cf739 2025-11-29 02:03:34.289179 | | WARNING | Config change detected for cinder_scheduler, new hash: 169402ff88b4b8b1b3a16b87c57cf739 2025-11-29 02:03:34.289671 | | WARNING | Config change detected for glance_api, new hash: bc573a2bdd1a707bd4ea8505deb30a03-a66a7cb8472d3af2966e05273e7ebb9e 2025-11-29 02:03:34.290128 | | WARNING | Config change detected for glance_api_cron, new hash: bc573a2bdd1a707bd4ea8505deb30a03 2025-11-29 02:03:34.290652 | | WARNING | Config change detected for glance_api_internal, new hash: 9606944fca8c0c832e248e3fd92075b0-a66a7cb8472d3af2966e05273e7ebb9e 2025-11-29 02:03:34.291115 | | WARNING | Config change detected for heat_api, new hash: 05476be137c0cc50e55c24014ee093e5 2025-11-29 02:03:34.291618 | | WARNING | Config change detected for heat_api_cfn, new hash: c858af7e46c9e34f95962bf167c3719e 2025-11-29 02:03:34.292077 | | WARNING | Config change detected for heat_api_cron, new hash: 05476be137c0cc50e55c24014ee093e5 2025-11-29 02:03:34.292573 | | WARNING | Config change detected for heat_engine, new hash: 12422c635499e4881a548a74e929813d 2025-11-29 02:03:34.293065 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-29 02:03:34.293566 | | WARNING | Config change detected for manila_api, new hash: 75e04048c2051793f0ce32507e774228 2025-11-29 02:03:34.294055 | | WARNING | Config change detected for manila_api_cron, new hash: 75e04048c2051793f0ce32507e774228 2025-11-29 02:03:34.294583 | | WARNING | Config change detected for manila_scheduler, new hash: 75e04048c2051793f0ce32507e774228 2025-11-29 02:03:34.295069 | | WARNING | Config change detected for neutron_api, new hash: a860ceea612d72bf2a2123220e9c797f 2025-11-29 02:03:34.295588 | | WARNING | Config change detected for neutron_dhcp, new hash: a860ceea612d72bf2a2123220e9c797f 2025-11-29 02:03:34.296066 | | WARNING | Config change detected for neutron_sriov_agent, new hash: a860ceea612d72bf2a2123220e9c797f 2025-11-29 02:03:34.296557 | | WARNING | Config change detected for nova_api, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.297015 | | WARNING | Config change detected for nova_api_cron, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.297520 | | WARNING | Config change detected for nova_conductor, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.297992 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.298486 | | WARNING | Config change detected for nova_metadata, new hash: 35b213ae7e51e89709985bb782b0fcde 2025-11-29 02:03:34.298946 | | WARNING | Config change detected for nova_migration_target, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.299401 | | WARNING | Config change detected for nova_scheduler, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.299895 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.300342 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 4d27755c0a92f28c4b7c6f548ba232bb 2025-11-29 02:03:34.300862 | | WARNING | Config change detected for octavia_api, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.301319 | | WARNING | Config change detected for octavia_driver_agent, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.301993 | | WARNING | Config change detected for ovn_metadata_agent, new hash: a860ceea612d72bf2a2123220e9c797f 2025-11-29 02:03:34.302499 | | WARNING | Config change detected for placement_api, new hash: c217eba31f2f99bf0edbaa08e6180cd7 2025-11-29 02:03:34.302966 | | WARNING | Config change detected for placement_wait_for_service, new hash: c217eba31f2f99bf0edbaa08e6180cd7 2025-11-29 02:03:34.303426 | | WARNING | Config change detected for swift_account_reaper, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.303948 | | WARNING | Config change detected for swift_account_server, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.304416 | | WARNING | Config change detected for swift_container_server, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.304914 | | WARNING | Config change detected for swift_container_updater, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.305422 | | WARNING | Config change detected for swift_object_expirer, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.305921 | | WARNING | Config change detected for swift_object_server, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.306397 | | WARNING | Config change detected for swift_object_updater, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.306900 | | WARNING | Config change detected for swift_proxy, new hash: 43e98e1504b82a832cbf12438a78d566 2025-11-29 02:03:34.307356 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: da6456f703b19b2e79a45e8c3d4dead1 2025-11-29 02:03:34.307891 | | WARNING | Config change detected for gnocchi_api, new hash: b9e9e51cec78179489a93813b91936a9 2025-11-29 02:03:34.308353 | | WARNING | Config change detected for gnocchi_db_sync, new hash: b9e9e51cec78179489a93813b91936a9 2025-11-29 02:03:34.308847 | | WARNING | Config change detected for gnocchi_metricd, new hash: b9e9e51cec78179489a93813b91936a9 2025-11-29 02:03:34.309299 | | WARNING | Config change detected for gnocchi_statsd, new hash: b9e9e51cec78179489a93813b91936a9 2025-11-29 02:03:34.309853 | | WARNING | Config change detected for nova_compute, new hash: a66a7cb8472d3af2966e05273e7ebb9e-91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.310312 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 91b18a87ffa6bd7e537ed148b2751441 2025-11-29 02:03:34.310824 | | WARNING | Config change detected for octavia_health_manager, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.311275 | | WARNING | Config change detected for octavia_housekeeping, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.311780 | | WARNING | Config change detected for octavia_rsyslog, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.312239 | | WARNING | Config change detected for octavia_worker, new hash: 4d39a03c28d13625ec1ada797417a95c 2025-11-29 02:03:34.312795 | fa163eee-6ad1-d113-df85-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-29 02:03:34.313738 | fa163eee-6ad1-d113-df85-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:26.507673 | 0.38s 2025-11-29 02:03:34.339666 | fa163eee-6ad1-d113-df85-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-29 02:03:34.403827 | fa163eee-6ad1-d113-df85-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:26.597755 | 0.06s 2025-11-29 02:03:34.427734 | 62560e44-f40c-48df-8f8a-bd746f84629e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:03:34.459963 | fa163eee-6ad1-d113-df85-00000000271f | TASK | Gather podman infos 2025-11-29 02:03:35.454538 | fa163eee-6ad1-d113-df85-00000000271f | OK | Gather podman infos | standalone 2025-11-29 02:03:35.456018 | fa163eee-6ad1-d113-df85-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:27.649954 | 0.99s 2025-11-29 02:03:35.511477 | fa163eee-6ad1-d113-df85-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-29 02:03:35.590180 | fa163eee-6ad1-d113-df85-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:27.784112 | 0.08s 2025-11-29 02:03:35.739982 | fa163eee-6ad1-d113-df85-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:27.933904 | 0.07s 2025-11-29 02:03:35.797999 | fa163eee-6ad1-d113-df85-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-29 02:03:35.854415 | fa163eee-6ad1-d113-df85-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:28.048342 | 0.06s 2025-11-29 02:03:35.878223 | c5580e1b-556e-4cba-ac70-22a2ff74afae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:03:35.911757 | fa163eee-6ad1-d113-df85-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-29 02:03:44.116740 | fa163eee-6ad1-d113-df85-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-29 02:03:44.118865 | fa163eee-6ad1-d113-df85-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:36.312794 | 8.21s 2025-11-29 02:03:44.153417 | fa163eee-6ad1-d113-df85-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-29 02:03:46.975386 | fa163eee-6ad1-d113-df85-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-29 02:03:46.977510 | fa163eee-6ad1-d113-df85-000000002790 | 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:11:39.171442 | 2.82s 2025-11-29 02:03:47.055324 | fa163eee-6ad1-d113-df85-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-29 02:03:47.299174 | fa163eee-6ad1-d113-df85-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-29 02:03:47.301418 | fa163eee-6ad1-d113-df85-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:39.495327 | 0.24s 2025-11-29 02:03:47.352775 | fa163eee-6ad1-d113-df85-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-29 02:03:47.407474 | fa163eee-6ad1-d113-df85-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:39.601357 | 0.05s 2025-11-29 02:03:47.443206 | fa163eee-6ad1-d113-df85-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-11-29 02:03:47.490575 | fa163eee-6ad1-d113-df85-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:39.684504 | 0.05s 2025-11-29 02:03:47.518104 | 8a250aa9-7b67-4a87-9d9c-c76a6c858c9e | INCLUDED | /root/standalone-ansible-erku49e_/host-container-puppet-tasks.yaml | standalone 2025-11-29 02:03:47.568476 | fa163eee-6ad1-d113-df85-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-29 02:03:48.128685 | fa163eee-6ad1-d113-df85-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-29 02:03:48.130313 | fa163eee-6ad1-d113-df85-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:40.324244 | 0.56s 2025-11-29 02:03:48.166050 | fa163eee-6ad1-d113-df85-0000000027dd | TASK | Generate container puppet configs for step 1 2025-11-29 02:03:48.464320 | fa163eee-6ad1-d113-df85-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2025-11-29 02:03:48.465902 | fa163eee-6ad1-d113-df85-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:40.659836 | 0.30s 2025-11-29 02:03:48.501606 | fa163eee-6ad1-d113-df85-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-29 02:03:48.534246 | fa163eee-6ad1-d113-df85-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:40.728174 | 0.03s 2025-11-29 02:03:48.596421 | fa163eee-6ad1-d113-df85-0000000025c9 | TASK | Gather variables for each operating system 2025-11-29 02:03:48.725160 | fa163eee-6ad1-d113-df85-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:40.919089 | 0.13s 2025-11-29 02:03:48.751325 | fa163eee-6ad1-d113-df85-0000000025ca | TASK | Create container logs path 2025-11-29 02:03:49.001940 | fa163eee-6ad1-d113-df85-0000000025ca | OK | Create container logs path | standalone 2025-11-29 02:03:49.004550 | fa163eee-6ad1-d113-df85-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:41.198484 | 0.25s 2025-11-29 02:03:49.038311 | fa163eee-6ad1-d113-df85-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:03:49.293258 | fa163eee-6ad1-d113-df85-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:03:49.294623 | fa163eee-6ad1-d113-df85-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:41.488559 | 0.25s 2025-11-29 02:03:49.325627 | fa163eee-6ad1-d113-df85-0000000025cd | TASK | Finalise hashes for all containers 2025-11-29 02:03:49.361342 | fa163eee-6ad1-d113-df85-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-11-29 02:03:49.362688 | fa163eee-6ad1-d113-df85-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:41.556624 | 0.04s 2025-11-29 02:03:49.394469 | fa163eee-6ad1-d113-df85-0000000025cf | TASK | Manage systemd shutdown files 2025-11-29 02:03:49.426845 | fa163eee-6ad1-d113-df85-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:03:49.428095 | fa163eee-6ad1-d113-df85-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:41.622031 | 0.03s 2025-11-29 02:03:49.458410 | fa163eee-6ad1-d113-df85-0000000025d1 | TASK | Update container configs with new config hashes 2025-11-29 02:03:49.511274 | fa163eee-6ad1-d113-df85-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:03:49.513302 | fa163eee-6ad1-d113-df85-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:41.707236 | 0.05s 2025-11-29 02:03:49.547063 | fa163eee-6ad1-d113-df85-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:03:49.599594 | fa163eee-6ad1-d113-df85-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:03:49.600989 | fa163eee-6ad1-d113-df85-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:41.794924 | 0.05s 2025-11-29 02:03:49.634164 | fa163eee-6ad1-d113-df85-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-29 02:03:49.685394 | fa163eee-6ad1-d113-df85-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-29 02:03:49.686535 | fa163eee-6ad1-d113-df85-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:41.880471 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-11-29 02:03:49.867819 | fa163eee-6ad1-d113-df85-0000000000c6 | TASK | External deployment step 2 2025-11-29 02:03:49.898320 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000c6') missing from stats 2025-11-29 02:03:49.952924 | fa163eee-6ad1-d113-df85-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:42.146852 | 0.04s 2025-11-29 02:03:49.984816 | 3fc4794b-e19a-4ca0-91ec-8b304c9e7f3e | INCLUDED | /root/standalone-ansible-erku49e_/external_deploy_steps_tasks_step2.yaml | undercloud 2025-11-29 02:03:50.003581 | fa163eee-6ad1-d113-df85-000000002858 | TASK | create cephadm working directory and related files 2025-11-29 02:03:50.068820 | fa163eee-6ad1-d113-df85-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:42.262750 | 0.06s 2025-11-29 02:03:50.120018 | fa163eee-6ad1-d113-df85-000000002880 | TASK | create cephadm workdir 2025-11-29 02:03:50.421129 | fa163eee-6ad1-d113-df85-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-erku49e_/cephadm 2025-11-29 02:03:50.423746 | fa163eee-6ad1-d113-df85-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:42.617676 | 0.30s 2025-11-29 02:03:50.433510 | fa163eee-6ad1-d113-df85-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:42.627441 | 0.31s 2025-11-29 02:03:50.452055 | fa163eee-6ad1-d113-df85-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-11-29 02:03:50.739330 | fa163eee-6ad1-d113-df85-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-11-29 02:03:50.740670 | fa163eee-6ad1-d113-df85-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:42.934606 | 0.29s 2025-11-29 02:03:50.758846 | fa163eee-6ad1-d113-df85-000000002882 | TASK | get the list of enabled services on the overcloud 2025-11-29 02:03:50.833041 | fa163eee-6ad1-d113-df85-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-29 02:03:50.834312 | fa163eee-6ad1-d113-df85-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:43.028248 | 0.07s 2025-11-29 02:03:50.855174 | fa163eee-6ad1-d113-df85-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2025-11-29 02:03:50.907459 | fa163eee-6ad1-d113-df85-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-11-29 02:03:50.908603 | fa163eee-6ad1-d113-df85-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:43.102540 | 0.05s 2025-11-29 02:03:50.990188 | fa163eee-6ad1-d113-df85-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:43.184123 | 0.06s 2025-11-29 02:03:51.093142 | fa163eee-6ad1-d113-df85-000000002908 | TASK | set basic user fact 2025-11-29 02:03:51.170193 | fa163eee-6ad1-d113-df85-000000002908 | SKIPPED | set basic user fact | undercloud 2025-11-29 02:03:51.171320 | fa163eee-6ad1-d113-df85-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:43.365253 | 0.08s 2025-11-29 02:03:51.189320 | fa163eee-6ad1-d113-df85-000000002909 | TASK | set basic home fact 2025-11-29 02:03:51.264596 | fa163eee-6ad1-d113-df85-000000002909 | OK | set basic home fact | undercloud 2025-11-29 02:03:51.265673 | fa163eee-6ad1-d113-df85-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:43.459611 | 0.08s 2025-11-29 02:03:51.283611 | fa163eee-6ad1-d113-df85-00000000290a | TASK | set calling_ansible_environment_variables fact 2025-11-29 02:03:51.379433 | fa163eee-6ad1-d113-df85-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2025-11-29 02:03:51.380490 | fa163eee-6ad1-d113-df85-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:43.574401 | 0.10s 2025-11-29 02:03:51.402627 | fa163eee-6ad1-d113-df85-00000000290c | TASK | get all ansible environment variables 2025-11-29 02:03:51.486833 | fa163eee-6ad1-d113-df85-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2025-11-29 02:03:51.488020 | fa163eee-6ad1-d113-df85-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:43.681955 | 0.08s 2025-11-29 02:03:51.506296 | fa163eee-6ad1-d113-df85-00000000290d | TASK | set calling_ansible_environment_variables 2025-11-29 02:03:51.585598 | fa163eee-6ad1-d113-df85-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-11-29 02:03:51.586690 | fa163eee-6ad1-d113-df85-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:43.780626 | 0.08s 2025-11-29 02:03:51.604492 | fa163eee-6ad1-d113-df85-00000000290f | TASK | Set common fact 2025-11-29 02:03:51.678012 | fa163eee-6ad1-d113-df85-00000000290f | OK | Set common fact | undercloud 2025-11-29 02:03:51.679162 | fa163eee-6ad1-d113-df85-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:43.873101 | 0.07s 2025-11-29 02:03:51.697361 | fa163eee-6ad1-d113-df85-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-11-29 02:03:51.756388 | fa163eee-6ad1-d113-df85-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-11-29 02:03:51.757838 | fa163eee-6ad1-d113-df85-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:43.951771 | 0.06s 2025-11-29 02:03:51.792901 | fa163eee-6ad1-d113-df85-000000002912 | TASK | build filter list 2025-11-29 02:03:51.826076 | fa163eee-6ad1-d113-df85-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:44.020007 | 0.03s 2025-11-29 02:03:51.844440 | fa163eee-6ad1-d113-df85-000000002913 | TASK | add images pool 2025-11-29 02:03:51.930975 | fa163eee-6ad1-d113-df85-000000002913 | OK | add images pool | undercloud 2025-11-29 02:03:51.932648 | fa163eee-6ad1-d113-df85-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:44.126577 | 0.09s 2025-11-29 02:03:51.951406 | fa163eee-6ad1-d113-df85-000000002914 | TASK | add volumes pool 2025-11-29 02:03:52.037668 | fa163eee-6ad1-d113-df85-000000002914 | OK | add volumes pool | undercloud 2025-11-29 02:03:52.039023 | fa163eee-6ad1-d113-df85-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:44.232958 | 0.09s 2025-11-29 02:03:52.057456 | fa163eee-6ad1-d113-df85-000000002915 | TASK | add vms pool 2025-11-29 02:03:52.133360 | fa163eee-6ad1-d113-df85-000000002915 | OK | add vms pool | undercloud 2025-11-29 02:03:52.134658 | fa163eee-6ad1-d113-df85-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:44.328592 | 0.08s 2025-11-29 02:03:52.152928 | fa163eee-6ad1-d113-df85-000000002916 | TASK | add gnocchi pool 2025-11-29 02:03:52.208708 | fa163eee-6ad1-d113-df85-000000002916 | SKIPPED | add gnocchi pool | undercloud 2025-11-29 02:03:52.210216 | fa163eee-6ad1-d113-df85-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:44.404148 | 0.06s 2025-11-29 02:03:52.228934 | fa163eee-6ad1-d113-df85-000000002917 | TASK | add cinder backup pool 2025-11-29 02:03:52.316629 | fa163eee-6ad1-d113-df85-000000002917 | OK | add cinder backup pool | undercloud 2025-11-29 02:03:52.318090 | fa163eee-6ad1-d113-df85-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:44.512027 | 0.09s 2025-11-29 02:03:52.339160 | fa163eee-6ad1-d113-df85-000000002918 | TASK | add cinder extra pools 2025-11-29 02:03:52.369854 | fa163eee-6ad1-d113-df85-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:44.563788 | 0.03s 2025-11-29 02:03:52.385777 | fa163eee-6ad1-d113-df85-000000002919 | TASK | build resulting pool list 2025-11-29 02:03:52.550331 | fa163eee-6ad1-d113-df85-000000002919 | OK | build resulting pool list | undercloud 2025-11-29 02:03:52.551712 | fa163eee-6ad1-d113-df85-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:44.745646 | 0.16s 2025-11-29 02:03:52.570162 | fa163eee-6ad1-d113-df85-00000000291b | TASK | add manila data pool 2025-11-29 02:03:52.643544 | fa163eee-6ad1-d113-df85-00000000291b | OK | add manila data pool | undercloud 2025-11-29 02:03:52.644916 | fa163eee-6ad1-d113-df85-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:44.838848 | 0.07s 2025-11-29 02:03:52.664144 | fa163eee-6ad1-d113-df85-00000000291c | TASK | add manila metadata pool 2025-11-29 02:03:52.729536 | fa163eee-6ad1-d113-df85-00000000291c | OK | add manila metadata pool | undercloud 2025-11-29 02:03:52.730789 | fa163eee-6ad1-d113-df85-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:44.924724 | 0.07s 2025-11-29 02:03:52.826606 | fa163eee-6ad1-d113-df85-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:45.020536 | 0.06s 2025-11-29 02:03:52.952801 | fa163eee-6ad1-d113-df85-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2025-11-29 02:03:53.010885 | fa163eee-6ad1-d113-df85-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-11-29 02:03:53.011827 | fa163eee-6ad1-d113-df85-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:45.205769 | 0.06s 2025-11-29 02:03:53.027288 | fa163eee-6ad1-d113-df85-000000002ab0 | TASK | build openstack client profiles per pool 2025-11-29 02:03:53.103198 | fa163eee-6ad1-d113-df85-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-29 02:03:53.105878 | fa163eee-6ad1-d113-df85-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:45.299801 | 0.08s 2025-11-29 02:03:53.132918 | fa163eee-6ad1-d113-df85-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-29 02:03:53.133665 | fa163eee-6ad1-d113-df85-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:45.327608 | 0.11s 2025-11-29 02:03:53.154808 | fa163eee-6ad1-d113-df85-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-29 02:03:53.155552 | fa163eee-6ad1-d113-df85-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:45.349494 | 0.13s 2025-11-29 02:03:53.175418 | fa163eee-6ad1-d113-df85-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-29 02:03:53.176207 | fa163eee-6ad1-d113-df85-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:45.370149 | 0.15s 2025-11-29 02:03:53.181953 | fa163eee-6ad1-d113-df85-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:45.375893 | 0.15s 2025-11-29 02:03:53.196937 | fa163eee-6ad1-d113-df85-000000002ab1 | TASK | set openstack client caps 2025-11-29 02:03:53.257382 | fa163eee-6ad1-d113-df85-000000002ab1 | OK | set openstack client caps | undercloud 2025-11-29 02:03:53.258880 | fa163eee-6ad1-d113-df85-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:45.452817 | 0.06s 2025-11-29 02:03:53.277125 | fa163eee-6ad1-d113-df85-000000002ab2 | TASK | set openstack client osd(s) caps 2025-11-29 02:03:53.345529 | fa163eee-6ad1-d113-df85-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2025-11-29 02:03:53.346842 | fa163eee-6ad1-d113-df85-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:45.540778 | 0.07s 2025-11-29 02:03:53.365118 | fa163eee-6ad1-d113-df85-000000002ab3 | TASK | Combine caps 2025-11-29 02:03:53.431737 | fa163eee-6ad1-d113-df85-000000002ab3 | OK | Combine caps | undercloud 2025-11-29 02:03:53.433003 | fa163eee-6ad1-d113-df85-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:45.626941 | 0.07s 2025-11-29 02:03:53.451837 | fa163eee-6ad1-d113-df85-000000002ab4 | TASK | set openstack client key 2025-11-29 02:03:53.516831 | fa163eee-6ad1-d113-df85-000000002ab4 | OK | set openstack client key | undercloud 2025-11-29 02:03:53.517986 | fa163eee-6ad1-d113-df85-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:45.711924 | 0.06s 2025-11-29 02:03:53.536438 | fa163eee-6ad1-d113-df85-000000002ab6 | TASK | build manila key for openstack 2025-11-29 02:03:53.603385 | fa163eee-6ad1-d113-df85-000000002ab6 | OK | build manila key for openstack | undercloud 2025-11-29 02:03:53.604635 | fa163eee-6ad1-d113-df85-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:45.798574 | 0.07s 2025-11-29 02:03:53.622869 | fa163eee-6ad1-d113-df85-000000002ab7 | TASK | build radosgw key for openstack 2025-11-29 02:03:53.683530 | fa163eee-6ad1-d113-df85-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2025-11-29 02:03:53.685340 | fa163eee-6ad1-d113-df85-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:45.879272 | 0.06s 2025-11-29 02:03:53.704720 | fa163eee-6ad1-d113-df85-000000002ab8 | TASK | build the resulting keys 2025-11-29 02:03:53.833186 | fa163eee-6ad1-d113-df85-000000002ab8 | OK | build the resulting keys | undercloud 2025-11-29 02:03:53.835658 | fa163eee-6ad1-d113-df85-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:46.029585 | 0.13s 2025-11-29 02:03:53.924644 | fa163eee-6ad1-d113-df85-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:46.118572 | 0.05s 2025-11-29 02:03:54.081838 | fa163eee-6ad1-d113-df85-000000002dd3 | TASK | build ceph orphan set 2025-11-29 02:03:54.162062 | fa163eee-6ad1-d113-df85-000000002dd3 | OK | build ceph orphan set | undercloud 2025-11-29 02:03:54.163245 | fa163eee-6ad1-d113-df85-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:46.357181 | 0.08s 2025-11-29 02:03:54.181642 | fa163eee-6ad1-d113-df85-000000002dd4 | TASK | clean ceph_config_overrides list 2025-11-29 02:03:54.219232 | fa163eee-6ad1-d113-df85-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:46.413156 | 0.04s 2025-11-29 02:03:54.239004 | fa163eee-6ad1-d113-df85-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2025-11-29 02:03:54.291861 | fa163eee-6ad1-d113-df85-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-11-29 02:03:54.293117 | fa163eee-6ad1-d113-df85-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:46.487050 | 0.05s 2025-11-29 02:03:54.311684 | fa163eee-6ad1-d113-df85-000000002dd6 | TASK | build ceph config overrides 2025-11-29 02:03:54.414884 | fa163eee-6ad1-d113-df85-000000002dd6 | OK | build ceph config overrides | undercloud 2025-11-29 02:03:54.416156 | fa163eee-6ad1-d113-df85-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:46.610091 | 0.10s 2025-11-29 02:03:54.451753 | fa163eee-6ad1-d113-df85-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-11-29 02:03:55.145489 | fa163eee-6ad1-d113-df85-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-29 02:03:55.146998 | fa163eee-6ad1-d113-df85-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:47.340933 | 0.69s 2025-11-29 02:03:55.165351 | fa163eee-6ad1-d113-df85-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-11-29 02:03:55.293042 | fa163eee-6ad1-d113-df85-000000002889 | OK | Set bootstrap host | undercloud 2025-11-29 02:03:55.294040 | fa163eee-6ad1-d113-df85-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:47.487981 | 0.13s 2025-11-29 02:03:55.310112 | fa163eee-6ad1-d113-df85-00000000288a | 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-11-29 02:03:55.425162 | fa163eee-6ad1-d113-df85-00000000288a | OK | Set first monitor IP | undercloud 2025-11-29 02:03:55.425891 | fa163eee-6ad1-d113-df85-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:47.619835 | 0.11s 2025-11-29 02:03:55.440040 | fa163eee-6ad1-d113-df85-00000000288b | 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-11-29 02:03:55.511753 | fa163eee-6ad1-d113-df85-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-11-29 02:03:55.512329 | fa163eee-6ad1-d113-df85-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:47.706263 | 0.07s 2025-11-29 02:03:55.530185 | fa163eee-6ad1-d113-df85-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-11-29 02:03:56.099876 | fa163eee-6ad1-d113-df85-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-29 02:03:56.101292 | fa163eee-6ad1-d113-df85-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:48.295227 | 0.57s 2025-11-29 02:03:56.135180 | fa163eee-6ad1-d113-df85-000000002859 | TASK | Prepare cephadm user and keys 2025-11-29 02:03:56.651786 | fa163eee-6ad1-d113-df85-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-11-29 02:03:56.652967 | fa163eee-6ad1-d113-df85-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:48.846903 | 0.52s 2025-11-29 02:03:56.670520 | fa163eee-6ad1-d113-df85-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2025-11-29 02:03:56.754114 | fa163eee-6ad1-d113-df85-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:48.948048 | 0.08s 2025-11-29 02:03:56.831949 | fa163eee-6ad1-d113-df85-00000000304f | TASK | set cephadm playbook 2025-11-29 02:03:56.903148 | fa163eee-6ad1-d113-df85-00000000304f | OK | set cephadm playbook | undercloud 2025-11-29 02:03:56.904319 | fa163eee-6ad1-d113-df85-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:49.098256 | 0.07s 2025-11-29 02:03:56.922109 | fa163eee-6ad1-d113-df85-000000003050 | TASK | Setup the log path 2025-11-29 02:03:56.983359 | fa163eee-6ad1-d113-df85-000000003050 | OK | Setup the log path | undercloud 2025-11-29 02:03:56.984603 | fa163eee-6ad1-d113-df85-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:49.178540 | 0.06s 2025-11-29 02:03:57.002150 | fa163eee-6ad1-d113-df85-000000003051 | TASK | Setup the cephadm playbook command 2025-11-29 02:03:57.073570 | fa163eee-6ad1-d113-df85-000000003051 | OK | Setup the cephadm playbook command | undercloud 2025-11-29 02:03:57.074626 | fa163eee-6ad1-d113-df85-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:49.268564 | 0.07s 2025-11-29 02:03:57.091870 | fa163eee-6ad1-d113-df85-000000003052 | TASK | rotate cephadm_command.log 2025-11-29 02:03:57.346139 | fa163eee-6ad1-d113-df85-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2025-11-29 02:03:57.347323 | fa163eee-6ad1-d113-df85-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:49.541261 | 0.25s 2025-11-29 02:03:57.365010 | fa163eee-6ad1-d113-df85-000000003053 | TASK | save cephadm playbook command to shell script 2025-11-29 02:03:57.867761 | fa163eee-6ad1-d113-df85-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-11-29 02:03:57.869259 | fa163eee-6ad1-d113-df85-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:50.063195 | 0.50s 2025-11-29 02:03:57.887534 | fa163eee-6ad1-d113-df85-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2025-11-29 02:03:57.970929 | fa163eee-6ad1-d113-df85-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-erku49e_/cephadm/cephadm_command.log)" } 2025-11-29 02:03:57.971976 | fa163eee-6ad1-d113-df85-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:50.165914 | 0.08s 2025-11-29 02:03:57.989554 | fa163eee-6ad1-d113-df85-000000003055 | TASK | run cephadm playbook 2025-11-29 02:04:58.016759 | fa163eee-6ad1-d113-df85-000000003055 | CHANGED | run cephadm playbook | undercloud 2025-11-29 02:04:58.019675 | fa163eee-6ad1-d113-df85-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:50.213610 | 60.03s 2025-11-29 02:04:58.040671 | fa163eee-6ad1-d113-df85-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-11-29 02:04:58.091383 | fa163eee-6ad1-d113-df85-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-11-29 02:04:58.092778 | fa163eee-6ad1-d113-df85-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:50.286713 | 0.05s 2025-11-29 02:04:58.111319 | fa163eee-6ad1-d113-df85-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-11-29 02:04:58.173423 | fa163eee-6ad1-d113-df85-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-11-29 02:04:58.174504 | fa163eee-6ad1-d113-df85-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:50.368441 | 0.06s 2025-11-29 02:04:58.208359 | fa163eee-6ad1-d113-df85-00000000285c | TASK | Check if the input variable file exists 2025-11-29 02:04:58.471582 | fa163eee-6ad1-d113-df85-00000000285c | OK | Check if the input variable file exists | undercloud 2025-11-29 02:04:58.472972 | fa163eee-6ad1-d113-df85-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:50.666909 | 0.26s 2025-11-29 02:04:58.491286 | fa163eee-6ad1-d113-df85-00000000285d | TASK | Populate CephClientConfigVars from THT 2025-11-29 02:04:58.541213 | fa163eee-6ad1-d113-df85-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-11-29 02:04:58.542278 | fa163eee-6ad1-d113-df85-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:50.736213 | 0.05s 2025-11-29 02:04:58.559872 | fa163eee-6ad1-d113-df85-00000000285e | TASK | configure ceph clients 2025-11-29 02:04:58.609753 | fa163eee-6ad1-d113-df85-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:50.803688 | 0.05s 2025-11-29 02:04:58.675089 | fa163eee-6ad1-d113-df85-000000003119 | TASK | get the list of enabled services on the overcloud 2025-11-29 02:04:58.743870 | fa163eee-6ad1-d113-df85-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-29 02:04:58.745064 | fa163eee-6ad1-d113-df85-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:50.939001 | 0.07s 2025-11-29 02:04:58.763147 | fa163eee-6ad1-d113-df85-00000000311a | TASK | Create ceph_client_fetch_dir 2025-11-29 02:04:58.812940 | fa163eee-6ad1-d113-df85-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:51.006875 | 0.05s 2025-11-29 02:04:58.825603 | a1ccd09c-7283-4cc0-b516-407af66a84ca | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-29 02:04:58.856725 | fa163eee-6ad1-d113-df85-00000000315d | TASK | Clean any old fetch directory path 2025-11-29 02:04:59.125701 | fa163eee-6ad1-d113-df85-00000000315d | OK | Clean any old fetch directory path | undercloud 2025-11-29 02:04:59.127088 | fa163eee-6ad1-d113-df85-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:51.321026 | 0.27s 2025-11-29 02:04:59.145770 | fa163eee-6ad1-d113-df85-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-29 02:04:59.410459 | fa163eee-6ad1-d113-df85-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-29 02:04:59.411949 | fa163eee-6ad1-d113-df85-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:51.605883 | 0.26s 2025-11-29 02:04:59.430197 | fa163eee-6ad1-d113-df85-00000000311b | TASK | Check if the input variables exist 2025-11-29 02:04:59.714663 | fa163eee-6ad1-d113-df85-00000000311b | OK | Check if the input variables exist | undercloud 2025-11-29 02:04:59.716112 | fa163eee-6ad1-d113-df85-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:51.910048 | 0.28s 2025-11-29 02:04:59.735013 | fa163eee-6ad1-d113-df85-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2025-11-29 02:04:59.810321 | fa163eee-6ad1-d113-df85-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-11-29 02:04:59.811775 | fa163eee-6ad1-d113-df85-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:52.005713 | 0.08s 2025-11-29 02:04:59.831007 | fa163eee-6ad1-d113-df85-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-11-29 02:04:59.905057 | fa163eee-6ad1-d113-df85-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-11-29 02:04:59.906335 | fa163eee-6ad1-d113-df85-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:52.100270 | 0.07s 2025-11-29 02:04:59.925317 | fa163eee-6ad1-d113-df85-00000000311e | TASK | Configure multiple external ceph clusters 2025-11-29 02:05:00.020180 | fa163eee-6ad1-d113-df85-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-11-29 02:05:00.021711 | fa163eee-6ad1-d113-df85-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:52.215644 | 0.09s 2025-11-29 02:05:00.041777 | fa163eee-6ad1-d113-df85-00000000311f | TASK | Render keys provided for the Ceph cluster 2025-11-29 02:05:00.106399 | fa163eee-6ad1-d113-df85-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:52.300328 | 0.06s 2025-11-29 02:05:00.117575 | c8d696b1-abb2-4294-b153-48d7920a7f7a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-11-29 02:05:00.156858 | fa163eee-6ad1-d113-df85-0000000031b1 | TASK | create cephx key(s) 2025-11-29 02:05:00.768184 | fa163eee-6ad1-d113-df85-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQDvTyppAAAAABAAPq+8MFzSTKrGa6TL+Poo2A==', '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-11-29 02:05:00.771012 | fa163eee-6ad1-d113-df85-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:52.964942 | 0.61s 2025-11-29 02:05:01.246107 | fa163eee-6ad1-d113-df85-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQDvTyppAAAAABAAzdHgKyfY/I4USidV7FSWMw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-11-29 02:05:01.247281 | fa163eee-6ad1-d113-df85-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:53.441219 | 1.09s 2025-11-29 02:05:01.254145 | fa163eee-6ad1-d113-df85-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:53.448079 | 1.10s 2025-11-29 02:05:01.274262 | fa163eee-6ad1-d113-df85-000000003120 | TASK | Render ceph config for the Ceph Clients 2025-11-29 02:05:01.314626 | fa163eee-6ad1-d113-df85-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:53.508557 | 0.04s 2025-11-29 02:05:01.325803 | c7071f63-3627-4f5c-afcb-7479721b6dc3 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-11-29 02:05:01.363959 | fa163eee-6ad1-d113-df85-000000003215 | TASK | create ceph.conf 2025-11-29 02:05:01.930481 | fa163eee-6ad1-d113-df85-000000003215 | CHANGED | create ceph.conf | undercloud 2025-11-29 02:05:01.932402 | fa163eee-6ad1-d113-df85-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:54.126331 | 0.57s 2025-11-29 02:05:01.951392 | fa163eee-6ad1-d113-df85-000000003121 | TASK | Configure Ceph Clients 2025-11-29 02:05:01.994306 | fa163eee-6ad1-d113-df85-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:54.188238 | 0.04s 2025-11-29 02:05:02.015941 | c1c48323-b612-4325-80b9-5b5915c539aa | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-11-29 02:05:02.056565 | fa163eee-6ad1-d113-df85-000000003284 | TASK | set effective ceph_clients without limit 2025-11-29 02:05:02.160995 | fa163eee-6ad1-d113-df85-000000003284 | OK | set effective ceph_clients without limit | undercloud 2025-11-29 02:05:02.162584 | fa163eee-6ad1-d113-df85-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:54.356514 | 0.10s 2025-11-29 02:05:02.181608 | fa163eee-6ad1-d113-df85-000000003285 | TASK | set effective ceph_clients with limit 2025-11-29 02:05:02.245773 | fa163eee-6ad1-d113-df85-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-11-29 02:05:02.247155 | fa163eee-6ad1-d113-df85-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:54.441086 | 0.06s 2025-11-29 02:05:02.265538 | fa163eee-6ad1-d113-df85-000000003286 | TASK | set distribution list from cross product of files and effective clients 2025-11-29 02:05:02.354005 | fa163eee-6ad1-d113-df85-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-11-29 02:05:02.355398 | fa163eee-6ad1-d113-df85-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:54.549333 | 0.09s 2025-11-29 02:05:02.403002 | fa163eee-6ad1-d113-df85-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2025-11-29 02:05:02.674677 | fa163eee-6ad1-d113-df85-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-erku49e_/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-000000003287') missing from stats 2025-11-29 02:05:02.912907 | fa163eee-6ad1-d113-df85-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-erku49e_/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-29 02:05:03.138578 | fa163eee-6ad1-d113-df85-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-erku49e_/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-29 02:05:03.146827 | fa163eee-6ad1-d113-df85-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:55.340742 | 0.74s 2025-11-29 02:05:03.189463 | fa163eee-6ad1-d113-df85-000000003288 | TASK | push files to the other nodes of cluster 2025-11-29 02:05:03.730354 | fa163eee-6ad1-d113-df85-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-erku49e_/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-000000003288') missing from stats 2025-11-29 02:05:04.187147 | fa163eee-6ad1-d113-df85-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-erku49e_/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-29 02:05:04.668203 | fa163eee-6ad1-d113-df85-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-erku49e_/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-29 02:05:04.681251 | fa163eee-6ad1-d113-df85-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:56.875167 | 1.49s 2025-11-29 02:05:04.701748 | fa163eee-6ad1-d113-df85-000000003122 | TASK | Clean ceph_client_fetch_dir 2025-11-29 02:05:04.757919 | fa163eee-6ad1-d113-df85-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:56.951845 | 0.05s 2025-11-29 02:05:04.770710 | c613bb54-af76-4d85-9503-689a0ecc71a5 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-29 02:05:04.818711 | fa163eee-6ad1-d113-df85-00000000331c | TASK | Clean any old fetch directory path 2025-11-29 02:05:05.086041 | fa163eee-6ad1-d113-df85-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2025-11-29 02:05:05.088028 | fa163eee-6ad1-d113-df85-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:57.281958 | 0.27s 2025-11-29 02:05:05.107939 | fa163eee-6ad1-d113-df85-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-29 02:05:05.167138 | fa163eee-6ad1-d113-df85-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-29 02:05:05.168764 | fa163eee-6ad1-d113-df85-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:57.362696 | 0.06s 2025-11-29 02:05:05.203963 | fa163eee-6ad1-d113-df85-00000000285f | TASK | tripleo client role 2025-11-29 02:05:05.235300 | fa163eee-6ad1-d113-df85-00000000285f | TIMING | tripleo client role | undercloud | 0:12:57.429225 | 0.03s 2025-11-29 02:05:05.253508 | fa163eee-6ad1-d113-df85-000000002860 | TASK | Load variables for standalone ganesha 2025-11-29 02:05:05.334597 | fa163eee-6ad1-d113-df85-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-11-29 02:05:05.335967 | fa163eee-6ad1-d113-df85-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:57.529900 | 0.08s 2025-11-29 02:05:05.354736 | fa163eee-6ad1-d113-df85-000000002861 | TASK | Config Standalone Ganesha 2025-11-29 02:05:05.428789 | fa163eee-6ad1-d113-df85-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2025-11-29 02:05:05.430065 | fa163eee-6ad1-d113-df85-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:57.624000 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2025-11-29 02:05:05.568881 | fa163eee-6ad1-d113-df85-0000000000ca | TASK | Deploy step tasks for 2 2025-11-29 02:05:05.601070 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000ca') missing from stats 2025-11-29 02:05:05.623124 | fa163eee-6ad1-d113-df85-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-29 02:05:06.159359 | fa163eee-6ad1-d113-df85-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-29 02:05:06.160826 | fa163eee-6ad1-d113-df85-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:58.354762 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 02:05:06.230656 | fa163eee-6ad1-d113-df85-0000000000cc | TIMING | include_tasks | standalone | 0:12:58.424588 | 0.04s 2025-11-29 02:05:06.324062 | 71b46f57-480c-48d5-a8da-67a317cba0cc | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-29 02:05:06.359368 | fa163eee-6ad1-d113-df85-0000000033e3 | TASK | Push script 2025-11-29 02:05:06.937035 | fa163eee-6ad1-d113-df85-0000000033e3 | CHANGED | Push script | standalone 2025-11-29 02:05:06.938534 | fa163eee-6ad1-d113-df85-0000000033e3 | TIMING | Push script | standalone | 0:12:59.132467 | 0.58s 2025-11-29 02:05:06.968792 | fa163eee-6ad1-d113-df85-0000000033e4 | TASK | Insert cronjob in root crontab 2025-11-29 02:05:07.459081 | fa163eee-6ad1-d113-df85-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-29 02:05:07.460534 | fa163eee-6ad1-d113-df85-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:59.654468 | 0.49s 2025-11-29 02:05:07.490869 | fa163eee-6ad1-d113-df85-0000000033eb | TASK | Gather variables for each operating system 2025-11-29 02:05:07.616675 | fa163eee-6ad1-d113-df85-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:59.810602 | 0.12s 2025-11-29 02:05:07.647905 | fa163eee-6ad1-d113-df85-0000000033ec | TASK | Detect if resource is being created or already exists 2025-11-29 02:05:08.431802 | fa163eee-6ad1-d113-df85-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:05:08.433007 | fa163eee-6ad1-d113-df85-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:00.626948 | 0.78s 2025-11-29 02:05:08.459857 | fa163eee-6ad1-d113-df85-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2025-11-29 02:06:58.045953 | fa163eee-6ad1-d113-df85-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-29 02:06:58.049089 | fa163eee-6ad1-d113-df85-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:50.243021 | 109.59s 2025-11-29 02:06:58.086407 | fa163eee-6ad1-d113-df85-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-29 02:06:58.332464 | fa163eee-6ad1-d113-df85-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-29 02:06:58.334085 | fa163eee-6ad1-d113-df85-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:50.528015 | 0.25s 2025-11-29 02:06:58.372302 | fa163eee-6ad1-d113-df85-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:06:59.010192 | fa163eee-6ad1-d113-df85-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:06:59.011285 | fa163eee-6ad1-d113-df85-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:51.205226 | 0.64s 2025-11-29 02:06:59.035584 | fa163eee-6ad1-d113-df85-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-29 02:06:59.296926 | fa163eee-6ad1-d113-df85-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-29 02:06:59.298267 | fa163eee-6ad1-d113-df85-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:51.492201 | 0.26s 2025-11-29 02:06:59.330184 | fa163eee-6ad1-d113-df85-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-29 02:06:59.381554 | fa163eee-6ad1-d113-df85-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-29 02:06:59.382712 | fa163eee-6ad1-d113-df85-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:51.576633 | 0.05s 2025-11-29 02:06:59.414181 | fa163eee-6ad1-d113-df85-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-29 02:06:59.456274 | fa163eee-6ad1-d113-df85-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-29 02:06:59.457364 | fa163eee-6ad1-d113-df85-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:51.651301 | 0.04s 2025-11-29 02:06:59.489160 | fa163eee-6ad1-d113-df85-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-29 02:06:59.533512 | fa163eee-6ad1-d113-df85-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-29 02:06:59.534585 | fa163eee-6ad1-d113-df85-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:51.728520 | 0.04s 2025-11-29 02:06:59.567412 | fa163eee-6ad1-d113-df85-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:06:59.632894 | fa163eee-6ad1-d113-df85-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:06:59.634233 | fa163eee-6ad1-d113-df85-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:51.828167 | 0.07s 2025-11-29 02:06:59.667537 | fa163eee-6ad1-d113-df85-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-29 02:06:59.719854 | fa163eee-6ad1-d113-df85-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-29 02:06:59.721191 | fa163eee-6ad1-d113-df85-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:51.915125 | 0.05s 2025-11-29 02:06:59.783123 | fa163eee-6ad1-d113-df85-000000003417 | TASK | Gather variables for each operating system 2025-11-29 02:06:59.901655 | fa163eee-6ad1-d113-df85-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:52.095572 | 0.12s 2025-11-29 02:06:59.937683 | fa163eee-6ad1-d113-df85-000000003418 | TASK | Detect if resource is being created or already exists 2025-11-29 02:07:00.722092 | fa163eee-6ad1-d113-df85-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:07:00.723705 | fa163eee-6ad1-d113-df85-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:52.917639 | 0.78s 2025-11-29 02:07:00.756178 | fa163eee-6ad1-d113-df85-000000003419 | TASK | Run init bundle puppet on the host for mysql 2025-11-29 02:07:28.513788 | fa163eee-6ad1-d113-df85-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-29 02:07:28.517748 | fa163eee-6ad1-d113-df85-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:20.711657 | 27.76s 2025-11-29 02:07:28.556454 | fa163eee-6ad1-d113-df85-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-29 02:07:28.834521 | fa163eee-6ad1-d113-df85-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-29 02:07:28.836349 | fa163eee-6ad1-d113-df85-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:21.030279 | 0.28s 2025-11-29 02:07:28.868822 | fa163eee-6ad1-d113-df85-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:07:29.337208 | fa163eee-6ad1-d113-df85-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:07:29.338983 | fa163eee-6ad1-d113-df85-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:21.532917 | 0.47s 2025-11-29 02:07:29.371911 | fa163eee-6ad1-d113-df85-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-29 02:07:29.629788 | fa163eee-6ad1-d113-df85-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-29 02:07:29.631300 | fa163eee-6ad1-d113-df85-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:21.825232 | 0.26s 2025-11-29 02:07:29.663709 | fa163eee-6ad1-d113-df85-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-29 02:07:29.732382 | fa163eee-6ad1-d113-df85-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-29 02:07:29.737486 | fa163eee-6ad1-d113-df85-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:21.931381 | 0.07s 2025-11-29 02:07:29.776654 | fa163eee-6ad1-d113-df85-00000000341f | TASK | Get container image tag from bundle galera-bundle 2025-11-29 02:07:29.842002 | fa163eee-6ad1-d113-df85-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-29 02:07:29.843816 | fa163eee-6ad1-d113-df85-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:22.037745 | 0.06s 2025-11-29 02:07:29.878924 | fa163eee-6ad1-d113-df85-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-29 02:07:29.931966 | fa163eee-6ad1-d113-df85-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-29 02:07:29.933079 | fa163eee-6ad1-d113-df85-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:22.127017 | 0.05s 2025-11-29 02:07:29.959171 | fa163eee-6ad1-d113-df85-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:07:30.003406 | fa163eee-6ad1-d113-df85-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:07:30.005051 | fa163eee-6ad1-d113-df85-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:22.198982 | 0.04s 2025-11-29 02:07:30.038390 | fa163eee-6ad1-d113-df85-000000003422 | TASK | Remove update marker for bundle galera-bundle 2025-11-29 02:07:30.079667 | fa163eee-6ad1-d113-df85-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-29 02:07:30.080898 | fa163eee-6ad1-d113-df85-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:22.274833 | 0.04s 2025-11-29 02:07:30.138380 | fa163eee-6ad1-d113-df85-000000003443 | TASK | Gather variables for each operating system 2025-11-29 02:07:30.265274 | fa163eee-6ad1-d113-df85-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:22.459190 | 0.13s 2025-11-29 02:07:30.292156 | fa163eee-6ad1-d113-df85-000000003444 | TASK | Detect if resource is being created or already exists 2025-11-29 02:07:31.059377 | fa163eee-6ad1-d113-df85-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:07:31.061195 | fa163eee-6ad1-d113-df85-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:23.255125 | 0.77s 2025-11-29 02:07:31.096634 | fa163eee-6ad1-d113-df85-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-29 02:07:58.198635 | fa163eee-6ad1-d113-df85-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-29 02:07:58.203887 | fa163eee-6ad1-d113-df85-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:50.397811 | 27.11s 2025-11-29 02:07:58.241180 | fa163eee-6ad1-d113-df85-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-29 02:07:58.535778 | fa163eee-6ad1-d113-df85-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-29 02:07:58.537405 | fa163eee-6ad1-d113-df85-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:50.731335 | 0.29s 2025-11-29 02:07:58.562778 | fa163eee-6ad1-d113-df85-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:07:59.028242 | fa163eee-6ad1-d113-df85-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:07:59.030190 | fa163eee-6ad1-d113-df85-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:51.224121 | 0.47s 2025-11-29 02:07:59.064205 | fa163eee-6ad1-d113-df85-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-29 02:07:59.342635 | fa163eee-6ad1-d113-df85-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-29 02:07:59.344401 | fa163eee-6ad1-d113-df85-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:51.538331 | 0.28s 2025-11-29 02:07:59.378120 | fa163eee-6ad1-d113-df85-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-29 02:07:59.442025 | fa163eee-6ad1-d113-df85-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-29 02:07:59.443261 | fa163eee-6ad1-d113-df85-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:51.637195 | 0.06s 2025-11-29 02:07:59.475472 | fa163eee-6ad1-d113-df85-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-29 02:07:59.539581 | fa163eee-6ad1-d113-df85-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-29 02:07:59.541344 | fa163eee-6ad1-d113-df85-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:51.735277 | 0.06s 2025-11-29 02:07:59.573997 | fa163eee-6ad1-d113-df85-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-29 02:07:59.641885 | fa163eee-6ad1-d113-df85-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-29 02:07:59.643535 | fa163eee-6ad1-d113-df85-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:51.837463 | 0.07s 2025-11-29 02:07:59.678313 | fa163eee-6ad1-d113-df85-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:07:59.737237 | fa163eee-6ad1-d113-df85-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:07:59.738475 | fa163eee-6ad1-d113-df85-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:51.932411 | 0.06s 2025-11-29 02:07:59.768705 | fa163eee-6ad1-d113-df85-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-29 02:07:59.823179 | fa163eee-6ad1-d113-df85-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-29 02:07:59.824272 | fa163eee-6ad1-d113-df85-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:52.018210 | 0.05s 2025-11-29 02:07:59.868245 | fa163eee-6ad1-d113-df85-00000000346f | TASK | Gather variables for each operating system 2025-11-29 02:07:59.992340 | fa163eee-6ad1-d113-df85-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:52.186270 | 0.12s 2025-11-29 02:08:00.016658 | fa163eee-6ad1-d113-df85-000000003470 | TASK | Detect if resource is being created or already exists 2025-11-29 02:08:00.787761 | fa163eee-6ad1-d113-df85-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:08:00.789673 | fa163eee-6ad1-d113-df85-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:52.983602 | 0.77s 2025-11-29 02:08:00.824192 | fa163eee-6ad1-d113-df85-000000003471 | TASK | Run init bundle puppet on the host for redis 2025-11-29 02:08:26.609271 | fa163eee-6ad1-d113-df85-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-11-29 02:08:26.611800 | fa163eee-6ad1-d113-df85-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:18.805729 | 25.79s 2025-11-29 02:08:26.638917 | fa163eee-6ad1-d113-df85-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-11-29 02:08:26.875635 | fa163eee-6ad1-d113-df85-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-11-29 02:08:26.876958 | fa163eee-6ad1-d113-df85-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:19.070897 | 0.24s 2025-11-29 02:08:26.897591 | fa163eee-6ad1-d113-df85-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:08:27.291967 | fa163eee-6ad1-d113-df85-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:08:27.293036 | fa163eee-6ad1-d113-df85-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:19.486978 | 0.39s 2025-11-29 02:08:27.314151 | fa163eee-6ad1-d113-df85-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-11-29 02:08:27.530673 | fa163eee-6ad1-d113-df85-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-11-29 02:08:27.532117 | fa163eee-6ad1-d113-df85-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:19.726051 | 0.22s 2025-11-29 02:08:27.564121 | fa163eee-6ad1-d113-df85-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2025-11-29 02:08:27.625889 | fa163eee-6ad1-d113-df85-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-11-29 02:08:27.626947 | fa163eee-6ad1-d113-df85-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:19.820886 | 0.06s 2025-11-29 02:08:27.651602 | fa163eee-6ad1-d113-df85-000000003477 | TASK | Get container image tag from bundle redis-bundle 2025-11-29 02:08:27.702596 | fa163eee-6ad1-d113-df85-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-11-29 02:08:27.703703 | fa163eee-6ad1-d113-df85-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:19.897643 | 0.05s 2025-11-29 02:08:27.728552 | fa163eee-6ad1-d113-df85-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2025-11-29 02:08:27.778462 | fa163eee-6ad1-d113-df85-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-11-29 02:08:27.779242 | fa163eee-6ad1-d113-df85-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:19.973183 | 0.05s 2025-11-29 02:08:27.803914 | fa163eee-6ad1-d113-df85-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:08:27.852237 | fa163eee-6ad1-d113-df85-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:08:27.853857 | fa163eee-6ad1-d113-df85-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:20.047791 | 0.05s 2025-11-29 02:08:27.885232 | fa163eee-6ad1-d113-df85-00000000347a | TASK | Remove update marker for bundle redis-bundle 2025-11-29 02:08:27.947514 | fa163eee-6ad1-d113-df85-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-11-29 02:08:27.948541 | fa163eee-6ad1-d113-df85-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:20.142482 | 0.06s 2025-11-29 02:08:27.987111 | fa163eee-6ad1-d113-df85-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-29 02:08:28.198267 | fa163eee-6ad1-d113-df85-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-29 02:08:28.199795 | fa163eee-6ad1-d113-df85-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:20.393733 | 0.21s 2025-11-29 02:08:28.289141 | fa163eee-6ad1-d113-df85-0000000000cf | TIMING | include_tasks | standalone | 0:16:20.483073 | 0.06s 2025-11-29 02:08:28.314133 | 37987f68-df80-457a-902e-bf9897c2a882 | INCLUDED | /root/standalone-ansible-erku49e_/common_deploy_steps_tasks.yaml | standalone 2025-11-29 02:08:28.339857 | fa163eee-6ad1-d113-df85-00000000350f | TASK | Write the config_step hieradata 2025-11-29 02:08:28.882900 | fa163eee-6ad1-d113-df85-00000000350f | OK | Write the config_step hieradata | standalone 2025-11-29 02:08:28.885640 | fa163eee-6ad1-d113-df85-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:16:21.079573 | 0.54s 2025-11-29 02:08:28.909688 | fa163eee-6ad1-d113-df85-000000003510 | TASK | Run puppet host configuration for step 2 2025-11-29 02:08:29.241024 | fa163eee-6ad1-d113-df85-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-29 02:08:29.242385 | fa163eee-6ad1-d113-df85-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:21.436320 | 0.33s 2025-11-29 02:08:29.275189 | fa163eee-6ad1-d113-df85-000000003511 | TASK | Wait for puppet host configuration to finish 2025-11-29 02:08:29.544563 | fa163eee-6ad1-d113-df85-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-29 02:08:39.765221 | fa163eee-6ad1-d113-df85-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-29 02:08:50.003703 | fa163eee-6ad1-d113-df85-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-29 02:08:50.005287 | fa163eee-6ad1-d113-df85-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:42.199221 | 20.73s 2025-11-29 02:08:50.031195 | fa163eee-6ad1-d113-df85-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-29 02:08:50.113805 | fa163eee-6ad1-d113-df85-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 29 02:08:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 29 02:08:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 29 02:08:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 29 02:08:33 puppet-user: (file & line not available)", "<13>Nov 29 02:08:33 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 29 02:08:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 29 02:08:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 29 02:08:33 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.54 seconds", "<13>Nov 29 02:08:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 29 02:08:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 29 02:08:44 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 29 02:08:44 puppet-user: Notice: Applied catalog in 10.84 seconds", "<13>Nov 29 02:08:44 puppet-user: Application:", "<13>Nov 29 02:08:44 puppet-user: Initial environment: production", "<13>Nov 29 02:08:44 puppet-user: Converged environment: production", "<13>Nov 29 02:08:44 puppet-user: Run mode: user", "<13>Nov 29 02:08:44 puppet-user: Changes:", "<13>Nov 29 02:08:44 puppet-user: Total: 2", "<13>Nov 29 02:08:44 puppet-user: Events:", "<13>Nov 29 02:08:44 puppet-user: Success: 2", "<13>Nov 29 02:08:44 puppet-user: Resources:", "<13>Nov 29 02:08:44 puppet-user: Changed: 2", "<13>Nov 29 02:08:44 puppet-user: Out of sync: 2", "<13>Nov 29 02:08:44 puppet-user: Total: 28", "<13>Nov 29 02:08:44 puppet-user: Time:", "<13>Nov 29 02:08:44 puppet-user: Filebucket: 0.00", "<13>Nov 29 02:08:44 puppet-user: Schedule: 0.00", "<13>Nov 29 02:08:44 puppet-user: Package: 0.00", "<13>Nov 29 02:08:44 puppet-user: File line: 0.00", "<13>Nov 29 02:08:44 puppet-user: File: 0.00", "<13>Nov 29 02:08:44 puppet-user: User: 0.01", "<13>Nov 29 02:08:44 puppet-user: Augeas: 0.01", "<13>Nov 29 02:08:44 puppet-user: Service: 0.11", "<13>Nov 29 02:08:44 puppet-user: Config retrieval: 0.60", "<13>Nov 29 02:08:44 puppet-user: Pcmk property: 1.51", "<13>Nov 29 02:08:44 puppet-user: Transaction evaluation: 10.74", "<13>Nov 29 02:08:44 puppet-user: Catalog application: 10.84", "<13>Nov 29 02:08:44 puppet-user: Last run: 1764382124", "<13>Nov 29 02:08:44 puppet-user: Exec: 2.09", "<13>Nov 29 02:08:44 puppet-user: Pcmk resource op default: 3.37", "<13>Nov 29 02:08:44 puppet-user: Pcmk resource default: 3.46", "<13>Nov 29 02:08:44 puppet-user: Total: 10.84", "<13>Nov 29 02:08:44 puppet-user: Version:", "<13>Nov 29 02:08:44 puppet-user: Config: 1764382113", "<13>Nov 29 02:08:44 puppet-user: Puppet: 7.10.0" ] } 2025-11-29 02:08:50.115568 | fa163eee-6ad1-d113-df85-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:42.309497 | 0.08s 2025-11-29 02:08:50.147959 | fa163eee-6ad1-d113-df85-000000003513 | TASK | Pre-cache facts for puppet containers 2025-11-29 02:08:50.180889 | fa163eee-6ad1-d113-df85-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:42.374811 | 0.03s 2025-11-29 02:08:50.257567 | fa163eee-6ad1-d113-df85-000000003552 | TASK | Gather variables for each operating system 2025-11-29 02:08:50.389585 | fa163eee-6ad1-d113-df85-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:42.583492 | 0.13s 2025-11-29 02:08:50.423410 | fa163eee-6ad1-d113-df85-000000003553 | TASK | Create puppet caching structures 2025-11-29 02:08:50.681838 | fa163eee-6ad1-d113-df85-000000003553 | CHANGED | Create puppet caching structures | standalone 2025-11-29 02:08:50.683771 | fa163eee-6ad1-d113-df85-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:42.877699 | 0.26s 2025-11-29 02:08:50.716289 | fa163eee-6ad1-d113-df85-000000003554 | TASK | Check for facter.conf 2025-11-29 02:08:50.973252 | fa163eee-6ad1-d113-df85-000000003554 | OK | Check for facter.conf | standalone 2025-11-29 02:08:50.975043 | fa163eee-6ad1-d113-df85-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:43.168975 | 0.26s 2025-11-29 02:08:51.006026 | fa163eee-6ad1-d113-df85-000000003555 | TASK | Remove facter.conf if directory 2025-11-29 02:08:51.063226 | fa163eee-6ad1-d113-df85-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-29 02:08:51.064417 | fa163eee-6ad1-d113-df85-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:43.258352 | 0.06s 2025-11-29 02:08:51.094874 | fa163eee-6ad1-d113-df85-000000003556 | TASK | Write facter cache config 2025-11-29 02:08:51.583875 | fa163eee-6ad1-d113-df85-000000003556 | CHANGED | Write facter cache config | standalone 2025-11-29 02:08:51.584945 | fa163eee-6ad1-d113-df85-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:43.778886 | 0.49s 2025-11-29 02:08:51.605279 | fa163eee-6ad1-d113-df85-000000003557 | TASK | Cleanup facter cache if exists 2025-11-29 02:08:51.860717 | fa163eee-6ad1-d113-df85-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-29 02:08:51.861718 | fa163eee-6ad1-d113-df85-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:44.055659 | 0.26s 2025-11-29 02:08:51.882032 | fa163eee-6ad1-d113-df85-000000003558 | TASK | Pre-cache facts 2025-11-29 02:08:52.550242 | fa163eee-6ad1-d113-df85-000000003558 | CHANGED | Pre-cache facts | standalone 2025-11-29 02:08:52.552729 | fa163eee-6ad1-d113-df85-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:44.746654 | 0.67s 2025-11-29 02:08:52.585713 | fa163eee-6ad1-d113-df85-000000003559 | TASK | Failed deployment if facter fails 2025-11-29 02:08:52.619583 | fa163eee-6ad1-d113-df85-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-29 02:08:52.620759 | fa163eee-6ad1-d113-df85-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:44.814695 | 0.03s 2025-11-29 02:08:52.666641 | fa163eee-6ad1-d113-df85-00000000355a | TASK | Sync cached facts 2025-11-29 02:08:52.962594 | fa163eee-6ad1-d113-df85-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-00000000355a') missing from stats 2025-11-29 02:08:53.021263 | fa163eee-6ad1-d113-df85-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-29 02:08:53.076994 | fa163eee-6ad1-d113-df85-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-29 02:08:53.078493 | fa163eee-6ad1-d113-df85-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:45.272418 | 0.06s 2025-11-29 02:08:53.109897 | fa163eee-6ad1-d113-df85-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-29 02:08:53.142964 | fa163eee-6ad1-d113-df85-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:45.336892 | 0.03s 2025-11-29 02:08:53.300681 | fa163eee-6ad1-d113-df85-0000000035b1 | TASK | Gather variables for each operating system 2025-11-29 02:08:53.423266 | fa163eee-6ad1-d113-df85-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:45.617194 | 0.12s 2025-11-29 02:08:53.458583 | fa163eee-6ad1-d113-df85-0000000035b2 | TASK | Create container logs path 2025-11-29 02:08:53.741585 | fa163eee-6ad1-d113-df85-0000000035b2 | OK | Create container logs path | standalone 2025-11-29 02:08:53.743012 | fa163eee-6ad1-d113-df85-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:45.936947 | 0.28s 2025-11-29 02:08:53.768109 | fa163eee-6ad1-d113-df85-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-29 02:08:54.051238 | fa163eee-6ad1-d113-df85-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-29 02:08:54.052409 | fa163eee-6ad1-d113-df85-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:46.246348 | 0.28s 2025-11-29 02:08:54.082664 | fa163eee-6ad1-d113-df85-0000000035b5 | TASK | Finalise hashes for all containers 2025-11-29 02:08:54.133858 | fa163eee-6ad1-d113-df85-0000000035b5 | OK | Finalise hashes for all containers | standalone 2025-11-29 02:08:54.135120 | fa163eee-6ad1-d113-df85-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:46.329053 | 0.05s 2025-11-29 02:08:54.164904 | fa163eee-6ad1-d113-df85-0000000035b7 | TASK | Manage systemd shutdown files 2025-11-29 02:08:54.204996 | fa163eee-6ad1-d113-df85-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:46.398925 | 0.04s 2025-11-29 02:08:54.239587 | aa73b240-3fe2-4390-915b-251271504baa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-29 02:08:54.268252 | fa163eee-6ad1-d113-df85-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-29 02:08:54.529858 | fa163eee-6ad1-d113-df85-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-29 02:08:54.531550 | fa163eee-6ad1-d113-df85-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:46.725484 | 0.26s 2025-11-29 02:08:54.565356 | fa163eee-6ad1-d113-df85-0000000035eb | TASK | Set podman_drop_in fact 2025-11-29 02:08:54.599795 | fa163eee-6ad1-d113-df85-0000000035eb | OK | Set podman_drop_in fact | standalone 2025-11-29 02:08:54.601933 | fa163eee-6ad1-d113-df85-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:46.795858 | 0.03s 2025-11-29 02:08:54.634314 | fa163eee-6ad1-d113-df85-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-29 02:08:55.129897 | fa163eee-6ad1-d113-df85-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-29 02:08:55.133979 | fa163eee-6ad1-d113-df85-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:47.327895 | 0.50s 2025-11-29 02:08:55.588826 | fa163eee-6ad1-d113-df85-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-29 02:08:55.591070 | fa163eee-6ad1-d113-df85-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:47.785007 | 0.95s 2025-11-29 02:08:55.601596 | fa163eee-6ad1-d113-df85-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:47.795515 | 0.97s 2025-11-29 02:08:55.633268 | fa163eee-6ad1-d113-df85-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-29 02:08:56.180810 | fa163eee-6ad1-d113-df85-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-29 02:08:56.182608 | fa163eee-6ad1-d113-df85-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:48.376539 | 0.55s 2025-11-29 02:08:56.213103 | fa163eee-6ad1-d113-df85-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-29 02:08:56.683150 | fa163eee-6ad1-d113-df85-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-29 02:08:56.685366 | fa163eee-6ad1-d113-df85-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:48.879297 | 0.47s 2025-11-29 02:08:56.717674 | fa163eee-6ad1-d113-df85-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2025-11-29 02:08:57.455459 | fa163eee-6ad1-d113-df85-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-29 02:08:57.457496 | fa163eee-6ad1-d113-df85-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:49.651429 | 0.74s 2025-11-29 02:08:57.490703 | fa163eee-6ad1-d113-df85-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-29 02:08:58.091030 | fa163eee-6ad1-d113-df85-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-29 02:08:58.092867 | fa163eee-6ad1-d113-df85-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:50.286791 | 0.60s 2025-11-29 02:08:58.124382 | fa163eee-6ad1-d113-df85-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-29 02:08:58.685529 | fa163eee-6ad1-d113-df85-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-29 02:08:58.686960 | fa163eee-6ad1-d113-df85-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:50.880896 | 0.56s 2025-11-29 02:08:58.716756 | fa163eee-6ad1-d113-df85-0000000035f3 | TASK | Enable and start netns-placeholder 2025-11-29 02:08:59.543923 | fa163eee-6ad1-d113-df85-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-29 02:08:59.546293 | fa163eee-6ad1-d113-df85-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:51.740227 | 0.83s 2025-11-29 02:08:59.577503 | fa163eee-6ad1-d113-df85-0000000035b9 | TASK | Update container configs with new config hashes 2025-11-29 02:08:59.642713 | fa163eee-6ad1-d113-df85-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:51.836638 | 0.06s 2025-11-29 02:08:59.663955 | 47f75241-d01d-4c55-bed2-66048a48ff50 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-29 02:08:59.698858 | fa163eee-6ad1-d113-df85-00000000361b | TASK | Update config hashes for container startup configs 2025-11-29 02:09:00.074009 | fa163eee-6ad1-d113-df85-00000000361b | OK | Update config hashes for container startup configs | standalone 2025-11-29 02:09:00.075993 | fa163eee-6ad1-d113-df85-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:52.269923 | 0.38s 2025-11-29 02:09:00.102857 | fa163eee-6ad1-d113-df85-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-29 02:09:00.142762 | fa163eee-6ad1-d113-df85-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:52.336691 | 0.04s 2025-11-29 02:09:00.167557 | c604590e-bd89-4890-9b77-f694862e1cb8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:09:00.196613 | fa163eee-6ad1-d113-df85-00000000363a | TASK | Gather podman infos 2025-11-29 02:09:00.966338 | fa163eee-6ad1-d113-df85-00000000363a | OK | Gather podman infos | standalone 2025-11-29 02:09:00.967681 | fa163eee-6ad1-d113-df85-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:53.161618 | 0.77s 2025-11-29 02:09:01.041597 | fa163eee-6ad1-d113-df85-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-29 02:09:01.097921 | fa163eee-6ad1-d113-df85-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:53.291846 | 0.05s 2025-11-29 02:09:01.253278 | fa163eee-6ad1-d113-df85-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:53.447203 | 0.09s 2025-11-29 02:09:01.315988 | fa163eee-6ad1-d113-df85-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-29 02:09:01.378841 | fa163eee-6ad1-d113-df85-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:53.572772 | 0.06s 2025-11-29 02:09:01.402750 | d1a7fb9a-9f20-44a4-9f0f-09354800931b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:09:01.446379 | fa163eee-6ad1-d113-df85-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-29 02:09:19.901534 | fa163eee-6ad1-d113-df85-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-29 02:09:19.903813 | fa163eee-6ad1-d113-df85-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:12.097743 | 18.46s 2025-11-29 02:09:19.949767 | fa163eee-6ad1-d113-df85-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-29 02:09:22.797286 | fa163eee-6ad1-d113-df85-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-29 02:09:22.799233 | fa163eee-6ad1-d113-df85-0000000036ab | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:14.993170 | 2.85s 2025-11-29 02:09:22.873144 | fa163eee-6ad1-d113-df85-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-29 02:09:23.114618 | fa163eee-6ad1-d113-df85-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-29 02:09:23.116061 | fa163eee-6ad1-d113-df85-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:15.309994 | 0.24s 2025-11-29 02:09:23.171794 | fa163eee-6ad1-d113-df85-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-29 02:09:23.224745 | fa163eee-6ad1-d113-df85-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:15.418683 | 0.05s 2025-11-29 02:09:23.256060 | fa163eee-6ad1-d113-df85-00000000351a | TASK | Include container-puppet tasks for step 2 2025-11-29 02:09:23.309061 | fa163eee-6ad1-d113-df85-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:15.502985 | 0.05s 2025-11-29 02:09:23.335616 | 20241f67-3f7e-4ff8-aa50-7b1a2f580c1e | INCLUDED | /root/standalone-ansible-erku49e_/host-container-puppet-tasks.yaml | standalone 2025-11-29 02:09:23.385656 | fa163eee-6ad1-d113-df85-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-29 02:09:23.941683 | fa163eee-6ad1-d113-df85-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-29 02:09:23.942945 | fa163eee-6ad1-d113-df85-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:16.136883 | 0.56s 2025-11-29 02:09:23.972820 | fa163eee-6ad1-d113-df85-0000000036f8 | TASK | Generate container puppet configs for step 2 2025-11-29 02:09:24.247092 | fa163eee-6ad1-d113-df85-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2025-11-29 02:09:24.248299 | fa163eee-6ad1-d113-df85-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:16.442235 | 0.27s 2025-11-29 02:09:24.279189 | fa163eee-6ad1-d113-df85-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-29 02:09:24.309854 | fa163eee-6ad1-d113-df85-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:16.503784 | 0.03s 2025-11-29 02:09:24.380078 | fa163eee-6ad1-d113-df85-000000003728 | TASK | Gather variables for each operating system 2025-11-29 02:09:24.503017 | fa163eee-6ad1-d113-df85-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:16.696954 | 0.12s 2025-11-29 02:09:24.525968 | fa163eee-6ad1-d113-df85-000000003729 | TASK | Create container logs path 2025-11-29 02:09:24.789236 | fa163eee-6ad1-d113-df85-000000003729 | OK | Create container logs path | standalone 2025-11-29 02:09:24.790761 | fa163eee-6ad1-d113-df85-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:16.984698 | 0.26s 2025-11-29 02:09:24.823405 | fa163eee-6ad1-d113-df85-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-29 02:09:25.089691 | fa163eee-6ad1-d113-df85-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-29 02:09:25.091022 | fa163eee-6ad1-d113-df85-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.284957 | 0.27s 2025-11-29 02:09:25.121072 | fa163eee-6ad1-d113-df85-00000000372c | TASK | Finalise hashes for all containers 2025-11-29 02:09:25.171477 | fa163eee-6ad1-d113-df85-00000000372c | OK | Finalise hashes for all containers | standalone 2025-11-29 02:09:25.172808 | fa163eee-6ad1-d113-df85-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:17.366746 | 0.05s 2025-11-29 02:09:25.203497 | fa163eee-6ad1-d113-df85-00000000372e | TASK | Manage systemd shutdown files 2025-11-29 02:09:25.245719 | fa163eee-6ad1-d113-df85-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:09:25.246873 | fa163eee-6ad1-d113-df85-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:17.440810 | 0.04s 2025-11-29 02:09:25.276676 | fa163eee-6ad1-d113-df85-000000003730 | TASK | Update container configs with new config hashes 2025-11-29 02:09:25.332701 | fa163eee-6ad1-d113-df85-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:09:25.333874 | fa163eee-6ad1-d113-df85-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:17.527811 | 0.06s 2025-11-29 02:09:25.367304 | fa163eee-6ad1-d113-df85-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-29 02:09:25.419105 | fa163eee-6ad1-d113-df85-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-29 02:09:25.420224 | fa163eee-6ad1-d113-df85-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.614160 | 0.05s 2025-11-29 02:09:25.452952 | fa163eee-6ad1-d113-df85-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-29 02:09:25.505825 | fa163eee-6ad1-d113-df85-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-29 02:09:25.506961 | fa163eee-6ad1-d113-df85-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.700897 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-29 02:09:25.688560 | fa163eee-6ad1-d113-df85-0000000000d2 | TASK | External deployment step 3 2025-11-29 02:09:25.720671 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000d2') missing from stats 2025-11-29 02:09:25.780068 | fa163eee-6ad1-d113-df85-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:17.973999 | 0.04s 2025-11-29 02:09:25.790078 | da252edf-ad2d-4fbc-9fc8-64ce32a7d96e | INCLUDED | /root/standalone-ansible-erku49e_/external_deploy_steps_tasks_step3.yaml | undercloud 2025-11-29 02:09:25.809488 | fa163eee-6ad1-d113-df85-000000003781 | TASK | Pause cephadm 2025-11-29 02:09:25.861852 | fa163eee-6ad1-d113-df85-000000003781 | SKIPPED | Pause cephadm | undercloud 2025-11-29 02:09:25.863002 | fa163eee-6ad1-d113-df85-000000003781 | TIMING | Pause cephadm | undercloud | 0:17:18.056938 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-11-29 02:09:26.001850 | fa163eee-6ad1-d113-df85-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-29 02:09:26.033521 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000d6') missing from stats 2025-11-29 02:09:26.056068 | fa163eee-6ad1-d113-df85-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-29 02:09:26.591508 | fa163eee-6ad1-d113-df85-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-29 02:09:26.592901 | fa163eee-6ad1-d113-df85-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:18.786837 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 02:09:26.664737 | fa163eee-6ad1-d113-df85-0000000000d8 | TIMING | include_tasks | standalone | 0:17:18.858667 | 0.04s 2025-11-29 02:09:26.691692 | 25912025-3837-4507-a7bb-f95f58da7056 | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-29 02:09:26.721727 | fa163eee-6ad1-d113-df85-0000000037a0 | TASK | Start OVN container 2025-11-29 02:09:26.813646 | fa163eee-6ad1-d113-df85-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:19.007554 | 0.09s 2025-11-29 02:09:26.858023 | fa163eee-6ad1-d113-df85-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:19.051963 | 0.13s 2025-11-29 02:09:26.885380 | fa163eee-6ad1-d113-df85-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:19.079325 | 0.16s 2025-11-29 02:09:26.891700 | fa163eee-6ad1-d113-df85-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:19.085638 | 0.17s 2025-11-29 02:09:27.003521 | fa163eee-6ad1-d113-df85-0000000037d8 | TASK | Gather variables for each operating system 2025-11-29 02:09:27.117358 | fa163eee-6ad1-d113-df85-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:19.311286 | 0.11s 2025-11-29 02:09:27.147309 | fa163eee-6ad1-d113-df85-0000000037d9 | TASK | Create container logs path 2025-11-29 02:09:27.414741 | fa163eee-6ad1-d113-df85-0000000037d9 | OK | Create container logs path | standalone 2025-11-29 02:09:27.416238 | fa163eee-6ad1-d113-df85-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:19.610174 | 0.27s 2025-11-29 02:09:27.448100 | fa163eee-6ad1-d113-df85-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:27.769235 | fa163eee-6ad1-d113-df85-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:27.771047 | fa163eee-6ad1-d113-df85-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:19.964977 | 0.32s 2025-11-29 02:09:27.802306 | fa163eee-6ad1-d113-df85-0000000037dc | TASK | Finalise hashes for all containers 2025-11-29 02:09:27.908642 | fa163eee-6ad1-d113-df85-0000000037dc | OK | Finalise hashes for all containers | standalone 2025-11-29 02:09:27.909461 | fa163eee-6ad1-d113-df85-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:20.103405 | 0.11s 2025-11-29 02:09:27.929284 | fa163eee-6ad1-d113-df85-0000000037de | TASK | Manage systemd shutdown files 2025-11-29 02:09:27.986281 | fa163eee-6ad1-d113-df85-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:09:27.987383 | fa163eee-6ad1-d113-df85-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:20.181318 | 0.06s 2025-11-29 02:09:28.017070 | fa163eee-6ad1-d113-df85-0000000037e0 | TASK | Update container configs with new config hashes 2025-11-29 02:09:28.102670 | fa163eee-6ad1-d113-df85-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:09:28.104003 | fa163eee-6ad1-d113-df85-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:20.297937 | 0.09s 2025-11-29 02:09:28.135633 | fa163eee-6ad1-d113-df85-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:28.208592 | fa163eee-6ad1-d113-df85-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.402523 | 0.07s 2025-11-29 02:09:28.232617 | 037411ef-b9a4-4eb9-a6cd-190451970386 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:09:28.268741 | fa163eee-6ad1-d113-df85-00000000386d | TASK | Gather podman infos 2025-11-29 02:09:29.462089 | fa163eee-6ad1-d113-df85-00000000386d | OK | Gather podman infos | standalone 2025-11-29 02:09:29.463037 | fa163eee-6ad1-d113-df85-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:21.656981 | 1.19s 2025-11-29 02:09:29.540220 | fa163eee-6ad1-d113-df85-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:29.630784 | fa163eee-6ad1-d113-df85-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.824715 | 0.09s 2025-11-29 02:09:29.905187 | fa163eee-6ad1-d113-df85-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:22.099103 | 0.22s 2025-11-29 02:09:30.087006 | fa163eee-6ad1-d113-df85-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:30.160778 | fa163eee-6ad1-d113-df85-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:22.354706 | 0.07s 2025-11-29 02:09:30.186026 | ac4c3eb2-bb7c-4a9c-95f1-24d02fbe2014 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:09:30.219112 | fa163eee-6ad1-d113-df85-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:31.201626 | fa163eee-6ad1-d113-df85-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:31.203489 | fa163eee-6ad1-d113-df85-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:23.397422 | 0.98s 2025-11-29 02:09:31.236405 | fa163eee-6ad1-d113-df85-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:34.133377 | fa163eee-6ad1-d113-df85-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:34.136320 | fa163eee-6ad1-d113-df85-0000000038d9 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:26.330254 | 2.90s 2025-11-29 02:09:34.195564 | fa163eee-6ad1-d113-df85-000000003803 | TASK | Gather variables for each operating system 2025-11-29 02:09:34.368559 | fa163eee-6ad1-d113-df85-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:26.562477 | 0.17s 2025-11-29 02:09:34.401155 | fa163eee-6ad1-d113-df85-000000003804 | TASK | Create container logs path 2025-11-29 02:09:34.670341 | fa163eee-6ad1-d113-df85-000000003804 | OK | Create container logs path | standalone 2025-11-29 02:09:34.673162 | fa163eee-6ad1-d113-df85-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:26.867095 | 0.27s 2025-11-29 02:09:34.705816 | fa163eee-6ad1-d113-df85-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:35.035721 | fa163eee-6ad1-d113-df85-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:35.037473 | fa163eee-6ad1-d113-df85-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.231382 | 0.33s 2025-11-29 02:09:35.062160 | fa163eee-6ad1-d113-df85-000000003807 | TASK | Finalise hashes for all containers 2025-11-29 02:09:35.168666 | fa163eee-6ad1-d113-df85-000000003807 | OK | Finalise hashes for all containers | standalone 2025-11-29 02:09:35.170034 | fa163eee-6ad1-d113-df85-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:27.363968 | 0.11s 2025-11-29 02:09:35.200731 | fa163eee-6ad1-d113-df85-000000003809 | TASK | Manage systemd shutdown files 2025-11-29 02:09:35.245952 | fa163eee-6ad1-d113-df85-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:09:35.247335 | fa163eee-6ad1-d113-df85-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:27.441270 | 0.04s 2025-11-29 02:09:35.277579 | fa163eee-6ad1-d113-df85-00000000380b | TASK | Update container configs with new config hashes 2025-11-29 02:09:35.346129 | fa163eee-6ad1-d113-df85-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:09:35.347344 | fa163eee-6ad1-d113-df85-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:27.541274 | 0.07s 2025-11-29 02:09:35.380738 | fa163eee-6ad1-d113-df85-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:35.447537 | fa163eee-6ad1-d113-df85-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.641460 | 0.07s 2025-11-29 02:09:35.473810 | 5a7bb0e2-c423-4adf-90d2-0bb294502d54 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:09:35.509276 | fa163eee-6ad1-d113-df85-000000003924 | TASK | Gather podman infos 2025-11-29 02:09:36.753525 | fa163eee-6ad1-d113-df85-000000003924 | OK | Gather podman infos | standalone 2025-11-29 02:09:36.754942 | fa163eee-6ad1-d113-df85-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:28.948877 | 1.24s 2025-11-29 02:09:36.852127 | fa163eee-6ad1-d113-df85-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:36.948749 | fa163eee-6ad1-d113-df85-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.142674 | 0.09s 2025-11-29 02:09:37.116691 | fa163eee-6ad1-d113-df85-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:29.310613 | 0.10s 2025-11-29 02:09:37.181787 | fa163eee-6ad1-d113-df85-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:37.259111 | fa163eee-6ad1-d113-df85-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.453035 | 0.08s 2025-11-29 02:09:37.285698 | 4bddd54d-0a83-4436-9b04-899b2b4cb084 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:09:37.330242 | fa163eee-6ad1-d113-df85-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:38.294752 | fa163eee-6ad1-d113-df85-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:38.296198 | fa163eee-6ad1-d113-df85-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:30.490130 | 0.96s 2025-11-29 02:09:38.419249 | fa163eee-6ad1-d113-df85-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:42.019672 | fa163eee-6ad1-d113-df85-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:42.021484 | fa163eee-6ad1-d113-df85-00000000398b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.215419 | 3.60s 2025-11-29 02:09:42.077715 | fa163eee-6ad1-d113-df85-00000000382e | TASK | Gather variables for each operating system 2025-11-29 02:09:42.204147 | fa163eee-6ad1-d113-df85-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:34.398076 | 0.12s 2025-11-29 02:09:42.238023 | fa163eee-6ad1-d113-df85-00000000382f | TASK | Create container logs path 2025-11-29 02:09:42.515550 | fa163eee-6ad1-d113-df85-00000000382f | OK | Create container logs path | standalone 2025-11-29 02:09:42.516967 | fa163eee-6ad1-d113-df85-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:34.710902 | 0.28s 2025-11-29 02:09:42.549182 | fa163eee-6ad1-d113-df85-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:42.888907 | fa163eee-6ad1-d113-df85-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:42.890302 | fa163eee-6ad1-d113-df85-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.084237 | 0.34s 2025-11-29 02:09:42.921497 | fa163eee-6ad1-d113-df85-000000003832 | TASK | Finalise hashes for all containers 2025-11-29 02:09:43.038663 | fa163eee-6ad1-d113-df85-000000003832 | OK | Finalise hashes for all containers | standalone 2025-11-29 02:09:43.039990 | fa163eee-6ad1-d113-df85-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:35.233927 | 0.12s 2025-11-29 02:09:43.071604 | fa163eee-6ad1-d113-df85-000000003834 | TASK | Manage systemd shutdown files 2025-11-29 02:09:43.124149 | fa163eee-6ad1-d113-df85-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:09:43.125310 | fa163eee-6ad1-d113-df85-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:35.319244 | 0.05s 2025-11-29 02:09:43.155251 | fa163eee-6ad1-d113-df85-000000003836 | TASK | Update container configs with new config hashes 2025-11-29 02:09:43.219161 | fa163eee-6ad1-d113-df85-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:09:43.220501 | fa163eee-6ad1-d113-df85-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:35.414435 | 0.06s 2025-11-29 02:09:43.252477 | fa163eee-6ad1-d113-df85-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:43.328686 | fa163eee-6ad1-d113-df85-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.522610 | 0.07s 2025-11-29 02:09:43.355891 | bbbba2f8-b82b-405c-b05b-bc1278fd9664 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:09:43.391938 | fa163eee-6ad1-d113-df85-0000000039d6 | TASK | Gather podman infos 2025-11-29 02:09:45.058972 | fa163eee-6ad1-d113-df85-0000000039d6 | OK | Gather podman infos | standalone 2025-11-29 02:09:45.060568 | fa163eee-6ad1-d113-df85-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:37.254505 | 1.67s 2025-11-29 02:09:45.140359 | fa163eee-6ad1-d113-df85-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:45.234985 | fa163eee-6ad1-d113-df85-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:37.428917 | 0.09s 2025-11-29 02:09:45.497215 | fa163eee-6ad1-d113-df85-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:37.691132 | 0.22s 2025-11-29 02:09:45.557134 | fa163eee-6ad1-d113-df85-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:45.605721 | fa163eee-6ad1-d113-df85-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:37.799643 | 0.05s 2025-11-29 02:09:45.620029 | 73376602-390c-4a44-8396-1c500e668eb2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:09:45.647144 | fa163eee-6ad1-d113-df85-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:46.819712 | fa163eee-6ad1-d113-df85-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:46.820714 | fa163eee-6ad1-d113-df85-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.014660 | 1.17s 2025-11-29 02:09:46.840918 | fa163eee-6ad1-d113-df85-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-29 02:09:49.874286 | fa163eee-6ad1-d113-df85-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-29 02:09:49.876053 | fa163eee-6ad1-d113-df85-000000003a3d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:42.069988 | 3.03s 2025-11-29 02:09:49.931576 | fa163eee-6ad1-d113-df85-0000000037a2 | TASK | Set NB connection 2025-11-29 02:09:50.392017 | fa163eee-6ad1-d113-df85-0000000037a2 | CHANGED | Set NB connection | standalone 2025-11-29 02:09:50.393535 | fa163eee-6ad1-d113-df85-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:42.587471 | 0.46s 2025-11-29 02:09:50.421680 | fa163eee-6ad1-d113-df85-0000000037a3 | TASK | Set SB connection 2025-11-29 02:09:50.898295 | fa163eee-6ad1-d113-df85-0000000037a3 | CHANGED | Set SB connection | standalone 2025-11-29 02:09:50.900041 | fa163eee-6ad1-d113-df85-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:43.093975 | 0.48s 2025-11-29 02:09:50.937151 | fa163eee-6ad1-d113-df85-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-29 02:09:51.190495 | fa163eee-6ad1-d113-df85-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-29 02:09:51.192473 | fa163eee-6ad1-d113-df85-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:43.386347 | 0.25s 2025-11-29 02:09:51.315698 | fa163eee-6ad1-d113-df85-0000000000db | TIMING | include_tasks | standalone | 0:17:43.509627 | 0.09s 2025-11-29 02:09:51.355456 | 74ba64b6-f17c-4409-b53f-9f6ff17c109d | INCLUDED | /root/standalone-ansible-erku49e_/common_deploy_steps_tasks.yaml | standalone 2025-11-29 02:09:51.382616 | fa163eee-6ad1-d113-df85-000000003a82 | TASK | Write the config_step hieradata 2025-11-29 02:09:52.020730 | fa163eee-6ad1-d113-df85-000000003a82 | OK | Write the config_step hieradata | standalone 2025-11-29 02:09:52.023017 | fa163eee-6ad1-d113-df85-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:44.216951 | 0.64s 2025-11-29 02:09:52.054384 | fa163eee-6ad1-d113-df85-000000003a83 | TASK | Run puppet host configuration for step 3 2025-11-29 02:09:52.430672 | fa163eee-6ad1-d113-df85-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-29 02:09:52.432685 | fa163eee-6ad1-d113-df85-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:44.626619 | 0.38s 2025-11-29 02:09:52.461663 | fa163eee-6ad1-d113-df85-000000003a84 | TASK | Wait for puppet host configuration to finish 2025-11-29 02:09:52.738593 | fa163eee-6ad1-d113-df85-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-29 02:10:02.956541 | fa163eee-6ad1-d113-df85-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-29 02:10:13.230755 | fa163eee-6ad1-d113-df85-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-29 02:10:13.232102 | fa163eee-6ad1-d113-df85-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:05.426037 | 20.77s 2025-11-29 02:10:13.263673 | fa163eee-6ad1-d113-df85-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-29 02:10:13.351056 | fa163eee-6ad1-d113-df85-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 29 02:09:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 29 02:09:56 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 29 02:09:56 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 29 02:09:56 puppet-user: (file & line not available)", "<13>Nov 29 02:09:56 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 29 02:09:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 29 02:09:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 29 02:09:57 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Nov 29 02:10:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 29 02:10:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 29 02:10:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 29 02:10:05 puppet-user: Notice: Applied catalog in 8.11 seconds", "<13>Nov 29 02:10:05 puppet-user: Application:", "<13>Nov 29 02:10:05 puppet-user: Initial environment: production", "<13>Nov 29 02:10:05 puppet-user: Converged environment: production", "<13>Nov 29 02:10:05 puppet-user: Run mode: user", "<13>Nov 29 02:10:05 puppet-user: Changes:", "<13>Nov 29 02:10:05 puppet-user: Total: 2", "<13>Nov 29 02:10:05 puppet-user: Events:", "<13>Nov 29 02:10:05 puppet-user: Success: 2", "<13>Nov 29 02:10:05 puppet-user: Resources:", "<13>Nov 29 02:10:05 puppet-user: Changed: 2", "<13>Nov 29 02:10:05 puppet-user: Out of sync: 2", "<13>Nov 29 02:10:05 puppet-user: Total: 28", "<13>Nov 29 02:10:05 puppet-user: Time:", "<13>Nov 29 02:10:05 puppet-user: Filebucket: 0.00", "<13>Nov 29 02:10:05 puppet-user: File line: 0.00", "<13>Nov 29 02:10:05 puppet-user: Schedule: 0.00", "<13>Nov 29 02:10:05 puppet-user: Package: 0.00", "<13>Nov 29 02:10:05 puppet-user: File: 0.00", "<13>Nov 29 02:10:05 puppet-user: Augeas: 0.01", "<13>Nov 29 02:10:05 puppet-user: User: 0.08", "<13>Nov 29 02:10:05 puppet-user: Service: 0.09", "<13>Nov 29 02:10:05 puppet-user: Config retrieval: 0.48", "<13>Nov 29 02:10:05 puppet-user: Pcmk property: 1.36", "<13>Nov 29 02:10:05 puppet-user: Last run: 1764382205", "<13>Nov 29 02:10:05 puppet-user: Exec: 2.07", "<13>Nov 29 02:10:05 puppet-user: Pcmk resource op default: 2.14", "<13>Nov 29 02:10:05 puppet-user: Pcmk resource default: 2.16", "<13>Nov 29 02:10:05 puppet-user: Transaction evaluation: 8.09", "<13>Nov 29 02:10:05 puppet-user: Catalog application: 8.11", "<13>Nov 29 02:10:05 puppet-user: Total: 8.11", "<13>Nov 29 02:10:05 puppet-user: Version:", "<13>Nov 29 02:10:05 puppet-user: Config: 1764382196", "<13>Nov 29 02:10:05 puppet-user: Puppet: 7.10.0" ] } 2025-11-29 02:10:13.352708 | fa163eee-6ad1-d113-df85-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:05.546644 | 0.09s 2025-11-29 02:10:13.383503 | fa163eee-6ad1-d113-df85-000000003a86 | TASK | Pre-cache facts for puppet containers 2025-11-29 02:10:13.415510 | fa163eee-6ad1-d113-df85-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:05.609432 | 0.03s 2025-11-29 02:10:13.485621 | fa163eee-6ad1-d113-df85-000000003ac5 | TASK | Gather variables for each operating system 2025-11-29 02:10:13.590014 | fa163eee-6ad1-d113-df85-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:05.783948 | 0.10s 2025-11-29 02:10:13.614415 | fa163eee-6ad1-d113-df85-000000003ac6 | TASK | Create puppet caching structures 2025-11-29 02:10:13.860948 | fa163eee-6ad1-d113-df85-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2025-11-29 02:10:13.862632 | fa163eee-6ad1-d113-df85-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:06.056560 | 0.25s 2025-11-29 02:10:13.892906 | fa163eee-6ad1-d113-df85-000000003ac7 | TASK | Check for facter.conf 2025-11-29 02:10:14.160726 | fa163eee-6ad1-d113-df85-000000003ac7 | OK | Check for facter.conf | standalone 2025-11-29 02:10:14.163340 | fa163eee-6ad1-d113-df85-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:06.357274 | 0.27s 2025-11-29 02:10:14.194954 | fa163eee-6ad1-d113-df85-000000003ac8 | TASK | Remove facter.conf if directory 2025-11-29 02:10:14.228462 | fa163eee-6ad1-d113-df85-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-29 02:10:14.229982 | fa163eee-6ad1-d113-df85-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:06.423915 | 0.03s 2025-11-29 02:10:14.259221 | fa163eee-6ad1-d113-df85-000000003ac9 | TASK | Write facter cache config 2025-11-29 02:10:14.805291 | fa163eee-6ad1-d113-df85-000000003ac9 | CHANGED | Write facter cache config | standalone 2025-11-29 02:10:14.807149 | fa163eee-6ad1-d113-df85-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:07.001079 | 0.55s 2025-11-29 02:10:14.838077 | fa163eee-6ad1-d113-df85-000000003aca | TASK | Cleanup facter cache if exists 2025-11-29 02:10:15.083314 | fa163eee-6ad1-d113-df85-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2025-11-29 02:10:15.085282 | fa163eee-6ad1-d113-df85-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:07.279212 | 0.25s 2025-11-29 02:10:15.115796 | fa163eee-6ad1-d113-df85-000000003acb | TASK | Pre-cache facts 2025-11-29 02:10:15.715682 | fa163eee-6ad1-d113-df85-000000003acb | CHANGED | Pre-cache facts | standalone 2025-11-29 02:10:15.717648 | fa163eee-6ad1-d113-df85-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:07.911568 | 0.60s 2025-11-29 02:10:15.756133 | fa163eee-6ad1-d113-df85-000000003acc | TASK | Failed deployment if facter fails 2025-11-29 02:10:15.801127 | fa163eee-6ad1-d113-df85-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2025-11-29 02:10:15.802763 | fa163eee-6ad1-d113-df85-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:07.996693 | 0.04s 2025-11-29 02:10:15.855152 | fa163eee-6ad1-d113-df85-000000003acd | TASK | Sync cached facts 2025-11-29 02:10:16.186763 | fa163eee-6ad1-d113-df85-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-000000003acd') missing from stats 2025-11-29 02:10:16.252074 | fa163eee-6ad1-d113-df85-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-29 02:10:16.309423 | fa163eee-6ad1-d113-df85-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-29 02:10:16.312233 | fa163eee-6ad1-d113-df85-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:08.506162 | 0.06s 2025-11-29 02:10:16.343896 | fa163eee-6ad1-d113-df85-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-29 02:10:16.374173 | fa163eee-6ad1-d113-df85-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:08.568099 | 0.03s 2025-11-29 02:10:16.439334 | fa163eee-6ad1-d113-df85-000000003b24 | TASK | Gather variables for each operating system 2025-11-29 02:10:16.573857 | fa163eee-6ad1-d113-df85-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:08.767792 | 0.13s 2025-11-29 02:10:16.593752 | fa163eee-6ad1-d113-df85-000000003b25 | TASK | Create container logs path 2025-11-29 02:10:16.868301 | fa163eee-6ad1-d113-df85-000000003b25 | OK | Create container logs path | standalone 2025-11-29 02:10:16.870297 | fa163eee-6ad1-d113-df85-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:09.064232 | 0.28s 2025-11-29 02:10:16.903469 | fa163eee-6ad1-d113-df85-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-29 02:10:17.213088 | fa163eee-6ad1-d113-df85-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-29 02:10:17.214381 | fa163eee-6ad1-d113-df85-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:09.408316 | 0.31s 2025-11-29 02:10:17.246174 | fa163eee-6ad1-d113-df85-000000003b28 | TASK | Finalise hashes for all containers 2025-11-29 02:10:17.345050 | fa163eee-6ad1-d113-df85-000000003b28 | OK | Finalise hashes for all containers | standalone 2025-11-29 02:10:17.346384 | fa163eee-6ad1-d113-df85-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:09.540317 | 0.10s 2025-11-29 02:10:17.376229 | fa163eee-6ad1-d113-df85-000000003b2a | TASK | Manage systemd shutdown files 2025-11-29 02:10:17.414293 | fa163eee-6ad1-d113-df85-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:09.608204 | 0.04s 2025-11-29 02:10:17.447201 | 78ea90f7-4897-447a-822d-e0188a13fd1a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-29 02:10:17.479971 | fa163eee-6ad1-d113-df85-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-29 02:10:17.762944 | fa163eee-6ad1-d113-df85-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-29 02:10:17.764924 | fa163eee-6ad1-d113-df85-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:09.958854 | 0.28s 2025-11-29 02:10:17.797505 | fa163eee-6ad1-d113-df85-000000003b5e | TASK | Set podman_drop_in fact 2025-11-29 02:10:17.863872 | fa163eee-6ad1-d113-df85-000000003b5e | OK | Set podman_drop_in fact | standalone 2025-11-29 02:10:17.865405 | fa163eee-6ad1-d113-df85-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:10.059345 | 0.07s 2025-11-29 02:10:17.890573 | fa163eee-6ad1-d113-df85-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-29 02:10:18.478311 | fa163eee-6ad1-d113-df85-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-29 02:10:18.480771 | fa163eee-6ad1-d113-df85-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:10.674703 | 0.59s 2025-11-29 02:10:18.989531 | fa163eee-6ad1-d113-df85-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-29 02:10:18.990619 | fa163eee-6ad1-d113-df85-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:11.184556 | 1.10s 2025-11-29 02:10:18.996503 | fa163eee-6ad1-d113-df85-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:11.190443 | 1.10s 2025-11-29 02:10:19.016368 | fa163eee-6ad1-d113-df85-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-29 02:10:19.501815 | fa163eee-6ad1-d113-df85-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-29 02:10:19.503366 | fa163eee-6ad1-d113-df85-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:11.697255 | 0.49s 2025-11-29 02:10:19.523013 | fa163eee-6ad1-d113-df85-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-29 02:10:20.046830 | fa163eee-6ad1-d113-df85-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-29 02:10:20.049940 | fa163eee-6ad1-d113-df85-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:12.243874 | 0.53s 2025-11-29 02:10:20.080717 | fa163eee-6ad1-d113-df85-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2025-11-29 02:10:20.829157 | fa163eee-6ad1-d113-df85-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-29 02:10:20.834335 | fa163eee-6ad1-d113-df85-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:13.028258 | 0.75s 2025-11-29 02:10:20.866644 | fa163eee-6ad1-d113-df85-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-29 02:10:21.423582 | fa163eee-6ad1-d113-df85-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-29 02:10:21.424885 | fa163eee-6ad1-d113-df85-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:13.618821 | 0.56s 2025-11-29 02:10:21.453991 | fa163eee-6ad1-d113-df85-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-29 02:10:21.966272 | fa163eee-6ad1-d113-df85-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-29 02:10:21.967678 | fa163eee-6ad1-d113-df85-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:14.161613 | 0.51s 2025-11-29 02:10:21.998216 | fa163eee-6ad1-d113-df85-000000003b66 | TASK | Enable and start netns-placeholder 2025-11-29 02:10:22.763697 | fa163eee-6ad1-d113-df85-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-29 02:10:22.765453 | fa163eee-6ad1-d113-df85-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:14.959367 | 0.77s 2025-11-29 02:10:22.795387 | fa163eee-6ad1-d113-df85-000000003b2c | TASK | Update container configs with new config hashes 2025-11-29 02:10:22.847766 | fa163eee-6ad1-d113-df85-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:15.041696 | 0.05s 2025-11-29 02:10:22.867892 | 5bda4b8d-74a8-4a28-a01b-39d73a3b5e52 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-29 02:10:22.901692 | fa163eee-6ad1-d113-df85-000000003b8e | TASK | Update config hashes for container startup configs 2025-11-29 02:10:23.165168 | fa163eee-6ad1-d113-df85-000000003b8e | OK | Update config hashes for container startup configs | standalone 2025-11-29 02:10:23.166485 | fa163eee-6ad1-d113-df85-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:15.360419 | 0.26s 2025-11-29 02:10:23.197901 | fa163eee-6ad1-d113-df85-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-29 02:10:23.260019 | fa163eee-6ad1-d113-df85-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:15.453947 | 0.06s 2025-11-29 02:10:23.283718 | e25ae831-b77f-4a29-95d4-80fbccdbb693 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:10:23.321990 | fa163eee-6ad1-d113-df85-000000003bad | TASK | Gather podman infos 2025-11-29 02:10:24.722077 | fa163eee-6ad1-d113-df85-000000003bad | OK | Gather podman infos | standalone 2025-11-29 02:10:24.723276 | fa163eee-6ad1-d113-df85-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:16.917219 | 1.40s 2025-11-29 02:10:24.801219 | fa163eee-6ad1-d113-df85-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-29 02:10:24.886407 | fa163eee-6ad1-d113-df85-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:17.080336 | 0.08s 2025-11-29 02:10:25.034819 | fa163eee-6ad1-d113-df85-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:17.228737 | 0.10s 2025-11-29 02:10:25.099511 | fa163eee-6ad1-d113-df85-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-29 02:10:25.154423 | fa163eee-6ad1-d113-df85-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:17.348352 | 0.05s 2025-11-29 02:10:25.176171 | e003544c-d9fb-4c2a-83a8-41512f821577 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:10:25.213959 | fa163eee-6ad1-d113-df85-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-29 02:11:22.438649 | fa163eee-6ad1-d113-df85-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-29 02:11:22.440343 | fa163eee-6ad1-d113-df85-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:14.634277 | 57.22s 2025-11-29 02:11:22.472623 | fa163eee-6ad1-d113-df85-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-29 02:11:55.992382 | fa163eee-6ad1-d113-df85-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-29 02:11:55.994241 | fa163eee-6ad1-d113-df85-000000003c19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:48.188175 | 33.52s 2025-11-29 02:11:56.055378 | fa163eee-6ad1-d113-df85-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-29 02:11:56.295856 | fa163eee-6ad1-d113-df85-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-29 02:11:56.297478 | fa163eee-6ad1-d113-df85-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:48.491379 | 0.24s 2025-11-29 02:11:56.345916 | fa163eee-6ad1-d113-df85-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-29 02:11:56.407975 | fa163eee-6ad1-d113-df85-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:48.601897 | 0.06s 2025-11-29 02:11:56.439841 | fa163eee-6ad1-d113-df85-000000003a8d | TASK | Include container-puppet tasks for step 3 2025-11-29 02:11:56.497101 | fa163eee-6ad1-d113-df85-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:48.691029 | 0.06s 2025-11-29 02:11:56.523095 | 9f203590-9453-406f-ab34-df12d40940fa | INCLUDED | /root/standalone-ansible-erku49e_/host-container-puppet-tasks.yaml | standalone 2025-11-29 02:11:56.573082 | fa163eee-6ad1-d113-df85-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-29 02:11:57.063697 | fa163eee-6ad1-d113-df85-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-29 02:11:57.064672 | fa163eee-6ad1-d113-df85-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:49.258614 | 0.49s 2025-11-29 02:11:57.086564 | fa163eee-6ad1-d113-df85-000000003c66 | TASK | Generate container puppet configs for step 3 2025-11-29 02:11:57.374107 | fa163eee-6ad1-d113-df85-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2025-11-29 02:11:57.376556 | fa163eee-6ad1-d113-df85-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:49.570487 | 0.29s 2025-11-29 02:11:57.410459 | fa163eee-6ad1-d113-df85-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-29 02:11:57.444392 | fa163eee-6ad1-d113-df85-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:49.638310 | 0.03s 2025-11-29 02:11:57.520579 | fa163eee-6ad1-d113-df85-000000003c96 | TASK | Gather variables for each operating system 2025-11-29 02:11:57.637300 | fa163eee-6ad1-d113-df85-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:49.831213 | 0.11s 2025-11-29 02:11:57.663017 | fa163eee-6ad1-d113-df85-000000003c97 | TASK | Create container logs path 2025-11-29 02:11:57.892097 | fa163eee-6ad1-d113-df85-000000003c97 | OK | Create container logs path | standalone 2025-11-29 02:11:57.893851 | fa163eee-6ad1-d113-df85-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:50.087782 | 0.23s 2025-11-29 02:11:57.926668 | fa163eee-6ad1-d113-df85-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-29 02:11:58.198006 | fa163eee-6ad1-d113-df85-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-29 02:11:58.199547 | fa163eee-6ad1-d113-df85-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:50.393480 | 0.27s 2025-11-29 02:11:58.229618 | fa163eee-6ad1-d113-df85-000000003c9a | TASK | Finalise hashes for all containers 2025-11-29 02:11:58.283237 | fa163eee-6ad1-d113-df85-000000003c9a | OK | Finalise hashes for all containers | standalone 2025-11-29 02:11:58.284661 | fa163eee-6ad1-d113-df85-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:50.478594 | 0.05s 2025-11-29 02:11:58.315752 | fa163eee-6ad1-d113-df85-000000003c9c | TASK | Manage systemd shutdown files 2025-11-29 02:11:58.357083 | fa163eee-6ad1-d113-df85-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:11:58.358196 | fa163eee-6ad1-d113-df85-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:50.552131 | 0.04s 2025-11-29 02:11:58.387874 | fa163eee-6ad1-d113-df85-000000003c9e | TASK | Update container configs with new config hashes 2025-11-29 02:11:58.439590 | fa163eee-6ad1-d113-df85-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:11:58.441016 | fa163eee-6ad1-d113-df85-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:50.634947 | 0.05s 2025-11-29 02:11:58.474182 | fa163eee-6ad1-d113-df85-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-29 02:11:58.528372 | fa163eee-6ad1-d113-df85-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-29 02:11:58.529789 | fa163eee-6ad1-d113-df85-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:50.723721 | 0.05s 2025-11-29 02:11:58.562907 | fa163eee-6ad1-d113-df85-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-29 02:11:58.616677 | fa163eee-6ad1-d113-df85-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-29 02:11:58.617868 | fa163eee-6ad1-d113-df85-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:50.811802 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-11-29 02:11:58.782704 | fa163eee-6ad1-d113-df85-0000000000de | TASK | External deployment step 4 2025-11-29 02:11:58.812070 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000de') missing from stats 2025-11-29 02:11:58.869204 | fa163eee-6ad1-d113-df85-0000000000df | TIMING | include_tasks | undercloud | 0:19:51.063137 | 0.04s 2025-11-29 02:11:58.890589 | bcd31faf-1242-4e64-9201-d3e20f14b731 | INCLUDED | /root/standalone-ansible-erku49e_/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-29 02:11:58.907683 | fa163eee-6ad1-d113-df85-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-29 02:12:00.498622 | fa163eee-6ad1-d113-df85-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-29 02:12:00.500202 | fa163eee-6ad1-d113-df85-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:52.694132 | 1.59s 2025-11-29 02:12:01.654728 | fa163eee-6ad1-d113-df85-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-29 02:12:01.656562 | fa163eee-6ad1-d113-df85-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:53.850498 | 2.75s 2025-11-29 02:12:01.666317 | fa163eee-6ad1-d113-df85-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:53.860257 | 2.76s 2025-11-29 02:12:01.681109 | fa163eee-6ad1-d113-df85-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2025-11-29 02:12:01.724626 | fa163eee-6ad1-d113-df85-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:53.918558 | 0.04s 2025-11-29 02:12:01.786358 | fa163eee-6ad1-d113-df85-000000003d1e | TASK | Create Keystone Admin resources 2025-11-29 02:12:01.817995 | fa163eee-6ad1-d113-df85-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:54.011934 | 0.03s 2025-11-29 02:12:01.846992 | 42416f9e-476f-41db-8ee5-39df55b53d3a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-29 02:12:01.876247 | fa163eee-6ad1-d113-df85-000000003d5f | TASK | Create admin and service projects 2025-11-29 02:12:01.927915 | fa163eee-6ad1-d113-df85-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:54.121846 | 0.05s 2025-11-29 02:12:01.943844 | 2ec999fb-c421-4557-baa1-17fc9a90f400 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-29 02:12:01.977892 | fa163eee-6ad1-d113-df85-000000003db0 | TASK | Async creation of Keystone project 2025-11-29 02:12:02.451356 | fa163eee-6ad1-d113-df85-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-29 02:12:02.452599 | fa163eee-6ad1-d113-df85-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:54.646531 | 0.47s 2025-11-29 02:12:02.751898 | fa163eee-6ad1-d113-df85-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-29 02:12:02.752931 | fa163eee-6ad1-d113-df85-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:54.946869 | 0.77s 2025-11-29 02:12:02.758885 | fa163eee-6ad1-d113-df85-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:54.952820 | 0.78s 2025-11-29 02:12:02.777293 | fa163eee-6ad1-d113-df85-000000003db2 | TASK | Check Keystone project status 2025-11-29 02:12:03.064569 | fa163eee-6ad1-d113-df85-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-29 02:12:08.285065 | fa163eee-6ad1-d113-df85-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2025-11-29 02:12:08.286998 | fa163eee-6ad1-d113-df85-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:00.480932 | 5.51s 2025-11-29 02:12:08.519843 | fa163eee-6ad1-d113-df85-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-29 02:12:08.521075 | fa163eee-6ad1-d113-df85-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:00.715016 | 5.74s 2025-11-29 02:12:08.527043 | fa163eee-6ad1-d113-df85-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:00.720972 | 5.75s 2025-11-29 02:12:08.547741 | fa163eee-6ad1-d113-df85-000000003d60 | TASK | Create admin role 2025-11-29 02:12:09.756405 | fa163eee-6ad1-d113-df85-000000003d60 | OK | Create admin role | undercloud 2025-11-29 02:12:09.758457 | fa163eee-6ad1-d113-df85-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:01.952354 | 1.21s 2025-11-29 02:12:09.778494 | fa163eee-6ad1-d113-df85-000000003d61 | TASK | Create _member_ role 2025-11-29 02:12:09.831852 | fa163eee-6ad1-d113-df85-000000003d61 | SKIPPED | Create _member_ role | undercloud 2025-11-29 02:12:09.833324 | fa163eee-6ad1-d113-df85-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:02.027253 | 0.05s 2025-11-29 02:12:09.852869 | fa163eee-6ad1-d113-df85-000000003d62 | TASK | Check admin password 2025-11-29 02:12:11.070979 | fa163eee-6ad1-d113-df85-000000003d62 | OK | Check admin password | undercloud 2025-11-29 02:12:11.072539 | fa163eee-6ad1-d113-df85-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:03.266473 | 1.22s 2025-11-29 02:12:11.091853 | fa163eee-6ad1-d113-df85-000000003d63 | TASK | Create admin user 2025-11-29 02:12:12.783359 | fa163eee-6ad1-d113-df85-000000003d63 | CHANGED | Create admin user | undercloud 2025-11-29 02:12:12.784749 | fa163eee-6ad1-d113-df85-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:04.978684 | 1.69s 2025-11-29 02:12:12.800761 | fa163eee-6ad1-d113-df85-000000003d64 | TASK | Assign admin role to admin project for admin user 2025-11-29 02:12:14.256729 | fa163eee-6ad1-d113-df85-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2025-11-29 02:12:14.258218 | fa163eee-6ad1-d113-df85-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:06.452154 | 1.46s 2025-11-29 02:12:14.277517 | fa163eee-6ad1-d113-df85-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2025-11-29 02:12:14.340312 | fa163eee-6ad1-d113-df85-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-29 02:12:14.341745 | fa163eee-6ad1-d113-df85-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:06.535679 | 0.06s 2025-11-29 02:12:14.360778 | fa163eee-6ad1-d113-df85-000000003d66 | TASK | Create identity service 2025-11-29 02:12:15.511631 | fa163eee-6ad1-d113-df85-000000003d66 | OK | Create identity service | undercloud 2025-11-29 02:12:15.513181 | fa163eee-6ad1-d113-df85-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:07.707114 | 1.15s 2025-11-29 02:12:15.529471 | fa163eee-6ad1-d113-df85-000000003d67 | TASK | Create identity public endpoint 2025-11-29 02:12:16.809387 | fa163eee-6ad1-d113-df85-000000003d67 | OK | Create identity public endpoint | undercloud 2025-11-29 02:12:16.811486 | fa163eee-6ad1-d113-df85-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:09.005413 | 1.28s 2025-11-29 02:12:16.832457 | fa163eee-6ad1-d113-df85-000000003d68 | TASK | Create identity internal endpoint 2025-11-29 02:12:18.020096 | fa163eee-6ad1-d113-df85-000000003d68 | OK | Create identity internal endpoint | undercloud 2025-11-29 02:12:18.022058 | fa163eee-6ad1-d113-df85-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:10.215988 | 1.19s 2025-11-29 02:12:18.042459 | fa163eee-6ad1-d113-df85-000000003d69 | TASK | Create identity admin endpoint 2025-11-29 02:12:19.247917 | fa163eee-6ad1-d113-df85-000000003d69 | OK | Create identity admin endpoint | undercloud 2025-11-29 02:12:19.249757 | fa163eee-6ad1-d113-df85-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:11.443686 | 1.21s 2025-11-29 02:12:19.269350 | fa163eee-6ad1-d113-df85-000000003d1f | TASK | Create Keystone Projects 2025-11-29 02:12:19.375383 | fa163eee-6ad1-d113-df85-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:11.569300 | 0.10s 2025-11-29 02:12:19.382840 | fa163eee-6ad1-d113-df85-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:11.576766 | 0.11s 2025-11-29 02:12:19.397493 | 3e622825-d3b9-4202-bf91-e27b10215e22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-29 02:12:19.439804 | fa163eee-6ad1-d113-df85-000000003e3c | TASK | Async creation of Keystone project 2025-11-29 02:12:19.814880 | fa163eee-6ad1-d113-df85-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-29 02:12:19.817335 | fa163eee-6ad1-d113-df85-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:12.011264 | 0.38s 2025-11-29 02:12:19.827215 | fa163eee-6ad1-d113-df85-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:12.021143 | 0.39s 2025-11-29 02:12:19.846322 | fa163eee-6ad1-d113-df85-000000003e3e | TASK | Check Keystone project status 2025-11-29 02:12:20.200397 | fa163eee-6ad1-d113-df85-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-29 02:12:25.453194 | fa163eee-6ad1-d113-df85-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2025-11-29 02:12:25.454677 | fa163eee-6ad1-d113-df85-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:17.648607 | 5.61s 2025-11-29 02:12:25.460792 | fa163eee-6ad1-d113-df85-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:17.654731 | 5.61s 2025-11-29 02:12:25.475997 | fa163eee-6ad1-d113-df85-000000003d21 | TASK | Create Keystone Domains 2025-11-29 02:12:25.576176 | fa163eee-6ad1-d113-df85-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:17.770117 | 0.10s 2025-11-29 02:12:25.579660 | fa163eee-6ad1-d113-df85-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:17.773590 | 0.10s 2025-11-29 02:12:25.595459 | 42348c3a-b738-41ed-bc1b-250e0d4279cc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-29 02:12:25.644695 | fa163eee-6ad1-d113-df85-000000003ef1 | TASK | Async creation of Keystone domains 2025-11-29 02:12:26.096720 | fa163eee-6ad1-d113-df85-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-29 02:12:26.098985 | fa163eee-6ad1-d113-df85-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:18.292917 | 0.45s 2025-11-29 02:12:26.109409 | fa163eee-6ad1-d113-df85-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:18.303341 | 0.46s 2025-11-29 02:12:26.128655 | fa163eee-6ad1-d113-df85-000000003ef3 | TASK | Check Keystone domain status 2025-11-29 02:12:26.427650 | fa163eee-6ad1-d113-df85-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-29 02:12:31.655979 | fa163eee-6ad1-d113-df85-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-29 02:12:31.663022 | fa163eee-6ad1-d113-df85-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:23.856951 | 5.53s 2025-11-29 02:12:31.673336 | fa163eee-6ad1-d113-df85-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:23.867256 | 5.54s 2025-11-29 02:12:31.699607 | fa163eee-6ad1-d113-df85-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-29 02:12:31.767618 | fa163eee-6ad1-d113-df85-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:23.961535 | 0.07s 2025-11-29 02:12:31.784613 | bc8fca88-3a3a-4076-9c2a-09c6f06460a6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-29 02:12:31.840355 | fa163eee-6ad1-d113-df85-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2025-11-29 02:12:33.165389 | fa163eee-6ad1-d113-df85-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-29 02:12:33.168180 | fa163eee-6ad1-d113-df85-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:25.362111 | 1.33s 2025-11-29 02:12:33.187596 | fa163eee-6ad1-d113-df85-000000003fbc | TASK | Set openstack_domains fact 2025-11-29 02:12:33.249005 | fa163eee-6ad1-d113-df85-000000003fbc | OK | Set openstack_domains fact | undercloud 2025-11-29 02:12:33.250604 | fa163eee-6ad1-d113-df85-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:25.444537 | 0.06s 2025-11-29 02:12:33.270336 | fa163eee-6ad1-d113-df85-000000003d24 | TASK | Create Keystone Services 2025-11-29 02:12:33.414880 | fa163eee-6ad1-d113-df85-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:25.608790 | 0.14s 2025-11-29 02:12:33.435792 | fa163eee-6ad1-d113-df85-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:25.629731 | 0.16s 2025-11-29 02:12:33.450776 | fa163eee-6ad1-d113-df85-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:25.644705 | 0.18s 2025-11-29 02:12:33.470763 | d2f1d732-2156-45e6-b5cd-6800b128630d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-29 02:12:33.480571 | e16de2b1-5312-4dda-8018-dccd22c99c08 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-29 02:12:33.527353 | fa163eee-6ad1-d113-df85-000000004098 | TASK | Async creation of Keystone service 2025-11-29 02:12:33.838114 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-11-29 02:12:33.839769 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.033695 | 0.31s 2025-11-29 02:12:34.191161 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-11-29 02:12:34.192270 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.386212 | 0.66s 2025-11-29 02:12:34.563899 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-29 02:12:34.564668 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.758613 | 1.04s 2025-11-29 02:12:34.887739 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-29 02:12:34.888892 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.082829 | 1.36s 2025-11-29 02:12:35.186015 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-11-29 02:12:35.187517 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.381454 | 1.66s 2025-11-29 02:12:35.474220 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-29 02:12:35.475083 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.669028 | 1.95s 2025-11-29 02:12:35.769705 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-29 02:12:35.770338 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.964285 | 2.24s 2025-11-29 02:12:36.033808 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-29 02:12:36.039767 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.233697 | 2.51s 2025-11-29 02:12:36.329522 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-29 02:12:36.330462 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.524382 | 2.80s 2025-11-29 02:12:36.635953 | fa163eee-6ad1-d113-df85-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-29 02:12:36.637717 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.831660 | 3.11s 2025-11-29 02:12:36.649900 | fa163eee-6ad1-d113-df85-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.843826 | 3.12s 2025-11-29 02:12:36.672024 | fa163eee-6ad1-d113-df85-00000000409a | TASK | Check Keystone service status 2025-11-29 02:12:36.927145 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-11-29 02:12:36.928989 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.122925 | 0.26s 2025-11-29 02:12:37.225989 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-11-29 02:12:37.227318 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.421254 | 0.55s 2025-11-29 02:12:37.482523 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-29 02:12:37.483476 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.677419 | 0.81s 2025-11-29 02:12:37.749814 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-29 02:12:37.751584 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.945517 | 1.08s 2025-11-29 02:12:38.075694 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-11-29 02:12:38.076594 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:30.270539 | 1.40s 2025-11-29 02:12:38.426108 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-29 02:12:38.427507 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:30.621442 | 1.75s 2025-11-29 02:12:38.748024 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-29 02:12:38.749406 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:30.943341 | 2.08s 2025-11-29 02:12:39.015772 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-29 02:12:39.016934 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:31.210872 | 2.34s 2025-11-29 02:12:39.279037 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-29 02:12:39.281692 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:31.475627 | 2.61s 2025-11-29 02:12:39.542832 | fa163eee-6ad1-d113-df85-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-29 02:12:39.545557 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:31.739491 | 2.87s 2025-11-29 02:12:39.560297 | fa163eee-6ad1-d113-df85-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:31.754230 | 2.89s 2025-11-29 02:12:39.585897 | fa163eee-6ad1-d113-df85-00000000409f | TASK | Async creation of Keystone service 2025-11-29 02:12:39.948951 | fa163eee-6ad1-d113-df85-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-29 02:12:39.953247 | fa163eee-6ad1-d113-df85-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.147178 | 0.37s 2025-11-29 02:12:40.274971 | fa163eee-6ad1-d113-df85-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-11-29 02:12:40.278550 | fa163eee-6ad1-d113-df85-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.472484 | 0.69s 2025-11-29 02:12:40.618266 | fa163eee-6ad1-d113-df85-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-29 02:12:40.620682 | fa163eee-6ad1-d113-df85-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:32.814618 | 1.03s 2025-11-29 02:12:40.965814 | fa163eee-6ad1-d113-df85-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-29 02:12:40.967203 | fa163eee-6ad1-d113-df85-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:33.161147 | 1.38s 2025-11-29 02:12:40.971394 | fa163eee-6ad1-d113-df85-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:33.165329 | 1.38s 2025-11-29 02:12:40.986569 | fa163eee-6ad1-d113-df85-0000000040a1 | TASK | Check Keystone service status 2025-11-29 02:12:41.312367 | fa163eee-6ad1-d113-df85-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-29 02:12:41.313511 | fa163eee-6ad1-d113-df85-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.507452 | 0.33s 2025-11-29 02:12:41.586372 | fa163eee-6ad1-d113-df85-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-11-29 02:12:41.587133 | fa163eee-6ad1-d113-df85-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:33.781080 | 0.60s 2025-11-29 02:12:41.857713 | fa163eee-6ad1-d113-df85-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-29 02:12:41.859661 | fa163eee-6ad1-d113-df85-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.053597 | 0.87s 2025-11-29 02:12:42.145472 | fa163eee-6ad1-d113-df85-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-29 02:12:47.371808 | fa163eee-6ad1-d113-df85-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-29 02:12:47.374195 | fa163eee-6ad1-d113-df85-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.568130 | 6.39s 2025-11-29 02:12:47.385631 | fa163eee-6ad1-d113-df85-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.579559 | 6.40s 2025-11-29 02:12:47.407293 | fa163eee-6ad1-d113-df85-000000003d26 | TASK | Create Keystone Endpoints 2025-11-29 02:12:47.460749 | fa163eee-6ad1-d113-df85-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:39.654665 | 0.05s 2025-11-29 02:12:47.482361 | fa163eee-6ad1-d113-df85-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:39.676301 | 0.07s 2025-11-29 02:12:47.503045 | fa163eee-6ad1-d113-df85-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:39.696985 | 0.09s 2025-11-29 02:12:47.520759 | fa163eee-6ad1-d113-df85-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:39.714689 | 0.11s 2025-11-29 02:12:47.535076 | 80b9f121-a18c-4374-b591-13f3be08dfb9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-29 02:12:47.541827 | 4d1022ed-7ec2-4917-b548-2e0cc1ea678b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-29 02:12:47.547294 | f8dab90d-5235-40ed-a3ca-dc3108f73b8c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-29 02:12:47.602314 | fa163eee-6ad1-d113-df85-0000000041d5 | TASK | Create Keystone public endpoints 2025-11-29 02:12:47.715891 | fa163eee-6ad1-d113-df85-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:39.909792 | 0.11s 2025-11-29 02:12:47.735708 | fa163eee-6ad1-d113-df85-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:39.929646 | 0.13s 2025-11-29 02:12:47.751847 | fa163eee-6ad1-d113-df85-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:39.945763 | 0.15s 2025-11-29 02:12:47.784869 | 5633f483-d3cb-4796-984a-3d325adb8e87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-29 02:12:47.794060 | 1ab90757-4eaa-4bf9-8a2b-8c437f983ccf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-29 02:12:47.817098 | fa163eee-6ad1-d113-df85-0000000042fd | TASK | Async creation of Keystone public endpoint 2025-11-29 02:12:48.211193 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-11-29 02:12:48.214650 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:40.408573 | 0.40s 2025-11-29 02:12:48.528287 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-11-29 02:12:48.529142 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:40.723086 | 0.71s 2025-11-29 02:12:48.802035 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-29 02:12:48.803375 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:40.997313 | 0.98s 2025-11-29 02:12:49.062465 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-29 02:12:49.063782 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:41.257724 | 1.25s 2025-11-29 02:12:49.304828 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-11-29 02:12:49.305897 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:41.499843 | 1.49s 2025-11-29 02:12:49.598128 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-29 02:12:49.599530 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:41.793474 | 1.78s 2025-11-29 02:12:49.881120 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-29 02:12:49.881909 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.075854 | 2.06s 2025-11-29 02:12:50.154143 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-29 02:12:50.155535 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.349482 | 2.34s 2025-11-29 02:12:50.398988 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-29 02:12:50.399823 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.593770 | 2.58s 2025-11-29 02:12:50.693338 | fa163eee-6ad1-d113-df85-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-29 02:12:50.694870 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.888808 | 2.88s 2025-11-29 02:12:50.705326 | fa163eee-6ad1-d113-df85-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.899260 | 2.89s 2025-11-29 02:12:50.722271 | fa163eee-6ad1-d113-df85-0000000042ff | TASK | Check Keystone public endpoint status 2025-11-29 02:12:50.985964 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-11-29 02:12:50.988683 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:43.182611 | 0.27s 2025-11-29 02:12:51.249374 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-11-29 02:12:51.250213 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:43.444158 | 0.53s 2025-11-29 02:12:51.523167 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-29 02:12:51.524352 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:43.718290 | 0.80s 2025-11-29 02:12:51.829076 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-29 02:12:51.830670 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.024615 | 1.11s 2025-11-29 02:12:52.166261 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-11-29 02:12:52.167482 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.361418 | 1.44s 2025-11-29 02:12:52.413314 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-29 02:12:52.414646 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.608582 | 1.69s 2025-11-29 02:12:52.698628 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-29 02:12:52.700902 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:44.894837 | 1.98s 2025-11-29 02:12:52.985274 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-29 02:12:52.987095 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:45.181031 | 2.26s 2025-11-29 02:12:53.277764 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-29 02:12:53.278904 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:45.472842 | 2.56s 2025-11-29 02:12:53.583371 | fa163eee-6ad1-d113-df85-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-29 02:12:53.584754 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:45.778690 | 2.86s 2025-11-29 02:12:53.603833 | fa163eee-6ad1-d113-df85-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:45.797748 | 2.88s 2025-11-29 02:12:53.633200 | fa163eee-6ad1-d113-df85-000000004304 | TASK | Async creation of Keystone public endpoint 2025-11-29 02:12:53.985847 | fa163eee-6ad1-d113-df85-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-29 02:12:53.988277 | fa163eee-6ad1-d113-df85-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:46.182206 | 0.35s 2025-11-29 02:12:54.227141 | fa163eee-6ad1-d113-df85-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-11-29 02:12:54.228819 | fa163eee-6ad1-d113-df85-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:46.422756 | 0.59s 2025-11-29 02:12:54.571077 | fa163eee-6ad1-d113-df85-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-29 02:12:54.572821 | fa163eee-6ad1-d113-df85-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:46.766765 | 0.93s 2025-11-29 02:12:54.876216 | fa163eee-6ad1-d113-df85-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-29 02:12:54.877021 | fa163eee-6ad1-d113-df85-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:47.070965 | 1.24s 2025-11-29 02:12:54.880242 | fa163eee-6ad1-d113-df85-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:47.074179 | 1.24s 2025-11-29 02:12:54.896578 | fa163eee-6ad1-d113-df85-000000004306 | TASK | Check Keystone public endpoint status 2025-11-29 02:12:55.184783 | fa163eee-6ad1-d113-df85-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-29 02:13:00.416795 | fa163eee-6ad1-d113-df85-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-29 02:13:00.418252 | fa163eee-6ad1-d113-df85-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.612178 | 5.52s 2025-11-29 02:13:00.698313 | fa163eee-6ad1-d113-df85-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-11-29 02:13:00.699265 | fa163eee-6ad1-d113-df85-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.893207 | 5.80s 2025-11-29 02:13:00.985844 | fa163eee-6ad1-d113-df85-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-29 02:13:00.988127 | fa163eee-6ad1-d113-df85-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.182061 | 6.09s 2025-11-29 02:13:01.241451 | fa163eee-6ad1-d113-df85-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-29 02:13:01.243500 | fa163eee-6ad1-d113-df85-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.437436 | 6.35s 2025-11-29 02:13:01.255187 | fa163eee-6ad1-d113-df85-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.449112 | 6.36s 2025-11-29 02:13:01.282709 | fa163eee-6ad1-d113-df85-0000000041da | TASK | Create Keystone admin endpoints 2025-11-29 02:13:01.377688 | fa163eee-6ad1-d113-df85-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:53.571596 | 0.09s 2025-11-29 02:13:01.394393 | fa163eee-6ad1-d113-df85-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:53.588322 | 0.11s 2025-11-29 02:13:01.405511 | fa163eee-6ad1-d113-df85-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:53.599452 | 0.12s 2025-11-29 02:13:01.423259 | 15172dd4-4c57-4335-8478-d516edbf5f52 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-29 02:13:01.433296 | aab537df-fe8d-4a0e-85bc-b3137603141d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-29 02:13:01.453216 | fa163eee-6ad1-d113-df85-000000004362 | TASK | Async creation of Keystone admin endpoint 2025-11-29 02:13:01.805821 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-11-29 02:13:01.807778 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.001706 | 0.35s 2025-11-29 02:13:02.117681 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-11-29 02:13:02.118811 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.312750 | 0.66s 2025-11-29 02:13:02.444795 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-29 02:13:02.446479 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.640418 | 0.99s 2025-11-29 02:13:02.725788 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-29 02:13:02.726507 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.920454 | 1.27s 2025-11-29 02:13:02.970961 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-11-29 02:13:02.971794 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.165736 | 1.52s 2025-11-29 02:13:03.239857 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-29 02:13:03.240595 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.434540 | 1.79s 2025-11-29 02:13:03.545510 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-29 02:13:03.547068 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.741006 | 2.09s 2025-11-29 02:13:03.859045 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-29 02:13:03.860362 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.054305 | 2.41s 2025-11-29 02:13:04.177878 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-29 02:13:04.178994 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.372931 | 2.72s 2025-11-29 02:13:04.511289 | fa163eee-6ad1-d113-df85-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-29 02:13:04.518236 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.712173 | 3.06s 2025-11-29 02:13:04.526129 | fa163eee-6ad1-d113-df85-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.720053 | 3.07s 2025-11-29 02:13:04.549375 | fa163eee-6ad1-d113-df85-000000004364 | TASK | Check Keystone admin endpoint status 2025-11-29 02:13:04.864300 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-11-29 02:13:04.866766 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:57.060695 | 0.32s 2025-11-29 02:13:05.113587 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-11-29 02:13:05.115320 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:57.309259 | 0.56s 2025-11-29 02:13:05.431385 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-29 02:13:05.433962 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:57.627899 | 0.88s 2025-11-29 02:13:05.680623 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-29 02:13:05.682399 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:57.876339 | 1.13s 2025-11-29 02:13:05.882961 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-11-29 02:13:05.884419 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:58.078361 | 1.33s 2025-11-29 02:13:06.207144 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-29 02:13:06.208011 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:58.401954 | 1.66s 2025-11-29 02:13:06.511229 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-29 02:13:06.512577 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:58.706511 | 1.96s 2025-11-29 02:13:06.770387 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-29 02:13:06.772370 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:58.966304 | 2.22s 2025-11-29 02:13:07.109627 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-29 02:13:07.110727 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.304667 | 2.56s 2025-11-29 02:13:07.378242 | fa163eee-6ad1-d113-df85-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-29 02:13:07.379705 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.573640 | 2.83s 2025-11-29 02:13:07.391896 | fa163eee-6ad1-d113-df85-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:59.585821 | 2.84s 2025-11-29 02:13:07.421062 | fa163eee-6ad1-d113-df85-000000004369 | TASK | Async creation of Keystone admin endpoint 2025-11-29 02:13:07.791113 | fa163eee-6ad1-d113-df85-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-29 02:13:07.792534 | fa163eee-6ad1-d113-df85-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:59.986468 | 0.37s 2025-11-29 02:13:08.115995 | fa163eee-6ad1-d113-df85-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-11-29 02:13:08.117714 | fa163eee-6ad1-d113-df85-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.311647 | 0.69s 2025-11-29 02:13:08.440745 | fa163eee-6ad1-d113-df85-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-29 02:13:08.442392 | fa163eee-6ad1-d113-df85-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.636329 | 1.02s 2025-11-29 02:13:08.798775 | fa163eee-6ad1-d113-df85-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-29 02:13:08.799573 | fa163eee-6ad1-d113-df85-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.993516 | 1.38s 2025-11-29 02:13:08.805352 | fa163eee-6ad1-d113-df85-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:00.999286 | 1.38s 2025-11-29 02:13:08.824473 | fa163eee-6ad1-d113-df85-00000000436b | TASK | Check Keystone admin endpoint status 2025-11-29 02:13:09.116218 | fa163eee-6ad1-d113-df85-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-29 02:13:09.117445 | fa163eee-6ad1-d113-df85-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.311367 | 0.29s 2025-11-29 02:13:09.370639 | fa163eee-6ad1-d113-df85-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-29 02:13:14.604220 | fa163eee-6ad1-d113-df85-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-11-29 02:13:14.606378 | fa163eee-6ad1-d113-df85-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.800313 | 5.78s 2025-11-29 02:13:14.886340 | fa163eee-6ad1-d113-df85-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-29 02:13:14.888582 | fa163eee-6ad1-d113-df85-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.082517 | 6.06s 2025-11-29 02:13:15.159617 | fa163eee-6ad1-d113-df85-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-29 02:13:15.160995 | fa163eee-6ad1-d113-df85-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.354930 | 6.33s 2025-11-29 02:13:15.169479 | fa163eee-6ad1-d113-df85-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.363403 | 6.34s 2025-11-29 02:13:15.194189 | fa163eee-6ad1-d113-df85-0000000041df | TASK | Create Keystone internal endpoints 2025-11-29 02:13:15.293859 | fa163eee-6ad1-d113-df85-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:07.487754 | 0.10s 2025-11-29 02:13:15.311385 | fa163eee-6ad1-d113-df85-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:07.505320 | 0.12s 2025-11-29 02:13:15.321778 | fa163eee-6ad1-d113-df85-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:07.515701 | 0.13s 2025-11-29 02:13:15.342081 | 16cf19d3-14d3-405e-8a67-3aa9d9711d88 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-29 02:13:15.355009 | 4fc25b91-eefb-4bcc-adef-167f9ecc6a22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-29 02:13:15.380929 | fa163eee-6ad1-d113-df85-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2025-11-29 02:13:15.738531 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-11-29 02:13:15.739673 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:07.933611 | 0.36s 2025-11-29 02:13:16.022713 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-11-29 02:13:16.023490 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:08.217435 | 0.64s 2025-11-29 02:13:16.384870 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-29 02:13:16.385661 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:08.579606 | 1.00s 2025-11-29 02:13:16.713066 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-29 02:13:16.714378 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:08.908313 | 1.33s 2025-11-29 02:13:17.028523 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-11-29 02:13:17.029361 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.223304 | 1.65s 2025-11-29 02:13:17.290173 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-29 02:13:17.290950 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.484895 | 1.91s 2025-11-29 02:13:17.525008 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-29 02:13:17.525844 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.719790 | 2.14s 2025-11-29 02:13:17.785390 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-29 02:13:17.786973 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.980909 | 2.40s 2025-11-29 02:13:18.083689 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-29 02:13:18.084481 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.278425 | 2.70s 2025-11-29 02:13:18.318365 | fa163eee-6ad1-d113-df85-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-29 02:13:18.319112 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.513057 | 2.94s 2025-11-29 02:13:18.327908 | fa163eee-6ad1-d113-df85-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.521846 | 2.95s 2025-11-29 02:13:18.347902 | fa163eee-6ad1-d113-df85-0000000043c9 | TASK | Check Keystone internal endpoint status 2025-11-29 02:13:18.620818 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-11-29 02:13:18.622550 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:10.816482 | 0.27s 2025-11-29 02:13:18.885280 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-11-29 02:13:18.886466 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:11.080377 | 0.54s 2025-11-29 02:13:19.160217 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-29 02:13:19.161149 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:11.355093 | 0.81s 2025-11-29 02:13:19.383849 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-29 02:13:19.385279 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:11.579221 | 1.04s 2025-11-29 02:13:19.589171 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-11-29 02:13:19.589995 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:11.783939 | 1.24s 2025-11-29 02:13:19.904121 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-29 02:13:19.905673 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.099601 | 1.56s 2025-11-29 02:13:20.129161 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-29 02:13:20.130472 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.324382 | 1.78s 2025-11-29 02:13:20.354643 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-29 02:13:20.355991 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.549929 | 2.01s 2025-11-29 02:13:20.602615 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-29 02:13:20.603842 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:12.797778 | 2.26s 2025-11-29 02:13:20.864233 | fa163eee-6ad1-d113-df85-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-29 02:13:20.866047 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.059984 | 2.52s 2025-11-29 02:13:20.880605 | fa163eee-6ad1-d113-df85-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:13.074528 | 2.53s 2025-11-29 02:13:20.908495 | fa163eee-6ad1-d113-df85-0000000043ce | TASK | Async creation of Keystone internal endpoint 2025-11-29 02:13:21.212370 | fa163eee-6ad1-d113-df85-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-29 02:13:21.214073 | fa163eee-6ad1-d113-df85-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:13.408001 | 0.30s 2025-11-29 02:13:21.540450 | fa163eee-6ad1-d113-df85-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-11-29 02:13:21.542335 | fa163eee-6ad1-d113-df85-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:13.736272 | 0.63s 2025-11-29 02:13:21.836599 | fa163eee-6ad1-d113-df85-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-29 02:13:21.837237 | fa163eee-6ad1-d113-df85-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.031182 | 0.93s 2025-11-29 02:13:22.135260 | fa163eee-6ad1-d113-df85-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-29 02:13:22.136301 | fa163eee-6ad1-d113-df85-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.330246 | 1.23s 2025-11-29 02:13:22.140220 | fa163eee-6ad1-d113-df85-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:14.334150 | 1.23s 2025-11-29 02:13:22.162219 | fa163eee-6ad1-d113-df85-0000000043d0 | TASK | Check Keystone internal endpoint status 2025-11-29 02:13:22.490687 | fa163eee-6ad1-d113-df85-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-29 02:13:27.729584 | fa163eee-6ad1-d113-df85-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-29 02:13:27.732462 | fa163eee-6ad1-d113-df85-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.926366 | 5.57s 2025-11-29 02:13:28.010523 | fa163eee-6ad1-d113-df85-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-11-29 02:13:28.011801 | fa163eee-6ad1-d113-df85-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.205739 | 5.85s 2025-11-29 02:13:28.256699 | fa163eee-6ad1-d113-df85-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-29 02:13:28.257951 | fa163eee-6ad1-d113-df85-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.451887 | 6.09s 2025-11-29 02:13:28.510641 | fa163eee-6ad1-d113-df85-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-29 02:13:28.511760 | fa163eee-6ad1-d113-df85-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.705698 | 6.35s 2025-11-29 02:13:28.520373 | fa163eee-6ad1-d113-df85-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:20.714295 | 6.36s 2025-11-29 02:13:28.542544 | fa163eee-6ad1-d113-df85-000000003d28 | TASK | Run cleanup tasks 2025-11-29 02:13:28.604378 | fa163eee-6ad1-d113-df85-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:20.798307 | 0.06s 2025-11-29 02:13:28.620295 | 04c49ef1-812a-48c5-b20c-3f43a4830b4d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-29 02:13:28.681926 | fa163eee-6ad1-d113-df85-000000004428 | TASK | Get list of enabled services 2025-11-29 02:13:31.332806 | fa163eee-6ad1-d113-df85-000000004428 | CHANGED | Get list of enabled services | undercloud 2025-11-29 02:13:31.334670 | fa163eee-6ad1-d113-df85-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:23.528602 | 2.65s 2025-11-29 02:13:31.354818 | fa163eee-6ad1-d113-df85-000000004429 | TASK | List services to be disabled 2025-11-29 02:13:31.447865 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-29 02:13:31.479524 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-29 02:13:31.506275 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-11-29 02:13:31.533147 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-29 02:13:31.558381 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-29 02:13:31.583734 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-29 02:13:31.608753 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-29 02:13:31.634768 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-11-29 02:13:31.659896 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-29 02:13:31.685448 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-29 02:13:31.710603 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-11-29 02:13:31.735451 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-29 02:13:31.761256 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-29 02:13:31.786196 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-11-29 02:13:31.808917 | fa163eee-6ad1-d113-df85-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-29 02:13:31.815640 | fa163eee-6ad1-d113-df85-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:24.009574 | 0.46s 2025-11-29 02:13:31.836237 | fa163eee-6ad1-d113-df85-00000000442a | TASK | Delete keystone services not enabled 2025-11-29 02:13:31.859458 | fa163eee-6ad1-d113-df85-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:24.053363 | 0.02s 2025-11-29 02:13:31.879197 | fa163eee-6ad1-d113-df85-000000003d29 | TASK | Create Keystone Roles 2025-11-29 02:13:31.953900 | fa163eee-6ad1-d113-df85-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:24.147823 | 0.07s 2025-11-29 02:13:31.973807 | fa163eee-6ad1-d113-df85-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:24.167746 | 0.09s 2025-11-29 02:13:31.979842 | fa163eee-6ad1-d113-df85-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:24.173782 | 0.10s 2025-11-29 02:13:31.996995 | 1a07e0e5-c2ac-44e1-b4d0-bb62d62574fa | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-29 02:13:32.005832 | b33daf5a-5774-4d78-8d5b-268a07ec9956 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-29 02:13:32.068844 | fa163eee-6ad1-d113-df85-000000004598 | TASK | Async creation of Keystone role 2025-11-29 02:13:32.423256 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-29 02:13:32.425807 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:24.619733 | 0.36s 2025-11-29 02:13:32.733046 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-11-29 02:13:32.735803 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:24.929732 | 0.67s 2025-11-29 02:13:33.050580 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-11-29 02:13:33.051993 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:25.245924 | 0.98s 2025-11-29 02:13:33.372501 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-11-29 02:13:33.373852 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:25.567793 | 1.30s 2025-11-29 02:13:33.675207 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-11-29 02:13:33.675932 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:25.869879 | 1.61s 2025-11-29 02:13:34.006479 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-29 02:13:34.007757 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.201703 | 1.94s 2025-11-29 02:13:34.260552 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-29 02:13:34.262275 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.456210 | 2.19s 2025-11-29 02:13:34.586540 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-11-29 02:13:34.587623 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.781561 | 2.52s 2025-11-29 02:13:34.885554 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-11-29 02:13:34.886884 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.080829 | 2.82s 2025-11-29 02:13:35.117742 | fa163eee-6ad1-d113-df85-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-11-29 02:13:35.118493 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.312439 | 3.05s 2025-11-29 02:13:35.126091 | fa163eee-6ad1-d113-df85-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:27.320029 | 3.06s 2025-11-29 02:13:35.141031 | fa163eee-6ad1-d113-df85-00000000459a | TASK | Check Keystone role status 2025-11-29 02:13:35.430972 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-29 02:13:35.433803 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:27.627729 | 0.29s 2025-11-29 02:13:35.696789 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-11-29 02:13:35.698045 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:27.891983 | 0.56s 2025-11-29 02:13:35.946739 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2025-11-29 02:13:35.947686 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:28.141627 | 0.81s 2025-11-29 02:13:36.213937 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2025-11-29 02:13:36.215088 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:28.409023 | 1.07s 2025-11-29 02:13:36.516669 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2025-11-29 02:13:36.518100 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:28.712036 | 1.38s 2025-11-29 02:13:36.780526 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-29 02:13:36.781643 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:28.975581 | 1.64s 2025-11-29 02:13:37.075152 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-29 02:13:37.076484 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.270421 | 1.93s 2025-11-29 02:13:37.347625 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-11-29 02:13:37.349283 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.543213 | 2.21s 2025-11-29 02:13:37.616183 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-11-29 02:13:37.618103 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:29.812040 | 2.48s 2025-11-29 02:13:37.882787 | fa163eee-6ad1-d113-df85-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-11-29 02:13:37.884766 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:30.078702 | 2.74s 2025-11-29 02:13:37.896555 | fa163eee-6ad1-d113-df85-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:30.090488 | 2.75s 2025-11-29 02:13:37.913714 | fa163eee-6ad1-d113-df85-00000000459f | TASK | Async creation of Keystone role 2025-11-29 02:13:38.268815 | fa163eee-6ad1-d113-df85-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-11-29 02:13:38.270826 | fa163eee-6ad1-d113-df85-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:30.464756 | 0.36s 2025-11-29 02:13:38.564004 | fa163eee-6ad1-d113-df85-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-11-29 02:13:38.565750 | fa163eee-6ad1-d113-df85-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:30.759686 | 0.65s 2025-11-29 02:13:38.830508 | fa163eee-6ad1-d113-df85-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-29 02:13:38.831637 | fa163eee-6ad1-d113-df85-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:31.025573 | 0.92s 2025-11-29 02:13:38.837157 | fa163eee-6ad1-d113-df85-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:31.031096 | 0.92s 2025-11-29 02:13:38.851932 | fa163eee-6ad1-d113-df85-0000000045a1 | TASK | Check Keystone role status 2025-11-29 02:13:39.108311 | fa163eee-6ad1-d113-df85-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-11-29 02:13:44.338267 | fa163eee-6ad1-d113-df85-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-11-29 02:13:44.340864 | fa163eee-6ad1-d113-df85-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.534792 | 5.49s 2025-11-29 02:13:44.601474 | fa163eee-6ad1-d113-df85-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-11-29 02:13:44.603406 | fa163eee-6ad1-d113-df85-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:36.797340 | 5.75s 2025-11-29 02:13:44.864344 | fa163eee-6ad1-d113-df85-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-29 02:13:44.865687 | fa163eee-6ad1-d113-df85-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.059622 | 6.01s 2025-11-29 02:13:44.873580 | fa163eee-6ad1-d113-df85-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:37.067514 | 6.02s 2025-11-29 02:13:44.889484 | fa163eee-6ad1-d113-df85-000000003d2b | TASK | Create Keystone Users 2025-11-29 02:13:44.975503 | fa163eee-6ad1-d113-df85-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:37.169427 | 0.08s 2025-11-29 02:13:44.992946 | fa163eee-6ad1-d113-df85-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:37.186893 | 0.10s 2025-11-29 02:13:44.998551 | fa163eee-6ad1-d113-df85-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:37.192487 | 0.11s 2025-11-29 02:13:45.010822 | 9a553173-8b2d-4538-9fe0-e8f05688629f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-29 02:13:45.016714 | fff090eb-b5b8-4dad-b5b2-0b9fad0f9b85 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-29 02:13:45.075764 | fa163eee-6ad1-d113-df85-000000004749 | TASK | Check password of Keystone user 2025-11-29 02:13:46.045615 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:46.047081 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:38.241008 | 0.97s 2025-11-29 02:13:47.084226 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:47.085853 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.279793 | 2.01s 2025-11-29 02:13:48.000097 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:48.001340 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.195276 | 2.92s 2025-11-29 02:13:48.913949 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:48.914981 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.108917 | 3.84s 2025-11-29 02:13:49.876782 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:49.878213 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.072146 | 4.80s 2025-11-29 02:13:50.801900 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:50.803683 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.997618 | 5.73s 2025-11-29 02:13:51.771142 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:51.772727 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:43.966664 | 6.70s 2025-11-29 02:13:52.695372 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:52.696914 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:44.890850 | 7.62s 2025-11-29 02:13:53.624718 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:53.625702 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.819641 | 8.55s 2025-11-29 02:13:54.563637 | fa163eee-6ad1-d113-df85-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:54.565509 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.759443 | 9.49s 2025-11-29 02:13:54.575522 | fa163eee-6ad1-d113-df85-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:13:54.576658 | fa163eee-6ad1-d113-df85-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.770594 | 9.50s 2025-11-29 02:13:54.596600 | fa163eee-6ad1-d113-df85-00000000474b | TASK | Async creation of Keystone user 2025-11-29 02:13:55.029275 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:55.030329 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.224269 | 0.43s 2025-11-29 02:13:55.338750 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:55.340030 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.533963 | 0.74s 2025-11-29 02:13:55.687389 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:55.688466 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.882374 | 1.09s 2025-11-29 02:13:56.050117 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:56.051250 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.245185 | 1.45s 2025-11-29 02:13:56.408626 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:56.410560 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.604496 | 1.81s 2025-11-29 02:13:56.745071 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:56.746661 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:48.940602 | 2.15s 2025-11-29 02:13:57.100539 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:57.102029 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.295970 | 2.50s 2025-11-29 02:13:57.444154 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:57.445948 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:49.639890 | 2.85s 2025-11-29 02:13:57.810316 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:57.812084 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.006021 | 3.21s 2025-11-29 02:13:58.173669 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:58.174678 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.368614 | 3.58s 2025-11-29 02:13:58.181493 | fa163eee-6ad1-d113-df85-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:13:58.182593 | fa163eee-6ad1-d113-df85-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:50.376529 | 3.58s 2025-11-29 02:13:58.202292 | fa163eee-6ad1-d113-df85-00000000474d | TASK | Check Keystone user status 2025-11-29 02:13:58.488813 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:13:58.490503 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:50.684441 | 0.29s 2025-11-29 02:13:58.765772 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:13:58.766388 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:50.960333 | 0.56s 2025-11-29 02:13:59.073890 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:13:59.074955 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.268892 | 0.87s 2025-11-29 02:13:59.349716 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:13:59.350689 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.544626 | 1.15s 2025-11-29 02:13:59.643745 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:13:59.644854 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.838791 | 1.44s 2025-11-29 02:13:59.964565 | fa163eee-6ad1-d113-df85-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-29 02:14:05.192092 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:05.193885 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.387819 | 6.99s 2025-11-29 02:14:05.487985 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:05.489048 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.682984 | 7.28s 2025-11-29 02:14:05.788850 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:05.790492 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:57.984428 | 7.59s 2025-11-29 02:14:06.081546 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:06.082182 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.276127 | 7.88s 2025-11-29 02:14:06.354570 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:06.356258 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.550195 | 8.15s 2025-11-29 02:14:06.366328 | fa163eee-6ad1-d113-df85-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:06.367460 | fa163eee-6ad1-d113-df85-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:58.561405 | 8.16s 2025-11-29 02:14:06.383139 | fa163eee-6ad1-d113-df85-000000004752 | TASK | Check password of Keystone user 2025-11-29 02:14:07.275249 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:07.276147 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.470089 | 0.89s 2025-11-29 02:14:08.218752 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:08.220824 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.414760 | 1.84s 2025-11-29 02:14:09.167042 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:09.167839 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:01.361782 | 2.78s 2025-11-29 02:14:10.088227 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:10.090274 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:02.284210 | 3.71s 2025-11-29 02:14:10.984066 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:10.984687 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.178631 | 4.60s 2025-11-29 02:14:11.879355 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:11.881069 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.075005 | 5.50s 2025-11-29 02:14:12.739296 | fa163eee-6ad1-d113-df85-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:12.740982 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.934918 | 6.36s 2025-11-29 02:14:12.751108 | fa163eee-6ad1-d113-df85-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-29 02:14:12.752172 | fa163eee-6ad1-d113-df85-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.946109 | 6.37s 2025-11-29 02:14:12.771837 | fa163eee-6ad1-d113-df85-000000004754 | TASK | Async creation of Keystone user 2025-11-29 02:14:13.187600 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:13.190535 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:05.384463 | 0.42s 2025-11-29 02:14:13.544582 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:13.546653 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:05.740588 | 0.77s 2025-11-29 02:14:13.900087 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:13.901646 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.095581 | 1.13s 2025-11-29 02:14:14.226978 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:14.227652 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.421596 | 1.45s 2025-11-29 02:14:14.556184 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:14.556851 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.750797 | 1.78s 2025-11-29 02:14:14.881873 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:14.883214 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.077158 | 2.11s 2025-11-29 02:14:15.204509 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:15.205595 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.399533 | 2.43s 2025-11-29 02:14:15.216512 | fa163eee-6ad1-d113-df85-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-29 02:14:15.217129 | fa163eee-6ad1-d113-df85-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.411076 | 2.44s 2025-11-29 02:14:15.231679 | fa163eee-6ad1-d113-df85-000000004756 | TASK | Check Keystone user status 2025-11-29 02:14:15.565382 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:15.567013 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:07.760951 | 0.33s 2025-11-29 02:14:15.819730 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:15.820706 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.014643 | 0.59s 2025-11-29 02:14:16.091803 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:16.093205 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.287142 | 0.86s 2025-11-29 02:14:16.370897 | fa163eee-6ad1-d113-df85-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-29 02:14:21.597044 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:21.598942 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:13.792878 | 6.37s 2025-11-29 02:14:21.876535 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:21.877712 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.071654 | 6.64s 2025-11-29 02:14:22.160364 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:22.161143 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.355085 | 6.93s 2025-11-29 02:14:22.428017 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:22.428820 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.622756 | 7.20s 2025-11-29 02:14:22.435341 | fa163eee-6ad1-d113-df85-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-29 02:14:22.436412 | fa163eee-6ad1-d113-df85-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.630350 | 7.20s 2025-11-29 02:14:22.456923 | fa163eee-6ad1-d113-df85-000000003d2d | TASK | Assign Keystone Users to Roles 2025-11-29 02:14:22.530277 | fa163eee-6ad1-d113-df85-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:14.724204 | 0.07s 2025-11-29 02:14:22.550186 | fa163eee-6ad1-d113-df85-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:14.744122 | 0.09s 2025-11-29 02:14:22.569104 | fa163eee-6ad1-d113-df85-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:14.763046 | 0.11s 2025-11-29 02:14:22.577217 | fa163eee-6ad1-d113-df85-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:14.771149 | 0.12s 2025-11-29 02:14:22.591593 | f9852ca7-746c-49ec-bd79-d5b7203377ce | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-29 02:14:22.598185 | 5494b81c-28e6-4c79-a864-fe5469d8d87c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-29 02:14:22.604109 | 9bf8f001-536e-4349-8196-fb7f9342a703 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-29 02:14:22.677716 | fa163eee-6ad1-d113-df85-000000004966 | TASK | Async assignment of Keystone user per role 2025-11-29 02:14:22.770001 | fa163eee-6ad1-d113-df85-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:14.963924 | 0.09s 2025-11-29 02:14:22.788019 | fa163eee-6ad1-d113-df85-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:14.981961 | 0.11s 2025-11-29 02:14:22.795840 | fa163eee-6ad1-d113-df85-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:14.989770 | 0.12s 2025-11-29 02:14:22.811873 | 6341040e-fbe3-467f-96fe-a3aee3acbc0f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-29 02:14:22.821744 | 2c26c72f-bb18-428e-ab51-dc656811f744 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-29 02:14:22.846095 | fa163eee-6ad1-d113-df85-000000004b46 | TASK | Async assignment of Keystone user to roles 2025-11-29 02:14:23.220543 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-11-29 02:14:23.222111 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:15.416039 | 0.37s 2025-11-29 02:14:23.549234 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-11-29 02:14:23.550070 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:15.744012 | 0.70s 2025-11-29 02:14:23.836332 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-29 02:14:23.837684 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.031624 | 0.99s 2025-11-29 02:14:24.118466 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-29 02:14:24.119687 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.313631 | 1.27s 2025-11-29 02:14:24.415039 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-29 02:14:24.415744 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.609688 | 1.57s 2025-11-29 02:14:24.708175 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-29 02:14:24.708825 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.902769 | 1.86s 2025-11-29 02:14:24.959805 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-11-29 02:14:24.960804 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.154742 | 2.11s 2025-11-29 02:14:25.257047 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-29 02:14:25.257727 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.451673 | 2.41s 2025-11-29 02:14:25.573717 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-29 02:14:25.574874 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.768811 | 2.73s 2025-11-29 02:14:25.854096 | fa163eee-6ad1-d113-df85-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-29 02:14:25.854717 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.048664 | 3.01s 2025-11-29 02:14:25.867509 | fa163eee-6ad1-d113-df85-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.061449 | 3.02s 2025-11-29 02:14:25.884392 | fa163eee-6ad1-d113-df85-000000004b48 | TASK | Check Keystone user assignment to roles status 2025-11-29 02:14:26.186801 | fa163eee-6ad1-d113-df85-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-29 02:14:31.415103 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-11-29 02:14:31.415896 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.609840 | 5.53s 2025-11-29 02:14:31.662014 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-11-29 02:14:31.662837 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.856783 | 5.78s 2025-11-29 02:14:31.916388 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-29 02:14:31.917507 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.111445 | 6.03s 2025-11-29 02:14:32.186991 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-29 02:14:32.188190 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.382128 | 6.30s 2025-11-29 02:14:32.428826 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-29 02:14:32.431306 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.625234 | 6.55s 2025-11-29 02:14:32.689314 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-29 02:14:32.691311 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:24.885245 | 6.81s 2025-11-29 02:14:32.954047 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-11-29 02:14:32.955259 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.149194 | 7.07s 2025-11-29 02:14:33.177698 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-29 02:14:33.180235 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.374164 | 7.29s 2025-11-29 02:14:33.413185 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-29 02:14:33.415252 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.609185 | 7.53s 2025-11-29 02:14:33.664101 | fa163eee-6ad1-d113-df85-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-29 02:14:33.665096 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.859035 | 7.78s 2025-11-29 02:14:33.675003 | fa163eee-6ad1-d113-df85-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.868930 | 7.79s 2025-11-29 02:14:33.699460 | fa163eee-6ad1-d113-df85-000000004b4d | TASK | Async assignment of Keystone user to roles 2025-11-29 02:14:34.084823 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-29 02:14:34.086642 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.280567 | 0.39s 2025-11-29 02:14:34.489778 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-29 02:14:34.491073 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.685009 | 0.79s 2025-11-29 02:14:34.864765 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-29 02:14:34.865679 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.059622 | 1.16s 2025-11-29 02:14:35.195622 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-29 02:14:35.196957 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.390892 | 1.50s 2025-11-29 02:14:35.542163 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-11-29 02:14:35.543151 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.737092 | 1.84s 2025-11-29 02:14:35.890761 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-29 02:14:35.891884 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.085826 | 2.19s 2025-11-29 02:14:36.216658 | fa163eee-6ad1-d113-df85-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-29 02:14:36.217582 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.411524 | 2.52s 2025-11-29 02:14:36.222314 | fa163eee-6ad1-d113-df85-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.416263 | 2.52s 2025-11-29 02:14:36.237895 | fa163eee-6ad1-d113-df85-000000004b4f | TASK | Check Keystone user assignment to roles status 2025-11-29 02:14:36.515252 | fa163eee-6ad1-d113-df85-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-29 02:14:41.749521 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-29 02:14:41.751066 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:33.944996 | 5.51s 2025-11-29 02:14:42.035720 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-29 02:14:42.038398 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.232328 | 5.80s 2025-11-29 02:14:42.306838 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-29 02:14:42.308475 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.502417 | 6.07s 2025-11-29 02:14:42.579109 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-29 02:14:42.580237 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.774177 | 6.34s 2025-11-29 02:14:42.841754 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-11-29 02:14:42.843719 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.037652 | 6.60s 2025-11-29 02:14:43.090816 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-29 02:14:43.092495 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.286433 | 6.85s 2025-11-29 02:14:43.336526 | fa163eee-6ad1-d113-df85-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-29 02:14:43.338114 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.532054 | 7.10s 2025-11-29 02:14:43.350373 | fa163eee-6ad1-d113-df85-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.544305 | 7.11s 2025-11-29 02:14:43.372278 | fa163eee-6ad1-d113-df85-00000000496b | TASK | Async assignment of Keystone user per role 2025-11-29 02:14:43.463299 | fa163eee-6ad1-d113-df85-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:35.657230 | 0.09s 2025-11-29 02:14:43.469765 | fa163eee-6ad1-d113-df85-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:35.663692 | 0.10s 2025-11-29 02:14:43.484750 | 50ae8aec-5223-44c4-a9ed-67ebfdc46fc4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-29 02:14:43.508912 | fa163eee-6ad1-d113-df85-000000004bb7 | TASK | Async assignment of Keystone user to roles 2025-11-29 02:14:43.868213 | fa163eee-6ad1-d113-df85-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-29 02:14:43.870335 | fa163eee-6ad1-d113-df85-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.064265 | 0.36s 2025-11-29 02:14:43.880547 | fa163eee-6ad1-d113-df85-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.074479 | 0.37s 2025-11-29 02:14:43.900012 | fa163eee-6ad1-d113-df85-000000004bb9 | TASK | Check Keystone user assignment to roles status 2025-11-29 02:14:44.161143 | fa163eee-6ad1-d113-df85-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-29 02:14:49.373642 | fa163eee-6ad1-d113-df85-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-29 02:14:49.376291 | fa163eee-6ad1-d113-df85-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:41.570222 | 5.47s 2025-11-29 02:14:49.383393 | fa163eee-6ad1-d113-df85-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:41.577323 | 5.48s 2025-11-29 02:14:49.402807 | fa163eee-6ad1-d113-df85-000000004970 | TASK | Async assignment of Keystone user per role 2025-11-29 02:14:49.496150 | fa163eee-6ad1-d113-df85-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.690073 | 0.09s 2025-11-29 02:14:49.504514 | fa163eee-6ad1-d113-df85-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.698442 | 0.10s 2025-11-29 02:14:49.518067 | 28a06cd7-19d4-4afc-bafc-02b3161e8daf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-29 02:14:49.542211 | fa163eee-6ad1-d113-df85-000000004bdb | TASK | Async assignment of Keystone user to roles 2025-11-29 02:14:49.908335 | fa163eee-6ad1-d113-df85-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-29 02:14:49.912095 | fa163eee-6ad1-d113-df85-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.106011 | 0.37s 2025-11-29 02:14:50.264600 | fa163eee-6ad1-d113-df85-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-29 02:14:50.267009 | fa163eee-6ad1-d113-df85-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.460943 | 0.72s 2025-11-29 02:14:50.641172 | fa163eee-6ad1-d113-df85-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-29 02:14:50.648036 | fa163eee-6ad1-d113-df85-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.841936 | 1.10s 2025-11-29 02:14:50.662174 | fa163eee-6ad1-d113-df85-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.856103 | 1.12s 2025-11-29 02:14:50.679451 | fa163eee-6ad1-d113-df85-000000004bdd | TASK | Check Keystone user assignment to roles status 2025-11-29 02:14:50.912551 | fa163eee-6ad1-d113-df85-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-29 02:14:56.163547 | fa163eee-6ad1-d113-df85-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-29 02:14:56.166421 | fa163eee-6ad1-d113-df85-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.360346 | 5.49s 2025-11-29 02:14:56.425974 | fa163eee-6ad1-d113-df85-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-29 02:14:56.428293 | fa163eee-6ad1-d113-df85-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.622228 | 5.75s 2025-11-29 02:14:56.631062 | fa163eee-6ad1-d113-df85-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-29 02:14:56.632210 | fa163eee-6ad1-d113-df85-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.826148 | 5.95s 2025-11-29 02:14:56.639777 | fa163eee-6ad1-d113-df85-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.833703 | 5.96s 2025-11-29 02:14:56.684315 | fa163eee-6ad1-d113-df85-000000003cf3 | TASK | is Keystone LDAP enabled 2025-11-29 02:14:56.749961 | fa163eee-6ad1-d113-df85-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2025-11-29 02:14:56.751082 | fa163eee-6ad1-d113-df85-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:48.945020 | 0.06s 2025-11-29 02:14:56.767079 | fa163eee-6ad1-d113-df85-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-29 02:14:56.817405 | fa163eee-6ad1-d113-df85-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-29 02:14:56.818504 | fa163eee-6ad1-d113-df85-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:49.012444 | 0.05s 2025-11-29 02:14:56.834350 | fa163eee-6ad1-d113-df85-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2025-11-29 02:14:56.865693 | fa163eee-6ad1-d113-df85-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-29 02:14:56.866544 | fa163eee-6ad1-d113-df85-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:49.060484 | 0.03s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-29 02:14:57.016249 | fa163eee-6ad1-d113-df85-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-29 02:14:57.048386 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000e2') missing from stats 2025-11-29 02:14:57.072189 | fa163eee-6ad1-d113-df85-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-29 02:14:57.621116 | fa163eee-6ad1-d113-df85-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-29 02:14:57.622589 | fa163eee-6ad1-d113-df85-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:49.816523 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 02:14:57.694647 | fa163eee-6ad1-d113-df85-0000000000e4 | TIMING | include_tasks | standalone | 0:22:49.888579 | 0.04s 2025-11-29 02:14:57.739359 | d7b1b996-237e-4670-ad85-7e41fe1cc92a | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-29 02:14:57.771533 | fa163eee-6ad1-d113-df85-000000004c1f | TASK | Create virtqemud recovery script 2025-11-29 02:14:58.293354 | fa163eee-6ad1-d113-df85-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2025-11-29 02:14:58.295196 | fa163eee-6ad1-d113-df85-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:50.489130 | 0.52s 2025-11-29 02:14:58.324534 | fa163eee-6ad1-d113-df85-000000004c20 | TASK | Create virtqemud recovery trigger service 2025-11-29 02:14:58.827227 | fa163eee-6ad1-d113-df85-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-29 02:14:58.828641 | fa163eee-6ad1-d113-df85-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:51.022575 | 0.50s 2025-11-29 02:14:58.858890 | fa163eee-6ad1-d113-df85-000000004c21 | TASK | Create virtqemud recovery trigger timer 2025-11-29 02:14:59.405653 | fa163eee-6ad1-d113-df85-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-29 02:14:59.407000 | fa163eee-6ad1-d113-df85-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:51.600935 | 0.55s 2025-11-29 02:14:59.436347 | fa163eee-6ad1-d113-df85-000000004c22 | TASK | Enable virtqemud recovery trigger service 2025-11-29 02:15:00.566536 | fa163eee-6ad1-d113-df85-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-29 02:15:00.568358 | fa163eee-6ad1-d113-df85-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:52.762292 | 1.13s 2025-11-29 02:15:00.598180 | fa163eee-6ad1-d113-df85-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2025-11-29 02:15:01.842146 | fa163eee-6ad1-d113-df85-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-29 02:15:01.845225 | fa163eee-6ad1-d113-df85-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:54.039156 | 1.25s 2025-11-29 02:15:01.875122 | fa163eee-6ad1-d113-df85-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2025-11-29 02:15:02.509241 | fa163eee-6ad1-d113-df85-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-29 02:15:02.510813 | fa163eee-6ad1-d113-df85-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:54.704744 | 0.63s 2025-11-29 02:15:02.539553 | fa163eee-6ad1-d113-df85-000000004c26 | TASK | Create systemd file 2025-11-29 02:15:03.067372 | fa163eee-6ad1-d113-df85-000000004c26 | CHANGED | Create systemd file | standalone 2025-11-29 02:15:03.068833 | fa163eee-6ad1-d113-df85-000000004c26 | TIMING | Create systemd file | standalone | 0:22:55.262767 | 0.53s 2025-11-29 02:15:03.097811 | fa163eee-6ad1-d113-df85-000000004c27 | TASK | Reload systemd 2025-11-29 02:15:03.907325 | fa163eee-6ad1-d113-df85-000000004c27 | CHANGED | Reload systemd | standalone 2025-11-29 02:15:03.909808 | fa163eee-6ad1-d113-df85-000000004c27 | TIMING | Reload systemd | standalone | 0:22:56.103740 | 0.81s 2025-11-29 02:15:03.940568 | fa163eee-6ad1-d113-df85-000000004c2a | TASK | Start OVN container 2025-11-29 02:15:04.005694 | fa163eee-6ad1-d113-df85-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-29 02:15:04.033761 | fa163eee-6ad1-d113-df85-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-29 02:15:04.047454 | fa163eee-6ad1-d113-df85-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-29 02:15:04.054601 | fa163eee-6ad1-d113-df85-000000004c2a | TIMING | Start OVN container | standalone | 0:22:56.248531 | 0.11s 2025-11-29 02:15:04.087526 | fa163eee-6ad1-d113-df85-000000004c2c | TASK | Set NB connection 2025-11-29 02:15:04.150126 | fa163eee-6ad1-d113-df85-000000004c2c | SKIPPED | Set NB connection | standalone 2025-11-29 02:15:04.151404 | fa163eee-6ad1-d113-df85-000000004c2c | TIMING | Set NB connection | standalone | 0:22:56.345338 | 0.06s 2025-11-29 02:15:04.183376 | fa163eee-6ad1-d113-df85-000000004c2d | TASK | Set SB connection 2025-11-29 02:15:04.235928 | fa163eee-6ad1-d113-df85-000000004c2d | SKIPPED | Set SB connection | standalone 2025-11-29 02:15:04.237417 | fa163eee-6ad1-d113-df85-000000004c2d | TIMING | Set SB connection | standalone | 0:22:56.431353 | 0.05s 2025-11-29 02:15:04.266410 | fa163eee-6ad1-d113-df85-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-29 02:15:04.508970 | fa163eee-6ad1-d113-df85-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-29 02:15:04.510364 | fa163eee-6ad1-d113-df85-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:56.704299 | 0.24s 2025-11-29 02:15:04.623106 | fa163eee-6ad1-d113-df85-0000000000e7 | TIMING | include_tasks | standalone | 0:22:56.817034 | 0.08s 2025-11-29 02:15:04.661935 | e4f7d69c-bec4-4ce9-aa7a-108f88eb1d5a | INCLUDED | /root/standalone-ansible-erku49e_/common_deploy_steps_tasks.yaml | standalone 2025-11-29 02:15:04.689370 | fa163eee-6ad1-d113-df85-000000004c5c | TASK | Write the config_step hieradata 2025-11-29 02:15:05.226036 | fa163eee-6ad1-d113-df85-000000004c5c | OK | Write the config_step hieradata | standalone 2025-11-29 02:15:05.227310 | fa163eee-6ad1-d113-df85-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:57.421246 | 0.54s 2025-11-29 02:15:05.257925 | fa163eee-6ad1-d113-df85-000000004c5d | TASK | Run puppet host configuration for step 4 2025-11-29 02:15:05.585581 | fa163eee-6ad1-d113-df85-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-29 02:15:05.586562 | fa163eee-6ad1-d113-df85-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:57.780504 | 0.33s 2025-11-29 02:15:05.616053 | fa163eee-6ad1-d113-df85-000000004c5e | TASK | Wait for puppet host configuration to finish 2025-11-29 02:15:05.872879 | fa163eee-6ad1-d113-df85-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-29 02:15:16.075151 | fa163eee-6ad1-d113-df85-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-29 02:15:26.295274 | fa163eee-6ad1-d113-df85-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-29 02:15:36.521405 | fa163eee-6ad1-d113-df85-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-29 02:15:36.523383 | fa163eee-6ad1-d113-df85-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:28.717314 | 30.91s 2025-11-29 02:15:36.556376 | fa163eee-6ad1-d113-df85-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-29 02:15:36.654198 | fa163eee-6ad1-d113-df85-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 29 02:15:05 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 29 02:15:10 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 29 02:15:10 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 29 02:15:10 puppet-user: (file & line not available)", "<13>Nov 29 02:15:10 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 29 02:15:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 29 02:15:10 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>Nov 29 02:15:10 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 29 02:15:10 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 29 02:15:10 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>Nov 29 02:15:10 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>Nov 29 02:15:10 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>Nov 29 02:15:10 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>Nov 29 02:15:10 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>Nov 29 02:15:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 29 02:15:10 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Nov 29 02:15:15 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 29 02:15:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 29 02:15:23 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 29 02:15:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}ca0f4aba3ea17aa9c6504afca4f75f3bad6c9d1e3ba5ee770018f08d0d53a920'", "<13>Nov 29 02:15:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 29 02:15:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 29 02:15:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 29 02:15:23 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 29 02:15:24 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 29 02:15:29 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Nov 29 02:15:31 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 29 02:15:31 puppet-user: Notice: Applied catalog in 20.31 seconds", "<13>Nov 29 02:15:31 puppet-user: Application:", "<13>Nov 29 02:15:31 puppet-user: Initial environment: production", "<13>Nov 29 02:15:31 puppet-user: Converged environment: production", "<13>Nov 29 02:15:31 puppet-user: Run mode: user", "<13>Nov 29 02:15:31 puppet-user: Changes:", "<13>Nov 29 02:15:31 puppet-user: Total: 10", "<13>Nov 29 02:15:31 puppet-user: Events:", "<13>Nov 29 02:15:31 puppet-user: Success: 10", "<13>Nov 29 02:15:31 puppet-user: Resources:", "<13>Nov 29 02:15:31 puppet-user: Restarted: 1", "<13>Nov 29 02:15:31 puppet-user: Changed: 10", "<13>Nov 29 02:15:31 puppet-user: Out of sync: 10", "<13>Nov 29 02:15:31 puppet-user: Total: 37", "<13>Nov 29 02:15:31 puppet-user: Time:", "<13>Nov 29 02:15:31 puppet-user: Filebucket: 0.00", "<13>Nov 29 02:15:31 puppet-user: Schedule: 0.00", "<13>Nov 29 02:15:31 puppet-user: File line: 0.00", "<13>Nov 29 02:15:31 puppet-user: Augeas: 0.01", "<13>Nov 29 02:15:31 puppet-user: User: 0.01", "<13>Nov 29 02:15:31 puppet-user: File: 0.11", "<13>Nov 29 02:15:31 puppet-user: Config retrieval: 0.59", "<13>Nov 29 02:15:31 puppet-user: Pcmk property: 1.46", "<13>Nov 29 02:15:31 puppet-user: Service: 1.58", "<13>Nov 29 02:15:31 puppet-user: Last run: 1764382531", "<13>Nov 29 02:15:31 puppet-user: Pcmk resource default: 2.11", "<13>Nov 29 02:15:31 puppet-user: Pcmk resource op default: 2.14", "<13>Nov 29 02:15:31 puppet-user: Transaction evaluation: 20.29", "<13>Nov 29 02:15:31 puppet-user: Catalog application: 20.31", "<13>Nov 29 02:15:31 puppet-user: Package: 5.63", "<13>Nov 29 02:15:31 puppet-user: Exec: 7.05", "<13>Nov 29 02:15:31 puppet-user: Total: 20.31", "<13>Nov 29 02:15:31 puppet-user: Version:", "<13>Nov 29 02:15:31 puppet-user: Config: 1764382510", "<13>Nov 29 02:15:31 puppet-user: Puppet: 7.10.0" ] } 2025-11-29 02:15:36.656801 | fa163eee-6ad1-d113-df85-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:28.850722 | 0.10s 2025-11-29 02:15:36.687902 | fa163eee-6ad1-d113-df85-000000004c60 | TASK | Pre-cache facts for puppet containers 2025-11-29 02:15:36.721572 | fa163eee-6ad1-d113-df85-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:28.915493 | 0.03s 2025-11-29 02:15:36.807863 | fa163eee-6ad1-d113-df85-000000004ca1 | TASK | Gather variables for each operating system 2025-11-29 02:15:36.926814 | fa163eee-6ad1-d113-df85-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:29.120737 | 0.12s 2025-11-29 02:15:36.957867 | fa163eee-6ad1-d113-df85-000000004ca2 | TASK | Create puppet caching structures 2025-11-29 02:15:37.179188 | fa163eee-6ad1-d113-df85-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2025-11-29 02:15:37.180305 | fa163eee-6ad1-d113-df85-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:29.374248 | 0.22s 2025-11-29 02:15:37.209926 | fa163eee-6ad1-d113-df85-000000004ca3 | TASK | Check for facter.conf 2025-11-29 02:15:37.423611 | fa163eee-6ad1-d113-df85-000000004ca3 | OK | Check for facter.conf | standalone 2025-11-29 02:15:37.425749 | fa163eee-6ad1-d113-df85-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:29.619673 | 0.21s 2025-11-29 02:15:37.456993 | fa163eee-6ad1-d113-df85-000000004ca4 | TASK | Remove facter.conf if directory 2025-11-29 02:15:37.502859 | fa163eee-6ad1-d113-df85-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-29 02:15:37.504204 | fa163eee-6ad1-d113-df85-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:29.698141 | 0.05s 2025-11-29 02:15:37.529286 | fa163eee-6ad1-d113-df85-000000004ca5 | TASK | Write facter cache config 2025-11-29 02:15:38.029420 | fa163eee-6ad1-d113-df85-000000004ca5 | CHANGED | Write facter cache config | standalone 2025-11-29 02:15:38.030873 | fa163eee-6ad1-d113-df85-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:30.224808 | 0.50s 2025-11-29 02:15:38.061763 | fa163eee-6ad1-d113-df85-000000004ca6 | TASK | Cleanup facter cache if exists 2025-11-29 02:15:38.271706 | fa163eee-6ad1-d113-df85-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-29 02:15:38.273192 | fa163eee-6ad1-d113-df85-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:30.467128 | 0.21s 2025-11-29 02:15:38.304211 | fa163eee-6ad1-d113-df85-000000004ca7 | TASK | Pre-cache facts 2025-11-29 02:15:38.908520 | fa163eee-6ad1-d113-df85-000000004ca7 | CHANGED | Pre-cache facts | standalone 2025-11-29 02:15:38.909962 | fa163eee-6ad1-d113-df85-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:31.103894 | 0.60s 2025-11-29 02:15:38.944096 | fa163eee-6ad1-d113-df85-000000004ca8 | TASK | Failed deployment if facter fails 2025-11-29 02:15:38.977448 | fa163eee-6ad1-d113-df85-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-29 02:15:38.978236 | fa163eee-6ad1-d113-df85-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:31.172179 | 0.03s 2025-11-29 02:15:39.019378 | fa163eee-6ad1-d113-df85-000000004ca9 | TASK | Sync cached facts 2025-11-29 02:15:39.352243 | fa163eee-6ad1-d113-df85-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-000000004ca9') missing from stats 2025-11-29 02:15:39.422142 | fa163eee-6ad1-d113-df85-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-29 02:15:39.472569 | fa163eee-6ad1-d113-df85-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-29 02:15:39.473939 | fa163eee-6ad1-d113-df85-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:31.667873 | 0.05s 2025-11-29 02:15:39.501915 | fa163eee-6ad1-d113-df85-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-29 02:15:39.529908 | fa163eee-6ad1-d113-df85-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:31.723839 | 0.03s 2025-11-29 02:15:39.584698 | fa163eee-6ad1-d113-df85-000000004d00 | TASK | Gather variables for each operating system 2025-11-29 02:15:39.710590 | fa163eee-6ad1-d113-df85-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:31.904515 | 0.12s 2025-11-29 02:15:39.739888 | fa163eee-6ad1-d113-df85-000000004d01 | TASK | Create container logs path 2025-11-29 02:15:40.005728 | fa163eee-6ad1-d113-df85-000000004d01 | OK | Create container logs path | standalone 2025-11-29 02:15:40.007098 | fa163eee-6ad1-d113-df85-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:32.201035 | 0.27s 2025-11-29 02:15:40.040157 | fa163eee-6ad1-d113-df85-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-29 02:15:40.342881 | fa163eee-6ad1-d113-df85-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-29 02:15:40.344192 | fa163eee-6ad1-d113-df85-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:32.538129 | 0.30s 2025-11-29 02:15:40.376056 | fa163eee-6ad1-d113-df85-000000004d04 | TASK | Finalise hashes for all containers 2025-11-29 02:15:40.470601 | fa163eee-6ad1-d113-df85-000000004d04 | OK | Finalise hashes for all containers | standalone 2025-11-29 02:15:40.471942 | fa163eee-6ad1-d113-df85-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:32.665877 | 0.09s 2025-11-29 02:15:40.501217 | fa163eee-6ad1-d113-df85-000000004d06 | TASK | Manage systemd shutdown files 2025-11-29 02:15:40.534761 | fa163eee-6ad1-d113-df85-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:32.728695 | 0.03s 2025-11-29 02:15:40.567515 | 20f0f549-e6dd-4f0b-8d3c-6db702d2426e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-29 02:15:40.595412 | fa163eee-6ad1-d113-df85-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-29 02:15:40.887365 | fa163eee-6ad1-d113-df85-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-29 02:15:40.888297 | fa163eee-6ad1-d113-df85-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:33.082242 | 0.29s 2025-11-29 02:15:40.909347 | fa163eee-6ad1-d113-df85-000000004d3a | TASK | Set podman_drop_in fact 2025-11-29 02:15:40.951582 | fa163eee-6ad1-d113-df85-000000004d3a | OK | Set podman_drop_in fact | standalone 2025-11-29 02:15:40.952538 | fa163eee-6ad1-d113-df85-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:33.146480 | 0.04s 2025-11-29 02:15:40.977200 | fa163eee-6ad1-d113-df85-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-29 02:15:41.456242 | fa163eee-6ad1-d113-df85-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-29 02:15:41.458728 | fa163eee-6ad1-d113-df85-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:33.652661 | 0.48s 2025-11-29 02:15:41.961697 | fa163eee-6ad1-d113-df85-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-29 02:15:41.963469 | fa163eee-6ad1-d113-df85-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:34.157372 | 0.99s 2025-11-29 02:15:41.973769 | fa163eee-6ad1-d113-df85-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:34.167711 | 1.00s 2025-11-29 02:15:42.003720 | fa163eee-6ad1-d113-df85-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-29 02:15:42.493723 | fa163eee-6ad1-d113-df85-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-29 02:15:42.495154 | fa163eee-6ad1-d113-df85-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:34.689090 | 0.49s 2025-11-29 02:15:42.524382 | fa163eee-6ad1-d113-df85-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-29 02:15:43.048912 | fa163eee-6ad1-d113-df85-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-29 02:15:43.050041 | fa163eee-6ad1-d113-df85-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:35.243983 | 0.52s 2025-11-29 02:15:43.080882 | fa163eee-6ad1-d113-df85-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2025-11-29 02:15:43.863465 | fa163eee-6ad1-d113-df85-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-29 02:15:43.865492 | fa163eee-6ad1-d113-df85-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:36.059427 | 0.78s 2025-11-29 02:15:43.895641 | fa163eee-6ad1-d113-df85-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-29 02:15:44.431506 | fa163eee-6ad1-d113-df85-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-29 02:15:44.432956 | fa163eee-6ad1-d113-df85-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:36.626892 | 0.54s 2025-11-29 02:15:44.461849 | fa163eee-6ad1-d113-df85-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-29 02:15:44.955412 | fa163eee-6ad1-d113-df85-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-29 02:15:44.956849 | fa163eee-6ad1-d113-df85-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:37.150785 | 0.49s 2025-11-29 02:15:44.988319 | fa163eee-6ad1-d113-df85-000000004d42 | TASK | Enable and start netns-placeholder 2025-11-29 02:15:45.793697 | fa163eee-6ad1-d113-df85-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-29 02:15:45.794861 | fa163eee-6ad1-d113-df85-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:37.988806 | 0.80s 2025-11-29 02:15:45.815075 | fa163eee-6ad1-d113-df85-000000004d08 | TASK | Update container configs with new config hashes 2025-11-29 02:15:45.867904 | fa163eee-6ad1-d113-df85-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:38.061837 | 0.05s 2025-11-29 02:15:45.884356 | 56bc6efe-4668-4eba-822c-146bd79de284 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-29 02:15:45.912137 | fa163eee-6ad1-d113-df85-000000004d6a | TASK | Update config hashes for container startup configs 2025-11-29 02:15:46.253316 | fa163eee-6ad1-d113-df85-000000004d6a | OK | Update config hashes for container startup configs | standalone 2025-11-29 02:15:46.254055 | fa163eee-6ad1-d113-df85-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:38.448003 | 0.34s 2025-11-29 02:15:46.273650 | fa163eee-6ad1-d113-df85-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-29 02:15:46.341573 | fa163eee-6ad1-d113-df85-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:38.535495 | 0.07s 2025-11-29 02:15:46.367323 | c1e29cbc-fa11-4b97-bb9b-ab8aaf85bac9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:15:46.405682 | fa163eee-6ad1-d113-df85-000000004d89 | TASK | Gather podman infos 2025-11-29 02:15:47.918762 | fa163eee-6ad1-d113-df85-000000004d89 | OK | Gather podman infos | standalone 2025-11-29 02:15:47.920261 | fa163eee-6ad1-d113-df85-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:40.114200 | 1.51s 2025-11-29 02:15:48.033136 | fa163eee-6ad1-d113-df85-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-29 02:15:48.115108 | fa163eee-6ad1-d113-df85-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:40.309034 | 0.08s 2025-11-29 02:15:48.317285 | fa163eee-6ad1-d113-df85-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:40.511212 | 0.14s 2025-11-29 02:15:48.377648 | fa163eee-6ad1-d113-df85-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-29 02:15:48.435988 | fa163eee-6ad1-d113-df85-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:40.629911 | 0.06s 2025-11-29 02:15:48.462027 | 3fd406c9-8aea-4ffc-b63a-c9bf9772aa92 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:15:48.498485 | fa163eee-6ad1-d113-df85-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-29 02:16:09.828117 | fa163eee-6ad1-d113-df85-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-29 02:16:09.830655 | fa163eee-6ad1-d113-df85-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:02.024599 | 21.33s 2025-11-29 02:16:09.852158 | fa163eee-6ad1-d113-df85-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-29 02:18:16.234816 | fa163eee-6ad1-d113-df85-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-29 02:18:16.236295 | fa163eee-6ad1-d113-df85-000000004dfa | 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:08.430239 | 126.38s 2025-11-29 02:18:16.306657 | fa163eee-6ad1-d113-df85-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-29 02:18:16.579027 | fa163eee-6ad1-d113-df85-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-29 02:18:16.580547 | fa163eee-6ad1-d113-df85-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:08.774482 | 0.27s 2025-11-29 02:18:16.626926 | fa163eee-6ad1-d113-df85-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-29 02:18:16.681643 | fa163eee-6ad1-d113-df85-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:08.875574 | 0.05s 2025-11-29 02:18:16.713037 | fa163eee-6ad1-d113-df85-000000004c67 | TASK | Include container-puppet tasks for step 4 2025-11-29 02:18:16.758809 | fa163eee-6ad1-d113-df85-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:08.952737 | 0.04s 2025-11-29 02:18:16.785257 | bc8bf5bb-c234-45d4-98f1-eba45d225941 | INCLUDED | /root/standalone-ansible-erku49e_/host-container-puppet-tasks.yaml | standalone 2025-11-29 02:18:16.841337 | fa163eee-6ad1-d113-df85-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-29 02:18:17.355909 | fa163eee-6ad1-d113-df85-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-29 02:18:17.357330 | fa163eee-6ad1-d113-df85-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:09.551264 | 0.51s 2025-11-29 02:18:17.388604 | fa163eee-6ad1-d113-df85-000000004e47 | TASK | Generate container puppet configs for step 4 2025-11-29 02:18:17.654354 | fa163eee-6ad1-d113-df85-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2025-11-29 02:18:17.655778 | fa163eee-6ad1-d113-df85-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:09.849706 | 0.27s 2025-11-29 02:18:17.686754 | fa163eee-6ad1-d113-df85-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-29 02:18:17.717517 | fa163eee-6ad1-d113-df85-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:09.911443 | 0.03s 2025-11-29 02:18:17.805908 | fa163eee-6ad1-d113-df85-000000004e77 | TASK | Gather variables for each operating system 2025-11-29 02:18:17.923210 | fa163eee-6ad1-d113-df85-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:10.117023 | 0.12s 2025-11-29 02:18:17.954559 | fa163eee-6ad1-d113-df85-000000004e78 | TASK | Create container logs path 2025-11-29 02:18:18.180090 | fa163eee-6ad1-d113-df85-000000004e78 | OK | Create container logs path | standalone 2025-11-29 02:18:18.181524 | fa163eee-6ad1-d113-df85-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:10.375459 | 0.23s 2025-11-29 02:18:18.215346 | fa163eee-6ad1-d113-df85-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-29 02:18:18.473560 | fa163eee-6ad1-d113-df85-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-29 02:18:18.475862 | fa163eee-6ad1-d113-df85-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:10.669796 | 0.26s 2025-11-29 02:18:18.506039 | fa163eee-6ad1-d113-df85-000000004e7b | TASK | Finalise hashes for all containers 2025-11-29 02:18:18.553656 | fa163eee-6ad1-d113-df85-000000004e7b | OK | Finalise hashes for all containers | standalone 2025-11-29 02:18:18.555629 | fa163eee-6ad1-d113-df85-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:10.749549 | 0.05s 2025-11-29 02:18:18.580247 | fa163eee-6ad1-d113-df85-000000004e7d | TASK | Manage systemd shutdown files 2025-11-29 02:18:18.617980 | fa163eee-6ad1-d113-df85-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:18:18.619239 | fa163eee-6ad1-d113-df85-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:10.813174 | 0.04s 2025-11-29 02:18:18.649180 | fa163eee-6ad1-d113-df85-000000004e7f | TASK | Update container configs with new config hashes 2025-11-29 02:18:18.699488 | fa163eee-6ad1-d113-df85-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:18:18.700670 | fa163eee-6ad1-d113-df85-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:10.894606 | 0.05s 2025-11-29 02:18:18.732873 | fa163eee-6ad1-d113-df85-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-29 02:18:18.774743 | fa163eee-6ad1-d113-df85-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-29 02:18:18.775943 | fa163eee-6ad1-d113-df85-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:10.969880 | 0.04s 2025-11-29 02:18:18.808246 | fa163eee-6ad1-d113-df85-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-29 02:18:18.860985 | fa163eee-6ad1-d113-df85-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-29 02:18:18.862167 | fa163eee-6ad1-d113-df85-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:11.056102 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-11-29 02:18:19.033042 | fa163eee-6ad1-d113-df85-0000000000ea | TASK | External deployment step 5 2025-11-29 02:18:19.061288 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000ea') missing from stats 2025-11-29 02:18:19.115241 | fa163eee-6ad1-d113-df85-0000000000eb | TIMING | include_tasks | undercloud | 0:26:11.309179 | 0.04s 2025-11-29 02:18:19.122915 | 22dd51f0-50f2-4689-b3e0-ec77c75c9c6a | INCLUDED | /root/standalone-ansible-erku49e_/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-29 02:18:19.138593 | fa163eee-6ad1-d113-df85-000000004ed0 | TASK | Manage Cinder's default volume type 2025-11-29 02:18:29.792788 | fa163eee-6ad1-d113-df85-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2025-11-29 02:18:29.795184 | fa163eee-6ad1-d113-df85-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:21.989120 | 10.66s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-29 02:18:29.937570 | fa163eee-6ad1-d113-df85-0000000000ee | TASK | Deploy step tasks for 5 2025-11-29 02:18:29.969450 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000ee') missing from stats 2025-11-29 02:18:29.992192 | fa163eee-6ad1-d113-df85-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-29 02:18:30.556971 | fa163eee-6ad1-d113-df85-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-29 02:18:30.558589 | fa163eee-6ad1-d113-df85-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:22.752527 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-29 02:18:30.640919 | fa163eee-6ad1-d113-df85-0000000000f0 | TIMING | include_tasks | standalone | 0:26:22.834847 | 0.05s 2025-11-29 02:18:30.733338 | 066775ea-d4de-455e-bbad-53c402fc3dc5 | INCLUDED | /root/standalone-ansible-erku49e_/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-29 02:18:30.766403 | fa163eee-6ad1-d113-df85-000000004ef3 | TASK | Gather variables for each operating system 2025-11-29 02:18:30.913417 | fa163eee-6ad1-d113-df85-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:23.107335 | 0.15s 2025-11-29 02:18:30.945575 | fa163eee-6ad1-d113-df85-000000004ef4 | TASK | Detect if resource is being created or already exists 2025-11-29 02:18:31.827444 | fa163eee-6ad1-d113-df85-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:18:31.828405 | fa163eee-6ad1-d113-df85-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:24.022350 | 0.88s 2025-11-29 02:18:31.849199 | fa163eee-6ad1-d113-df85-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-29 02:18:54.605803 | fa163eee-6ad1-d113-df85-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-29 02:18:54.607378 | fa163eee-6ad1-d113-df85-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:46.801318 | 22.76s 2025-11-29 02:18:54.632934 | fa163eee-6ad1-d113-df85-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-29 02:18:54.891107 | fa163eee-6ad1-d113-df85-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-29 02:18:54.892680 | fa163eee-6ad1-d113-df85-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:47.086612 | 0.26s 2025-11-29 02:18:54.923947 | fa163eee-6ad1-d113-df85-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:18:55.379528 | fa163eee-6ad1-d113-df85-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:18:55.380974 | fa163eee-6ad1-d113-df85-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:47.574913 | 0.46s 2025-11-29 02:18:55.404209 | fa163eee-6ad1-d113-df85-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-29 02:18:55.594645 | fa163eee-6ad1-d113-df85-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-29 02:18:55.595820 | fa163eee-6ad1-d113-df85-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:47.789761 | 0.19s 2025-11-29 02:18:55.619778 | fa163eee-6ad1-d113-df85-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-29 02:18:55.660123 | fa163eee-6ad1-d113-df85-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-29 02:18:55.661188 | fa163eee-6ad1-d113-df85-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:47.855127 | 0.04s 2025-11-29 02:18:55.687975 | fa163eee-6ad1-d113-df85-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-29 02:18:55.730312 | fa163eee-6ad1-d113-df85-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-29 02:18:55.731453 | fa163eee-6ad1-d113-df85-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:47.925376 | 0.04s 2025-11-29 02:18:55.760297 | fa163eee-6ad1-d113-df85-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-29 02:18:55.803375 | fa163eee-6ad1-d113-df85-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-29 02:18:55.804257 | fa163eee-6ad1-d113-df85-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:47.998201 | 0.04s 2025-11-29 02:18:55.827452 | fa163eee-6ad1-d113-df85-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:18:55.870909 | fa163eee-6ad1-d113-df85-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:18:55.871775 | fa163eee-6ad1-d113-df85-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:48.065718 | 0.04s 2025-11-29 02:18:55.893639 | fa163eee-6ad1-d113-df85-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-29 02:18:55.939657 | fa163eee-6ad1-d113-df85-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-29 02:18:55.940842 | fa163eee-6ad1-d113-df85-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:48.134783 | 0.05s 2025-11-29 02:18:55.979965 | fa163eee-6ad1-d113-df85-000000004f1f | TASK | Gather variables for each operating system 2025-11-29 02:18:56.091361 | fa163eee-6ad1-d113-df85-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:48.285293 | 0.11s 2025-11-29 02:18:56.112890 | fa163eee-6ad1-d113-df85-000000004f20 | TASK | Detect if resource is being created or already exists 2025-11-29 02:18:56.866708 | fa163eee-6ad1-d113-df85-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:18:56.868668 | fa163eee-6ad1-d113-df85-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:49.062603 | 0.75s 2025-11-29 02:18:56.901271 | fa163eee-6ad1-d113-df85-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-29 02:19:20.756225 | fa163eee-6ad1-d113-df85-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-29 02:19:20.758249 | fa163eee-6ad1-d113-df85-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:12.952181 | 23.86s 2025-11-29 02:19:20.791337 | fa163eee-6ad1-d113-df85-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-29 02:19:21.059050 | fa163eee-6ad1-d113-df85-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-29 02:19:21.060325 | fa163eee-6ad1-d113-df85-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:13.254266 | 0.27s 2025-11-29 02:19:21.082639 | fa163eee-6ad1-d113-df85-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:19:21.448090 | fa163eee-6ad1-d113-df85-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:19:21.450131 | fa163eee-6ad1-d113-df85-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:13.644058 | 0.37s 2025-11-29 02:19:21.484058 | fa163eee-6ad1-d113-df85-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-29 02:19:21.689272 | fa163eee-6ad1-d113-df85-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-29 02:19:21.691090 | fa163eee-6ad1-d113-df85-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:13.885020 | 0.21s 2025-11-29 02:19:21.727757 | fa163eee-6ad1-d113-df85-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-29 02:19:21.800279 | fa163eee-6ad1-d113-df85-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-29 02:19:21.801486 | fa163eee-6ad1-d113-df85-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:13.995422 | 0.07s 2025-11-29 02:19:21.830739 | fa163eee-6ad1-d113-df85-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-29 02:19:21.892731 | fa163eee-6ad1-d113-df85-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-29 02:19:21.893852 | fa163eee-6ad1-d113-df85-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:14.087789 | 0.06s 2025-11-29 02:19:21.919863 | fa163eee-6ad1-d113-df85-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-29 02:19:21.973614 | fa163eee-6ad1-d113-df85-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-29 02:19:21.975281 | fa163eee-6ad1-d113-df85-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:14.169213 | 0.05s 2025-11-29 02:19:22.007861 | fa163eee-6ad1-d113-df85-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:19:22.047928 | fa163eee-6ad1-d113-df85-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:19:22.048977 | fa163eee-6ad1-d113-df85-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:14.242916 | 0.04s 2025-11-29 02:19:22.073955 | fa163eee-6ad1-d113-df85-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-29 02:19:22.115409 | fa163eee-6ad1-d113-df85-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-29 02:19:22.116650 | fa163eee-6ad1-d113-df85-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:14.310590 | 0.04s 2025-11-29 02:19:22.161110 | fa163eee-6ad1-d113-df85-000000004f4b | TASK | Gather variables for each operating system 2025-11-29 02:19:22.254225 | fa163eee-6ad1-d113-df85-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:14.448143 | 0.09s 2025-11-29 02:19:22.279687 | fa163eee-6ad1-d113-df85-000000004f4c | TASK | Detect if resource is being created or already exists 2025-11-29 02:19:22.999851 | fa163eee-6ad1-d113-df85-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-29 02:19:23.001624 | fa163eee-6ad1-d113-df85-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:15.195555 | 0.72s 2025-11-29 02:19:23.036334 | fa163eee-6ad1-d113-df85-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2025-11-29 02:19:47.163727 | fa163eee-6ad1-d113-df85-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-29 02:19:47.167386 | fa163eee-6ad1-d113-df85-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:39.361324 | 24.13s 2025-11-29 02:19:47.191981 | fa163eee-6ad1-d113-df85-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-29 02:19:47.453663 | fa163eee-6ad1-d113-df85-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-29 02:19:47.455489 | fa163eee-6ad1-d113-df85-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:39.649420 | 0.26s 2025-11-29 02:19:47.488186 | fa163eee-6ad1-d113-df85-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2025-11-29 02:19:47.914080 | fa163eee-6ad1-d113-df85-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-29 02:19:47.916202 | fa163eee-6ad1-d113-df85-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:40.110133 | 0.43s 2025-11-29 02:19:47.951510 | fa163eee-6ad1-d113-df85-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-29 02:19:48.186396 | fa163eee-6ad1-d113-df85-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-29 02:19:48.188225 | fa163eee-6ad1-d113-df85-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:40.382153 | 0.23s 2025-11-29 02:19:48.223794 | fa163eee-6ad1-d113-df85-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-29 02:19:48.276149 | fa163eee-6ad1-d113-df85-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-29 02:19:48.277279 | fa163eee-6ad1-d113-df85-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:40.471220 | 0.05s 2025-11-29 02:19:48.299913 | fa163eee-6ad1-d113-df85-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-29 02:19:48.351261 | fa163eee-6ad1-d113-df85-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-29 02:19:48.352142 | fa163eee-6ad1-d113-df85-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:40.546088 | 0.05s 2025-11-29 02:19:48.373503 | fa163eee-6ad1-d113-df85-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-29 02:19:48.420483 | fa163eee-6ad1-d113-df85-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-29 02:19:48.421330 | fa163eee-6ad1-d113-df85-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:40.615275 | 0.05s 2025-11-29 02:19:48.443519 | fa163eee-6ad1-d113-df85-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-29 02:19:48.490631 | fa163eee-6ad1-d113-df85-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-29 02:19:48.492516 | fa163eee-6ad1-d113-df85-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:40.686445 | 0.05s 2025-11-29 02:19:48.527098 | fa163eee-6ad1-d113-df85-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-29 02:19:48.594637 | fa163eee-6ad1-d113-df85-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-29 02:19:48.596076 | fa163eee-6ad1-d113-df85-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:40.790008 | 0.07s 2025-11-29 02:19:48.642485 | fa163eee-6ad1-d113-df85-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2025-11-29 02:19:49.242804 | fa163eee-6ad1-d113-df85-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-29 02:19:49.244120 | fa163eee-6ad1-d113-df85-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.438060 | 0.60s 2025-11-29 02:19:49.247667 | fa163eee-6ad1-d113-df85-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.441600 | 0.60s 2025-11-29 02:19:49.271444 | fa163eee-6ad1-d113-df85-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2025-11-29 02:19:49.746038 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-29 02:19:49.748812 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.942741 | 0.48s 2025-11-29 02:19:50.270477 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-29 02:19:50.273371 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.467305 | 1.00s 2025-11-29 02:19:50.597985 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-29 02:19:50.598927 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.792866 | 1.33s 2025-11-29 02:19:51.087942 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-29 02:19:51.089338 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.283278 | 1.82s 2025-11-29 02:19:51.409876 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-29 02:19:51.411698 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.605635 | 2.14s 2025-11-29 02:19:51.745385 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-29 02:19:51.746635 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.940571 | 2.47s 2025-11-29 02:19:52.197604 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-29 02:19:52.199092 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.393036 | 2.93s 2025-11-29 02:19:52.654138 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-29 02:19:52.655534 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.849470 | 3.38s 2025-11-29 02:19:52.984740 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-29 02:19:52.985968 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.179904 | 3.71s 2025-11-29 02:19:53.467241 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-29 02:19:53.468681 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.662616 | 4.20s 2025-11-29 02:19:53.801115 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-29 02:19:53.802339 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.996275 | 4.53s 2025-11-29 02:19:54.288616 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-29 02:19:54.289474 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.483417 | 5.02s 2025-11-29 02:19:54.809041 | fa163eee-6ad1-d113-df85-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-29 02:19:54.810254 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.004190 | 5.54s 2025-11-29 02:19:54.821391 | fa163eee-6ad1-d113-df85-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.015320 | 5.55s 2025-11-29 02:19:54.858088 | fa163eee-6ad1-d113-df85-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-29 02:19:55.094160 | fa163eee-6ad1-d113-df85-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-29 02:19:55.095103 | fa163eee-6ad1-d113-df85-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:47.289048 | 0.24s 2025-11-29 02:19:55.171924 | fa163eee-6ad1-d113-df85-0000000000f3 | TIMING | include_tasks | standalone | 0:27:47.365855 | 0.06s 2025-11-29 02:19:55.192624 | 2c45a19e-2f1b-4bc9-b07f-0d2dabaa214c | INCLUDED | /root/standalone-ansible-erku49e_/common_deploy_steps_tasks.yaml | standalone 2025-11-29 02:19:55.216110 | fa163eee-6ad1-d113-df85-000000004ff5 | TASK | Write the config_step hieradata 2025-11-29 02:19:55.757063 | fa163eee-6ad1-d113-df85-000000004ff5 | OK | Write the config_step hieradata | standalone 2025-11-29 02:19:55.760775 | fa163eee-6ad1-d113-df85-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:27:47.954673 | 0.54s 2025-11-29 02:19:55.793567 | fa163eee-6ad1-d113-df85-000000004ff6 | TASK | Run puppet host configuration for step 5 2025-11-29 02:19:56.182953 | fa163eee-6ad1-d113-df85-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-29 02:19:56.184561 | fa163eee-6ad1-d113-df85-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:48.378495 | 0.39s 2025-11-29 02:19:56.208878 | fa163eee-6ad1-d113-df85-000000004ff7 | TASK | Wait for puppet host configuration to finish 2025-11-29 02:19:56.493484 | fa163eee-6ad1-d113-df85-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-29 02:20:06.733744 | fa163eee-6ad1-d113-df85-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-29 02:20:17.006635 | fa163eee-6ad1-d113-df85-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-29 02:20:17.008235 | fa163eee-6ad1-d113-df85-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:09.202167 | 20.80s 2025-11-29 02:20:17.041766 | fa163eee-6ad1-d113-df85-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-29 02:20:17.139735 | fa163eee-6ad1-d113-df85-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 29 02:19:56 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 29 02:20:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 29 02:20:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 29 02:20:01 puppet-user: (file & line not available)", "<13>Nov 29 02:20:01 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 29 02:20:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 29 02:20:02 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>Nov 29 02:20:02 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 29 02:20:02 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 29 02:20:02 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>Nov 29 02:20:02 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>Nov 29 02:20:02 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>Nov 29 02:20:02 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>Nov 29 02:20:02 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>Nov 29 02:20:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 29 02:20:02 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.57 seconds", "<13>Nov 29 02:20:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 29 02:20:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 29 02:20:11 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 29 02:20:11 puppet-user: Notice: Applied catalog in 9.14 seconds", "<13>Nov 29 02:20:11 puppet-user: Application:", "<13>Nov 29 02:20:11 puppet-user: Initial environment: production", "<13>Nov 29 02:20:11 puppet-user: Converged environment: production", "<13>Nov 29 02:20:11 puppet-user: Run mode: user", "<13>Nov 29 02:20:11 puppet-user: Changes:", "<13>Nov 29 02:20:11 puppet-user: Total: 2", "<13>Nov 29 02:20:11 puppet-user: Events:", "<13>Nov 29 02:20:11 puppet-user: Success: 2", "<13>Nov 29 02:20:11 puppet-user: Resources:", "<13>Nov 29 02:20:11 puppet-user: Changed: 2", "<13>Nov 29 02:20:11 puppet-user: Out of sync: 2", "<13>Nov 29 02:20:11 puppet-user: Total: 37", "<13>Nov 29 02:20:11 puppet-user: Time:", "<13>Nov 29 02:20:11 puppet-user: Schedule: 0.00", "<13>Nov 29 02:20:11 puppet-user: File line: 0.00", "<13>Nov 29 02:20:11 puppet-user: Package: 0.00", "<13>Nov 29 02:20:11 puppet-user: Augeas: 0.01", "<13>Nov 29 02:20:11 puppet-user: User: 0.01", "<13>Nov 29 02:20:11 puppet-user: File: 0.10", "<13>Nov 29 02:20:11 puppet-user: Service: 0.25", "<13>Nov 29 02:20:11 puppet-user: Config retrieval: 0.72", "<13>Nov 29 02:20:11 puppet-user: Pcmk property: 1.66", "<13>Nov 29 02:20:11 puppet-user: Last run: 1764382811", "<13>Nov 29 02:20:11 puppet-user: Pcmk resource default: 2.23", "<13>Nov 29 02:20:11 puppet-user: Exec: 2.23", "<13>Nov 29 02:20:11 puppet-user: Pcmk resource op default: 2.42", "<13>Nov 29 02:20:11 puppet-user: Transaction evaluation: 9.12", "<13>Nov 29 02:20:11 puppet-user: Catalog application: 9.14", "<13>Nov 29 02:20:11 puppet-user: Filebucket: 0.00", "<13>Nov 29 02:20:11 puppet-user: Total: 9.15", "<13>Nov 29 02:20:11 puppet-user: Version:", "<13>Nov 29 02:20:11 puppet-user: Config: 1764382801", "<13>Nov 29 02:20:11 puppet-user: Puppet: 7.10.0" ] } 2025-11-29 02:20:17.141481 | fa163eee-6ad1-d113-df85-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:09.335413 | 0.10s 2025-11-29 02:20:17.173579 | fa163eee-6ad1-d113-df85-000000004ff9 | TASK | Pre-cache facts for puppet containers 2025-11-29 02:20:17.211134 | fa163eee-6ad1-d113-df85-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:09.405058 | 0.04s 2025-11-29 02:20:17.274570 | fa163eee-6ad1-d113-df85-000000005038 | TASK | Gather variables for each operating system 2025-11-29 02:20:17.399868 | fa163eee-6ad1-d113-df85-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:09.593791 | 0.12s 2025-11-29 02:20:17.432878 | fa163eee-6ad1-d113-df85-000000005039 | TASK | Create puppet caching structures 2025-11-29 02:20:17.706261 | fa163eee-6ad1-d113-df85-000000005039 | CHANGED | Create puppet caching structures | standalone 2025-11-29 02:20:17.708046 | fa163eee-6ad1-d113-df85-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:09.901978 | 0.27s 2025-11-29 02:20:17.740554 | fa163eee-6ad1-d113-df85-00000000503a | TASK | Check for facter.conf 2025-11-29 02:20:17.993387 | fa163eee-6ad1-d113-df85-00000000503a | OK | Check for facter.conf | standalone 2025-11-29 02:20:17.995166 | fa163eee-6ad1-d113-df85-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:10.189096 | 0.25s 2025-11-29 02:20:18.027529 | fa163eee-6ad1-d113-df85-00000000503b | TASK | Remove facter.conf if directory 2025-11-29 02:20:18.064353 | fa163eee-6ad1-d113-df85-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2025-11-29 02:20:18.066071 | fa163eee-6ad1-d113-df85-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:10.259998 | 0.04s 2025-11-29 02:20:18.096866 | fa163eee-6ad1-d113-df85-00000000503c | TASK | Write facter cache config 2025-11-29 02:20:18.688634 | fa163eee-6ad1-d113-df85-00000000503c | CHANGED | Write facter cache config | standalone 2025-11-29 02:20:18.690511 | fa163eee-6ad1-d113-df85-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:10.884440 | 0.59s 2025-11-29 02:20:18.721651 | fa163eee-6ad1-d113-df85-00000000503d | TASK | Cleanup facter cache if exists 2025-11-29 02:20:18.983255 | fa163eee-6ad1-d113-df85-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2025-11-29 02:20:18.984956 | fa163eee-6ad1-d113-df85-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:11.178887 | 0.26s 2025-11-29 02:20:19.018697 | fa163eee-6ad1-d113-df85-00000000503e | TASK | Pre-cache facts 2025-11-29 02:20:19.674401 | fa163eee-6ad1-d113-df85-00000000503e | CHANGED | Pre-cache facts | standalone 2025-11-29 02:20:19.676171 | fa163eee-6ad1-d113-df85-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:11.870104 | 0.66s 2025-11-29 02:20:19.714425 | fa163eee-6ad1-d113-df85-00000000503f | TASK | Failed deployment if facter fails 2025-11-29 02:20:19.760968 | fa163eee-6ad1-d113-df85-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2025-11-29 02:20:19.762581 | fa163eee-6ad1-d113-df85-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:11.956514 | 0.05s 2025-11-29 02:20:19.812603 | fa163eee-6ad1-d113-df85-000000005040 | TASK | Sync cached facts 2025-11-29 02:20:20.198902 | fa163eee-6ad1-d113-df85-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-000000005040') missing from stats 2025-11-29 02:20:20.257331 | fa163eee-6ad1-d113-df85-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-29 02:20:20.309848 | fa163eee-6ad1-d113-df85-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-29 02:20:20.311233 | fa163eee-6ad1-d113-df85-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:12.505164 | 0.05s 2025-11-29 02:20:20.342416 | fa163eee-6ad1-d113-df85-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-29 02:20:20.373560 | fa163eee-6ad1-d113-df85-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:12.567482 | 0.03s 2025-11-29 02:20:20.441218 | fa163eee-6ad1-d113-df85-000000005097 | TASK | Gather variables for each operating system 2025-11-29 02:20:20.553989 | fa163eee-6ad1-d113-df85-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:12.747904 | 0.11s 2025-11-29 02:20:20.585767 | fa163eee-6ad1-d113-df85-000000005098 | TASK | Create container logs path 2025-11-29 02:20:20.887169 | fa163eee-6ad1-d113-df85-000000005098 | OK | Create container logs path | standalone 2025-11-29 02:20:20.888780 | fa163eee-6ad1-d113-df85-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:13.082711 | 0.30s 2025-11-29 02:20:20.921525 | fa163eee-6ad1-d113-df85-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-29 02:20:21.215698 | fa163eee-6ad1-d113-df85-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-29 02:20:21.217329 | fa163eee-6ad1-d113-df85-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:13.411260 | 0.29s 2025-11-29 02:20:21.249757 | fa163eee-6ad1-d113-df85-00000000509b | TASK | Finalise hashes for all containers 2025-11-29 02:20:21.325265 | fa163eee-6ad1-d113-df85-00000000509b | OK | Finalise hashes for all containers | standalone 2025-11-29 02:20:21.326664 | fa163eee-6ad1-d113-df85-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:13.520600 | 0.08s 2025-11-29 02:20:21.358047 | fa163eee-6ad1-d113-df85-00000000509d | TASK | Manage systemd shutdown files 2025-11-29 02:20:21.400280 | fa163eee-6ad1-d113-df85-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:13.594198 | 0.04s 2025-11-29 02:20:21.438953 | 0dfb3051-6c2c-4123-b4a8-7638cf365c55 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-29 02:20:21.467787 | fa163eee-6ad1-d113-df85-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-29 02:20:21.798914 | fa163eee-6ad1-d113-df85-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-29 02:20:21.801232 | fa163eee-6ad1-d113-df85-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:13.995162 | 0.33s 2025-11-29 02:20:21.836920 | fa163eee-6ad1-d113-df85-0000000050d1 | TASK | Set podman_drop_in fact 2025-11-29 02:20:21.892024 | fa163eee-6ad1-d113-df85-0000000050d1 | OK | Set podman_drop_in fact | standalone 2025-11-29 02:20:21.893520 | fa163eee-6ad1-d113-df85-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:14.087452 | 0.05s 2025-11-29 02:20:21.926807 | fa163eee-6ad1-d113-df85-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-29 02:20:22.442228 | fa163eee-6ad1-d113-df85-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-29 02:20:22.443779 | fa163eee-6ad1-d113-df85-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:14.637716 | 0.51s 2025-11-29 02:20:22.984259 | fa163eee-6ad1-d113-df85-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-29 02:20:22.986338 | fa163eee-6ad1-d113-df85-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:15.180270 | 1.06s 2025-11-29 02:20:22.996979 | fa163eee-6ad1-d113-df85-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:15.190900 | 1.07s 2025-11-29 02:20:23.029041 | fa163eee-6ad1-d113-df85-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-29 02:20:23.631132 | fa163eee-6ad1-d113-df85-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-29 02:20:23.632907 | fa163eee-6ad1-d113-df85-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:15.826839 | 0.60s 2025-11-29 02:20:23.663971 | fa163eee-6ad1-d113-df85-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-29 02:20:24.241561 | fa163eee-6ad1-d113-df85-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-29 02:20:24.243337 | fa163eee-6ad1-d113-df85-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:16.437233 | 0.58s 2025-11-29 02:20:24.275283 | fa163eee-6ad1-d113-df85-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2025-11-29 02:20:25.416956 | fa163eee-6ad1-d113-df85-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-29 02:20:25.419547 | fa163eee-6ad1-d113-df85-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:17.613478 | 1.14s 2025-11-29 02:20:25.452941 | fa163eee-6ad1-d113-df85-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-29 02:20:25.940732 | fa163eee-6ad1-d113-df85-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-29 02:20:25.942039 | fa163eee-6ad1-d113-df85-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:18.135982 | 0.49s 2025-11-29 02:20:25.962530 | fa163eee-6ad1-d113-df85-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-29 02:20:26.555662 | fa163eee-6ad1-d113-df85-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-29 02:20:26.556790 | fa163eee-6ad1-d113-df85-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:18.750731 | 0.59s 2025-11-29 02:20:26.577746 | fa163eee-6ad1-d113-df85-0000000050d9 | TASK | Enable and start netns-placeholder 2025-11-29 02:20:27.760609 | fa163eee-6ad1-d113-df85-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-29 02:20:27.762237 | fa163eee-6ad1-d113-df85-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:19.956179 | 1.18s 2025-11-29 02:20:27.783540 | fa163eee-6ad1-d113-df85-00000000509f | TASK | Update container configs with new config hashes 2025-11-29 02:20:27.823223 | fa163eee-6ad1-d113-df85-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:20.017152 | 0.04s 2025-11-29 02:20:27.834086 | 48238c60-78d7-4816-9785-7ee677a2f7cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-29 02:20:27.857855 | fa163eee-6ad1-d113-df85-000000005101 | TASK | Update config hashes for container startup configs 2025-11-29 02:20:28.154077 | fa163eee-6ad1-d113-df85-000000005101 | OK | Update config hashes for container startup configs | standalone 2025-11-29 02:20:28.155285 | fa163eee-6ad1-d113-df85-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:20.349224 | 0.30s 2025-11-29 02:20:28.179665 | fa163eee-6ad1-d113-df85-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-29 02:20:28.223248 | fa163eee-6ad1-d113-df85-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:20.417168 | 0.04s 2025-11-29 02:20:28.243186 | 8952f86e-bcc8-4931-8091-07fc18e2eb04 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-29 02:20:28.272106 | fa163eee-6ad1-d113-df85-000000005120 | TASK | Gather podman infos 2025-11-29 02:20:30.748731 | fa163eee-6ad1-d113-df85-000000005120 | OK | Gather podman infos | standalone 2025-11-29 02:20:30.750383 | fa163eee-6ad1-d113-df85-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:22.944319 | 2.48s 2025-11-29 02:20:30.908088 | fa163eee-6ad1-d113-df85-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-29 02:20:31.006329 | fa163eee-6ad1-d113-df85-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:23.200248 | 0.09s 2025-11-29 02:20:31.234893 | fa163eee-6ad1-d113-df85-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:23.428810 | 0.16s 2025-11-29 02:20:31.296663 | fa163eee-6ad1-d113-df85-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-29 02:20:31.345256 | fa163eee-6ad1-d113-df85-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:23.539181 | 0.05s 2025-11-29 02:20:31.363676 | e2e20c2a-7dd2-4ff7-946b-026f3955639d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-29 02:20:31.396414 | fa163eee-6ad1-d113-df85-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-29 02:20:58.072243 | fa163eee-6ad1-d113-df85-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-29 02:20:58.074354 | fa163eee-6ad1-d113-df85-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:50.268286 | 26.68s 2025-11-29 02:20:58.106551 | fa163eee-6ad1-d113-df85-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-29 02:21:23.408014 | fa163eee-6ad1-d113-df85-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-29 02:21:23.411594 | fa163eee-6ad1-d113-df85-000000005191 | 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:15.605469 | 25.30s 2025-11-29 02:21:23.460086 | fa163eee-6ad1-d113-df85-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-29 02:21:23.682675 | fa163eee-6ad1-d113-df85-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-29 02:21:23.684664 | fa163eee-6ad1-d113-df85-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:15.878605 | 0.22s 2025-11-29 02:21:23.714453 | fa163eee-6ad1-d113-df85-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-29 02:21:23.770418 | fa163eee-6ad1-d113-df85-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:15.964345 | 0.05s 2025-11-29 02:21:23.792408 | fa163eee-6ad1-d113-df85-000000005000 | TASK | Include container-puppet tasks for step 5 2025-11-29 02:21:23.831098 | fa163eee-6ad1-d113-df85-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:16.025035 | 0.04s 2025-11-29 02:21:23.843821 | d9282ef1-e541-4a0c-b807-5ba7578e1a49 | INCLUDED | /root/standalone-ansible-erku49e_/host-container-puppet-tasks.yaml | standalone 2025-11-29 02:21:23.872736 | fa163eee-6ad1-d113-df85-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-29 02:21:24.360768 | fa163eee-6ad1-d113-df85-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-29 02:21:24.362280 | fa163eee-6ad1-d113-df85-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:16.556214 | 0.49s 2025-11-29 02:21:24.394276 | fa163eee-6ad1-d113-df85-0000000051de | TASK | Generate container puppet configs for step 5 2025-11-29 02:21:24.732034 | fa163eee-6ad1-d113-df85-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2025-11-29 02:21:24.733513 | fa163eee-6ad1-d113-df85-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:16.927446 | 0.34s 2025-11-29 02:21:24.765686 | fa163eee-6ad1-d113-df85-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-29 02:21:24.802301 | fa163eee-6ad1-d113-df85-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:16.996231 | 0.04s 2025-11-29 02:21:24.874912 | fa163eee-6ad1-d113-df85-00000000520e | TASK | Gather variables for each operating system 2025-11-29 02:21:24.979364 | fa163eee-6ad1-d113-df85-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:17.173274 | 0.10s 2025-11-29 02:21:25.008343 | fa163eee-6ad1-d113-df85-00000000520f | TASK | Create container logs path 2025-11-29 02:21:25.262803 | fa163eee-6ad1-d113-df85-00000000520f | OK | Create container logs path | standalone 2025-11-29 02:21:25.263820 | fa163eee-6ad1-d113-df85-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:17.457762 | 0.25s 2025-11-29 02:21:25.285878 | fa163eee-6ad1-d113-df85-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-29 02:21:25.518168 | fa163eee-6ad1-d113-df85-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-29 02:21:25.519585 | fa163eee-6ad1-d113-df85-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:17.713518 | 0.23s 2025-11-29 02:21:25.551831 | fa163eee-6ad1-d113-df85-000000005212 | TASK | Finalise hashes for all containers 2025-11-29 02:21:25.610169 | fa163eee-6ad1-d113-df85-000000005212 | OK | Finalise hashes for all containers | standalone 2025-11-29 02:21:25.612312 | fa163eee-6ad1-d113-df85-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:17.806235 | 0.06s 2025-11-29 02:21:25.650822 | fa163eee-6ad1-d113-df85-000000005214 | TASK | Manage systemd shutdown files 2025-11-29 02:21:25.681545 | fa163eee-6ad1-d113-df85-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-29 02:21:25.682705 | fa163eee-6ad1-d113-df85-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:17.876644 | 0.03s 2025-11-29 02:21:25.708258 | fa163eee-6ad1-d113-df85-000000005216 | TASK | Update container configs with new config hashes 2025-11-29 02:21:25.760649 | fa163eee-6ad1-d113-df85-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-29 02:21:25.761696 | fa163eee-6ad1-d113-df85-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:17.955635 | 0.05s 2025-11-29 02:21:25.787059 | fa163eee-6ad1-d113-df85-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-29 02:21:25.827840 | fa163eee-6ad1-d113-df85-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-29 02:21:25.828723 | fa163eee-6ad1-d113-df85-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:18.022664 | 0.04s 2025-11-29 02:21:25.856123 | fa163eee-6ad1-d113-df85-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-29 02:21:25.909648 | fa163eee-6ad1-d113-df85-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-29 02:21:25.910934 | fa163eee-6ad1-d113-df85-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:18.104873 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-11-29 02:21:26.069583 | fa163eee-6ad1-d113-df85-0000000000f7 | TASK | Server Post Deployments 2025-11-29 02:21:26.101847 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000f7') missing from stats 2025-11-29 02:21:26.189830 | fa163eee-6ad1-d113-df85-0000000000f8 | TIMING | include_tasks | standalone | 0:29:18.383756 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-29 02:21:26.348301 | fa163eee-6ad1-d113-df85-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-29 02:21:26.377003 | fa163eee-6ad1-d113-df85-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', 'fa163eee-6ad1-d113-df85-0000000000fc') missing from stats 2025-11-29 02:21:26.397569 | fa163eee-6ad1-d113-df85-000000000100 | TASK | is additonal Cell? 2025-11-29 02:21:26.426328 | fa163eee-6ad1-d113-df85-000000000100 | OK | is additonal Cell? | undercloud 2025-11-29 02:21:26.427917 | fa163eee-6ad1-d113-df85-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:18.621846 | 0.03s 2025-11-29 02:21:26.446731 | fa163eee-6ad1-d113-df85-000000000102 | TASK | discover via nova_manager? 2025-11-29 02:21:26.520886 | fa163eee-6ad1-d113-df85-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-29 02:21:26.522280 | fa163eee-6ad1-d113-df85-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:18.716212 | 0.07s 2025-11-29 02:21:26.540305 | fa163eee-6ad1-d113-df85-000000000103 | TASK | discover via nova_api? 2025-11-29 02:21:26.609360 | fa163eee-6ad1-d113-df85-000000000103 | OK | discover via nova_api? | undercloud 2025-11-29 02:21:26.610791 | fa163eee-6ad1-d113-df85-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:18.804725 | 0.07s 2025-11-29 02:21:26.629371 | fa163eee-6ad1-d113-df85-000000000104 | TASK | Warn if no discovery host available 2025-11-29 02:21:26.670597 | fa163eee-6ad1-d113-df85-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-29 02:21:26.672001 | fa163eee-6ad1-d113-df85-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:18.865932 | 0.04s 2025-11-29 02:21:26.707958 | fa163eee-6ad1-d113-df85-000000000105 | TASK | Discovering nova hosts 2025-11-29 02:21:29.613167 | fa163eee-6ad1-d113-df85-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-000000000105') missing from stats 2025-11-29 02:21:29.675864 | fa163eee-6ad1-d113-df85-000000000106 | OK | set_fact | undercloud 2025-11-29 02:21:29.676758 | fa163eee-6ad1-d113-df85-000000000106 | TIMING | set_fact | undercloud | 0:29:21.870700 | 0.05s 2025-11-29 02:21:29.690984 | fa163eee-6ad1-d113-df85-000000000108 | TASK | Set up group_vars 2025-11-29 02:21:29.728669 | fa163eee-6ad1-d113-df85-000000000108 | OK | Set up group_vars | undercloud 2025-11-29 02:21:29.729918 | fa163eee-6ad1-d113-df85-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:21.923854 | 0.04s 2025-11-29 02:21:29.744833 | fa163eee-6ad1-d113-df85-000000000109 | TASK | Make needed directories on the undercloud 2025-11-29 02:21:30.005547 | fa163eee-6ad1-d113-df85-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-erku49e_/octavia-ansible 2025-11-29 02:21:30.008441 | fa163eee-6ad1-d113-df85-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:22.202356 | 0.26s 2025-11-29 02:21:30.226017 | fa163eee-6ad1-d113-df85-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-erku49e_/octavia-ansible/local_dir 2025-11-29 02:21:30.227377 | fa163eee-6ad1-d113-df85-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:22.421312 | 0.48s 2025-11-29 02:21:30.451593 | fa163eee-6ad1-d113-df85-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-erku49e_/octavia-ansible/group_vars 2025-11-29 02:21:30.453139 | fa163eee-6ad1-d113-df85-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:22.647077 | 0.71s 2025-11-29 02:21:30.463230 | fa163eee-6ad1-d113-df85-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:22.657161 | 0.72s 2025-11-29 02:21:30.479380 | fa163eee-6ad1-d113-df85-00000000010a | TASK | Write group_vars file 2025-11-29 02:21:30.973476 | fa163eee-6ad1-d113-df85-00000000010a | CHANGED | Write group_vars file | undercloud 2025-11-29 02:21:30.975321 | fa163eee-6ad1-d113-df85-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:23.169254 | 0.49s 2025-11-29 02:21:31.014002 | fa163eee-6ad1-d113-df85-00000000010b | TASK | Gather missing facts 2025-11-29 02:21:31.394873 | fa163eee-6ad1-d113-df85-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eee-6ad1-d113-df85-00000000010b') missing from stats 2025-11-29 02:21:31.410041 | fa163eee-6ad1-d113-df85-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:23.603976 | 0.39s 2025-11-29 02:21:31.433436 | fa163eee-6ad1-d113-df85-00000000010c | TASK | Write octavia inventory 2025-11-29 02:21:31.937931 | fa163eee-6ad1-d113-df85-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-11-29 02:21:31.939186 | fa163eee-6ad1-d113-df85-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:24.133126 | 0.50s 2025-11-29 02:21:31.955420 | fa163eee-6ad1-d113-df85-00000000010d | TASK | Check for ssh_private_key in working directory 2025-11-29 02:21:32.179586 | fa163eee-6ad1-d113-df85-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-11-29 02:21:32.181408 | fa163eee-6ad1-d113-df85-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:24.375338 | 0.22s 2025-11-29 02:21:32.201032 | fa163eee-6ad1-d113-df85-00000000010e | TASK | Set private key location 2025-11-29 02:21:32.241538 | fa163eee-6ad1-d113-df85-00000000010e | SKIPPED | Set private key location | undercloud 2025-11-29 02:21:32.242527 | fa163eee-6ad1-d113-df85-00000000010e | TIMING | Set private key location | undercloud | 0:29:24.436465 | 0.04s 2025-11-29 02:21:32.257977 | fa163eee-6ad1-d113-df85-00000000010f | TASK | Configure octavia command 2025-11-29 02:21:32.295796 | fa163eee-6ad1-d113-df85-00000000010f | OK | Configure octavia command | undercloud 2025-11-29 02:21:32.296796 | fa163eee-6ad1-d113-df85-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:24.490735 | 0.04s 2025-11-29 02:21:32.343251 | fa163eee-6ad1-d113-df85-000000000110 | OK | set_fact | undercloud 2025-11-29 02:21:32.344290 | fa163eee-6ad1-d113-df85-000000000110 | TIMING | set_fact | undercloud | 0:29:24.538229 | 0.03s 2025-11-29 02:21:32.387130 | fa163eee-6ad1-d113-df85-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-erku49e_/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-erku49e_/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-erku49e_/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-11-29 02:21:32.388201 | fa163eee-6ad1-d113-df85-000000000111 | TIMING | debug | undercloud | 0:29:24.582136 | 0.03s 2025-11-29 02:21:32.403400 | fa163eee-6ad1-d113-df85-000000000112 | TASK | Configure octavia on overcloud 2025-11-29 02:25:51.702841 | fa163eee-6ad1-d113-df85-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-11-29 02:25:51.708726 | fa163eee-6ad1-d113-df85-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:43.902650 | 259.30s 2025-11-29 02:25:51.725755 | fa163eee-6ad1-d113-df85-000000000113 | TASK | Purge temp dirs 2025-11-29 02:25:51.985340 | fa163eee-6ad1-d113-df85-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-erku49e_/octavia-ansible/local_dir 2025-11-29 02:25:51.989237 | fa163eee-6ad1-d113-df85-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:44.183162 | 0.26s 2025-11-29 02:25:51.996839 | fa163eee-6ad1-d113-df85-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:44.190778 | 0.27s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-11-29 02:25:52.079963 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 02:25:52.081507 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 02:25:52.082999 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:44.276936 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-29 02:25:52.084454 | UUID | Info | Host | Task Name | Run Time 2025-11-29 02:25:52.086006 | fa163eee-6ad1-d113-df85-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 259.30s 2025-11-29 02:25:52.087497 | fa163eee-6ad1-d113-df85-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 254.25s 2025-11-29 02:25:52.089287 | fa163eee-6ad1-d113-df85-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 126.38s 2025-11-29 02:25:52.090829 | fa163eee-6ad1-d113-df85-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 109.59s 2025-11-29 02:25:52.092324 | fa163eee-6ad1-d113-df85-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.74s 2025-11-29 02:25:52.094011 | fa163eee-6ad1-d113-df85-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 60.03s 2025-11-29 02:25:52.095758 | fa163eee-6ad1-d113-df85-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 57.22s 2025-11-29 02:25:52.097301 | fa163eee-6ad1-d113-df85-000000003c19 | 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.52s 2025-11-29 02:25:52.098229 | fa163eee-6ad1-d113-df85-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 33.04s 2025-11-29 02:25:52.099150 | fa163eee-6ad1-d113-df85-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2025-11-29 02:25:52.100139 | fa163eee-6ad1-d113-df85-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.76s 2025-11-29 02:25:52.101079 | fa163eee-6ad1-d113-df85-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.11s 2025-11-29 02:25:52.102021 | fa163eee-6ad1-d113-df85-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.68s 2025-11-29 02:25:52.102935 | fa163eee-6ad1-d113-df85-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.79s 2025-11-29 02:25:52.103838 | fa163eee-6ad1-d113-df85-000000005191 | 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.30s 2025-11-29 02:25:52.104772 | fa163eee-6ad1-d113-df85-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.13s 2025-11-29 02:25:52.105726 | fa163eee-6ad1-d113-df85-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.86s 2025-11-29 02:25:52.106662 | fa163eee-6ad1-d113-df85-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.76s 2025-11-29 02:25:52.107580 | fa163eee-6ad1-d113-df85-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.33s 2025-11-29 02:25:52.108491 | fa163eee-6ad1-d113-df85-000000004ff7 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.80s 2025-11-29 02:25:52.109388 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-erku49e_ Install artifact is located at /root/standalone-install-20251129022552.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.C6NHDCLn2u + exit 0 ~/ci-framework-data/artifacts