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

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

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

View File

@ -8,6 +8,6 @@ title: Tool Guide (obsutil)
type: tool-guide-obsutil type: tool-guide-obsutil
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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff

View File

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