Skip to content

Instantly share code, notes, and snippets.

@virtimus
Last active January 16, 2018 11:47
Show Gist options
  • Save virtimus/3bee71b173e762efa6a1e3931150b457 to your computer and use it in GitHub Desktop.
Save virtimus/3bee71b173e762efa6a1e3931150b457 to your computer and use it in GitHub Desktop.
i3c - airbnb/smartstack-cookbook reference run
install VirtualBox
instal Vagrant, Git
& vagrant plugin install vagrant-berkshelf
download and install https://downloads.chef.io/chefdk
git clone https://github.com/airbnb/smartstack-cookbook.git
cd smartstack-cookbook
vagrant up
problem with "FATAL: LoadError: cannot load such file -- ci/reporter/minitest"
found this:
https://github.com/ci-reporter/ci_reporter_minitest
looks like lack of gem 'ci_reporter_minitest'
trying to ssh onto smartstack machine...
ssh private keylocation ../smartstack-cookbook\.vagrant\machines\smartstack\virtualbox/private_key
using puttygen to convert to ppk
configure ssh (172.16.1.3 ssh->auth with the converted ppk, user vagrant)
run
sudo passwd root
sudo apt-get update
sudo apt-get install ruby1.9.1
sudo gem install 'ci_reporter_minitest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment