From ac4779ce0996ce141ef5495f5d4d44c454bdd78a Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Mon, 30 Oct 2017 12:33:39 -0400 Subject: Add vvG and manifest files Issue: TEST-14 Change-Id: Ia99a52647941518148cd383b02ddb940818e6273 Signed-off-by: Jerry Flood --- heat/vFW/MANIFEST.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 heat/vFW/MANIFEST.json (limited to 'heat/vFW') 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 -- cgit 1.2.3-korg