From 9c1940e461867f2ce986a81fa313d7995592f0c5 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 24 May 2017 18:45:59 +0200 Subject: Provides a list of per-service ctlplane IPs to the workflows env Adds in the execution environment of the workflow steps a list of per-service network IPs. This can be used by the workflows to execute actions against the nodes hosting a given service. Change-Id: Id7c735d53f04f6ad848b2f9f1adaa3c84ecd2fcd Implements: blueprint tripleo-ceph-ansible --- puppet/post.j2.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'puppet/post.j2.yaml') diff --git a/puppet/post.j2.yaml b/puppet/post.j2.yaml index 370ffa8a..67e1ecfd 100644 --- a/puppet/post.j2.yaml +++ b/puppet/post.j2.yaml @@ -25,5 +25,7 @@ parameters: description: > Setting this to a unique value will re-run any deployment tasks which perform configuration on a Heat stack-update. + ctlplane_service_ips: + type: json {% include 'puppet-steps.j2' %} -- cgit 1.2.3-korg