You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provisioning_virtual_machines_and_hosts/_topics/catalogs_and_services.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,11 +376,11 @@ Service methods have been split based on purpose.
376
376
377
377
The following example shows how to create a Provisioning Dialog that modifies the parameters for provisioning a small, medium, or large service.
378
378
379
-
The `provision-vm-small-med-large.asl` workflow runs for every provisioned VM and is responsible for modifying the VM size. This workflow is the `<ManageIQ>` service Provisioning Entry Point.
379
+
The `provision-vm-small-med-large.asl` workflow runs for every provisioned VM and is responsible for modifying the VM size. This workflow is the Provisioning service entry point.
380
380
381
-
You need to set the ManageIQ Provisioning service entry point to workflow script. For example, this workflow is run for every provisioned Virtual Machine (VM), and modifies the VM size.
381
+
You need to set the Provisioning service entry point to workflow script. For example, this workflow is run for every provisioned Virtual Machine (VM), and modifies the VM size.
382
382
383
-
Use the following sections and follow them in order to provision a VM service, create Provisioning Dialog and modify the paramaters.
383
+
Use the following sections and follow them in order to provision a VM service, create a Provisioning Dialog and modify the parameters.
384
384
385
385
#### Create a workflow (optional)
386
386
@@ -411,7 +411,7 @@ Use the following steps to add a Workflow Repository.
411
411
3. Provide the **Name** and **URL** for the repository:
412
412
-**Name**: Local name to identify this repository. For example, `Example Workflows`.
413
413
-**Url**: Git repository URL. For example, `https://github.com/ManageIQ/workflows-examples`.
414
-
-**SCM Branch**: Git repository branch name. For example, leave this field blank if you want to use the existing `provision-vm-small-med-large.asl` script blank or use a branch name like `sm-md-lg` if you have edited or created your own workflow script.
414
+
-**SCM Branch**: Git repository branch name. For example, leave this field blank if you want to use the existing `provision-vm-small-med-large.asl` script from the master branch, or use a branch name like `sm-md-lg` if you have edited or created your own workflow script.
415
415
4. Click **Save**.
416
416
417
417
#### Create a Provisioning Dialog
@@ -429,14 +429,14 @@ Use the following steps to create a Provisioning Dialog.
429
429
7. Click the edit pencil icon for the **size** dropdown.
430
430
8. Under **Options** > **Entries** enter the following values:
431
431
- Enter the following for the first row:
432
-
- For **Name** field, choose **Large**.
433
-
- For **Value** field, choose **large**.
432
+
- For **Name** field, type `Large`.
433
+
- For **Value** field, type `large`.
434
434
- Enter the following for the second row:
435
-
- For **Name** field, choose **Medium**.
436
-
- For **Value** field, choose **medium**.
435
+
- For **Name** field, type `Medium`.
436
+
- For **Value** field, type `medium`.
437
437
- Enter the following for the third row:
438
-
- For **Name** field, choose **Small**.
439
-
- For **Value** field, choose **small**.
438
+
- For **Name** field, type `Small`.
439
+
- For **Value** field, type `small`.
440
440
9. Click **Save**.
441
441
442
442
#### Create a Service Catalog Item
@@ -453,7 +453,7 @@ Use the following steps to create a Service Catalog Item.
0 commit comments