-
Notifications
You must be signed in to change notification settings - Fork 0
Make TASS use SDK for spot fleet requests #28
Make TASS use SDK for spot fleet requests #28
Conversation
952ff3b
to
ce8d3f9
Compare
|
||
# check the verison of the yaml we are reading, and do the new hotness if we are running v2 or higher | ||
if newer_yaml_version?(config) | ||
# Determine if we are making a cloudformation request | ||
if config[:stack][:spot_fleet] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine for he alpha, but this will break in the event we have things that aren't spot fleets that we stand up in new world tass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would that be the case, if this only runs for spot fleets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just thinking ahead under the assumption were going to want support things like asgs and launch configs outside the scope of being in a cf stack. Not something to worry about for the time being but we'll have to address it in the future.
This seems sane based on the current limitations of the Amazon api. LGTM. |
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
* Make TASS use SDK for spot fleet requests * fix specs
@Tapjoy/eng-group-ops
Notes:
TODO: