Compare commits

..
6 Commits
Author SHA1 Message Date
tischrei 1bce8fbfce fix analytics
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
Updates Opensearch filters / update-opensearch-filters (pull_request) Has been skipped
2025-08-11 09:19:51 +00:00
tischrei 7279e5e043 fix url
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2025-08-11 09:09:13 +00:00
tischrei e1ca847868 tune workflow
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2025-08-11 09:04:08 +00:00
tischrei f06e62aea3 resolve conflicts
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2025-08-11 08:47:19 +00:00
tischrei 03072ec4c0 add PR
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2025-08-11 08:44:25 +00:00
tischrei f81ba23d8a change workflow
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 16s
Updates Opensearch filters / update-opensearch-filters (pull_request) Successful in 10s
2025-08-11 08:30:46 +00:00
145 changed files with 99 additions and 1389 deletions
@@ -49,13 +49,13 @@ jobs:
--limit "10" --limit "10"
- name: Commit and push results - name: Commit and push results
id: commit_step
run: | run: |
git config --global user.name "gitea-actions[bot]" git config --global user.name "gitea-actions[bot]"
git config --global user.email "actions@users.noreply.local" git config --global user.email "actions@users.noreply.local"
git checkout -B analytics-update git checkout -B analytics-update
git add otc_metadata/analytics/ git add analytics/
if git diff --cached --quiet; then if git diff --cached --quiet; then
echo "No changes to commit"
else else
git commit -m "chore: update analytics data" git commit -m "chore: update analytics data"
git push origin analytics-update --force git push origin analytics-update --force
@@ -2,11 +2,11 @@
"evs", "evs",
"ims", "ims",
"ecs", "ecs",
"obs",
"cce", "cce",
"elb", "obs",
"rds", "rds",
"sfs", "sfs",
"iam", "iam",
"vpc" "config",
"elb"
] ]
@@ -2,11 +2,11 @@
"evs", "evs",
"ims", "ims",
"ecs", "ecs",
"obs",
"cce", "cce",
"elb", "obs",
"rds", "rds",
"iam", "iam",
"vpc", "elb",
"cbr",
"vpn" "vpn"
] ]
View File
-48
View File
@@ -1,48 +0,0 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from pathlib import Path
import json
BASE_DIR = Path(__file__).resolve().parent
analytics_path = BASE_DIR / "public"
cloud_environments = [
'eu_de',
'swiss'
]
analytics_data = {k: [] for k in cloud_environments}
# Open and read the json data files
for env in cloud_environments:
file_path = analytics_path / f"{env}.json"
with file_path.open(encoding="utf-8") as file:
analytics_data[env] = json.load(file)
class AnalyticsData(object):
"""Encapsulate OTC Analystics data"""
def __init__(self):
self._analytics_data = analytics_data
def all_analytics_data(self):
"""returns all analytics data"""
return self._analytics_data
def analytics_data_by_cloud_environment(self, cloud_environment):
"""returns all analytics data"""
if cloud_environment and cloud_environment in self._analytics_data:
return self._analytics_data[cloud_environment]
else:
raise ValueError(f"cloud_environment '{cloud_environment}' does not exist.")
@@ -1,11 +0,0 @@
---
name: eu_de
table_suffix: ""
internal_org: docs
public_org: opentelekomcloud-docs
regions:
- eu-de
affected_locations:
- "EU-DE-01 AZ1 (Germany/Biere)"
- "EU-DE-02 AZ2 (Germany/Magdeburg)"
- "EU-DE-03 AZ3 (Germany/Biere)"
@@ -1,11 +0,0 @@
---
name: swiss
table_suffix: _swiss
internal_org: docs-swiss
public_org: opentelekomcloud-docs-swiss
regions:
- eu-ch2
affected_locations:
- "EU-CH2-01 SwissCloud AZ1 (Switzerland/Zollikofen)"
- "EU-CH2-02 SwissCloud AZ2 (Switzerland/Bern)"
- "EU-CH2-03 SwissCloud AZ3 (Switzerland/Zollikofen)"
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
hc_location: usermanual2/aom hc_location: usermanual/aom2
html_location: docs/aom2/umn html_location: docs/aom2/umn
link: /application-operations-management-2/umn/ link: /application-operations-management-2/umn/
rst_location: umn/source rst_location: umn/source
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/apig hc_location: devg/apig
html_location: docs/apig/dev html_location: docs/apig/dev
link: /api-gateway/dev-guide/ link: /api-gateway/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: apig service_type: apig
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: hidden visibility: hidden
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/as hc_location: devg/as
html_location: docs/as/dev html_location: docs/as/dev
link: /auto-scaling/dev-guide/ link: /auto-scaling/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: as service_type: as
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
-12
View File
@@ -1,12 +0,0 @@
---
html_location: docs/bd/umn
link: /business-dashboard/umn/
rst_location: umn/source
service_type: bd
title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: hidden
pdf_enabled: false
+2 -2
View File
@@ -8,6 +8,6 @@ title: API Reference
type: api-ref type: api-ref
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: public
pdf_visibility: internal pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+4 -4
View File
@@ -2,12 +2,12 @@
hc_location: devg/bms hc_location: devg/bms
html_location: docs/bms/dev html_location: docs/bms/dev
link: /bare-metal-server/dev-guide/ link: /bare-metal-server/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: bms service_type: bms
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: public
pdf_visibility: internal pdf_visibility: public
pdf_enabled: true pdf_enabled: true
@@ -8,6 +8,6 @@ title: Private Image Creation Guide
type: image-creation-guide type: image-creation-guide
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: public
pdf_visibility: internal pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+2 -2
View File
@@ -8,6 +8,6 @@ title: User Guide
type: umn type: umn
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: public
pdf_visibility: internal pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+1 -1
View File
@@ -8,6 +8,6 @@ title: API Reference
type: api-ref type: api-ref
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+1 -1
View File
@@ -8,6 +8,6 @@ title: User Guide
type: umn type: umn
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/dli hc_location: devg/dli
html_location: docs/dli/dev html_location: docs/dli/dev
link: /data-lake-insight/dev-guide/ link: /data-lake-insight/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: dli service_type: dli
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/dms hc_location: devg/dms
html_location: docs/dms/dev html_location: docs/dms/dev
link: /distributed-message-service/dev-guide/ link: /distributed-message-service/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: dms service_type: dms
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
@@ -1,13 +0,0 @@
---
hc_location: api/rabbitmq
html_location: docs/dms_rabbitmq/api-ref
link: /distributed-message-service-rabbitmq/api-ref/
rst_location: api-ref/source
service_type: dms_rabbitmq
title: API Reference
type: api-ref
cloud_environments:
- name: eu_de
visibility: internal
pdf_visibility: public
pdf_enabled: true
@@ -1,13 +0,0 @@
---
hc_location: usermanual/rabbitmq
html_location: docs/dms_rabbitmq/umn
link: /distributed-message-service-rabbitmq/umn/
rst_location: umn/source
service_type: dms_rabbitmq
title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: internal
pdf_visibility: public
pdf_enabled: true
@@ -8,6 +8,6 @@ title: API Reference
type: api-ref type: api-ref
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true
@@ -8,6 +8,6 @@ title: User Guide
type: umn type: umn
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/dws hc_location: devg/dws
html_location: docs/dws/dev html_location: docs/dws/dev
link: /data-warehouse-service/dev-guide/ link: /data-warehouse-service/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: dws service_type: dws
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/ecs hc_location: devg/ecs
html_location: docs/ecs/dev html_location: docs/ecs/dev
link: /elastic-cloud-server/dev-guide/ link: /elastic-cloud-server/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: ecs service_type: ecs
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
@@ -1,11 +0,0 @@
---
link: /enterprise-dashboard/alerting/
rst_location: doc/alerting/source
service_type: ed
title: Alerting
type: alerting
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
@@ -1,11 +0,0 @@
---
link: /enterprise-dashboard/sustainability/
rst_location: doc/sustainability/source
service_type: ed
title: Sustainability
type: sustainability
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
+1 -1
View File
@@ -8,6 +8,6 @@ title: API Reference
type: api-ref type: api-ref
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true
+1 -1
View File
@@ -8,6 +8,6 @@ title: User Guide
type: umn type: umn
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true
-13
View File
@@ -1,13 +0,0 @@
---
hc_location: usermanual/esw
html_location: docs/esw/umn
link: /enterprise-switch/umn/
rst_location: umn/source
service_type: esw
title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/evs hc_location: devg/evs
html_location: docs/evs/dev html_location: docs/evs/dev
link: /elastic-volume-service/dev-guide/ link: /elastic-volume-service/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: evs service_type: evs
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/functiongraph hc_location: devg/functiongraph
html_location: docs/fg/dev html_location: docs/fg/dev
link: /function-graph/dev-guide/ link: /function-graph/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: fg service_type: fg
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: internal
+2 -2
View File
@@ -2,10 +2,10 @@
hc_location: devg/ims hc_location: devg/ims
html_location: docs/ims/dev html_location: docs/ims/dev
link: /image-management-service/dev-guide/ link: /image-management-service/dev-guide/
rst_location: doc/dev-guide/source rst_location: dev_guide/source
service_type: ims service_type: ims
title: Developer Guide title: Developer Guide
type: dev-guide type: dev
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
@@ -1,13 +0,0 @@
---
hc_location: utiltg/obs
html_location: docs/obs/tool-obsutil
link: /object-storage-service/tool-guide-obsutil/
rst_location: doc/tool-obsutil/source
service_type: obs
title: Tool Guide (obsutil)
type: tool-guide-obsutil
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
@@ -1,13 +0,0 @@
---
hc_location: sdk/dotnet-devg-obs
html_location: docs/obs_3rd_party/dotnet_sdk
link: /object-storage-service-3rd-party/dotnet-sdk/
rst_location: doc/dotnet-sdk/source
service_type: obs_3rd_party
title: .NET SDK
type: dotnet-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false
@@ -1,13 +0,0 @@
---
hc_location: sdk/nodejs-devg-obs
html_location: docs/obs_3rd_party/nodejs_sdk
link: /object-storage-service-3rd-party/nodejs-sdk/
rst_location: doc/nodejs-sdk/source
service_type: obs_3rd_party
title: Node.js SDK
type: nodejs-sdk
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: false
@@ -1,18 +0,0 @@
---
hc_location: api/sd
html_location: docs/sd/api-ref
link: /status-dashboard/api-ref/
rst_location: api-ref/source
service_type: sd
title: API Reference
type: api-ref
disable_import: true
cloud_environments:
- name: eu_de
visibility: internal
pdf_visibility: internal
pdf_enabled: true
- name: swiss
visibility: internal
pdf_visibility: internal
pdf_enabled: true
-4
View File
@@ -8,10 +8,6 @@ title: User Guide
type: umn type: umn
disable_import: true disable_import: true
cloud_environments: cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
- name: swiss - name: swiss
visibility: public visibility: public
pdf_visibility: public pdf_visibility: public
+2 -2
View File
@@ -8,6 +8,6 @@ title: API Reference
type: api-ref type: api-ref
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: internal
pdf_enabled: true pdf_enabled: true
+2 -2
View File
@@ -8,6 +8,6 @@ title: User Guide
type: umn type: umn
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: internal
pdf_visibility: public pdf_visibility: internal
pdf_enabled: true pdf_enabled: true
-8
View File
@@ -1,8 +0,0 @@
---
service_type: bd
repositories:
- environment: internal
repo: docs/business-dashboard
type: gitea
cloud_environments:
- eu_de
@@ -1,13 +0,0 @@
---
service_type: dms_rabbitmq
repositories:
- environment: public
repo: opentelekomcloud-docs/distributed-message-service-rabbitmq
type: github
cloud_environments:
- eu_de
- environment: internal
repo: docs/distributed-message-service-rabbitmq
type: gitea
cloud_environments:
- eu_de
-13
View File
@@ -1,13 +0,0 @@
---
service_type: esw
repositories:
- environment: public
repo: opentelekomcloud-docs/enterprise-switch
type: github
cloud_environments:
- eu_de
- environment: internal
repo: docs/enterprise-switch
type: gitea
cloud_environments:
- eu_de
-1
View File
@@ -17,7 +17,6 @@
# documents/services/service_categories is being merged with # documents/services/service_categories is being merged with
# the content here. # the content here.
--- ---
cloud_environments: []
documents: [] documents: []
service_categories: [] service_categories: []
services: [] services: []
-2
View File
@@ -10,7 +10,6 @@ service_category: compute
service_title: Elastic Cloud Server service_title: Elastic Cloud Server
service_type: ecs service_type: ecs
service_uri: elastic-cloud-server service_uri: elastic-cloud-server
jira_component: ECS
teams: teams:
- name: docs-compute-rw - name: docs-compute-rw
permission: write permission: write
@@ -31,7 +30,6 @@ is_global: false
| `service_title` | string | Display name of the service. | | `service_title` | string | Display name of the service. |
| `service_type` | string | Unique identifier used across all metadata. | | `service_type` | string | Unique identifier used across all metadata. |
| `service_uri` | string | URI component used in documentation links. | | `service_uri` | string | URI component used in documentation links. |
| `jira_component` | string | Component name registered in JIRA (Capital letters). |
| `cloud_environments` | list | List of cloud regions and their visibility settings. | | `cloud_environments` | list | List of cloud regions and their visibility settings. |
| `teams` | list | Contributor teams with write or read access. | | `teams` | list | Contributor teams with write or read access. |
-1
View File
@@ -4,7 +4,6 @@ service_category: security-services
service_title: Anti-DDoS service_title: Anti-DDoS
service_type: antiddos service_type: antiddos
service_uri: anti-ddos service_uri: anti-ddos
jira_component: ANTIDDOS
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
-1
View File
@@ -4,7 +4,6 @@ service_category: application
service_title: Application Operations Management service_title: Application Operations Management
service_type: aom service_type: aom
service_uri: application-operations-management service_uri: application-operations-management
jira_component: AOM
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
-1
View File
@@ -4,7 +4,6 @@ service_category: application
service_title: Application Operations Management 2.0 service_title: Application Operations Management 2.0
service_type: aom2 service_type: aom2
service_uri: application-operations-management-2 service_uri: application-operations-management-2
jira_component: AOM
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: internal
-2
View File
@@ -4,11 +4,9 @@ service_category: application
service_title: API Gateway (APIG) service_title: API Gateway (APIG)
service_type: apig service_type: apig
service_uri: api-gateway service_uri: api-gateway
jira_component: APIGT
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public
teams: teams:
- name: docs-paas-rw - name: docs-paas-rw
permission: write permission: write
description: API Gateway (APIG) is a high-performance, high-availability, and high-security API hosting service that helps you build, manage, and deploy APIs at any scale. With just a few clicks, you can integrate internal systems, and selectively expose capabilities with minimal costs and risks.
-1
View File
@@ -4,7 +4,6 @@ service_category: other
service_title: API Usage service_title: API Usage
service_type: apiu service_type: apiu
service_uri: api-usage service_uri: api-usage
jira_component: HELPCENTER
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: hidden visibility: hidden

Some files were not shown because too many files have changed in this diff Show More