From a958b986af7b8f17ad23e5c31c7ff719c153021e Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 13 Apr 2020 18:46:35 +0200 Subject: Fix rst errors - Modify the linter to use sphinx linters (no coala bean) - Fix all broken links - fix minor rst issue - Add regex in ignore link (for ONAP URL and frankfurt doc) The rst target defined in tox will execute 3 steps: - local build of the documentation - check of the url Note 1: for the moment the Warning have not been turned into Error Note 2: frankfurt exeption shall be removed when frankfurt branch is available Issue-ID: INT-1523 Signed-off-by: mrichomme Change-Id: I6d7ad9d293a1b5c01f05a021d9a6f3767d04e62f Signed-off-by: mrichomme --- docs/heat.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/heat.rst') diff --git a/docs/heat.rst b/docs/heat.rst index 78796df95..cb34c87cc 100644 --- a/docs/heat.rst +++ b/docs/heat.rst @@ -4,8 +4,10 @@ ONAP HEAT Template Source files ~~~~~~~~~~~~ -- Template file: https://git.onap.org/demo/plain/heat/ONAP/onap_openstack.yaml -- Environment file: https://git.onap.org/demo/plain/heat/ONAP/onap_openstack.env +- Template file: https://git.onap.org/integration/plain/deployment/heat/onap-rke/onap-oom.yaml +- Environment file: https://git.onap.org/integration/plain/deployment/heat/onap-rke/env/windriver/onap-oom.env + +The files are based on the windriver environement used by the integration team. Description ~~~~~~~~~~~ @@ -233,4 +235,3 @@ or Command Line. heat stack-create STACK_NAME -f PATH_TO_HEAT_TEMPLATE(YAML FILE) -e PATH_TO_ENV_FILE # Old HEAT client, OR openstack stack create -t PATH_TO_HEAT_TEMPLATE(YAML FILE) -e PATH_TO_ENV_FILE STACK_NAME # New Openstack client - -- cgit 1.2.3-korg