4d0a4f8b02
Devstack set the docker cluster store to point to the etcd cluster in current host. In multinode gate, each node setup an independent etcd cluster so docker in each host uses an independent store. This will result in an issue that resources (i.e. network) created in one node cannot be found in another node. This commit fix it by making all nodes use the same etcd cluster in service host. Partial-Implements: blueprint multi-node-ci Change-Id: Ieeecc2ef14a1077a2ef91ee369b317f53d7ffb81 |
||
---|---|---|
.. | ||
lib | ||
local.conf.sample | ||
override-defaults | ||
plugin.sh | ||
README.rst | ||
settings |
DevStack Integration
This directory contains the files necessary to integrate zun with devstack.
Refer the quickstart guide at https://docs.openstack.org/zun/latest/dev/quickstart.html for more information on using devstack and zun.
To install zun into devstack, add the following settings to enable the zun plugin:
cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zun https://git.openstack.org/openstack/zun master
END
Then run devstack normally:
cd /opt/stack/devstack
./stack.sh