Gene Tomilko
bba8b8e2b5
Update service.yaml.j2 ( #1641 )
...
fix loadbalancerip
2023-11-27 10:33:00 -05:00
Klaus Mueller
93c5e4a0c3
awx-operator-controller-manager reduce limit to 30 times as much as request ( #1575 )
2023-11-22 22:23:41 +00:00
Sandra McCann
06c0dd96d0
Remove TOC and add link to published docs ( #1526 )
...
AWX Operator docs are now published online so removing most of the README and adding a pointer to the new docsite.
2.8.0
2023-11-20 23:22:29 +00:00
Hao Liu
e6b11084db
Omit storage resource limit if empty ( #1637 )
...
We discovered some weird behavior observed on later Kubernetes version (OCP 4.12+)
For some reason why we apply the templates postgres resource with
```
postgres_storage_requirements:
limit: {}
requests:
storage: <x>Gi
```
the `Create Database if no database is specified` task that does the k8s apply will always think the resource is "changed" and proceed to cycle the task and web pod
This resulted in AWX pods being continuously restarted
Update postgres.yaml.j2
2023-11-14 13:41:30 -06:00
romankuzmik
669fe1d253
1586: awx-operator restore from PVC is not working ( #1603 )
...
Co-authored-by: Roman Kuzmik <rkuzmik@cisco.com >
2023-11-09 09:39:27 -05:00
Hao Liu
e4cfa2f809
Fix operator-hub publishing automation ( #1630 )
...
Rename TAG_NAME to VERSION so it's no longer ambiguous when running hack/publish-to-operator-hub.sh
Checkout awx-operator at VERSION with fetch-depth=0 so that `make print-PREV_VERSION` will be able to actually find previous tag
2023-11-08 22:04:28 +00:00
Christian Adams
7251961bcc
Add ability to mount custom volumes in the postgres pod ( #1626 )
...
* Add ability to mount custom volumes in the postgres pod
* Fix indentation for postgres_extra_volumes
Signed-off-by: Christian M. Adams <chadams@redhat.com >
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com >
2023-11-08 15:44:30 -05:00
Hao Liu
3a5fbb0b06
Fix PREV_VERSION variable in Makefile - again ( #1628 )
...
Note to self: stop multi-tasking
2023-11-08 15:06:17 -05:00
Hao Liu
a69ca7f8b5
Fix PRE_VERSION in Makefile ( #1625 )
...
* Fix make print-PREV_VERSION
* Use latest Makefile while running operator-hub publish
2023-11-08 16:40:24 +00:00
Hao Liu
0fb252b6e4
Fix operator-hub release CI when triggering from release ( #1623 )
...
Fix operator-hub release CI
When triggering from release default values for input is not accessible
2023-11-08 09:22:27 -05:00
Christian Adams
718e5cfcb9
Add sample AWX CR with resource limits for environments with Resource… ( #1554 )
...
Add sample AWX CR with resource limits for environments with ResourceQuotas
2.7.2
2023-11-02 12:54:15 -04:00
Hao Liu
a8153d5ffb
Automate publishing to automation hub ( #1616 )
...
* Automate awx-operator publishing on operatorhub
* Use scripts from workflow branch
Previously it will use scripts from the release tag to do the release
If we have to fix up the scripts for any reason we would have to retag
This will allow us to modify the publishing script without having to retag the release.
NOTE: the commit in this PR was accidentally pushed to `devel` directly... merging this PR just for the record.
2023-10-26 11:27:49 -04:00
Hao Liu
7b0a68c2f4
Use scripts from workflow branch
...
Previously it will use scripts from the release tag to do the release
If we have to fix up the scripts for any reason we would have to retag
This will allow us to modify the publishing script without having to retag the release.
2023-10-25 15:46:35 -04:00
Hao Liu
1c89044be4
automate awx-operator publishing on operatorhub
2023-10-25 15:27:18 -04:00
Seth Foster
15ed13dd8d
Fix supported_pg_version ( #1614 )
...
Signed-off-by: Seth Foster <fosterbseth@gmail.com >
2023-10-25 12:47:24 -04:00
Christian Adams
f2ad70678c
Bump kube-rbac-proxy image to v0.15.0 ( #1615 )
2023-10-25 12:22:10 -04:00
dependabot[bot]
2ec77f1e7e
Bump pillow from 9.5.0 to 10.0.1 in /docs ( #1608 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 15:28:54 -04:00
Hao Liu
aa7d0b9918
Fix promote workflow ( #1613 )
2023-10-24 15:14:00 -04:00
Hao Liu
38209f9720
Add workflow_dispatch to promote workflow ( #1612 )
2023-10-24 15:10:08 -04:00
Hao Liu
0ba4feaf7a
Revert "Stage and promote operator catalog and bundle ( #1598 )" ( #1611 )
2023-10-24 14:55:42 -04:00
Hao Liu
d4c1fda066
Stage and promote operator catalog and bundle ( #1598 )
2.7.1
2023-10-24 13:06:45 -04:00
Christian Adams
0d97183bbf
Hardcode the link for the operatorhub publish script ( #1609 )
2023-10-23 15:13:32 -04:00
Hao Liu
293f0158e0
Fix operator-hub publish script on mac ( #1584 )
2023-10-19 14:45:21 +00:00
Hao Liu
bb30b3b9fe
Fix spacing for csv file ( #1601 )
2023-10-18 18:38:32 +00:00
Chris
39bebe64ba
Fix task deployment indention ( #1596 ) ( #1597 )
2023-10-17 17:13:44 -04:00
Hao Liu
5bd84b3d3e
Install operator-sdk if needed ( #1600 )
2023-10-17 20:19:29 +00:00
Christian Adams
76e315d191
Change supported OCP range when publishing to OperatorHub ( #1599 )
2023-10-17 16:03:54 -04:00
Hao Liu
dd022258b5
Remove mailing list from getting involved ( #1592 )
2023-10-13 17:41:33 +00:00
Hao Liu
019fa3d356
Add background keepalive to awx-manage migrate ( #1589 )
2023-10-13 09:33:27 -04:00
Preston Alvarado
4a968aa605
docfix - Secret Key Configuration ( #1585 )
2023-10-11 18:32:37 +00:00
Hao Liu
92639c1e89
Adding keepalive while doing pg_dump ( #1580 )
2.7.0
2023-10-10 13:08:51 -04:00
kurokobo
a7cfbe23da
fix: correct label selector to find task pod ( #1573 )
2023-10-03 14:08:54 -04:00
kurokobo
16a2b590d6
fix: change type for precreate_partition_hours from string to integer ( #1571 )
2023-10-03 12:10:40 -04:00
rakesh561
8518e0d1c7
Allow ability to set security context for postgres deployment ( #1517 )
...
- Added docs for securityContext
- enabled web securityContext configuration
Co-authored-by: Christian M. Adams <chadams@redhat.com >
2023-09-27 18:05:46 -04:00
Jeff Smith
6bc101af3e
Bump ansible-operator to v1.31.0 ( #1550 )
2023-09-27 15:31:10 -04:00
jessicamack
31e1914db6
Pre-create event table partitions before db backup in operator ( #1443 )
...
Signed-off-by: jessicamack <jmack@redhat.com >
<44379968+TheRealHaoLiu@users.noreply.github.com >
2.6.0
2023-09-26 10:20:12 -04:00
Hao Liu
aee1b464ed
Update how to get involved ( #1564 )
2023-09-20 18:31:13 +00:00
Imed
61921d40ed
Added pattern and max-length to secret names ( #1549 )
...
Co-authored-by: Imed Aouidene <imaouide@imaouide-thinkpadt14sgen2i.cdg.csb >
2023-09-20 14:24:01 -04:00
Christian Adams
b5f2c19470
Add docs for publishing new operator versions to OperatorHub ( #1557 )
2023-09-13 16:28:11 -04:00
Christian Adams
8d91a67078
Ensure that web and task deployments scale down for upgrades ( #1522 )
2.5.3
2023-09-06 18:44:49 +00:00
Imed
3df613346c
Fix no-log.md link location ( #1548 )
...
Co-authored-by: Imed Aouidene <imaouide@imaouide-thinkpadt14sgen2i.cdg.csb >
2023-09-06 18:31:42 +00:00
Rick Elrod
b559e836e4
Fix CI warnings (yamllint and GitHub Actions) ( #1547 )
...
- Fix indentation on one of the newer molecule files.
- Update to actions/checkout@v3 and actions/setup-python@v4 and helm/kind-action@v1.8.0.
Signed-off-by: Rick Elrod <rick@elrod.me >
2023-09-06 13:15:31 -05:00
Seth Foster
ea5fb823f9
Fix minikube link location ( #1546 )
2023-08-30 13:21:08 -04:00
Christian Adams
4c5429190c
Timeout stream keep alive for Upgrades and Restores ( #1542 )
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2023-08-29 15:36:48 -04:00
Christian Adams
22a05e8887
Deployment name should be referenced, not the restore object name ( #1543 )
2023-08-29 14:40:53 -04:00
Christian Adams
7012a6acfc
Modify how pg password is set in postgres pod ( #1540 )
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2.5.2
2023-08-29 15:28:54 +00:00
Christian Adams
1dc64b551c
Add keepalive to migrate data script ( #1538 )
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2023-08-29 11:05:11 -04:00
Hao Liu
c949d6e58d
Wait for termination grace period when scaling down the deployments ( #1537 )
2023-08-28 18:37:45 -04:00
Hao Liu
0e0f413e82
Revert "Switch to using the sclorg redis image for consistency ( #1531 )" ( #1536 )
2023-08-28 20:50:00 +00:00
chillTschill
7935873746
Fixes #1039 , naming of clusterscoped resources ( #1159 )
2023-08-25 22:56:36 +00:00