Bug 1412014

Summary: [Docs][RFE] Rework Ceph Guide to use an answers file
Product: Red Hat OpenStack Reporter: Don Domingo <ddomingo>
Component: documentationAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: unspecified Docs Contact:
Priority: low    
Version: 10.0 (Newton)CC: dcadzow, dmacpher, gfidente, jefbrown, jjoyce, johfulto, jomurphy, jschluet, kschinck, lbopf, mburns, morazi, nlevinki, rhel-osp-director-maint, rhos-docs, scohen, slinaber, srevivo, tvignaud, yrabl
Target Milestone: gaKeywords: Documentation, FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 1387471 Environment:
Last Closed: 2017-11-23 05:18:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1262104, 1262106, 1309460, 1387078, 1387471, 1404199    
Bug Blocks:    

Comment 3 Dan Macpherson 2017-03-16 05:36:03 UTC
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.

Comment 4 Don Domingo 2017-09-18 01:09:11 UTC
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

Comment 6 Dan Macpherson 2017-09-18 03:24:31 UTC
Hi Don,

The second one -- answers files doesn't contain roles. You have to add with -r on the CLI.

Comment 8 Red Hat Bugzilla Rules Engine 2017-09-18 05:29:17 UTC
This bugzilla has been removed from the release since it has not been triaged, and needs to be reviewed for targeting another release.

Comment 9 Dan Macpherson 2017-09-18 06:26:19 UTC
LGTM