From 4683eacc8717b5cd7dfc5cb450529872d3dcdccf Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 10 Dec 2018 11:31:24 -0800 Subject: Support custom hostname for Portal UI Change-Id: If315051577a3bf1367f779d6d1385b17e57c5dc3 Issue-ID: INT-774 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/parts/onap-oom-1.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deployment/heat/onap-oom/parts') diff --git a/deployment/heat/onap-oom/parts/onap-oom-1.yaml b/deployment/heat/onap-oom/parts/onap-oom-1.yaml index 4d9d8143e..b45e82fea 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -97,6 +97,11 @@ parameters: type: number default: 1500 + portal_hostname: + type: string + description: The FQDN of the k8s host that will be used for the Portal UI component URLs; this needs to be resolveable at the client + default: "portal.api.simpledemo.onap.org" + resources: random-str: type: OS::Heat::RandomString -- cgit 1.2.3-korg