8 Commits

Author SHA1 Message Date
4896c1e1b5 updating uri
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2026-04-01 13:38:33 +00:00
6c39a43a34 updating uri
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 14s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2026-04-01 13:38:14 +00:00
ce62945371 updating uri
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2026-04-01 13:37:42 +00:00
c4f0351641 updating uri
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2026-04-01 13:37:17 +00:00
b9f1c92d4b renaming Enterprise Dashboard to Financial Dashboard
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
2026-04-01 13:36:35 +00:00
12d16b7a2d added preprod branch script (#87)
Some checks failed
Create Weekly Analytics Stats / run-analytics (push) Failing after 5s
Reviewed-on: #87
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2026-04-01 11:46:33 +00:00
1e4648067d DMS RocketMQ public (#84)
Reviewed-on: #84
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2026-03-31 14:15:08 +00:00
e2acf0c603 Add table suffix to cloud envs (#85)
Some checks failed
Create Weekly Analytics Stats / run-analytics (push) Failing after 6s
1) Add table_suffix key to avoid EoD hardcoding

Co-authored-by: Yusenka <tangelapo@gmail.com>
Reviewed-on: #85
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2026-03-25 10:04:18 +00:00
10 changed files with 247 additions and 9 deletions

View File

@ -1,5 +1,6 @@
--- ---
name: swiss name: swiss
table_suffix: _swiss
internal_org: docs-swiss internal_org: docs-swiss
public_org: opentelekomcloud-docs-swiss public_org: opentelekomcloud-docs-swiss
regions: regions:

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: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true

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: public pdf_visibility: public
pdf_enabled: true pdf_enabled: true

View File

@ -1,5 +1,5 @@
--- ---
link: /enterprise-dashboard/alerting/ link: /financial-dashboard/alerting/
rst_location: doc/alerting/source rst_location: doc/alerting/source
service_type: ed service_type: ed
title: Alerting title: Alerting

View File

@ -1,5 +1,5 @@
--- ---
link: /enterprise-dashboard/api-ref/ link: /financial-dashboard/api-ref/
rst_location: api-ref/source rst_location: api-ref/source
service_type: ed service_type: ed
title: API Reference title: API Reference

View File

@ -1,5 +1,5 @@
--- ---
link: /enterprise-dashboard/sustainability/ link: /financial-dashboard/sustainability/
rst_location: doc/sustainability/source rst_location: doc/sustainability/source
service_type: ed service_type: ed
title: Sustainability title: Sustainability

View File

@ -1,5 +1,5 @@
--- ---
link: /enterprise-dashboard/umn/ link: /financial-dashboard/umn/
rst_location: umn/source rst_location: umn/source
service_type: ed service_type: ed
title: User Guide title: User Guide

View File

@ -8,5 +8,5 @@ teams:
permission: write permission: write
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: internal visibility: public
is_global: false is_global: false

View File

@ -1,8 +1,8 @@
--- ---
service_category: other service_category: other
service_title: Enterprise Dashboard service_title: Financial Dashboard
service_type: ed service_type: ed
service_uri: enterprise-dashboard service_uri: financial-dashboard
teams: teams:
- name: docs-dashboard-rw - name: docs-dashboard-rw
permission: write permission: write

237
tools/create_preprod_branch.py Executable file

File diff suppressed because it is too large Load Diff