Commit Graph

20 Commits (698d2a55c50d16724f4e00c0b939b264814c40a4)

Author SHA1 Message Date
René Moser 46fb2f8d14 cs_template: fix missing docs (#2165) 9 years ago
Rene Moser 1d0df46475 cloudstack: cs_template: fix state=extracted
* url arg is optional but we enforced it
* url is in a required together, but args only relevant while registering
9 years ago
Rene Moser 0b9c8213ad cloudstack: fix doc, display_text not required 9 years ago
Rene Moser 2d78c23dc0 cloudstack: cs_template: fix cross_zones template removal 9 years ago
Rene Moser db31914f58 cloudstack: use CS_HYPERVISORS from cloudstack utils 9 years ago
Rene Moser 182cbbd4f7 cloudstack: cs_template: implement state=extracted 9 years ago
Rene Moser 99385de340 cloudstack: fixes and improvements
cloudstack: fix python3 support and use type='bool'

cloudstack: cs_instance: update vm on state=restored
9 years ago
Rene Moser faa575afb5 cloudstack: implement common argument spec handling 9 years ago
Rene Moser 6bd40787ce cloudstack: fix templates not always have checksums
It is not documented but it seems only registered templates have checksums. Templates created from VMs and snapshot don't.

This change fixes the traceback. But we must re-thinking, if it still makes sense to look for the checksum.
9 years ago
Toshio Kuratomi 903d209071 Merge pull request #896 from resmo/for-ansible
cloudstack: add api_region arg
9 years ago
Rene Moser 52a3d99873 cloudstack: add api_region arg
* docs in module_docs_fragments/cloudstack.py
* implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083
9 years ago
Rene Moser 2dc67f7c6b cloudstack: cs_template: add new arg cross_zones 9 years ago
Rene Moser 28ad84b87a cloudstack: add Simulator as hypervisor 9 years ago
Rene Moser b95abe0ddd cloudstack: rename displaytext, displayname to dislplay_... for consistency 9 years ago
Rene Moser 2e52f11dc3 cloudstack: use new get_result() handling 9 years ago
Rene Moser 4be1b3e2ab cloudstack: cs_template: fix state=absent must not need vm, url
only for state=present, fixes example.
9 years ago
Rene Moser cbb2e96993 cloudstack: doc fixes 9 years ago
Rene Moser db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Rene Moser 68dc905b5f cloudstack: add new module cs_template 9 years ago