From 08eddb8df44beacbb7b4047e313a771292030ccc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 Apr 2020 21:53:00 +0000 Subject: Initial VES for DANOS vRouter 1. Create vpp_measurement_reporter that use DANOS configd query to retrieve statistics and libevel to transmit 2. Copy VES evel library to build a debian package under vpp_measurement_report 3. Add debian files to create a vpp_measurement_reporter + libevel debian package 4. Add debian install and systemctl start files 5. Add instruction to build VES reporter debian package (that will include libevel.so) 6. Add instructions to build DANOS ISO with VES reporter debian package and creating glance image Issue-ID: INT-1566 Change-Id: If18f16525f07f1b6bae0fc105e0452263b4bf661 Signed-off-by: Brian Freeman --- service_mapping/vFWCLDN/service_mapping.json | 42 ++++++++++++++++++++++++ service_mapping/vFWCL_DANOS/service_mapping.json | 42 ++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 service_mapping/vFWCLDN/service_mapping.json create mode 100644 service_mapping/vFWCL_DANOS/service_mapping.json (limited to 'service_mapping') diff --git a/service_mapping/vFWCLDN/service_mapping.json b/service_mapping/vFWCLDN/service_mapping.json new file mode 100644 index 00000000..28b52c1e --- /dev/null +++ b/service_mapping/vFWCLDN/service_mapping.json @@ -0,0 +1,42 @@ +{ + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vFWCLDN": [ + "vFWCLDN/vFWSNK", + "vFWCLDN/vPKG" + ] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vFWCLDN": [ + "vFWCLDNvFWSNK", + "vFWCLDNvPKG" + ] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vFWCLDN": [] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vFWCLDN": [] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vFWCLDNvFWSNK": [ + { + "isBase": "true", + "template": "vfwsnk_preload.template", + "vnf_index": "0", + "name_pattern": "base_vfw" + } + ], + "vFWCLDNvPKG": [ + { + "isBase": "true", + "template": "vpkg_preload.template", + "vnf_index": "1", + "name_pattern": "base_vpkg" + } + ] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vFWCLDNvFWSNK": "vfw_name_0", + "vFWCLDNvPKG": "vpg_name_0" + } +} diff --git a/service_mapping/vFWCL_DANOS/service_mapping.json b/service_mapping/vFWCL_DANOS/service_mapping.json new file mode 100644 index 00000000..b5d27fbd --- /dev/null +++ b/service_mapping/vFWCL_DANOS/service_mapping.json @@ -0,0 +1,42 @@ +{ + "GLOBAL_SERVICE_FOLDER_MAPPING": { + "vFWCL_DANOS": [ + "vFWCL_DANOS/vFWSNK", + "vFWCL_DANOS/vPKG" + ] + }, + "GLOBAL_SERVICE_VNF_MAPPING": { + "vFWCL_DANOS": [ + "vFWCL_DANOSvFWSNK", + "vFWCL_DANOSvPKG" + ] + }, + "GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING": { + "vFWCL_DANOS": [] + }, + "GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING": { + "vFWCL_DANOS": [] + }, + "GLOBAL_SERVICE_TEMPLATE_MAPPING": { + "vFWCL_DANOSvFWSNK": [ + { + "isBase": "true", + "template": "vfwsnk_preload.template", + "vnf_index": "0", + "name_pattern": "base_vfw" + } + ], + "vFWCL_DANOSvPKG": [ + { + "isBase": "true", + "template": "vpkg_preload.template", + "vnf_index": "1", + "name_pattern": "base_vpkg" + } + ] + }, + "GLOBAL_VALIDATE_NAME_MAPPING": { + "vFWCL_DANOSvFWSNK": "vfw_name_0", + "vFWCL_DANOSvPKG": "vpg_name_0" + } +} -- cgit 1.2.3-korg