chef-cft / chef-examples

48 stars 32 forks source link

Example Request: Chef Infra Server Cutover #55

Open danielcbright opened 4 years ago

danielcbright commented 4 years ago

Example Request

Problem Statement

What is the problem you're trying to solve that this example will help with? For example, if you are trying to setup SAML for Automate using a third party SSO provider, the problem you are trying to solve is "how to configure Automate to use my third-party SSO provider for an externally managed IdP". Be specific with the problem details as well, in the previous example, you would want to make sure to name the SSO provider you need an example for, along with details of versions, and anything else you can provide.

External References

Additional Notes

Provide anything else that can help the person working the problem.

mattray commented 4 years ago

Here's the recipe I used when I migrated from Hosted Chef to my local instance. https://github.com/mattray/mattray-cookbook/blob/main/recipes/migrate.rb

bd-br commented 4 years ago

We are looking to migrate Chef Automate and Chef Server from on-prem to AWS. During this process we need to change the URL. We want to preserve all the settings, cookbooks, keys, instances, etc. on the new server. We'll also need to update the Chef clients with the new URL so that they check-in to the new server. We're not able to use DNS to do this.