From 0df49d17a1edd359bfeeed4fc93cdee02561c047 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 12 Nov 2025 14:18:00 +0000 Subject: [PATCH] Add ESW as service (#64) Reviewed-on: https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata-rework/pulls/64 Reviewed-by: Hasko, Vladimir Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- otc_metadata/data/documents/esw-umn.yaml | 13 +++++++++++++ otc_metadata/data/repositories/esw.yaml | 13 +++++++++++++ otc_metadata/data/services/esw.yaml | 12 ++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 otc_metadata/data/documents/esw-umn.yaml create mode 100644 otc_metadata/data/repositories/esw.yaml create mode 100644 otc_metadata/data/services/esw.yaml diff --git a/otc_metadata/data/documents/esw-umn.yaml b/otc_metadata/data/documents/esw-umn.yaml new file mode 100644 index 0000000..a66ba8a --- /dev/null +++ b/otc_metadata/data/documents/esw-umn.yaml @@ -0,0 +1,13 @@ +--- +hc_location: usermanual/esw +html_location: docs/esw/umn +link: /enterprise-switch/umn/ +rst_location: umn/source +service_type: esw +title: User Guide +type: umn +cloud_environments: + - name: eu_de + visibility: internal + pdf_visibility: public + pdf_enabled: true diff --git a/otc_metadata/data/repositories/esw.yaml b/otc_metadata/data/repositories/esw.yaml new file mode 100644 index 0000000..fe91471 --- /dev/null +++ b/otc_metadata/data/repositories/esw.yaml @@ -0,0 +1,13 @@ +--- +service_type: esw +repositories: + - environment: public + repo: opentelekomcloud-docs/enterprise-switch + type: github + cloud_environments: + - eu_de + - environment: internal + repo: docs/enterprise-switch + type: gitea + cloud_environments: + - eu_de diff --git a/otc_metadata/data/services/esw.yaml b/otc_metadata/data/services/esw.yaml new file mode 100644 index 0000000..a1cbfdc --- /dev/null +++ b/otc_metadata/data/services/esw.yaml @@ -0,0 +1,12 @@ +--- +service_category: network +service_title: Enterprise Switch +service_type: esw +service_uri: enterprise-switch +teams: + - name: docs-network-rw + permission: write +cloud_environments: + - name: eu_de + visibility: internal +is_global: false