Is it possible to have a puppet setup, where you use JCloud to instantiate new virtual machines on your cloud , But after that their configuration (software stack) is defined and implemented through puppet?
Or is there something for the nature of the puppet that prevents use of the cloud provider like AWS, Rackspace or Heroki? Puppetry is an excellent choice for configuring your cloud architecture, most cloud providers allow you to call a script at the first boot (EC2 has user data), you can send this script to After inserting some node type data, a puppet can clone the repo and apply it, if you have a puppet master service (which can be difficult to setup and maintain). If you do not want to bring, you can also use GIT to update the configuration to allow pushing and even launch the quick node with the latest faucet to allow a new change on the config Generate image too. See this
Comments
Post a Comment