Commit Graph

23 Commits (d1799389529d18afcdf82aa4552d382671b101c2)

Author SHA1 Message Date
Rene Moser 8a235e4e53 cloudstack: use poll_job() from utils 10 years ago
Rene Moser efcfe21732 cloudstack: remove duplicate import cs handling, already in utils. 10 years ago
René Moser 5a7a9a0a30 cloudstack: cs_template: fix typos (#2294) 10 years ago
René Moser 46fb2f8d14 cs_template: fix missing docs (#2165) 10 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
10 years ago
Rene Moser 0b9c8213ad cloudstack: fix doc, display_text not required 10 years ago
Rene Moser 2d78c23dc0 cloudstack: cs_template: fix cross_zones template removal 10 years ago
Rene Moser db31914f58 cloudstack: use CS_HYPERVISORS from cloudstack utils 10 years ago
Rene Moser 182cbbd4f7 cloudstack: cs_template: implement state=extracted 10 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
10 years ago
Rene Moser faa575afb5 cloudstack: implement common argument spec handling 10 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.
10 years ago
Toshio Kuratomi 903d209071 Merge pull request #896 from resmo/for-ansible
cloudstack: add api_region arg
10 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
10 years ago
Rene Moser 2dc67f7c6b cloudstack: cs_template: add new arg cross_zones 10 years ago
Rene Moser 28ad84b87a cloudstack: add Simulator as hypervisor 10 years ago
Rene Moser b95abe0ddd cloudstack: rename displaytext, displayname to dislplay_... for consistency 10 years ago
Rene Moser 2e52f11dc3 cloudstack: use new get_result() handling 10 years ago
Rene Moser 4be1b3e2ab cloudstack: cs_template: fix state=absent must not need vm, url
only for state=present, fixes example.
10 years ago
Rene Moser cbb2e96993 cloudstack: doc fixes 10 years ago
Rene Moser db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
11 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 11 years ago
Rene Moser 68dc905b5f cloudstack: add new module cs_template 11 years ago