mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-14 19:02:45 +03:00
31 lines
723 B
Markdown
31 lines
723 B
Markdown
# TODO
|
|
|
|
## SOON-ish
|
|
|
|
* Set up ephemeral networks early for the clouds that have network-accessible
|
|
IMDS, so we can get at user-data sooner than later.
|
|
|
|
* Support multiple network IMDS endpoints (ie. both IPv6 & IPv4).
|
|
|
|
* Test improvements - each user-data handler should be tested with each cloud.
|
|
|
|
* `man` pages for `imds` and `tiny-cloud`.
|
|
|
|
## FUTURE
|
|
|
|
* Support `vendor-data`? In theory this is a baseline, and `user-data`
|
|
is layered on top of that.
|
|
|
|
* Support additional features of `#cloud-config` as needed
|
|
|
|
* Support for multipart `user-data` payload?
|
|
|
|
* Support for `#network-config`?
|
|
|
|
* Support LVM partitioning and non-`ext[234]` filesystems?
|
|
|
|
* Support other cloud providers...
|
|
* IBM
|
|
* Openstack
|
|
* ???
|