From ebb80bbe113f17d577c1e33a5ddc8bcfc3103d6b Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sat, 12 Aug 2017 23:35:11 +0300 Subject: add switch-switch_pnic to schemes Change-Id: I7fbac31b4b118e9d7e79ea5d526ce9971465be01 Signed-off-by: Koren Lev --- app/install/db/constants.json | 8 ++++++++ app/install/db/link_types.json | 14 ++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'app/install') diff --git a/app/install/db/constants.json b/app/install/db/constants.json index 3f7204f..a266696 100644 --- a/app/install/db/constants.json +++ b/app/install/db/constants.json @@ -270,6 +270,14 @@ { "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" } ] }, diff --git a/app/install/db/link_types.json b/app/install/db/link_types.json index f8e3e93..93a2e59 100644 --- a/app/install/db/link_types.json +++ b/app/install/db/link_types.json @@ -173,5 +173,19 @@ "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" } ] -- cgit 1.2.3-korg