aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-08-28 15:24:25 +0300
committerKoren Lev <korenlev@gmail.com>2017-08-28 15:24:25 +0300
commit8295197f6e051d4910d11bb3a7a976ad7799771b (patch)
tree338d4c76d66c49f5fd49ad1c787ab443d01b2a37 /app/install/db
parent8bf7b48568df4025cf24bd1dacf6dd8ac3b3532c (diff)
add clique_types for Apex-Euphrates
Change-Id: I5df339faed215acfac3a9868d64f79d1a0bcbf62 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'app/install/db')
-rw-r--r--app/install/db/clique_types.json40
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"
}
]