cli: add basic support for constellation create on OpenStack (#1283)

* image: support OpenStack image build / upload

* cli: add OpenStack terraform template

* config: add OpenStack as CSP

* versionsapi: add OpenStack as CSP

* cli: add OpenStack as provider for `config generate` and `create`

* disk-mapper: add basic support for boot on OpenStack

* debugd: add placeholder for OpenStack

* image: fix config file sourcing for image upload
This commit is contained in:
Malte Poll 2023-02-27 18:19:52 +01:00 committed by GitHub
parent b013a7ab32
commit b79f7d0c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 954 additions and 79 deletions

View file

@ -12,12 +12,13 @@ func _() {
_ = x[AWS-1]
_ = x[Azure-2]
_ = x[GCP-3]
_ = x[QEMU-4]
_ = x[OpenStack-4]
_ = x[QEMU-5]
}
const _Provider_name = "UnknownAWSAzureGCPQEMU"
const _Provider_name = "UnknownAWSAzureGCPOpenStackQEMU"
var _Provider_index = [...]uint8{0, 7, 10, 15, 18, 22}
var _Provider_index = [...]uint8{0, 7, 10, 15, 18, 27, 31}
func (i Provider) String() string {
if i >= Provider(len(_Provider_index)-1) {