diff options
author | platania <platania@research.att.com> | 2017-02-16 11:20:22 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-16 11:20:47 -0500 |
commit | 3426556541256f93d2cba65df3b9c8d1d1772861 (patch) | |
tree | 56e5b26481400d35e3e2e36be20df953793e348d /README.md | |
parent | f525cb9014ae27ddd795f933dee54a78b214a589 (diff) |
Initial OpenECOMP Demo commit
Change-Id: Ibf8696196a7ac2c84ac8aa7cde1982c9c89fb64d
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..98b68a2c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +OpenECOMP Platform Instantiation and Demo Applications +--- + +This project contains the source code and scripts to instantiate OpenECOMP and the two demo applications, vFirewall and vLoadBalancer/vDNS. + +This repository includes: + +- README.md: this file + +- LICENSE.TXT: the license file + +- The "boot" directory: the scripts to instantiate OpenECOMP. + +- The "heat" directory: the heat templates to instantiate OpenECOMP and the demo applications. + +- The "vnfs" directory: the scripts and source codes for running the two demo applications. + +Usage +--- + +To instantiate OpenECOMP, please download and run the heat template and environment files in "heat/OpenECOMP". Please follow instructions in "heat/README.md" for further details. + + |