mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-28 02:56:19 -04:00
update qemu metadata image version and use correct CSP name in qemu state (#377)
This commit is contained in:
parent
f050a301d0
commit
af99f91fec
@ -7,6 +7,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|
||||||
|
"github.com/edgelesssys/constellation/internal/cloud/cloudprovider"
|
||||||
"github.com/edgelesssys/constellation/internal/cloud/cloudtypes"
|
"github.com/edgelesssys/constellation/internal/cloud/cloudtypes"
|
||||||
"github.com/edgelesssys/constellation/internal/state"
|
"github.com/edgelesssys/constellation/internal/state"
|
||||||
)
|
)
|
||||||
@ -40,7 +41,7 @@ func transformState(tfOut terraformOutput) state.ConstellationState {
|
|||||||
conState := state.ConstellationState{
|
conState := state.ConstellationState{
|
||||||
Name: "qemu",
|
Name: "qemu",
|
||||||
UID: "debug",
|
UID: "debug",
|
||||||
CloudProvider: "qemu",
|
CloudProvider: cloudprovider.QEMU.String(),
|
||||||
BootstrapperHost: tfOut.ControlPlaneIPs.Value[0],
|
BootstrapperHost: tfOut.ControlPlaneIPs.Value[0],
|
||||||
QEMUWorkers: cloudtypes.Instances{},
|
QEMUWorkers: cloudtypes.Instances{},
|
||||||
QEMUControlPlane: cloudtypes.Instances{},
|
QEMUControlPlane: cloudtypes.Instances{},
|
||||||
|
@ -25,7 +25,7 @@ provider "docker" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "docker_image" "qemu-metadata" {
|
resource "docker_image" "qemu-metadata" {
|
||||||
name = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v1.3.2-0.20220714151638-d295be31"
|
name = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v1.4.1-0.20220817163854-84e9f659542d"
|
||||||
keep_locally = true
|
keep_locally = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user