From: Brian Freeman Date: Fri, 14 Sep 2018 16:26:38 +0000 (-0500) Subject: fix init_robot for OOM X-Git-Tag: 1.3.1~63 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d1c462d65bc9c92ab53380ad47cf49667cdf070f;p=testsuite.git fix init_robot for OOM Issue-ID: INT-662 Change-Id: I4ff4f91c334214ab5085131cc2e452b8fa646cf4 Signed-off-by: Brian Freeman --- diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index cf75f28e..5bfa4f15 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -40,7 +40,6 @@ ${mso} so ${sdnc} sdnc ${openo} multi-service ${dcae_controller} dcae -${aai2} aai2 ${message_router} message-router ${clamp} clamp @@ -55,7 +54,6 @@ ${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 @@ -87,7 +85,6 @@ GLOBAL_INJECTED_OPENSTACK_TENANT_ID = "${GLOBAL_INJECTED_OPENSTACK_TENANT_ID}" GLOBAL_INJECTED_REGION = "${GLOBAL_INJECTED_REGION}" GLOBAL_INJECTED_KEYSTONE = "${GLOBAL_INJECTED_KEYSTONE}" GLOBAL_INJECTED_AAI1_IP_ADDR = "${aai1}" -GLOBAL_INJECTED_AAI2_IP_ADDR = "${aai2}" GLOBAL_INJECTED_APPC_IP_ADDR = "${appc}" GLOBAL_INJECTED_DCAE_IP_ADDR = "${dcae_controller}" GLOBAL_INJECTED_SO_IP_ADDR = "${mso}" @@ -170,7 +167,6 @@ GLOBAL_INJECTED_PUBLIC_NET_ID = "${GLOBAL_INJECTED_PUBLIC_NET_ID}" The following links will open a shell and ssh to the various running VMs (at least on a Mac). It assumes that the .ssh/config file has been set appropriately and /etc/hosts has been updated to the running instance.

AAI1

- AAI2

Policy

SDC

Portal