From e48e2955b3d4eb1be816b8cad3d7e1feedae42db Mon Sep 17 00:00:00 2001 From: dlotterman Date: Tue, 4 Aug 2020 15:55:52 -0400 Subject: [PATCH] * updated the packet_device block in main.tf to remove "network_type" "hybrid" and move that to "packet_device_network_type" following the breaking change in the terraform packet provider * Added "depends_on" to "packet_port_vlan_attachment" to wait for "packet_device_network_type" for "packet_device.router.id" * Addressed reboot after install to disk https://github.com/packet-labs/packet-router/issues/3 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86468ba..931a1e8 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,9 @@ vyos@vyos:~$ sudo rm -f /etc/network/interfaces.d/50-cloud-init.cfg After installing VyOS to disk, the Bare Metal Server should be rebooted before applying production configurations.
-vyos@vyos:~$ poweroff
-Are you sure you want to poweroff this system? [y/N] y
+vyos@vyos:~$ reboot
+Are you sure you want to reboot this system? [y/N]
+>>>>>>> * updated the packet_device block in main.tf to remove "network_type"
 
## Apply VyOS Config