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/vLB/MANIFEST.json | |
parent | 70a0ffef1bc07e462da335733ddbdac0fcc2e8a7 (diff) | |
parent | ac4779ce0996ce141ef5495f5d4d44c454bdd78a (diff) |
Merge "Add vvG and manifest files"
Diffstat (limited to 'heat/vLB/MANIFEST.json')
-rw-r--r-- | heat/vLB/MANIFEST.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/heat/vLB/MANIFEST.json b/heat/vLB/MANIFEST.json new file mode 100644 index 00000000..b22a67f3 --- /dev/null +++ b/heat/vLB/MANIFEST.json @@ -0,0 +1,28 @@ +{ + "name": "virtualLoadBalancer", + "description": "", + "data": [ + { + "file": "base_vlb.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_vlb.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "dnsscaling.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "dnsscaling.env", + "type": "HEAT_ENV" + } + ] + } + ] +}
\ No newline at end of file |