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:
parent
0a514733b7
commit
95fb6c13c3
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
tox.ini
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user