Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Mar 26, 2012
1 parent 79c247b commit 3691cf8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@


# 0.3.0 - 2012/03/26 # 0.3.0 - 2012/03/26


* Added template commands Added template commands


``` ```
knife esx template import --esx-password password \ knife esx template import --esx-password password \
Expand All @@ -19,7 +19,7 @@
template.vmdk template.vmdk
``` ```


* Added --use-template argument to *vm create* command Added --use-template argument to *vm create* command


``` ```
knife esx vm create --esx-password password \ knife esx vm create --esx-password password \
Expand All @@ -30,15 +30,15 @@


## Create a new VM using templates ## Create a new VM using templates


1. Import the template first with "knife esx template import" 1.Import the template first with "knife esx template import"


``` ```
knife esx template import --esx-host esx-test-host \ knife esx template import --esx-host esx-test-host \
--esx-password password \ --esx-password password \
/path/to/template.vmdk /path/to/template.vmdk
``` ```


2. Deploy using knife esx vm create 2.Deploy using knife esx vm create


``` ```
knife esx vm create --esx-host esx-test-host \ knife esx vm create --esx-host esx-test-host \
Expand All @@ -49,16 +49,16 @@


## Using templates with async batch deploys ## Using templates with async batch deploys


1. Import the template first with "knife esx template import" 1.Import the template first with "knife esx template import"


``` ```
knife esx template import --esx-host esx-test-host \ knife esx template import --esx-host esx-test-host \
--esx-password password \ --esx-password password \
/path/to/template.vmdk /path/to/template.vmdk
``` ```


2. Deploy using knife esx vm create --async --batch 2.Deploy using knife esx vm create --async --batch
Sample batch config for "knife esx vm create": Sample batch config for "knife esx vm create":


``` ```
--- ---
Expand Down

0 comments on commit 3691cf8

Please sign in to comment.