aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/install/db/clique_types.json37
-rw-r--r--app/install/db/constants.json4
-rw-r--r--app/install/db/supported_environments.json12
3 files changed, 53 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"
}
]
diff --git a/app/install/db/constants.json b/app/install/db/constants.json
index 7a5b795..3848d1d 100644
--- a/app/install/db/constants.json
+++ b/app/install/db/constants.json
@@ -502,6 +502,10 @@
{
"value" : "Apex-Euphrates",
"label" : "Apex-Euphrates"
+ },
+ {
+ "label" : "Mercury_10239",
+ "value" : "Mercury_10239"
}
],
"name" : "distributions"
diff --git a/app/install/db/supported_environments.json b/app/install/db/supported_environments.json
index 606f5ef..c5cd0ef 100644
--- a/app/install/db/supported_environments.json
+++ b/app/install/db/supported_environments.json
@@ -11,6 +11,18 @@
"listening" : true
}
},
+{
+ "environment" : {
+ "type_drivers" : "vlan",
+ "mechanism_drivers" : "OVS",
+ "distribution" : "Mercury_10239"
+ },
+ "features" : {
+ "monitoring" : false,
+ "scanning" : true,
+ "listening" : true
+ }
+},
{
"environment" : {
"distribution" : "Apex-Euphrates",