From 41ac4c4e9a6112d8c98472a1be60e4869814f549 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sun, 15 Oct 2017 01:38:44 +0300 Subject: added schemes to support new ui link options + fix api per new schemes Change-Id: I768233f13749d01d436c24c764cb903ca19d3d2a Signed-off-by: Koren Lev --- app/install/db/supported_environments.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/install/db/supported_environments.json') 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 @@ -51,6 +51,19 @@ "monitoring" : false } }, + { + "features" : { + "listening" : true, + "scanning" : true, + "monitoring" : true + }, + "environment" : { + "type_drivers" : "vlan", + "mechanism_drivers" : "OVS", + "distribution" : "Mercury", + "distribution_version" : ["11190"] + } + }, { "features" : { "listening" : true, -- cgit 1.2.3-korg