X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c6c74944114ac373673eaa2d729e0ffde9293e23..78b8ee8ababdae0ca588c45be33a607fcc94d141:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 4d3c83a74..696ee3f56 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -36,7 +36,7 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[eth0 eth1] + :slaves => %w[enp2s0f0 enp2s0f1] } }, :external => { @@ -111,5 +111,6 @@ run_list( "role[gateway]", "recipe[rsyncd]", "recipe[dhcpd]", - "recipe[imagery::za_ngi_aerial]" + "recipe[imagery::za_ngi_aerial]", + "recipe[imagery::us_imagery]" )