solum/devstack
zhurong e09952b3d9 Fix tempest Gate
Change-Id: I066fa6f0835ae4ce1ae5b2c278552985ba222cd7
2020-04-03 06:35:18 +00:00
..
files Solum using apache WSGI when devstack install 2017-03-23 01:09:50 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:12:11 +08:00
devstack-provenance Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 17:12:11 +08:00
local.conf.example Fix tempest Gate 2020-04-03 06:35:18 +00:00
plugin.sh Fix tempest Gate 2020-04-03 06:35:18 +00:00
settings Fix tempest Gate 2020-04-03 06:35:18 +00:00

README.rst

Enabling Solum in DevStack

  1. 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 lxc-docker-1.7.0
  2. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  3. Add this repo as an external repository:

    cat > local.conf <<END
    [[local|localrc]]
    enable_plugin solum https://opendev.org/openstack/solum
    END

    To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:

    enable_plugin solum https://opendev.org/openstack/solum stable/mitaka
  4. Run ./stack.sh.

Note

This setup will produce virtual machines, not Docker containers. For an example of the Docker setup, see:

https://wiki.openstack.org/wiki/Solum/Docker