From 43e7dda231862d606bd965bbeddfd6b58dc01ffd Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Mon, 13 Mar 2023 14:52:31 +0100 Subject: [PATCH] OPMAAS-3581 all environments --- .gitignore | 2 ++ environment.yaml | 50 ++++++++++++++++++++++++------------------------ 2 files changed, 27 insertions(+), 25 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63487b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +*.csv \ No newline at end of file diff --git a/environment.yaml b/environment.yaml index 90892da..9fd6f06 100644 --- a/environment.yaml +++ b/environment.yaml @@ -1,30 +1,30 @@ -#euprod: -# - name: "EUprod" -# - env-url: "https://xxu26128.live.dynatrace.com" -# - env-token-name: "EUPROD_TOKEN_VAR" -# - jenkins: "https://jaws.bmwgroup.net/opapm/" -#eupreprod: -# - name: "eupreprod" -# - env-url: "https://qqk70169.live.dynatrace.com" -# - env-token-name: "EUPREPROD_TOKEN_VAR" -# - jenkins: "https://jaws.bmwgroup.net/opapm/" -#napreprod: -# - name: "napreprod" -# - env-url: "https://onb44935.live.dynatrace.com" -# - env-token-name: "NAPREPROD_TOKEN_VAR" -# - jenkins: "https://jaws.bmwgroup.net/opapm/" -#naprod: -# - name: "naprod" -# - env-url: "https://wgv50241.live.dynatrace.com" -# - env-token-name: "NAPROD_TOKEN_VAR" -# - jenkins: "https://jaws.bmwgroup.net/opapm/" +euprod: + - name: "EUprod" + - env-url: "https://xxu26128.live.dynatrace.com" + - env-token-name: "EUPROD_TOKEN_VAR" + - jenkins: "https://jaws.bmwgroup.net/opapm/" +eupreprod: + - name: "eupreprod" + - env-url: "https://qqk70169.live.dynatrace.com" + - env-token-name: "EUPREPROD_TOKEN_VAR" + - jenkins: "https://jaws.bmwgroup.net/opapm/" +napreprod: + - name: "napreprod" + - env-url: "https://onb44935.live.dynatrace.com" + - env-token-name: "NAPREPROD_TOKEN_VAR" + - jenkins: "https://jaws.bmwgroup.net/opapm/" +naprod: + - name: "naprod" + - 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://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/" +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/"