Reputation: 38
i am new with chef
I created a cookbook for bootstrap VMs, this cookbook will create configuration files, download services and packages and install it in the nodes,
I wonder if there is a way to bootstrap VMs with this configuration from Java implimentation instead of used "knife bootstrap" , thanks
Upvotes: 0
Views: 75
Reputation: 54211
Jclouds includes some code to do this, though there isn't a lot of docs on it. Check the jclouds-example project on github.
Upvotes: 1