att-comdev / deckhand

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
9 stars 5 forks source link

Initial engine framework #6

Closed fmontei closed 7 years ago

fmontei commented 7 years ago

This commit adds the initial engine framework for Deckhand. Included is the logic for parsing YAML files as well as validating them and doing forward substitution as specified by the YAML file.

This commit also includes unit tests for the framework changes.

TODO: Integrate with Deckhand API to retrieve secret store values for forward substitution.

mark-burnett commented 7 years ago

@fmontei If you can fix the conflict in requirements.txt, I'm happy to merge this.

fmontei commented 7 years ago

@mark-burnett

Thanks, resolved conflict in requirements.txt.