Add debugd ssh key distribution

This commit is contained in:
katexochen 2022-08-09 09:05:05 +02:00 committed by Paul Meyer
parent cf9662641c
commit d770957975
16 changed files with 541 additions and 262 deletions

View file

@ -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{},
}