Charles Paul
6f4aaecb6a
adding no_log to password
10 years ago
Brian Coca
fa11718c0f
fixed domain_id to actually be supported
...
also added domain as an alias
alt fixes #1437
10 years ago
Toshio Kuratomi
19e496c69c
Merge pull request #1395 from resmo/feature/cs_template_extract
...
[stable-2.0] cloudstack: cs_template: implement state=extracted
10 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
10 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…
10 years ago
Brian Coca
6efa406b6f
added examples to route53_zone
...
fixes #1061
10 years ago
Michael Scherer
2f3dc1352f
Replace choices=BOOLEANS by type='bool', fix #1326
10 years ago
Rene Moser
06f6a5375e
cloudstack: fix name is not case insensitive
10 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.
10 years ago
Rene Moser
56fb7abc65
cloudstack: cs_volume: simplify detach on state=absent
10 years ago
Rene Moser
182cbbd4f7
cloudstack: cs_template: implement state=extracted
10 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.
10 years ago
Brian Coca
577b930df9
Merge pull request #1335 from resmo/fix/1321
...
[next]: cloudstack: fixes and improvements
10 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
10 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
10 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
10 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…
10 years ago
Brian Coca
cbe0211f3d
Merge pull request #1294 from resmo/feature/cs_instance_restore
...
cloudstack: cs_instance: implement state=restored
10 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.
10 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
10 years ago
Chrrrles Paul
0ee578e938
Changing docs to reflect vm_name as the default vm_id_type
10 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
10 years ago
Charles Paul
7ded482e6c
pep8 whitespace
10 years ago
Charles Paul
51813e0033
upped version added, search by vm_name by default
10 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
10 years ago
Toshio Kuratomi
cbed642009
Simplify code
10 years ago
Brian Coca
2ce866f759
corrected version added to 2.1
10 years ago
Brian Coca
43b63c36fd
Merge pull request #973 from wimnat/feature/ec2_vpc_net_facts
...
New module - ec2_vpc_net_facts
10 years ago
Vladimir Dimov
de672f1ab2
Doc fix ec2_vpc_route_table.py
10 years ago
Vladimir Dimov
9ba686f8e6
Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record.
10 years ago
Atsushi Sasaki
91d3c02571
Enable to resize a volume with cs_volume
10 years ago
Rene Moser
8ec66713d9
cloudstack: fixes and improvements
...
- cs_affinitygroup: add project support
Project support in CloudStack for affinity groups is going to be fixed/implemented in the near future, this module should already support.
- cs_affinitygroup: fix missing returns in doc
- cs_volume: fix disk offering not found
- cs_volume: fix volume not found if created with display_volume=no
- cs_firewall: argument zone is missing, default zone is always used.
credits for reporting and fixing to @atsaki
closes #1320
- cs_instance: fix user_data base64 encoding fails if not a string
10 years ago
Rob
186fe2babc
Added missing else statement that caused existing rules to be discarded
10 years ago
Ritesh Khadgaray
426e76dddb
vmware_vm_shell: add the ability to start program without network connection
10 years ago
Toshio Kuratomi
3c4f954f0f
Don't raise or catch StandardError in amazon modules
10 years ago
Rene Moser
f2eb00cc71
cloudstack: cs_instance: implement state=restored
10 years ago
Rene Moser
b7ca7d15ac
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
10 years ago
Brian Coca
0c1d20865d
Merge pull request #1250 from resmo/for-ansible
...
cloudstack: new module cs_volume
10 years ago
Rene Moser
87065005aa
cloudstack: new module cs_volume
10 years ago
Brian Coca
cde758332a
Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
...
Ensure tag values get updated in ec2_vpc_subnet
10 years ago
Brian Coca
2775be99d3
Merge pull request #1268 from ryansydnor/s3_bucket
...
Use boto normalized location for bucket creation
10 years ago
Toshio Kuratomi
b87e3ce362
Quote strings that make the module docs fail to build
10 years ago
Toshio Kuratomi
19374903ac
Switch StrictVersion for LooseVersion since some distros ship
...
beta versions and StrictVersion would fail on that.
Also clean up some minor style things
10 years ago
Toshio Kuratomi
d3f0d3880c
Merge pull request #444 from olsaki/devel
...
Add docker_login module
10 years ago
Olaf Kilian
c629d5b013
Add requirement and check for compatible version of docker-py
10 years ago
Olaf Kilian
66964f660a
Set no_log for password argument
10 years ago
Ryan Sydnor
a56fe04683
Use boto normalized location for bucket creation
...
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
10 years ago
Alberto Gireud
c9e4c32f41
Fix return documentation
10 years ago
Brian Coca
aa859f6331
Merge pull request #1220 from agireud/os_project
...
Add openstack project module
10 years ago
Toshio Kuratomi
e52e015791
Documentation fixes
10 years ago