Skip to content

Commit

Permalink
post-deploy: use $cli to set profile
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud committed Mar 20, 2015
1 parent e364596 commit 5aed2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x

cli=cloudmonkey
webserver='http://192.168.1.12/'
set profile bluebox
$cli set profile bluebox

os_type=$($cli list ostypes description="Other Linux (64-bit)" | grep ^id\ = | awk '{print $3}')
$cli register template name="KVM Ubuntu 14.04" displaytext="KVM Ubuntu 14.04" zoneid=-1 format=QCOW2 isextractable=false passwordenabled=false isdynamicallyscalable=false ostypeid=$os_type hypervisor=KVM ispublic=true isfeatured=true isrouting=false url="$webserver/kvm-ubuntu-14.04.qcow2"
Expand Down

0 comments on commit 5aed2f0

Please sign in to comment.