Migration Puppet 4 > 7 #60
Replies: 2 comments
-
Hi,
There changed so much in the ecosystem and I assume you've zero tests. I predict: rewriting everything and building a proper CI pipeline is quicker than updating the existing code base. But to make proper estimates you need to provide more information
|
Beta Was this translation helpful? Give feedback.
-
I'd suggest duplicating your environment onto a new Puppet 8 test infrastructure. Then use https://github.com/voxpupuli/onceover to smoke test the environment to see what breaks and https://github.com/voxpupuli/puppet-catalog_diff to see what changes in the catalog. https://github.com/github/octocatalog-diff is a bit harder to set up, but if you have a large infrastructure it might be worth it. If you have your own modules, we've just published a guide to updating them to Puppet 8. Keep in mind, this is intended for far more current codebases, so your milage may vary. https://dev.to/puppet/updating-modules-to-puppet-8-58h3 |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
If i want migrate Puppet from Puppet version 4 to Puppet version 7, what is the mains keys/steps to look ? I want to maintain my configuration.
Beta Was this translation helpful? Give feedback.
All reactions