issue is that just stuck “Upload collections to Automation Hub” this process without error. (just uploaded one collection). already tested it over 20 times.
my environment
- rhel 9.4 os, aap 2.5.-11 containerized bundle, 2.5-10, 2-5-8. same issue
- my architecture is that 2 nodes.
one is for gateway, controller, hub, eda, database
the other node is for execution. - isolated network environment
- hardware spec of these nodes are over the recommendation of redhat.
- the things what i set are
- selinux, firewalld = disabled.
- run it with user account not root.
- this user has “ALL=(root) NOPASSWD:ALL”
- ssh-keygen, ssh-copy-id done.
- my inventory code is below
[automationgateway]
10.11.31.77
[automationcontroller]
10.11.31.77
[automationhub]
10.11.31.77
[automationeda]
10.11.31.77
[database]
10.11.31.77
[execution_nodes]
10.11.31.78
[all:vars]
postgresql_admin_username=postgres
postgresql_admin_password=(xxxxx)
bundle_install=true
bundle_dir=/home/ansible/ansible-automation-platform-containerized-setup-bundle-2.5-11-x86_64/bundle
redis_mode=standalone
gateway_admin_password=(xxxxx)
gateway_pg_host=10.11.31.77
gateway_pg_password=(xxxxx)
controller_admin_password=(xxxxx)
controller_pg_host=10.11.31.77
controller_pg_password=(xxxxx)
hub_admin_password=(xxxxx)
hub_pg_host=10.11.31.77
hub_pg_password=(xxxxx)
eda_admin_password=(xxxxx)
eda_pg_host=10.11.31.77
eda_pg_password=(xxxxx)
for you guys reference, this is not fqdn issue, i already tried with fqdn.
in this situation, when i attach nic with outernal network with dns, it was okay.
“Create collection namespaces on Automation Hub” ok
“Check if collections already exists on Automation Hub” ok
however i have to set it in internal network environment
please let me know anybody about that issue.
thanks!!!