036cf9d9c5
These changes will help developers to quickly setup kuryr along with docker, keystone and neutron using vagrantfile. Complete steps are mentioned in ReadMe. Change-Id: Ia2e16c13a9ae0a6c59991d205f055e3ae8b7b33f Closes-Bug: #1504018
807 B
807 B
vagrant-devstack-Kuryr
A Vagrant based kuryr,neutron,keystone and experimental docker system. Steps to try vagrant image:
- Intall virtual-box and vagrant on your local machine.
- Git clone kuryr repository.
- cd kuryr/contrib/vagrant
- vagrant up It will take around 10 mins.
- vagrant ssh You will get vm shell with keystone and neutron already running.
- cd kuryr && ./scripts/run_kuryr.sh & Kuryr service will be up and listening on port 2377.
At this point you should have experimental docker, kuryr, neutron, keystone all up, running and pointing to each other. Any docker network related commands can be tried now as explained in [1].
References: [1] https://github.com/openstack/kuryr/blob/master/doc/source/devref/libnetwork_remote_driver_design.rst#L64