1 Commits

Author SHA1 Message Date
372324145d Rename WAF and WAFD resources and documentation
All checks were successful
Run Tox Check / tox-pep8 (pull_request) Successful in 18s
Run Tox Check / tox-py312 (pull_request) Successful in 17s
2026-01-23 09:51:27 +00:00
18 changed files with 24 additions and 497 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

@ -1,7 +1,7 @@
---
hc_location: api/waf
html_location: docs/waf/api-ref
link: /web-application-firewall/api-ref/
link: /web-application-firewall-classic/api-ref/
rst_location: api-ref/source
service_type: waf
title: API Reference

View File

@ -1,7 +1,7 @@
---
hc_location: usermanual/waf
html_location: docs/waf/umn
link: /web-application-firewall/umn/
link: /web-application-firewall-classic/umn/
rst_location: umn/source
service_type: waf
title: User Guide

View File

@ -1,7 +1,7 @@
---
hc_location: api/dwaf
html_location: docs/wafd/api-ref
link: /web-application-firewall-dedicated/api-ref/
link: /web-application-firewall/api-ref/
rst_location: api-ref/source
service_type: wafd
title: API Reference

View File

@ -1,7 +1,7 @@
---
hc_location: usermanual/dwaf
html_location: docs/wafd/umn
link: /web-application-firewall-dedicated/umn/
link: /web-application-firewall/umn/
rst_location: umn/source
service_type: wafd
title: User Guide

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

@ -1,8 +1,8 @@
---
service_category: security-services
service_title: Web Application Firewall
service_title: Web Application Firewall Classic
service_type: waf
service_uri: web-application-firewall
service_uri: web-application-firewall classic
teams:
- name: docs-security-services-rw
permission: write

View File

@ -1,8 +1,8 @@
---
service_category: security-services
service_title: Dedicated Web Application Firewall
service_title: Web Application Firewall
service_type: wafd
service_uri: web-application-firewall-dedicated
service_uri: web-application-firewall
teams:
- name: docs-security-services-rw
permission: write

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}