Configure /etc/hosts via os-collect-config script
authorDan Prince <dprince@redhat.com>
Mon, 21 Nov 2016 13:43:01 +0000 (08:43 -0500)
committerDan Prince <dprince@redhat.com>
Wed, 30 Nov 2016 19:22:36 +0000 (14:22 -0500)
commitf02742a981a602b439c918236bdb771bbf13dc97
tree368215eaaa0854dca5fe2f4ad7b1c64edc98dc77
parent6df32707e9698da5a647aff2b20e6fc2617ea1d2
Configure /etc/hosts via os-collect-config script

This patch moves the t-i-e element code for hosts configuration
into a t-h-t shell script that gets driven by a os-collect-config
script hook.

This helps accomplish several goals:

 - moves us away from t-i-e

 - gives us better signal handling in the error case (where the
   previous element relied on 99-refresh-completed

 - Allows the t-h-t undercloud installer to more easily consume this
   since it doesn't rely on the old os-apply-config metadata (which
   that installer doesn't support).

Change-Id: I73c3d4818ef531a3559fab272521f44519e2f486
hosts-config.yaml
overcloud.j2.yaml
scripts/hosts-config.sh [new file with mode: 0755]