From 3a7760396d39b918575e60189fe62359f02e38f4 Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Mon, 13 Mar 2023 14:41:21 +0100 Subject: [PATCH] OPMAAS-3581 add CN environments --- createReport.py | 2 +- environment.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/createReport.py b/createReport.py index 955067f..e63eadc 100644 --- a/createReport.py +++ b/createReport.py @@ -25,7 +25,7 @@ def GatherReportingInfo(DTAPIToken, DTENV,friendlyName): env = DTENV DTAPIToken = DTAPIToken - if (DTENV.find('dynatracemgd') != -1): + if (DTENV.find('dyna-synth-cn') != -1): verify=False else: verify=True diff --git a/environment.yaml b/environment.yaml index efc809f..90892da 100644 --- a/environment.yaml +++ b/environment.yaml @@ -18,13 +18,13 @@ # - env-url: "https://wgv50241.live.dynatrace.com" # - env-token-name: "NAPROD_TOKEN_VAR" # - jenkins: "https://jaws.bmwgroup.net/opapm/" -#cnprod: -# - name: "cnprod" -# - env-url: "https://dynatracemgd-cn.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b" -# - env-token-name: "CNPROD_TOKEN_VAR" -# - jenkins: "https://jaws-china.bmwgroup.net/opmaas/" -cnpreprod: - - name: "cnpreprod" - - env-url: "https://dynatracemgd-cn.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35" - - env-token-name: "CNPREPROD_TOKEN_VAR" +cnprod: + - name: "cnprod" + - env-url: "https://dyna-synth-cn.bmwgroup.com.cn/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b" + - env-token-name: "CNPROD_TOKEN_VAR" - jenkins: "https://jaws-china.bmwgroup.net/opmaas/" +#cnpreprod: +# - name: "cnpreprod" +# - env-url: "https://dyna-synth-cn.bmwgroup.com.cn/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35" +# - env-token-name: "CNPREPROD_TOKEN_VAR" +# - jenkins: "https://jaws-china.bmwgroup.net/opmaas/"