From 253df303713463d7d5b4d5b8f4e4b2f1ad15ddf2 Mon Sep 17 00:00:00 2001 From: ge Date: Thu, 9 Nov 2023 20:33:13 +0300 Subject: [PATCH] upd roadmap --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c98cd8..096853c 100644 --- a/README.md +++ b/README.md @@ -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: ```