Merge "Update url and package name"
This commit is contained in:
commit
81b982b669
@ -49,11 +49,11 @@ Perform the following steps in the overcloud/undercloud
|
||||
Perform the following steps in the undercloud
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
1. Install python-networking-ovn-migration-tool.
|
||||
1. Install openstack-neutron-ovn-migration-tool.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install python-networking-ovn-migration-tool
|
||||
# yum install openstack-neutron-ovn-migration-tool
|
||||
|
||||
2. Create a working directory on the undercloud, and copy the ansible playbooks
|
||||
|
||||
@ -61,7 +61,7 @@ Perform the following steps in the undercloud
|
||||
|
||||
$ mkdir ~/ovn_migration
|
||||
$ cd ~/ovn_migration
|
||||
$ cp -rfp /usr/share/ansible/networking-ovn-migration/playbooks .
|
||||
$ cp -rfp /usr/share/ansible/neutron-ovn-migration/playbooks .
|
||||
|
||||
3. Create ``~/overcloud-deploy-ovn.sh`` script in your ``$HOME``.
|
||||
This script must source your stackrc file, and then execute an ``openstack
|
||||
|
@ -59,7 +59,7 @@ subparsers:
|
||||
- train
|
||||
install_from_package:
|
||||
type: Bool
|
||||
help: Install python-neutron-ovn-migration-tool rpm
|
||||
help: Install openstack-neutron-ovn-migration-tool rpm
|
||||
default: True
|
||||
|
||||
dvr:
|
||||
|
@ -7,11 +7,11 @@ See http://infrared.readthedocs.io/en/stable/index.html for more information.
|
||||
|
||||
Before using this plugin, first deploy an ML2/OVS overcloud and then:
|
||||
|
||||
1. On your undercloud, install python-neutron-ovn-migration-tool package (https://trunk.rdoproject.org/centos7-master/current/)
|
||||
You also need to install python-neutron and python3-openvswitch packages.
|
||||
1. On your undercloud, install openstack-neutron-ovn-migration-tool package (https://trunk.rdoproject.org/centos9-master/component/network/current/)
|
||||
You also need to install python3-neutron and python3-openvswitch packages.
|
||||
|
||||
2. Run ::
|
||||
$infrared plugin add "https://github.com/openstack/neutron.git"
|
||||
$infrared plugin add "https://opendev.org/openstack/neutron.git"
|
||||
|
||||
3. Start migration by running::
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
yum:
|
||||
name:
|
||||
- python3-virtualenv
|
||||
- python3-neutron-ovn-migration-tool
|
||||
- openstack-neutron-ovn-migration-tool
|
||||
state: present
|
||||
|
||||
- name: Set host_key_checking to False in ansible.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user