Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-2276

Set control_plane_execution_environment to the gateway in containerized installation when hub is defined on the inventory

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Not a Bug
    • Icon: Undefined Undefined
    • None
    • 2.5
    • platform-installer
    • False
    • Hide

      None

      Show
      None
    • False
    • Moderate

      Description

      When using containerized bundle installer and add a hub to the inventory , the CONTROL_PLANE_EXECUTION_ENVIRONMENT and GLOBAL_JOB_EXECUTION_ENVIRONMENTS are set to images from registry.redhat.io which can not be pulled on isolated environment.

      Is there a method to set them to GATEWAY/ee-supported-rhel8:latest during the installation ?

      Steps to Reproduce

      1) Install AAP using containerized bundle installer

      Actual Behavior

      All the images are set to {}registry.redhat.io which create an issue on isolated environments:

      GLOBAL_JOB_EXECUTION_ENVIRONMENTS = [
          {'name': 'Default execution environment', 'image': 'registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8:latest'},
          {'name': 'Minimal execution environment', 'image': 'registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8:latest'},
          {'name': 'Hub Default execution environment', 'image': 'aeladawy-aap25-containerized.example.com/ee-supported-rhel8:latest'},
          {'name': 'Hub Minimal execution environment', 'image': 'aeladawy-aap25-containerized.example.com/ee-minimal-rhel8:latest'},
      ]
      CONTROL_PLANE_EXECUTION_ENVIRONMENT = 'registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8:latest'
       

      Expected Behavior

      Having the ability to set the EE images during the installation to be used from the hub.

       

      Additional Context

      The customer fixed the issue by editing the CONTROL_PLANE_EXECUTION_ENVIRONMENT on the database.

              dysilva Dylan Silva
              rhn-support-aeladawy Ahmed Eladawy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: