We have been heavy users of chef and its okay. Personally I like using ansible for config management for openstack. There are many reasons for this, but perhaps one that is very specific to openstack is that ansible is agnostic about choice the choice of language which modules are written in (but it does provide more help for things written in python). In chef your LWRP have to be written in ruby (and the ruby distributed with chef to boot). For openstack interaction I much prefer using the openstack python-XXXclient that trying to get ruby Fog library to do things like host aggs.
Caius > On Mar 26, 2015, at 12:40 PM, Forrest Flagg <[email protected]> wrote: > > Hi all, > > Getting ready to install a Juno or Kilo cloud and was wondering what people > are using for configuration management to deploy openstack. Are you using > Puppet, Chef, something else? What was the decision process for making your > choice? > > Thanks, > > Forrest > _______________________________________________ > OpenStack-operators mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators _______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
