Revert "vPE Sample VNF is missing in the installation scripts" 91/59691/2
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>
Wed, 11 Jul 2018 14:51:36 +0000 (14:51 +0000)
committerMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Wed, 11 Jul 2018 14:54:34 +0000 (15:54 +0100)
SampleVNF source tree doesn't contain vPE VNF sources, thus the
installation of the vPE sampleVNF fails because of the changes.
Reverting.

This reverts commit 5bb855a82d960a4fb796e801ec9a9a22dc40b1ca.

Change-Id: I27e929e813a28847c2ca725031ec767633a36954
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
ansible/roles/install_samplevnf/vars/main.yml
ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml
ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml
yardstick/network_services/vnf_generic/vnf/vpe_vnf.py

index c92a9b0..e2a3737 100644 (file)
@@ -48,13 +48,11 @@ vnf_build_dirs:
   ACL: vACL
   FW: vFW
   CGNAPT: vCGNAPT
-  PE: vPE
   UDP_Replay: UDP_Replay
   PROX: DPPD-PROX
 vnf_app_names:
   ACL: vACL
   FW: vFW
   CGNAPT: vCGNAPT
-  PE: vPE
   UDP_Replay: UDP_Replay
   PROX: prox
index d858257..3a29a8a 100644 (file)
@@ -45,8 +45,6 @@
       vnf_name: FW
     - role: install_samplevnf
       vnf_name: CGNAPT
-    - role: install_samplevnf
-      vnf_name: PE
     # build shared DPDK for collectd only, required DPDK downloaded already
     - install_dpdk_shared
     - install_rabbitmq
index aab5a74..b27933b 100644 (file)
@@ -55,8 +55,6 @@
       vnf_name: FW
     - role: install_samplevnf
       vnf_name: CGNAPT
-    - role: install_samplevnf
-      vnf_name: PE
     # build shared DPDK for collectd only, required DPDK downloaded already
     - install_dpdk_shared
     - install_rabbitmq
index 57ea2ee..bfff45c 100644 (file)
@@ -239,7 +239,7 @@ class ConfigCreate(object):
 
 class VpeApproxSetupEnvHelper(DpdkVnfSetupEnvHelper):
 
-    APP_NAME = 'vPE'
+    APP_NAME = 'vPE_vnf'
     CFG_CONFIG = "/tmp/vpe_config"
     CFG_SCRIPT = "/tmp/vpe_script"
     TM_CONFIG = "/tmp/full_tm_profile_10G.cfg"
@@ -286,7 +286,7 @@ class VpeApproxSetupEnvHelper(DpdkVnfSetupEnvHelper):
 class VpeApproxVnf(SampleVNF):
     """ This class handles vPE VNF model-driver definitions """
 
-    APP_NAME = 'vPE'
+    APP_NAME = 'vPE_vnf'
     APP_WORD = 'vpe'
     COLLECT_KPI = VPE_COLLECT_KPI
     WAIT_TIME = 20