Alan Rominger
c95f3299b0
Avoid broken openshift package
2022-02-04 15:24:49 -05:00
Christian Adams
1a0e3cf410
Merge pull request #772 from rooftopcellist/always-run-pg-initContainer
...
Always run database-check initContainer
2022-02-02 16:16:34 -05:00
Christian Adams
9368b43614
Merge pull request #775 from rooftopcellist/pg-args-advanced
...
Add OLM params for postgres_extra_vars
2022-02-01 17:02:42 -05:00
Shane McDonald
3a3260ffb7
Merge pull request #770 from john-westcott-iv/github_meta_changes
...
Adding triage label to any new issue
2022-02-01 13:15:18 -05:00
Christian M. Adams
960d1f8a32
Fix volume mount syntax error
...
* conditionally run database-check init container only for managed db
deployments
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2022-02-01 10:50:48 -05:00
Christian M. Adams
4d8f84eb74
Add OLM params for postgres_extra_vars
...
* follow-up for https://github.com/ansible/awx-operator/pull/753
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2022-02-01 08:17:11 -05:00
John Westcott IV
1320c9d175
Fixing linting issues
2022-01-31 12:19:31 -05:00
Christian M. Adams
fab71e054e
Always run database-check initContainer
2022-01-31 09:40:19 -05:00
John Westcott IV
3eede3c922
Adding triage label to any new issue
2022-01-30 13:59:22 -05:00
Christian Adams
d27ce3c34d
Merge pull request #755 from rooftopcellist/mv-data-subPath
...
Use an Init Container to move the pg data subPath in the pvc
0.16.1
2022-01-27 19:55:48 -05:00
Shane McDonald
18d17f2485
Merge pull request #763 from sooslaca/devel
...
Fix issue #762
2022-01-27 08:16:33 -05:00
sooslaca
8f8336b25a
Fix issue #762
...
Fix https://github.com/ansible/awx-operator/issues/762
2022-01-23 16:17:24 +01:00
Shane McDonald
4aeeb8db82
Merge pull request #698 from mhrivnak/remove-warning
...
removes obsolete and confusing warning about project status
0.16.0
2022-01-19 18:21:30 -05:00
Christian M. Adams
5b636bb8ea
Use an Init Container to move the pg data subPath in the pvc
2022-01-13 23:17:33 -05:00
Christian Adams
83939ec007
Merge pull request #726 from Skaopap/feature_topology_constraints
...
Add topology constraints to AWX CRD
2022-01-13 21:16:23 -05:00
bthominet
608478e249
add topolgy_spread_constraints
2022-01-13 09:50:12 +01:00
Christian Adams
cb9e44fd4f
Merge pull request #753 from rooftopcellist/pg-extra-config
...
Add ability to configure extra args for postgres
2022-01-11 14:38:55 -05:00
Christian M. Adams
cbd7da9dcf
Add default for postgres_extra_args variable
2022-01-11 14:18:34 -05:00
chris93111
0f07a475b5
Add ability to configure extra args for postgres
...
* add default extra args postgres
* add postgres_extra_args option to readme
2022-01-11 12:44:18 -05:00
Christian Adams
a2222a9176
Merge pull request #717 from rooftopcellist/scale-down-app
...
Scale down app pod when database is unavailable
2022-01-07 14:33:58 -05:00
Christian M. Adams
fdbe607189
Scale down app pod when database is unavailable
2022-01-04 17:07:39 -05:00
Christian Adams
4a43de5101
Merge pull request #702 from rooftopcellist/truncate-version-label
...
Truncate image version label so that it avoids the 63 char k8s limit
2021-12-20 21:41:40 -05:00
Christian M. Adams
345738cba3
Truncate image version label so that it avoids the 63 char k8s limit
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-12-16 15:18:22 -05:00
Michael Hrivnak
f4995afb39
removes obsolete and confusing warning about project status
...
This warning originated [two years
ago](6e6cd37ce6 (diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R18) ).
The API is now at `v1beta1`, so it's probably not accurate to call it
"alpha" anymore.
Since AWX and awx-operator are both OSS upstream projects, there is
implicitly no vendor support from Red Hat. The warning about support can
lead to confusion, and potentially imply that some other part of AWX is
supported, as demonstrated in a recent [twitter
thread](https://twitter.com/vwbusguy/status/1470902780311212035 ). When
this warning was written, the operator was self-described as an
"installation method for Ansible Tower or AWX". Since then, it appears
that the operator is focused only on upstream AWX, so that presumably
removes any need to clarify vendor support status.
2021-12-15 17:34:03 -05:00
Christian Adams
35062157e0
Merge pull request #690 from rooftopcellist/wait-for-postgres-2
...
Do not try to wait for Postgres on external db deployments
2021-12-10 15:03:50 -05:00
Christian M. Adams
3150d55af6
Do not try to wait for Postgres on external db deployments
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-12-09 19:31:37 -05:00
Christian Adams
4c51ee28f5
Merge pull request #688 from rooftopcellist/wait-for-postgres
...
Wait for Postgres to initialize before starting containers
2021-12-08 14:56:48 -05:00
Christian M. Adams
fbd5803f10
Wait for Postgres to initialize before starting containers
2021-12-07 17:42:55 -05:00
Christian Adams
8972cae1cc
Merge pull request #686 from rooftopcellist/fix-deploy-target-dev
...
Fix deploy target for the devel branch
2021-12-07 14:36:52 -05:00
Christian M. Adams
1d8b3d9b4c
Fix deploy target for the devel branch
...
* piping a make target within another target causes issues
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-12-07 10:57:33 -05:00
Paul Belanger
57aa585a2e
Merge pull request #663 from pabelanger/temp/catalog
2021-11-19 15:03:18 -05:00
Paul Belanger
752813c23e
Add CONTAINER_CMD to Makefile
...
This allows people to use podman if they want.
Signed-off-by: Paul Belanger <pabelanger@redhat.com >
2021-11-19 14:32:21 -05:00
Christian Adams
48ee59e80f
Merge pull request #662 from rooftopcellist/restore-vars
...
Add in ansible debug logs env var
2021-11-19 13:25:45 -05:00
Christian M. Adams
78fc099c75
Add in ansible debug logs env var
...
* This will be added to the CSV automatically when make bundle is run
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-11-19 10:03:04 -05:00
Shane McDonald
5b577603c8
Merge pull request #627 from steinbrueckri/add-make-task
...
Add make task to create resources without applying to the cluster
2021-11-19 21:08:27 +08:00
Shane McDonald
e5cfac2ba0
Merge pull request #660 from shanemcd/stage-operator
...
Allow for independently staging awx-operator
2021-11-19 16:29:31 +08:00
Shane McDonald
5ca536313a
Add test for DEFAULT_AWX_VERSION
2021-11-19 08:17:16 +00:00
Shane McDonald
eaaf55e7f0
Drive-by lint fix, actually enforce line length
2021-11-19 08:16:34 +00:00
Shane McDonald
5d934ff2b5
Allow for independently staging awx-operator
2021-11-19 06:34:16 +00:00
Shane McDonald
84ab70f779
Fix secret name
2021-11-19 13:22:36 +08:00
Shane McDonald
d74b5baf45
Delete RELATED_ variables from upstream deployment
...
I ran into a bug with this when releasing the latest version of AWX. RELATED_IMAGE_AWX always clobbers the version and does not respect `DEFAULT_AWX_VERSION`
0.15.0
2021-11-19 13:16:24 +08:00
Shane McDonald
246bd829ec
Merge pull request #658 from shanemcd/promote-releases
...
Move to promotion-based release process
2021-11-19 12:22:17 +08:00
Shane McDonald
c28e4729e6
Move to promotion-based release process
2021-11-19 02:29:16 +00:00
Christian Adams
da63fe4653
Merge pull request #656 from rooftopcellist/align-descriptions-2
...
Add back CSV descriptions that got lost
2021-11-18 09:43:19 -05:00
Christian M. Adams
7e2d726b26
Add more descriptions that got lost
2021-11-17 14:46:23 -05:00
Christian Adams
fd38c33f14
Merge pull request #654 from rooftopcellist/security-context-olm-params
...
Add security_context_settings param to olm-params
2021-11-17 14:35:07 -05:00
Christian M. Adams
a16e05d2f6
Add security_context_settings param to olm-params
...
Signed-off-by: Christian M. Adams <chadams@redhat.com >
2021-11-17 09:47:43 -05:00
Shane McDonald
1ad5c9e981
Merge pull request #653 from rooftopcellist/align-descriptions
...
Minor description update
2021-11-17 21:40:39 +08:00
Christian M. Adams
79ee798df7
Align upstream and downstream descriptions
2021-11-16 15:22:27 -05:00
Shane McDonald
d1d6785b7d
Merge pull request #645 from shanemcd/pod-security-context
...
Add support for arbitrary pod-level securityContext settings
2021-11-11 06:16:56 +08:00