Commit Graph

172 Commits (5de3dbbf6d47ef156c2e14a4c81f3d756bf19732)

Author SHA1 Message Date
lorijoan d0c2db9c5b Update cs_volume module to fix typo on force attribute (#2592)
fixes #2590
2016-12-08 11:34:32 -05:00
René Moser 668f01c04c cloudstack: cs_volume: fix volume may be NoneType in check_mode (#2455) 2016-12-08 11:34:24 -05:00
Rene Moser b85b4de4e9 cloudstack: move duplicate common code to utils 2016-12-08 11:34:23 -05:00
Rene Moser 35b699b99c cloudstack: cs_staticnat: fix static nat was always changed (disabled/enabled)
Fixes firewall rules get lost after use of cs_staticnat.
2016-12-08 11:34:23 -05:00
Rene Moser 43bee0b890 cloudstack: use has_changed() from utils 2016-12-08 11:34:23 -05:00
Rene Moser aca98e2f8e cloudstack: use poll_job() from utils 2016-12-08 11:34:23 -05:00
Rene Moser 03d3baa164 cloudstack: cs_cluster: overhaul code style 2016-12-08 11:34:22 -05:00
Rene Moser 4d26762b34 cloudstack: cs_affinitygroup: overhaul code style 2016-12-08 11:34:22 -05:00
Rene Moser f9be547a87 cloudstack: cs_account: overhaul code style 2016-12-08 11:34:22 -05:00
Rene Moser 29f803b16a cloudstack: remove duplicate import cs handling, already in utils. 2016-12-08 11:34:22 -05:00
Rene Moser 0953ef753d cloudstack: cs_project: fix state=active/suspended does not create/update project 2016-12-08 11:34:22 -05:00
Rene Moser 9d79c1ec59 cloudstack: cs_project: add tag support 2016-12-08 11:34:22 -05:00
René Moser 25b79bafd2 cloudstack: cs_snapshot_policy: remove unused arg specs and doc cleanup (#2361) 2016-12-08 11:34:20 -05:00
René Moser 4f09e2caab cloudstack: cs_ip_address: add vpc support (#2283)
* cloudstack: cs_ip_address: add vpc support

* cloudstack: cs_ip_address: remove unused/unreachable code
2016-12-08 11:34:19 -05:00
René Moser e9642a6de7 cloudstack: cs_staticnat: add vpc support (#2285)
* cloudstack: cs_staticnat: add network arg, used for VPC support

* cloudstack: cs_staticnat: removed unused code
2016-12-08 11:34:19 -05:00
René Moser 28648f6434 cloudstack: cs_firewall: get_network moved to utils, cleanup (#2293) 2016-12-08 11:34:19 -05:00
René Moser 8ac52fbb2c cloudstack: cs_template: fix typos (#2294) 2016-12-08 11:34:18 -05:00
René Moser 652b50753d cloudstack: new module cs_snapshot_policy (#2303) 2016-12-08 11:34:18 -05:00
Rene Moser f90ac2c9de cloudstack: new module cs_router 2016-12-08 11:34:14 -05:00
René Moser 99bf53ea9a cs_loadbalancer_rule_member: doc fixes (#2184) 2016-12-08 11:34:13 -05:00
René Moser 96f337ac47 cs_template: fix missing docs (#2165) 2016-12-08 11:34:12 -05:00
René Moser 5197654437 cloudstack, cs_firewall: fix network not found error in return results (#2006)
Only a small issue in results.

In case of type is ingress, we rely on ip address, but in results we also return the network.
Resolving the ip address works without zone params. If the ip address is not located in the default zone and zone param is not set,
the network won't be found because default zone was used for the network query listing.

However since network param is not used for type ingress we skip the return of the network in results.
2016-12-08 11:34:05 -05:00
René Moser d7e8dd22df cloudstack: cs_instance: fix template not found (#2005)
Let users decide which filter should be used to find the template.
2016-12-08 11:34:05 -05:00
Rene Moser b5e4edd9f9 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
2016-12-08 11:34:05 -05:00
Rene Moser 1b99ae4ac1 cloudstack: fix doc, display_text not required 2016-12-08 11:34:05 -05:00
Rene Moser 871f586378 cloudstack: cs_template: fix cross_zones template removal 2016-12-08 11:34:05 -05:00
Michael Scherer 971b570b67 Do not leak passwords in case of error in cloudstack modules 2016-12-08 11:34:04 -05:00
Rene Moser fd68e66827 cloudstack: new module cs_zone_facts 2016-12-08 11:33:55 -05:00
Rene Moser fb4c299f13 cloudstack: new module cs_zone 2016-12-08 11:33:52 -05:00
Rene Moser 3a6fd536ab cloudstack: new module cs_cluster 2016-12-08 11:33:52 -05:00
Rene Moser 2b21212dc6 cloudstack: new module cs_pod 2016-12-08 11:33:52 -05:00
Rene Moser 7d1a4db9ee cloudstack: new module cs_instance_facts 2016-12-08 11:33:52 -05:00
Rene Moser b609250cfd cloudstack: add new module cs_resourcelimit 2016-12-08 11:33:52 -05:00
Rene Moser 595eb1f8f1 cloudstack: new module cs_configuration 2016-12-08 11:33:52 -05:00
Rene Moser 5344701557 cloudstack: cs_instance: implement updating security groups
ACS API implemented in 4.8, has no effect < 4.8.
2016-12-08 11:33:51 -05:00
Rene Moser 51393a0e0f cloudstack: use CS_HYPERVISORS from cloudstack utils 2016-12-08 11:33:51 -05:00
Toshio Kuratomi 255c4b01a8 Remove duplicate documentation fields 2016-12-08 11:33:46 -05:00
Rene Moser 10be5eb908 cloudstack: cs_portforward: fix missing return and remove unused arg 2016-12-08 11:33:45 -05:00
Rene Moser 5430497151 cloudstack: fixes and improvements
cs_instance: fix case insensitivity
cs_instance: remove duplicate code block
cs_securitygroup_rule: fix KeyError on older ACS
2016-12-08 11:33:41 -05:00
Rene Moser d2db491098 cloudstack: cs_template: implement state=extracted 2016-12-08 11:33:41 -05:00
Rene Moser 75456f7b3a cloudstack: fix name is not case insensitive 2016-12-08 11:33:41 -05:00
Rene Moser e484e0dbda cloudstack: cs_instance: fix do not require name to be set to avoid clashes
Require one of display_name or name. If both is given, name is used as identifier.
2016-12-08 11:33:41 -05:00
Rene Moser c7f6b5e41f cloudstack: cs_volume: simplify detach on state=absent 2016-12-08 11:33:40 -05:00
Rene Moser 8ac9901481 cloudstack: cs_volume fixes and improvments
cloudstack: cs_volume:  fix not usable in older cloudstack versions

affects CCP 4.3.0.2 , but not ACS / CCP 4.5.1
closes #1321

cloudstack: cs_volume: fix uable to create volumes with the same name on multiple zones

cloudstack: cs_volume: use type bool and fix python3 support
2016-12-08 11:33:39 -05:00
Rene Moser 7ecbd8e34e cloudstack: cs_instance: fixes and improvements
- cs_instance: fix VM not updated with states given stopped, started, restarted
  A missing VM will be created though but an existing not updated. This fixes the lack of consistency.

- cs_instance: fix user data can not be cleared

- cs_instance: fix deleted VM not recovered on state=present
2016-12-08 11:33:39 -05:00
Rene Moser 5f43afff5b cloudstack: cs_facts: fix wrong description of returns cloudstack_public_ipv4, cloudstack_public_hostname
Also see http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.6/api.html#user-data-and-meta-data
2016-12-08 11:33:39 -05:00
Rene Moser 73c6a35cae cloudstack: cs_instance: implement state=restored 2016-12-08 11:33:39 -05:00
Atsushi Sasaki 6278cef67b Enable to resize a volume with cs_volume 2016-12-08 11:33:37 -05:00
Rene Moser 2715cbffb7 cloudstack: new module cs_volume 2016-12-08 11:33:36 -05:00
Rene Moser 682b7ce3bd cloudstack: cs_portforward: fix example does not match description 2016-12-08 11:33:31 -05:00