Releases: stackinabox/vagrant-opdk-box
Release 0.9.6
Now shipping with OpenStack Newton release
- includes updated nova-lxd 2.0
- many bug fixes
- now supports creating, attaching, detaching volumes to running instances
- includes UrbanCode 6.2.2 releases of UCD, UCDP, Agent, Agent Relay, and Orchestration Engine
Vagrant box file is too big to include here but you can download it from here:
https://s3.amazonaws.com/artifacts.stackinabox.io/releases/opdk/0.9.6/opdk.box
Release 0.9.4
Release Notes:
-- resolved networking issue where communication outbound from the embedded OpenStack compute nodes could not communicate with the UCD Docker containers running on a docker0 bridge networking setup.
-- resolved an issue when running vagrant up the vagrant-docker-compose plugin would attempt to tear down any pre-existing running composed applications and then immediately bring them up as background processes again. This was too cpu intensive for the frew seconds immediately after the vagrant box boots and it's starting up all of it's other services. Plugin now pauses and waits a shot while for the system to finish starting up.
vagrant box is too large to include in this github release (~5GB) Just git clone the stackinabox/vagrant-opdk-box repo and run vagrant up to kick off the download of the box. It should only take 10 mins or so depending on your network speed. You can also grab it from here: https://s3.amazonaws.com/artifacts.stackinabox.io/releases/opdk/0.9.4/opdk.box
Release 0.9.3
Updates:
- Now supports running Docker on the nova LXD instances
- Docker networking issues now resolved
Release 0.9.1
Release Notes:
- Resolves issues with use of 'domain' and 'host' tags in the docker compose.yml file
(this was causing the ucd docker image to not run for some users, should work for everyone now)
Very early on in this transition
0.1.1
- starts up correctly which is saying something
- some configuration on the urbancode docker images is still not working correctly
- try it out for yourself
git clone --branch 0.1.1 https://github.com/stackinabox/stackinabox.io.git
cd stackinabox.io/vagrant
vagrant up
- Only works with the virtualbox provider, sorry.
If you use another vagrant provider by default you can override it by passing the --provider=virtualbox option to vagrant up command above