...
- Have an Ubuntu 22 VM ready in your tenancy or create a new temporary Ubuntu 22 VM from Morpheus
- plan: eo1.medium
- networks: private
- security group: ssh
- Run the workflow called
- Check the Operating System of your LDAP from Morpheus, Provisioning → Instances → select LDAP machine ;
- If your LDAP is rocky 8 based → jump to step 10.
- If your LDAP is centos7 based → continue to step 4.
- If your LDAP is rocky 8 based → jump to step 10.
- Create LDAP replica instance type to move from centos7 to rocky 8 (see MigratefromCentos7toRocky8);
- Switch IP interfaces between LDAPs using 'switch interfaces of two VMs' workflow in Morpheus (see see SwitchInterfacesoftwoVMs);
- Update Morpheus (see UpdateMorpheus );
- Check everything is working fine (see Tests);
- Create LDAP replica instance type to move from rocky 8 to rocky 9 (see MigratefromRocky8toRocky9)
- Switch IP interfaces between LDAPs Run workflow from Morpheus called 'Switch machines interfaces` from the machine with the Openstack client installedusing 'switch interfaces of two VMs' workflow in Morpheus (see SwitchInterfacesoftwoVMs);
- Update Morpheus (see UpdateMorpheus );
- Check everything is working fine (see Tests);
- Delete old LDAP machine/s to free resources (see Delete a VM from Morpheus).
...
- Login to Morpheus
- Go to Provisioning → Instances and click '+ADD'
- Select the LDAP replica Instance type
- Select a new name for the VM (e.g. ldap-rocky8) and click 'Next'
- Use the following inputs for the VM and then click 'Next' until the deployment starts:
- version: 9
- plan: eo1.medium
- networks: private
- security group: ldap
Create backup of a VM
- Go to an Ubuntu 22 VM and select 'Run Workflow'
- Select the 'Create Backup of a VM using Openstack Applications Credentials'
- Insert inputs and run the workflow where you provide:
- Name of the VM to backup
- Openstack Application Credentials ID and Secret
Switch Interfaces of two VMs
- Go to an Ubuntu 22 VM and select 'Run Workflow'
- Select the 'Switch Interfaces of two VMs using Openstack Applicaitons Credentials'
- Insert inputs and run the workflow you provide: where
- OLD VM in this case is the OLD LDAP machine name
- NEW VM in this case is the NEW LDAP machine name
- Openstack Application Credentials ID and Secret
...