From 1e5480faf5b076f7483ffd3e12a7510638148ec6 Mon Sep 17 00:00:00 2001 From: Lukas Belejkanic Date: Wed, 17 Apr 2024 09:30:38 +0000 Subject: [PATCH 1/4] creation cfw.yaml file --- otc_metadata/data/services/cfw.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 otc_metadata/data/services/cfw.yaml diff --git a/otc_metadata/data/services/cfw.yaml b/otc_metadata/data/services/cfw.yaml new file mode 100644 index 00000000..ec800f0b --- /dev/null +++ b/otc_metadata/data/services/cfw.yaml @@ -0,0 +1,16 @@ +--- +environment: public +repositories: +- environment: internal + repo: docs/cloud-firewall + type: gitea +- environment: public + repo: opentelekomcloud-docs/cloud-firewall + type: github +service_category: security-services +service_title: Cloud Firewall +service_type: cfw +service_uri: cloud-firewall +teams: +- name: docs-security-services-rw + permission: write -- 2.34.1 From d1af6cdbb043d524cbb42943b73b4b542122ee44 Mon Sep 17 00:00:00 2001 From: Lukas Belejkanic Date: Wed, 17 Apr 2024 09:40:39 +0000 Subject: [PATCH 2/4] import documents for UM & API --- otc_metadata/data/documents/cfw-api-ref.yaml | 9 +++++++++ otc_metadata/data/documents/cfw-umn.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 otc_metadata/data/documents/cfw-api-ref.yaml create mode 100644 otc_metadata/data/documents/cfw-umn.yaml diff --git a/otc_metadata/data/documents/cfw-api-ref.yaml b/otc_metadata/data/documents/cfw-api-ref.yaml new file mode 100644 index 00000000..341095da --- /dev/null +++ b/otc_metadata/data/documents/cfw-api-ref.yaml @@ -0,0 +1,9 @@ +--- +hc_location: api/cfw +html_location: docs/cfw/api-ref +link: /cloud-firewall/api-ref/ +pdf_name: cfw-api-ref +rst_location: api-ref/source +service_type: cfw +title: API Reference +type: api-ref diff --git a/otc_metadata/data/documents/cfw-umn.yaml b/otc_metadata/data/documents/cfw-umn.yaml new file mode 100644 index 00000000..911a3939 --- /dev/null +++ b/otc_metadata/data/documents/cfw-umn.yaml @@ -0,0 +1,9 @@ +--- +hc_location: usermanual/cfw +html_location: docs/cfw/umn +link: /cloud-firewall/umn/ +pdf_name: cfw-umn +rst_location: umn/source +service_type: cfw +title: User Guide +type: umn -- 2.34.1 From 34c357c1f7d050aeb3b48cafc3496c9d14e1db9e Mon Sep 17 00:00:00 2001 From: Lukas Belejkanic Date: Wed, 17 Apr 2024 14:48:38 +0000 Subject: [PATCH 3/4] import documents for UM & API-v2 --- otc_metadata/data/documents/cfw-api-ref.yaml | 1 + otc_metadata/data/documents/cfw-umn.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/otc_metadata/data/documents/cfw-api-ref.yaml b/otc_metadata/data/documents/cfw-api-ref.yaml index 341095da..330f95be 100644 --- a/otc_metadata/data/documents/cfw-api-ref.yaml +++ b/otc_metadata/data/documents/cfw-api-ref.yaml @@ -1,4 +1,5 @@ --- +environment: internal hc_location: api/cfw html_location: docs/cfw/api-ref link: /cloud-firewall/api-ref/ diff --git a/otc_metadata/data/documents/cfw-umn.yaml b/otc_metadata/data/documents/cfw-umn.yaml index 911a3939..3a7e24af 100644 --- a/otc_metadata/data/documents/cfw-umn.yaml +++ b/otc_metadata/data/documents/cfw-umn.yaml @@ -1,4 +1,5 @@ --- +environment: internal hc_location: usermanual/cfw html_location: docs/cfw/umn link: /cloud-firewall/umn/ -- 2.34.1 From 609eea4625c330360e538417976f651e3531d524 Mon Sep 17 00:00:00 2001 From: Lukas Belejkanic Date: Thu, 18 Apr 2024 07:05:36 +0000 Subject: [PATCH 4/4] update cfw.yaml --- otc_metadata/data/services/cfw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otc_metadata/data/services/cfw.yaml b/otc_metadata/data/services/cfw.yaml index ec800f0b..9e9af53f 100644 --- a/otc_metadata/data/services/cfw.yaml +++ b/otc_metadata/data/services/cfw.yaml @@ -1,5 +1,5 @@ --- -environment: public +environment: internal repositories: - environment: internal repo: docs/cloud-firewall -- 2.34.1