Add dependency relationship between nested get_attr targets
authorZane Bitter <zbitter@redhat.com>
Tue, 11 Jul 2017 19:52:37 +0000 (15:52 -0400)
committerZane Bitter <zbitter@redhat.com>
Tue, 11 Jul 2017 19:52:37 +0000 (15:52 -0400)
commitb5c110f1c18dd006bae15c48d4936ec8ad307e32
tree7b1cd94f83c7b8ffce3e111e15c5bd3a77e9b99b
parent322f2dbd4c1d9c8617186bcb9211d7a1fe10ba3f
Add dependency relationship between nested get_attr targets

Starting with Pike, Heat will do attribute resolution in a single pass. A
consequence of this is that when the result of a get_attr is passed to
another get_attr call, there must be a dependency relationship between the
resources so that the inner attribute is resolved first before we try to
determine which attributes are required from the resource in the outer
call.

There are two uses of nested dep_attr in the overcloud template. One (which
hopefully can be removed soon) is in the allNodesConfig resource. In this
case, the {{primary_role_name}}IpListMap already depends on the
ServiceNetMap.

The second is in the KeystoneAdminVip output. This patch makes the VipMap
depend on the ServiceNetMap so that attributes can be resolved in a single
pass in that case.

Change-Id: I438a79748b9b408ec1101271d96c60d84028b57e
overcloud.j2.yaml