diff options
author | Daniel Rose <dr695h@att.com> | 2019-04-18 12:26:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-18 12:26:14 +0000 |
commit | 66f7d1aca7b96ab7db1022dd38f50d8d6b299eb0 (patch) | |
tree | d8817091b11135cde85e8cedc9a8256e458e4845 /robot/assets/templates/web/index.html.template | |
parent | 9d85d0b33ade6b633e6654593b5d5da9e5a75536 (diff) | |
parent | 2771fdaa953bbbd6780ddc1d00ed18845a3fa370 (diff) |
Merge "tests for bus controller"
Diffstat (limited to 'robot/assets/templates/web/index.html.template')
-rw-r--r-- | robot/assets/templates/web/index.html.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index 5bfa4f15..5e156c41 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -41,6 +41,7 @@ ${sdnc} sdnc ${openo} multi-service ${dcae_controller} dcae ${message_router} message-router +${bus_controller} dmaap-bc ${clamp} clamp ${portal} ${prefix}-portal @@ -89,6 +90,7 @@ GLOBAL_INJECTED_APPC_IP_ADDR = "${appc}" GLOBAL_INJECTED_DCAE_IP_ADDR = "${dcae_controller}" GLOBAL_INJECTED_SO_IP_ADDR = "${mso}" GLOBAL_INJECTED_MR_IP_ADDR = "${message_router}" +GLOBAL_INJECTED_BC_IP_ADDR = "${bus_controller}" GLOBAL_INJECTED_POLICY_IP_ADDR = "${policy}" GLOBAL_INJECTED_PORTAL_IP_ADDR = "${portal}" GLOBAL_INJECTED_SDC_IP_ADDR = "${sdc}" |