My Job times out pulling my EE from the local automation hub

,

Please replace this text with a description of your issue.
Running AAP containerized bundle install v2.5-11

I have built my own EE with all the python deps I need, and I have used podman login, podman tag, podman push to push that image to my local automation hub. I logged in to the host that runs the controller pods to do this, as I wanted to confirm the nodes could communicate ok.

When I pushed the image I pushed to https://<my gw node 1>/myfineEE:latest and when I look in the GUI in the list of EE, it show up there with that name.

I added that EE to my job template, and started the job. For some reason it just runs until it time out failing to pull that EE image.

Should I not push/pull that image through the gateway node’s address? I was under the impression all traffic should be routed through it. Also, it did work to push that way with podman, so why does it fail to pull in from the job?

Any ideas, or hints on how to debug this issue?

The only idea I have so far is that somehow the control node tries to access the gw address through the corporate proxy, but where would it even get that from? AFAIK there is not way to set that up in the AAP platform, is there?

You should:

  • Give a clear explanation (and steps to reproduce the issue where possible)
  • Include the version(s) of the relevant software tools, libraries, collections etc
  • Include relevant logs from the issue
  • Use backticks (```) to help format your logs and code (easy-to-read posts are easier to answer too!), like this:
- my code!
  • Set at least one tag (the experts follow the tags, so the right people will find you if you tag)