2012-03-08

Installing chef on a TurnkeyLinux instance

I thought this would be easier than it turned out to be.  I needed to do a number of things :

  • install sudo eg  

apt-get install sudo

  • copied all the infstall files from my orignal instalataion eg knife.rb, Mame.pem, myOrg_validator.pem to /etc/chef
  • make sure directory is mapped

cd ~ | ln –s /etc/chef ./.chef

Then my command knife note create django00

knife node create django00

I started using the hosted chef model and after this I had a single node. Exciting stuff.  It would be nice project to get the bootstrap code to work for the TurnkeyLinux instance.

No comments: