From 14ed3b5658bdc63698290cdefaadf1cfa4d0cdd2 Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke.madsen@geant.org>
Date: Mon, 17 Oct 2022 15:42:42 +0200
Subject: [PATCH] Add GTT  as a GWS Direct ISP option in the config

---
 inventory_provider/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory_provider/config.py b/inventory_provider/config.py
index f332f5bb..93aaa387 100644
--- a/inventory_provider/config.py
+++ b/inventory_provider/config.py
@@ -163,7 +163,7 @@ CONFIG_SCHEMA = {
                 'nren': {'type': 'string'},
                 'isp': {
                     'type': 'string',
-                    'enum': ['Cogent', 'Telia', 'CenturyLink']
+                    'enum': ['Cogent', 'Telia', 'CenturyLink', 'GTT']
                 },
                 'hosts': {
                     'type': 'array',
-- 
GitLab