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