DevStack plugin for installation of container engine
Go to file
OpenDev Sysadmins 951ab426ae OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:34 +00:00
contrib Add support for Clear Container Runtime 2018-01-09 10:16:22 +05:30
devstack Skip linux-image-extra-$(uname -r) on 18.04 2019-03-24 22:37:20 +00:00
playbooks/devstack-plugin-container-dsvm OpenDev Migration Patch 2019-04-19 19:42:34 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:34 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:42:34 +00:00
README.rst Add support for Clear Container Runtime 2018-01-09 10:16:22 +05:30

README.rst

Container Plugin

This plugin enables installation of container engine on Devstack. The default container engine is Docker (currently this plugin supports only Docker!).

Enabling in Devstack

1. Download DevStack

For more info on devstack installation follow the below link:

https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh