Add ExtraConfig example that always runs on update
authorSteven Hardy <shardy@redhat.com>
Wed, 23 Mar 2016 14:29:50 +0000 (14:29 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 23 Mar 2016 14:29:50 +0000 (14:29 +0000)
commit8c0ba4c09ef26a1d83ab440baf2e739d6a85053b
tree2d0e36b7a144a4c6cdade66347ace9292648d5a8
parent1dd6de571c79625ccf5520895b764bb9c2dd75d3
Add ExtraConfig example that always runs on update

Some user feedback indicates we need better examples showing how
we can run an extraconfig template, e.g on post-deploy so that it
runs every update, regardless of if a change to the config has
occurred.  We can leverage DeployIdentifier for this, just like with
the puppet deployments.

This can be tested with an example like this:

resource_registry:
  OS::TripleO::NodeExtraConfigPost: tripleo-heat-templates/extraconfig/post_deploy/example_run_on_update.yaml

Change-Id: I45d8f8093ab45c03238ec56651c437128661cb95
extraconfig/post_deploy/example_run_on_update.yaml [new file with mode: 0644]