Shane McDonald
7c8bd47198
Minikube-based development environment
...
Works in conjunction with https://github.com/ansible/awx-operator/pull/71
See docs/development/minikube.md
2021-01-25 18:03:17 -05:00
Shane McDonald
54e1a802c5
Dont fail imagee builds because of debuginfo repo problems
2021-01-20 15:34:38 -05:00
softwarefactory-project-zuul[bot]
93160fa4fd
Merge pull request #9113 from rooftopcellist/fix-pg12-upgrades
...
Fix bind-mount problem with pg12 upgrades
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-01-19 22:04:23 +00:00
Christian M. Adams
ac925a03b5
Fix bind-mount problem with pg12 upgrades
2021-01-19 16:34:24 -05:00
Shane McDonald
aabb55810b
Do not set default admin_password
2021-01-19 11:32:06 -05:00
softwarefactory-project-zuul[bot]
7ffbc7ed1e
Merge pull request #9078 from rooftopcellist/pg12-upgrade-migrations
...
Fix Local Docker partial migration and unavailable superuser issues
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-01-18 15:51:25 +00:00
Christian M. Adams
a1514a3b26
Remove launch scrip config mapping for k8s and ocp
...
* Related to https://github.com/ansible/awx/pull/8968
2021-01-14 13:48:33 -05:00
Christian M. Adams
88a0d98447
Run migrations via a task, not in the container
...
* Issue: https://github.com/ansible/awx/issues/9077
* Fixes problem with migrations not completing
2021-01-14 09:50:26 -05:00
Christian M. Adams
57c3b9ab17
Run PG upgrade tasks in container because of permissions
...
* update pg references
2021-01-13 17:27:03 -05:00
Christian M. Adams
36466b9694
Upgrade PostgreSQL from 10 to 12
2021-01-08 10:54:00 -05:00
Shane McDonald
642e6f792c
Remove unnecessary conditional from image build task
2020-12-29 19:14:16 -05:00
Shane McDonald
b857fb5074
Remove use_container_for_build from inventory
2020-12-29 19:14:05 -05:00
Shane McDonald
1033c4d251
Explicitly run image_build and image_push on localhost
2020-12-26 13:16:42 -05:00
Shane McDonald
ab6430e50d
Dramatically simplify image_build role
...
This does a few things:
- Removes need for awx_sdist_builder image
- Reorders Dockerfile steps to optimize image cache between prod and dev builds
- Unifies VENV_BASE and COLLECTION_BASE in prod and dev builds
2020-12-26 13:16:42 -05:00
Shane McDonald
8ceb505977
Add standalone target for rendering official Dockerfile
...
With the next commit it will be possible to run:
```
$ make Dockerfile
$ docker build .
```
2020-12-26 13:16:40 -05:00
Shane McDonald
f951aa24bf
More sane way of building the official AWX image
2020-12-22 14:27:47 -05:00
softwarefactory-project-zuul[bot]
efcc1bf262
Merge pull request #8967 from shanemcd/less-config
...
Remove launch scripts from configmaps
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-22 14:50:51 +00:00
Shane McDonald
106d90aeb3
Remove launch scripts from configmaps
...
The duplication of these scripts has been bothering me for a while. They dont
get enough usage to justify their existence.
2020-12-22 09:12:03 -05:00
softwarefactory-project-zuul[bot]
4c5757b3bd
Merge pull request #8754 from ryanpetrello/strict-csp
...
Introduce a strict Content-Security-Policy
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-10 15:32:53 +00:00
Ryan Petrello
3d5f28f790
Introduce a strict Content-Security-Policy
2020-12-08 13:25:46 -05:00
Shane McDonald
8788c904c8
Revert: Force containers in k8s to run under root group
...
This reverts most of:
423df6618d
Since https://github.com/sclorg/redis-container/pull/62 is now shipped downstream
2020-12-08 13:06:00 -05:00
Shane McDonald
e85a32d463
Fix typo in deployment template
2020-12-08 13:00:14 -05:00
Yanis Guenane
14685b9157
NodeJS: Bump to actively maintained LTS 14.15.1
2020-12-07 18:14:35 +01:00
Christian M. Adams
8795d860d6
Fix image build - powertools repo ref changed
2020-12-07 11:08:00 -05:00
softwarefactory-project-zuul[bot]
d14fa93ce9
Merge pull request #8758 from hjkatz/patch-7
...
Use literal quotation marks for Kubernetes annotations instead of quo…
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 20:03:33 +00:00
softwarefactory-project-zuul[bot]
e7090a6f8a
Merge pull request #8757 from hjkatz/patch-6
...
Add kubernetes_pod_annotations to management-pod.yml.j2
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 19:38:17 +00:00
Harrison Katz
b6b87aea76
Use literal quotation marks for Kubernetes annotations instead of quote filter
2020-12-04 14:34:08 -05:00
Harrison Katz
720e8055f8
Add kubernetes_pod_annotations to management-pod.yml.j2
2020-12-04 14:08:55 -05:00
Harrison Katz
182ff3464e
Fix typo for kubernetes_service_account_annotations variable
2020-12-04 14:02:51 -05:00
softwarefactory-project-zuul[bot]
973c9d313e
Merge pull request #8751 from hjkatz/patch-4
...
Separate Kubernetes Ingress TLS spec from backend spec
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 17:03:26 +00:00
softwarefactory-project-zuul[bot]
a89a683eb4
Merge pull request #8733 from balonik/no-preload-data
...
make preload data optional again
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:59:12 +00:00
softwarefactory-project-zuul[bot]
52646362c3
Merge pull request #8747 from hjkatz/patch-3
...
Add Kubernetes Service support for annotations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:53:39 +00:00
softwarefactory-project-zuul[bot]
8a433f30e4
Merge pull request #8746 from hjkatz/patch-2
...
Add quotes to kubernetes annotations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-04 15:53:35 +00:00
Harrison Katz
6ab3d5301c
Separate Kubernetes Ingress TLS spec from backend spec
2020-12-04 10:50:49 -05:00
Harrison Katz
8b4b54d2c4
Add Kubernetes Service support for annotations
2020-12-03 18:36:02 -05:00
Harrison Katz
701deb2268
Add quotes to kubernetes annotations
2020-12-03 18:28:50 -05:00
Harrison Katz
85adc4a0ab
Remove duplicate spec key from Ingress for kubernetes template
2020-12-03 18:18:18 -05:00
JAKUBIS Peter H50R8VA
a5f676c3e1
make preload data optional again
...
Signed-off-by: JAKUBIS Peter H50R8VA <peter.jakubis@erstegroup.com>
2020-12-02 16:17:25 +01:00
softwarefactory-project-zuul[bot]
29926ba5d9
Merge pull request #8727 from AlanCoding/mercury_drops
...
Remove mercurial support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-01 22:11:42 +00:00
Alan Rominger
44e6e9344b
Remove mercurial support
2020-12-01 14:06:34 -05:00
softwarefactory-project-zuul[bot]
c232289323
Merge pull request #8534 from tapled/update-helm-chart-location
...
Updated Helm Chart Location
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-12-01 17:07:46 +00:00
jerosa
7e0d2aabbd
Add Git-LFS to build image
2020-11-28 14:13:59 +01:00
Jake McDermott
526a4c303f
Include awx logos for official installs
2020-11-23 13:52:25 -05:00
Nicolas G
b4a45e4cf4
Add helm installation ( #8551 )
...
Update to address https://github.com/ansible/awx/issues/8551
Install `helm` binaries along with `kubectl`
2020-11-05 17:49:04 -05:00
Johannes Gross
591a3e7a60
Updated Helm Chart Location
...
Signed-off-by: Johannes Gross <jgross@bright-skies.de>
2020-11-04 13:16:05 +01:00
Bill Nottingham
7a9eff7e65
Don't write a tower_version file in awx
2020-11-02 12:54:51 -05:00
odroid
8a325d40e4
create_preload_data | bool in launch_awx_task.sh.j2
2020-10-26 15:22:29 -04:00
Lennart Melzer
2991ddfc52
allow labelling docker web container
2020-10-25 14:34:48 +01:00
softwarefactory-project-zuul[bot]
f54116afbb
Merge pull request #8431 from wenottingham/pg-ate-ten
...
Move to rhel8 PG10 container for persistent PG
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-22 21:38:51 +00:00
Bill Nottingham
f1d2d79f00
Move to rhel8 PG10 container for persistent PG
...
Merge in updated liveness checks from upstream template
2020-10-22 17:08:16 -04:00