From 00fd8fd30bf5f77407e119e6358c3c9fbf47e46e Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Mon, 24 Jun 2024 07:54:08 +0000 Subject: [PATCH] Added Config Service Reviewed-by: Hasko, Vladimir Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/data/documents/config-api-ref.yaml | 10 ++++++++++ otc_metadata/data/documents/config-umn.yaml | 9 +++++++++ otc_metadata/data/services/config.yaml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 otc_metadata/data/documents/config-api-ref.yaml create mode 100644 otc_metadata/data/documents/config-umn.yaml create mode 100644 otc_metadata/data/services/config.yaml diff --git a/otc_metadata/data/documents/config-api-ref.yaml b/otc_metadata/data/documents/config-api-ref.yaml new file mode 100644 index 00000000..753514d5 --- /dev/null +++ b/otc_metadata/data/documents/config-api-ref.yaml @@ -0,0 +1,10 @@ +--- +environment: internal +hc_location: api/rms +html_location: docs/config/api-ref +link: /config/api-ref/ +pdf_name: config-api-ref +rst_location: config/source +service_type: config +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/config-umn.yaml b/otc_metadata/data/documents/config-umn.yaml new file mode 100644 index 00000000..afa92127 --- /dev/null +++ b/otc_metadata/data/documents/config-umn.yaml @@ -0,0 +1,9 @@ +--- +environment: internal +hc_location: usermanual/rms +html_location: docs/config/umn +link: /config/umn/ +rst_location: umn/source +service_type: config +title: User Guide +type: umn diff --git a/otc_metadata/data/services/config.yaml b/otc_metadata/data/services/config.yaml new file mode 100644 index 00000000..38ce85bf --- /dev/null +++ b/otc_metadata/data/services/config.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/config + type: gitea +- environment: public + repo: opentelekomcloud-docs/config + type: github +service_category: md +service_title: Config +service_type: config +service_uri: config +teams: +- name: docs-orchestration-rw + permission: write