upd roadmap

This commit is contained in:
ge 2023-11-09 20:33:13 +03:00
parent f64bd68f6f
commit 253df30371

View File

@ -1,6 +1,6 @@
# Compute
Compute-instance management library and tools.
Compute instances management library and tools.
## Docs
@ -10,6 +10,7 @@ Run `make serve-docs`. See [Development](#development) below.
- [x] Create instances
- [ ] CDROM
- [ ] cloud-init for provisioning instances
- [x] Instance power management
- [ ] Instance pause and resume
- [x] vCPU hotplug
@ -35,11 +36,14 @@ Run `make serve-docs`. See [Development](#development) below.
- [ ] Instance snapshots
- [ ] Instance backups
- [ ] Instance migrations
- [ ] Idempotency
- [ ] HTTP API
- [ ] Full functional CLI [in progress]
- [ ] CLI [in progress]
## Development
Python 3.11+ is required.
Install [poetry](https://python-poetry.org/), clone this repository and run:
```