yuu_nkjm blog
2014-09-16(Tue) [長年日記]
[Ruby][gem][bundler][Chef][Vagrant][openSUSE] はじめてのVagrant on Linux
Vagrant
使い込む元気はなさそうだけど,Vagrant+Chef-soloによるプロビジョニングデビュー. MAGCruise/MAGCruiseChefを動かすために頑張ってみる.
initialize': Malformed version number string virtualboxというエラーが出た
can't start my VM on Vagrant 1.5.1 · Issue #3195 · mitchellh/vagrantの通り'echo "1.1" > ~/.vagrant.d/setup_version'で解決した.
Chef-SoloでのSSLエラー
vagrant - chef-solo ssl warning when provisioning - Stack Overflowに掲載されているエラーが出たが,実害はなさそうなので,現状ではスルー.
Chefのインストール
GeoCode software.opensuse.org:などからrpmをダウンロードして,インストール.
zypper addrepo obs://devel:languages:ruby:extensions/openSUSE_13.1 "Ruby extensions" yast2 -i rubygem-chef yast2 -i virtualbox wget http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/vagrant_1.3.5_i686.rpm yast2 -i ./vagrant_1.3.5_i686.rpm wget http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/openSUSE_13.1/x86_64/gecode-3.7.3-2.3.x86_64.rpm yast2 -i gecode-3.7.3-2.3.x86_64.rpm yast2 -i geocode-devel yast2 -i rubygem-openssl-nonblock yast2 -i libopenssl-devel yast2 -i ruby-build yast2 -i gnu-crypto yast2 -i rubygem-vagrant yast2 -i ruby19 yast2 -i ruby19-devel yast2 -i ruby19-devel-extra yast2 -i rubygem-eventmachine yast2 -i cpp47