Move FW ports CSV

Move to location accessible DS

Change-Id: Ifa34fe2229bd83232a3f7868cf5da261e027c294
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
This commit is contained in:
Ron Stone 2024-09-12 15:45:27 +00:00
parent 0a514733b7
commit 95fb6c13c3
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -70,7 +70,7 @@ tmp/
# templates/events.yaml
*-series-log-messages.rst
*-series-alarm-messages.rst
doc/source/dist_cloud/kubernetes/FW_PORTS.csv
doc/source/shared/FW_PORTS.csv
# API Reference Guide
api-ref/build/

View File

@ -14,7 +14,7 @@ function correctly.
.. begin-dc-ports-table
.. csv-table:: Table 1. |prod-dc| port requirements
:file: /dist_cloud/kubernetes/FW_PORTS.csv
:file: /shared/FW_PORTS.csv
:header-rows: 1
.. end-dc-ports-table

View File

@ -25,7 +25,7 @@ commands =
bash ./dup-abbr-check.sh
bash ./fetch-ports-files.sh
python py_2_xlsx.py tmp/platform_firewall.py tmp/constants.py tmp/FW_PORTS.xlsx
python xlst_2_csv.py tmp/FW_PORTS.xlsx doc/source/dist_cloud/kubernetes/FW_PORTS.csv --columns Source Port Protocol Network Desc HTTPS Note _stx --sort_orders Port=asc --filters _stx=y
python xlst_2_csv.py tmp/FW_PORTS.xlsx doc/source/shared/FW_PORTS.csv --columns Source Port Protocol Network Desc HTTPS Note _stx --sort_orders Port=asc --filters _stx=y
[testenv:postbuild-docs]
commands =