Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cloud/web
1 result
Show changes
Commits on Source (2)
......@@ -51,7 +51,7 @@ In this example we will migrate a single VM named *test1* and all its associated
.. image:: images/mig5.png
6. **Note down info about network resources in garr-ct1** - navigate to **Network/Security Groups**, **Network/Networks**, **Network/Routers**, **Network/Load Balancers**
and for each section note down the resources info. These resources must be recreated on garr-pa1 region with identical configurations (see step 7 and 13).
and for each section note down the resources info. These resources must be recreated on garr-pa1 region with identical configurations (see step 7).
If you don't have a specific network configuration you can check only **Network/Security Groups**.
- check if you have any *Security Groups*, and for each *Security Group* check the *Rules*.
......@@ -66,14 +66,14 @@ In this example we will migrate a single VM named *test1* and all its associated
- check if you have any *Load Balancers* in your project
.. image:: images/mig27.png
7. **Recreate the same network resources on garr-pa1** - from the top navigation bar select the destination region **garr-pa1**.
Recreate Network/Security Groups, Network/Networks, Network/Routers and Network/Load Balancers on garr-pa1 (see step 5).
7. **Recreate the network resources on garr-pa1** - from the top navigation bar select the destination region **garr-pa1**.
Recreate Network/Security Groups, Network/Networks, Network/Routers and Network/Load Balancers on **garr-pa1** (see step 6).
If you don't have a specific network configuration you can recreate only **Network/Security Groups**.
.. image:: images/mig7.png
8. **Find the volume images on garr-pa1** - now that we have recreated the network resources on the new region **garr-pa1** we can instantiate the VM.
In **Compute/Images** section you should find the images that you have created on step 4.
8. **Check the images on garr-pa1** - now that we have recreated the resources on the new region **garr-pa1** we can instantiate the VM.
In **Compute/Images** section you should find the images that you have created on step 5.
- test1_VDA_image
- test1_VDB_image
......@@ -81,8 +81,8 @@ In this example we will migrate a single VM named *test1* and all its associated
.. image:: images/mig8.png
9. **Launch the VM** - recreate the VM from the primary bootable image: *test1_VDA_image* (the one that has the operating system)
with info from step 2.
9. **Launch a VM** recreate the VM from the primary bootable image: *test1_VDA_image* (the one that has the operating system)
with info from step 3.
- use the same *name* from step 2 - *test1*
.. image:: images/mig9.png
......