aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vLB_HPA/MANIFEST.json
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2018-12-11 23:15:04 -0800
committerItohan <itohan.ukponmwan@intel.com>2018-12-11 23:15:04 -0800
commit19c6745bf333d397766346484cf90a9cd603b56a (patch)
tree95ec929391633cbc344947e825d0c9aeb4e7d311 /heat/vLB_HPA/MANIFEST.json
parentfef48de39d7843e5b4018a4c3f618f84d30047b4 (diff)
vLB heat templates for HPA
Modified default vLB heat templates to add parameters required for HPA Change-Id: I2723a8a295f76040f4b10f73e8cd9f7fb5cd72f9 Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'heat/vLB_HPA/MANIFEST.json')
-rw-r--r--heat/vLB_HPA/MANIFEST.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/heat/vLB_HPA/MANIFEST.json b/heat/vLB_HPA/MANIFEST.json
new file mode 100644
index 00000000..b22a67f3
--- /dev/null
+++ b/heat/vLB_HPA/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