Fix bug 1402: sdn infra collector names changed to match RO names 06/10206/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 18 Jan 2021 22:57:32 +0000 (22:57 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 21 Jan 2021 15:28:56 +0000 (15:28 +0000)
Change-Id: I81c3a6069b75a6ac89cc178b64096410d4f61779
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_mon/collector/service.py

index 5452c66..eecad4d 100644 (file)
@@ -49,7 +49,8 @@ VIM_INFRA_COLLECTORS = {
     "vio": VIOInfraCollector
 }
 SDN_INFRA_COLLECTORS = {
-    "onos": OnosInfraCollector
+    "onosof": OnosInfraCollector,
+    "onos_vpls": OnosInfraCollector
 }