diff options
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/service_mappings.py | 8 | ||||
-rw-r--r-- | robot/assets/templates/web/index.html.template | 36 |
2 files changed, 36 insertions, 8 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index badc5e57..e0913ff8 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -1,10 +1,10 @@ ''' This metadata identifies the folders to be zipped and uploaded to SDC for model distribution for a given VNF ''' -GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['base_vfw'], \ - "vLB" : ['base_vlb'], \ - "vVG" : ['base_vvg'], \ - "vCPE" : ['base_vcpe_infra', 'base_vcpe_vbng', 'base_vcpe_vbrgemu', 'base_vcpe_vgmux', 'base_vcpe_vgw'], +GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['vFW'], \ + "vLB" : ['vLB'], \ + "vVG" : ['vVG'], \ + "vCPE" : ['vCPE/infra', 'vCPE/vbng', 'vCPE/vbrgemu', 'vCPE/vgmux', 'vCPE/vgw'], } ''' 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> |