1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/clustering
Fabian von Feilitzsch 4d77878654 K8s dynamic collected changes (#40745)
* Move k8s modules to dynamic backend

* update required openshift version

* update -> patch

* use new dynamic client exceptions

* style

* guard urllib3 import

* guard ansibleerror import

* give more information about error cause

* format in variable

* style

* rename tests

* Search for provided kind in a few more places to match old behavior, properly handle failure

* make common code use fail instead of fail_json, to work for lookup plugins as well

* update docs

* move openshift_raw tests into k8s tests

* fix typo

* Use diff of response and resource to determine change, don't do any checking client-side before making requests

* remove duplicate yaml blocks

* Update porting guide for k8s module

* remove invalid doc refs

* If fuzzy searching finds a resource, update resource_definition to match proper kind and version

* remote unsupported openshift_raw variables

* properly check environment variables when determining auth method:
2018-05-30 12:04:48 -05:00
..
k8s K8s dynamic collected changes (#40745) 2018-05-30 12:04:48 -05:00
openshift K8s dynamic collected changes (#40745) 2018-05-30 12:04:48 -05:00
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
consul.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
consul_acl.py Update all pypi.python.org URLs to pypi.org (#38988) 2018-05-14 17:41:47 -05:00
consul_kv.py consul_kv: support retrieval of values from KV (#37837) 2018-05-23 14:33:41 -05:00
consul_session.py consul_session: PEP8 compliancy and documentation changes (#33000) 2017-11-17 21:48:36 +01:00
etcd3.py New module etcd3 (#35053) 2018-01-29 11:49:30 +01:00
pacemaker_cluster.py pacemaker_cluster: PEP8 compliancy and doc changes (#33001) 2017-11-17 20:34:29 +01:00
znode.py Fix shebangs and file modes and update tests. (#40563) 2018-05-22 14:25:36 -07:00