Re: Datastax AMI with multipart user-data

2013-03-28 Thread Adam Venturella
Ok I got it figured out. It was because I was installing packages in the clout config file under the packages: directive. I just switched it out to be in runcmd, now I don't get any locking error when it installs packages as runcmd does not execute till the end. On Thu, Mar 28, 2013 at 1:18 PM,

Datastax AMI with multipart user-data

2013-03-28 Thread Adam Venturella
So, it looks like it supports multipart user-data: Line 86 here: https://github.com/riptano/ComboAMI/blob/2.4/ds2_configure.py I make my multipart user data, text/plaintext text/cloud-config I need to do some configuration and hook the cluster up to my puppet master. The cluster get's configur