mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-12 11:12:27 -04:00
Add debugd ssh key distribution
This commit is contained in:
parent
cf9662641c
commit
d770957975
16 changed files with 541 additions and 262 deletions
|
@ -42,7 +42,7 @@ func transformState(tfOut terraformOutput) state.ConstellationState {
|
|||
Name: "qemu",
|
||||
UID: "debug",
|
||||
CloudProvider: cloudprovider.QEMU.String(),
|
||||
BootstrapperHost: tfOut.ControlPlaneIPs.Value[0],
|
||||
LoadBalancerIP: tfOut.ControlPlaneIPs.Value[0],
|
||||
QEMUWorkerInstances: cloudtypes.Instances{},
|
||||
QEMUControlPlaneInstances: cloudtypes.Instances{},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue