From 5ec4d97bd5976823cb925dbbaaffd43f20c49736 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 27 May 2025 11:55:53 +0000 Subject: [PATCH 1/2] New service - UCS --- otc_metadata/data/documents/ucs-api-ref.yaml | 11 +++++++++++ otc_metadata/data/documents/ucs-umn.yaml | 11 +++++++++++ otc_metadata/data/services/ucs.yaml | 16 ++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 otc_metadata/data/documents/ucs-api-ref.yaml create mode 100644 otc_metadata/data/documents/ucs-umn.yaml create mode 100644 otc_metadata/data/services/ucs.yaml diff --git a/otc_metadata/data/documents/ucs-api-ref.yaml b/otc_metadata/data/documents/ucs-api-ref.yaml new file mode 100644 index 00000000..010364cc --- /dev/null +++ b/otc_metadata/data/documents/ucs-api-ref.yaml @@ -0,0 +1,11 @@ +--- +environment: public +hc_location: api/ucs +html_location: docs/ucs/api-ref +link: /ubiquitous-cloud-native-service/api-ref/ +pdf_enabled: true +pdf_environment: public +rst_location: api-ref/source +service_type: ucs +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/ucs-umn.yaml b/otc_metadata/data/documents/ucs-umn.yaml new file mode 100644 index 00000000..d54abe4b --- /dev/null +++ b/otc_metadata/data/documents/ucs-umn.yaml @@ -0,0 +1,11 @@ +--- +environment: public +hc_location: usermanual/ucs +html_location: docs/ucs/umn +link: /ubiquitous-cloud-native-service/umn/ +pdf_enabled: true +pdf_environment: public +rst_location: umn/source +service_type: ucs +title: User Guide +type: umn diff --git a/otc_metadata/data/services/ucs.yaml b/otc_metadata/data/services/ucs.yaml new file mode 100644 index 00000000..487662fc --- /dev/null +++ b/otc_metadata/data/services/ucs.yaml @@ -0,0 +1,16 @@ +--- +environment: public +repositories: +- environment: internal + repo: docs/ubiquitous-cloud-native-service + type: gitea +- environment: public + repo: opentelekomcloud-docs/ubiquitous-cloud-native-service + type: github +service_category: container +service_title: Ubiquitous Cloud Native Service +service_type: ucs +service_uri: ubiquitous-cloud-native-service +teams: +- name: docs-container-rw + permission: write -- 2.34.1 From 7752ff0d10db710ef80c06386ab89871b1ad4913 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 23 Jun 2025 11:12:52 +0000 Subject: [PATCH 2/2] New service UCS | public -> internal --- otc_metadata/data/documents/ucs-api-ref.yaml | 2 +- otc_metadata/data/documents/ucs-umn.yaml | 2 +- otc_metadata/data/services/ucs.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/otc_metadata/data/documents/ucs-api-ref.yaml b/otc_metadata/data/documents/ucs-api-ref.yaml index 010364cc..86d4e6ea 100644 --- a/otc_metadata/data/documents/ucs-api-ref.yaml +++ b/otc_metadata/data/documents/ucs-api-ref.yaml @@ -1,5 +1,5 @@ --- -environment: public +environment: internal hc_location: api/ucs html_location: docs/ucs/api-ref link: /ubiquitous-cloud-native-service/api-ref/ diff --git a/otc_metadata/data/documents/ucs-umn.yaml b/otc_metadata/data/documents/ucs-umn.yaml index d54abe4b..4600fd77 100644 --- a/otc_metadata/data/documents/ucs-umn.yaml +++ b/otc_metadata/data/documents/ucs-umn.yaml @@ -1,5 +1,5 @@ --- -environment: public +environment: internal hc_location: usermanual/ucs html_location: docs/ucs/umn link: /ubiquitous-cloud-native-service/umn/ diff --git a/otc_metadata/data/services/ucs.yaml b/otc_metadata/data/services/ucs.yaml index 487662fc..5dc662e2 100644 --- a/otc_metadata/data/services/ucs.yaml +++ b/otc_metadata/data/services/ucs.yaml @@ -1,5 +1,5 @@ --- -environment: public +environment: internal repositories: - environment: internal repo: docs/ubiquitous-cloud-native-service -- 2.34.1