Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add support for Change Sets for Cloud Formation #23490

Closed
jonathannaguin opened this issue Apr 11, 2017 · 3 comments · Fixed by #24497
Closed

[Feature request] Add support for Change Sets for Cloud Formation #23490

jonathannaguin opened this issue Apr 11, 2017 · 3 comments · Fixed by #24497
Labels
affects_2.3 This issue/PR affects Ansible v2.3 aws cloud feature This issue/PR relates to a feature request. module This issue/PR relates to a module.

Comments

@jonathannaguin
Copy link
Contributor

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
  • CloudFormation
ANSIBLE VERSION
ansible-playbook 2.3.0.0
  config file = /Users/jaguin/.ansible.cfg
  configured module search path = Default w/o overrides
  python version = 2.7.10 (default, Feb  6 2017, 23:53:20) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
CONFIGURATION

N/A

OS / ENVIRONMENT

N/A

SUMMARY

AWS Cloud formation has "now" support for Change Sets in stacks: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html

It would be nice to have support for this from Ansible as a module or as new parameters to the already existing cloud formation module.

The previous repo contained already a request for this, but it seems it was left as Open (ansible/ansible-modules-core#5625).

STEPS TO REPRODUCE

N/A

EXPECTED RESULTS

N/A

ACTUAL RESULTS

N/A

@ansibot
Copy link
Contributor

ansibot commented Apr 11, 2017

@ansibot ansibot added affects_2.3 This issue/PR affects Ansible v2.3 aws cloud feature_idea module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. labels Apr 11, 2017
@tedder
Copy link
Contributor

tedder commented Apr 11, 2017

I like this. I'll try to test soon.

@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label Apr 11, 2017
@jonathannaguin
Copy link
Contributor Author

@tedder is this something that would be considered for 2.3.x?

wdegeus added a commit to wdegeus/ansible that referenced this issue May 11, 2017
ryansb pushed a commit that referenced this issue Jun 21, 2017
*  * Implements Change Sets on updating a cloudformation stack when create_changeset=true (#23490)

*  * Silence test complaints ;)

*  * Added optional changeset_name parameter.
 * Check if changeset with the requested name already exist.
 * Documentation fix

*  * Added warning when cloudformation stack has pending changesets.
 * Fix documentation
@ansibot ansibot added feature This issue/PR relates to a feature request. and removed feature_idea labels Mar 2, 2018
@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.3 This issue/PR affects Ansible v2.3 aws cloud feature This issue/PR relates to a feature request. module This issue/PR relates to a module.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants