From 3e3441973c9311d3dbf03791c4b0bbdea9cf8e11 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Sat, 5 Aug 2023 00:03:02 +0000 Subject: [PATCH] adding price calculator metadata Reviewed-by: vladimirhasko Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- otc_metadata/data/documents/pc-api-ref.yaml | 8 ++++++++ otc_metadata/data/services/ed.yaml | 4 ++-- otc_metadata/data/services/pc.yaml | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 otc_metadata/data/documents/pc-api-ref.yaml create mode 100644 otc_metadata/data/services/pc.yaml diff --git a/otc_metadata/data/documents/pc-api-ref.yaml b/otc_metadata/data/documents/pc-api-ref.yaml new file mode 100644 index 00000000..bcb46483 --- /dev/null +++ b/otc_metadata/data/documents/pc-api-ref.yaml @@ -0,0 +1,8 @@ +--- +environment: internal +link: /price-calculator/api-ref/ +pdf_name: pc-api-ref +rst_location: api-ref/source +service_type: pc +title: API Reference +type: api-ref diff --git a/otc_metadata/data/services/ed.yaml b/otc_metadata/data/services/ed.yaml index cd87f8b2..068fd9dd 100644 --- a/otc_metadata/data/services/ed.yaml +++ b/otc_metadata/data/services/ed.yaml @@ -1,5 +1,5 @@ --- -environment: hidden +environment: public repositories: - environment: internal repo: docs/enterprise-dashboard @@ -10,7 +10,7 @@ repositories: service_category: other service_title: Enterprise Dashboard service_type: ed -service_uri: enterprise-dashboard/umn +service_uri: enterprise-dashboard teams: - name: docs-dashboard-rw permission: write diff --git a/otc_metadata/data/services/pc.yaml b/otc_metadata/data/services/pc.yaml new file mode 100644 index 00000000..b2d3df0c --- /dev/null +++ b/otc_metadata/data/services/pc.yaml @@ -0,0 +1,16 @@ +--- +environment: hidden +repositories: +- environment: internal + repo: docs/price-calculator + type: gitea +- environment: public + repo: opentelekomcloud-docs/price-calculator + type: github +service_category: other +service_title: Price Calculator +service_type: pc +service_uri: price-calculator +teams: +- name: docs-oss-bss-rw + permission: write