b27940c205
This patch is migrating the OVN migration scripts. At the moment, only migration from ML2/OVS to ML2/OVN in a TripleO environment is supported. Co-Authored-By: Miguel Angel Ajo <majopela@redhat.com> Co-Authored-By: Jakub Libosvar <libosvar@redhat.com> Co-Authored-By: Daniel Alvarez <dalvarez@redhat.com> Co-Authored-By: Maciej Józefczyk <mjozefcz@redhat.com> Co-Authored-By: Numan Siddique <nusiddiq@redhat.com> Co-Authored-By: Roman Safronov <rsafrono@redhat.com> Co-Authored-By: Terry Wilson <twilson@redhat.com> Related-Blueprint: neutron-ovn-merge Change-Id: I925f4b650209b8807290d6a69440c31fd72a1762 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
# All controller nodes running OpenStack control services, particularly
|
|
# neutron-api. Also indicate which controller you'd like to have run
|
|
# the OVN central control services.
|
|
[controller]
|
|
overcloud-controller-0 ovn_central=true
|
|
overcloud-controller-1
|
|
overcloud-controller-2
|
|
|
|
# All compute nodes. We will replace the openvswitch agent
|
|
# with ovn-controller on these nodes.
|
|
#
|
|
# The ovn_encap_ip variable should be filled in with the IP
|
|
# address that other compute hosts should use as the tunnel
|
|
# endpoint for tunnels to that host.
|
|
[compute]
|
|
overcloud-novacompute-0 ovn_encap_ip=192.0.2.10
|
|
overcloud-novacompute-1 ovn_encap_ip=192.0.2.11
|
|
overcloud-novacompute-2 ovn_encap_ip=192.0.2.12
|
|
overcloud-novacompute-3 ovn_encap_ip=192.0.2.13
|
|
overcloud-novacompute-4 ovn_encap_ip=192.0.2.14
|
|
overcloud-novacompute-5 ovn_encap_ip=192.0.2.15
|
|
|
|
# Configure bridge mappings to be used on compute hosts.
|
|
[compute:vars]
|
|
ovn_bridge_mappings=net1:br-em1
|
|
is_compute_node=true
|
|
|
|
[overcloud:children]
|
|
controller
|
|
compute
|
|
|
|
# Fill in "ovn_db_ip" with an IP address on a management network
|
|
# that the controller and compute nodes should reach. This address
|
|
# should not be reachable otherwise.
|
|
[overcloud:vars]
|
|
ovn_db_ip=192.0.2.50
|
|
remote_user=heat-admin
|