aboutsummaryrefslogtreecommitdiffstats
path: root/ovp_testsuite/examples/vLB/templates/vpkg.env
diff options
context:
space:
mode:
Diffstat (limited to 'ovp_testsuite/examples/vLB/templates/vpkg.env')
-rw-r--r--ovp_testsuite/examples/vLB/templates/vpkg.env38
1 files changed, 38 insertions, 0 deletions
diff --git a/ovp_testsuite/examples/vLB/templates/vpkg.env b/ovp_testsuite/examples/vLB/templates/vpkg.env
new file mode 100644
index 0000000..2f5f735
--- /dev/null
+++ b/ovp_testsuite/examples/vLB/templates/vpkg.env
@@ -0,0 +1,38 @@
+parameters:
+ # VM_TYPE: vpg
+ # vpg_name_0: zdfw1lb01pg01
+ vpg_image_name: xenial-server-cloudimg-arm64-disk1
+ vpg_flavor_name: m1.medium
+ vpg_int_pktgen_private_ip_0: 192.168.9.110
+ # vpg_onap_private_ip_0: ASSIGN A PRIVATE ADDRESS IN THE ONAP NETWORK SPACE TO THE VPKTGEN
+ vlb_int_pktgen_private_ip_0: 192.168.9.111
+ vlb_0_mac_address: fa:16:3e:00:01:10
+ vpg_0_mac_address: fa:16:3e:00:01:20
+ keypair: vlb_key
+
+ # NETWORK_ROLE: onap_private
+ # onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
+ # onap_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
+ # onap_private_net_cidr: PUT THE ONAP NETWORK CIDR HERE
+
+ # NETWORK_ROLE: pktgen_private
+ # int_pktgen_private_net_id: vLBMS_zdfw1pktgen01_private
+ # int_pktgen_private_subnet_id: vLBMS_zdfw1pktgen01_private_subnet
+ pktgen_private_net_cidr: 192.168.9.0/24
+
+ # NETWORK_ROLE: public
+ # public_net_id: PUT THE NETWORK ID HERE
+
+ # METADATA
+ # vnf_name: vLBMS
+ # vnf_id: vLoadBalancer_demo_app
+ # vf_module_id: vLoadBalancer
+
+ # APP/USER_DATA
+ pg_int: 192.168.9.109
+ nb_api_version: 1.2.0
+ demo_artifacts_version: 1.5.0-SNAPSHOT
+ install_script_version: 1.5.0-SNAPSHOT
+ # cloud_env: PUT openstack OR rackspace HERE
+ # sec_group: PUT THE ONAP SECURITY GROUP HERE
+ nexus_artifact_repo: https://nexus.onap.org \ No newline at end of file