forked from spinnaker/orca
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cfn/changesets): introduce support CFN change sets (spinnaker#2950)
* feat(cfn/changesets): introduce support CFN change sets This patch adds supports in ORCA to check the status of a CFN change set if instructed to do so. There will be a new field in the DeployCloudFormationDescription specifying wether the deploy corresponds to a Stack or to a ChangeSet. The main changes are: - Waiting for CFN completion now discerns between the status of a regular Stack or a Change Set. - ORCA instructs to force refresh the cache of a particular Stack being updated, making the refresh operation much more efficient (clouddriver won't have to iterate over all stacks on a given account/region). * fixup: consider empty changesets as succeeded
- Loading branch information
1 parent
e29224c
commit 60ed2ad
Showing
4 changed files
with
151 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters