Skip to content

Commit

Permalink
* updated the packet_device block in main.tf to remove "network_type"
Browse files Browse the repository at this point in the history
"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 equinix-labs#3
  • Loading branch information
dlotterman committed Aug 4, 2020
1 parent 9a561dd commit e48e295
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ vyos@vyos:~$ <b>sudo rm -f /etc/network/interfaces.d/50-cloud-init.cfg</b>
After installing VyOS to disk, the Bare Metal Server should be rebooted before applying production configurations.

<pre>
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"
</pre>

## Apply VyOS Config
Expand Down

0 comments on commit e48e295

Please sign in to comment.