X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04a8aea0708afb576b70ac823abd5d6bad2372c6..f112a31d68b020d1443d2fa38d2941de50e2eaa4:/roles/ironbelly.rb?ds=sidebyside diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 2730a8fb3..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 => { @@ -108,7 +108,9 @@ default_attributes( run_list( "role[equinix-ams]", + "role[gateway]", "recipe[rsyncd]", "recipe[dhcpd]", - "recipe[imagery::za_ngi_aerial]" + "recipe[imagery::za_ngi_aerial]", + "recipe[imagery::us_imagery]" )