]> git.openstreetmap.org Git - chef.git/commitdiff
Fix interface name for ysera
authorTom Hughes <tom@compton.nu>
Sun, 11 Aug 2019 19:29:57 +0000 (20:29 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 11 Aug 2019 19:29:57 +0000 (20:29 +0100)
roles/ysera.rb

index 33a88de1a1a3733370ae05902a133338becabc84..b23b6da265744ad3d858591d789fb31560a63ae8 100644 (file)
@@ -8,13 +8,13 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0.2801",
+        :interface => "eno1.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.15"
       },
       :external_ipv4 => {
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.15"
       },
       :external_ipv4 => {
-        :interface => "eth0.2800",
+        :interface => "eno1.2800",
         :role => :external,
         :family => :inet,
         :address => "193.60.236.22"
         :role => :external,
         :family => :inet,
         :address => "193.60.236.22"