Make target to validate a template
authorSteve Baker <sbaker@redhat.com>
Tue, 8 Jul 2014 01:27:07 +0000 (13:27 +1200)
committerSteve Baker <sbaker@redhat.com>
Tue, 8 Jul 2014 01:48:16 +0000 (13:48 +1200)
commitb127d38aa8ce7873b447bfa57f6a853b2441db5a
treef398f90a5a19fd1942c2829addaad300b988efc1
parent1c9c8249a2f245c053d6ee9ef088d49437a98fc1
Make target to validate a template

This adds make targets to run heat template-validate against the
generated templates.

These targets assume that credentials to a valid heat endpoint
have been sourced.

The target validate-all will validate every template in
generated_templates, but there is also a target created for each
template, for example:

  make validate-overcloud.yaml

This is a useful aid for
Partial-Blueprint: tripleo-juno-remove-mergepy

Change-Id: Id101402b8b2fa0bc6058c5bc4b7474f0f6a158ad
Makefile