aboutsummaryrefslogtreecommitdiffstats
path: root/docker/post.j2.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2017-02-14 14:44:30 +0100
committerJiri Stransky <jistr@redhat.com>2017-02-14 14:44:30 +0100
commit246370e4904a66b090e61ca9e753b3f38409f62e (patch)
treecb499179b19e5d62888d8349d0fd4f881a0e885d /docker/post.j2.yaml
parent596c1674b77a3833704dfc482961677e117d3380 (diff)
Containers: Add required EndpointMap parameter
This parameter is passed in by the parent overcloud.yaml template, so we have to listen accept it in docker/post.j2.yaml, otherwise the deployment fails. Change-Id: Ia3fdcfa01d52006a6e9fd0bb02c7379411f3d900 Closes-Bug: #1664569
Diffstat (limited to 'docker/post.j2.yaml')
-rw-r--r--docker/post.j2.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/post.j2.yaml b/docker/post.j2.yaml
index 865c74e5..dfa8ac2e 100644
--- a/docker/post.j2.yaml
+++ b/docker/post.j2.yaml
@@ -8,7 +8,6 @@ parameters:
servers:
type: json
description: Mapping of Role name e.g Controller to a list of servers
-
role_data:
type: json
description: Mapping of Role name e.g Controller to the per-role data
@@ -19,6 +18,11 @@ parameters:
description: >
Setting this to a unique value will re-run any deployment tasks which
perform configuration on a Heat stack-update.
+ EndpointMap:
+ default: {}
+ description: Mapping of service endpoint -> protocol. Typically set
+ via parameter_defaults in the resource registry.
+ type: json
resources: