aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/web/index.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/web/index.html.template')
-rw-r--r--robot/assets/templates/web/index.html.template35
1 files changed, 35 insertions, 0 deletions
diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template
index 460705f6..40ad5083 100644
--- a/robot/assets/templates/web/index.html.template
+++ b/robot/assets/templates/web/index.html.template
@@ -106,6 +106,41 @@ GLOBAL_INJECTED_PUBLIC_NET_ID = "${GLOBAL_INJECTED_PUBLIC_NET_ID}"
GLOBAL_INJECTED_CLOUD_ENV = "${GLOBAL_INJECTED_CLOUD_ENV}"
GLOBAL_INJECTED_SCRIPT_VERSION = "${GLOBAL_INJECTED_SCRIPT_VERSION}"
+
+GLOBAL_INJECTED_PROPERTIES={
+"GLOBAL_INJECTED_ARTIFACTS_VERSION" : "${GLOBAL_INJECTED_ARTIFACTS_VERSION}",
+"GLOBAL_INJECTED_GITLAB_PASSWORD" : "password",
+"GLOBAL_INJECTED_GITLAB_USERNAME" : "username",
+"GLOBAL_INJECTED_NETWORK" : "${GLOBAL_INJECTED_NETWORK}",
+"GLOBAL_INJECTED_NEXUS_DOCKER_REPO" : "${GLOBAL_INJECTED_NEXUS_DOCKER_REPO}",
+"GLOBAL_INJECTED_NEXUS_PASSWORD" : "password",
+"GLOBAL_INJECTED_NEXUS_REPO" : "${GLOBAL_INJECTED_NEXUS_REPO}",
+"GLOBAL_INJECTED_NEXUS_USERNAME" : "docker",
+"GLOBAL_INJECTED_OPENSTACK_API_KEY" : "openstackapikey",
+"GLOBAL_INJECTED_OPENSTACK_PASSWORD" : "openstackpass",
+"GLOBAL_INJECTED_OPENSTACK_USERNAME" : "openstackuser",
+"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}",
+"GLOBAL_INJECTED_MR_IP_ADDR" : "${message_router}",
+"GLOBAL_INJECTED_POLICY_IP_ADDR" : "${policy}",
+"GLOBAL_INJECTED_PORTAL_IP_ADDR" : "${portal}",
+"GLOBAL_INJECTED_SDC_IP_ADDR" : "${sdc}",
+"GLOBAL_INJECTED_SDNC_IP_ADDR" : "${sdnc}",
+"GLOBAL_INJECTED_VID_IP_ADDR" : "${vid}",
+"GLOBAL_INJECTED_OPENO_IP_ADDR" : "${openo}",
+"GLOBAL_INJECTED_CLAMP_IP_ADDR" : "${clamp}",
+"GLOBAL_INJECTED_VM_FLAVOR" : "${GLOBAL_INJECTED_VM_FLAVOR}",
+"GLOBAL_INJECTED_VM_IMAGE_NAME" : "${GLOBAL_INJECTED_VM_IMAGE_NAME}",
+"GLOBAL_INJECTED_PUBLIC_NET_ID" : "${GLOBAL_INJECTED_PUBLIC_NET_ID}",
+"GLOBAL_INJECTED_CLOUD_ENV" : "${GLOBAL_INJECTED_CLOUD_ENV}",
+"GLOBAL_INJECTED_SCRIPT_VERSION" : "${GLOBAL_INJECTED_SCRIPT_VERSION}"
+}
</pre>
<h2> SDN-C </h2>