community.general/lib/ansible/modules/cloud
banzo 3302248616 [cloud] Amazon Redshift module cluster deletion fix (#25164)
* Fix typo (#25161)

* Fixed cluster deletion: added final snapshot management

This adds 2 new options to the module API (only for the "delete" command):

* skip_final_cluster_snapshot: skip a final snapshot before deleting the cluster
* final_cluster_snapshot_identifier: identifier of the final snapshot to be created before deleting the cluster

Ref: http://boto.cloudhackers.com/en/latest/ref/redshift.html

* Fixed cluster deletion: added final snapshot management

This adds 2 new options to the module API (only for the "delete" command):

* skip_final_cluster_snapshot: skip a final snapshot before deleting the cluster
* final_cluster_snapshot_identifier: identifier of the final snapshot to be created before deleting the cluster

Ref: http://boto.cloudhackers.com/en/latest/ref/redshift.html

* add version_added information

* Review corrections:

* used required_if instead of checking parameters compatibility inside the code
* renamed aliases to be more explicit

Also added an example for the "delete" command

* Review corrections correction - make "delete" command specific parameters mandatory only when the command is "delete"

* updated doc with aliases

* Fix YAML docs syntax

* Set default to match API for skip_final_cluster_snapshot.
2017-08-24 16:41:32 -04:00
..
amazon [cloud] Amazon Redshift module cluster deletion fix (#25164) 2017-08-24 16:41:32 -04:00
atomic Update metadata to 1.1 2017-08-15 23:12:08 -07:00
azure Documentation fix - subnet_name (#28462) 2017-08-21 08:30:30 +01:00
centurylink Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
cloudscale Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cloudstack Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
digital_ocean Refactor DigitalOcean modules 2017-08-18 00:23:54 -07:00
dimensiondata Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker Check for an existing docker_network before trying to modify it (#24048) 2017-08-23 12:10:53 -04:00
google Added support to GCE module for image families and external projects. (#26711) 2017-08-18 10:45:13 -04:00
linode Update metadata to 1.1 2017-08-15 23:12:08 -07:00
lxc Replace lxc-clone with lxc-copy (#19890) (#20373) 2017-08-17 12:01:47 -04:00
lxd Update metadata to 1.1 2017-08-15 23:12:08 -07:00
misc Update metadata to 1.1 2017-08-15 23:12:08 -07:00
openstack Fix logic in os_nova_host_aggregate module (#23191) 2017-08-17 15:30:38 -04:00
ovh Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ovirt ovirt_disks: added option to export disk to glance (#27959) 2017-08-23 08:46:51 -04:00
packet Improvements in the packet_device module (#23127) 2017-08-22 06:43:37 -07:00
profitbricks Update metadata to 1.1 2017-08-15 23:12:08 -07:00
pubnub Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rackspace Update metadata to 1.1 2017-08-15 23:12:08 -07:00
smartos Update metadata to 1.1 2017-08-15 23:12:08 -07:00
softlayer Update metadata to 1.1 2017-08-15 23:12:08 -07:00
univention Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vmware vmware_vswitch; Improve integration tests (#28484) 2017-08-24 14:31:13 +02:00
webfaction Update metadata to 1.1 2017-08-15 23:12:08 -07:00
__init__.py