zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 71 forks source link

Restructure elastigroup #533

Closed pc-alves closed 5 years ago

pc-alves commented 5 years ago

Currently Senza fails when deploying an Elastigroup.

It cannot find the spotinst module because it is in a different folder structure. Moving it to senza/components folder, which causes a change in the senza file. Instead of SpotInst::Elastigroup it will now be Type: Senza::Elastigroup

pc-alves commented 5 years ago

/cc @jmcs

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 89.696% when pulling 80d6e438dad9d4947ec54cc3c2ca938f6ab2cdfe on pc-alves:restructure-elastigroup into cb5f23286025d3c81ff86fb86a7224c040f98bc6 on zalando-stups:master.

jmcs commented 5 years ago

:+1:

pc-alves commented 5 years ago

👍