-
Feature Request
-
Resolution: Not a Bug
-
Undefined
-
None
-
2.5
-
False
-
-
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.