00:30
stimble_away joined
11:49
<aslanir>
anyone here ?
11:51
<stimble_away>
how ya dong aslanir
11:52
<aslanir>
doing good... thanks for asking
11:52
<aslanir>
i am trying to figure out a deployment strategy
11:52
<aslanir>
a rolling deploy
11:53
<aslanir>
considering some of the app server instances are gong to be reserved how can i use pool party to start and stop those instances ?
12:00
<stimble_away>
aslanir: you will probably need to extend the ec2 class
12:00
<stimble_away>
we havnt used reserved instances
12:01
<aslanir>
i did a grep over the poopparty gem looking for the word reserved
12:01
<stimble_away>
i would think you could just add a method to the ec2 class, that would adjust the request to include the reservation info
12:01
<stimble_away>
its not there
12:01
<stimble_away>
look in
12:01
<stimble_away>
poolparty/lib/cloud_providers/ec2
12:01
<stimble_away>
thats where it would belong
12:03
<aslanir>
good to know... thank you