You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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.
7 years ago
..
cli metadata 1.1 7 years ago
compat Remove wildcard imports 7 years ago
config Correct config manager deprecation warning 7 years ago
errors Ansible Config part2 (#27448) 7 years ago
executor executor stats and task_executor pep8 error (#23651) 7 years ago
galaxy Removes container-enabled warning (#27578) 7 years ago
inventory Ansible Config part2 (#27448) 7 years ago
module_utils Remove module_utils.shell (#28560) 7 years ago
modules [cloud] Amazon Redshift module cluster deletion fix (#25164) 7 years ago
parsing metadata 1.1 7 years ago
playbook set the play_context connection_user before mapping magic variables (#28599) 7 years ago
plugins Create persistent socket path using port and connection type (#28492) 7 years ago
template Ansible Config part2 (#27448) 7 years ago
utils exoscale: similar env vars as in cloudstack 7 years ago
vars optimize reserved names warning 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py Ansible Config part2 (#27448) 7 years ago
release.py Collated PEP8 fixes (#25293) 7 years ago