Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bootstrap templates that use the chef ingredients #1

Open
mattray opened this issue Mar 7, 2013 · 2 comments
Open

Create bootstrap templates that use the chef ingredients #1

mattray opened this issue Mar 7, 2013 · 2 comments

Comments

@mattray
Copy link

mattray commented Mar 7, 2013

This is more of a feature suggestion. Since we're making a local cache of the full stack clients, it seems we could make bootstrap templates that re-use these when bootstrapping remote boxes. Rather than call an install.sh, the template could just scp the file via knife. So something like

knife ingredient bootstrap box1.example.com -d chef-ingredient-ubuntu-12.04

Would bootstrap the box and send the client across the wire.

@hh
Copy link
Member

hh commented Mar 7, 2013

I like that idea, you could do the same with chef-server.....

@mattray
Copy link
Author

mattray commented Mar 7, 2013

I'm already doing something similar over in pxe_dust, where the server caches the chef-clients and generates a bootstrap template that points to it. Since you're using the new chef server, you've got nginx already there.

https://github.com/opscode-cookbooks/pxe_dust/blob/master/recipes/bootstrap_template.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants