1 Commits

Author SHA1 Message Date
a2ada26496 Rename WAF and WAFD resources and documentation
Some checks failed
Run Tox Check / tox-py312 (pull_request) Has been cancelled
Run Tox Check / tox-pep8 (pull_request) Has been cancelled
2026-01-23 09:44:13 +00:00
12 changed files with 16 additions and 511 deletions

View File

@ -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

View File

@ -8,6 +8,6 @@ title: API Reference
type: api-ref
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: User Guide
type: umn
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
pdf_visibility: public
pdf_enabled: true

View File

@ -8,6 +8,6 @@ title: Tool Guide (obsutil)
type: tool-guide-obsutil
cloud_environments:
- name: eu_de
visibility: public
pdf_visibility: public
pdf_enabled: true
visibility: internal
pdf_visibility: internal
pdf_enabled: true

View File

@ -2,12 +2,12 @@
service_type: waf
repositories:
- environment: public
repo: opentelekomcloud-docs/web-application-firewall
repo: opentelekomcloud-docs/web-application-firewall (classic)
type: github
cloud_environments:
- eu_de
- environment: internal
repo: docs/web-application-firewall
repo: docs/web-application-firewall (classic)
type: gitea
cloud_environments:
- eu_de

View File

@ -2,12 +2,12 @@
service_type: wafd
repositories:
- environment: public
repo: opentelekomcloud-docs/web-application-firewall-dedicated
repo: opentelekomcloud-docs/web-application-firewall
type: github
cloud_environments:
- eu_de
- environment: internal
repo: docs/web-application-firewall-dedicated
repo: docs/web-application-firewall
type: gitea
cloud_environments:
- eu_de

View File

@ -1,5 +1,5 @@
---
service_category: md
service_category: security-services
service_title: Enterprise Project Service
service_type: eps
service_uri: enterprise-project-service
@ -8,5 +8,5 @@ teams:
permission: write
cloud_environments:
- name: eu_de
visibility: public
visibility: internal
is_global: false

View File

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

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pytest
pytest-cov
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
flake8
pyyaml

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ usedevelop = True
setenv =
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/test-requirements.txt
commands = pytest {posargs}
commands = stestr run {posargs}
[testenv:pep8]
commands = flake8 {posargs}