summaryrefslogtreecommitdiffstats
path: root/installer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary --updatedarren2021-02-121-3/+2
|
* fix 9298 by upgrading pip allowing use of custom_venvsdarren2021-02-121-0/+2
|
* [9273]: Add missing symlinks for awx-manageSiva Renganathan2021-02-091-1/+2
| | | | | | | | This fixes the issue addressed in 9273 The symlinks are created on the build container as opposed to the final container causing awx-manage command to break. Signed-off-by: Siva Renganathan <siva.rg@protonmail.com>
* Merge pull request #9156 from shanemcd/minikube-dev-envsoftwarefactory-project-zuul[bot]2021-01-2615-29/+109
|\ | | | | | | | | Minikube-based development environment Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Minikube-based development environmentShane McDonald2021-01-2615-29/+109
| | | | | | | | | | | | Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md
* | Merge pull request #9152 from rooftopcellist/awxcompose-permsoftwarefactory-project-zuul[bot]2021-01-251-0/+5
|\ \ | | | | | | | | | | | | Pre-create pgdocker dir ahead of time with proper permissions Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | Pre-create pgdocker dir ahead of time with proper permissionsChristian M. Adams2021-01-251-0/+5
| |/
* / document postgres_data_dirsezanzeb2021-01-251-0/+1
|/
* Dont fail imagee builds because of debuginfo repo problemsShane McDonald2021-01-201-2/+6
|
* Merge pull request #9113 from rooftopcellist/fix-pg12-upgradessoftwarefactory-project-zuul[bot]2021-01-193-12/+34
|\ | | | | | | | | Fix bind-mount problem with pg12 upgrades Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Fix bind-mount problem with pg12 upgradesChristian M. Adams2021-01-193-12/+34
| |
* | Do not set default admin_passwordShane McDonald2021-01-192-1/+7
|/
* Merge pull request #9078 from rooftopcellist/pg12-upgrade-migrationssoftwarefactory-project-zuul[bot]2021-01-185-25/+31
|\ | | | | | | | | Fix Local Docker partial migration and unavailable superuser issues Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Run migrations via a task, not in the containerChristian M. Adams2021-01-142-0/+11
| | | | | | | | | | * Issue: https://github.com/ansible/awx/issues/9077 * Fixes problem with migrations not completing
| * Run PG upgrade tasks in container because of permissionsChristian M. Adams2021-01-134-25/+20
| | | | | | | | * update pg references
* | Remove launch scrip config mapping for k8s and ocpChristian M. Adams2021-01-141-16/+0
|/ | | | * Related to https://github.com/ansible/awx/pull/8968
* Upgrade PostgreSQL from 10 to 12Christian M. Adams2021-01-086-19/+26
|
* Remove unnecessary conditional from image build taskShane McDonald2020-12-301-1/+0
|
* Remove use_container_for_build from inventoryShane McDonald2020-12-301-11/+0
|
* Explicitly run image_build and image_push on localhostShane McDonald2020-12-263-9/+1
|
* Dramatically simplify image_build roleShane McDonald2020-12-263-151/+46
| | | | | | | | 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
* Add standalone target for rendering official DockerfileShane McDonald2020-12-261-1/+3
| | | | | | | | | With the next commit it will be possible to run: ``` $ make Dockerfile $ docker build . ```
* More sane way of building the official AWX imageShane McDonald2020-12-223-86/+21
|
* Merge pull request #8967 from shanemcd/less-configsoftwarefactory-project-zuul[bot]2020-12-225-80/+2
|\ | | | | | | | | Remove launch scripts from configmaps Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Remove launch scripts from configmapsShane McDonald2020-12-225-80/+2
| | | | | | | | | | The duplication of these scripts has been bothering me for a while. They dont get enough usage to justify their existence.
* | Merge pull request #8754 from ryanpetrello/strict-cspsoftwarefactory-project-zuul[bot]2020-12-102-4/+0
|\ \ | |/ |/| | | | | Introduce a strict Content-Security-Policy Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Introduce a strict Content-Security-PolicyRyan Petrello2020-12-082-4/+0
| |
* | Revert: Force containers in k8s to run under root groupShane McDonald2020-12-081-2/+0
| | | | | | | | | | | | | | This reverts most of: https://github.com/ansible/awx/commit/423df6618d1f5484ea428dcd32371e67bb4c49d4 Since https://github.com/sclorg/redis-container/pull/62 is now shipped downstream
* | Fix typo in deployment templateShane McDonald2020-12-081-1/+1
|/
* NodeJS: Bump to actively maintained LTS 14.15.1Yanis Guenane2020-12-072-3/+3
|
* Fix image build - powertools repo ref changedChristian M. Adams2020-12-071-2/+2
|
* Merge pull request #8758 from hjkatz/patch-7softwarefactory-project-zuul[bot]2020-12-041-6/+6
|\ | | | | | | | | Use literal quotation marks for Kubernetes annotations instead of quo… Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Use literal quotation marks for Kubernetes annotations instead of quote filterHarrison Katz2020-12-041-6/+6
| |
* | Merge pull request #8757 from hjkatz/patch-6softwarefactory-project-zuul[bot]2020-12-041-0/+6
|\ \ | |/ |/| | | | | Add kubernetes_pod_annotations to management-pod.yml.j2 Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Add kubernetes_pod_annotations to management-pod.yml.j2Harrison Katz2020-12-041-0/+6
| |
* | Fix typo for kubernetes_service_account_annotations variableHarrison Katz2020-12-041-1/+1
|/
* Merge pull request #8751 from hjkatz/patch-4softwarefactory-project-zuul[bot]2020-12-041-6/+6
|\ | | | | | | | | Separate Kubernetes Ingress TLS spec from backend spec Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Separate Kubernetes Ingress TLS spec from backend specHarrison Katz2020-12-041-6/+6
| |
* | Merge pull request #8733 from balonik/no-preload-datasoftwarefactory-project-zuul[bot]2020-12-043-5/+6
|\ \ | | | | | | | | | | | | make preload data optional again Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | make preload data optional againJAKUBIS Peter H50R8VA2020-12-023-5/+6
| |/ | | | | | | Signed-off-by: JAKUBIS Peter H50R8VA <peter.jakubis@erstegroup.com>
* | Merge pull request #8747 from hjkatz/patch-3softwarefactory-project-zuul[bot]2020-12-041-0/+6
|\ \ | | | | | | | | | | | | Add Kubernetes Service support for annotations Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | Add Kubernetes Service support for annotationsHarrison Katz2020-12-041-0/+6
| |/
* | Merge pull request #8746 from hjkatz/patch-2softwarefactory-project-zuul[bot]2020-12-041-5/+5
|\ \ | | | | | | | | | | | | Add quotes to kubernetes annotations Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | Add quotes to kubernetes annotationsHarrison Katz2020-12-041-5/+5
| |/
* / Remove duplicate spec key from Ingress for kubernetes templateHarrison Katz2020-12-041-1/+0
|/
* Merge pull request #8727 from AlanCoding/mercury_dropssoftwarefactory-project-zuul[bot]2020-12-011-1/+0
|\ | | | | | | | | Remove mercurial support Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Remove mercurial supportAlan Rominger2020-12-011-1/+0
| |
* | Merge pull request #8534 from tapled/update-helm-chart-locationsoftwarefactory-project-zuul[bot]2020-12-011-1/+1
|\ \ | |/ |/| | | | | Updated Helm Chart Location Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Updated Helm Chart LocationJohannes Gross2020-11-041-1/+1
| | | | | | | | Signed-off-by: Johannes Gross <jgross@bright-skies.de>
* | Add Git-LFS to build imagejerosa2020-11-281-0/+1
| |