Abhijeet Kasurde
c76aa6e45a
Use runtime.yml for action plugin redirection ( #299 )
...
Previously, kubernetes collection used symlink for action plugin redirection. It is problematic when FQCN
is not provided. Using runtime.yml to redirect the action plugin.
Fixes : #278
2020-11-10 14:15:58 -05:00
Abhijeet Kasurde
e2d4cff952
Updated chart repo URLs ( #297 )
2020-11-10 14:13:09 -05:00
Abhijeet Kasurde
77e48d0c97
helm: return correct information in check mode ( #281 )
...
Fixes : #280
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-10-22 15:22:17 -05:00
jaydesl
aad4696f20
Fix default configuration getter in client v12.0.0 ( #276 )
...
Fixes #273
2020-10-22 15:41:51 -04:00
Abhijeet Kasurde
d03823794e
helm_repository: Add information about 'RETURN' ( #269 )
...
Fixes : #256
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-10-12 11:20:53 -04:00
Jeff Geerling
cbd3a2554e
Issue #260 : Sanity test 'compile' failing because of positional args. ( #261 )
...
* Issue #260 : Sanity test 'compile' failing because of positional args.
* Issue #260 : Run integration tests on older Python 3.6 still.
* Issue #260 : Add changelog fragment.
2020-10-09 10:17:52 -05:00
Timothy Appnel
f0dacc083c
Embedded docs clarifications and refinements. ( #258 )
...
* Another embedded docs clarifications in k8s_rollback
* Embedded docs clarification in helm_pljugin_info
* Embedded docs clarification in k8s
* More embedded docs clarification in k8s inventory plugin
* Fixed markdown formatting to RST in k8s_rollback
2020-10-08 15:32:54 -05:00
Timothy Appnel
ef256060f1
Embedded docs clarification in k8s_rollback ( #255 )
2020-10-08 13:10:06 -04:00
Timothy Appnel
5fa34b6b60
Embedded docs clarification in helm_plugin
2020-10-08 13:09:21 -04:00
Timothy Appnel
784347703b
Embedded docs clarification in k8s_cluster_info
2020-10-08 12:33:20 -04:00
Nathan Loika
50c82056b3
Add appVersion check to Helm ( #247 )
...
When upgrading a Helm release include the chart's appVersion in the idempotence check. Fixes #246
2020-10-07 16:40:59 -04:00
Timothy Appnel
b7ec6bf79d
Fixes #250 by defining the FQCN connection plugin name to force using the one included in this collection ( #252 )
2020-10-07 15:58:03 -04:00
Julien Huon
0377a892d5
k8s_rollback: new module ( #26 )
...
This module allows user to rollback deployment and daemonsets.
Signed-off-by: Julien Huon <julien@huon.email >
2020-10-07 10:07:47 +05:30
Jeff Geerling
fc1f4e5ffd
helm: Support for single or multiple values files ( #236 was #136 )
2020-10-05 13:19:36 -04:00
Gerald Spencer
7946b398a7
Return status in check mode ( #192 )
...
It is useful to return both the current values of the release, as well as the proposed values.
2020-09-29 14:09:43 -04:00
Fabian von Feilitzsch
0f3fef927e
SelfSubjectAccessReviews now work with the k8s module ( #237 )
...
* SelfSubjectAccessReviews now work with the k8s module
2020-09-28 12:20:01 -04:00
Abhijeet Kasurde
5de49373b7
k8s_cluster_info: new module ( #160 )
...
Get information about k8s APIs
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-28 14:01:37 +05:30
Abhijeet Kasurde
00fa8789a2
k8s: add support for template ( #230 )
...
Fixes : #37
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-28 11:35:26 +05:30
Abhijeet Kasurde
f03d2ce243
k8s_info: Add support for wait ( #235 )
...
Fixes : #18
2020-09-28 10:52:00 +05:30
Abhijeet Kasurde
308956b313
Replace KubernetesRawModule class ( #231 )
...
* Migrate from KubernetesRawModule to K8sAnsibleMixin
* Modified k8s.py
* Modified k8s_service.py
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-19 09:54:40 +05:30
Abhijeet Kasurde
51cadb7150
Replace KubernetesAnsibleModule class with dummy class ( #227 )
...
* Make an AnsibleMixin parent class for every module
* Replace KubernetesAnsibleModule class with dummy class
* Modified k8s_log
* k8s_exec refactor
* k8s_info refactor
* k8s_service refactor
* k8s_scale refactor
* Fix integration tests
* Add a warning about the deprecation of KubernetesAnsibleModule
* Add a dummy class for backward compatibility
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-16 20:35:05 +05:30
Fabian von Feilitzsch
28dcf76cfb
Merge pull request #228 from fabianvf/ignore-diff-with-warning
...
Do not mark task as changed when diff is irrelevant
2020-09-15 14:42:08 -04:00
Fabian von Feilitzsch
1ea0fa1c70
Merge pull request #229 from Akasurde/helm_kubeconfig_fix
...
helm: Support vaulted kubeconfig
2020-09-15 14:41:54 -04:00
Fabian von Feilitzsch
571406ce47
Merge pull request #224 from Akasurde/handle_exc
...
handle exception raised due to DynamicClient
2020-09-15 14:40:59 -04:00
Abhijeet Kasurde
f2b1b267a5
helm: Support vaulted kubeconfig
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-15 13:56:43 +05:30
Fabian von Feilitzsch
0afe40e657
Do not mark task as changed when diff is irrelevant
...
When the diff contains changes only to the fields `metadata.generation`
or `metadata.resourceVersion`, do not mark the task as changed. Instead,
emit a warning highlighting that the API itself may not be
idempotent, but that there was no meaningful difference between the
desired and actual state of the resource.
2020-09-14 15:51:08 -04:00
Abhijeet Kasurde
527859c9cd
Refactor module_utils ( #223 )
...
Moved a bunch of common things to module_utils.
2020-09-08 20:37:16 +05:30
Abhijeet Kasurde
ffb7032dc2
handle exception raised due to DynamicClient
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-07 19:03:28 +05:30
Abhijeet Kasurde
c49f896fa0
helm: Add replace parameter ( #214 )
...
Fixes : #106
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-07 12:42:00 +05:30
Abhijeet Kasurde
23f9588732
kubectl: correct usage in console ( #204 )
...
kubectl exec is printed twice in the console log.
Fixes : #200
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-08-31 09:29:27 +05:30
Fabian von Feilitzsch
1c5a8fd49f
Set the connection plugin and transport separately, add tests
2020-08-26 14:48:40 -04:00
Abhijeet Kasurde
16059a8111
k8s_*: Group argument_spec accroding to usage ( #199 )
...
Partially fix #36
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-08-26 19:48:07 +05:30
Abhijeet Kasurde
d39fcfc2d8
k8s_*: Add support for vaulted kubeconfig and src ( #193 )
2020-08-26 10:22:47 +05:30
Abhijeet Kasurde
ab77b79f9c
k8s_info: Update documentation
...
* Used name_option doc_fragments
* Updated doc formatting
* Updated k8s_info example for custom resource
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-08-24 15:47:00 +05:30
Abhijeet Kasurde
4f33ba7b39
raw: Handle exception raised by underlying APIs ( #180 )
...
kind can be provided by number of ways. It is diffcult to
find all cases. So, handle exceptions raised by underlying
APIs and provide good error message to user.
Fixes : ansible/ansible#63652
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-08-11 11:12:53 +05:30
Jeff Geerling
1ef28bcd73
Issue #171 : Update changelog and make sure things are ready for 1.0.0 release.
2020-07-28 10:37:15 -05:00
Jeff Geerling
b51bbdf200
Issue #171 : Update changelog fragments for 1.0.0 release.
2020-07-28 10:37:15 -05:00
Abhijeet Kasurde
3aaf182c30
k8s_exec: Return rc for the command executed ( #158 )
...
k8s_exec now returns command return code in output.
Fixes : #122
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-07-23 10:52:26 +05:30
Abhijeet Kasurde
6c059bd2bc
helm_plugin and helm_plugin_info: new module ( #154 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-07-22 09:14:23 +05:30
Abhijeet Kasurde
c4f3e5a034
k8s_info: Update example using vars ( #156 )
...
Fixes : #151
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-07-13 16:35:33 +05:30
Abhijeet Kasurde
6b28ef3c17
kubectl: redacted token and password from console log ( #159 )
...
** SECURITY_FIX ** for CVE-2020-1753
kubectl connection plugin now redact kubectl_token and
kubectl_password from console log.
Fixes : #65
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-07-11 08:50:15 +05:30
LucasBoisserie
3e971e0ad3
Create ns with helm ( #157 )
...
Added support `--create-namespace` in helm module.
2020-07-11 08:45:22 +05:30
Fabian von Feilitzsch
806c808c9d
Merge pull request #155 from willthames/check_mode_results
...
Ensure check mode results are as expected
2020-07-10 16:04:42 -04:00
Fabian von Feilitzsch
dd4ebf2194
Merge pull request #152 from Akasurde/context_aliases
...
helm_: Add context aliases for kube_context
2020-07-10 15:55:51 -04:00
Will Thames
e3223a8f60
Ensure check mode results are as expected
...
check_mode with wait updates the result based on the existing resource
which won't change with check_mode, so returns incorrect results.
Only run the wait checks in non check_mode (this also avoids the issue
of waiting for resource creation that will never happen in check mode)
2020-07-08 21:47:23 +10:00
Yaakov Selkowitz
9aa85e8eb5
Update openshift requirements in k8s module doc
2020-07-06 11:10:59 -04:00
Abhijeet Kasurde
48a45de8b0
helm_: Add context aliases for kube_context
...
Added 'context' aliases for 'kube_context' in
helm and helm_info module.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-07-06 11:18:23 +05:30
Abhijeet Kasurde
ef6722d290
helm: Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env ( #141 )
...
Added support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env
2020-07-02 18:48:41 +05:30
Jeff Geerling
881ca3d006
Fixes #145 : Use FQCN in module docs and in plugin examples.
2020-06-29 16:25:42 -05:00
Abhijeet Kasurde
9fb808c7f3
k8s: Fix a bug when manifest file ends with '---' ( #139 )
...
Any kubernetes manifest file ending with '---' will
generate an error when applied using 'k8s' module.
Although this may not be 'legal' YAML, this is quite frequent,
specially on helm's generated manifest files.
migrated from https://github.com/ansible/ansible/pull/59160
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-25 09:11:03 +10:00