From 648c80530e9a1abf174f91e3fbe85c9f7d4eb622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Cadilha?= Date: Mon, 9 May 2022 09:50:28 +0100 Subject: [PATCH 1/2] update skipDeployment flag --- .../notification/notification.yaml | 4 ++-- .../notification/notification.yaml | 4 ++-- .../notification/notification.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml b/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml index 0e6be062..49a7551c 100644 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml @@ -6,11 +6,11 @@ CDbmw-points-push-notifications-service.EMEA-Prod: - name: CD_bmw-points-push-notifications-service PROD - alertingProfile: CD_bmw-points-push-notifications-service/alerting-profile/CDbmw-points-push-notifications-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 -- skipDeployment: "true" +- skipDeployment: "false" # Notification System for EMEA/NA/CN PreProd msTeams CDbmw-points-push-notifications-service.EMEA-PreProd: - name: CD_bmw-points-push-notifications-service INT - alertingProfile: CD_bmw-points-push-notifications-service/alerting-profile/CDbmw-points-push-notifications-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 -- skipDeployment: "true" \ No newline at end of file +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_chargenow-enabler-service/notification/notification.yaml b/BMW-Dynatrace-config/CD_chargenow-enabler-service/notification/notification.yaml index b4af6549..cf172cae 100644 --- a/BMW-Dynatrace-config/CD_chargenow-enabler-service/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_chargenow-enabler-service/notification/notification.yaml @@ -7,14 +7,14 @@ CDchargenow-enabler-service.EMEA-Prod: - name: CD_chargenow-enabler-service PROD - alertingProfile: CD_chargenow-enabler-service/alerting-profile/CDchargenow-enabler-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 -- skipDeployment: "true" +- skipDeployment: "false" # Notification System for EMEA/NA/CN PreProd msTeams CDchargenow-enabler-service.EMEA-PreProd: - name: CD_chargenow-enabler-service INT - alertingProfile: CD_chargenow-enabler-service/alerting-profile/CDchargenow-enabler-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 -- skipDeployment: "true" +- skipDeployment: "false" # Notification System for EMEA/NA/CN Prod Email CDchargenow-enabler-service_email.EMEA-Prod: diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml index 5060e151..56462781 100644 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml @@ -6,11 +6,11 @@ CDpush-notification-settings-composite-service.EMEA-Prod: - name: CD_push-notification-settings-composite-service PROD - alertingProfile: CD_push-notification-settings-composite-service/alerting-profile/CDpush-notification-settings-composite-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 -- skipDeployment: "true" +- skipDeployment: "false" # Notification System for EMEA/NA/CN PreProd msTeams CDpush-notification-settings-composite-service.EMEA-PreProd: - name: CD_push-notification-settings-composite-service INT - alertingProfile: CD_push-notification-settings-composite-service/alerting-profile/CDpush-notification-settings-composite-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 -- skipDeployment: "true" \ No newline at end of file +- skipDeployment: "false" \ No newline at end of file From 757a0734085c1549842ec0ab44243d941719c3b6 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Wed, 11 May 2022 11:59:20 +0200 Subject: [PATCH 2/2] Renaming was necessary. --- .../dashboard/dashboard.yaml | 125 ------------------ .../alerting-profile/alerting-profile.yaml | 4 +- .../alerting-profile/default.json | 0 .../dashboard/README.md | 6 +- .../dashboard/dashboard.yaml | 125 ++++++++++++++++++ .../dashboard/default.json | 0 .../management-zone/README.md | 6 +- .../management-zone/default.json | 0 .../management-zone/management-zone.yaml | 0 .../notification/README.md | 0 .../notification/msTeams.json | 0 .../notification/notification.yaml | 4 +- .../alerting-profile/alerting-profile.yaml | 4 +- .../alerting-profile/default.json | 0 .../dashboard/README.md | 6 +- .../CD_pnsc-service/dashboard/dashboard.yaml | 125 ++++++++++++++++++ .../dashboard/default.json | 0 .../management-zone/README.md | 6 +- .../management-zone/default.json | 0 .../management-zone/management-zone.yaml | 6 + .../notification/README.md | 0 .../notification/msTeams.json | 0 .../notification/notification.yaml | 4 +- .../dashboard/dashboard.yaml | 125 ------------------ .../management-zone/management-zone.yaml | 6 - 25 files changed, 276 insertions(+), 276 deletions(-) delete mode 100644 BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/dashboard.yaml rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/alerting-profile/alerting-profile.yaml (66%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/alerting-profile/default.json (100%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_bmw-ppn-service}/dashboard/README.md (92%) create mode 100644 BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/dashboard.yaml rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/dashboard/default.json (100%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_bmw-ppn-service}/management-zone/README.md (87%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/management-zone/default.json (100%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/management-zone/management-zone.yaml (100%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/notification/README.md (100%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/notification/msTeams.json (100%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_bmw-ppn-service}/notification/notification.yaml (76%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/alerting-profile/alerting-profile.yaml (66%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/alerting-profile/default.json (100%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_pnsc-service}/dashboard/README.md (92%) create mode 100644 BMW-Dynatrace-config/CD_pnsc-service/dashboard/dashboard.yaml rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/dashboard/default.json (100%) rename BMW-Dynatrace-config/{CD_bmw-points-push-notifications-service => CD_pnsc-service}/management-zone/README.md (87%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/management-zone/default.json (100%) create mode 100644 BMW-Dynatrace-config/CD_pnsc-service/management-zone/management-zone.yaml rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/notification/README.md (100%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/notification/msTeams.json (100%) rename BMW-Dynatrace-config/{CD_push-notification-settings-composite-service => CD_pnsc-service}/notification/notification.yaml (75%) delete mode 100644 BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/dashboard.yaml delete mode 100644 BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/management-zone.yaml diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/dashboard.yaml deleted file mode 100644 index 00245fca..00000000 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/dashboard.yaml +++ /dev/null @@ -1,125 +0,0 @@ -config: -- CDbmw-points-push-notifications-service-PROD: default.json -- CDbmw-points-push-notifications-service-E2E: default.json -- CDbmw-points-push-notifications-service-INT: default.json -- CDbmw-points-push-notifications-service-TEST: default.json - -#PROD dashboards for EMEA/NA/CN Prod -CDbmw-points-push-notifications-service-PROD: -- name: CD_bmw-points-push-notifications-service PROD -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: PROD -- skipDeployment: "true" -CDbmw-points-push-notifications-service-PROD.EMEA-Prod: -- name: CD_bmw-points-push-notifications-service PROD -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: PROD -- skipDeployment: "false" -CDbmw-points-push-notifications-service-PROD.NA-Prod: -- name: CD_bmw-points-push-notifications-service PROD -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: PROD -- skipDeployment: "false" -CDbmw-points-push-notifications-service-PROD.CN-Prod: -- name: CD_bmw-points-push-notifications-service PROD -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: PROD -- skipDeployment: "false" - -#E2E dashboards for EMEA/NA/CN Prod -CDbmw-points-push-notifications-service-E2E: -- name: CD_bmw-points-push-notifications-service E2E -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: E2E -- skipDeployment: "true" -CDbmw-points-push-notifications-service-E2E.EMEA-Prod: -- name: CD_bmw-points-push-notifications-service E2E -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: E2E -- skipDeployment: "false" -CDbmw-points-push-notifications-service-E2E.NA-Prod: -- name: CD_bmw-points-push-notifications-service E2E -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: E2E -- skipDeployment: "false" -CDbmw-points-push-notifications-service-E2E.CN-Prod: -- name: CD_bmw-points-push-notifications-service E2E -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: E2E -- skipDeployment: "false" - -#INT dashboards for EMEA/NA/CN PreProd -CDbmw-points-push-notifications-service-INT: -- name: CD_bmw-points-push-notifications-service INT -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: INT -- skipDeployment: "true" -CDbmw-points-push-notifications-service-INT.EMEA-PreProd: -- name: CD_bmw-points-push-notifications-service INT -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: INT -- skipDeployment: "false" -CDbmw-points-push-notifications-service-INT.NA-PreProd: -- name: CD_bmw-points-push-notifications-service INT -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: INT -- skipDeployment: "false" -CDbmw-points-push-notifications-service-INT.CN-PreProd: -- name: CD_bmw-points-push-notifications-service INT -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: INT -- skipDeployment: "false" - -#TEST dashboards for EMEA/NA/CN PreProd -CDbmw-points-push-notifications-service-TEST: -- name: CD_bmw-points-push-notifications-service TEST -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: TEST -- skipDeployment: "true" -CDbmw-points-push-notifications-service-TEST.EMEA-PreProd: -- name: CD_bmw-points-push-notifications-service TEST -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: TEST -- skipDeployment: "false" -CDbmw-points-push-notifications-service-TEST.NA-PreProd: -- name: CD_bmw-points-push-notifications-service TEST -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: TEST -- skipDeployment: "false" -CDbmw-points-push-notifications-service-TEST.CN-PreProd: -- name: CD_bmw-points-push-notifications-service TEST -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- tag: bmw-points-push-notifications-service -- env: TEST -- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_bmw-ppn-service/alerting-profile/alerting-profile.yaml similarity index 66% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/alerting-profile/alerting-profile.yaml rename to BMW-Dynatrace-config/CD_bmw-ppn-service/alerting-profile/alerting-profile.yaml index 3c664c4c..b4648524 100644 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/alerting-profile/alerting-profile.yaml +++ b/BMW-Dynatrace-config/CD_bmw-ppn-service/alerting-profile/alerting-profile.yaml @@ -6,7 +6,7 @@ config: CDbmw-points-push-notifications-service.EMEA-Prod: - name: CD_bmw-points-push-notifications-service PROD - tag: bmw-points-push-notifications-service -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id - env: PROD - skipDeployment: "false" @@ -14,6 +14,6 @@ CDbmw-points-push-notifications-service.EMEA-Prod: CDbmw-points-push-notifications-service.EMEA-PreProd: - name: CD_bmw-points-push-notifications-service INT - tag: bmw-points-push-notifications-service -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id - env: INT - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/alerting-profile/default.json b/BMW-Dynatrace-config/CD_bmw-ppn-service/alerting-profile/default.json similarity index 100% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/alerting-profile/default.json rename to BMW-Dynatrace-config/CD_bmw-ppn-service/alerting-profile/default.json diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/README.md b/BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/README.md similarity index 92% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/README.md rename to BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/README.md index f2f821ec..2b6d5717 100644 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/README.md +++ b/BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/README.md @@ -1,4 +1,4 @@ - -### How to configure dashboards? - + +### How to configure dashboards? + Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/dashboard.yaml new file mode 100644 index 00000000..b5f41e3c --- /dev/null +++ b/BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/dashboard.yaml @@ -0,0 +1,125 @@ +config: +- CDbmw-points-push-notifications-service-PROD: default.json +- CDbmw-points-push-notifications-service-E2E: default.json +- CDbmw-points-push-notifications-service-INT: default.json +- CDbmw-points-push-notifications-service-TEST: default.json + +#PROD dashboards for EMEA/NA/CN Prod +CDbmw-points-push-notifications-service-PROD: +- name: CD_bmw-points-push-notifications-service PROD +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: PROD +- skipDeployment: "true" +CDbmw-points-push-notifications-service-PROD.EMEA-Prod: +- name: CD_bmw-points-push-notifications-service PROD +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: PROD +- skipDeployment: "false" +CDbmw-points-push-notifications-service-PROD.NA-Prod: +- name: CD_bmw-points-push-notifications-service PROD +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: PROD +- skipDeployment: "false" +CDbmw-points-push-notifications-service-PROD.CN-Prod: +- name: CD_bmw-points-push-notifications-service PROD +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: PROD +- skipDeployment: "false" + +#E2E dashboards for EMEA/NA/CN Prod +CDbmw-points-push-notifications-service-E2E: +- name: CD_bmw-points-push-notifications-service E2E +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: E2E +- skipDeployment: "true" +CDbmw-points-push-notifications-service-E2E.EMEA-Prod: +- name: CD_bmw-points-push-notifications-service E2E +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: E2E +- skipDeployment: "false" +CDbmw-points-push-notifications-service-E2E.NA-Prod: +- name: CD_bmw-points-push-notifications-service E2E +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: E2E +- skipDeployment: "false" +CDbmw-points-push-notifications-service-E2E.CN-Prod: +- name: CD_bmw-points-push-notifications-service E2E +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: E2E +- skipDeployment: "false" + +#INT dashboards for EMEA/NA/CN PreProd +CDbmw-points-push-notifications-service-INT: +- name: CD_bmw-points-push-notifications-service INT +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: INT +- skipDeployment: "true" +CDbmw-points-push-notifications-service-INT.EMEA-PreProd: +- name: CD_bmw-points-push-notifications-service INT +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: INT +- skipDeployment: "false" +CDbmw-points-push-notifications-service-INT.NA-PreProd: +- name: CD_bmw-points-push-notifications-service INT +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: INT +- skipDeployment: "false" +CDbmw-points-push-notifications-service-INT.CN-PreProd: +- name: CD_bmw-points-push-notifications-service INT +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: INT +- skipDeployment: "false" + +#TEST dashboards for EMEA/NA/CN PreProd +CDbmw-points-push-notifications-service-TEST: +- name: CD_bmw-points-push-notifications-service TEST +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: TEST +- skipDeployment: "true" +CDbmw-points-push-notifications-service-TEST.EMEA-PreProd: +- name: CD_bmw-points-push-notifications-service TEST +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: TEST +- skipDeployment: "false" +CDbmw-points-push-notifications-service-TEST.NA-PreProd: +- name: CD_bmw-points-push-notifications-service TEST +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: TEST +- skipDeployment: "false" +CDbmw-points-push-notifications-service-TEST.CN-PreProd: +- name: CD_bmw-points-push-notifications-service TEST +- mzName: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.name +- mzId: CD_bmw-ppn-service/management-zone/CDbmw-points-push-notifications-service.id +- tag: bmw-points-push-notifications-service +- env: TEST +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/default.json b/BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/default.json similarity index 100% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/default.json rename to BMW-Dynatrace-config/CD_bmw-ppn-service/dashboard/default.json diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/README.md b/BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/README.md similarity index 87% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/README.md rename to BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/README.md index 3716858c..ffe9d6e3 100644 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/README.md +++ b/BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/README.md @@ -1,4 +1,4 @@ - -### How to configure management zones? - + +### How to configure management zones? + Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/default.json b/BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/default.json similarity index 100% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/default.json rename to BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/default.json diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/management-zone.yaml b/BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/management-zone.yaml similarity index 100% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/management-zone.yaml rename to BMW-Dynatrace-config/CD_bmw-ppn-service/management-zone/management-zone.yaml diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/README.md b/BMW-Dynatrace-config/CD_bmw-ppn-service/notification/README.md similarity index 100% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/README.md rename to BMW-Dynatrace-config/CD_bmw-ppn-service/notification/README.md diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/msTeams.json b/BMW-Dynatrace-config/CD_bmw-ppn-service/notification/msTeams.json similarity index 100% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/msTeams.json rename to BMW-Dynatrace-config/CD_bmw-ppn-service/notification/msTeams.json diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml b/BMW-Dynatrace-config/CD_bmw-ppn-service/notification/notification.yaml similarity index 76% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml rename to BMW-Dynatrace-config/CD_bmw-ppn-service/notification/notification.yaml index 49a7551c..c971373e 100644 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_bmw-ppn-service/notification/notification.yaml @@ -4,13 +4,13 @@ config: # Notification System for EMEA/NA/CN Prod msTeams CDbmw-points-push-notifications-service.EMEA-Prod: - name: CD_bmw-points-push-notifications-service PROD -- alertingProfile: CD_bmw-points-push-notifications-service/alerting-profile/CDbmw-points-push-notifications-service.id +- alertingProfile: CD_bmw-ppn-service/alerting-profile/CDbmw-points-push-notifications-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 - skipDeployment: "false" # Notification System for EMEA/NA/CN PreProd msTeams CDbmw-points-push-notifications-service.EMEA-PreProd: - name: CD_bmw-points-push-notifications-service INT -- alertingProfile: CD_bmw-points-push-notifications-service/alerting-profile/CDbmw-points-push-notifications-service.id +- alertingProfile: CD_bmw-ppn-service/alerting-profile/CDbmw-points-push-notifications-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_pnsc-service/alerting-profile/alerting-profile.yaml similarity index 66% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/alerting-profile/alerting-profile.yaml rename to BMW-Dynatrace-config/CD_pnsc-service/alerting-profile/alerting-profile.yaml index 7eeb0c82..efe4fb96 100644 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/alerting-profile/alerting-profile.yaml +++ b/BMW-Dynatrace-config/CD_pnsc-service/alerting-profile/alerting-profile.yaml @@ -6,7 +6,7 @@ config: CDpush-notification-settings-composite-service.EMEA-Prod: - name: CD_push-notification-settings-composite-service PROD - tag: push-notification-settings-composite-service -- mzId: CD_push-notification-settings-composite-service/management-zone/CDPush-notification-settings-composite-service.id +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id - env: PROD - skipDeployment: "false" @@ -14,6 +14,6 @@ CDpush-notification-settings-composite-service.EMEA-Prod: CDpush-notification-settings-composite-service.EMEA-PreProd: - name: CD_push-notification-settings-composite-service INT - tag: push-notification-settings-composite-service -- mzId: CD_push-notification-settings-composite-service/management-zone/CDPush-notification-settings-composite-service.id +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id - env: INT - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/alerting-profile/default.json b/BMW-Dynatrace-config/CD_pnsc-service/alerting-profile/default.json similarity index 100% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/alerting-profile/default.json rename to BMW-Dynatrace-config/CD_pnsc-service/alerting-profile/default.json diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/README.md b/BMW-Dynatrace-config/CD_pnsc-service/dashboard/README.md similarity index 92% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/README.md rename to BMW-Dynatrace-config/CD_pnsc-service/dashboard/README.md index f2f821ec..2b6d5717 100644 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/dashboard/README.md +++ b/BMW-Dynatrace-config/CD_pnsc-service/dashboard/README.md @@ -1,4 +1,4 @@ - -### How to configure dashboards? - + +### How to configure dashboards? + Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pnsc-service/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_pnsc-service/dashboard/dashboard.yaml new file mode 100644 index 00000000..df39fa05 --- /dev/null +++ b/BMW-Dynatrace-config/CD_pnsc-service/dashboard/dashboard.yaml @@ -0,0 +1,125 @@ +config: +- CDpush-notification-settings-composite-service-PROD: default.json +- CDpush-notification-settings-composite-service-E2E: default.json +- CDpush-notification-settings-composite-service-INT: default.json +- CDpush-notification-settings-composite-service-TEST: default.json + +#PROD dashboards for EMEA/NA/CN Prod +CDpush-notification-settings-composite-service-PROD: +- name: CD_push-notification-settings-composite-service PROD +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: PROD +- skipDeployment: "true" +CDpush-notification-settings-composite-service-PROD.EMEA-Prod: +- name: CD_push-notification-settings-composite-service PROD +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: PROD +- skipDeployment: "false" +CDpush-notification-settings-composite-service-PROD.NA-Prod: +- name: CD_push-notification-settings-composite-service PROD +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: PROD +- skipDeployment: "false" +CDpush-notification-settings-composite-service-PROD.CN-Prod: +- name: CD_push-notification-settings-composite-service PROD +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: PROD +- skipDeployment: "false" + +#E2E dashboards for EMEA/NA/CN Prod +CDpush-notification-settings-composite-service-E2E: +- name: CD_push-notification-settings-composite-service E2E +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: E2E +- skipDeployment: "true" +CDpush-notification-settings-composite-service-E2E.EMEA-Prod: +- name: CD_push-notification-settings-composite-service E2E +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: E2E +- skipDeployment: "false" +CDpush-notification-settings-composite-service-E2E.NA-Prod: +- name: CD_push-notification-settings-composite-service E2E +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: E2E +- skipDeployment: "false" +CDpush-notification-settings-composite-service-E2E.CN-Prod: +- name: CD_push-notification-settings-composite-service E2E +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: E2E +- skipDeployment: "false" + +#INT dashboards for EMEA/NA/CN PreProd +CDpush-notification-settings-composite-service-INT: +- name: CD_push-notification-settings-composite-service INT +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: INT +- skipDeployment: "true" +CDpush-notification-settings-composite-service-INT.EMEA-PreProd: +- name: CD_push-notification-settings-composite-service INT +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: INT +- skipDeployment: "false" +CDpush-notification-settings-composite-service-INT.NA-PreProd: +- name: CD_push-notification-settings-composite-service INT +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: INT +- skipDeployment: "false" +CDpush-notification-settings-composite-service-INT.CN-PreProd: +- name: CD_push-notification-settings-composite-service INT +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: INT +- skipDeployment: "false" + +#TEST dashboards for EMEA/NA/CN PreProd +CDpush-notification-settings-composite-service-TEST: +- name: CD_push-notification-settings-composite-service TEST +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: TEST +- skipDeployment: "true" +CDpush-notification-settings-composite-service-TEST.EMEA-PreProd: +- name: CD_push-notification-settings-composite-service TEST +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: TEST +- skipDeployment: "false" +CDpush-notification-settings-composite-service-TEST.NA-PreProd: +- name: CD_push-notification-settings-composite-service TEST +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: TEST +- skipDeployment: "false" +CDpush-notification-settings-composite-service-TEST.CN-PreProd: +- name: CD_push-notification-settings-composite-service TEST +- mzName: CD_pnsc-service/management-zone/CD_pnsc-service.name +- mzId: CD_pnsc-service/management-zone/CD_pnsc-service.id +- tag: push-notification-settings-composite-service +- env: TEST +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/default.json b/BMW-Dynatrace-config/CD_pnsc-service/dashboard/default.json similarity index 100% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/default.json rename to BMW-Dynatrace-config/CD_pnsc-service/dashboard/default.json diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/README.md b/BMW-Dynatrace-config/CD_pnsc-service/management-zone/README.md similarity index 87% rename from BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/README.md rename to BMW-Dynatrace-config/CD_pnsc-service/management-zone/README.md index 3716858c..ffe9d6e3 100644 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/management-zone/README.md +++ b/BMW-Dynatrace-config/CD_pnsc-service/management-zone/README.md @@ -1,4 +1,4 @@ - -### How to configure management zones? - + +### How to configure management zones? + Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/default.json b/BMW-Dynatrace-config/CD_pnsc-service/management-zone/default.json similarity index 100% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/default.json rename to BMW-Dynatrace-config/CD_pnsc-service/management-zone/default.json diff --git a/BMW-Dynatrace-config/CD_pnsc-service/management-zone/management-zone.yaml b/BMW-Dynatrace-config/CD_pnsc-service/management-zone/management-zone.yaml new file mode 100644 index 00000000..8a6a8241 --- /dev/null +++ b/BMW-Dynatrace-config/CD_pnsc-service/management-zone/management-zone.yaml @@ -0,0 +1,6 @@ +config: +- CD_pnsc-service: default.json + +CD_pnsc-service: +- name: CD_push-notification-settings-composite-service +- tag: push-notification-settings-composite-service \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/README.md b/BMW-Dynatrace-config/CD_pnsc-service/notification/README.md similarity index 100% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/README.md rename to BMW-Dynatrace-config/CD_pnsc-service/notification/README.md diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/msTeams.json b/BMW-Dynatrace-config/CD_pnsc-service/notification/msTeams.json similarity index 100% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/msTeams.json rename to BMW-Dynatrace-config/CD_pnsc-service/notification/msTeams.json diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml b/BMW-Dynatrace-config/CD_pnsc-service/notification/notification.yaml similarity index 75% rename from BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml rename to BMW-Dynatrace-config/CD_pnsc-service/notification/notification.yaml index 56462781..6a0a7526 100644 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_pnsc-service/notification/notification.yaml @@ -4,13 +4,13 @@ config: # Notification System for EMEA/NA/CN Prod msTeams CDpush-notification-settings-composite-service.EMEA-Prod: - name: CD_push-notification-settings-composite-service PROD -- alertingProfile: CD_push-notification-settings-composite-service/alerting-profile/CDpush-notification-settings-composite-service.id +- alertingProfile: CD_pnsc-service/alerting-profile/CDpush-notification-settings-composite-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 - skipDeployment: "false" # Notification System for EMEA/NA/CN PreProd msTeams CDpush-notification-settings-composite-service.EMEA-PreProd: - name: CD_push-notification-settings-composite-service INT -- alertingProfile: CD_push-notification-settings-composite-service/alerting-profile/CDpush-notification-settings-composite-service.id +- alertingProfile: CD_pnsc-service/alerting-profile/CDpush-notification-settings-composite-service.id - webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178 - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/dashboard.yaml deleted file mode 100644 index 5e785672..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/dashboard/dashboard.yaml +++ /dev/null @@ -1,125 +0,0 @@ -config: -- CDpush-notification-settings-composite-service-PROD: default.json -- CDpush-notification-settings-composite-service-E2E: default.json -- CDpush-notification-settings-composite-service-INT: default.json -- CDpush-notification-settings-composite-service-TEST: default.json - -#PROD dashboards for EMEA/NA/CN Prod -CDpush-notification-settings-composite-service-PROD: -- name: CD_push-notification-settings-composite-service PROD -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: PROD -- skipDeployment: "true" -CDpush-notification-settings-composite-service-PROD.EMEA-Prod: -- name: CD_push-notification-settings-composite-service PROD -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: PROD -- skipDeployment: "false" -CDpush-notification-settings-composite-service-PROD.NA-Prod: -- name: CD_push-notification-settings-composite-service PROD -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: PROD -- skipDeployment: "false" -CDpush-notification-settings-composite-service-PROD.CN-Prod: -- name: CD_push-notification-settings-composite-service PROD -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: PROD -- skipDeployment: "false" - -#E2E dashboards for EMEA/NA/CN Prod -CDpush-notification-settings-composite-service-E2E: -- name: CD_push-notification-settings-composite-service E2E -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: E2E -- skipDeployment: "true" -CDpush-notification-settings-composite-service-E2E.EMEA-Prod: -- name: CD_push-notification-settings-composite-service E2E -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: E2E -- skipDeployment: "false" -CDpush-notification-settings-composite-service-E2E.NA-Prod: -- name: CD_push-notification-settings-composite-service E2E -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: E2E -- skipDeployment: "false" -CDpush-notification-settings-composite-service-E2E.CN-Prod: -- name: CD_push-notification-settings-composite-service E2E -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: E2E -- skipDeployment: "false" - -#INT dashboards for EMEA/NA/CN PreProd -CDpush-notification-settings-composite-service-INT: -- name: CD_push-notification-settings-composite-service INT -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: INT -- skipDeployment: "true" -CDpush-notification-settings-composite-service-INT.EMEA-PreProd: -- name: CD_push-notification-settings-composite-service INT -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: INT -- skipDeployment: "false" -CDpush-notification-settings-composite-service-INT.NA-PreProd: -- name: CD_push-notification-settings-composite-service INT -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: INT -- skipDeployment: "false" -CDpush-notification-settings-composite-service-INT.CN-PreProd: -- name: CD_push-notification-settings-composite-service INT -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: INT -- skipDeployment: "false" - -#TEST dashboards for EMEA/NA/CN PreProd -CDpush-notification-settings-composite-service-TEST: -- name: CD_push-notification-settings-composite-service TEST -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: TEST -- skipDeployment: "true" -CDpush-notification-settings-composite-service-TEST.EMEA-PreProd: -- name: CD_push-notification-settings-composite-service TEST -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: TEST -- skipDeployment: "false" -CDpush-notification-settings-composite-service-TEST.NA-PreProd: -- name: CD_push-notification-settings-composite-service TEST -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: TEST -- skipDeployment: "false" -CDpush-notification-settings-composite-service-TEST.CN-PreProd: -- name: CD_push-notification-settings-composite-service TEST -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- tag: push-notification-settings-composite-service -- env: TEST -- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/management-zone.yaml b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/management-zone.yaml deleted file mode 100644 index ae22e840..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/management-zone/management-zone.yaml +++ /dev/null @@ -1,6 +0,0 @@ -config: -- CDpush-notification-settings-composite-service: default.json - -CDpush-notification-settings-composite-service: -- name: CD_push-notification-settings-composite-service -- tag: push-notification-settings-composite-service