diff options
Diffstat (limited to 'tutorials/Clearwater_vIMS/heat/MANIFEST.json')
-rw-r--r-- | tutorials/Clearwater_vIMS/heat/MANIFEST.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tutorials/Clearwater_vIMS/heat/MANIFEST.json b/tutorials/Clearwater_vIMS/heat/MANIFEST.json new file mode 100644 index 00000000..f2beda9e --- /dev/null +++ b/tutorials/Clearwater_vIMS/heat/MANIFEST.json @@ -0,0 +1,52 @@ +{ + "name": "Project Clearwater", + "description": "Project Clearwater IMS", + "data": [ + { + "file": "base_clearwater.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_clearwater.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "bono.yaml", + "type": "HEAT", + "isBase": "false" + }, + { + "file": "dns.yaml", + "type": "HEAT", + "isBase": "false" + }, + { + "file": "ellis.yaml", + "type": "HEAT", + "isBase": "false" + }, + { + "file": "homer.yaml", + "type": "HEAT", + "isBase": "false" + }, + { + "file": "homestead.yaml", + "type": "HEAT", + "isBase": "false" + }, + { + "file": "ralf.yaml", + "type": "HEAT", + "isBase": "false" + }, + { + "file": "sprout.yaml", + "type": "HEAT", + "isBase": "false" + } + ] +} |