summaryrefslogtreecommitdiff
path: root/clustering/kubernetes.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* kubernetes: handle situation when target host does not have yaml library ↵Krzysztof Magosa2016-12-051-1/+9
| | | | (fixes #3301) (#3449)
* Pass through YAML parsed object instead of string. (#2347)David Edmonds2016-07-221-1/+4
|
* Fix Kubernetes API auth regression from 393e43b8 (#2503)Kevin Borgolte2016-07-101-9/+13
| | | | | | | | | | | | | | * Fix Kubernetes API auth regression from 393e43b8 Commit 393e43b8 renames url_username and url_password to username and password, which breaks authentication to a Kubernetes API endpoint as fetch_url() in ansible.module_utils.urls relies on url_username and url_password being set. * Add aliases for clustering/kubernetes.py - username as alias for url_username - password as alias for url_password
* added missing msg=Brian Coca2016-06-301-1/+1
| | | | fixes #2498
* Fixing/cleaning up kubernetes submissionerjohnso-google-kubernetesJames Cammarata2016-04-141-179/+122
| | | | | | | | | | | | | | 1) Removed kubectl functionality. We'll move that into a different module in the future. Also removed post/put/patch/delete options, as they are not Ansible best practice. 2) Expanded error handling in areas where tracebacks were most likely, based on bad data from users, etc. 3) Added an 'insecure' option and made the password param optional, to enable the use of the local insecure port. 4) Allowed the data (both inline and from the file) to support multiple items via a list. This is common in YAML files where mutliple docs are used to create/remove multiple resources in one shot. 5) General bug fixing.
* Adding kubernetes moduleEric Johnson2016-01-051-0/+449