Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | cloudstack: use poll_job() from utils | Rene Moser | 2016-06-09 | 1 | -2/+2 |
| | |||||
* | cloudstack: remove duplicate import cs handling, already in utils. | Rene Moser | 2016-06-09 | 1 | -9/+0 |
| | |||||
* | cloudstack: cs_firewall: get_network moved to utils, cleanup (#2293) | René Moser | 2016-05-27 | 1 | -26/+0 |
| | |||||
* | cloudstack, cs_firewall: fix network not found error in return results (#2006) | René Moser | 2016-04-12 | 1 | -5/+8 |
| | | | | | | | | | Only a small issue in results. In case of type is ingress, we rely on ip address, but in results we also return the network. Resolving the ip address works without zone params. If the ip address is not located in the default zone and zone param is not set, the network won't be found because default zone was used for the network query listing. However since network param is not used for type ingress we skip the return of the network in results. | ||||
* | cloudstack: fixes and improvements | Rene Moser | 2015-12-16 | 1 | -2/+2 |
| | | | | | | cloudstack: fix python3 support and use type='bool' cloudstack: cs_instance: update vm on state=restored | ||||
* | cloudstack: fixes and improvements | Rene Moser | 2015-12-04 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | - 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 | ||||
* | cloudstack: implement common argument spec handling | Rene Moser | 2015-09-22 | 1 | -26/+25 |
| | |||||
* | cloudstack: add api_region arg | Rene Moser | 2015-08-31 | 1 | -0/+1 |
| | | | | | * docs in module_docs_fragments/cloudstack.py * implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083 | ||||
* | cloudstack: use new get_result() handling | Rene Moser | 2015-08-17 | 1 | -15/+16 |
| | |||||
* | cloudstack: use get_or_fallback() from cloudstack utils | Rene Moser | 2015-07-19 | 1 | -8/+2 |
| | |||||
* | cloudstack: update code to match best practice | Rene Moser | 2015-06-28 | 1 | -4/+2 |
| | | | | * Remove catchall exception * use `if __name__ == '__main__':` | ||||
* | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | cloudstack: add choices for api_http_method | Rene Moser | 2015-06-16 | 1 | -5/+1 |
| | |||||
* | cloudstack: add new param api_timeout | Rene Moser | 2015-06-16 | 1 | -0/+1 |
| | |||||
* | cloudstack: improve required params | Rene Moser | 2015-06-16 | 1 | -0/+7 |
| | |||||
* | cloudstack: cs_firewall: add egress support | Rene Moser | 2015-05-19 | 1 | -22/+142 |
| | | | | | | Added functionality to set rules for egress using this module at these are very similar. The only real difference is that egress firewall API uses the networkid. That is why the new arguments `type` for choosing `egress` or `ingress` and `network` was added. For `type=ingress`, which is the default, `ip_address` is required and for `type=egress` the argument `network` is required. | ||||
* | cloudstack: add catch all exceptions and show a user friendly message | Rene Moser | 2015-05-16 | 1 | -0/+3 |
| | | | | Also see GH-493. | ||||
* | cloudstack: remove self.result, is defined in super class from utils | Rene Moser | 2015-05-16 | 1 | -4/+0 |
| | |||||
* | cloudstack: avoid logging of secrets | Rene Moser | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | fix doc parsing by correctly quoting author | Brian Coca | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | cloudstack: cs_firewall: add results | Rene Moser | 2015-05-12 | 1 | -1/+56 |
| | |||||
* | cloudstack: cs_firewall: add account and domain | Rene Moser | 2015-05-12 | 1 | -12/+27 |
| | |||||
* | cloudstack: add alias `port` in cs_firewall | Rene Moser | 2015-05-12 | 1 | -12/+14 |
| | |||||
* | cloudstack: fix missing doc fragments | Rene Moser | 2015-05-05 | 1 | -0/+1 |
| | |||||
* | cloudstack: doc fixes | Rene Moser | 2015-05-05 | 1 | -1/+2 |
| | |||||
* | cloudstack: rename modules to more meaningful name schema | Rene Moser | 2015-04-12 | 1 | -0/+264 |