Timon de Groot
dc96a1730e
Add rsync to Dockerfile
2018-01-27 11:54:51 +01:00
Joachim Jablon
209bdd00a1
related #491 Bacpkort #1007
2018-01-26 07:09:28 +01:00
Joachim Jablon
c4efbd62bc
related #491 Docker Compose installer
...
Signed-off-by: Joachim Jablon <ewjoachim@gmail.com>
2018-01-26 07:09:28 +01:00
Joachim Jablon
9fefc26528
related #491 Split local_docker docker into 2 task files
...
Signed-off-by: Joachim Jablon <ewjoachim@gmail.com>
2018-01-26 07:09:28 +01:00
Matthew Jones
71d23e8c81
Merge pull request #1007 from wallnerryan/alternate-dns-servers
...
support dns servers: fixes https://github.com/ansible/awx/issues/1004
2018-01-19 08:58:29 -05:00
Wayne Witzel III
1af0ee2f8c
first-parent requires git >= 1.8.4
2018-01-18 16:12:23 +00:00
Ryan Wallner
bcbda23aee
support dns servers
2018-01-18 07:46:09 -05:00
Shane McDonald
97472cb91b
Fix sdist builder image
...
Fallout from https://github.com/ansible/awx/pull/982
2018-01-15 15:39:48 -05:00
Matthew Jones
7dc0fce1aa
Use x-forwarded-for by default in openshift and kubernetes
2018-01-11 12:00:01 -05:00
Matthew Jones
648d27f28d
Merge pull request #909 from scottp-dpaw/add-openshift-hint
...
Add REMOTE_HOST_HEADERS override to OpenShift template
2018-01-11 11:56:05 -05:00
Matthew Jones
ae06cff991
Merge pull request #938 from ansible/kubernetes_install_support
...
Kubernetes install support
2018-01-10 09:57:33 -05:00
Matthew Jones
fad4a549d0
Remove oc command usage from docker registry k8s reference
2018-01-10 09:38:00 -05:00
Matthew Jones
d0b3cac72a
Remove nodeport definition
2018-01-10 09:29:12 -05:00
Matthew Jones
56aed597b2
Add initial support for kubernetes to the installer
2018-01-10 09:25:59 -05:00
Matthew Jones
f33ee03b98
Remove nodeport customization
...
This isn't strictly necessary for the Openshift routes and can
sometimes cause problems when the resource is already defined in openshift
2018-01-10 09:23:46 -05:00
Scott Percival
fde9099198
Add REMOTE_HOST_HEADERS override to OpenShift template
...
Signed-off-by: Scott Percival <scott.percival@dbca.wa.gov.au>
2018-01-03 09:53:17 +08:00
Matthew Jones
2fb0144914
Add libcurl-devel to official image build
2017-12-13 16:14:55 -05:00
Matthew Jones
282290e151
Fix an issue referencing postgres port from openshift deployment
2017-12-12 10:52:02 -05:00
Matthew Jones
a3071c2a1f
Make sure we define postgres port customization during install
2017-12-04 11:08:40 -05:00
Wayne Witzel III
a858093db8
Update to asgi_amqp 1.0.1
2017-11-27 19:41:30 +00:00
Matthew Jones
b06a508ceb
Merge pull request #651 from tumbl3w33d/646_configurable_search_domains
...
Make DNS search domain configurable for awx containers
2017-11-15 23:32:16 -05:00
Benjamin Wenzel
c1aa4129f9
Make DNS search domain configurable for awx containers
...
related #646
2017-11-15 21:11:56 +01:00
Shane McDonald
a043369d07
Enable image stream lookups in AWX OpenShift Project
...
See the OpenShift docs on this for more info: https://docs.openshift.com/container-platform/3.6/dev_guide/managing_images.html#using-is-with-k8s
If you are not using OpenShift’s internal registry you will need to manually set awx_task_openshift_image and awx_web_openshift_image.
2017-11-15 13:15:56 -05:00
Shane McDonald
0d86678a44
Fix OpenShift configmap
...
These variables changed in 8faf588775
2017-11-14 11:32:05 -05:00
Wayne Witzel III
d696f6c3f6
Fix image_build
2017-11-13 19:11:58 -05:00
Wayne Witzel III
d9f8f7721a
Fix installer references to asgi_amqp
2017-11-13 13:39:39 -05:00
Wayne Witzel III
8faf588775
Update package versions, settings, and tooling
2017-11-09 17:17:30 -05:00
Matthew Jones
74c9b9cf6a
Adding pycrypto distro package
...
Without this a lot of things break and it's no longer marked as a
dependency for the ansible core project
2017-11-06 11:18:45 -05:00
Matthew Jones
bf281f6ea9
Specify a PGDATA directory to prevent container re-create issues
2017-10-31 10:20:08 -04:00
Matthew Jones
63cf681369
Merge pull request #418 from Comradephate/patch-1
...
Divorce the "local docker install" portion of the install playbook from the image build + push logic
2017-10-27 12:31:09 -04:00
Jaron Rolfe
cc5f329d33
Explanation for image removal block and idiomatic handling of var that enables it
2017-10-19 21:43:37 -04:00
Jaron Rolfe
5e17d72922
Improve push capabilities and allow build playbook to push
2017-10-16 00:38:28 -04:00
Jaron Rolfe
67df298f21
Replace deprecated "include" with "include_tasks"
2017-10-15 22:15:11 -04:00
Matthew Jones
0ac3598ca5
Merge pull request #431 from matburt/lower_awx_uid
...
Lower the default uid by which we'll rewrite passwd
2017-10-13 15:33:36 -04:00
Matthew Jones
da5e6883d4
Lower the default uid by which we'll rewrite passwd
...
This fixes some issues with openshift under certain security policies
2017-10-13 14:27:30 -04:00
Nick Carboni
cfa21af432
Use $http_host in trailing slash redirect
...
This allows the port from the request header to be used
rather than having the request redirected to the port
being used inside the container which may not be
accessible
Fixes #420
related #420
Signed-off-by: Nick Carboni <ncarboni@redhat.com>
2017-10-12 17:35:55 -04:00
Jaron Rolfe
ee15db4c7c
allow for private registry without latest tag
...
The logic that sets awx_web_docker_actual_image and awx_task_docker_actual_image creates and pushes images to the private registry tagged with the awx version, which is appropriate, but then tries to pull with no tag. (so docker defaults to "latest", which does not exist)
2017-10-12 15:57:34 -04:00
Matthew Jones
128eaaf60f
Fix an issue where mercurial wasn't getting installed in the image
...
Also fixes an issue assigning proxy environment variables
2017-09-28 11:37:10 -04:00
Matthew Jones
cd35704b0b
Merge pull request #298 from st0ne-dot-at/proxy_fix
...
added proxy settings to docker runtimes
2017-09-28 08:46:38 -04:00
Steininger Robert, IR
46287f6923
proxy settings default omit
2017-09-28 10:11:29 +02:00
Steininger Robert, IR
5a95f2c793
added proxy settings to docker runtimes
2017-09-26 16:40:04 +02:00
Matthew Jones
b89d1781a2
Modify openshift roles to support official AWX images
2017-09-26 09:58:07 -04:00
Matthew Jones
2e7b4529f8
Add support for installing AWX from official images
...
* New options in the inventory file
* Add defaults to some variables
2017-09-25 21:52:23 -04:00
Matthew Jones
3201436edb
Add image builder playbook for installer
2017-09-25 12:23:15 -04:00
Chris Houseknecht
fa28d680c4
Synchronize breaks with localhost delegation
2017-09-25 09:48:59 -04:00
Matthew Jones
b9f2aa3437
Merge pull request #249 from matburt/preopulate_awx_user
...
Allow pre-populating the default AWX superuser account
2017-09-22 21:52:03 -04:00
Matthew Jones
73a37a281d
Allow pre-populating the default AWX superuser account
2017-09-22 10:10:51 -04:00
Matthew Jones
55259b4445
Update minishift documentation relative to postgresql
...
Also bump the default claim value to 5G
2017-09-21 22:19:08 -04:00
Michal Wasilewski
4236654b0c
use unless-stopped instead always
2017-09-21 21:15:01 +02:00
Michal Wasilewski
f00dc426e0
make containers start when docker daemon comes up
2017-09-20 22:29:44 +02:00