From e8510077ea45bade550615e348a7fa6392639da9 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 5 Sep 2016 22:57:43 +0100 Subject: Move role ResourceGroups inside the jinja2 loop This moves the now nearly identical group resources inside the loop there's a FIXME related to some deprecated compute parameters we'll need to work around. Change-Id: Iddd63c42754867125e65e7721ab9d9f46f4d6afb Partially-Implements: blueprint custom-roles --- puppet/ceph-storage.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'puppet/ceph-storage.yaml') diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml index 17825aaa..62748f94 100644 --- a/puppet/ceph-storage.yaml +++ b/puppet/ceph-storage.yaml @@ -27,6 +27,11 @@ parameters: description: Mapping of service_name -> network name. Typically set via parameter_defaults in the resource registry. type: json + EndpointMap: + default: {} + description: Mapping of service endpoint -> protocol. Typically set + via parameter_defaults in the resource registry. + type: json UpdateIdentifier: default: '' type: string -- cgit 1.2.3-korg