Shane McDonald
edecf4d2fe
Move labels into reusable templates
2022-08-30 11:00:43 -04:00
Shane McDonald
4120b5e2b0
Merge pull request #977 from somebadcode/add-ingress-class-name-to-ingress-template
...
Adding ingress class name to ingress template (#716 )
2022-08-29 09:12:52 -04:00
Tobias Dahlberg
8dabca5418
Adding ingress class name to ingress template ( #716 )
2022-08-29 11:11:19 +02:00
Fedor V
1d341a21d0
feat(readme): remove use of NAMESPACE var ( #1028 )
...
- it was used previously, but not anymore
2022-08-25 16:21:58 -04:00
Shane McDonald
f8719db954
Merge pull request #1013 from miles-w-3/debug-helm
...
Streamlined chart build
0.28.0
2022-08-25 11:59:04 -04:00
SweetGeneral
89425826e8
AWX.enable corrected to AWX.enabled ( #1035 )
...
Co-authored-by: sandesh.gupta <sandesh.gupta@olacabs.com >
2022-08-25 09:26:26 -04:00
Shane McDonald
5c572a9ba6
Merge pull request #1033 from mateuszdrab/patch-1
...
Remove reference to cluster.local
2022-08-25 08:44:32 -04:00
Shane McDonald
b7bbfd432d
Merge pull request #1034 from whitej6/jlw-jinj3-filter-update
...
Fixes #1032 - Update filter to jinja 3.x format
2022-08-25 08:42:42 -04:00
Shane McDonald
b17cd16fb7
Merge pull request #1008 from rooftopcellist/fix-helm-pkg-build
...
Fix helm package build redundancy and release automation
2022-08-25 08:38:09 -04:00
Mac Chaffee
dc6cbab501
Import all ldap config classes in settings.py ( #961 )
...
* Import all ldap config classes in settings.py
* Add AUTH_LDAP_GROUP_TYPE example to readme
Signed-off-by: Mac Chaffee <machaffe@renci.org >
2022-08-24 18:00:08 -04:00
Jeremy White
a81be586db
update filter to jinja 3.x format
2022-08-24 14:56:08 -05:00
Mateusz Drab
f2a9e967cc
Remove reference to cluster.local
2022-08-24 20:07:11 +01:00
Christian Adams
9f017d03e6
Make Backup & restore requests and limits configurable ( #1030 )
...
* Add resource specification options to the backup objects
* Add resource specification options to the restore object
Co-authored-by: Ivan Aragonés <26822043+ivarmu@users.noreply.github.com >
Co-authored-by: silvinux <silvinux7@gmail.com >
Co-authored-by: Ivan Aragonés Muniesa <iaragone@redhat.com >
2022-08-23 23:23:01 -04:00
Christian Adams
7d2d1b3c5e
Upgrade to Operator SDK v1.22.2 ( #1001 )
...
* Upgrade to Operator SDK 1.16.0
* Upgrade Operator SDK to v1.22.2 & bump base image version
0.27.0
2022-08-22 18:54:56 -04:00
Shane McDonald
5d0ebd0121
Merge pull request #1029 from shanemcd/delete-logging-code
...
Delete logging overrides in configmap
2022-08-22 11:48:05 -04:00
Shane McDonald
f368a539a9
Delete logging overrides in configmap
2022-08-22 10:56:37 -04:00
Shane McDonald
0aef4cc35f
Merge pull request #1026 from shanemcd/respect-LOG_AGGREGATOR_LEVEL
...
Respect LOG_AGGREGATOR_LEVEL
2022-08-19 13:25:33 -04:00
Shane McDonald
e3701dd3db
Respect LOG_AGGREGATOR_LEVEL
2022-08-18 19:10:54 -04:00
Elijah DeLee
cf98edc282
Merge pull request #976 from jainnikhil30/scale_callback_receiver_workers
...
configure callback receiver workers based on CPU
2022-08-09 07:23:08 -04:00
Nikhil
58a4778c89
configure callback receiver workers based on CPU
2022-08-09 13:18:41 +05:30
Shane McDonald
8e50bdde9b
Merge pull request #1015 from shanemcd/installer-templates-cleanup
...
Organize installer templates into subdirectories
2022-08-05 12:49:51 -04:00
Shane McDonald
60386bc928
Organize installer templates into subdirectories
2022-08-05 10:45:15 -04:00
kurokobo
f1df88dc53
fix: change to safely skip task if backupDirectory is not defined ( #1003 ) ( #1004 )
2022-08-04 10:42:43 -04:00
Miles Wilson
8de6179ac7
Streamlined chart build
2022-08-03 22:48:27 -04:00
Dimitri Savineau
8a3c8e727a
Merge pull request #929 from dsavineau/undefined_limits_key
...
installer: fix undefined limit key in config
2022-08-02 10:05:47 -04:00
Christian Adams
c230016819
Fix helm package build redundancy and release automation ( #1010 )
2022-08-01 21:27:15 +00:00
Christian M. Adams
bea05c97ee
Fix helm package build redundancy and release automation
2022-08-01 16:00:51 -04:00
John Westcott IV
3a6040e0cd
Adding GitHub check to ensure PRs have the proper X/Y/Z flags
0.26.0
2022-08-01 14:09:56 -04:00
John Westcott IV
24f3f440f1
Adding GitHub check to ensure PRs have the proper X/Y/Z flags
2022-08-01 13:04:38 -04:00
Christian Adams
87b0511997
Use new postgres pod label when migrating from old instance ( #1005 )
2022-07-29 16:38:04 -04:00
Christian Adams
fde4a47a14
Bump dependencies stream ( #841 )
...
* Bump Postgresql, Nginx and Redis versions
* pg12 --> pg13 upgrade path
* Set supported pg version as a variable to remain DRY
* Make deleting the old db data pvc after upgrade configurable
* Use labels to find the postgres pod
* backup/restore: fix postgres label selector value
We need to use the deployment_name variable for the postgres instance
name.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com >
* backup/restore: add missing default supported_pg_version variable
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com >
* restore: update database_host fact with pg suffix
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com >
Co-authored-by: Dimitri Savineau <dsavinea@redhat.com >
2022-07-29 13:21:51 -04:00
John Westcott IV
af2e681f1e
Please backup before attempting an upgrade ( #1002 )
2022-07-28 16:19:57 -04:00
lutskevich
82ffa3d348
Restore not managed external postgresql ( #877 )
...
* Restore not managed external postgresql
Update postgres.yml for restore from backup not managed external postgresql db.
* Update postgres.yml
* rm trailing spaces #48
Co-authored-by: Viktor Lutskevich <lutskevich.v@mail366.com >
2022-07-27 16:23:51 -04:00
Ming Quah
db6a5b53ed
Move custom resource definitions into a CRDs folder ( #994 )
...
* Add missing quote for port parameter
* Add step to move CRDs into the correct folder
2022-07-26 18:48:20 -04:00
Shane McDonald
0be17476cd
Merge pull request #979 from stanislav-zaprudskiy/allow_skipping_labels_patching_on_awx_resource
...
Introduce `set_self_labels` in CRDs
2022-07-20 12:41:20 -04:00
Shane McDonald
f4a781ccc5
Merge pull request #984 from bewing/makefile-logic
...
fix helm-chart Makefile issue
2022-07-20 12:40:20 -04:00
John Westcott IV
fcd2c4c023
Merge pull request #982 from john-westcott-iv/pr_template
...
Adding PR template
2022-07-19 04:22:41 -04:00
John Westcott IV
8e30a17a77
Adding PR template
2022-07-19 04:12:38 -04:00
Christian Adams
b3037c1067
Deprecate the backup_pvc_namespace field ( #988 )
...
- Removes backup_pvc_namespace field from OLM forms
- This field has created confusion for users and there is no strong
case for needing this functionality
- Users will still be able to add it to the yaml for the CR if they
want to use it with the cluster-scoped AWX operator
- Remove unneeded advanced descriptors to avoid empty Advanced
configuration expander
fixes AAP-1176
2022-07-18 17:35:11 -04:00
Brandon Ewing
f7ff132a2e
fix helm-chart Makefile issue
...
GNU make resolves the $(wildcard ) macro when starting a block, and
caches it for the duration of the run. In order to correctly remove
namespace references from the generated helm charts, we have to split
the generation and editing into two makefile targets.
2022-07-14 14:38:09 -05:00
Shane McDonald
5f06e90906
Merge pull request #963 from miles-w-3/helm-values
...
Added helm values, templates, and readme
0.25.0
2022-07-12 13:50:27 -04:00
Stanislav Zaprudskiy
36355b6a15
Introduce set_self_labels in CRDs
...
To allow skipping labels maintenance on CRs processed by the operator.
Resolves https://github.com/ansible/awx-operator/issues/756
2022-07-12 10:48:16 +02:00
Miles Wilson
bc08c4bbbe
Added helm values, templates, and readme
2022-07-11 19:59:03 -04:00
Shane McDonald
7697825944
Merge pull request #983 from shanemcd/ingress_path-test
...
Add tests around ingress_path feature
0.24.0
2022-07-11 19:55:28 -04:00
Shane McDonald
8a325293b1
Add tests around ingress_path feature
2022-07-11 19:45:11 -04:00
Shane McDonald
dd53a1d415
Merge pull request #980 from sdktr/958_pgdump_command_customization
...
Fix 958: allow pg_dump backup command customization
2022-07-11 19:30:30 -04:00
Shane McDonald
c5db0e7104
Merge pull request #954 from bewing/helm-namespace
...
remove namespace from helm chart
2022-07-11 19:18:08 -04:00
Stefan de Kooter
59036fc373
Add free format pg_dump backup parameter
2022-07-10 19:03:32 +00:00
Christian Adams
c45a7bd4d7
Add Docs notes for custom secret keys ( #969 )
2022-06-28 11:05:49 -04:00
Shane McDonald
34b6354001
Merge pull request #956 from Cl0udius/add_auto_upgrade_parameter
...
added auto_upgrade flag
2022-06-27 13:39:11 -04:00