redhat-openstack / tripleo-quickstart

Ansible roles for setting up TripleO virtual environments and building images
16 stars 15 forks source link

Better document configuration options #17

Closed trown closed 8 years ago

trown commented 8 years ago

We probably need to namespace the configuration options some how as well. Top-level "url" option, Im looking at you.

trown commented 8 years ago

It could also be neat to create a config generator. (like a really simple version of oslo config generator)

It would just need to merge all of the "defaults/main.yml"s into a top level "answers" file. It could have a comment above each section saying which role those defaults come from.

We could then have a simple tox job that runs this generator and diffs what is checked into the repo. If there is any difference it will fail, indicating to the contributor that she needs to run the generator and check in the results with her change.

trown commented 8 years ago

moved to https://bugs.launchpad.net/tripleo-quickstart/+bug/1571037