diff --git a/doc/source/ovn/migration.rst b/doc/source/ovn/migration.rst index 7fa733ce4ff..21237678827 100644 --- a/doc/source/ovn/migration.rst +++ b/doc/source/ovn/migration.rst @@ -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 diff --git a/plugin.spec b/plugin.spec index 2892869ab09..8459f4da87f 100644 --- a/plugin.spec +++ b/plugin.spec @@ -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: diff --git a/tools/ovn_migration/infrared/tripleo-ovn-migration/README.rst b/tools/ovn_migration/infrared/tripleo-ovn-migration/README.rst index 1f1d04dbf58..ebbd875605a 100644 --- a/tools/ovn_migration/infrared/tripleo-ovn-migration/README.rst +++ b/tools/ovn_migration/infrared/tripleo-ovn-migration/README.rst @@ -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:: diff --git a/tools/ovn_migration/infrared/tripleo-ovn-migration/main.yml b/tools/ovn_migration/infrared/tripleo-ovn-migration/main.yml index e4424529eec..881ae6d22cb 100644 --- a/tools/ovn_migration/infrared/tripleo-ovn-migration/main.yml +++ b/tools/ovn_migration/infrared/tripleo-ovn-migration/main.yml @@ -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