From 56be14477817956098b08506bbe782eba069f19f Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 24 Jan 2024 14:13:10 +0000 Subject: [PATCH 1/2] init architecture center --- otc_metadata/data/documents/ac-blueprints.yaml | 8 ++++++++ .../documents/ac-cloud-adoption-framework.yaml | 8 ++++++++ otc_metadata/data/services/ac.yaml | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 otc_metadata/data/documents/ac-blueprints.yaml create mode 100644 otc_metadata/data/documents/ac-cloud-adoption-framework.yaml create mode 100644 otc_metadata/data/services/ac.yaml diff --git a/otc_metadata/data/documents/ac-blueprints.yaml b/otc_metadata/data/documents/ac-blueprints.yaml new file mode 100644 index 00000000..20d01e07 --- /dev/null +++ b/otc_metadata/data/documents/ac-blueprints.yaml @@ -0,0 +1,8 @@ +--- +environment: internal +link: /architecture-center/blueprints/ +pdf_name: architecture-center-blueprints +rst_location: blueprints/source +service_type: ac +title: Architecture Center Blueprints +type: blueprints diff --git a/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml b/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml new file mode 100644 index 00000000..43c630c9 --- /dev/null +++ b/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml @@ -0,0 +1,8 @@ +--- +environment: internal +link: /architecture-center/cloud-adoption-framework/ +pdf_name: architecture-center-cloud-adoption-framework +rst_location: caf/source +service_type: ac +title: Architecture Center Cloud Adoption Framework +type: caf diff --git a/otc_metadata/data/services/ac.yaml b/otc_metadata/data/services/ac.yaml new file mode 100644 index 00000000..59392a0d --- /dev/null +++ b/otc_metadata/data/services/ac.yaml @@ -0,0 +1,16 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/architecture-center + type: gitea +- environment: public + repo: opentelekomcloud-docs/architecture-center + type: github +service_category: other +service_title: Architecture Center +service_type: ac +service_uri: architecture-center +teams: +- name: docs-architecture-center-rw + permission: write -- 2.34.1 From 22f6b73d682101e65d936e5e9aef55bc902988a9 Mon Sep 17 00:00:00 2001 From: tischrei Date: Thu, 25 Jan 2024 08:48:03 +0000 Subject: [PATCH 2/2] fix env variables --- otc_metadata/data/documents/ac-blueprints.yaml | 2 +- otc_metadata/data/documents/ac-cloud-adoption-framework.yaml | 2 +- otc_metadata/data/services/ac.yaml | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/otc_metadata/data/documents/ac-blueprints.yaml b/otc_metadata/data/documents/ac-blueprints.yaml index 20d01e07..25f34bd2 100644 --- a/otc_metadata/data/documents/ac-blueprints.yaml +++ b/otc_metadata/data/documents/ac-blueprints.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public link: /architecture-center/blueprints/ pdf_name: architecture-center-blueprints rst_location: blueprints/source diff --git a/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml b/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml index 43c630c9..9e47b3ce 100644 --- a/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml +++ b/otc_metadata/data/documents/ac-cloud-adoption-framework.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public link: /architecture-center/cloud-adoption-framework/ pdf_name: architecture-center-cloud-adoption-framework rst_location: caf/source diff --git a/otc_metadata/data/services/ac.yaml b/otc_metadata/data/services/ac.yaml index 59392a0d..a56444ea 100644 --- a/otc_metadata/data/services/ac.yaml +++ b/otc_metadata/data/services/ac.yaml @@ -1,9 +1,6 @@ --- -environment: internal +environment: hidden repositories: -- environment: internal - repo: docs/architecture-center - type: gitea - environment: public repo: opentelekomcloud-docs/architecture-center type: github -- 2.34.1