1,update install_docker 2,update install_start_docker_registry 3,Add SOLUM_IMAGE_FORMAT = ='vm' option Change-Id: I11d8e5a6836266211ae1ee9b4d8551fc6f1886fb
Enabling Solum in DevStack
Install Docker version 1.7.0 using following steps (Solum has been tested with this version of Docker):
echo deb http://get.docker.com/ubuntu docker main | sudo tee /etc/apt/sources.list.d/docker.list sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 sudo apt-get update sudo apt-get install -y lxc-docker-1.7.0Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstackAdd this repo as an external repository:
cat > local.conf <<END [[local|localrc]] enable_plugin solum git://git.openstack.org/openstack/solum ADMIN_PASSWORD=password MYSQL_PASSWORD=password RABBIT_PASSWORD=password SERVICE_PASSWORD=password SERVICE_TOKEN=password ENDRun
stack.sh.
- Note: This setup will produce virtual machines, not Docker containers.
-
For an example of the Docker setup, see: