Versions Compared

Key

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

...

Warning

In order to perform this migration, you need to request Openstack Application Credentials EWC - How to request Openstack Application Credentials


User procedure

  1. backup Backup existing ldap server before starting (using Openstack credentials) VM using the following documentation: EWC - How to create and restore backups from VMs
  2. add port 636 TCP.749 TCP,464 UDP to ldap security group
    Code Block
    ADD OPENSTACK COMMAND
  3. Run workflow to create dns reverse zone into LDAP machine to create the reverse hosted zone (if missing)
    Code Block
    ipa dnszone-add --name-from-ip=10.0.0.63 or using IP range (https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/managing-reverse-dns-zones) 
    


  4. If your LDAP is rocky 8 based jump to step 9., if it is centos7 continue normally.
  5. Create LDAP replica instance type to move from centos7 to rocky 8 (see MigratefromCentos7toRocky8);
  6. run workflow to switch IP interfaces between LDAP (see RunworkflowtoswitchIPinterfacesbetweenLDAP);
  7. Check everything is fine (see Tests);
  8. Create LDAP replica instance type to move from centos7 to rocky 8 (see MigratefromRocky8toRocky9)
  9. run workflow to switch IP interfaces between LDAP (see RunworkflowtoswitchIPinterfacesbetweenLDAP);
  10. Check everything is fine (see Tests);
  11. Remove old LDAPs

...