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

feat(deploy/ecs): add ecs support #5190

Merged
2 commits merged into from
Apr 19, 2018
Merged

Conversation

melbit-michaelw
Copy link
Contributor

Adding ECS functionality into Deck. There will also be a halyard Pull request associated with this work.

@@ -110,6 +110,7 @@ window.spinnakerSettings = {
},
useAmiBlockDeviceMappings: false,
},
ecs: ecs,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the ecs variable defined? This appears to be a lint error.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@melbit-michaelw other providers define defaults. You probably want to do something like this:

      defaults: {
        account: 'test',
        region: 'us-east-1',
        iamRole: 'BaseIAMRole',
      },```

I am not sure where these defaults are used though

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbwsg , @BrunoCarrier Added the var definition for ecs, and changed the commit message to be fix based rather than feature.

@melbit-michaelw melbit-michaelw force-pushed the ecs-support branch 2 times, most recently from bce974b to 29b54b6 Compare April 17, 2018 22:30
@melbit-michaelw
Copy link
Contributor Author

Sorry. That last commit dragged in more than I intended. I’ll fix it when I get to work in the morning and tag you to let you know.

@ghost
Copy link

ghost commented Apr 18, 2018

ok great ping me when it's readdy and i'll cherry-pick it into the 1.7 release branch.

@melbit-michaelw
Copy link
Contributor Author

It appears the git hooks were reformatting the code.. I've re-committed without enabling them, and now it looks as I expected. I'm not sure why they were a problem..

@sbwsg Ready for your review.

@ghost ghost merged commit a6e1f91 into spinnaker:master Apr 19, 2018
@ghost
Copy link

ghost commented Apr 19, 2018

lgtm

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants