Abhijeet Kasurde
04f227e9b9
lookup: Recommend query instead of lookup ( #155 )
2021-07-08 22:26:03 +05:30
Mike Graves
8c7b302916
Support template param in other collections ( #154 )
...
* Support template param in other collections
The action plugin for k8s does a collection name check for the template
param, but it's missing redhat.openshift and community.kubernetes.
* Add changelog fragment
* Fix test
2021-06-29 08:41:33 -04:00
Mike Graves
abcc3e884c
Release 2.1.1 ( #152 )
2021-06-24 12:41:43 -04:00
Mike Graves
15799b2dd5
Check that auth value is not None ( #151 )
...
* Check that auth value is not None
The previous check for truth prevented the verify_ssl param from being
set to false, thus forcing ssl verfication in every case.
* Add changelog fragment
* Fix linting
2021-06-24 12:15:27 -04:00
Mike Graves
8280bb78c0
Release 2.1.0 ( #150 )
2021-06-24 07:49:00 -04:00
Mike Graves
2eca446f09
Remove turbo mode functionality ( #149 )
...
* Remove turbo mode functionality
* Add changelog fragment
* Fix linting issue
* Update docs
2021-06-23 18:50:32 -04:00
Mike Graves
cd72b6d7df
Remove cloud.common dependency ( #148 )
...
* Remove cloud.common dependency
* Add changelog fragment
2021-06-23 16:06:26 -04:00
Mike Graves
2594ac654b
Release 2.0.2 ( #138 )
2021-06-17 09:08:42 -04:00
Mike Graves
c11a255026
Fix apply on Ansible 2.9 ( #135 )
...
* Fix apply on Ansible 2.9
For some reason the apply function can't be correctly imported in
Ansible 2.9. This just renames it to get it to import. I've also added
molecule testing on multiple Ansible versions.
* Add changelog fragment
2021-06-16 11:28:46 -04:00
abikouo
46494a18bd
Revert "k8s ability to wait on arbitrary property ( #105 )" ( #133 )
...
This reverts commit 4ccb15d4ad .
2021-06-15 14:32:21 +02:00
abikouo
4ccb15d4ad
k8s ability to wait on arbitrary property ( #105 )
...
* missing implementation of jsonpath library
* not tested
* sanity
* save
* updates
* Update args_common.py
* lint validation
* fix
* Update k8s.py
* attribute should match for all
* select wait
* Revert "select wait"
This reverts commit a20a1f6f01 .
* sanity
* Update molecule/default/tasks/waiter.yml
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Update jsonpath_extractor.py
* Update k8s_wait_options.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-06-15 10:44:26 +02:00
abikouo
58dba6bf22
k8s apply - fix list merge for array attribute with empty dict ( #131 )
...
Fix k8s apply
2021-06-15 10:41:55 +02:00
Mike Graves
b7345696cc
Release 2.0.1 ( #130 )
2021-06-14 07:54:07 -04:00
Mike Graves
98cb88a701
Add community.kubernetes to inventory plugin param ( #128 )
2021-06-11 15:22:06 +05:30
Mike Graves
9e60a3a40d
Release version 2.0.0 ( #124 )
...
* Release version 2.0.0
2021-06-09 12:50:23 -04:00
Mike Graves
18cbfb7f95
Remove deprecated k8s_facts ( #125 )
...
* Remove deprecated k8s_facts
This removes the k8s_facts alias to k8s_info.
* Add changelog fragment
2021-06-09 11:04:22 -04:00
abikouo
481521a09d
k8s_scale - add option label_selectors and continue_on_error ( #114 )
...
k8s_scale suppport for label selector
2021-06-07 09:57:50 +02:00
Abhijeet Kasurde
cf0b71f93e
lookup: return list even if single item found ( #117 )
...
Always return list from k8s lookup plugin
Fixes : #9
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-06-04 10:23:21 +05:30
Mike Graves
5b5777d202
Split JSON patch out into a new module ( #99 )
...
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-05-24 18:05:48 +05:30
Abhijeet Kasurde
1f47931c7c
helm: Add complex values example ( #108 )
2021-05-24 18:02:00 +05:30
Mike Graves
0bbc9ca999
Account for updated pods when waiting on DaemonSet ( #102 )
...
* Account for updated pods when waiting on DaemonSet
The exising logic that's used to determine when a DaemonSet is ready
fails to account for the fact that a RollingUpdate first kills the pod
and then creates a new one. Simply checking if the
desiredNumberScheduled equals the numberReady will succeed in cases
when the old pod takes time to shut down, and would report that the new
Deployment is ready despite the fact that the old pod has not been
replaced, yet.
* Add changelog fragment
2021-05-19 09:29:22 -04:00
abikouo
192cae1507
k8s - patch existing resource ( #90 )
...
* patch only
* add changelogs
* Rename 89-k8s-add-parameter-patch_only.yml to 90-k8s-add-parameter-patch_only.yml
* Update 90-k8s-add-parameter-patch_only.yml
* patch_only parameter changed to state=patched
* Update 90-k8s-add-parameter-patch_only.yml
* Update plugins/modules/k8s.py
Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us >
* Update molecule/default/tasks/patched.yml
Co-authored-by: John Mazzitelli <mazz@redhat.com >
* Update molecule/default/tasks/patched.yml
Co-authored-by: John Mazzitelli <mazz@redhat.com >
* sanity issue
Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us >
Co-authored-by: John Mazzitelli <mazz@redhat.com >
2021-05-19 11:03:11 +02:00
Mike Graves
01a0815e56
Replace openshift client with kubernetes client ( #96 )
...
* Replace openshift client with kubernetes client
This commit primarily just removes mentions of openshift from the docs
and updates the requirements. Most of the work to replace the client has
been done through the following commits:
edc48ee577
c214376cac
48c5170018
2b6a989cf9
* Add changelog fragment
* Update changelogs/fragments/96-replace-openshift-client.yaml
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Update plugins/modules/k8s.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Update plugins/modules/k8s_info.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Update plugins/modules/k8s_service.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
* Bump minimum kubernetes version to 12.0.0
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-05-06 14:44:17 -04:00
Mike Graves
2b6a989cf9
Replicate base resource for lists functionality ( #89 )
...
* Replicate base resource for lists functionality
This replicates specific functionality from the openshift client to more
reliably retrieve the base resource from a resource list.
* Add changelog fragment
2021-05-05 10:09:22 -04:00
abikouo
fc80540db5
drop python 2 support (breaking changes) ( #86 )
...
* drop python 2 support
* change log
* Update changelogs/fragments/86_drop_python2_support.yaml
Co-authored-by: Mike Graves <mgraves@redhat.com >
* Update k8s.py
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-05-04 18:07:22 +02:00
abikouo
e754a6cd31
`helm_plugin and helm_plugin_info remove unused parameter release_namespace` ( #85 )
...
* remove unused parameter release_namespace from documentation
* Update changelogs/fragments/85_helm_plugin.yaml
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-05-04 15:05:18 +02:00
abikouo
963aa3fbe6
support merge_type`json` ( #83 )
...
Fixes #54
2021-04-28 09:06:43 -04:00
abikouo
d29f8c1eb7
add option proxy_headers for k8s modules ( #58 )
...
* add option proxy_headers for k8s modules
* Update and rename 50-add-support-for-proxy_headers-on-authentication to 58-add-support-for-proxy_headers-on-authentication.yaml
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-04-28 08:44:57 +02:00
Alina Buzachis
48c5170018
Replicate apply method in the DynamicClient ( #45 )
...
* * Replicate apply method in the DynamicClient
Signed-off-by: Alina Buzachis <abuzachis@redhat.com >
* * Add changelog fragment
Signed-off-by: Alina Buzachis <abuzachis@redhat.com >
2021-04-22 14:58:53 -04:00
abikouo
361061c727
k8s loop flattening for template argument ( #49 )
...
* repo migration
* Update and rename 411-k8s-loop-flattening-and-continue_on_error.yaml to 49-k8s-loop-flattening-and-continue_on_error.yaml
* Update plugins/modules/k8s.py
Co-authored-by: Mike Graves <mgraves@redhat.com >
* split into multiple lines
* linting
* Update .gitignore
* Update template.yml
* merge
* Update template.yml
* deep copy environment
* deepcopy
* lint
* remove useless comment
* multiple definition
* tests update
* jmespath
* Update ci.yml
* Update template.yml
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-04-22 19:28:07 +02:00
Gonéri Le Bouder
9a529fc8f3
helm: accept context and validate_certs ( #74 )
...
I've got the following environment variable set:
- `K8S_AUTH_VERIFY_SSL=False`
Helm's `validate_certs` parameter fallback on this environment variable.
Which means, on my system, the `validate_certs` will already be set.
So we cannot make this parameter exclusive wih another one.
2021-04-22 10:30:38 -04:00
Alina Buzachis
c214376cac
Add cache_file parameter for DynamicClient ( #46 )
2021-04-21 09:57:52 +05:30
Abhijeet Kasurde
a5a850d1da
Remove KubernetesAnsibleModule class ( #70 )
...
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-04-20 21:02:59 +05:30
Alina Buzachis
edc48ee577
Add configmap/secret hash functionality ( #48 )
...
* * * Add configmap/secret hash functionality
Signed-off-by: Alina Buzachis <abuzachis@redhat.com >
* * Add changelog fragment
Signed-off-by: Alina Buzachis <abuzachis@redhat.com >
2021-04-20 08:27:25 -04:00
Abhijeet Kasurde
cc10268adf
k8s inventory - remove trailing slashes from hostname ( #63 )
...
When the user provides a hostname with trailing slashes like
https://localhost:6443/ , the openshift library fails to
enumerate the APIs from the given cluster.
This fix removes any extra trailing slashes before sending it
to the openshift DynamicClient.
Fixes : #52
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-04-20 13:15:29 +05:30
Abhijeet Kasurde
5a0f5d6b93
helm: handle multiline output ( #64 )
...
Fixes : #399
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-04-20 12:07:28 +05:30
Abhijeet Kasurde
5f993e6028
Update kubeconfig file location in docs ( #65 )
...
Fixes : #53
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-04-19 19:50:14 +05:30
abikouo
8cee069ff1
Fix apis being overwritten when using k8s_cluster_info ( #47 )
...
* Update and rename 389-fix-apis-being-overwritten-in-k8s_cluster_info.yaml to 41-fix-apis-being-overwritten-in-k8s_cluster_info.yaml
* Update changelogs/fragments/41-fix-apis-being-overwritten-in-k8s_cluster_info.yaml
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-04-19 09:05:13 -04:00
Mike Graves
b68bf7c065
Add support for tags to molecule tests ( #62 )
2021-04-19 10:00:21 +05:30
Abhijeet Kasurde
8182a3afd4
Added docs for the collection ( #50 )
2021-04-12 22:25:10 +05:30
Abhijeet Kasurde
4aa983509b
Remove old changelog fragment files ( #51 )
2021-04-12 18:32:47 +05:30
Mike Graves
d6f251173e
Add unit tests to CI ( #407 )
...
* Add unit tests to CI
The unit tests were not being run during CI. This adds a GitHub Action
for it.
* Add changelog fragment
2021-04-05 09:39:01 -04:00
Abhijeet Kasurde
c9157ce713
k8s: fix get_api_client usage in inventory plugin ( #395 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-03-26 14:36:47 -04:00
Mike Graves
07915509c1
Remove deprecated KubernetesRawModule ( #379 )
...
* Remove deprecated KubernetesRawModule
* Add changelog fragment
2021-03-16 09:05:07 -04:00
Mike Graves
c4182ad84f
Fix helm ignoring given context ( #387 )
...
Fixes : #385
2021-03-15 10:04:06 +05:30
Abhijeet Kasurde
1e511113a5
k8s_auth: remove module ( #376 )
2021-03-08 22:54:22 +05:30
Mike Graves
5eb280f35a
Prep for 1.2 release ( #370 )
2021-02-19 13:02:07 -05:00
Mike Graves
a4ac078625
Add support for helm template ( #368 )
...
* Add support for helm template
This commit adds basic support for helm template. The functionality
allows one to either render a chart's templates to a specific directory,
or capture the rendered templates as a string of concatenated yaml
documents.
* Add changelog fragment
* Address PR feedback
* Set changed to true
2021-02-17 08:01:49 -05:00
Abhijeet Kasurde
dc80c418e9
Update minimum version of Ansible required ( #366 )
...
https://github.com/ansible-collections/community.kubernetes/pull/276
is backported to 2.9.17
Any Ansible version lesser than this will not work due to
Kubernetes-python compatibility issues.
Fixes : #314
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-02-16 15:05:53 -05:00
Joshua Hügli
8f098b14f2
make has_plugin detection method more reliable ( #362 )
...
* fix has_plugin detection method
* use even better method :)
* add changelog fragment
* fix forgotten file extension
* Double Backticks ;)
* Add PR link to changelog
Co-authored-by: Mike Graves <mgraves@redhat.com >
2021-02-16 12:38:29 -05:00