Shane McDonald
|
556cb23a14
|
Merge pull request #138 from shanemcd/bump-18
Bump version / update default AWX image / fix CRD
0.7.0
|
2021-03-23 11:31:52 -04:00 |
|
Shane McDonald
|
62ec946e4f
|
Use latest version of quay.io/ansible/awx
|
2021-03-23 11:15:55 -04:00 |
|
Shane McDonald
|
693ce5a17e
|
Fix CRD
Fallout from https://github.com/ansible/awx-operator/pull/128
|
2021-03-23 11:15:51 -04:00 |
|
Shane McDonald
|
385a4f65a1
|
Bump version
|
2021-03-23 11:15:47 -04:00 |
|
Shane McDonald
|
3df272da27
|
Merge pull request #128 from billett83/devel
fixes #127 Provided service type LoadBalancer
|
2021-03-23 09:49:34 -04:00 |
|
Yanis Guenane
|
b00de51fb9
|
Merge pull request #132 from Spredzy/add_display_name
olm-catalog: Add displayName for the resource
|
2021-03-19 11:30:50 +01:00 |
|
Yanis Guenane
|
c81266af66
|
olm-catalog: Add displayName for the resource
|
2021-03-19 11:14:27 +01:00 |
|
Shane McDonald
|
c320dc835b
|
Fix image
|
2021-03-18 14:17:13 -04:00 |
|
Shane McDonald
|
f47604998e
|
Merge pull request #116 from rooftopcellist/backup_restore
Optional data migration if source DB configuration is provided
|
2021-03-18 14:15:30 -04:00 |
|
Shane McDonald
|
7d6743c44d
|
Fix linter
|
2021-03-18 13:58:26 -04:00 |
|
Shane McDonald
|
bb519664cd
|
Add seperate docs for migration
|
2021-03-18 12:33:05 -04:00 |
|
Shane McDonald
|
92a7bf22a1
|
Tweak migration logic
|
2021-03-18 12:31:02 -04:00 |
|
Shane McDonald
|
851ff16c0f
|
Allow for overriding namespace when deploying via playbook
|
2021-03-18 11:22:04 -04:00 |
|
Shane McDonald
|
79534a1465
|
Dont require database names to match when doing migration
|
2021-03-18 11:22:04 -04:00 |
|
Shane McDonald
|
64c10f29c4
|
Uncomment status tasks
|
2021-03-18 11:22:04 -04:00 |
|
Shane McDonald
|
94a4861d13
|
Bulk removal of no_log statements
The operator would be impossible to debug with these
|
2021-03-18 11:22:04 -04:00 |
|
Shane McDonald
|
da26472a03
|
Fix reconcilation loop after data migration changes
|
2021-03-18 11:22:00 -04:00 |
|
cbillett83@outlook.com
|
76acd335b9
|
removed extra space
|
2021-03-18 11:12:03 +00:00 |
|
cbillett83@outlook.com
|
1570c0a883
|
Minor Changes from Spredzy
|
2021-03-18 10:58:00 +00:00 |
|
Christian M. Adams
|
c22577bc80
|
Make data migration idempotent
|
2021-03-17 16:03:46 -04:00 |
|
billett83
|
a65834dbf3
|
Update README.md
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:27:40 +00:00 |
|
billett83
|
e990c6bed2
|
Update README.md
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:27:35 +00:00 |
|
billett83
|
4297b158dc
|
Update ansible/instantiate-awx-deployment.yml
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:27:30 +00:00 |
|
billett83
|
f099b15ff8
|
Update ansible/templates/crd.yml.j2
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:21:11 +00:00 |
|
billett83
|
add62c2973
|
Update deploy/awx-operator.yaml
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:20:33 +00:00 |
|
billett83
|
084e0b38a8
|
Update deploy/crds/awx_v1beta1_crd.yaml
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:20:25 +00:00 |
|
billett83
|
c6c94ce48d
|
Update deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml
Co-authored-by: Shane McDonald <me@shanemcd.com>
|
2021-03-17 15:20:16 +00:00 |
|
cbillett83@outlook.com
|
781d3e0ec7
|
Provided service type LoadBalancer
|
2021-03-17 11:59:57 +00:00 |
|
Yanis Guenane
|
1cd93c6752
|
Merge pull request #125 from Spredzy/fix_wrong_variable_name
tower_deployment: Use the proper conditional variable
|
2021-03-17 10:50:34 +01:00 |
|
Christian M. Adams
|
e83e54419a
|
Add no_log where needed, scale down pods before migration
|
2021-03-16 13:32:16 -04:00 |
|
Christian M. Adams
|
5b89c5c433
|
Clean db on Tower data is restored to
|
2021-03-16 13:32:15 -04:00 |
|
Christian M. Adams
|
0e1b12f4b1
|
Data migration from 3.8 to 4.0 via pg_dump streamed to psql
|
2021-03-16 13:32:15 -04:00 |
|
Christian M. Adams
|
93d53c712c
|
Use k8s_exec tasks
|
2021-03-16 13:32:15 -04:00 |
|
Christian M. Adams
|
6a5bdaf2f7
|
init backup & restore
|
2021-03-16 13:32:15 -04:00 |
|
Shane McDonald
|
6cc3c47e33
|
Merge pull request #126 from dericcrago/image_pull_secret
added 'tower_image_pull_secret'
|
2021-03-15 12:26:01 -04:00 |
|
Deric Crago
|
1beae86c1d
|
added 'tower_image_pull_secret' to 'README.md'
|
2021-03-15 11:47:07 -04:00 |
|
Deric Crago
|
7a559b9f3b
|
added 'tower_image_pull_secret'
|
2021-03-15 11:27:37 -04:00 |
|
Yanis Guenane
|
cc3a752550
|
Merge pull request #120 from Spredzy/scram-sha
PostgreSQL: Set scram-sha-256 as default host auth method
|
2021-03-15 13:16:59 +01:00 |
|
Yanis Guenane
|
7442555869
|
tower_deployment: Use the proper conditional variable
fixes: https://github.com/ansible/awx-operator/issues/118
|
2021-03-15 12:58:14 +01:00 |
|
Yanis Guenane
|
10566b46b1
|
PostgreSQL: Set scram-sha-256 as default host auth method
|
2021-03-09 11:40:23 +01:00 |
|
Yanis Guenane
|
d32cf447ea
|
Merge pull request #119 from Spredzy/better_passwords
Rely on /dev/null to generate passwords
|
2021-03-09 10:19:39 +01:00 |
|
Yanis Guenane
|
07dda4c8ef
|
Rely on /dev/null to generate passwords
|
2021-03-09 10:01:38 +01:00 |
|
Yanis Guenane
|
a860b0f459
|
Merge pull request #115 from Spredzy/move_to_secret_base
Move tower_broadcast_websocket_secret to a Secret
|
2021-03-04 20:56:48 +01:00 |
|
Yanis Guenane
|
9683dc23a4
|
Move tower_broadcast_websocket_secret to a Secret
|
2021-03-04 20:21:38 +01:00 |
|
Shane McDonald
|
e4fd5aeb32
|
Merge pull request #76 from shanemcd/new-deployment-model
New deployment model
|
2021-03-04 11:46:46 -05:00 |
|
Shane McDonald
|
b1788be272
|
Merge pull request #1 from rooftopcellist/patch-ee-receptor
Dynamically set the deployment type for the configmap name
|
2021-03-03 15:46:30 -05:00 |
|
Christian M. Adams
|
92efe37100
|
Dynamically set the deployment type for the configmap name
|
2021-03-03 15:39:37 -05:00 |
|
Shane McDonald
|
21f284fb49
|
Ignore olm-catalog in yamllint
|
2021-03-03 13:13:12 -05:00 |
|
Shane McDonald
|
d53245b984
|
Regenerate bundle info
|
2021-03-03 12:35:07 -05:00 |
|
Shane McDonald
|
9595c6c008
|
New deployment model
|
2021-03-03 12:30:17 -05:00 |
|