From 7cc93b5e4d05c23b314f76a86a95435bf15edef7 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Thu, 23 Oct 2014 15:03:30 +0100 Subject: [PATCH] Add paramater files for the heat templates Signed-off-by: Arif Ali --- heat_templates/icehouse/params.yaml | 5 +++++ heat_templates/juno/params.yaml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 heat_templates/icehouse/params.yaml create mode 100644 heat_templates/juno/params.yaml diff --git a/heat_templates/icehouse/params.yaml b/heat_templates/icehouse/params.yaml new file mode 100644 index 0000000..c41fef5 --- /dev/null +++ b/heat_templates/icehouse/params.yaml @@ -0,0 +1,5 @@ +parameters: + key_name: demo_key + flavor: hpc_node + number_of_compute_nodes: 10 + public_net_id: 90407899-5321-43d1-8e37-3e7207100c87 diff --git a/heat_templates/juno/params.yaml b/heat_templates/juno/params.yaml new file mode 100644 index 0000000..c41fef5 --- /dev/null +++ b/heat_templates/juno/params.yaml @@ -0,0 +1,5 @@ +parameters: + key_name: demo_key + flavor: hpc_node + number_of_compute_nodes: 10 + public_net_id: 90407899-5321-43d1-8e37-3e7207100c87