From 322ffdb2c9258a8907ebee6fe05d73ae94f9601e Mon Sep 17 00:00:00 2001 From: Hany Abdelbaki Date: Wed, 24 Jun 2020 15:33:32 +0200 Subject: Some corrections for VLB CDS Issue-ID: TEST-247 Signed-off-by: Hany Abdelbaki Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9 --- robot/assets/templates/so/cds_service_template.jinja | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'robot/assets/templates/so/cds_service_template.jinja') diff --git a/robot/assets/templates/so/cds_service_template.jinja b/robot/assets/templates/so/cds_service_template.jinja index 9b6e1cc2..f63a717a 100644 --- a/robot/assets/templates/so/cds_service_template.jinja +++ b/robot/assets/templates/so/cds_service_template.jinja @@ -50,6 +50,15 @@ "instanceName":"{{resp['serviceVnfs'][0]['modelInfo']['modelInstanceName']}}", "instanceParams":[ { + "dcae_collector_ip":"{{dcae_collector_ip}}", + "dcae_collector_port":"{{dcae_collector_port}}", + "vlb_0_int_pktgen_private_port_0_mac":"{{vlb_0_int_pktgen_private_port_0_mac}}", + "vpg_0_int_pktgen_private_port_0_mac":"{{vpg_0_int_pktgen_private_port_0_mac}}", + "key_name":"olc-key", + "nb_api_version":"1.2.0", + "nexus_artifact_repo":"https://nexus.onap.org", + "repo_url_artifacts":"https://nexus.onap.org/content/groups/staging", + "repo_url_blob":"https://nexus.onap.org/content/repositories/raw", "onap_private_net_id":"{{GLOBAL_INJECTED_NETWORK}}", "onap_private_subnet_id":"{{GLOBAL_INJECTED_OPENSTACK_PRIVATE_SUBNET_ID}}", "pub_key":"{{GLOBAL_INJECTED_PUBLIC_KEY}}", -- cgit 1.2.3-korg