diff options
author | Koren Lev <korenlev@gmail.com> | 2017-08-12 23:35:11 +0300 |
---|---|---|
committer | Koren Lev <korenlev@gmail.com> | 2017-08-12 23:35:11 +0300 |
commit | ebb80bbe113f17d577c1e33a5ddc8bcfc3103d6b (patch) | |
tree | b3eb7c37f33825aaed0be5ba0e0aa80d576bc491 | |
parent | 182417c3a24633847102d3c8cc5770d4c0dabac2 (diff) |
add switch-switch_pnic to schemes
Change-Id: I7fbac31b4b118e9d7e79ea5d526ce9971465be01
Signed-off-by: Koren Lev <korenlev@gmail.com>
-rw-r--r-- | app/install/db/constants.json | 8 | ||||
-rw-r--r-- | app/install/db/link_types.json | 14 |
2 files changed, 22 insertions, 0 deletions
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" } ] |