[chef-dev] Re: Extending Chef Deploy for Object Storage Services


Chronological Thread 
  • From: Joseph Holsten < >
  • To: kindsol < >
  • Cc: Ranjib Dey < >, " " < >
  • Subject: [chef-dev] Re: Extending Chef Deploy for Object Storage Services
  • Date: Thu, 9 May 2013 12:15:35 -0700

I totally support your effort, I've noticed quite a few people asking for 
this. I'd especially to make the application cookbooks work with non-scm 
artifacts (we're leaning toward maven, gem and deb packs).

One piece of advice: call your work something other than deploy until you've 
got it awesome. I also would avoid the term scm, most people don't think of 
artifact repos as scm repos. And getting bogged down in naming discussions is 
useful.

We most need an awesome resource that supports deploy's (and the application 
cb's) event callbacks but lets us use any repo. If we get it awesome by the 
feature freeze in chef 12, I'll happily fight to get it in core. But let's 
get it awesome first.

On 2013-05-09, at 11:54, kindsol 
< >
 wrote:

> Thanks for the reply!
> 
> I agree that the 'ark' resource shares some similar features.  There are 
> also some potential features in ark that would be nice to "borrow" for this 
> proposed SCM provider.  
> 
> Whereas, the main purpose for ark  is to do the 
> "fetch-unpack-configure-build-install dance" for building/installing 
> binaries, the purpose of this ObjectSCM provider is to fetch web 
> application code in a way that we can leverage the all the migration, 
> callback and rollback functionality offered by the existing Deploy 
> Resource[1].
> 
> I have updated the overview and implementation sections in an attempt to be 
> more clear about that. I have also renamed the proposed provider to 
> "Chef::Provider::ScmObject". Please see:
> 
> https://github.com/caryp-contrib/proposals/tree/chef-deploy-oss
> 
> Cheers!
> - CaryP
> 
> [1] - http://docs.opscode.com/resource_deploy.html
> 
> 
> On May 8, 2013, at 6:13 PM, Ranjib Dey wrote:
> 
>> the ark resource shares some of the features.  might be easier to extend 
>> that one,
>
>
>> On Wed, May 8, 2013 at 5:22 PM, Sol Kindle 
>> < >
>>  wrote:
>> Ohai devs!
>
>> I'm finally had a chance to play around with deploy resource and 
>> application cookbooks.  While the deploy resource is pretty complicated, 
>> it works great and has an amazing amount of flexibility. 
>
>> I have a requirement to deploy application code from tarballs living in an 
>> object storage service (e.g. S3)  -- this so we don't depend on github 
>> being available during an autoscaling event.  I have to support all kinds 
>> of app stacks, including rails, tomcat and php.
>
>> I just wanted to get some expert eyes on this idea to see if there is any 
>> value in it and if this approach is the right direction.  
>
>> Here are some more details about what I am thinking...
>
>>    https://github.com/caryp-contrib/proposals/tree/chef-deploy-oss
>
>> Questions:
>>      • Does it make sense to extend the deploy and scm resources to 
>> support an ObjectStorage SCM resource and providers?  
>>      • Does the way of matching archive filenames and the naming 
>> conventions make sense? 
>>      • Other thoughts?
>> Thanks!
>
>> @kindsol (aka caryp)
>
>
> 




Archive powered by MHonArc 2.6.16.

§