Closed salvis2 closed 4 years ago
Thanks for working on this, @salvis2!
I'm not entirely sure we need to be backwards compatible in hubploy.yaml, but good to explicitly make that call.
@salvis2 I actually just realized we already do a lot of backwards compatibility munging here: https://github.com/yuvipanda/hubploy/blob/master/hubploy/config.py#L183.
Can you add a few lines to make this happen too? I'm sorry I just realized this.
Thanks a lot for working on this!
@yuvipanda okay, did some hard-coding of backwards compatibility for those keys. I tested it on my own setup and it worked with the new AWS-specific terminologies and the old ones that we are replacing. I also updated a couple print
messages related to image building, if that's fine with you.
Terminology is updated in hubploy-template
here: https://github.com/yuvipanda/hubploy-template/pull/8
Should be ready to merge now.
Updates the terminology used for AWS deployment specifications. Closes #41 .
Should be backwards compatible. Copying my comment from the issue this will close:
Will update and notify about
hubploy-template
before merging.