diff options
author | Marco Platania <platania@research.att.com> | 2019-03-05 16:46:23 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-03-06 16:27:04 -0500 |
commit | 1661ffabe96b62ce1d1ea715bd40182f6ac5dd3d (patch) | |
tree | 2da5387fb95262442b24e409d53b0a89d712a894 /heat/vLB_CDS/MANIFEST.json | |
parent | a5160bea5912e80db504b8d6ba9de423ebee207a (diff) |
Create vLB HEAT templates for CDS
- This set of templates is intended to be used with CDS for scale out
Change-Id: I05c2adfb01169cc11440ec1f9553710ad32da453
Issue-ID: INT-658
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vLB_CDS/MANIFEST.json')
-rw-r--r-- | heat/vLB_CDS/MANIFEST.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/heat/vLB_CDS/MANIFEST.json b/heat/vLB_CDS/MANIFEST.json new file mode 100644 index 00000000..5f66e96d --- /dev/null +++ b/heat/vLB_CDS/MANIFEST.json @@ -0,0 +1,50 @@ +{ + "name": "virtualLoadBalancer", + "description": "", + "data": [ + { + "file": "base_template.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "base_template.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "vlb.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "vlb.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "vdns.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "vdns.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "vpkg.yaml", + "type": "HEAT", + "isBase": "false", + "data": [ + { + "file": "vpkg.env", + "type": "HEAT_ENV" + } + ] + } + ] +}
\ No newline at end of file |