diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-12-10 11:31:24 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-12-11 02:04:18 +0000 |
commit | 4a69d514e75e410621bf81b0c5a9d9c47ac40337 (patch) | |
tree | e5fd6d79021dab6d1adbc0325a62071eba05b73e /deployment/heat/onap-oom/parts/onap-oom-1.yaml | |
parent | 071cbf7518ddff923713b77296b5267926976101 (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/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-1.yaml | 5 |
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 1a9e33d60..0b7ac4347 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 |