Install hiera orc files via install.d

Now that we've landed the overcloud-agent element this seems
to be required to make the hiera-disable script work correctly again.

Should help make Ibe7e2044e200e2c947223286fdf4fd5bcf98c2e1 pass
again too...

Change-Id: I6a383b1ad4ec29458569763bd3f56fd3f2bd726b
This commit is contained in:
Dan Prince 2016-11-30 22:14:35 -05:00
parent 6f338b7df0
commit 2886ca4326
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eux
set -o pipefail
mkdir -p /usr/libexec/os-refresh-config/configure.d/
install -m 0755 -o root -g root $(dirname $0)/../10-hiera-disable /usr/libexec/os-refresh-config/configure.d/10-hiera-disable
install -m 0755 -o root -g root $(dirname $0)/../40-hiera-datafiles /usr/libexec/os-refresh-config/configure.d/40-hiera-datafiles