Control Plane EE and galaxy on premise

Hello,

I Have an AWX in 19.5.1 installed by awx operator (0.16.1)
I can’t configure Galaxy onpremise for control plane pod.

It’s OK for AWX-EE (custom), pod but not for control plane.

How to make the pod control plane read a ansible configuration like this :


[galaxy]
server_list = community_repo

[galaxy_server.community_repo]
url=http://:8080/api/galaxy/content/community/
token=

I don’t found that on documentation juste found Mapconfig for AWX-EE :


ee_extra_volume_mounts: |

  • name: ansible-cfg
    mountPath: /etc/ansible/ansible.cfg
    subPath: ansible.cfg

But not volume mount option for control plane …

Project synchronisation is not OK beacause it’s search collections on web (galaxy.com),and not on my Galaxy onpremise.

Can you help me with this ?

Regards,

You just need to create a new Galaxy credential for your onprem galaxy.
Then under Organisation associate that credential under Galaxy Credentials.
Note that the ordered list is the search order, so make sure your onprem server is first (or the only entry)