Releases: stackinabox/stackinabox.io
Releases · stackinabox/stackinabox.io
Release 0.9.9
Release 0.9.8
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
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
- 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
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.