guardian / machine-images

DEPRECATED: Scripts for building machine images (principally AMIs)
34 stars 7 forks source link

Backup agent changes #106

Closed sihil closed 8 years ago

sihil commented 8 years ago

This changes the install and configure scripts to move the monitoring of /var/lib/mongodb so that it does not take place on the backup node.

This also changes the CF template to default to the gp2 EBS volume type.

niklasvincent commented 8 years ago

👍

sihil commented 8 years ago

Turns out this was a silly idea. We're now installing a bunch of perl stuff at boot time. The cloudwatch-monitoring stuff needed to be split into install and configure to avoid this. Or we can wait until amigo can build individual images for us more easily :)