]> git.openstreetmap.org Git - chef.git/commitdiff
Update interface names for grindtooth
authorTom Hughes <tom@compton.nu>
Thu, 22 Oct 2020 20:44:50 +0000 (21:44 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 22 Oct 2020 20:44:50 +0000 (21:44 +0100)
roles/grindtooth.rb

index 2d78c10b79b6ca43027f9d6000e6ba59b85c18f1..349cc2627caf79c49bf7876cec547f7db75c4620 100644 (file)
@@ -5,13 +5,13 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "em1.2801",
+        :interface => "enp3s0f0.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.19"
       },
       :external_ipv4 => {
-        :interface => "em1.2800",
+        :interface => "enp3s0f0.2800",
         :role => :external,
         :family => :inet,
         :address => "193.60.236.15"