Commit Graph

131 Commits (b66c62aab0545df61d4e942f40a880e24d9f63c0)

Author SHA1 Message Date
Rene Moser 9bdefef05f cloudstack: cs_network: rename broadcast_domaintype to broadcast_domain_type for consistency 10 years ago
Rene Moser e8df87375d cloudstack: cs_security_group_rule: fix typo 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
Brian Coca e31a4be192 fixes to prevent doc brekage 10 years ago
Brian Coca 1e067a96ea Merge pull request #828 from resmo/for-ansible
cloudstack: fixes, docs, imrovements
10 years ago
Brian Coca c310d3a8cd Merge pull request #826 from DazWorrall/feature/cs_instance_iptonetwork
Add iptonetwork parameter to cs_instance
10 years ago
Rene Moser 9905034d3b cloudstack: cs_ip_address: doc style fixes 10 years ago
Darren Worrall 2be506dbdf Add alias 10 years ago
Darren Worrall 53e447e38e Api tidy up 10 years ago
Darren Worrall ecfd18a941 Rename param to ip_to_networks 10 years ago
Rene Moser 713cec4423 cloudstack: cs_instance: use mutually_exlusive of AnsibleModule 10 years ago
Rene Moser aa14dedb8f cloudstack: sync cs_facts with best practices 10 years ago
Rene Moser 2318009b70 cloudstack: cs_network fix zone not in result 10 years ago
Darren Worrall d11182b80b Add iptonetwork parameter 10 years ago
Milamber 51f3b9f6dd Add an option to allow the resize of root disk when the instance is created. (need CloudStack 4.4 or +, cloud-initramfs-growroot installed on the template)
Signed-off-by: Milamber <milamber@apache.org>
10 years ago
Darren Worrall e813c54e93 Remove listall 10 years ago
Darren Worrall 51cd73fd67 Doc fixes 10 years ago
Darren Worrall abe0bbd5e1 Param fixes to associateIpAddress 10 years ago
Darren Worrall 7d791a8593 More doc fixes 10 years ago
Darren Worrall 86bf938575 Doc updates 10 years ago
Darren Worrall f13eb871c7 Fix imports, override get_network and get_ip_address 10 years ago
Darren Worrall a2c81b198e More relevant example 10 years ago
Darren Worrall a53e79d012 Add cs_ip_address module 10 years ago
Rene Moser cbb2e96993 cloudstack: doc fixes 11 years ago
Rene Moser e71daafd8e cloudstack: fix KeyError: 'public_ip' in cs_instance 11 years ago
Rene Moser f74d8cb1e6 cloudstack: new module cs_domain 11 years ago
Rene Moser 5abaab68a4 cloudstack: fix typos in doc 11 years ago
Rene Moser 312b34ad81 cloudstack: new module cs_staticnat 11 years ago
Rene Moser 7d6738ab9d cloudstack: cs_instance: fix display_name not used in deployment 11 years ago
Rene Moser 8e6e9c782b cloudstack: use get_or_fallback() from cloudstack utils 11 years ago
Rene Moser 6c9410dce9 cloudstack: cs_portforward: fix public_end_port was used for private_end_port 11 years ago
Rene Moser 1ccb21bd18 cloudstack: cs_instance: fix missing resource error in check mode if instance is not yet present 11 years ago
Rene Moser 90d0828b1a cloudstack: fix user_data gathering, must not be in for loop 11 years ago
Rene Moser db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
11 years ago
Rene Moser 94060b5ade cloudstack: fix state=expunged in cs_instance 11 years ago
Rene Moser 5b86a15cdb cloudstack: cs_instance do not pass zoneid to listVirtualMachines
This change is related to 2 issues;

- The API does not return destroyed VMs if zone ID is passed for CS version < 4.5.2. Also see CLOUDSTACK-8578. This only affects domain and root admins.
- The instance name must be unique across all zones. If we pass the zone ID to find  a VM, it will not be found if it is in a different zone but a deployment with the name would fail.
11 years ago
Rene Moser c8d6d68428 cloudstack: cleanup cs_instance use param key exlicitly for utils methods 11 years ago
Rene Moser b031e818b1 cloudstack: fix cs_instance can not find iso and disk offering if domain is set.
This does only affect root admins.
11 years ago
Rene Moser b1e6d6ba52 cloudstack: fix cs_instance hypervisor must be omitted if set on template/iso
Fix related to issue reported in PR GH-646
11 years ago
Rene Moser 60b5ae35b3 cloudstack: make get_template_or_iso returning a dict for fix GH-646 11 years ago
Rene Moser 35b6bc417d cloudstack: new module cs_facts 11 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 11 years ago
Rene Moser ad845a59b0 cloudstack: fix clean_up arg to be boolean in cs_network 11 years ago
Rene Moser 68dc905b5f cloudstack: add new module cs_template 11 years ago
Rene Moser c842c71708 cloudstack: add new module cs_network 11 years ago
Rene Moser ed0395e2cc cloudstack: remove listall in cs_project
listall in cs_project can return the wrong project for root admins, because project name are not unique in separate accounts.
11 years ago
Rene Moser 1d49d4af09 cloudstack: fix project name must not be case sensitiv 11 years ago