From 47535f619e4a3628c9b76cb4cb298e60893c7696 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 4 Aug 2026 12:52:45 +0000 Subject: [PATCH] add business dashboard (#108) Reviewed-on: https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata-rework/pulls/108 Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode --- otc_metadata/data/documents/bd-umn.yaml | 12 ++++++++++++ otc_metadata/data/repositories/bd.yaml | 8 ++++++++ otc_metadata/data/services/bd.yaml | 13 +++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 otc_metadata/data/documents/bd-umn.yaml create mode 100644 otc_metadata/data/repositories/bd.yaml create mode 100644 otc_metadata/data/services/bd.yaml diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml new file mode 100644 index 0000000..3915f17 --- /dev/null +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -0,0 +1,12 @@ +--- +html_location: docs/bd/umn +link: /business-dashboard/umn/ +rst_location: umn/source +service_type: bd +title: User Guide +type: umn +cloud_environments: + - name: eu_de + visibility: public + pdf_visibility: hidden + pdf_enabled: false \ No newline at end of file diff --git a/otc_metadata/data/repositories/bd.yaml b/otc_metadata/data/repositories/bd.yaml new file mode 100644 index 0000000..80e2c57 --- /dev/null +++ b/otc_metadata/data/repositories/bd.yaml @@ -0,0 +1,8 @@ +--- +service_type: bd +repositories: + - environment: internal + repo: docs/business-dashboard + type: gitea + cloud_environments: + - eu_de \ No newline at end of file diff --git a/otc_metadata/data/services/bd.yaml b/otc_metadata/data/services/bd.yaml new file mode 100644 index 0000000..c2b7a6c --- /dev/null +++ b/otc_metadata/data/services/bd.yaml @@ -0,0 +1,13 @@ +--- +service_category: other +service_title: Business Dashboard +service_type: bd +service_uri: business-dashboard +is_global: false +jira_component: BUSDASH +teams: + - name: docs-dashboard-rw + permission: write +cloud_environments: + - name: eu_de + visibility: internal \ No newline at end of file