Skip to content

Releases: savishy/vagrant-boxes

DevOps Host - v1.0.1

30 Nov 13:29
Compare
Choose a tag to compare

Release Notes

Instructions (Windows)

  • Install Vagrant (2.0.1)
  • Install Virtualbox (5.1.30)
  • Download the Vagrantfile
  • Place it in a separate directory e.g. C:\vagrantbox\Vagrantfile
  • Open a Command Prompt (cmd.exe)
  • cd C:\vagrantbox\
  • vagrant up

Vagrant Box - Elastic-Kibana

19 Nov 08:56
Compare
Choose a tag to compare

Initial version of Vagrant box with

  • Elasticsearch on port 9200
  • Kibana on port 5601

In this version Logstash is assumed to be running on the application server and forwards logs to this box.

Vagrant Docker Registry v1.0.0

01 Oct 15:35
Compare
Choose a tag to compare
Pre-release

Vagrant box that exposes a Docker Registry and Registry Frontend.

Support for

  • Virtualbox
  • Hyper V (pending)

Vagrant SSH 1.0.0

21 Sep 04:23
Compare
Choose a tag to compare

v1.0.0 of Vagrant-SSH.

This box is intended to be a disposable target for Ansible deployments.

  • Hyper-V compatible box
  • Virtualbox compatible box

Vagrant Jenkins 1.0.0

19 Apr 06:23
Compare
Choose a tag to compare

vagrant-jenkins

Vagrant Ubuntu box with Jenkins and the following pre-installed tools

  1. accurev and git for VCS
  2. Docker
  3. Ansible

Steps to use this box:

  1. Download the Vagrantfile to C:\Downloads
  2. Download the .box file to the same path.
  3. Note the download path, e.g. C:\Downloads\vagrant-jenkins-virtualbox-1.0.0.box.
  4. cd C:\Downloads
  5. Execute the command vagrant box add --name vagrant-jenkins vagrant-jenkins-virtualbox-1.0.0.box
  6. Execute the command vagrant up.
  7. After approximately 10 min, a box will start up in Virtualbox, named vagrant-jenkins.

first .box release

04 Mar 11:34
Compare
Choose a tag to compare

This is the first release in .box format. You can reuse this box by setting config.vm.box_url to
https://github.com/savishy/vagrant-boxes/releases/download/v0.5.0/docker-host.box.

v0.4.0

17 Feb 08:43
Compare
Choose a tag to compare
  • Docker Machine is now packaged into the vagrant box.
  • sqlplus client is packaged as well. This is primarily for my personal use though.
  • More ports opened up for common applications.

v0.3.0: Merge branch 'master' of http://github.com/savishy/vagrant-boxes

02 Dec 07:59
Compare
Choose a tag to compare

Initial Version

21 Sep 05:37
Compare
Choose a tag to compare
  • Ubuntu 16.04
  • geerlingguy image
  • Learned Puppet
  • Using Puppet 3.8.x (won't work with 4.6)
  • Docker, Ansible, Emacs, Curl, Vim, Wget.