Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a couple of infra-VM's and install the puppet-role role::openstack::placement and make sure these machines get the following keys in their node-specific hiera:

Code Block
apache::mod::wsgi::package_name: 'libapache2-mod-wsgi-py3'
apache::mod::wsgi::mod_path: '/usr/lib/apache2/modules/mod_wsgi.so'

Prepare the migration of data

Download the migration-script, and create a config-file for it on one of the placement hosts:

Code Block
# wget https://opendev.org/openstack/placement/raw/branch/master/placement_db_tools/mysql-migrate-db.sh
# ./mysql-migrate-db.sh --mkconfig migrateconfig.tc
Wrote /root/migrateconfig.tc

...