Update url and package name

The package name and url need to update.

- Update package from "python-neutron-ovn-migration-tool" and
"python-neutron" to "openstack-neutron-ovn-migration-tool" and
"openstack-neutron".
- Update url from "github" to "opendev"

Change-Id: I41ba7d6929b28317622dbf868f265eab4c6fd84e
This commit is contained in:
WeiLingfei
2022-10-31 14:49:40 +08:00
committed by yatin
parent 3cc28a004a
commit 33c4a2d97e
4 changed files with 8 additions and 8 deletions

View File

@@ -49,11 +49,11 @@ Perform the following steps in the overcloud/undercloud
Perform the following steps in the 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 .. 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 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 $ mkdir ~/ovn_migration
$ cd ~/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``. 3. Create ``~/overcloud-deploy-ovn.sh`` script in your ``$HOME``.
This script must source your stackrc file, and then execute an ``openstack This script must source your stackrc file, and then execute an ``openstack

View File

@@ -59,7 +59,7 @@ subparsers:
- train - train
install_from_package: install_from_package:
type: Bool type: Bool
help: Install python-neutron-ovn-migration-tool rpm help: Install openstack-neutron-ovn-migration-tool rpm
default: True default: True
dvr: dvr:

View File

@@ -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: 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/) 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 python-neutron and python3-openvswitch packages. You also need to install python3-neutron and python3-openvswitch packages.
2. Run :: 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:: 3. Start migration by running::

View File

@@ -7,7 +7,7 @@
yum: yum:
name: name:
- python3-virtualenv - python3-virtualenv
- python3-neutron-ovn-migration-tool - openstack-neutron-ovn-migration-tool
state: present state: present
- name: Set host_key_checking to False in ansible.cfg - name: Set host_key_checking to False in ansible.cfg