diff options
author | Hany Abdelbaki <habdelbaki.ext@orange.com> | 2020-06-24 15:33:32 +0200 |
---|---|---|
committer | Hany Abdelbaki <habdelbaki.ext@orange.com> | 2020-06-24 17:16:07 +0200 |
commit | 322ffdb2c9258a8907ebee6fe05d73ae94f9601e (patch) | |
tree | 412d0aa3b18a6711e9ac4c685fe3c3c03e20e4d4 /robot/assets | |
parent | ef0d3af475328e6047f3c89e672202b8d15c6cf3 (diff) |
Some corrections for VLB CDS
Issue-ID: TEST-247
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/templates/so/cds_service_template.jinja | 9 |
1 files changed, 9 insertions, 0 deletions
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}}", |