From 9d51c29acfb81ae16c72a1675d7b021d032dbdfb Mon Sep 17 00:00:00 2001 From: yayogev Date: Fri, 11 Aug 2017 00:35:14 +0300 Subject: US2853 rename pnic to host_pnic & switch_pnic fixed clique finder to work with switch-switch link type Change-Id: I4f815f77e6b4ea36669dfb58bb5f5e914fe3e1ac Signed-off-by: yayogev --- app/install/db/clique_types.json | 112 +++++++++++++++++++-------------------- 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'app/install/db/clique_types.json') diff --git a/app/install/db/clique_types.json b/app/install/db/clique_types.json index a2ef3c2..575d083 100644 --- a/app/install/db/clique_types.json +++ b/app/install/db/clique_types.json @@ -1,56 +1,56 @@ -[ -{ - "environment" : "ANY", - "focal_point_type" : "instance", - "link_types" : [ - "instance-vnic", - "vnic-vconnector", - "vconnector-vedge", - "vedge-otep", - "otep-vconnector", - "vconnector-pnic", - "pnic-network" - ], - "name" : "instance" -}, -{ - "environment" : "ANY", - "focal_point_type" : "pnic", - "link_types" : [ - "pnic-host", - "host-network", - "network-switch_pnic", - "switch_pnic-switch" - ], - "name" : "pnic_clique" -}, -{ - "environment" : "ANY", - "focal_point_type" : "vservice", - "link_types" : [ - "vservice-vnic", - "vnic-vedge", - "vedge-otep", - "otep-vconnector", - "vconnector-pnic", - "pnic-network" - ], - "name" : "vservice" -}, -{ - "environment" : "ANY", - "focal_point_type" : "network", - "link_types" : [ - "network-pnic", - "pnic-vconnector", - "vconnector-otep", - "otep-vedge", - "vedge-vconnector", - "vedge-vnic", - "vconnector-vnic", - "vnic-instance", - "vnic-vservice" - ], - "name" : "network" -} -] +[ +{ + "environment" : "ANY", + "focal_point_type" : "instance", + "link_types" : [ + "instance-vnic", + "vnic-vconnector", + "vconnector-vedge", + "vedge-otep", + "otep-vconnector", + "vconnector-host_pnic", + "host_pnic-network" + ], + "name" : "instance" +}, +{ + "environment" : "ANY", + "focal_point_type" : "host_pnic", + "link_types" : [ + "host_pnic-host", + "host-network", + "network-switch_pnic", + "switch_pnic-switch" + ], + "name" : "pnic_clique" +}, +{ + "environment" : "ANY", + "focal_point_type" : "vservice", + "link_types" : [ + "vservice-vnic", + "vnic-vedge", + "vedge-otep", + "otep-vconnector", + "vconnector-host_pnic", + "host_pnic-network" + ], + "name" : "vservice" +}, +{ + "environment" : "ANY", + "focal_point_type" : "network", + "link_types" : [ + "network-host_pnic", + "host_pnic-vconnector", + "vconnector-otep", + "otep-vedge", + "vedge-vconnector", + "vedge-vnic", + "vconnector-vnic", + "vnic-instance", + "vnic-vservice" + ], + "name" : "network" +} +] -- cgit 1.2.3-korg