aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db/clique_types.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/install/db/clique_types.json')
-rw-r--r--app/install/db/clique_types.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/app/install/db/clique_types.json b/app/install/db/clique_types.json
index e973981..534e7d7 100644
--- a/app/install/db/clique_types.json
+++ b/app/install/db/clique_types.json
@@ -98,5 +98,42 @@
],
"name" : "network",
"focal_point_type" : "network"
+},
+{
+ "environment" : "Mercury",
+ "focal_point_type" : "instance",
+ "link_types" : [
+ "instance-vnic",
+ "vnic-vconnector",
+ "vconnector-vedge",
+ "vedge-host_pnic",
+ "host_pnic-network"
+ ],
+ "name" : "instance_vconnector_clique"
+},
+{
+ "environment" : "Mercury",
+ "link_types" : [
+ "vservice-vnic",
+ "vnic-vedge",
+ "vedge-pnic",
+ "pnic-network"
+ ],
+ "focal_point_type" : "vservice",
+ "name" : "vservice_vedge_clique"
+},
+{
+ "environment" : "Mercury",
+ "focal_point_type" : "network",
+ "link_types" : [
+ "network-host_pnic",
+ "host_pnic-vedge",
+ "vedge-vconnector",
+ "vedge-vnic",
+ "vconnector-vnic",
+ "vnic-instance",
+ "vnic-vservice"
+ ],
+ "name" : "network"
}
]