- Windows7 (SP1 64Bit)
- veewee (0.3.12)
- Vagrant (1.5.3)
- VirtualBox (4.3.10)
- CentOS-6.5-x86_64-v20140420.box: CentOS 6.5 x86_64 Minimal (Vagrant 1.5.3, VirtualBox Guest Additions 4.3.10, Chef 11.12.2, Puppet 3.5.1)
md5sum:cdeacfcdce1d58103dc2867a639ebe21
- CentOS-6.6-x86_64-v20150704.box: CentOS 6.5 x86_64 Minimal (Vagrant 1.5.3, VirtualBox Guest Additions 4.3.10, Chef 12.4.0-1, Puppet 3.8.1-1)
md5sum:fefb36c246f85a8256aa9e156c9e948c
### Install veewee
$ git clone git://github.com/jedi4ever/veewee.git
$ cd veewee
$ bundle install
$ bundle exec veewee version
# Version : 0.3.12
$ bundle exec veewee vbox templates
$ bundle exec veewee vbox define CentOS-6.5-x86_64 CentOS-6.5-x86_64-minimal
# Edit definitions\CentOS-6.5-x86_64\ks.cfg
# Edit definitions\CentOS-6.5-x86_64\definition.rb
### Build
$ bundle exec veewee vbox build CentOS-6.5-x86_64
### Eject the disks from the running VM.
### Shutdown
$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 7222 -l veewee 127.0.0.1
# password: veewee
sudo shutdown -h now
### Output BOX
$ bundle exec vagrant package --base CentOS-6.5-x86_64 --output CentOS-6.5-x86_64-v20140420.box
$ md5sum CentOS-6.5-x86_64-v20140420.box
# cdeacfcdce1d58103dc2867a639ebe21 *CentOS-6.5-x86_64-v20140420.box
$ git clone https://github.com/lvisdd/vagrant-boxes.git
$ cd vagrant-boxes/vagrantfile/kibana
$ vagrant up
- Apache : http://localhost:8080/
- Elasticsearch : http://localhost:9200/
- Kibana : http://localhost:8080/kibana/#/dashboard
- Kibana(Logstash Dashboard) : http://localhost:8080/kibana/index.html#/dashboard/file/logstash.json
- Marvel : http://localhost:9200/_plugin/marvel/kibana/index.html#/dashboard/file/marvel.overview.json
- sense : http://localhost:9200/_plugin/marvel/sense/index.html
$ ab -n 1000 -c 100 http://localhost/
$ git clone https://github.com/lvisdd/vagrant-boxes.git
$ cd vagrant-boxes/vagrantfile/docker
$ vagrant up
docker run centos /bin/echo "Hello World"
docker run centos /bin/echo /etc/redhat-release
docker run -i -t centos /bin/bash
$ git clone https://github.com/lvisdd/vagrant-boxes.git
$ cd vagrant-boxes/vagrantfile/jenkins
$ vagrant up
- Jenkins : http://localhost:18080/
$ git clone https://github.com/lvisdd/vagrant-boxes.git
$ cd vagrant-boxes/vagrantfile/norikra
$ vagrant up
- Norikra : http://localhost:26578/
$ ab -c 5 -n 100 http://localhost/index.html;sleep 80;ab -c 5 -n 200 http://localhost/index.html
$ sleep 60
$ norikra-client event fetch access_count_per_1min
$ ab -c 5 -n 1000 http://localhost/index.html
$ sleep 60
$ norikra-client event fetch access_over_1000_per_1min
$ git clone https://github.com/lvisdd/vagrant-boxes.git
$ cd vagrant-boxes/vagrantfile/rlang
$ vagrant up
- rstudio : http://127.0.0.1:8787/
- user/pass : vagrant/vagrant
$ git clone https://github.com/lvisdd/vagrant-boxes.git
$ cd vagrant-boxes/vagrantfile/solr/510
$ vagrant up