From f44bff28ff35427570d52b7d277f0ac312fcb849 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 24 Sep 2024 15:57:40 -0700 Subject: [PATCH 1/5] docs: PLT-1405 --- .../create-manage-vm/advanced-topics/migrate-vm-kubevirt.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md index 7a22846176..715bbea94f 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md @@ -20,7 +20,10 @@ from VMware vSphere to Palette VMO. - You can only migrate VMs hosted in VMware vSphere. - Only VMs whose operating systems are included under - [`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. +[`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. + +- When using , the Network Attachment + Definitions (NADs) used must match the same name assigned to the migration. Otherwise, the migration will fail. ## Prerequisites From c616419f77b4a0f82960a9f558e3a2abdbc5048f Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 24 Sep 2024 15:59:25 -0700 Subject: [PATCH 2/5] docs: removed prettier comment --- .../create-manage-vm/advanced-topics/migrate-vm-kubevirt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md index 715bbea94f..cf4b5be095 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md @@ -20,8 +20,8 @@ from VMware vSphere to Palette VMO. - You can only migrate VMs hosted in VMware vSphere. - Only VMs whose operating systems are included under -[`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. - + [`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. + - When using , the Network Attachment Definitions (NADs) used must match the same name assigned to the migration. Otherwise, the migration will fail. From fbffe3ce99b491ee3ea08bbc85f0272d6d2536f0 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 24 Sep 2024 16:04:07 -0700 Subject: [PATCH 3/5] chore: vale feedback --- .../create-manage-vm/advanced-topics/migrate-vm-kubevirt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md index cf4b5be095..bb15271954 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md @@ -23,7 +23,7 @@ from VMware vSphere to Palette VMO. [`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. - When using , the Network Attachment - Definitions (NADs) used must match the same name assigned to the migration. Otherwise, the migration will fail. + Definition (NAD) used must match the same name assigned to the migration. Otherwise, the migration will fail. ## Prerequisites From 74d7824660633ae57725b9887bfe5df01984c027 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 24 Sep 2024 16:28:13 -0700 Subject: [PATCH 4/5] docs: feedback from Tyler --- .../create-manage-vm/advanced-topics/migrate-vm-kubevirt.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md index bb15271954..2faf714348 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md @@ -22,8 +22,10 @@ from VMware vSphere to Palette VMO. - Only VMs whose operating systems are included under [`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. -- When using , the Network Attachment - Definition (NAD) used must match the same name assigned to the migration. Otherwise, the migration will fail. +- The network type , requires a Network + Attachment Definition (NAD) to exist in the migration target namespace in the destination cluster. The NAD name must + also match the name assigned to the migration. The migration name is assigned during the wizard, which is started by + the Palette CLI's `vmo migrate-vm` command. ## Prerequisites From b4be406f5738bbc49073e20650030a59d0008c68 Mon Sep 17 00:00:00 2001 From: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:30:02 -0700 Subject: [PATCH 5/5] docs: apply suggestions from code review Co-authored-by: caroldelwing --- .../create-manage-vm/advanced-topics/migrate-vm-kubevirt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md index 2faf714348..806e9c2529 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md @@ -22,7 +22,7 @@ from VMware vSphere to Palette VMO. - Only VMs whose operating systems are included under [`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. -- The network type , requires a Network +- The network type requires a Network Attachment Definition (NAD) to exist in the migration target namespace in the destination cluster. The NAD name must also match the name assigned to the migration. The migration name is assigned during the wizard, which is started by the Palette CLI's `vmo migrate-vm` command.