88a6c92dc7
Move networking-ovn/vagrant into neutron/tools/ovn_vagrant Also added two sample local.conf files for a DB-only and VTEP nodes. Co-Authored-By: zhangyanxian <zhangyanxianmail@163.com> Co-Authored-By: chen-li <shchenli@cn.ibm.com> Co-Authored-By: Russell Bryant <rbryant@redhat.com> Co-Authored-By: Kyle Mestery <mestery@mestery.com Co-Authored-By: Miguel Angel Ajo <majopela@redhat.com> Co-Authored-By: Richard Theis <rtheis@us.ibm.com> Co-Authored-By: JUNJIE NAN <nanjj@cn.ibm.com> Co-Authored-By: Flavio Fernandes <flavio@flaviof.com> Co-Authored-By: John Kasperski <jckasper@us.ibm.com> Co-Authored-By: Matthew Kassawara <mkassawara@gmail.com> Co-Authored-By: venkatamahesh <venkatamaheshkotha@gmail.com> Co-Authored-By: Tong Li <litong01@us.ibm.com> Co-Authored-By: venkata anil <anilvenkata@redhat.com> Co-Authored-By: Vu Cong Tuan <tuanvc@vn.fujitsu.com> Co-Authored-By: RYAN D. MOATS <rmoats@us.ibm.com> Change-Id: I12966d5548a60b46edd5c84ee0035eb11671fd8c Partially-Implements: blueprint neutron-ovn-merge
47 lines
970 B
YAML
47 lines
970 B
YAML
---
|
|
provider_network: "10.10.0.0/16"
|
|
provider_gateway: "10.10.0.1"
|
|
provider_start_ip: "10.10.0.101"
|
|
provider_end_ip: "10.10.255.250"
|
|
ovn_vm_subnet: "192.168.33.0/24"
|
|
ovndb:
|
|
short_name: "ovn-db"
|
|
host_name: "ovn-db.devstack.dev"
|
|
ip: "192.168.33.11"
|
|
prov-ip: "10.10.0.11"
|
|
memory: 512
|
|
cpus: 2
|
|
mtu: 1500
|
|
ovncontroller:
|
|
short_name: "ovn-controller"
|
|
host_name: "ovn-controller.devstack.dev"
|
|
ip: "192.168.33.12"
|
|
prov-ip: "10.10.0.12"
|
|
memory: 3072
|
|
cpus: 2
|
|
mtu: 1500
|
|
ovnvtep:
|
|
short_name: "ovn-vtep"
|
|
host_name: "ovn-vtep.devstack.dev"
|
|
ip: "192.168.33.13"
|
|
prov-ip: "10.10.0.13"
|
|
memory: 512
|
|
cpus: 1
|
|
mtu: 1500
|
|
ovncompute1:
|
|
short_name: "ovn-compute1"
|
|
host_name: "ovn-compute1.devstack.dev"
|
|
ip: "192.168.33.31"
|
|
prov-ip: "10.10.0.31"
|
|
memory: 1536
|
|
cpus: 1
|
|
mtu: 1500
|
|
ovncompute2:
|
|
short_name: "ovn-compute2"
|
|
host_name: "ovn-compute2.devstack.dev"
|
|
ip: "192.168.33.32"
|
|
prov-ip: "10.10.0.32"
|
|
memory: 1536
|
|
cpus: 1
|
|
mtu: 1500
|