aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/parts
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-12-10 11:31:24 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-12-10 18:03:18 -0800
commit4683eacc8717b5cd7dfc5cb450529872d3dcdccf (patch)
tree163d815dacd2bed9502e9f5dd66a9bf3146473cd /deployment/heat/onap-oom/parts
parent8c04804dc3132f710d3b1f12677aac0886c2a5ff (diff)
Support custom hostname for Portal UI
Change-Id: If315051577a3bf1367f779d6d1385b17e57c5dc3 Issue-ID: INT-774 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/parts')
-rw-r--r--deployment/heat/onap-oom/parts/onap-oom-1.yaml5
1 files changed, 5 insertions, 0 deletions
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