jeanmonod / private-server

Script to build up our own private server
2 stars 0 forks source link

build our own vagrant/chef-solo base box with veewee tool #26

Closed gildegoma closed 11 years ago

gildegoma commented 11 years ago

veewee setup and validation

https://github.com/jedi4ever/veewee sounds like killer vagrant-plugin to smoothly create base boxes on template base.

https://github.com/jedi4ever/veewee/blob/master/doc/installation.md

base box requirements (see #24 and stacks)

[Fri, 02 Nov 2012 22:44:43 +0000] WARN: Setting attributes without specifying a precedence is deprecated and will be
removed in Chef 11.0. To set attributes at normal precedence, change code like:
`node["key"] = "value"` # Not this
to:
`node.set["key"] = "value"` # This

Called from:
  /opt/ruby/lib/ruby/gems/1.9.1/gems/chef-10.16.2/lib/chef/node/attribute.rb:449:in `method_missing'
  /opt/ruby/lib/ruby/gems/1.9.1/gems/chef-10.16.2/lib/chef/node.rb:346:in `method_missing'
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mysql/libraries/helpers.rb:24:in `debian_before_squeeze?'
gildegoma commented 11 years ago

got veewee now working. It just rocks! I'm going to push a first proposal of basebox soon...

see veewee for very quick start guide

gildegoma commented 11 years ago