Allow a user to set specific setting per host
authorYanis Guenane <yguenane@redhat.com>
Thu, 20 Aug 2015 08:24:57 +0000 (10:24 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 25 Sep 2015 18:08:26 +0000 (20:08 +0200)
commit4570ce86a9fbbfa10c664ea3afd2574fdd4a4202
tree087ec7d97133ee872dc070e85b2c0d016fd582ec
parent109931bca3e9403abf468f371d9f118e0b5cacf3
Allow a user to set specific setting per host

It is currently not possible to specify settings per host and not per
type of host.

One of the example of the problematic that could cause is : What if
node0 have devices /dev/sdb and /dev/sdc while node1 have devices
/dev/sda and /dev/sdd, they is currently no way to specify that simply.

The idea here is to add a top priority file in the hiera lookup that
will match the UUID of the System Information section in the output of
the dmidecode command.

The file could be provided with the firstboot/rsync stack for example.

Change-Id: I3ab082c8ebd2567bd1d914fc0b924e19b1eff7d0
puppet/ceph-storage.yaml
puppet/cinder-storage.yaml
puppet/compute.yaml
puppet/controller.yaml
puppet/swift-storage.yaml