From 9965017d7f12908cc5f88f50fd9c16ffe3cb4467 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 13 Feb 2024 14:10:20 +0000 Subject: [PATCH] add Glossary and Security Advisory --- otc_metadata/data/services/gloss.yaml | 16 ++++++++++++++++ otc_metadata/data/services/sec.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 otc_metadata/data/services/gloss.yaml create mode 100644 otc_metadata/data/services/sec.yaml diff --git a/otc_metadata/data/services/gloss.yaml b/otc_metadata/data/services/gloss.yaml new file mode 100644 index 00000000..49aef0e4 --- /dev/null +++ b/otc_metadata/data/services/gloss.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/glossary + type: gitea +- environment: public + repo: opentelekomcloud-docs/glossary + type: github +service_category: other +service_title: Glossary +service_type: gloss +service_uri: glossary +teams: +- name: docs-eco-rw + permission: write diff --git a/otc_metadata/data/services/sec.yaml b/otc_metadata/data/services/sec.yaml new file mode 100644 index 00000000..1e5a19a8 --- /dev/null +++ b/otc_metadata/data/services/sec.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/security + type: gitea +- environment: public + repo: opentelekomcloud-docs/security + type: github +service_category: other +service_title: Security +service_type: sec +service_uri: security +teams: +- name: docs-eco-rw + permission: write