jasonmimick / mongodb-openshift-dev-preview

The developer preview of MongoDB Enterprise integration with Red Hat Openshift
Other
7 stars 2 forks source link

Move hostname settings to apb.yml & clean up apb.yml #1

Open jasonmimick opened 6 years ago

jasonmimick commented 6 years ago

The hostname domain, token, and prefix setting should migrate from playbooks/provision.yaml into the main apb.yml.

Also - each plan has redundant settings in apb.yml, this is because I couldn't get the Ansible "aliases" to work. I wanted to have 3 different sections of parameters (ops mgr, cluster, then plan specific) and then include those each in the plan definition. But, couldn't get it to work right.