Still having issues related to this.I rebuilt with the latest version and I’m stilling getting the same error. I can ping awx from awxweb and vice versa but if I try to curl the API from awx, it tells me that awxweb can’t be found. It’s almost like it’s trying to find awxweb outside of the container, because it’s giving me my companies custom 404 page.
Any help would be appreciated and if I need to provide more info please let me know.
That’s really wild. When you ping awxweb does it resolve internally to docker or to some system outside of the docker network?
You may have bridge networking configured… you may need to get a little fancier and make sure your docker network is isolated from your company network… the find another way to route traffice to the AWX front end.
Tower and AWX are a little different. Tower is generally a bare metal/vm install while AWX requires a container environment (Docker or minishift/openshift). The deployment topology is a little different because of that also.
using the last revision of awx yes, variables can be found at the bottom of the inventory file and they are used by docker_image module used by the installer playbooks.
If you use a proxy and you didn’t register any entry for awxweb in your dns server, then you need to bypass the proxy for it otherwise the proxy server will be unable to resolve awxweb and will throw an error imho