att-comdev / promenade

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

[feat] adding linting #34

Closed gardlt closed 6 years ago

gardlt commented 7 years ago
mark-burnett commented 7 years ago

@gardlt Thanks for this, I will take a look later today.

alanmeadows commented 7 years ago

These look like sane changes.

One item I would add to the sort of "basic building blocks we have everywhere" is that I like the approach deckhand is taking toward using oslo config to actually generate its config file. It creates an opportunity for us to apply our same openstack-helm configuration management techniques to our undercloud applications:

https://github.com/att-comdev/deckhand/tree/master/etc/deckhand

[/cc @fmontei]