Skip to content

Commit 8f92cb7

Browse files
committed
Minor fixes/improvements
1 parent aa98fb1 commit 8f92cb7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

provisioning_virtual_machines_and_hosts/_topics/catalogs_and_services.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,11 @@ Service methods have been split based on purpose.
376376

377377
The following example shows how to create a Provisioning Dialog that modifies the parameters for provisioning a small, medium, or large service.
378378

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.
380380

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.
382382

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.
384384

385385
#### Create a workflow (optional)
386386

@@ -411,7 +411,7 @@ Use the following steps to add a Workflow Repository.
411411
3. Provide the **Name** and **URL** for the repository:
412412
- **Name**: Local name to identify this repository. For example, `Example Workflows`.
413413
- **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.
415415
4. Click **Save**.
416416

417417
#### Create a Provisioning Dialog
@@ -429,14 +429,14 @@ Use the following steps to create a Provisioning Dialog.
429429
7. Click the edit pencil icon for the **size** dropdown.
430430
8. Under **Options** > **Entries** enter the following values:
431431
- 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`.
434434
- 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`.
437437
- 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`.
440440
9. Click **Save**.
441441

442442
#### Create a Service Catalog Item
@@ -453,7 +453,7 @@ Use the following steps to create a Service Catalog Item.
453453
6. Click **Catalog Items** > **All Catalog Items** > **Provisioning**.
454454
7. Click **Configuration** > **Add a New Catalog Item**.
455455
8. Provide a value for `Catalog Item Type`:
456-
- **Catalog Item Type**: The functionality of this catalog item. Choose **VmWare**.
456+
- **Catalog Item Type**: The functionality of this catalog item. Choose **VMware**.
457457
9. Under the **Basic Information** tab, provide the values for the following fields:
458458
- **Name**: Name displayed in the catalog. For example, `Provision VM with Size`.
459459
- **Description**: Description of the catalog. For example, `Provision a VM choosing size`.
@@ -463,22 +463,22 @@ Use the following steps to create a Service Catalog Item.
463463
- **Provisioning Entry Point**:
464464
- For **endpoint type**, choose **Embedded Workflow**.
465465
- For the **endpoint value** choose the workflow script. For example, `provision-vm-small-med-large.asl`.
466-
17. Under the **Request Info** > **Catalog** tab enter the following values:
466+
10. Under the **Request Info** > **Catalog** tab enter the following values:
467467
- **VM Name**: Name that is overwritten by the **VM name** in the dialog. Enter anything here.
468-
20. Under the **Environment** tab, choose an appropriate **Host** and **Datastore**:
468+
11. Under the **Environment** tab, choose an appropriate **Host** and **Datastore**:
469469
- **Host**: Host that runs the VM.
470470
- **Datastore**: Disk that stores the VM.
471-
22. Under the **Networking** tab, choose an appropriate **Network Adapter**.
472-
24. Click **Add**.
471+
12. Under the **Networking** tab, choose an appropriate **Network Adapter**.
472+
13. Click **Add**.
473473

474474
#### Provisioning a Virtual Machine
475475

476476
1. Click **Services** > **Catalogs** > **Service Catalogs**.
477477
2. Click **Order** under the newly created service, **Vm with Size**.
478478
3. Provide the following fields:
479-
- **VM name**: Name for the newly created vm. For example `demo-1`.
480-
- **size**: The desired VM size. You can choose `small`, `medium` or `large`. For example, choose **small**.
481-
1. Click **Submit**
479+
- **VM name**: Name for the newly created VM. For example `demo-1`.
480+
- **Size**: The desired VM size. You can choose `Small`, `Medium` or `Large`. For example, choose **Small**.
481+
4. Click **Submit**
482482

483483
#### Iterate
484484

0 commit comments

Comments
 (0)