!!!! The Reset button !!!! Anyone who has recently used the Google Compute Engine for creating the VM instances will be aware of the reset button available. Since I wasn’t very much sure of it , I just clicked it without much know-how . This resulted in making all the servers to their original state …
Tag Archives: Puppet
Opstree SHOA Part 1: Build & Release
p { margin-bottom: 0.25cm; line-height: 120%; } At Opstree we have started a new initiative called SHOA, Saturday Hands On Activity. Under this program we pick up a concept, tool or technology and do a hands on activity. At the end of the day whatever we do is followed by a blog or series of …
Puppet module to setup nodejs deployment 2
As I said in the previous blog Puppet module to setup nodejs deployment, the nodejs module was for providing the basic infrastructure for automated node app’s deployment & as promised I’ve released the next module “nodeapp” that can be used to setup a node app on the target server. First of all I’ll talk about …
Continue reading “Puppet module to setup nodejs deployment 2”
Puppet module to setup nodejs deployment
I would like to share my puppet module to setup nodejs deployment infrastructure on a linux box. This module performs the basic setup required to facilitate the automated deployment of a nodejs app. Very soon I’ll be introducing another generic puppet module that will run on top of this module & provide a full fledged …
Puppet module for setting up Multiple mongo’s with replication
In this blog I’ll be talking about a puppet module, that can be used to installing multiple mongo’s with replication on a single machine. Since I’m very new to puppet so you may find this module very crude, but it works :). Their were couple of puppet module already available but most of them are …
Continue reading “Puppet module for setting up Multiple mongo’s with replication”