From 19c6745bf333d397766346484cf90a9cd603b56a Mon Sep 17 00:00:00 2001 From: Itohan Date: Tue, 11 Dec 2018 23:15:04 -0800 Subject: 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 --- heat/vLB_HPA/vLB_SRIOV_NIC/MANIFEST.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 heat/vLB_HPA/vLB_SRIOV_NIC/MANIFEST.json (limited to 'heat/vLB_HPA/vLB_SRIOV_NIC/MANIFEST.json') diff --git a/heat/vLB_HPA/vLB_SRIOV_NIC/MANIFEST.json b/heat/vLB_HPA/vLB_SRIOV_NIC/MANIFEST.json new file mode 100644 index 00000000..b22a67f3 --- /dev/null +++ b/heat/vLB_HPA/vLB_SRIOV_NIC/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 -- cgit 1.2.3-korg