Fix bug 1402: sdn infra collector names changed to match RO names

Change-Id: I81c3a6069b75a6ac89cc178b64096410d4f61779
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_mon/collector/service.py b/osm_mon/collector/service.py
index 5452c66..eecad4d 100644
--- a/osm_mon/collector/service.py
+++ b/osm_mon/collector/service.py
@@ -49,7 +49,8 @@
     "vio": VIOInfraCollector
 }
 SDN_INFRA_COLLECTORS = {
-    "onos": OnosInfraCollector
+    "onosof": OnosInfraCollector,
+    "onos_vpls": OnosInfraCollector
 }