$ terraform apply ... + scrubber0_summary = <<-EOT hostname: scrubber0 fqdn: scrubber0.internal.staging.swh.network network: ip=192.168.130.120/24,gw=192.168.130.1 macaddrs=86:09:0A:61:AB:C1 vmid: 142 EOT
Related to T4102
Paths
| Differential D7594 Authored by ardumont on Apr 19 2022, 1:55 PM.
Details
Summary $ terraform apply ... + scrubber0_summary = <<-EOT hostname: scrubber0 fqdn: scrubber0.internal.staging.swh.network network: ip=192.168.130.120/24,gw=192.168.130.1 macaddrs=86:09:0A:61:AB:C1 vmid: 142 EOT Related to T4102 Test Plan terraform apply
Diff Detail
Event TimelineHarbormaster completed remote builds in B28542: Diff 27517.Apr 19 2022, 1:55 PM2022-04-19 13:55:51 (UTC+2) This revision was not accepted when it landed; it landed in state Needs Review.Apr 19 2022, 2:54 PM2022-04-19 14:54:36 (UTC+2) Closed by commit rSPREc7878e9b2883: Provision scrubber0.internal.staging.swh.network (authored by ardumont). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27520 proxmox/terraform/staging/staging.tf
proxmox/terraform/staging/terraform.tfstate
|
not related to this diff, but we really shouldn't use directory_ls. It's slow because it joins against other tables, but swh-provenance doesn't use any of the values obtained by the join. swh.storage.algos.directory.directory_get should be used instead.