You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cd /root/sandbox/compose && unzip /root/compose.zip
11
+
- cd /root/sandbox/compose && TINKERBELL_CLIENT_MAC=${WORKER_MAC} TINKERBELL_TEMPLATE_MANIFEST=/manifests/template/ubuntu-equinix-metal.yaml TINKERBELL_HARDWARE_MANIFEST=/manifests/hardware/hardware-equinix-metal.json docker-compose up -d
# Can't do this: │ Error: vlan assignment batch could not be created: POST https://api.equinix.com/metal/v1/ports/b0bdf6d8-589e-4988-9000-9f49c97a54e1/vlan-assignments/batches: 422 Can't assign VLANs to port b0bdf6d8-589e-4988-9000-9f49c97a54e1, the port is configured for Layer 3 mode., Port b0bdf6d8-589e-4988-9000-9f49c97a54e1 cannot be assigned to VLANs., Bond disabled
Copy file name to clipboardExpand all lines: docs/quickstarts/TERRAFORMEM.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This option will also show you how to create a machine to provision.
42
42
Or if you have the [Equinix Metal CLI](https://github.com/equinix/metal-cli) installed run the following:
43
43
44
44
```bash
45
-
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[1].values.id')
45
+
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[3].values.id')
46
46
```
47
47
48
48
5. Watch the provision complete
@@ -94,7 +94,7 @@ This option will also show you how to create a machine to provision.
94
94
Now reboot the `tink-worker` via the [Equinix Metal Web UI](https://console.equinix.com), or if you have the [Equinix Metal CLI](https://github.com/equinix/metal-cli) installed run the following:
95
95
96
96
```bash
97
-
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[1].values.id')
97
+
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[3].values.id')
0 commit comments