Christian M. Adams
d8b7791375
Revert subman install and setfacl
2020-10-30 16:39:59 -04:00
Christian M. Adams
0a23bb6e36
Install subman and set ACL for rhsm.conf for dev
2020-10-30 16:39:58 -04:00
Ryan Petrello
74ad1f36ac
remove some entitlements config we no longer need
2020-10-30 16:39:58 -04:00
Ryan Petrello
4445d096f5
reimplement licensing to work with RHSM and entitlement uploads
...
Co-authored-by: Christian Adams <chadams@redhat.com>
2020-10-30 16:39:57 -04: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
Nicolas G
a50e32d4ea
Add support for Kubernetes Pod annotations
...
Variable `kubernetes_pod_annotations` will add annotations to Kubernetes pods
2020-10-21 19:59:11 -04:00
Nicolas G
23c386223c
Add Kubernetes Deployment support for annotations
...
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
2020-10-19 16:33:54 -04:00
Patrick
359682022f
fixed typo in the word example
2020-09-29 12:00:37 -04:00
softwarefactory-project-zuul[bot]
7f7864fe2b
Merge pull request #8259 from rooftopcellist/gettext_translations
...
Include Gettext in dev container image for translation automation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-29 13:48:28 +00:00
Christian M. Adams
e7b5f311b5
Include Gettext in dev container image for translation automation
2020-09-29 08:53:18 -04:00
softwarefactory-project-zuul[bot]
d6201d9eb6
Merge pull request #8224 from tchellomello/import_db
...
Ability to import standard pgdump into Openshift
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-28 17:24:35 +00:00
softwarefactory-project-zuul[bot]
0c7bfa543b
Merge pull request #8001 from velzend/allow_skipping_provision_instance_and_register_queue
...
allow skipping provision instance and register queue
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-28 15:20:35 +00:00
Marcelo Moreira de Mello
f1b8a63d91
Ability to import standard pgdump into Openshift
2020-09-23 22:33:57 -04:00
Brant Evans
512da5a01c
Add custom root ca certificate via configmap
...
Signed-off-by: Brant Evans <bevans@redhat.com>
2020-09-22 16:42:39 -07:00
Martinho Moreira
8d5914b3f1
K8s ServiceAccount variabilization
2020-09-14 17:37:45 +02:00
softwarefactory-project-zuul[bot]
0a871c6107
Merge pull request #8119 from soomsoom/unarchive-rpm-pacakges
...
Adding unzip dnf package
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-11 15:57:38 +00:00
soomsoom
014a38682d
Adding unzip dnf package
...
Adding unzip DNF package to resolve an issue with the unarchive module when run locally
2020-09-10 06:26:07 -04:00
mjeffin
38fd652f89
Update docker-compose.yml.j2
...
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
2020-09-10 13:53:52 +05:30
tp48cf
d9e09f482d
allow skipping provision instance and register queue
2020-08-26 15:56:01 +02:00
Ryan Petrello
04229ba14b
gather facts for image builds so we can detect arch
...
related: https://github.com/ansible/awx/pull/7607/
2020-08-25 11:36:26 -04:00
Taras Dyshkant
e4095a0c27
Fix broadcast_websocket_secret length
...
Password lookup parameters must be within the same set of quotes.
Otherwise a default value of length is used (20).
2020-08-21 16:43:07 +03:00
softwarefactory-project-zuul[bot]
5d208cc14e
Merge pull request #7607 from agaffney/arm_image_build
...
ARM image build support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-08-19 22:07:32 +00:00
softwarefactory-project-zuul[bot]
54f8742747
Merge pull request #7070 from JoelKle/fix_rerun_ability
...
Installer - local_docker - fixed the ability to rerun the playbook
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-08-13 14:12:08 +00:00
Andrew Gaffney
02252f3f97
ARM image build support
...
* 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
2020-07-31 14:22:35 -04:00
softwarefactory-project-zuul[bot]
07e86adbb7
Merge pull request #7750 from Orabig/devel
...
Allow to use an existing PVC for postgresql install with Helm
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-31 13:53:09 +00:00
Seth Foster
07160d9719
Add kubernetes_web_svc_type variable to installer/inventory
...
awx-web-svc is now settable, e.g. ClusterIP or NodePort. Default
is NodePort
2020-07-29 14:18:10 -04:00
Benoît Chauvet
e917cffb5f
Allow to use an existing PersistanceVolumeClaim for postgresql install with Helm
...
Signed-off-by: Benoît Chauvet <benoit.chauvet@gmail.com>
2020-07-29 14:11:12 +02:00
softwarefactory-project-zuul[bot]
71d3fd3dbc
Merge pull request #7698 from geerlingguy/pg-data-use-default-path
...
Use default path for pgdata volume in docker-compose template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-23 13:02:53 +00:00
Jeff Geerling
06fd131637
Use default path for pgdata volume in docker-compose template
2020-07-21 15:35:24 -05:00
Philip DOUGLASS
ab20b5bd10
Installer: remove quote filter from docker_registry_password
...
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>
2020-07-21 15:33:42 -04:00
Joseph Pisciotta
75c6c068a7
Remove the NodePort type for the web svc.
2020-07-17 12:51:29 -04:00
weltamdraht
347529a0cf
Adding inventory variable to set "extra_hosts" in generated compose file
...
Signed-off-by: weltamdraht <andreas.aderhold@dwd.de>
2020-07-10 13:25:07 +02:00
Ilkka Tengvall
8b4b1f5f81
Allow anyone to start awx and awx_task [ #7545 ]
2020-07-07 15:04:23 +03:00
JoelKle
699f186890
Fixed a bug, where the redis.conf first would be stored with mod 0600
...
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>
2020-07-03 08:59:28 +02:00
JoelKle
caab751215
Added the ability, to set the broadcast_websocket_secret variable.
...
This is nessesary if you would like to rerun the playbook.
Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
2020-07-03 08:59:28 +02:00
Shane McDonald
e26387cdf3
Remove references to old images
2020-07-01 14:57:48 -04:00
Shane McDonald
7f81f530fa
Copy over downstream change
...
Allows users to specify pg_username that has uppercase letters to restore succesfully
2020-07-01 14:40:38 -04:00
Ryan Petrello
31ab386591
move tmux to dev dependencies
2020-06-19 08:47:11 -04:00
Shane McDonald
43bf2989af
Support PVCs that were created w/ WaitForFirstConsumer
2020-06-17 16:40:33 -04:00
Shane McDonald
51b0c51605
Remove local port binding for postgres in dev env
...
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.
2020-06-17 13:34:55 -04:00
softwarefactory-project-zuul[bot]
5ca66ac806
Merge pull request #7317 from shanemcd/redis-root-group
...
Force containers in k8s to run under root group
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-16 23:41:42 +00:00
Ben Schmitz
ea175ac5b6
Allows for docker logger support
2020-06-16 08:29:43 -04:00
Shane McDonald
de82c613fc
Make tests pass with current versions of things
2020-06-15 23:13:44 -04:00
Shane McDonald
e035eea95a
Merge pull request #7188 from mo-saeed/devel
...
Reshape security context for AWX containers
2020-06-11 15:26:58 -04:00
Shane McDonald
423df6618d
Force containers in k8s to run under root group
...
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.
2020-06-10 13:40:15 -04:00
softwarefactory-project-zuul[bot]
2582036fc8
Merge pull request #7313 from kdelee/update_k8s_inv_docs
...
remove some references to memcached
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-06-10 16:33:08 +00:00
Ryan Petrello
e81ccf10df
set proper permissions for the redis socket
2020-06-10 11:36:09 -04:00