Shane McDonald
138964f7ab
Add support for arbitrary pod-level securityContext settings
...
This allows for doing stuff like this on the custom resource:
```
security_context_settings:
runAsUser: 1000
runAsGroup: 0
```
I added `snakeCaseParameters: False` because without it, variables like `runAsUser` become `run_as_user`... and that doesnt work.
2021-11-10 21:36:42 +08:00
Yanis Guenane
277b772c46
control_plane_ee: Honor proper ordering
2021-11-02 10:45:11 +01:00
Yanis Guenane
fc713e7b73
Properly apply default when env lookup returns empty
2021-11-02 09:57:04 +01:00
Christian M. Adams
7eb6d0e0f5
Set default images, but use them as a last resort
...
* Only use them if user did not set an image, or RELATED_IMAGES_ var
is not set
Signed-off-by: Christian M. Adams <chadams@redhat.com >
(cherry picked from commit bb957be9e6 )
2021-11-01 14:58:24 +01:00
Christian M. Adams
29879f7064
Rename related image vars to be distinct across operators
2021-10-27 11:26:51 -04:00
Christian M. Adams
8aee279634
Use relatedImages to make disconnected deployments possible
...
* Add ability to pass images in from the CSV for disconnected installs
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-10-26 00:26:16 -04:00
Shane McDonald
7b59c36263
Allow for overriding default AWX version as env var
2021-10-20 17:01:23 -04:00
Shane McDonald
38c64a504d
Merge pull request #559 from oliverf1/redis_capabilities
...
Add an option to specify container capabilities for the redis container
2021-10-13 14:24:23 -04:00
Sean Davis
b1dcf16fc8
Add Ingress path type option ( #1 )
...
* make ingress_path_type an option
* add to spec
2021-10-04 10:31:56 -05:00
Olivier
f0c5d1b4e3
Add an option to specify container capabilities for the redis container
...
With some kubernetes clusters and settings, you might need to specify
some capabilities so the container can start. For example, the CHOWN,
SETUID and SETGID capabilties.
Setting the redis_capabilities option will add the capabilities in
the deployment.
2021-10-02 18:43:37 -04:00
Shane McDonald
1095bc0518
Use AWX 19.4.0
2021-10-02 15:23:55 -04:00
Shane McDonald
ccff76dec5
Do not set default hostname for ingress
2021-09-29 18:39:27 -04:00
Shane McDonald
69203723ef
Update scaffolding to pass yamllint
2021-09-29 18:39:24 -04:00
Shane McDonald
e97def4429
meta -> ansible_operator_meta
2021-09-29 18:39:24 -04:00
Christian Adams
c24f191ec6
Merge pull request #534 from rooftopcellist/mount-receptor-config-followup
...
Make receptor.conf path consistent between containers
2021-09-08 09:46:54 -04:00
Christian M. Adams
fc9cd6bdb1
Make receptor.conf path consistent between containers
2021-09-08 09:11:37 -04:00
Christian Adams
e3b746f1c5
Merge pull request #529 from rooftopcellist/mount-receptor-config
...
Mount receptor config in awx-task container
2021-09-08 08:57:43 -04:00
Christian M. Adams
eb4b5b9b90
Mount receptor config in awx-task container
2021-09-07 18:49:26 -04:00
Christian Adams
f3cdf57f0d
Merge pull request #501 from BongoEADGC6/devel
...
Added nodeport port properties
2021-09-07 09:09:10 -04:00
Christian M. Adams
1df3df11ce
Use v1 extensions because v1beta1 is being removed
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-08-27 13:28:07 -04:00
Cliff Hults
9b072aa549
Added nodeport properties
2021-08-14 19:50:29 -04:00
Shane McDonald
8ac0de159a
Bump versions / OLM metadata
2021-08-12 23:12:22 -04:00
Christian M. Adams
8952d8fd64
Revert "pgsql uses initContainer to address FS permissions"
...
This reverts commit 99d77dff99 .
2021-08-12 15:51:15 -04:00
Christian M. Adams
ebaa407444
Revert "Added fsGroup"
...
This reverts commit 649f0cc3fb .
2021-08-12 15:50:42 -04:00
Christian Adams
47cec1f28d
Merge pull request #485 from tchellomello/fsGroup-pgsql
...
pgsql uses initContainer to address FS permissions
2021-08-12 15:36:46 -04:00
Elijah DeLee
91d299926a
update name of ee as well as the image
2021-08-11 14:54:24 -04:00
Elijah DeLee
01fe816fe8
use awx-ee:latest
...
We are updating the requirements in awx to get the latest receptor and runner in the task container,
we should also have the latest in the EE
see https://github.com/ansible/awx/pull/10861 and https://github.com/ansible/awx/pull/10858
2021-08-11 11:41:12 -04:00
Marcelo Moreira de Mello
649f0cc3fb
Added fsGroup
2021-07-31 00:56:20 -04:00
Marcelo Moreira de Mello
99d77dff99
pgsql uses initContainer to address FS permissions
2021-07-31 00:50:30 -04:00
Christian Adams
f0b439c125
Merge pull request #464 from js-rwwa/devel
...
Define ingress path as variable for deployments
2021-07-26 09:54:13 -04:00
Marcelo Moreira de Mello
24916c6fa1
Using fsGroup and extends propers via InitContainer (NFS)
2021-07-21 10:36:55 -04:00
tabjer
3a330e4943
Added default ingress_path, made it an overridable var
2021-07-12 09:09:01 +08:00
Christian M. Adams
68b00efe5e
Set no_log on all tasks that could leak secrets in logs
2021-07-07 18:19:31 -04:00
Martin Adler
c9ec522956
added openshift api version
2021-07-05 11:12:34 +02:00
Christian M. Adams
cf2cd14154
Do not check for default ee-pull-cred secret
...
* fix nested var ref for awx_spec.spec
2021-07-01 15:05:18 -04:00
h-dev.inns-tools.ext
1ddbef6105
add image_pull_secret to postgres install
2021-06-30 20:43:33 +02:00
Shane McDonald
e28d114d78
Bump versions for next release
2021-06-28 17:26:06 -04:00
Shane McDonald
b664b920dc
Allow for types other than strings to be passed to extra_settings
...
This feature was not working as intended
2021-06-25 09:47:08 -04:00
Shane McDonald
7310b43a5c
Use kubernetes.core
2021-06-22 14:52:54 -04:00
Shane McDonald
64c55c8824
Fix SYSTEM_UUID
2021-06-21 09:49:36 -04:00
Marcelo Moreira de Mello
f2e43db37c
Added ability to trust a custom bundle CA
2021-06-18 01:48:50 -04:00
Shane McDonald
785b9ef70f
Bump versions
2021-06-17 16:28:30 -04:00
Yanis Guenane
0f4cc52e71
EE: Allow one to specify resource requirements
2021-06-17 12:44:12 +02:00
Yanis Guenane
3899365da7
EE: Allow one to specify extra environment variable
2021-06-17 10:43:52 +02:00
Yanis Guenane
d47d25b584
favicon: update path to favicon.ico
...
Relates: https://github.com/ansible/awx/pull/10388
2021-06-14 09:31:04 +02:00
Yanis Guenane
7891e88131
Merge pull request #377 from aperigault/aperigault-patch-1
...
Fix service annotations
2021-06-09 09:53:01 +02:00
Shane McDonald
2777c5e00a
Dont register instance in operator
...
This happens in the app
2021-06-08 17:05:56 -04:00
Shane McDonald
6b57caeb92
Fix quoting issue
...
This was causing Ansible to always report changed=2
2021-06-08 16:56:19 -04:00
Shane McDonald
156788c56e
Add missing quotes
2021-06-08 16:56:19 -04:00
Elijah DeLee
075969f25d
Use new setting for control plan ee
...
Now this is consumed by the awx-manage register_default_execution_environments to
make the EE that is used for project updates
2021-06-08 16:56:19 -04:00