mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
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:
parent
b013a7ab32
commit
b79f7d0c8c
37 changed files with 954 additions and 79 deletions
|
@ -67,6 +67,7 @@ Where applicable, the API uses the following CSP names:
|
|||
- `aws` for Amazon Web Services
|
||||
- `azure` for Microsoft Azure
|
||||
- `gcp` for Google Cloud Platform
|
||||
- `openstack` for OpenStack
|
||||
- `qemu` for QEMU
|
||||
|
||||
The following HTTP endpoints are available:
|
||||
|
@ -106,6 +107,9 @@ The image lookup table is a JSON file that maps the image name consisting of `re
|
|||
"gcp": {
|
||||
"sev-es": "gcp-image-123"
|
||||
},
|
||||
"openstack": {
|
||||
"sev": "https://cdn.confidential.cloud/constellation/v1/ref/<REF>/stream/<STREAM>/<VERSION>/image/csp/openstack/image.raw"
|
||||
},
|
||||
"qemu": {
|
||||
"default": "https://cdn.confidential.cloud/constellation/v1/ref/<REF>/stream/<STREAM>/<VERSION>/image/csp/qemu/image.raw"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue