| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|/
|
|
|
| |
Update to address https://github.com/ansible/awx/issues/8551
Install `helm` binaries along with `kubectl`
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Move to rhel8 PG10 container for persistent PG
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| |
| |
| |
| | |
Merge in updated liveness checks from upstream template
|
|/
|
| |
Variable `kubernetes_pod_annotations` will add annotations to Kubernetes pods
|
|
|
|
|
| |
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
|
| |
|
|\
| |
| |
| |
| | |
Include Gettext in dev container image for translation automation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Ability to import standard pgdump into Openshift
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
velzend/allow_skipping_provision_instance_and_register_queue
allow skipping provision instance and register queue
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Brant Evans <bevans@redhat.com>
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Adding unzip dnf package
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| |/
| |
| | |
Adding unzip DNF package to resolve an issue with the unarchive module when run locally
|
|/
|
|
| |
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
|
|
|
|
| |
related: https://github.com/ansible/awx/pull/7607/
|
|
|
|
|
| |
Password lookup parameters must be within the same set of quotes.
Otherwise a default value of length is used (20).
|
|\
| |
| |
| |
| | |
ARM image build support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|\ \
| |/
|/|
| |
| | |
Installer - local_docker - fixed the ability to rerun the playbook
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
This is nessesary if you would like to rerun the playbook.
Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
|
|\ \
| | |
| | |
| | |
| | | |
Allow to use an existing PVC for postgresql install with Helm
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| | |
| | |
| | |
| | | |
Signed-off-by: Benoît Chauvet <benoit.chauvet@gmail.com>
|
|/ /
| |
| |
| |
| | |
awx-web-svc is now settable, e.g. ClusterIP or NodePort. Default
is NodePort
|
|\ \
| | |
| | |
| | |
| | | |
Use default path for pgdata volume in docker-compose template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: weltamdraht <andreas.aderhold@dwd.de>
|
|/ |
|
| |
|
|
|
|
| |
Allows users to specify pg_username that has uppercase letters to restore succesfully
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
Force containers in k8s to run under root group
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Reshape security context for AWX containers
|
| |\| |
|
| |\ \ |
|
| | | | |
|