Last active
March 18, 2016 20:47
-
-
Save swade1987/10ead84a4474430cdcf5 to your computer and use it in GitHub Desktop.
Build -> Deployment pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Build -> Unit Test -> New cookbook in Chef | |
| -> New artefact in our artefact repository | |
| -> New AMI via Packer (running a chef-solo run of the app cookbook) | |
| -> Obtain the new AMI Id and pass this to Terraform for my specific environment | |
| -> Write something somehow that rolls the instances in that environment. | |
| -> Also remove the node from the chef server on termination | |
| Have the user_data for the launch configuration connect to the node to a chef environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LGTM :)