Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use cloud-init in private cloud:

  1. Edit the a cloud-init template in the platform

  2. Go to the Advanced tab

    1. For the Guest setup option select Cloud-init

      Image Removed

    2. Optionally, choose to Set initial guest password.
      The platform will log in with the template User and Password and change the password to an initial password as configured. The platform will send the initial password to the user via mail or SMS as configured. It does not store the initial password. It is possible to display the initial password using the key button in the Abiquo UI

    3. Select the Operating system and enter an optional Version

    4. For the User, enter a user in the template. For Windows enter “Administrator” or for Linux, enter a user with password access to sudo to change the password

    5. For the Password enter the default password of the user on the VM template.

      Image Added
  3. Optionally, go to Bootstrap and paste your configuration or script in the Bootstrap script text box

    Image Removed

    . This can be a cloud configuration, for examples see https://cloudinit.readthedocs.io/en/latest/topics/examples.html, or another startup script that is compatible with cloud init.

    Image Added
  4. Optionally, go to Variables and set predefined variables for the template

    Image Removed

    . The configuration process may use the variables, it will also make them available through the configuration drive as user data or as VM metadata.

    Image Added
Tip

To share this template with users in different cloud tenants, go to Scopes and select scopes that contain the required tenants. See Share VM templates

...