Bug 1398165

Summary: [Doc] Section 8.3. Examining Composable Service Architecture
Product: Red Hat OpenStack Reporter: VIKRANT <vaggarwa>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: dmacpher, srevivo, vaggarwa
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-17 16:22:18 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:

Description VIKRANT 2016-11-24 09:13:11 UTC
Description of problem:

Correct file path in section "8.3. Examining Composable Service Architecture" 

Mentioned output : 

~~~
grep "OS::TripleO::Services::Keystone" /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml
  OS::TripleO::Services::Keystone: puppet/services/keystone.yaml
~~~

But I am not able to see yaml template "/usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml".

No template with name "overcloud-resource-registry-puppet.yaml" is present in path 

$ pwd
/usr/share/openstack-tripleo-heat-templates
$ find . -name overcloud-resource-registry-puppet.yaml
$

Correct path seems to be : 

~~~
grep "OS::TripleO::Services::Keystone" /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.j2.yaml
  OS::TripleO::Services::Keystone: puppet/services/keystone.yaml
~~~

Version-Release number of selected component (if applicable):
OSP 10 

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 4 Dan Macpherson 2016-12-10 15:00:09 UTC
Yep, this should only modify the OSP10 docs.