diff options
Diffstat (limited to 'compute-post.yaml')
-rw-r--r-- | compute-post.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compute-post.yaml b/compute-post.yaml new file mode 100644 index 00000000..8c49709f --- /dev/null +++ b/compute-post.yaml @@ -0,0 +1,8 @@ +heat_template_version: 2014-10-16 +description: 'Compute Post Deployment' +# NOTE: this is a noop for os-apply-config style deployments because +# post deployment ordering is controlled by tripleo-image-elements + +parameters: + servers: + type: json |