JClouds-Chef not bootstrapping & configuring VM
问题 I am trying to get the following JClouds-Chef code (v1.7.3) to bootstrap Chef Client on a brand new Linux VM and then execute a run list to actually configure that VM with an app stack ( typical_app ): public class ChefPlugin { public static void main(String[] args) { ChefPlugin.provision(); System.out.println("And done!"); System.exit(0); } public static provision() { String vmIp = "myapp01"; String vmSshUsername = "myadmin"; String vmSshPassword = "12345"; String endpoint = "https:/