aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-11-03 10:55:41 -0400
committerMarco Platania <platania@research.att.com>2017-11-03 10:57:27 -0400
commit5dbdc39be5e927c07a486f2f40afd7597c0166cb (patch)
treec213890bf72b864a144f00cf59175e57d47385a2 /README.md
parent14ce21f46cac569dccebbb26fae0c2a44c16801e (diff)
Deprecate unused heat templates
- Use of onap_openstack_float.* and onap_openstack_nofloat.* is not suggested Change-Id: I391ff5f65653a402238e4180109487e730b13576 Issue-ID: INT-303 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49c914da..6ad068c2 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ ONAP HEAT Template
The ONAP HEAT template spins up the entire ONAP platform. The template, onap_openstack.yaml, comes with an environment file, onap_openstack.env, in which all the default values are defined.
+NOTE: onap_openstack.yaml AND onap_openstack.env ARE THE HEAT TEMPLATE AND ENVIRONMENT FILE CURRENTLY SUPPORTED. onap_openstack_float.yaml/env AND onap_openstack_nofloat.yaml/env AREN'T UPDATED AND THEIR USAGE IS NOT SUGGESTED.
+
The HEAT template is composed of two sections: (i) parameters, and (ii) resources. The parameter section contains the declaration and description of the parameters that will be used to spin up ONAP, such as public network identifier, URLs of code and artifacts repositories, etc.
The default values of these parameters can be found in the environment file. The resource section contains the definition of:
- ONAP Private Management Network, which ONAP components use to communicate with each other and with VNFs