diff options
author | mail_redacted_for_web | 2015-10-26 14:59:20 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-10-26 14:59:20 -0700 |
commit | 92f8d2d251d9e6fde5c124cb9a6974b1455269f7 (patch) | |
tree | 835f9e577d106000b8217b06c1fa1b83e0176ea0 /hieradata/common.yaml | |
parent | baf376d30fc851cb401b7852dfd262b926c5ba0d (diff) | |
download | control-repo-template-92f8d2d251d9e6fde5c124cb9a6974b1455269f7.tar.bz2 |
Configure the MoM to update the classifier after deploying code
This entailed configring the classifier to never sync on a
schedule.
Changing environment_timeout to unlimited for all masters.
Setting a postrun command for r10k that would update the class
information in the classifier (the update-classes endpoint).
Diffstat (limited to 'hieradata/common.yaml')
-rw-r--r-- | hieradata/common.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 07fbd80..f3fb25a 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -3,3 +3,8 @@ message: "This node is using common data" #Puppet Server Tuning puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000 + +#pe-console-services tuning +#https://docs.puppetlabs.com/pe/latest/console_config.html#tuning-the-classifier-synchronization-period +#disable classifier scheduled sync and rely on r10k postrun command to sync the classes +puppet_enterprise::profile::consolei::classifier_synchronization_period: 0 |