From b82a5c781917e6ffa1db72ff593b485f31e2cc0d Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 18 Jun 2019 23:53:35 +0000 Subject: [PATCH] Update git submodules * Update tripleo-common from branch 'master' - Merge "tripleo-hieradata: introduce hieradata_per_host" - tripleo-hieradata: introduce hieradata_per_host Before this patch, the format of hieradata_content could only be formed an hash where each key is a datafile and the value is the hieradata to write in this datafile. Example: extraconfig: foo: bar foo2: bar2 other_hierafile: foo: bar3 With per-host hieradata, we are going to provide a map of hieradata files per host. hieradata_content can now to be formed an hash where each key is a host composed of datafiles and the value for each datafile is the hieradata to write in it. Example: controller1: extraconfig: foo: bar foo2: bar2 other_hierafile: foo: bar3 controller2: extraconfig: foo: bar2 foo2: bar3 other_hierafile: foo: bar This is done via hieradata_per_host parameter, set to False by default for backward compatibility. Change-Id: I0556e788be1a898ab26934a660273bb6134f35e6 --- tripleo-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-common b/tripleo-common index 72000c0a03..2f8b59f5c2 160000 --- a/tripleo-common +++ b/tripleo-common @@ -1 +1 @@ -Subproject commit 72000c0a037ed187c7294cff48f6bcea48bb781f +Subproject commit 2f8b59f5c2cd63e142fac7dbbebc5b89f126d9e4