diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-30 12:33:39 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-30 12:35:12 -0400 |
commit | ac4779ce0996ce141ef5495f5d4d44c454bdd78a (patch) | |
tree | 673515f86eee7065560a058bfeac80036e082aa2 /heat/vLB/MANIFEST.json | |
parent | 5854574e93495d520456e18352e130d353c2c200 (diff) |
Add vvG and manifest files
Issue: TEST-14
Change-Id: Ia99a52647941518148cd383b02ddb940818e6273
Signed-off-by: Jerry Flood <jf9860@att.com>
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 |