dragonflow/devstack/provisioning/virtualbox.conf.yml
Gal Sagie 65b758abcd Add Vagrant support for Dragonflow deployment
This Vagrant installation configure and deploy two nodes,
one a controller and one is compute node and deploy them
with Dragonflow as their Neutron plugin.

Change-Id: I0ba777b7f58ac23d32e1c174a2a7bf4f70d5106b
2015-10-14 09:12:42 +00:00

12 lines
231 B
YAML

---
box: "ubuntu/vivid64"
devstack_controller:
host_name: controller.devstack.dev
ip: "192.168.33.101"
memory: 8192
cpus: 2
devstack_compute:
host_name: compute.devstack.dev
ip: "192.168.33.102"
memory: 1024
cpus: 1