...
For Windows in AWS, the platform supports guest setup with CLOUDBASE_INIT
, EC2LAUNCH EC2LAUNCH_V2
, EC2LAUNCH
, and EC2CONFIG
.
...
Cloud-init in Abiquo
Abiquo supports two main kinds of first boot automation with cloud-init:
...
Excerpt |
---|
name | Edit a VM template for guest setup |
---|
|
To prepare a VM template for guest setup: Go to Catalogue Edit a template with cloud-init or hypervisor tools installed. Go to Advanced For Guest setup, select Cloud-Init or Hypervisor tools. For Windows on AWS, you can select from: CLOUDBASE_INIT, EC2LAUNCH_V2, EC2LAUNCH, EC2CONFIG
Select Guest initial password to generate an initial password according to platform configuration For Windows systems we strongly recommend this option The platform will log in with the template User and Password (see below) and change the Password to the guest initial password. The platform will send the guest initial password to the user via mail or SMS, and users can display it with the VM key button
For the User,enter the default user for the template On Windows, enter "Administrator" On Linux, enter "root" or another user that can run chpassword, with sudo and by always entering the password If sudo is not available, please contact Abiquo Support to configure the “nosudoerrequiredforuser” property
For the Password,enter the default password of the user on the VM template The platform does not save VM passwords On Linux, before deploying an instance template, edit the instance template's password to set it to the current VM password.
Select the Operating system. If required, enter the OS version. For more details see Set the guest operating system for VMware
Image RemovedImage AddedOptionally, 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 Image RemovedImage AddedIf 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 Image RemovedImage Added
Tip |
---|
Add the SSH public key to your user before you deploy VMs. To connect to your VM, you will often require the SSH key pair, for example, to connect to Windows VMs in public cloud via RDP |
|
...