Brian Coca
e9450df878
Merge pull request #1486 from resmo/for-ansible
...
[2.0.1] cloudstack: fixes and improvements
9 years ago
David Shrewsbury
f798240f43
Update Keystone Domain module for latest shade
9 years ago
Monty Taylor
02e91f8897
Extract module for keystone domain management
9 years ago
Haneef Ali
b65bd39615
Ansible module for Keystone V3 API
...
Change-Id: I9db323cc9e5a42353cab5cf4be6e22449cef8542
9 years ago
Chrrrles Paul
570869ef48
Merge pull request #1487 from chrrrles/vmware_doc_fragments
...
use doc fragments
9 years ago
Charles Paul
0ba3d85522
use doc fragments
9 years ago
Brian Coca
2813675b6f
Merge pull request #1469 from Constantin07/update_elb_ec2_facts
...
ec2_elb_facts - Print explicit error cause when no ELBs are found in AWS
9 years ago
Brian Coca
61bb39be71
Merge pull request #1466 from stepanstipl/fix-route53_facts_hosted_zone_id
...
Fix: route53_facts hosted_zone_id boto error
9 years ago
Brian Coca
3aa2d3744d
Merge pull request #1482 from ansible/json-imports-fallback
...
Update for modules which import json.
9 years ago
Rene Moser
2984c13035
cloudstack: cs_portforward: fix missing return and remove unused arg
9 years ago
Brian Coca
91c4558545
Merge pull request #1363 from wimnat/feature/eni_facts_secondary_addresses
...
Add secondary addresses to facts
9 years ago
Brian Coca
aa95a81005
added version info on autodetection feature
9 years ago
Brian Coca
c0922d4d32
Merge pull request #1146 from frogu/proxmox_lxc_support
...
add lxc support, without dropping openvz
9 years ago
Toshio Kuratomi
7e56a66ef6
Really disable RETURN
9 years ago
Toshio Kuratomi
816bfd6990
Disable RETURNS because the approved module doesn't have a RETURNS that is buildable
9 years ago
Toshio Kuratomi
759e4f2f24
Merge pull request #952 from Java1Guy/ecs_service_module
...
cloud amazon ECS service modules
9 years ago
Toshio Kuratomi
d6af6f8477
Update for modules which import json.
...
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed
Fixes #1298
9 years ago
Rene Moser
11fdb822a4
cloudstack: fixes and improvements
...
cs_instance: fix case insensitivity
cs_instance: remove duplicate code block
cs_securitygroup_rule: fix KeyError on older ACS
9 years ago
Constantin07
53e6e8c936
Print explicit error cause when no ELBs are found in AWS
9 years ago
Stepan Stipl
6bad06e827
Fix: route53_facts hosted_zone_id boto error
...
Boto is expecting parameter called "Id", not "HostedZoneId".
See
http://boto3.readthedocs.org/en/latest/reference/services/route53.html#Route53.Client.get_hosted_zone
Fixes ansible/ansible-modules-extras/#1465
9 years ago
Charles Paul
6f4aaecb6a
adding no_log to password
9 years ago
Brian Coca
fa11718c0f
fixed domain_id to actually be supported
...
also added domain as an alias
alt fixes #1437
9 years ago
Toshio Kuratomi
19e496c69c
Merge pull request #1395 from resmo/feature/cs_template_extract
...
[stable-2.0] cloudstack: cs_template: implement state=extracted
9 years ago
Toshio Kuratomi
9bae6eafee
Merge pull request #1411 from resmo/fix/stable-2.0/case_insensivity
...
[stable-2.0] cloudstack: fix name is not case insensitive
9 years ago
Toshio Kuratomi
8f6d518a5b
Merge pull request #1410 from resmo/fix/stable-2.0/cs_instance
...
[stable-2.0] cloudstack: cs_instance: fix do not require name to be set to avoid c…
9 years ago
Brian Coca
6efa406b6f
added examples to route53_zone
...
fixes #1061
9 years ago
Michael Scherer
2f3dc1352f
Replace choices=BOOLEANS by type='bool', fix #1326
9 years ago
Rene Moser
06f6a5375e
cloudstack: fix name is not case insensitive
9 years ago
Rene Moser
15b14f8109
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.
9 years ago
Rene Moser
56fb7abc65
cloudstack: cs_volume: simplify detach on state=absent
9 years ago
Rene Moser
182cbbd4f7
cloudstack: cs_template: implement state=extracted
9 years ago
Gauvain Pocentek
652676cf95
Add an __init__.py file in openstack/
...
The os_project module doesn't get installed if the __init__ file doesn't
exist in the repository.
9 years ago
Brian Coca
577b930df9
Merge pull request #1335 from resmo/fix/1321
...
[next]: cloudstack: fixes and improvements
9 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
9 years ago
Rene Moser
480db37583
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
9 years ago
Rene Moser
a0a19e16ff
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
9 years ago
Brian Coca
5601c1338a
Merge pull request #1288 from resmo/fix/cs_facts_docs
...
cloudstack: cs_facts: fix wrong description of returns cloudstack_pub…
9 years ago
Brian Coca
cbe0211f3d
Merge pull request #1294 from resmo/feature/cs_instance_restore
...
cloudstack: cs_instance: implement state=restored
9 years ago
Brian Coca
0e9c9e759a
Merge pull request #1341 from s1lv3r40/doc_fix
...
Doc fix on route53_health_check.py and ec2_vpc_route_table.py.
9 years ago
Matthew Jones
c157dbe55a
Fix up vsphere_copy after open_url change
...
* Remove leading module parameter on open_url call as it's no longer used
by module_utils.urls.open_url
* Force basic auth otherwise vsphere will just return a 401
9 years ago
Rob
1b0250125a
Add secondary addresses to facts
9 years ago
Chrrrles Paul
0ee578e938
Changing docs to reflect vm_name as the default vm_id_type
9 years ago
Brian Coca
fabafe9aa8
Merge pull request #1325 from wimnat/feature/issue-1323
...
Added missing else statement that caused existing rules to be discarded
9 years ago
Charles Paul
7ded482e6c
pep8 whitespace
9 years ago
Charles Paul
51813e0033
upped version added, search by vm_name by default
9 years ago
Chrrrles Paul
415ab8d046
Merge pull request #1319 from ritzk/vmware-execute-local-process
...
vmware_vm_shell: add the ability to start program without network connection
9 years ago
Toshio Kuratomi
cbed642009
Simplify code
9 years ago
Brian Coca
2ce866f759
corrected version added to 2.1
9 years ago
Brian Coca
43b63c36fd
Merge pull request #973 from wimnat/feature/ec2_vpc_net_facts
...
New module - ec2_vpc_net_facts
9 years ago
Vladimir Dimov
de672f1ab2
Doc fix ec2_vpc_route_table.py
9 years ago