René Moser
540d53327d
cs_instance_facts: fix pep8 ( #31606 )
2017-10-12 14:00:14 +10:00
René Moser
e872763877
cs_portforward: remove CloudStackException dep ( #31610 )
...
- fixes pep8
- fixes doc
2017-10-12 00:25:01 +02:00
René Moser
c1121dd5fb
cs_securitygroup_rule: remove CloudStackException dependency ( #31603 )
...
- fixes pep8
- fixes docs
2017-10-11 22:23:00 +02:00
René Moser
af6e89fbc8
cs_securitygroup: remove CloudStackException dep ( #31597 )
...
- fixes pep8
- fixes docs
2017-10-11 20:58:08 +02:00
Rene Moser
4dc3874176
cs_snapshot_policy: fix VM not found in non-default zone
2017-10-11 18:35:54 +02:00
Rene Moser
d6e1f02990
cs_snapshot_policy: remove CloudStackException dependency
2017-10-11 18:35:54 +02:00
Toshio Kuratomi
4cad720b22
Remove wildcard imports from cloudstack modules.
...
Also add boilerplate.
2017-10-09 21:41:02 -07:00
Rene Moser
d7fa3ab487
cloudstack: cs_template: remove dependency to CloudStackException
...
* fixes docs
* fixes pep8
2017-09-29 11:11:22 +02:00
René Moser
f128796782
cs_volume: fix CloudStackException dependency ( #30389 )
...
fixes pep8
2017-09-15 20:40:28 +02:00
René Moser
cc3bb0a043
cloudstack: cs_instance: warn for changes not applicable to running VMs. ( #28664 )
2017-08-25 16:47:14 +02:00
David Kretch
beed59f303
Fix trailing space in ec2_vol example, fix 'the the' typos ( #28440 )
...
* Fix 'the the' typos, fix 'pahting' filename typo
* Change 'the the' typos to a single 'the'.
* Change `playbook_pahting.rst` to `playbook_pathing.rst`.
* Delete trailing space in ec2_vol example
Delete the trailing space in `instance: "{{ item.id }} "`, which makes the
example fail when run because it looks for instance "i-xxxx ".
2017-08-19 23:00:51 +02:00
René Moser
b3a57a4014
cloudstack: cs_host: add host_tag alias ( #28417 )
2017-08-18 22:41:52 +02:00
Rene Moser
f6b7c1a6c1
cloudstack: cs_storage_pool: fix state handling, add tests
...
cs_storage_pool: rm CloudStackException dependency
cs_storage_pool: fix UnboundLocalError in check mode
local variable 'pool' referenced before assignment
2017-08-18 22:08:41 +02:00
John McEleney
7549b27544
Add new module cs_storage_pool
...
- Changed zone_name to name - Changed cluster_name to cluster - Changed pod_name to pod - Corrected tags type in docs - Remove unneeded returns - Other simplifications
2017-08-18 22:08:41 +02:00
Toshio Kuratomi
f203ca7907
Update metadata to 1.1
2017-08-15 23:12:08 -07:00
René Moser
fdaa803cca
cloudstack: cs_vmsnapshot: fix pep8 ( #27792 )
2017-08-05 10:34:17 +02:00
René Moser
f1ef61da4e
cloudstack: cs_domain: tests: add update tests ( #27791 )
2017-08-05 10:33:01 +02:00
René Moser
5700b09610
cloudstack: new module cs_instance_nic_secondaryip, replaces cs_nic ( #26491 )
2017-08-04 15:01:12 +02:00
Rene Moser
e2914a45e1
cloudstack: make facts run in check mode
2017-07-26 11:55:53 +02:00
René Moser
c16b1844a9
cloudstack: cs_facts: add option for custom meta data host ( #27290 )
2017-07-26 11:49:15 +02:00
Toshio Kuratomi
0d290bddda
Port cs_facts to the ansible 2.4 facts API ( #27257 )
...
* Port cs_facts to the ansible 2.4 facts API
Fixes #27256
References #27254
2017-07-25 12:08:54 -07:00
René Moser
a566a7ea2e
cloud: cs_user: add feature keys handling ( #27285 )
2017-07-25 18:07:58 +02:00
René Moser
b3e8fa72ce
cloudstack: cs_cluster: remove duplicate code error handling ( #27261 )
2017-07-25 11:33:58 +02:00
René Moser
30ad30c470
cloudstack: remove CloudStackException dep for several modules ( #26874 )
...
* cloudstack: cs_affinitygroup: remove CloudStackException dependency
* cloudstack: cs_domain: remove CloudStackException dependency
* cloudstack: cs_firewall: remove CloudStackException dependency
* cloudstack: cs_host: remove CloudStackException dependency
* cloudstack: cs_instancegroup: remove CloudStackException dependency
* cloudstack: cs_pod: remove CloudStackException dependency
* cloudstack: cs_configuration: remove CloudStackException dependency, fix pep8
* cloudstack: cs_cluster: remove CloudStackException dependency
* cloudstack: cs_network_acl: remove CloudStackException dependency
* cloudstack: cs_network_acl_rule: remove CloudStackException dependency
* cloudstack: cs_zone_facts: remove CloudStackException dependency
* cloudstack: cs_zone: remove CloudStackException dependency
* cloudstack: cs_vpn_gateway: remove CloudStackException dependency
* cloudstack: cs_vpc: remove CloudStackException dependency
* cloudstack: cs_sshkeypair: remove CloudStackException dependency
* cloudstack: cs_role: remove CloudStackException dependency
* cloudstack: cs_ip_address: remove CloudStackException dependency
* cloudstack: cs_ip_staticnat: remove CloudStackException dependency
* cloudstack: cs_resourcelimit: remove CloudStackException dependency
* cloudstack: cs_region: remove CloudStackException dependency
* cloudstack: cs_project: remove CloudStackException dependency
* cloudstack: cs_network: remove CloudStackException dependency
* cloudstack: cs_loadbalancer_rule_member: remove CloudStackException dependency
* cloudstack: cs_loadbalancer_rule: remove CloudStackException dependency
* cloudstack: cs_iso: remove CloudStackException dependency
2017-07-16 22:05:14 +02:00
René Moser
8477525d2b
cloudstack: cs_account: remove CloudStackException dependency ( #26870 )
2017-07-16 12:02:28 +02:00
Rene Moser
1a27546039
cloudstack: cs_router: use query_api, remove CloudStackException dependency
2017-07-16 11:46:10 +02:00
Rene Moser
9543025b91
cloudstack: cs_router: fix pep8
2017-07-16 11:46:10 +02:00
Rene Moser
d88e9ab869
cloudstack: cs_router: add zone param
2017-07-16 11:46:10 +02:00
Rene Moser
c896aab5e3
cloudstack: cs_router: fix router not found and async polling in reboot
2017-07-16 11:46:10 +02:00
René Moser
5979f2543f
cloudstack: cs_instance_nic: remove duplicate code ( #26869 )
2017-07-16 11:41:36 +02:00
René Moser
1d907de966
cloudstack: cs_user: fix pep8 and minor restyling ( #26849 )
2017-07-15 19:16:53 +02:00
René Moser
2a751e1753
cloudstack: cs_instance_nic: remove CloudStackException dependency ( #26860 )
2017-07-15 19:12:32 +02:00
Rene Moser
6d81c9670f
cloudstack: cs_role: fix UnboundLocalError in check mode
2017-07-14 00:51:35 +02:00
Rene Moser
dd9e6e9623
cloudstack: cs_iso: extend returns
2017-07-12 00:49:37 +02:00
Rene Moser
64643c4e7d
cloudstack: cs_iso: add cross_zone param
2017-07-12 00:49:37 +02:00
Rene Moser
31d530d6af
cloudstack: cs_iso: add display_text param
2017-07-12 00:49:37 +02:00
Rene Moser
3dc379c89d
cloudstack: cs_iso: add update support, fixes pep8
2017-07-12 00:49:37 +02:00
René Moser
3050856f2a
cloudstack: cs_instancegroup: fix pep8 ( #26534 )
2017-07-07 19:08:39 +02:00
Rene Moser
4183d77c70
cloudstack: cs_instance_nic: add ip_address param
2017-07-07 16:50:57 +02:00
Marc-Aurèle Brothier
ee8ce99bed
cloudstack: add nic operation ( #26168 )
...
* CloudStack: Remove networkid parameter in global list
* New module for CloudStack VM's Nic
Closes #25911
* Review changes
2017-07-07 13:41:59 +02:00
René Moser
63f4aa3069
cloudstack: cs_host: add state maintenance ( #26502 )
2017-07-07 08:33:26 +02:00
Rene Moser
37b22673fb
cloudstack: cs_instance: fix KeyError: 'sshkeypair'
2017-07-04 15:58:21 +02:00
René Moser
363761fc16
cloudstack: cs_template: default is_routing=None, fixes template upload for users ( #26248 )
2017-06-29 17:43:31 +02:00
Rene Moser
1f5839777b
cloudstack: cs_host: revamp fixes several issues
2017-06-26 14:40:09 +02:00
loqutus
f6e4019804
fix networkdid->networkid in cs_nic.py ( #25914 )
2017-06-23 07:15:03 +01:00
Abhijeet Kasurde
f65ced0438
cloudstack: Use errortext from router in cs_router ( #25634 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-06-13 11:11:53 +02:00
netservers
d5becd728e
Have cs_host search both name and ipaddress fields when fetching the host from listHosts. ( #25628 )
...
Make ip_address an alias of name to allow playbooks to more clearly make
use of IP addreses.
2017-06-13 07:30:59 +02:00
Abhijeet Kasurde
b89cb95609
Fix spelling mistakes (comments only) ( #25564 )
...
Original Author : klemens <ka7@github.com>
Taking over previous PR as per
https://github.com/ansible/ansible/pull/23644#issuecomment-307334525
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-06-12 07:55:19 +01:00
René Moser
29817ab115
cloudstack: add tests, fix pep8 ( #25518 )
...
* cloudstack: cs_zone: fix pep8
* cloudstack: cs_zone: add tests
2017-06-09 18:48:53 +02:00
René Moser
76c598f044
cloudstack: cs_zone: fix missing type bool for params ( #25552 )
2017-06-09 18:10:32 +02:00