diff options
Diffstat (limited to 'robot/assets/asdc/base_clearwater/MANIFEST.json')
-rw-r--r-- | robot/assets/asdc/base_clearwater/MANIFEST.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/robot/assets/asdc/base_clearwater/MANIFEST.json b/robot/assets/asdc/base_clearwater/MANIFEST.json new file mode 100644 index 00000000..f2beda9e --- /dev/null +++ b/robot/assets/asdc/base_clearwater/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" + } + ] +} |