-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
2
-
False
-
-
False
-
?
-
?
-
?
-
?
-
None
-
-
-
Moderate
(jistr comment) The fix proposed in a below comment is to remove the Wallaby instructions from the upstream dev docs (Wallaby is end-of-life, we knew it could break any time, and it looks like it did).
Acceptance criteria:
- Wallaby instructions have been removed from docs.
- Wallaby options are no longer possible to use in install_yamls.
I'm trying to deploy a data plane adoption setup and currently stuck in the standalone deployment step.
``make standalone``
It gets stuck on the following task for 1-2 hours and doesn't proceed:
PLAY [Deploy step tasks for 4]
...
2024-09-30 15:30:42.083853 | 6d16dfbf-f947-46cc-80b8-af3e6d316aa4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone
2024-09-30 15:30:42.113252 | 52540064-d9cc-0317-0375-00000000473d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4
When trying to login via ssh, it fails with no route to host:
[ocp_dev@shark8 install_yamls]$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/ocp_dev/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa root@192.168.122.100
ssh: connect to host 192.168.122.100 port 22: No route to host
When trying login with virsh, it's stuck in the login screen:
[ocp_dev@shark8 install_yamls]$ sudo virsh console edpm-compute-0
Connected to domain 'edpm-compute-0'
Escape character is ^] (Ctrl + ])
standalone login:
standalone[65443.797266] systemd[1]: ceph-66dc1668-64e5-54d2-936e-80ec54fee972@mgr.standalone.localdomain.igwfyu.service: Scheduled restart job, restart counter is at 10.
login:
standalone login: root
[65527.714581] systemd[1]: Stopped Ceph mgr.standalone.localdomain.igwfyu for 66dc1668-64e5-54d2-936e-80ec54fee972.
After restarting with virsh, still stuck and doesn't reach login screen,
[ocp_dev@shark8 install_yamls]$ sudo virsh reboot edpm-compute-0
Domain 'edpm-compute-0' is being rebooted
[ocp_dev@shark8 install_yamls]$ sudo virsh list
Id Name State
--------------------------------
1 crc running
5 edpm-compute-0 running
[ocp_dev@shark8 install_yamls]$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/ocp_dev/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa root@192.168.122.100
ssh: connect to host 192.168.122.100 port 22: No route to host
...
[ocp_dev@shark8 install_yamls]$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/ocp_dev/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa root@192.168.122.100
ssh: connect to host 192.168.122.100 port 22: No route to host
[ocp_dev@shark8 install_yamls]$ sudo virsh console edpm-compute-0
Connected to domain 'edpm-compute-0'
Escape character is ^] (Ctrl + ])
[66241.458775] systemd[122853]: ceph-66dc1668-64e5-54d2-936e-80ec54fee972@mgr.standalone.localdomain.igwfyu.service: Failed to attach to cgroup /system.slice/system-ceph\x2d66dc1668\x2d64e5\x2d54d2\x2d936e\x2d80ec54fee972.slice/ceph-66dc1668-64e5-54d2-936e-80ec54fee972@mgr.standalone.localdomain.igwfyu.service: Device or resource busy
[66255.111058] systemd[1]: Starting Ceph mgr.standalone.localdomain.igwfyu for 66dc1668-64e5-54d2-936e-80ec54fee972...
[66260.826606] systemd[1]: Stopped Journal Service.
[66261.906300] systemd[1]: systemd-journald.service: Consumed 1.229s CPU time.
[66289.171249] systemd[1]: Starting Journal Service...
[66387.918958] systemd[1]: serial-getty@ttyS0.service: Deactivated successfully.
[66394.081499] systemd[1]: serial-getty@ttyS0.service: Consumed 2.338s CPU time.
[66462.619991] systemd[122872]: ceph-66dc1668-64e5-54d2-936e-80ec54fee972@mgr.standalone.localdomain.igwfyu.service: Failed to attach to cgroup /system.slice/system-ceph\x2d66dc1668\x2d64e5\x2d54d2\x2d936e\x2d80ec54fee972.slice/ceph-66dc1668-64e5-54d2-936e-80ec54fee972@mgr.standalone.localdomain.igwfyu.service: Device or resource busy
[66674.737472] systemd[1]: ceph-66dc1668-64e5-54d2-936e-80ec54fee972@mgr.standalone.localdomain.igwfyu.service: Control process exited, code=exited, status=219/CGROUP
FULL LOGS OF THE TASK:
PLAY [Deploy step tasks for 4] *************************************************
2024-09-30 15:29:44.477475 | 52540064-d9cc-0317-0375-0000000000d8 | TASK | Deploy step tasks for 4
2024-09-30 15:29:44.509282 | 52540064-d9cc-0317-0375-0000000000d8 | OK | Deploy step tasks for 4 | standalone -> localhost | result=
[WARNING]: ('standalone -> localhost', '52540064-d9cc-0317-0375-0000000000d8')
missing from stats
2024-09-30 15:29:44.537594 | 52540064-d9cc-0317-0375-0000000000d9 | TASK | Write the config_step hieradata for the deploy step 4 tasks
2024-09-30 15:29:45.045916 | 52540064-d9cc-0317-0375-0000000000d9 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone
2024-09-30 15:29:45.047268 | 52540064-d9cc-0317-0375-0000000000d9 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:34.538954 | 0.51s
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{
_task_file_path }}' is exists
2024-09-30 15:29:45.108245 | 52540064-d9cc-0317-0375-0000000000da | TIMING | include_tasks | standalone | 0:24:34.599926 | 0.04s
2024-09-30 15:29:45.129136 | 0e0cf6ae-3a59-4564-ac18-0360c8d2f88b | INCLUDED | /root/standalone-ansible-yjf88j12/Standalone/deploy_steps_tasks_step4.yaml | standalone
2024-09-30 15:29:45.151987 | 52540064-d9cc-0317-0375-000000004578 | TASK | Create systemd file
2024-09-30 15:29:45.630233 | 52540064-d9cc-0317-0375-000000004578 | CHANGED | Create systemd file | standalone
2024-09-30 15:29:45.631672 | 52540064-d9cc-0317-0375-000000004578 | TIMING | Create systemd file | standalone | 0:24:35.123349 | 0.48s
2024-09-30 15:29:45.651743 | 52540064-d9cc-0317-0375-000000004579 | TASK | Reload systemd
2024-09-30 15:29:46.629775 | 52540064-d9cc-0317-0375-000000004579 | CHANGED | Reload systemd | standalone
2024-09-30 15:29:46.631181 | 52540064-d9cc-0317-0375-000000004579 | TIMING | Reload systemd | standalone | 0:24:36.122861 | 0.98s
2024-09-30 15:29:46.651801 | 52540064-d9cc-0317-0375-00000000457c | TASK | Start OVN container
2024-09-30 15:29:46.697985 | 52540064-d9cc-0317-0375-00000000457c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server
2024-09-30 15:29:46.719449 | 52540064-d9cc-0317-0375-00000000457c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server
2024-09-30 15:29:46.733145 | 52540064-d9cc-0317-0375-00000000457c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd
2024-09-30 15:29:46.744344 | 52540064-d9cc-0317-0375-00000000457c | TIMING | Start OVN container | standalone | 0:24:36.236029 | 0.09s
2024-09-30 15:29:46.763275 | 52540064-d9cc-0317-0375-00000000457e | TASK | Set connection
2024-09-30 15:29:46.811832 | 52540064-d9cc-0317-0375-00000000457e | SKIPPED | Set connection | standalone
2024-09-30 15:29:46.812998 | 52540064-d9cc-0317-0375-00000000457e | TIMING | Set connection | standalone | 0:24:36.304683 | 0.05s
2024-09-30 15:29:46.832421 | 52540064-d9cc-0317-0375-0000000000dc | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists
2024-09-30 15:29:47.073402 | 52540064-d9cc-0317-0375-0000000000dc | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone
2024-09-30 15:29:47.074860 | 52540064-d9cc-0317-0375-0000000000dc | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:36.566541 | 0.24s
2024-09-30 15:29:47.174876 | 52540064-d9cc-0317-0375-0000000000dd | TIMING | include_tasks | standalone | 0:24:36.666553 | 0.08s
2024-09-30 15:29:47.195257 | 8075c0f5-b3f5-47ba-ad8e-198cb3a7a1e1 | INCLUDED | /root/standalone-ansible-yjf88j12/common_deploy_steps_tasks.yaml | standalone
2024-09-30 15:29:47.217146 | 52540064-d9cc-0317-0375-00000000459e | TASK | Write the config_step hieradata
2024-09-30 15:29:47.674013 | 52540064-d9cc-0317-0375-00000000459e | OK | Write the config_step hieradata | standalone
2024-09-30 15:29:47.675117 | 52540064-d9cc-0317-0375-00000000459e | TIMING | Write the config_step hieradata | standalone | 0:24:37.166802 | 0.46s
2024-09-30 15:29:47.695275 | 52540064-d9cc-0317-0375-00000000459f | TASK | Run puppet host configuration for step 4
2024-09-30 15:29:48.014651 | 52540064-d9cc-0317-0375-00000000459f | CHANGED | Run puppet host configuration for step 4 | standalone
2024-09-30 15:29:48.016059 | 52540064-d9cc-0317-0375-00000000459f | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:37.507725 | 0.32s
2024-09-30 15:29:48.035812 | 52540064-d9cc-0317-0375-0000000045a0 | TASK | Wait for puppet host configuration to finish
2024-09-30 15:29:48.304466 | 52540064-d9cc-0317-0375-0000000045a0 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left
2024-09-30 15:29:58.602056 | 52540064-d9cc-0317-0375-0000000045a0 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left
2024-09-30 15:30:09.128819 | 52540064-d9cc-0317-0375-0000000045a0 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left
2024-09-30 15:30:19.420324 | 52540064-d9cc-0317-0375-0000000045a0 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left
2024-09-30 15:30:29.712327 | 52540064-d9cc-0317-0375-0000000045a0 | CHANGED | Wait for puppet host configuration to finish | standalone
2024-09-30 15:30:29.716313 | 52540064-d9cc-0317-0375-0000000045a0 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:19.207997 | 41.68s
2024-09-30 15:30:29.738336 | 52540064-d9cc-0317-0375-0000000045a1 | TASK | Debug output for task: Run puppet host configuration for step 4
2024-09-30 15:30:29.809488 | 52540064-d9cc-0317-0375-0000000045a1 | 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>Sep 30 15:29:53 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 15:29:53 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 15:29:53 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 15:29:53 puppet-user: (file & line not available)", "<13>Sep 30 15:29:53 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>Sep 30 15:29:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 15:29:54 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>Sep 30 15:29:54 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 15:29:54 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 15:29:54 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>Sep 30 15:29:54 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>Sep 30 15:29:54 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>Sep 30 15:29:54 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>Sep 30 15:29:54 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>Sep 30 15:29:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 15:29:54 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.75 seconds", "<13>Sep 30 15:30:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 15:30:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 15:30:12 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Sep 30 15:30:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '
{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}56c08134444406c2d0efdc87f0e27c79cab21e2584162d02ca434fd2d8f8e988'",
"<13>Sep 30 15:30:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'",
"<13>Sep 30 15:30:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'",
"<13>Sep 30 15:30:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'",
"<13>Sep 30 15:30:12 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events",
"<13>Sep 30 15:30:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.",
"<13>Sep 30 15:30:16 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created",
"<13>Sep 30 15:30:21 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>Sep 30 15:30:23 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'",
"<13>Sep 30 15:30:23 puppet-user: Notice: Applied catalog in 29.09 seconds",
"<13>Sep 30 15:30:23 puppet-user: Application:",
"<13>Sep 30 15:30:23 puppet-user: Initial environment: production",
"<13>Sep 30 15:30:23 puppet-user: Converged environment: production",
"<13>Sep 30 15:30:23 puppet-user: Run mode: user",
"<13>Sep 30 15:30:23 puppet-user: Changes:",
"<13>Sep 30 15:30:23 puppet-user: Total: 11",
"<13>Sep 30 15:30:23 puppet-user: Events:",
"<13>Sep 30 15:30:23 puppet-user: Success: 11",
"<13>Sep 30 15:30:23 puppet-user: Resources:",
"<13>Sep 30 15:30:23 puppet-user: Restarted: 1",
"<13>Sep 30 15:30:23 puppet-user: Changed: 11",
"<13>Sep 30 15:30:23 puppet-user: Out of sync: 11",
"<13>Sep 30 15:30:23 puppet-user: Total: 37",
"<13>Sep 30 15:30:23 puppet-user: Time:",
"<13>Sep 30 15:30:23 puppet-user: Schedule: 0.00",
"<13>Sep 30 15:30:23 puppet-user: File line: 0.01",
"<13>Sep 30 15:30:23 puppet-user: Augeas: 0.01",
"<13>Sep 30 15:30:23 puppet-user: User: 0.03",
"<13>Sep 30 15:30:23 puppet-user: File: 0.09",
"<13>Sep 30 15:30:23 puppet-user: Config retrieval: 1.01",
"<13>Sep 30 15:30:23 puppet-user: Last run: 1727710223",
"<13>Sep 30 15:30:23 puppet-user: Service: 2.12",
"<13>Sep 30 15:30:23 puppet-user: Pcmk resource op default: 2.82",
"<13>Sep 30 15:30:23 puppet-user: Transaction evaluation: 29.07",
"<13>Sep 30 15:30:23 puppet-user: Catalog application: 29.09",
"<13>Sep 30 15:30:23 puppet-user: Pcmk property: 3.62",
"<13>Sep 30 15:30:23 puppet-user: Pcmk resource default: 3.78",
"<13>Sep 30 15:30:23 puppet-user: Package: 6.36",
"<13>Sep 30 15:30:23 puppet-user: Filebucket: 0.00",
"<13>Sep 30 15:30:23 puppet-user: Exec: 9.83",
"<13>Sep 30 15:30:23 puppet-user: Total: 29.11",
"<13>Sep 30 15:30:23 puppet-user: Version:",
"<13>Sep 30 15:30:23 puppet-user: Config: 1727710193",
"<13>Sep 30 15:30:23 puppet-user: Puppet: 7.10.0"
]
}
2024-09-30 15:30:29.811218 | 52540064-d9cc-0317-0375-0000000045a1 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:19.302896 | 0.07s
2024-09-30 15:30:29.833323 | 52540064-d9cc-0317-0375-0000000045a2 | TASK | Pre-cache facts for puppet containers
2024-09-30 15:30:29.854698 | 52540064-d9cc-0317-0375-0000000045a2 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:19.346371 | 0.02s
2024-09-30 15:30:29.911014 | 52540064-d9cc-0317-0375-0000000045e5 | TASK | Gather variables for each operating system
2024-09-30 15:30:30.011117 | 52540064-d9cc-0317-0375-0000000045e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:19.502775 | 0.10s
2024-09-30 15:30:30.030937 | 52540064-d9cc-0317-0375-0000000045e6 | TASK | Create puppet caching structures
2024-09-30 15:30:30.269435 | 52540064-d9cc-0317-0375-0000000045e6 | CHANGED | Create puppet caching structures | standalone
2024-09-30 15:30:30.270806 | 52540064-d9cc-0317-0375-0000000045e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:19.762487 | 0.24s
2024-09-30 15:30:30.290244 | 52540064-d9cc-0317-0375-0000000045e7 | TASK | Check for facter.conf
2024-09-30 15:30:30.526094 | 52540064-d9cc-0317-0375-0000000045e7 | OK | Check for facter.conf | standalone
2024-09-30 15:30:30.527572 | 52540064-d9cc-0317-0375-0000000045e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:20.019257 | 0.24s
2024-09-30 15:30:30.548726 | 52540064-d9cc-0317-0375-0000000045e8 | TASK | Remove facter.conf if directory
2024-09-30 15:30:30.586049 | 52540064-d9cc-0317-0375-0000000045e8 | SKIPPED | Remove facter.conf if directory | standalone
2024-09-30 15:30:30.587026 | 52540064-d9cc-0317-0375-0000000045e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:20.078712 | 0.04s
2024-09-30 15:30:30.606311 | 52540064-d9cc-0317-0375-0000000045e9 | TASK | Write facter cache config
2024-09-30 15:30:31.224953 | 52540064-d9cc-0317-0375-0000000045e9 | CHANGED | Write facter cache config | standalone
2024-09-30 15:30:31.226311 | 52540064-d9cc-0317-0375-0000000045e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:20.717996 | 0.62s
2024-09-30 15:30:31.246286 | 52540064-d9cc-0317-0375-0000000045ea | TASK | Cleanup facter cache if exists
2024-09-30 15:30:31.484973 | 52540064-d9cc-0317-0375-0000000045ea | CHANGED | Cleanup facter cache if exists | standalone
2024-09-30 15:30:31.487946 | 52540064-d9cc-0317-0375-0000000045ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:20.979625 | 0.24s
2024-09-30 15:30:31.508824 | 52540064-d9cc-0317-0375-0000000045eb | TASK | Pre-cache facts
2024-09-30 15:30:32.103857 | 52540064-d9cc-0317-0375-0000000045eb | CHANGED | Pre-cache facts | standalone
2024-09-30 15:30:32.105824 | 52540064-d9cc-0317-0375-0000000045eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:21.597510 | 0.60s
2024-09-30 15:30:32.127415 | 52540064-d9cc-0317-0375-0000000045ec | TASK | Failed deployment if facter fails
2024-09-30 15:30:32.155282 | 52540064-d9cc-0317-0375-0000000045ec | SKIPPED | Failed deployment if facter fails | standalone
2024-09-30 15:30:32.156185 | 52540064-d9cc-0317-0375-0000000045ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:21.647860 | 0.03s
2024-09-30 15:30:32.183197 | 52540064-d9cc-0317-0375-0000000045ed | TASK | Sync cached facts
2024-09-30 15:30:32.471588 | 52540064-d9cc-0317-0375-0000000045ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100
[WARNING]: ('standalone -> 192.168.122.100',
'52540064-d9cc-0317-0375-0000000045ed') missing from stats
2024-09-30 15:30:32.510633 | 52540064-d9cc-0317-0375-0000000045a3 | TASK | Include container-puppet tasks (generate config) during step 1
2024-09-30 15:30:32.548782 | 52540064-d9cc-0317-0375-0000000045a3 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone
2024-09-30 15:30:32.549770 | 52540064-d9cc-0317-0375-0000000045a3 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:22.041455 | 0.04s
2024-09-30 15:30:32.571010 | 52540064-d9cc-0317-0375-0000000045a5 | TASK | Manage containers for step 4 with tripleo-ansible
2024-09-30 15:30:32.597650 | 52540064-d9cc-0317-0375-0000000045a5 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:22.089331 | 0.03s
2024-09-30 15:30:32.645814 | 52540064-d9cc-0317-0375-000000004644 | TASK | Gather variables for each operating system
2024-09-30 15:30:32.736545 | 52540064-d9cc-0317-0375-000000004644 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:22.228189 | 0.09s
2024-09-30 15:30:32.756746 | 52540064-d9cc-0317-0375-000000004645 | TASK | Create container logs path
2024-09-30 15:30:32.994774 | 52540064-d9cc-0317-0375-000000004645 | OK | Create container logs path | standalone
2024-09-30 15:30:32.995860 | 52540064-d9cc-0317-0375-000000004645 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:22.487545 | 0.24s
2024-09-30 15:30:33.017841 | 52540064-d9cc-0317-0375-000000004647 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4
2024-09-30 15:30:33.291340 | 52540064-d9cc-0317-0375-000000004647 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone
2024-09-30 15:30:33.292441 | 52540064-d9cc-0317-0375-000000004647 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:22.784128 | 0.27s
2024-09-30 15:30:33.313594 | 52540064-d9cc-0317-0375-000000004648 | TASK | Finalise hashes for all containers
2024-09-30 15:30:33.383561 | 52540064-d9cc-0317-0375-000000004648 | OK | Finalise hashes for all containers | standalone
2024-09-30 15:30:33.385095 | 52540064-d9cc-0317-0375-000000004648 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:22.876782 | 0.07s
2024-09-30 15:30:33.406058 | 52540064-d9cc-0317-0375-00000000464a | TASK | Manage systemd shutdown files
2024-09-30 15:30:33.433141 | 52540064-d9cc-0317-0375-00000000464a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:22.924819 | 0.03s
2024-09-30 15:30:33.451359 | c0ac6bcc-43b0-424e-a9ad-7dda5ba95566 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone
2024-09-30 15:30:33.476280 | 52540064-d9cc-0317-0375-00000000467d | TASK | Check if /etc/sysconfig/podman_drop_in exists
2024-09-30 15:30:33.705013 | 52540064-d9cc-0317-0375-00000000467d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone
2024-09-30 15:30:33.706430 | 52540064-d9cc-0317-0375-00000000467d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:23.198112 | 0.23s
2024-09-30 15:30:33.729074 | 52540064-d9cc-0317-0375-00000000467e | TASK | Set podman_drop_in fact
2024-09-30 15:30:33.780473 | 52540064-d9cc-0317-0375-00000000467e | OK | Set podman_drop_in fact | standalone
2024-09-30 15:30:33.782138 | 52540064-d9cc-0317-0375-00000000467e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:23.273816 | 0.05s
2024-09-30 15:30:33.804615 | 52540064-d9cc-0317-0375-000000004680 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container
2024-09-30 15:30:34.365369 | 52540064-d9cc-0317-0375-000000004680 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown
2024-09-30 15:30:34.368109 | 52540064-d9cc-0317-0375-000000004680 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:23.859785 | 0.56s
2024-09-30 15:30:34.859661 | 52540064-d9cc-0317-0375-000000004680 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container
2024-09-30 15:30:34.868874 | 52540064-d9cc-0317-0375-000000004680 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:24.360545 | 1.06s
2024-09-30 15:30:34.878092 | 52540064-d9cc-0317-0375-000000004680 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:24.369781 | 1.07s
2024-09-30 15:30:34.899567 | 52540064-d9cc-0317-0375-000000004681 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service
2024-09-30 15:30:35.569161 | 52540064-d9cc-0317-0375-000000004681 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone
2024-09-30 15:30:35.570364 | 52540064-d9cc-0317-0375-000000004681 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:25.062048 | 0.67s
2024-09-30 15:30:35.592400 | 52540064-d9cc-0317-0375-000000004682 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset
2024-09-30 15:30:36.124092 | 52540064-d9cc-0317-0375-000000004682 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone
2024-09-30 15:30:36.127393 | 52540064-d9cc-0317-0375-000000004682 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:25.619069 | 0.53s
2024-09-30 15:30:36.149918 | 52540064-d9cc-0317-0375-000000004683 | TASK | Enable and start tripleo-container-shutdown
2024-09-30 15:30:37.178927 | 52540064-d9cc-0317-0375-000000004683 | OK | Enable and start tripleo-container-shutdown | standalone
2024-09-30 15:30:37.180894 | 52540064-d9cc-0317-0375-000000004683 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:26.672572 | 1.03s
2024-09-30 15:30:37.208752 | 52540064-d9cc-0317-0375-000000004684 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service
2024-09-30 15:30:37.976631 | 52540064-d9cc-0317-0375-000000004684 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone
2024-09-30 15:30:37.977923 | 52540064-d9cc-0317-0375-000000004684 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:27.469592 | 0.76s
2024-09-30 15:30:37.998967 | 52540064-d9cc-0317-0375-000000004685 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset
2024-09-30 15:30:38.490443 | 52540064-d9cc-0317-0375-000000004685 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone
2024-09-30 15:30:38.492477 | 52540064-d9cc-0317-0375-000000004685 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:27.984161 | 0.49s
2024-09-30 15:30:38.513347 | 52540064-d9cc-0317-0375-000000004686 | TASK | Enable and start netns-placeholder
2024-09-30 15:30:39.365725 | 52540064-d9cc-0317-0375-000000004686 | CHANGED | Enable and start netns-placeholder | standalone
2024-09-30 15:30:39.368924 | 52540064-d9cc-0317-0375-000000004686 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:28.860603 | 0.85s
2024-09-30 15:30:39.393298 | 52540064-d9cc-0317-0375-00000000464c | TASK | Update container configs with new config hashes
2024-09-30 15:30:39.436270 | 52540064-d9cc-0317-0375-00000000464c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:28.927929 | 0.04s
2024-09-30 15:30:39.449716 | e552ed5d-7808-47c5-ba64-b63a3e5e83b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone
2024-09-30 15:30:39.472521 | 52540064-d9cc-0317-0375-0000000046ae | TASK | Update config hashes for container startup configs
2024-09-30 15:30:39.763179 | 52540064-d9cc-0317-0375-0000000046ae | OK | Update config hashes for container startup configs | standalone
2024-09-30 15:30:39.765147 | 52540064-d9cc-0317-0375-0000000046ae | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:29.256819 | 0.29s
2024-09-30 15:30:39.787879 | 52540064-d9cc-0317-0375-00000000464d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4
2024-09-30 15:30:39.838469 | 52540064-d9cc-0317-0375-00000000464d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:29.330147 | 0.05s
2024-09-30 15:30:39.853745 | 9f262339-65d2-4c78-a4dd-c55f5d8214ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone
2024-09-30 15:30:39.879320 | 52540064-d9cc-0317-0375-0000000046cd | TASK | Gather podman infos
2024-09-30 15:30:41.688154 | 52540064-d9cc-0317-0375-0000000046cd | OK | Gather podman infos | standalone
2024-09-30 15:30:41.689730 | 52540064-d9cc-0317-0375-0000000046cd | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:31.181411 | 1.81s
2024-09-30 15:30:41.769848 | 52540064-d9cc-0317-0375-0000000046ce | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4
2024-09-30 15:30:41.844707 | 52540064-d9cc-0317-0375-0000000046ce | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:31.336385 | 0.07s
2024-09-30 15:30:41.981963 | 52540064-d9cc-0317-0375-000000004717 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:31.473613 | 0.10s
2024-09-30 15:30:42.027379 | 52540064-d9cc-0317-0375-00000000464e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4
2024-09-30 15:30:42.069970 | 52540064-d9cc-0317-0375-00000000464e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:31.561632 | 0.04s
2024-09-30 15:30:42.083853 | 6d16dfbf-f947-46cc-80b8-af3e6d316aa4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone
2024-09-30 15:30:42.113252 | 52540064-d9cc-0317-0375-00000000473d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4