Update references to overcloud-resource-registry-puppet.j2.yaml in docs

We moved overcloud-resource-registry-puppet.yaml
to be used with jinja2.

This patch updates the references to this file.

Change-Id: I074fa890d1a270267e968a2352cbdacf641c33ef
This commit is contained in:
Carlos Camacho 2016-11-25 16:51:20 +01:00
parent 534abf51cc
commit a7c07c3e88
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ templates.
The mapping between heat resource types and the underlying templates can be
found in
`/usr/share/\
openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml`
openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.j2.yaml`
Here is an example of copying a specific resource template and overriding
so the deployment uses the local version::

View File

@ -76,11 +76,11 @@ The updated .pp files for the NTP example were:
Step 2 - overcloud-resource-registry-puppet.yaml resource registry changes
Step 2 - overcloud-resource-registry-puppet.j2.yaml resource registry changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The resource ``OS::TripleO::Services::Ntp`` must be defined in the resource
registry (``overcloud-resource-registry-puppet.yaml``)
registry (``overcloud-resource-registry-puppet.j2.yaml``)
Create a new resource type alias which references the per-service
heat template file, as described above.
@ -196,4 +196,4 @@ configured.
If it is needed, the templates can be decomposed to remove
duplicated parameters among different deployment environments
(i.e. using pacemaker). To do this see
section :ref:`duplicated-parameters`.
section :ref:`duplicated-parameters`.