rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

Stack names should be independent of the github URL of the repository #119

Closed mburns closed 8 years ago

mburns commented 8 years ago

We hardcode the way we construct github URls from a stack. Currently, we have ele.js, noit.js and chef.js stacks which map nicely to github.com/racker/{ELE,CHEF,NOIT}.git

We want to be able to have a test.js stack or dev.js stack that relies on a github repository that has nothing to do with test.git or dev.git.

Dreadnot should add an option to specify the repository in the stack config and prefer that over github.com/racker/FOO.git