The puppet will be used in masterless mode to complete configuration
of the images during installation and eventually to ensure persistent
configurations remain after completing system upgrades.
This requires that meta-cloud-services is added to the list of
required layers. Documentation, sample configs etc. have been updated
to reflect this.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Using meta-overc for the first time I found a few omissions, mistakes
and old references in several files. Correcting these so that the
documentation maps correctly to the layer's naming and usage.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Since we've gone to core2 by default (since i7 binaries SIGILL on
core2 systems) we set the default machine type to generic x86-64.
Hence we do not strictly need meta-intel layer present. Remove
it from the sample conf data to reduce cross dependencies.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>