aboutsummaryrefslogtreecommitdiffstats
path: root/ovp_testsuite/examples/vLB/preloads/vdns_preload.json
diff options
context:
space:
mode:
Diffstat (limited to 'ovp_testsuite/examples/vLB/preloads/vdns_preload.json')
-rw-r--r--ovp_testsuite/examples/vLB/preloads/vdns_preload.json110
1 files changed, 110 insertions, 0 deletions
diff --git a/ovp_testsuite/examples/vLB/preloads/vdns_preload.json b/ovp_testsuite/examples/vLB/preloads/vdns_preload.json
new file mode 100644
index 0000000..7dd117f
--- /dev/null
+++ b/ovp_testsuite/examples/vLB/preloads/vdns_preload.json
@@ -0,0 +1,110 @@
+{
+ "input": {
+ "request-information": {
+ "request-id": "robot12",
+ "order-version": "1",
+ "notification-url": "openecomp.org",
+ "order-number": "1",
+ "request-action": "PreloadVfModuleRequest"
+ },
+ "sdnc-request-header": {
+ "svc-request-id": "robot12",
+ "svc-notification-url": "http://openecomp.org:8080/adapters/rest/SDNCNotify",
+ "svc-action": "reserve"
+ },
+ "preload-vf-module-topology-information": {
+ "vnf-topology-identifier-structure": {
+ "vnf-name": "",
+ "vnf-type": ""
+ },
+ "vnf-resource-assignments": {
+ "availability-zones": {
+ "availability-zone": []
+ },
+ "vnf-networks": {}
+ },
+ "vf-module-topology": {
+ "vf-module-topology-identifier": {
+ "vf-module-type": "",
+ "vf-module-name": ""
+ },
+ "vf-module-parameters": {
+ "param": [
+ {
+ "name": "vlb_onap_private_ip_0",
+ "value": "192.168.100.10"
+ },
+ {
+ "name": "vlb_int_private_ip_0",
+ "value": "192.168.10.111"
+ },
+ {
+ "name": "vlb_int_pktgen_private_ip_0",
+ "value": "192.168.9.111"
+ },
+ {
+ "name": "vlb_private_net_cidr",
+ "value": "192.168.10.0/24"
+ },
+ {
+ "name": "vdns_image_name",
+ "value": "xenial-server-cloudimg-amd64-disk1"
+ },
+ {
+ "name": "vdns_flavor_name",
+ "value": "m1.medium"
+ },
+ {
+ "name": "vdns_int_private_ip_0",
+ "value": "192.168.10.211"
+ },
+ {
+ "name": "vdns_onap_private_ip_0",
+ "value": "192.168.100.17"
+ },
+ {
+ "name": "vdns_name_0",
+ "value": "stark_vdnc01"
+ },
+ {
+ "name": "onap_private_net_id",
+ "value": "private"
+ },
+ {
+ "name": "onap_private_subnet_id",
+ "value": "private-subnet"
+ },
+ {
+ "name": "onap_private_net_cidr",
+ "value": "192.168.100.0/26"
+ },
+ {
+ "name": "public_net_id",
+ "value": "public"
+ },
+ {
+ "name": "nb_api_version",
+ "value": "1.2.0"
+ },
+ {
+ "name": "install_script_version",
+ "value": "1.6.0-SNAPSHOT"
+ },
+ {
+ "name": "cloud_env",
+ "value": "openstack"
+ },
+ {
+ "name": "sec_group",
+ "value": "default"
+ },
+ {
+ "name": "nexus_artifact_repo",
+ "value": "https://nexus.onap.org"
+ }
+ ]
+ }
+ }
+ }
+ }
+} \ No newline at end of file