diff options
author | Marco Platania <platania@research.att.com> | 2017-07-20 15:15:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-20 15:15:37 +0000 |
commit | e4833492df6547160233f4d6d776241ee81d5a9d (patch) | |
tree | f88107b9d91ef15c5e3e8c57efa0329fee854500 /heat/vCPE/infra/MANIFEST.json | |
parent | 65c3a02cf2b1083debdd087fef9a656d3e3c6cea (diff) | |
parent | a58de1346efac4633aeba17c079332e578d5433b (diff) |
Merge "vCPE Infra and Metro HEAT Templates Issue-Id: UCA-32 Change-Id: I273403a81f33e833ec85fc5f2f6f045a34d14be7 Signed-off-by: Brian Freeman <bf1936@att.com>"
Diffstat (limited to 'heat/vCPE/infra/MANIFEST.json')
-rw-r--r-- | heat/vCPE/infra/MANIFEST.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vCPE/infra/MANIFEST.json b/heat/vCPE/infra/MANIFEST.json new file mode 100644 index 00000000..7c4780d6 --- /dev/null +++ b/heat/vCPE/infra/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "", + "description": "", + "data": [ + { + "file": "base_vcpe_infra_rackspace.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vcpe_infra_rackspace.env", + "type": "HEAT_ENV" + } + ] + } + ] +}
\ No newline at end of file |