chef-infra

In chef server, how to determine when a node is fully bootstrapped

In chef server, how to determine when a node is fully bootstrapped Question: From python, I am using knife to launch a server. e.g. knife ec2 server create -r “role[nginx_server]” –region ap-southeast-1 -Z ap-southeast-1a -I ami-ae1a5dfc –flavor t1.micro -G nginx -x ubuntu -S sg_development -i /home/ubuntu/.ec2/sg_development.pem -N webserver1 I will then use the chef-server api …

Total answers: 1