You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/04/10 23:59:23 UTC

[23/50] git commit: updated refs/heads/ui-vm-affinity to b6c354a

CLOUDSTACK-1867: Export both ova and vmdk systemvm appliances for VMWare

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/643ee1d1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/643ee1d1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/643ee1d1

Branch: refs/heads/ui-vm-affinity
Commit: 643ee1d15e27e9974e3cb40fac160805e46cbd55
Parents: 499bc63
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Apr 10 13:05:54 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Wed Apr 10 13:05:54 2013 +0530

----------------------------------------------------------------------
 tools/appliance/build.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/643ee1d1/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index f1ee4a6..c39d38a 100644
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -81,7 +81,10 @@ rm raw.img
 bzip2 $appliance-$build_date-$branch-kvm.qcow2
 echo "$appliance exported for KVM: dist/$appliance-$build_date-$branch-kvm.qcow2.bz2"
 
-# Export for VMWare vSphere
+# Export both ova and vmdk for VMWare
+vboxmanage clonehd $hdd_uuid $appliance-$build_date-$branch-vmware.vmdk --format VMDK
+bzip2 $appliance-$build_date-$branch-vmware.vmdk
+echo "$appliance exported for VMWare: dist/$appliance-$build_date-$branch-vmware.vmdk.bz2"
 vboxmanage export $machine_uuid --output $appliance-$build_date-$branch-vmware.ova
 echo "$appliance exported for VMWare: dist/$appliance-$build_date-$branch-vmware.ova"