Seth Foster
9c759bfe88
bump kustomize v4.5.7 to v5.0.1 ( #1357 )
2023-04-21 14:49:42 -04:00
Christian Adams
d0205f4e5e
Add docs for how to run molecule tests with kind ( #1375 )
...
- test-local docker scenario was removed in 9a54ae2937
2023-04-20 15:47:36 -04:00
Lukas Magauer
d914edf3e0
The ingress resulted in a double slash, if there is are slashes at the end of the ingress_path variable ( #1374 )
...
Co-authored-by: lumarel <lumarel@users.noreply.github.com >
2023-04-19 23:35:36 -04:00
John Westcott IV
be4fd1364c
Merge pull request #1371 from john-westcott-iv/another-helm-fix
...
Changing helm-release again
2023-04-19 17:26:43 -04:00
Christian Adams
599b1e387d
Fix linter warnings on PRs ( #1372 )
2023-04-19 18:36:29 +00:00
john-westcott-iv
732ff9c02c
Changing helm-release again
2023-04-19 12:25:14 -04:00
Hao Liu
d0e30a6878
Merge pull request #1368 from tanganellilore/fix_promote
...
fix chart package path on helm-release playbook
2023-04-19 11:31:57 -04:00
Shane McDonald
a213b60008
Merge pull request #1369 from sdx23/patch-1
...
Update README.md
2023-04-19 09:13:58 -04:00
sdx23
768327ea3b
Update README.md
...
Adaptations to use kustomize implicitly via kubectl apply -k
2023-04-19 11:18:00 +02:00
Lorenzo Tanganelli
4908ecfd5d
fix chart package path on hel-release playbook
2023-04-19 09:32:17 +02:00
Lila Yasin
e1e97a1bbf
Merge pull request #1351 from djyasin/1331_Add_support_to_specify_different_annotation_for_task_and_web_deployments
...
Add support to specify different annotation for the task and web deployments in AWX operator
2.0.1
2023-04-17 16:22:36 -04:00
Lila
e54215863c
Add ability to override annotations independently
...
- add web_annotations to override annotations for web pods
- add task_annotations to override annotations for task pods
2023-04-17 16:07:12 -04:00
Seth Foster
0c2f45569c
Merge pull request #1358 from fosterseth/fix_development_mode
...
fix development mode
2023-04-13 11:10:37 -04:00
Seth Foster
cde24806cf
fix development mode
2023-04-12 19:31:15 -04:00
Christian Adams
5a3b2179bc
Set securityContext.capabilities for kube-rbac-proxy container ( #1354 )
2023-04-12 14:55:57 -04:00
Lukas Magauer
faf51c8b24
Add websocket configuration for contour ingress ( #1320 )
...
Co-authored-by: lumarel <lumarel@users.noreply.github.com >
2023-04-12 18:29:21 +00:00
Hao Liu
9bdbf4bacb
Fix lint error ( #1352 )
...
Check warning on line 44 in roles/installer/defaults/main.yml
44:2 [comments] missing starting space in comment
2023-04-12 14:25:41 -04:00
Hao Liu
d4015546db
Fix helm release problem (attempt 3) ( #1350 )
...
fix helm release result in helm index containing incorrect download link
Co-authored-by: Christian Adams <rooftopcellist@gmail.com >
Co-authored-by: John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com >
2023-04-11 20:37:51 +00:00
Hao Liu
10df62ff7b
Merge pull request #1349 from thedoubl3j/fix_task_tolerations
...
fix task deployment tolerations
2023-04-11 15:13:59 -04:00
thedoubl3j
a2a35d0a40
remove to_nice_yaml from tolerations in the task deployment which caused in malformed yaml to be rendered for the task deployment
2023-04-11 14:26:51 -04:00
Hao Liu
4589e2849d
Merge pull request #1333 from TheRealHaoLiu/fix-rsyslog-ca-cert
...
Add CA cert volume mount to rsyslog sidecar
2023-04-07 13:07:29 -04:00
Hao Liu
1456d24ff5
Merge pull request #1328 from thedoubl3j/fix_manual_projects
...
Add back project persistence so Manual projects SCM type have path
2023-04-07 13:06:56 -04:00
Hao Liu
b5e630d0b5
Merge pull request #1342 from TheRealHaoLiu/fix-molecue-failure
...
Update CI test and fix awx-operator CI failure in awx repo
2023-04-07 12:59:02 -04:00
Hao Liu
4104e7d912
Update awx_test.yml
...
- rename awx_pod to awx_web_pod to better reflect intention
- update `awx_version` block to also validate awx_task_pod
- add get awx_task_pod in additional label check block (fix CI in awx repo which does not run the validate awx_version block)
- add assertion for awx_task_pod extra label
2023-04-07 12:42:22 -04:00
thedoubl3j
2f7297f5f5
revert project persistance so that manual projects have a default path
...
move chmod chgrp for projects_persistence to different init
default init container is the awx-ee because and unable to run command chgrp
moving it into a different init container
note this is not needed for openshift so this is conditional on is_k8s
2023-04-07 12:02:13 -04:00
Lila Yasin
073e6cff0a
Merge pull request #1327 from djyasin/1315_Update-tests-to-validate-web-task
...
Updating awx_test.yml to respect both web and task deployments.
2023-04-07 10:51:02 -04:00
Lila
910f1eeb36
Updating awx_test.yml to respect both web and task deployments.
...
- Extracts label information from both web and task pods
- Asserts web and task pod labels are correct respectively
2023-04-07 10:24:02 -04:00
Hao Liu
bba532e2e5
Merge pull request #1229 from manfuin/conditional-sslrootcert
...
Specify sslrootcert in database options conditionally (fixes #1215 )
2023-04-05 14:18:05 -04:00
Hao Liu
fee2289753
Add CA cert volume mount to rsyslog sidecar
...
fixes https://github.com/ansible/awx-operator/issues/1332
2023-04-05 13:40:38 -04:00
Hao Liu
c5520d4c61
Merge pull request #1324 from TheRealHaoLiu/fix-supervisor-conf-file-inconsistancy
...
Fix supervisor conf file inconsistancy
2023-04-04 11:15:33 -04:00
Hao Liu
25e7f5a8f2
Fix supervisor conf file inconsistancy
2023-04-04 10:00:02 -04:00
Hao Liu
d4e12dff8f
Merge pull request #1316 from TheRealHaoLiu/tmp-fix-ci
...
Temporary fix for CI failure for web-task-split
2.0.0
2023-03-30 12:36:54 -04:00
Hao Liu
c4d9970111
Update awx_test.yml
2023-03-30 12:35:24 -04:00
Hao Liu
34f48713a4
Merge pull request #1314 from TheRealHaoLiu/tmp-fix-label-test-failure
...
Temporary fix for label test failure
2023-03-30 11:50:00 -04:00
Hao Liu
8d2d44dc6d
tmp fix for label test failure
...
validate label only for awx web container
TODO: make this validate both web and task container
2023-03-30 11:47:55 -04:00
Jake Jackson
2f59796caa
Merge pull request #1218 from ansible/feature_web-task-split
...
Deploy web and task component in independent deployment
2023-03-30 10:38:34 -04:00
thedoubl3j
4a6d1855dc
remove disktype key from example
2023-03-29 22:00:52 -04:00
Hao Liu
cd3bfbef96
Rename SUPERVISOR_WEB_CONFIG_PATH
...
SUPERVISOR_WEB_CONFIG_PATH is used in the old deployment for task container to reach into the web container and restart services
this is no longer possible/needed after splitting the deployment
renaming SUPERVISOR_WEB_CONFIG_PATH to SUPERVISOR_CONFIG_PATH
and setting it to the supervisor file for the container
this can still be useful to help run `supervisorctl -c $SUPERVISOR_CONFIG_PATH`
2023-03-29 22:00:52 -04:00
Hao Liu
02328076e5
Update arg for launching web container
...
related to https://github.com/ansible/awx/pull/13777
make sure that the launch script name reflect the component that its launching
2023-03-29 22:00:52 -04:00
Lila
4bec3f7098
Removed extra space.
2023-03-29 22:00:52 -04:00
Lila
b7e6987aec
Removed errant quotes in main.yml.
2023-03-29 22:00:52 -04:00
Jake Jackson
7218e42771
[web/task split] fix scale down bug ( #1295 )
...
- rename scale_down vars to the new deployments since the old one no longer exists
- rename postgres.yml scale down vars as it references the old ones as well
2023-03-29 22:00:52 -04:00
Lila
25dfc97047
Updated task deployment to fix receptor certs issue.
...
Added the following volume mounts to the web container:
- receptor-work-signing
- receptor-ca
- work-public-key.pem
Also added these corresponding volumes to the web deployments:
- receptor-ca
- receptor-work-signing
2023-03-29 22:00:52 -04:00
Hao Liu
1106ef54ee
add AWX_COMPONENT env var
...
for awx to be able to identify which component it is running in code
2023-03-29 22:00:52 -04:00
thedoubl3j
6fd5ca918b
remove any reference to project persistance in web deployment
2023-03-29 22:00:52 -04:00
Hao Liu
942cce05e7
resolve merge error
2023-03-29 22:00:52 -04:00
Hao Liu
c2f0c214eb
rename tower_pod to awx_task_pod
2023-03-29 22:00:52 -04:00
Hao Liu
a0fdf653fb
enable web container to be restarted when configmap/secret change
2023-03-29 22:00:52 -04:00
thedoubl3j
5894a4ad25
remove old deployment during upgrade
2023-03-29 22:00:52 -04:00
thedoubl3j
3c0ea07a55
update documentation for the new fields added
2023-03-29 22:00:52 -04:00