solum/devstack
shangxiaobj 8be06f4dfc Fix typos and replace http with https for doc links
1) Fix typos in solum
2) Use https instead of http for docs links according to OpenStack document migration

Change-Id: I6dcda5c1e58f104c11d66607759be6d3dd94bdc8
2017-08-09 23:25:10 -07:00
..
files Solum using apache WSGI when devstack install 2017-03-23 01:09:50 +00:00
README.rst Fix typos and replace http with https for doc links 2017-08-09 23:25:10 -07:00
devstack-provenance Bump devstack version 2016-09-26 21:27:58 +08:00
local.conf Devstack replace nova-docker 2017-02-05 02:06:56 +00:00
plugin.sh Devstack plugin scripts cleanup [1] 2017-08-05 12:32:38 +08:00
settings Solum using apache WSGI when devstack install 2017-03-23 01:09:50 +00:00
solum.conf.sample Update the solum conf sample file 2017-08-08 04:03:32 +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 -y lxc-docker-1.7.0
  2. Download DevStack:

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

    cat > local.conf <<END
    [[local|localrc]]
    enable_plugin solum git://git.openstack.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://git.openstack.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