aboutsummaryrefslogtreecommitdiffstats
path: root/docs/heat.rst
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-13 18:46:35 +0200
committerMarco Platania <platania@research.att.com>2020-04-15 12:34:58 +0000
commita958b986af7b8f17ad23e5c31c7ff719c153021e (patch)
treef5b26163c7579fb68cadebd7a0d49e5d39073e9d /docs/heat.rst
parent398c9b251dc910c4cffc4fc5a3c2b8b221980c91 (diff)
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 <morgan.richomme@orange.com> Change-Id: I6d7ad9d293a1b5c01f05a021d9a6f3767d04e62f Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/heat.rst')
-rw-r--r--docs/heat.rst7
1 files changed, 4 insertions, 3 deletions
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
-