Commit graph

570 commits

Author SHA1 Message Date
Maciej Delmanowski
c5c69ca1e7 Update author information in virt_net docs 2016-12-08 11:33:04 -05:00
Maciej Delmanowski
6c4f50a2ea Remove unused parameter from method arguments 2016-12-08 11:33:04 -05:00
Maciej Delmanowski
b42bc91258 Add whitespace so diff with 'virt_pool' is easier 2016-12-08 11:33:04 -05:00
Maciej Delmanowski
e1084e5caa 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.
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
1f65953090 Rewrite for loops in a more Pythonic style 2016-12-08 11:33:04 -05:00
Maciej Delmanowski
2fde14aaf1 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.
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
8a1abfdd92 libvirt: virt_net module
This module manages network configuration in libvirt.
2016-12-08 11:33:04 -05:00
Rene Moser
81006ab9c3 cloudstack: fix typos in doc 2016-12-08 11:33:04 -05:00
Maciej Delmanowski
7e3787dd11 libvirt: virt_pool module
This module manages storage pool configuration in libvirt.
2016-12-08 11:33:04 -05:00
Brian Coca
040f72f811 fixed license and copyright 2016-12-08 11:33:03 -05:00
Brian Coca
b17859d8d5 removed redundant version added 2016-12-08 11:33:03 -05:00
Benno Joy
58af9f159e Module for creating vapp/vm in vcloud or vcd 2016-12-08 11:33:03 -05:00
dohoangkhiem
08e4ef5120 Remove incorrect copyright | minor refinement of code convention 2016-12-08 11:33:02 -05:00
dohoangkhiem
3c4fa05ef0 New module: gce_tag for add/remove tags to/from GCE instance 2016-12-08 11:33:02 -05:00
Toshio Kuratomi
64fbe80199 Fix typo in docs 2016-12-08 11:33:02 -05:00
Matt Baldwin
056d56ce24 Correcting issues raised by @abadger. 2016-12-08 11:33:02 -05:00
Matt Baldwin
1e7df67e76 Resolving issues flagged in pull request #683 2016-12-08 11:33:02 -05:00
Matt Baldwin
058f3772f1 Ansible ProfitBricks Compute Module. 2016-12-08 11:33:01 -05:00
Siva Popuri
ba185f1bf1 corrected the license string to make it compatible with GPLV3 2016-12-08 11:33:01 -05:00
Siva Popuri
98253831c1 changes to include PR review comments 2016-12-08 11:33:01 -05:00
Rene Moser
8492f7e05c cloudstack: new module cs_staticnat 2016-12-08 11:33:01 -05:00
Rene Moser
15b6ae8e5c cloudstack: cs_instance: fix display_name not used in deployment 2016-12-08 11:33:01 -05:00
Rene Moser
1f25377ce9 cloudstack: use get_or_fallback() from cloudstack utils 2016-12-08 11:33:01 -05:00
Rene Moser
743ed1cd82 cloudstack: cs_portforward: fix public_end_port was used for private_end_port 2016-12-08 11:33:01 -05:00
Rob White
280086f230 Doc fixup 2016-12-08 11:33:01 -05:00
Rob White
a979c0db8e Removed requirement for target_bucket 2016-12-08 11:33:00 -05:00
Rob White
dbd26446c8 New module - s3_logging 2016-12-08 11:33:00 -05:00
Maciej Delmanowski
1b6980b086 virt: remove BabyJSON
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8

Ref: #430
2016-12-08 11:33:00 -05:00
Brian Coca
b789277517 minor doc fixes 2016-12-08 11:33:00 -05:00
Boris Ekelchik
1b56c446b8 Added changes requested by reviewers
Copied @wimnat incorporating changes requested in feedback comments
2016-12-08 11:33:00 -05:00
Boris Ekelchik
7d562272a4 New sts_assume_role module 2016-12-08 11:32:59 -05:00
Rene Moser
7806d3d134 cloudstack: cs_instance: fix missing resource error in check mode if instance is not yet present 2016-12-08 11:32:59 -05:00
Toshio Kuratomi
36429c7b9b Fix the documentation of route53_zone 2016-12-08 11:32:58 -05:00
Christopher Troup
5f57ffcbba Add GPL file header 2016-12-08 11:32:58 -05:00
Christopher Troup
af8c363932 Use state: present|absent rather than command: create|delete 2016-12-08 11:32:58 -05:00
Christopher Troup
beceeb440d Update documentation to include usual fields
- Adds version_added
- Adds author
- Removed default: null from a required field
2016-12-08 11:32:58 -05:00
Christopher Troup
a6e79f6347 Add support for creating and deleting Route53 hosted zones
Supports both private (per-VPC) and public hosted zones.
2016-12-08 11:32:58 -05:00
Ash Wilson
c10f898b53 Use rax_to_dict(). 2016-12-08 11:32:57 -05:00
Ash Wilson
9928efedc9 Bring the examples up to date. 2016-12-08 11:32:57 -05:00
Ash Wilson
b76dff4411 Guard calls that modify the CLB with try/except. 2016-12-08 11:32:57 -05:00
Ash Wilson
f97c3cb8b6 Include the balancer acted upon in the result. 2016-12-08 11:32:57 -05:00
Ash Wilson
e7d31217f1 Bump version_added. 2016-12-08 11:32:57 -05:00
Ash Wilson
6eda375684 Use rax_find_loadbalancer utility method. 2016-12-08 11:32:57 -05:00
Ash Wilson
0177ba903a Remove redundant "state" validity check. 2016-12-08 11:32:57 -05:00
Ash Wilson
9dfba4881f Rename "balancer_name" to "loadbalancer." 2016-12-08 11:32:57 -05:00
Ash Wilson
575ace06b9 Move ansible imports to the module's bottom. 2016-12-08 11:32:57 -05:00
Ash Wilson
7bf7f23b3e Use the correct version_added. 2016-12-08 11:32:57 -05:00
Ash Wilson
05cee6a120 Initial implementation of rax_clb_ssl. 2016-12-08 11:32:57 -05:00
Quentin Stafford-Fraser
e57a771860 webfaction: Allow machine to be specified if account has more than one. 2016-12-08 11:32:57 -05:00
Rene Moser
24b0943eaa cloudstack: fix user_data gathering, must not be in for loop 2016-12-08 11:32:56 -05:00