summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/heat/instance.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cicdansible/heat/instance.yaml')
-rw-r--r--tools/cicdansible/heat/instance.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/cicdansible/heat/instance.yaml b/tools/cicdansible/heat/instance.yaml
index 2734704d..5429eb6e 100644
--- a/tools/cicdansible/heat/instance.yaml
+++ b/tools/cicdansible/heat/instance.yaml
@@ -18,6 +18,9 @@ parameters:
type: string
security_group:
type: string
+ scheduler_hints:
+ type: json
+ default: {}
#Resources.
resources:
#This is the network port to attach instance to.
@@ -49,6 +52,7 @@ resources:
- port: { get_resource: port }
user_data_format: SOFTWARE_CONFIG
user_data: { get_resource: config }
+ scheduler_hints: { get_param: scheduler_hints }
outputs:
OS::stack_id:
value: { get_resource: instance }