summaryrefslogtreecommitdiffstats
path: root/app/install/db/supported_environments.json
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-10-15 01:38:44 +0300
committerKoren Lev <korenlev@gmail.com>2017-10-14 22:41:31 +0000
commite2f2060cbb7d14aeb1aff7fbca1408fe54aedbb1 (patch)
tree5f637d5076d0f0a87c4a24bd315395e0ab3adf23 /app/install/db/supported_environments.json
parent3c9696e010451484fabb143a542c8364a4538669 (diff)
added schemes to support new ui link options + fix api per new schemes
Change-Id: I768233f13749d01d436c24c764cb903ca19d3d2a Signed-off-by: Koren Lev <korenlev@gmail.com> (cherry picked from commit 41ac4c4e9a6112d8c98472a1be60e4869814f549)
Diffstat (limited to 'app/install/db/supported_environments.json')
-rw-r--r--app/install/db/supported_environments.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/install/db/supported_environments.json b/app/install/db/supported_environments.json
index 0d507c3..c2c376b 100644
--- a/app/install/db/supported_environments.json
+++ b/app/install/db/supported_environments.json
@@ -54,6 +54,19 @@
{
"features" : {
"listening" : true,
+ "scanning" : true,
+ "monitoring" : true
+ },
+ "environment" : {
+ "type_drivers" : "vlan",
+ "mechanism_drivers" : "OVS",
+ "distribution" : "Mercury",
+ "distribution_version" : ["11190"]
+ }
+ },
+ {
+ "features" : {
+ "listening" : true,
"monitoring" : true,
"scanning" : true
},