diff options
author | Marco Platania <platania@research.att.com> | 2017-10-31 02:05:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-31 02:05:56 +0000 |
commit | e287862e314ab28c532b9fbc7fcda554430ebec7 (patch) | |
tree | 8bf205374f1a015a9aec518bc9d03d15a76fff8c /heat/vFW/MANIFEST.json | |
parent | 70a0ffef1bc07e462da335733ddbdac0fcc2e8a7 (diff) | |
parent | ac4779ce0996ce141ef5495f5d4d44c454bdd78a (diff) |
Merge "Add vvG and manifest files"
Diffstat (limited to 'heat/vFW/MANIFEST.json')
-rw-r--r-- | heat/vFW/MANIFEST.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vFW/MANIFEST.json b/heat/vFW/MANIFEST.json new file mode 100644 index 00000000..af79f75b --- /dev/null +++ b/heat/vFW/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "virtualFireWall", + "description": "", + "data": [ + { + "file": "base_vfw.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vfw.env", + "type": "HEAT_ENV" + } + ] + } + ] +}
\ No newline at end of file |