summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
blob: f9ac7fbab9f91e7e52bc1790b2dca06cab19e3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[[!meta title="Road map"]]

This is the road map for vmdb2 development. It does not stretch very far,
because predicting the future is difficult. This road map also doesn't
give any dates, this is a hobby project. It's also open for discussion.

```roadmap
vmdb2_1_0:
  label: |
    vmdb2 is production ready
  depends:
    - ci_tests
    - ci_builds_daily
    - x220_install

x220_install:
  label: |
    x220 can install Debian
    onto a Thinkpad x220
    laptop

ci_tests:
  label: |
    CI builds and tests
    toy images using most
    plugins on every commit

ci_builds_daily:
  label: |
    CI builds, tests, and 
    publishes images using 
    vmdb2, on Debian buster
    and sid daily
  depends:
    - amd64_images
    - arm64_images

amd64_images:
  label: |
    CI: amd64 images

arm64_images:
  label: |
    CI: arm64 images for
    the Raspberry Pi
```