diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-30 13:03:31 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-30 13:10:06 -0400 |
commit | 8c6362901aed10107a37b76d96d0e62c6df2e94b (patch) | |
tree | e157f4ee900d334a16d5b17efb114a6c47aa410d /robot/assets/templates/web/index.html.template | |
parent | bfc7fcce302d41d598b9e3ae36f6e49e423767eb (diff) |
Support demo repo heat templates
Update the robot home page
Remove trailing stapces
Issue: TEST-14
Change-Id: Ie9ea644cb8ed03c8ae3286eaecce9beb322525dc
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/assets/templates/web/index.html.template')
-rw-r--r-- | robot/assets/templates/web/index.html.template | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index cb7ea2e5..3398b075 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -27,10 +27,38 @@ <h3>/etc/hosts or C:\Windows\system32\drivers\etc\hosts</h> <pre> -${sdc} sdc.api.simpledemo.openecomp.org -${policy} policy.api.simpledemo.openecomp.org -${portal} portal.api.simpledemo.openecomp.org -${vid} vid.api.simpledemo.openecomp.org + +${portal} portal portal.api.simpledemo.onap.org +${sdc} sdc sdc.api.simpledemo.onap.org +${vid} vid vid.api.simpledemo.onap.org +${policy} policy policy.api.simpledemo.onap.org +${aai1} aai1 aai.api.simpledemo.onap.org + +${robot} robot +${appc} appc +${mso} so +${sdnc} sdnc +${openo} multi-service +${dcae_controller} dcae +${aai2} aai2 +${message_router} message-router +${clamp} clamp + +${portal} ${prefix}-portal +${sdc} ${prefix}-sdc +${vid} ${prefix}-vid +${policy} ${prefix}-policy +${aai1} ${prefix}-aai1 +${robot} ${prefix}-robot +${appc} ${prefix}-appc +${mso} ${prefix}-so +${sdnc} ${prefix}-sdnc +${openo} ${prefix}-multi-service +${dcae_controller} ${prefix}-dcae +${aai2} ${prefix}-aai2 +${message_router} ${prefix}-message-router +${clamp} ${prefix}-clamp + </pre> <h1> The Reality </h1> |