Skip to content

Releases: stackinabox/stackinabox.io

Release 0.9.9

27 Jan 18:20

Choose a tag to compare

Release Notes:

  • pulls in 0.9.9 release of stackinabox/openstack vagrant box

Release 0.9.8

21 Jan 05:49

Choose a tag to compare

Release Notes:

  • Bug Fixes:
    • mtu on nodes instantiated via OpenStack now set to 1500 (resolves packet loss)
    • fix for hashicorp/vagrant#7648
  • Added "demo" user to host vm
    • can now ssh into host vm using 'ssh demo@192.168.27.100' username: labstack
  • ssh global config changes to facilitate easier "ssh'ing" in this demo environment
    • StrictHostKeyChecking no
    • UserKnownHostsFile=/dev/null
  • removed exposed docker socket on TCP port 2375 for host vm
    • unnecessary to expose docker socket on TCP port and was causing latency issues

Release 0.9.7

19 Jan 03:52

Choose a tag to compare

Release Notes:

  • Now using OpenStack Newton
  • Removing use of intermediate opdk.box box and referencing openstack.box directly
  • Using vagrant docker-compose plugin to instantiate UCD components in box at "up" time

Release 0.9.6 OpenStack Newton + UCD/P 6.2.2

06 Jan 19:41

Choose a tag to compare

  • ships with OpenStack Newton based components
  • includes nova-lxd 2.0 release
    • many bug fixes and performance improvements
    • now allows attach/detach volumes to running instances
  • urbancode docker images for UCD, Agent, Agent-Relay, Blueprint Designer, and Orchestration Engine have all been updated to v6.2.2

if you are having issues running 'vagrant up' due to the large vagrant box that must be downloaded and imported into your vagrant setup you can just download it using your favorite browser of file downloader from here:

https://s3.amazonaws.com/artifacts.stackinabox.io/releases/opdk/0.9.6/opdk.box

Then you can simply import that downloaded opdk.box file into vagrant via

vagrant box import ./opdk.box

Release 0.9.3

12 Sep 13:01

Choose a tag to compare

Updates:

  • New improved git repo layout
  • Improved startup time (post initial vagrant up)
  • Docker now supported on the LXD nova instances

git clone and run:

    $~: git clone https://github.com/stackinabox/stackinabox.io.git  
    $~: cd stackinabox.io  
    $~/stackinabox.io: git checkout tags/0.9.3 -b 0.9.3  
    $~/stackinabox.io: vagrant up

Run the steps above from your laptop with VirtualBox & Vagrant already installed. See the README.md for more details.