add switch-switch_pnic to schemes 75/39175/1
authorKoren Lev <korenlev@gmail.com>
Sat, 12 Aug 2017 20:35:11 +0000 (23:35 +0300)
committerKoren Lev <korenlev@gmail.com>
Sat, 12 Aug 2017 20:35:11 +0000 (23:35 +0300)
Change-Id: I7fbac31b4b118e9d7e79ea5d526ce9971465be01
Signed-off-by: Koren Lev <korenlev@gmail.com>
app/install/db/constants.json
app/install/db/link_types.json

index 3f7204f..a266696 100644 (file)
         {
             "label" : "switch_pnic-switch_pnic", 
             "value" : "switch_pnic-switch_pnic"
+        },
+        {
+            "value" : "switch_pnic-switch", 
+            "label" : "switch_pnic-switch"
+        }, 
+        {
+            "value" : "switch-switch_pnic", 
+            "label" : "switch-switch_pnic"
         }
     ]
 },
index f8e3e93..93a2e59 100644 (file)
     "user_id" : "WS7j8oTbWPf3LbNne", 
     "endPointA" : "host_pnic", 
     "description" : "host_pnic-switch_pnic"
+},
+{
+    "endPointB" : "switch_pnic",
+    "type" : "switch-switch_pnic",
+    "user_id" : "WS7j8oTbWPf3LbNne",
+    "endPointA" : "switch",
+    "description" : "switch-switch_pnic"
+},
+{
+    "endPointB" : "switch",
+    "type" : "switch_pnic-switch",
+    "user_id" : "WS7j8oTbWPf3LbNne",
+    "endPointA" : "switch_pnic",
+    "description" : "switch_pnic-switch"
 }
 ]