I've also got a branch being reviewed that implements some documentation to the OSP10 Director Guide that covers answer files. It might even be worthwhile if down the track I make this common content so the Ceph Guide can use it too.
Hi Dan,
If I have custom roles (eg. defined in /home/stack/templates/roles_data_custom.yaml), then do I add that to my Answers File under a 'roles' section? As in:
---
templates: /usr/share/openstack-tripleo-heat-templates
roles: /home/stack/templates/roles_data_custom.yaml
environments:
- /home/stack/env1.yaml
- /home/stack/env2.yaml
- /home/stack/env3.yaml
---
Or do I invoke it separately (ie. Answers File feature doesn't support 'roles')? As in:
openstack overcloud deploy -r /home/stack/templates/roles_data_custom.yaml --answers-file ~/answers.yaml