From f3fe7eb10aeae1951767136a0beb62f3de6b9105 Mon Sep 17 00:00:00 2001 From: vladimirhasko Date: Wed, 10 Apr 2024 19:31:41 +0000 Subject: [PATCH 1/2] adding AOM2 as new service/documents --- otc_metadata/data/documents/aom2-api-ref.yaml | 10 ++++++++++ otc_metadata/data/documents/aom2-umn.yaml | 10 ++++++++++ otc_metadata/data/services/aom2.yaml | 16 ++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 otc_metadata/data/documents/aom2-api-ref.yaml create mode 100644 otc_metadata/data/documents/aom2-umn.yaml create mode 100644 otc_metadata/data/services/aom2.yaml diff --git a/otc_metadata/data/documents/aom2-api-ref.yaml b/otc_metadata/data/documents/aom2-api-ref.yaml new file mode 100644 index 00000000..3de28708 --- /dev/null +++ b/otc_metadata/data/documents/aom2-api-ref.yaml @@ -0,0 +1,10 @@ +--- +environment: internal +hc_location: api/aom2 +html_location: docs/aom2/api-ref +link: /application-operations-management-2/api-ref/ +pdf_name: aom2-api-ref +rst_location: api-ref/source +service_type: aom2 +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/aom2-umn.yaml b/otc_metadata/data/documents/aom2-umn.yaml new file mode 100644 index 00000000..6d33384a --- /dev/null +++ b/otc_metadata/data/documents/aom2-umn.yaml @@ -0,0 +1,10 @@ +--- +environment: internal +hc_location: usermanual/aom2 +html_location: docs/aom2/umn +link: /application-operations-management-2/umn/ +pdf_name: aom2-umn +rst_location: umn/source +service_type: aom2 +title: User Guide +type: umn diff --git a/otc_metadata/data/services/aom2.yaml b/otc_metadata/data/services/aom2.yaml new file mode 100644 index 00000000..41fd15ed --- /dev/null +++ b/otc_metadata/data/services/aom2.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/application-operations-management-2 + type: gitea +- environment: public + repo: opentelekomcloud-docs/application-operations-management-2 + type: github +service_category: application +service_title: Application Operations Management 2.0 +service_type: aom2 +service_uri: application-operations-management-2 +teams: +- name: docs-orchestration-rw + permission: write -- 2.34.1 From c518093ee101af3bab693a1aa6d96540475dfd6e Mon Sep 17 00:00:00 2001 From: vladimirhasko Date: Wed, 10 Apr 2024 19:33:48 +0000 Subject: [PATCH 2/2] removing obsolete doc --- otc_metadata/data/documents/aom-umn2.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 otc_metadata/data/documents/aom-umn2.yaml diff --git a/otc_metadata/data/documents/aom-umn2.yaml b/otc_metadata/data/documents/aom-umn2.yaml deleted file mode 100644 index d91569e7..00000000 --- a/otc_metadata/data/documents/aom-umn2.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -environment: internal -hc_location: usermanual2/aom -html_location: docs/aom/umn2 -link: /application-operations-management/umn2/ -pdf_name: aom-umn2.0 -rst_location: umn2/source -service_type: aom -title: User Guide 2.0 -type: umn2 -- 2.34.1