- include_role: name: tripleo_podman tasks_from: tripleo_podman_rsyslog_cleanup name: remove rsyslog configuration for podman healthcheck log - block: - name: Update collectd to UBI9 tripleo_container_manage: config_dir: /var/lib/tripleo-config/container-startup-config/step_3 config_id: - tripleo_step3 config_overrides: collectd: image: registry.redhat.io/rhosp-rhel9/openstack-collectd:17.1 config_patterns: collectd.json debug: '{{ enable_debug | bool }}' log_base_path: '{{ container_log_stdout_path }}' name: UBI8 to UBI9 switch of collectd tags: - never - system_upgrade - system_upgrade_run when: - step|int == 5 - block: - mount: fstype: nfs4 name: /var/lib/nova/instances opts: _netdev,bg,{{nfs_options}},nfsvers={{nfs_vers}} src: '{{nfs_share}}' state: mounted name: Mount Nova NFS Share vars: nfs_backend_enable: false nfs_options: context=system_u:object_r:nfs_t:s0 nfs_share: '' nfs_vers: '4.2' when: nfs_backend_enable|bool name: nova_compute post system_upgrade tasks tags: - never - system_upgrade - system_upgrade_run - system_upgrade_nfsmounts when: - step|int == 5 - upgrade_leapp_enabled - name: Gather missing facts setup: gather_subset: - '!all' - '!min' - distribution tags: - always - name: Set leapp facts set_fact: upgrade_leapp_command_options: '' upgrade_leapp_debug: false upgrade_leapp_devel_skip: '' upgrade_leapp_enabled: "{{ _upgradeLeappEnabled | bool and\n ansible_facts['distribution']\ \ == 'RedHat' and\n ansible_facts['distribution_major_version'] is version('8',\ \ '==') }}" upgrade_leapp_post_reboot_delay: 120 upgrade_leapp_reboot_timeout: 3600 tags: - always vars: _upgradeLeappEnabled: false