From 8295197f6e051d4910d11bb3a7a976ad7799771b Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Mon, 28 Aug 2017 15:24:25 +0300 Subject: add clique_types for Apex-Euphrates Change-Id: I5df339faed215acfac3a9868d64f79d1a0bcbf62 Signed-off-by: Koren Lev --- app/install/db/clique_types.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'app/install/db') diff --git a/app/install/db/clique_types.json b/app/install/db/clique_types.json index 239f5a2..e973981 100644 --- a/app/install/db/clique_types.json +++ b/app/install/db/clique_types.json @@ -58,5 +58,45 @@ "vnic-vservice" ], "name" : "switch_pnic clique" +}, +{ + "environment" : "Apex-Euphrates", + "link_types" : [ + "instance-vnic", + "vnic-vconnector", + "vconnector-vedge", + "vedge-otep", + "otep-host_pnic", + "host_pnic-network" + ], + "name" : "instance", + "focal_point_type" : "instance" +}, +{ + "environment" : "Apex-Euphrates", + "link_types" : [ + "vservice-vnic", + "vnic-vedge", + "vedge-otep", + "otep-host_pnic", + "host_pnic-network" + ], + "name" : "vservice", + "focal_point_type" : "vservice" +}, +{ + "environment" : "Apex-Euphrates", + "link_types" : [ + "network-host_pnic", + "host_pnic-otep", + "otep-vedge", + "vedge-vconnector", + "vedge-vnic", + "vconnector-vnic", + "vnic-instance", + "vnic-vservice" + ], + "name" : "network", + "focal_point_type" : "network" } ] -- cgit 1.2.3-korg