summaryrefslogtreecommitdiff
path: root/hot/blazar/blazar_host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hot/blazar/blazar_host.yaml')
-rw-r--r--hot/blazar/blazar_host.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/hot/blazar/blazar_host.yaml b/hot/blazar/blazar_host.yaml
new file mode 100644
index 0000000..1ec65e1
--- /dev/null
+++ b/hot/blazar/blazar_host.yaml
@@ -0,0 +1,20 @@
+heat_template_version: 2018-08-31
+
+description: Sample Blazar host template
+
+parameters:
+ name:
+ type: string
+ description: The name of the host
+ default: sample_blazar_host
+
+resources:
+ sample_host:
+ type: OS::Blazar::Host
+ properties:
+ name: {get_param: name}
+
+outputs:
+ cpu_info:
+ value: {get_attr: [sample_host, cpu_info]}
+ description: Information of the CPU of the host