Commit graph

1469 commits

Author SHA1 Message Date
Brian Coca
1e067a96ea Merge pull request #828 from resmo/for-ansible
cloudstack: fixes, docs, imrovements
2015-08-11 12:50:09 -04:00
Brian Coca
c310d3a8cd Merge pull request #826 from DazWorrall/feature/cs_instance_iptonetwork
Add iptonetwork parameter to cs_instance
2015-08-11 12:18:33 -04:00
Rene Moser
9905034d3b cloudstack: cs_ip_address: doc style fixes 2015-08-11 17:47:00 +02:00
Darren Worrall
2be506dbdf Add alias 2015-08-11 15:42:55 +01:00
Darren Worrall
53e447e38e Api tidy up 2015-08-11 15:41:07 +01:00
Darren Worrall
ecfd18a941 Rename param to ip_to_networks 2015-08-11 15:33:20 +01:00
Rene Moser
713cec4423 cloudstack: cs_instance: use mutually_exlusive of AnsibleModule 2015-08-11 16:11:19 +02:00
Rene Moser
aa14dedb8f cloudstack: sync cs_facts with best practices 2015-08-11 16:11:19 +02:00
Rene Moser
2318009b70 cloudstack: cs_network fix zone not in result 2015-08-11 16:11:19 +02:00
Darren Worrall
d11182b80b Add iptonetwork parameter 2015-08-11 14:23:28 +01:00
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>
2015-08-11 07:48:15 +01:00
Darren Worrall
e813c54e93 Remove listall 2015-08-10 21:59:20 +01:00
Darren Worrall
51cd73fd67 Doc fixes 2015-08-10 21:02:13 +01:00
Darren Worrall
abe0bbd5e1 Param fixes to associateIpAddress 2015-08-10 20:59:28 +01:00
Darren Worrall
7d791a8593 More doc fixes 2015-08-10 19:24:16 +01:00
Darren Worrall
86bf938575 Doc updates 2015-08-10 16:42:44 +01:00
Darren Worrall
f13eb871c7 Fix imports, override get_network and get_ip_address 2015-08-10 16:32:54 +01:00
Darren Worrall
a2c81b198e More relevant example 2015-08-10 16:07:04 +01:00
Darren Worrall
a53e79d012 Add cs_ip_address module 2015-08-10 15:57:39 +01:00
Rene Moser
cbb2e96993 cloudstack: doc fixes 2015-08-08 15:43:32 +02:00
Rene Moser
e71daafd8e cloudstack: fix KeyError: 'public_ip' in cs_instance 2015-08-08 15:40:05 +02:00
Brian Coca
22d209ee64 Merge pull request #760 from michaeljs1990/devel
ec2_remote_facts module
2015-08-06 23:57:39 -04:00
Brian Coca
66d51b895d Merge pull request #810 from resmo/feature/cs_domain
cloudstack: new module cs_domain
2015-08-06 23:39:35 -04:00
Rene Moser
f74d8cb1e6 cloudstack: new module cs_domain 2015-08-04 18:32:36 +02:00
Brian Coca
a0558a90b2 Merge pull request #598 from wimnat/feature/ec2_vpc_subnet
Feature/ec2 vpc subnet
2015-08-04 11:54:37 -04:00
Jonathan Davila
757b952be4 Doc string fix for vsphere_copy 2015-08-04 07:52:51 -05:00
whiter
e299952bca Changed resource_tags to tags to match other modules (resource_tags still an alias)
Added get_subnet_info method to return more subnet info - matches same method in ec2_vpc_subnet_facts module
Rework of tags - will now only apply the tags listed in the module.  Existing tags not listed will be removed (desired state!)
2015-08-02 21:46:40 +10:00
Michael Schuett
2583ae6df0 Cleanup docs
Change to 2.0 release and remove unneeded empty aliases.
2015-07-30 01:26:36 -04:00
Michael Schuett
e8e0076bf4 Update and rename ec2_search.py to ec2_remote_facts.py 2015-07-29 22:21:14 -04:00
whiter
d40bdd4645 Updated doco for vpc_subnet 2015-07-30 11:37:01 +10:00
Brian Coca
74c20b0639 Merge pull request #748 from bennojoy/vca_nat
Module for modifying nat rules  in vcloud air or vcd
2015-07-28 18:46:07 -04:00
Brian Coca
322c1a871c Merge pull request #747 from bennojoy/vca_fw
Module for modifying firewall rules  in vcloud air or vcd
2015-07-28 18:44:37 -04:00
Brian Coca
128e5284fc minor doc fixes to xenserver_facts 2015-07-28 16:12:50 -04:00
Brian Coca
7daa4adefa Merge pull request #40 from andyhky/xenserver_module
Add XenServer module
2015-07-28 16:10:37 -04:00
Brian Coca
3a987b49fc Merge pull request #778 from wimnat/feature/ec2_vpc_route_table_facts
New module - ec2_vpc_route_table_facts
2015-07-28 14:58:20 -04:00
Rob White
5f5ae26cc1 New module - ec2_vpc_route_table_facts 2015-07-28 22:33:57 +10:00
Andy Hill
b37777ed21 Add xenserver_facts module
This module gathers facts about a XenServer host, gathering them in a single
connection instead of multiple xe commands.
2015-07-28 06:37:49 -04:00
Benno Joy
abaf4ce59d update license 2015-07-28 15:51:57 +05:30
Benno Joy
047e37a28c update license 2015-07-28 15:49:44 +05:30
Brian Coca
a6e0fcaf6c Merge pull request #776 from drybjed/update-virt_pool
Update author information in virt_pool docs
2015-07-27 22:42:26 -04:00
Brian Coca
0bdeb9ee47 Merge pull request #757 from drybjed/virt_net
libvirt: virt_net module
2015-07-27 18:53:40 -04:00
Maciej Delmanowski
375b2234b1 Update author information in virt_pool docs 2015-07-28 00:22:51 +02:00
Maciej Delmanowski
2af729944a Update author information in virt_net docs 2015-07-28 00:21:27 +02:00
Rene Moser
5abaab68a4 cloudstack: fix typos in doc 2015-07-28 00:05:37 +02:00
Brian Coca
0984e9964f Merge pull request #756 from drybjed/virt_pool
libvirt: virt_pool module
2015-07-27 14:11:54 -04:00
Michael Schuett
c08fa1269d Remove unneeded nesting
The double nesting causes an issue with setting a default empty list if you need to loop over this using with_items. This fixes the issue since it looks like ansible silently fails at setting the default if you use with_items: registered_var['one']['two'] where one is not set.
2015-07-25 18:42:11 -04:00
Maciej Delmanowski
c011923e3b Remove unused parameter from method arguments 2015-07-25 18:23:39 +02:00
Maciej Delmanowski
39b635ae79 Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
2015-07-25 18:23:01 +02:00
Maciej Delmanowski
d8b6dd5927 Rewrite for loops in a more Pythonic style 2015-07-25 18:22:31 +02:00
Maciej Delmanowski
055a31ba07 Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
2015-07-25 18:21:10 +02:00