From c4c08b3a8c557e37dedae1dcb07f3f3d03b0c608 Mon Sep 17 00:00:00 2001 From: Richard Hoch Date: Wed, 19 Nov 2025 17:59:42 +0200 Subject: [PATCH] Add create project option to dropdown list Signed-off-by: Richard Hoch --- .../modules/creating-plan-wizard-cnv-live.adoc | 12 ++++++++++-- documentation/modules/creating-plan-wizard-cnv.adoc | 10 +++++++++- .../modules/creating-plan-wizard-ostack.adoc | 10 +++++++++- documentation/modules/creating-plan-wizard-ova.adoc | 11 +++++++++-- documentation/modules/creating-plan-wizard-rhv.adoc | 10 +++++++++- .../modules/creating-plan-wizard-vmware.adoc | 10 +++++++++- 6 files changed, 55 insertions(+), 8 deletions(-) diff --git a/documentation/modules/creating-plan-wizard-cnv-live.adoc b/documentation/modules/creating-plan-wizard-cnv-live.adoc index c000ab71938..147287bf1e7 100644 --- a/documentation/modules/creating-plan-wizard-cnv-live.adoc +++ b/documentation/modules/creating-plan-wizard-cnv-live.adoc @@ -25,9 +25,17 @@ The *Create migration plan* wizard opens. * *Plan name*: Enter a name. * *Plan project*: Select from the list. -* *Source provider*: Select from the list. You can use any {virt} provider. You do not need to create a new one for a live migration. +* *Source provider*: Select from the list. You can use any {virt} provider. You do not need to create a new one for a live migration. * *Target provider*: Select from the list. Be sure to select the correct {virt} target provider. -* *Target project*: Select from the list. +* *Target project*: Click the list and do one of the following: + +.. Select an existing project from the list. +.. Create a new project by clicking *Create Project* and doing the following: + +... Enter the *Name* of the project. A project name must consist of lowercase alphanumeric characters or `-`. A project name must start and end with alphanumeric characters. For example, `my-name` or `123-abc`. +... Optional: Enter a *Display name* for the project. +... Optional: Enter a *Description* of the project. +... Click *Create Project*. . Click *Next*. + diff --git a/documentation/modules/creating-plan-wizard-cnv.adoc b/documentation/modules/creating-plan-wizard-cnv.adoc index 23a856b30e3..cfc8514d903 100644 --- a/documentation/modules/creating-plan-wizard-cnv.adoc +++ b/documentation/modules/creating-plan-wizard-cnv.adoc @@ -44,7 +44,15 @@ The *Create migration plan* wizard opens. * *Plan project*: Select from the list. * *Source provider*: Select from the list. * *Target provider*: Select from the list. -* *Target project*: Select from the list. +* *Target project*: Click the list and do one of the following: + +.. Select an existing project from the list. +.. Create a new project by clicking *Create Project* and doing the following: + +... Enter the *Name* of the project. A project name must consist of lowercase alphanumeric characters or `-`. A project name must start and end with alphanumeric characters. For example, `my-name` or `123-abc`. +... Optional: Enter a *Display name* for the project. +... Optional: Enter a *Description* of the project. +... Click *Create Project*. . Click *Next*. + diff --git a/documentation/modules/creating-plan-wizard-ostack.adoc b/documentation/modules/creating-plan-wizard-ostack.adoc index ec12c446296..83b90783e9b 100644 --- a/documentation/modules/creating-plan-wizard-ostack.adoc +++ b/documentation/modules/creating-plan-wizard-ostack.adoc @@ -45,7 +45,15 @@ The *Create migration plan* wizard opens. * *Plan project*: Select from the list. * *Source provider*: Select from the list. * *Target provider*: Select from the list. -* *Target project*: Select from the list. If you are using a UDN, this is the namespace defined in {virt}. +* *Target project*: Click the list and do one of the following: + +.. Select an existing project from the list. +.. Create a new project by clicking *Create Project* and doing the following: + +... Enter the *Name* of the project. A project name must consist of lowercase alphanumeric characters or `-`. A project name must start and end with alphanumeric characters. For example, `my-name` or `123-abc`. +... Optional: Enter a *Display name* for the project. +... Optional: Enter a *Description* of the project. +... Click *Create Project*. . Click *Next*. + diff --git a/documentation/modules/creating-plan-wizard-ova.adoc b/documentation/modules/creating-plan-wizard-ova.adoc index 1e682ed1212..6e635df795a 100644 --- a/documentation/modules/creating-plan-wizard-ova.adoc +++ b/documentation/modules/creating-plan-wizard-ova.adoc @@ -44,8 +44,15 @@ The *Create migration plan* wizard opens. * *Plan name*: Enter a name. * *Plan project*: Select from the list. * *Source provider*: Select from the list. -* *Target provider*: Select from the list. -* *Target project*: Select from the list. If you are using a UDN, this is the namespace defined in {virt}. +* *Target project*: Click the list and do one of the following: + +.. Select an existing project from the list. +.. Create a new project by clicking *Create Project* and doing the following: + +... Enter the *Name* of the project. A project name must consist of lowercase alphanumeric characters or `-`. A project name must start and end with alphanumeric characters. For example, `my-name` or `123-abc`. +... Optional: Enter a *Display name* for the project. +... Optional: Enter a *Description* of the project. +... Click *Create Project*. . Click *Next*. + diff --git a/documentation/modules/creating-plan-wizard-rhv.adoc b/documentation/modules/creating-plan-wizard-rhv.adoc index 30d5f8089fa..7dd23729bed 100644 --- a/documentation/modules/creating-plan-wizard-rhv.adoc +++ b/documentation/modules/creating-plan-wizard-rhv.adoc @@ -45,7 +45,15 @@ The *Create migration plan* wizard opens. * *Plan project*: Select from the list. * *Source provider*: Select from the list. * *Target provider*: Select from the list. -* *Target project*: Select from the list. If you are using a UDN, this is the namespace defined in {virt}. +* *Target project*: Click the list and do one of the following: + +.. Select an existing project from the list. +.. Create a new project by clicking *Create Project* and doing the following: + +... Enter the *Name* of the project. A project name must consist of lowercase alphanumeric characters or `-`. A project name must start and end with alphanumeric characters. For example, `my-name` or `123-abc`. +... Optional: Enter a *Display name* for the project. +... Optional: Enter a *Description* of the project. +... Click *Create Project*. . Click *Next*. + diff --git a/documentation/modules/creating-plan-wizard-vmware.adoc b/documentation/modules/creating-plan-wizard-vmware.adoc index f39e6722853..b5dad51e4c2 100644 --- a/documentation/modules/creating-plan-wizard-vmware.adoc +++ b/documentation/modules/creating-plan-wizard-vmware.adoc @@ -45,7 +45,15 @@ The *Create migration plan* wizard opens. * *Plan project*: Select from the list. * *Source provider*: Select from the list. * *Target provider*: Select from the list. -* *Target project*: Select from the list. If you are using a UDN, this is the namespace defined in {virt}. +* *Target project*: Click the list and do one of the following: + +.. Select an existing project from the list. +.. Create a new project by clicking *Create Project* and doing the following: + +... Enter the *Name* of the project. A project name must consist of lowercase alphanumeric characters or `-`. A project name must start and end with alphanumeric characters. For example, `my-name` or `123-abc`. +... Optional: Enter a *Display name* for the project. +... Optional: Enter a *Description* of the project. +... Click *Create Project*. . Click *Next*. +