From 55ef8b152db9900db7242a3e22288769cac1d4d5 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Tue, 14 Aug 2018 13:02:50 -0400 Subject: blueprint and inputs for 4.1.0 policy-handler - pass cfy_tenant_name in query from policy-handler to deployment-handler - new config "query":{"cfy_tenant_name": "default_tenant"} - limits the single policy-handler to a single cfy_tenant_name in cloudify under the deployment-handler Change-Id: I75a79a769a15a53f000c907ed6ab88778b0080a4 Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-704 --- input-templates/phinputs.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'input-templates') diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index 8fe45dc..d3608c6 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -61,3 +61,7 @@ application_config: # limit the size of a single data segment for policy-update messages # from policy-handler to deployment-handler in megabytes max_msg_length_mb : 5 + query : + # optionally specify the tenant name for the cloudify under deployment-handler + # if not specified the "default_tenant" is used by the deployment-handler + cfy_tenant_name : "default_tenant" -- cgit 1.2.3-korg