Skip to content

virt-lightning/vcsa_to_qcow2

Repository files navigation

Prepare a VCSA (a.k.a vcenter) Qcow2 image

This script will prepare a Qcow2 image from the VCSA ISO image.

You can use it with OpenStack or Libvirt (e.g: VirtLightning).

  • cloud-init is enabled, default user is root, the SSH key is injected
  • Password based SSH auth is disabled

Requirements

Usage

./run.sh

OpenStack

You can upload the image with the following command:

openstack image create --disk-format qcow2 --container-format bare --file VMware-VCSA-all-6.7.0-14836122.qcow2 --property hw_qemu_guest_agent=no --min-disk 20 --min-ram 9000 --property hw_vif_model=e1000 VMware-VCSA-all-6.7.0-14836122

Notes

  • the administrator password is !234AaAa56

About

Generate a QCow2 cloud image from a VCSA ISO image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages