diff options
author | Marco Platania <platania@research.att.com> | 2018-10-01 18:28:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-01 18:28:41 +0000 |
commit | c35abcbdd0986f1f9540463af548b011afaf8f15 (patch) | |
tree | 7322333a938f8f57068e32c640d811836ac0c8f4 /heat/vFWDT/vPKG/MANIFEST.json | |
parent | 42ce6da12aaac390c1725b009aa5004b772dc5e8 (diff) | |
parent | 602868b48a92ef2fc1814d71f6fc713d836850a8 (diff) |
Merge "Heat templates for vFW and Traffic Distribution"
Diffstat (limited to 'heat/vFWDT/vPKG/MANIFEST.json')
-rw-r--r-- | heat/vFWDT/vPKG/MANIFEST.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/heat/vFWDT/vPKG/MANIFEST.json b/heat/vFWDT/vPKG/MANIFEST.json new file mode 100644 index 00000000..482b4294 --- /dev/null +++ b/heat/vFWDT/vPKG/MANIFEST.json @@ -0,0 +1,17 @@ +{ + "name": "", + "description": "", + "data": [ + { + "file": "base_vpkg.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vpkg.env", + "type": "HEAT_ENV" + } + ] + } + ] +} |