bump foreman and expose new grouping features

related to #3467
related to #5226
related to #4373
This commit is contained in:
Chris Meyers
2016-12-19 11:26:43 -05:00
parent 4f9d2fbde3
commit 1c4e6c55f5
4 changed files with 105 additions and 55 deletions
+3 -1
View File
@@ -1373,7 +1373,9 @@ class RunInventoryUpdate(BaseTask):
section = 'ansible'
cp.add_section(section)
cp.set(section, 'group_patterns', '["{app}-{tier}-{color}", "{app}-{color}", "{app}", "{tier}"]')
cp.set(section, 'group_patterns', os.environ.get('SATELLITE6_GROUP_PATTERNS', []))
cp.set(section, 'want_facts', True)
cp.set(section, 'group_prefix', os.environ.get('SATELLITE6_GROUP_PREFIX', 'foreman_'))
section = 'cache'
cp.add_section(section)