Difference between revisions of "Puppet"

From RiceFamily Wiki
Jump to: navigation, search
(SSL Configuration Issues)
(SSL Configuration Issues)
Line 36: Line 36:
 
* Submit change request for puppet migration.
 
* Submit change request for puppet migration.
  
= SSL Configuration Issues =
+
= SSL Configuration =
 
== SSL & Certificate Documentation ==
 
== SSL & Certificate Documentation ==
 
* [https://docs.puppet.com/puppet/3.8/reference/config_ssl_external_ca.html Using an External CA]
 
* [https://docs.puppet.com/puppet/3.8/reference/config_ssl_external_ca.html Using an External CA]
Line 45: Line 45:
 
* [https://docs.puppet.com/puppet/3.8/reference/ssl_regenerate_certificates.html Regenerating All Certificates in a Deployment]
 
* [https://docs.puppet.com/puppet/3.8/reference/ssl_regenerate_certificates.html Regenerating All Certificates in a Deployment]
  
 +
== Issues ==
 
* [[Thoughts on using an F5 to provide failover support for two Puppet Servers]]
 
* [[Thoughts on using an F5 to provide failover support for two Puppet Servers]]
  

Revision as of 14:09, 25 October 2016

Overview

Our environment is currently using Puppet v3.8.7 - Documentation

The current Puppet environment is running on a single instance server. We are not sure yet if we will stick with Puppet or switch to Ansible (or Ansible Tower), but in the mean time, it was decided that making the existing Puppet environment more resilient would be a good idea.

There is a group of Puppet clients that need to be upgraded before we can point them to the new Puppet Master.

Autosigning appears to be enabled on the new Puppet Master. I think we might want to adjust this at some point. It's considered insecure to enable naive auto-signing : documentation. Currently, the autosign.conf file contains "*" which I understand to mean that EVERYONE is allowed to have their CSR auto-signed.

Useful Documentation Pages

Tutorials from the Web

Things to remember

  • RITM1393607 - Server Request for a fail over for the Puppet environment.
  • TASK1852223 - Requested access to the current Puppet server

Process Thoughts

  • Determine which Firewall ports need to be opened to the new Puppet server (Google Group)
  • Submit change request for firewall ports.
  • Determine how to migrate older puppet clients to the new Puppet server (article)
  • Submit change request for puppet migration.

SSL Configuration

SSL & Certificate Documentation

Issues