Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goneri/esxi-cloud-init

A light Cloud-init script for ESXi
https://github.com/goneri/esxi-cloud-init

Last synced: 9 days ago
JSON representation

A light Cloud-init script for ESXi

Awesome Lists containing this project

README

        

# a Cloud-Init script for ESXi

This project provide a cloud-init for ESXi. It only covers a subset of the
feature of the real cloud-init.

- hostname
- network (Only the first interface)
- root password
- SSH key
- enable SSH server
- enable the ability to start Nested ESXI VM
- create a datatore called 'local' with the space left on the root disk

It reads the configuration from OpenStack metadata (HTTP or config-disk).
So you can use to deploy ESXi on baremetal with OpenStack Ironic.

You can build a cloud image with the following project:
https://github.com/virt-lightning/esxi-cloud-images

## Constraint and Limitation

- Only the first interface is configured