From 981772757f6f191945e5a320b2f6721d4e8b9929 Mon Sep 17 00:00:00 2001 From: mischa Date: Fri, 17 Jun 2022 18:27:23 +0200 Subject: [PATCH] added OCI to connector config --- clean.py | 2 +- config/connectors.cnf | 12 ++++++++++++ config/demo.cnf | 13 +++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/clean.py b/clean.py index b35081e..5975348 100755 --- a/clean.py +++ b/clean.py @@ -77,7 +77,7 @@ service_exceptions = { "saas": "internet", "pan": "panfw", "ftntfw": "ftnt-fw-", - "chkpfw": "chkp-fw-" + "chkpfw": "chkp-fw-", } def alkira_login(): diff --git a/config/connectors.cnf b/config/connectors.cnf index c41e6d4..e1133ba 100644 --- a/config/connectors.cnf +++ b/config/connectors.cnf @@ -107,4 +107,16 @@ billingtags = 343 cxp = GERMANYWESTCENTRAL-AZURE-1 segments = Corporate group = Users +billingtags = 333 + +[ocivcnconnector1] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 333 + +[ocivcnconnector2] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Prod +group = Development billingtags = 343 diff --git a/config/demo.cnf b/config/demo.cnf index 5ac34b8..533f28c 100644 --- a/config/demo.cnf +++ b/config/demo.cnf @@ -105,3 +105,16 @@ cxp = GERMANYWESTCENTRAL-AZURE-1 segments = Corporate group = Users billingtags = 343 + +[ocivcnconnector1] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 333 + +[ocivcnconnector2] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Prod +group = Development +billingtags = 343 +