Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

To prepare a VM template for guest setup:

  1. Go to Catalogue

  2. Edit a template with cloud-init or hypervisor tools installed.

  3. Go to Advanced

  4. For Guest setup, select Cloud-Init or Hypervisor tools.

    1. For Windows on AWS, you can select from: CLOUDBASE_INIT, EC2LAUNCH_V2, EC2LAUNCH, EC2CONFIG

  5. Select Set initial guest password

    1. For Windows systems we strongly recommend this option

    2. The platform will log in with the template User and Password (see below) and change the Password to the guest initial password

  6. Set the default User for the template

    1. On Windows, enter "Administrator"

    2. On Linux, enter "root" or another user that can run chpassword, with sudo and by always entering the password

      1. If sudo is not available on the guest operating system, please contact Abiquo Support to configure the “nosudoerrequiredforuser” property

  7. Set the default Password for the template

    1. (warning) The user can edit a VM before they deploy it, and change the Guest initial password option

    2. (warning) The platform does not save the initial password or any subsequent passwords

      1. On Linux, before deploying an instance template, edit the instance template's password to set it to the current VM password.

  8. Select the Operating system. If required, enter the OS version. For more details see Set the guest operating system for VMware

  9. Optionally, go to Variables and set variables for the VM template. The platform will add these variables to the VM using metadata or user data. See VM variables

  10. If you are using Cloud-init or similar, you can enter a startup script or configuration on the Bootstrap tab. The platform will add this script to the VM and the VM user may also be able to modify it. For more details, see VM bootstrap script

Remember to add the SSH public key to your user before you deploy VMs. Some connections will require the SSH key pair, for example, the remote access connection to Windows VMs in public cloud via RDP

  • No labels