Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goneri/esxi-cloud-init
- Owner: goneri
- License: apache-2.0
- Created: 2019-04-29T14:32:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T16:19:50.000Z (over 2 years ago)
- Last Synced: 2024-11-02T09:42:12.745Z (16 days ago)
- Language: Python
- Size: 66.4 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 diskIt 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