Modify openshift roles to support official AWX images

This commit is contained in:
Matthew Jones
2017-09-26 09:58:07 -04:00
parent 2e7b4529f8
commit b89d1781a2
3 changed files with 71 additions and 56 deletions

View File

@@ -30,9 +30,11 @@ awx_secret_key=awxsecret
postgres_data_dir=/tmp/pgdocker
host_port=80
# Required for Openshift (unless you use an external registry or DockerHub), Optional for Standalone Docker install
# Define if you want the image pushed to a registry. The container definition
# will also use these images
# Required for Openshift when building the image on your own
# Optional for Openshift if using Dockerhub or another prebuilt registry
# Required for Standalone Docker Install if building the image on your own
# Optional for Standalone Docker Install if using Dockerhub or another prebuilt registry
# Define if you want the image pushed to a registry. The container definition will also use these images
# docker_registry=172.30.1.1:5000
# docker_registry_repository=awx
# docker_registry_username=developer