Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-18852

Update Install QE automation for detection of tech preview of CAPI, CAPA, and Edge Manager

XMLWordPrintable

    • Installer Sprint 2025-56
    • Moderate
    • None

      Currently, CAPI, CAPA, and Edge Manager are in Tech Preview status which means their MCH/MCE component names have "-preview" appended to them. Once they go out of Tech Preview, that string is removed.

      In order for our automation to be able to run on multiple releases, we need something similar to the below in tasks/post_install_tasks.yml for these components.

      • set_fact:
        ibio_toggle_name: "{{ 'image-based-install-operator' if ( acm_release_version.split('.') | last | int >= 12) else 'image-based-install-operator-preview' }}"
      • name: Enable image-based-install-operator
        vars:
        component: '{{ ibio_toggle_name }}'
        enable: true
        include_tasks: tasks/toggle_mce_component.yml
        when:
      • enableIbio | bool

      PR: https://github.com/stolostron/automation-acm/pull/115

              rh-ee-msmigiel Matthew Smigielski
              rh-ee-msmigiel Matthew Smigielski
              Matthew Smigielski Matthew Smigielski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: