Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
This iname definitely works on FCOS.
  • Loading branch information
LorbusChris committed May 5, 2020
1 parent 1c80ea8 commit 9f5798c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upi/vsphere/vm/ignition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "ignition_file" "static_ip" {
for_each = var.hostnames_ip_addresses

filesystem = "root"
path = "/etc/NetworkManager/system-connections/ens192.nmconnection"
path = "/etc/NetworkManager/system-connections/eth0.nmconnection"
mode = "420"

content {
Expand Down
2 changes: 1 addition & 1 deletion upi/vsphere/vm/nm-keyfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id=Static ethernet connnection 1
uuid=${uuid()}
type=802-3-ethernet
interface-name=ens192
interface-name=eth0
autoconnect=true

[ipv4]
Expand Down

0 comments on commit 9f5798c

Please sign in to comment.