Take a look at https://help.ubuntu.com/community/CloudInit
Also consider using an ENC, and passing class information as user data. -Brian On Sat, May 28, 2011 at 6:10 AM, S Ahmed <[email protected]> wrote: > Say I need to fireup a new ec2 instance to add to my cluster. > Currently what I know to do is (Ubuntu): > sudo apt-get install ruby libshawdow-ruby1.8 > sudo apt-get install puppet facter > (and maybe some other things like build-essential etc). > Would this be a good idea? > Create a script that contains the above, and then when a new server goes > like I do: > curl -O http://url_to_script.sh > run script > > Other that this, I guess it is a manual process for figuring out the host of > the server, and adding that host to the puppet master based on what kind of > node this will be (web, db server, etc) > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
