diff options
Diffstat (limited to 'app/install/db')
-rw-r--r-- | app/install/db/clique_types.json | 40 |
1 files changed, 40 insertions, 0 deletions
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" } ] |