aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db/clique_types.json
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-08-12 11:32:35 +0300
committerKoren Lev <korenlev@gmail.com>2017-08-12 11:32:35 +0300
commit6046937f080b80be4fd04a17cbc6cfda27a97a5d (patch)
treee6ee3fc9671a40e1eae2b5b83296b63d88bcedf5 /app/install/db/clique_types.json
parent2d9c5445b11213314d65b77dfb3e832254c30d8e (diff)
fixes and re-scheme for host_pnic and switch_pnic
Change-Id: I3e5501dd9beb100a66c5a7bdba6e5cd967f4a21c Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'app/install/db/clique_types.json')
-rw-r--r--app/install/db/clique_types.json28
1 files changed, 17 insertions, 11 deletions
diff --git a/app/install/db/clique_types.json b/app/install/db/clique_types.json
index 575d083..239f5a2 100644
--- a/app/install/db/clique_types.json
+++ b/app/install/db/clique_types.json
@@ -13,17 +13,6 @@
],
"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",
@@ -52,5 +41,22 @@
"vnic-vservice"
],
"name" : "network"
+},
+{
+ "focal_point_type" : "switch_pnic",
+ "environment" : "ANY",
+ "link_types" : [
+ "switch_pnic-switch-pnic",
+ "switch_pnic-host_pnic",
+ "host_pnic-vconnector",
+ "vconnector-otep",
+ "otep-vedge",
+ "vedge-vconnector",
+ "vedge-vnic",
+ "vconnector-vnic",
+ "vnic-instance",
+ "vnic-vservice"
+ ],
+ "name" : "switch_pnic clique"
}
]