summaryrefslogtreecommitdiffstats
path: root/installer (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Include awx logos for official installsJake McDermott2020-11-231-2/+2
| |
* | Add helm installation (#8551)Nicolas G2020-11-051-0/+4
|/ | | | | Update to address https://github.com/ansible/awx/issues/8551 Install `helm` binaries along with `kubectl`
* Don't write a tower_version file in awxBill Nottingham2020-11-021-1/+1
|
* `create_preload_data | bool` in launch_awx_task.sh.j2odroid2020-10-261-1/+1
|
* allow labelling docker web containerLennart Melzer2020-10-251-0/+10
|
* Merge pull request #8431 from wenottingham/pg-ate-tensoftwarefactory-project-zuul[bot]2020-10-224-13/+11
|\ | | | | | | | | Move to rhel8 PG10 container for persistent PG Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Move to rhel8 PG10 container for persistent PGBill Nottingham2020-10-224-13/+11
| | | | | | | | Merge in updated liveness checks from upstream template
* | Add support for Kubernetes Pod annotationsNicolas G2020-10-221-0/+6
|/ | | Variable `kubernetes_pod_annotations` will add annotations to Kubernetes pods
* Add Kubernetes Deployment support for annotationsNicolas G2020-10-191-0/+6
| | | | | Annotations are only supported for ingress and service accounts This PR will allow you now to specify annotations for Kubernetes Deployment resources by defining `kubernetes_deployment_annotations` var list
* fixed typo in the word examplePatrick2020-09-291-1/+1
|
* Merge pull request #8259 from rooftopcellist/gettext_translationssoftwarefactory-project-zuul[bot]2020-09-291-1/+1
|\ | | | | | | | | Include Gettext in dev container image for translation automation Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Include Gettext in dev container image for translation automationChristian M. Adams2020-09-291-1/+1
| |
* | Merge pull request #8224 from tchellomello/import_dbsoftwarefactory-project-zuul[bot]2020-09-281-0/+17
|\ \ | |/ |/| | | | | Ability to import standard pgdump into Openshift Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Ability to import standard pgdump into OpenshiftMarcelo Moreira de Mello2020-09-241-0/+17
| |
* | Merge pull request #8001 from ↵softwarefactory-project-zuul[bot]2020-09-281-0/+6
|\ \ | |/ |/| | | | | | | | | velzend/allow_skipping_provision_instance_and_register_queue allow skipping provision instance and register queue Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * allow skipping provision instance and register queuetp48cf2020-08-261-0/+6
| |
* | Add custom root ca certificate via configmapBrant Evans2020-09-235-2/+76
| | | | | | | | Signed-off-by: Brant Evans <bevans@redhat.com>
* | K8s ServiceAccount variabilizationMartinho Moreira2020-09-142-3/+4
| |
* | Merge pull request #8119 from soomsoom/unarchive-rpm-pacakgessoftwarefactory-project-zuul[bot]2020-09-111-0/+1
|\ \ | | | | | | | | | | | | Adding unzip dnf package Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | Adding unzip dnf packagesoomsoom2020-09-101-0/+1
| |/ | | | | Adding unzip DNF package to resolve an issue with the unarchive module when run locally
* / Update docker-compose.yml.j2mjeffin2020-09-101-1/+1
|/ | | | Add quotes around volume value for posgres data. I installed via docker without changing any values and the UI was stuck in upgrading for long time. Browsed around and figured out that issue was due to postgres volume as a query was getting error. Inspected the template and found that there was no quotes around volume, unlike volumes for others. I added the quotes and docker compose was working
* gather facts for image builds so we can detect archRyan Petrello2020-08-251-1/+1
| | | | related: https://github.com/ansible/awx/pull/7607/
* Fix broadcast_websocket_secret lengthTaras Dyshkant2020-08-212-2/+2
| | | | | Password lookup parameters must be within the same set of quotes. Otherwise a default value of length is used (20).
* Merge pull request #7607 from agaffney/arm_image_buildsoftwarefactory-project-zuul[bot]2020-08-203-7/+24
|\ | | | | | | | | ARM image build support Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * ARM image build supportAndrew Gaffney2020-07-313-7/+24
| | | | | | | | | | | | | | | | | | | | * upgrade `chromedriver` for ARM support * upgrade `pynacl` to fix `libsodium` build issue on ARM * remove unnecessary i686-specific `libstdc++.so.6` package * install `kubectl` and `tini` from upstream binaries for ARM support * use upstream `postgres` and `alpine` docker images for `postgresql` helm chart Fixes #7051
* | Merge pull request #7070 from JoelKle/fix_rerun_abilitysoftwarefactory-project-zuul[bot]2020-08-134-14/+21
|\ \ | |/ |/| | | | | Installer - local_docker - fixed the ability to rerun the playbook Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Fixed a bug, where the redis.conf first would be stored with mod 0600JoelKle2020-07-031-14/+14
| | | | | | | | | | | | | | and in the next task changed to 0666. This has broke the ability to rerun the playbook. Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
| * Added the ability, to set the broadcast_websocket_secret variable.JoelKle2020-07-033-0/+7
| | | | | | | | | | | | This is nessesary if you would like to rerun the playbook. Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
* | Merge pull request #7750 from Orabig/develsoftwarefactory-project-zuul[bot]2020-07-312-0/+4
|\ \ | | | | | | | | | | | | Allow to use an existing PVC for postgresql install with Helm Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | Allow to use an existing PersistanceVolumeClaim for postgresql install with HelmBenoît Chauvet2020-07-292-0/+4
| | | | | | | | | | | | Signed-off-by: Benoît Chauvet <benoit.chauvet@gmail.com>
* | | Add kubernetes_web_svc_type variable to installer/inventorySeth Foster2020-07-293-0/+6
|/ / | | | | | | | | awx-web-svc is now settable, e.g. ClusterIP or NodePort. Default is NodePort
* | Merge pull request #7698 from geerlingguy/pg-data-use-default-pathsoftwarefactory-project-zuul[bot]2020-07-231-2/+1
|\ \ | | | | | | | | | | | | Use default path for pgdata volume in docker-compose template Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * | Use default path for pgdata volume in docker-compose templateJeff Geerling2020-07-211-2/+1
| | |
* | | Installer: remove quote filter from docker_registry_passwordPhilip DOUGLASS2020-07-211-1/+1
|/ / | | | | | | | | | | | | | | The docker_registry_password var isn't interpolated by the shell, so it shouldn't be quoted Fixes: #7695 Signed-off-by: Philip DOUGLASS <philip.douglass@amadeus.com>
* | Remove the NodePort type for the web svc.Joseph Pisciotta2020-07-171-1/+0
| |
* | Adding inventory variable to set "extra_hosts" in generated compose fileweltamdraht2020-07-102-0/+20
| | | | | | | | Signed-off-by: weltamdraht <andreas.aderhold@dwd.de>
* | Allow anyone to start awx and awx_task [#7545]Ilkka Tengvall2020-07-071-2/+2
|/
* Remove references to old imagesShane McDonald2020-07-013-8/+5
|
* Copy over downstream changeShane McDonald2020-07-011-2/+2
| | | | Allows users to specify pg_username that has uppercase letters to restore succesfully
* move tmux to dev dependenciesRyan Petrello2020-06-191-1/+1
|
* Support PVCs that were created w/ WaitForFirstConsumerShane McDonald2020-06-171-2/+2
|
* Remove local port binding for postgres in dev envShane McDonald2020-06-171-0/+1
| | | | | I dont think we need to bind this port at the host level. This will allow us to run the galaxy_ng dev tooling side-by-side with AWX.
* Merge pull request #7317 from shanemcd/redis-root-groupsoftwarefactory-project-zuul[bot]2020-06-172-1/+3
|\ | | | | | | | | Force containers in k8s to run under root group Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Force containers in k8s to run under root groupShane McDonald2020-06-102-1/+3
| | | | | | | | | | Normally containers belong to the 'root' group, but for some reason the downstream red hat scl redis image only belongs to the 'redis' group by default. This fixes that.
* | Allows for docker logger supportBen Schmitz2020-06-162-0/+19
| |
* | Make tests pass with current versions of thingsShane McDonald2020-06-161-0/+1
| |
* | Merge pull request #7188 from mo-saeed/develShane McDonald2020-06-112-1/+95
|\ \ | | | | | | Reshape security context for AWX containers
| * | merge and resolve conflictsmosad2020-06-106-81/+3
| |\|
| * | Merge branch 'devel' into develmo-saeed2020-06-0618-139/+74
| |\ \
| * | | Resolve conflict 2mosad2020-06-061-6/+6
| | | |