X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a43c68f32296f57edd6981149438de62b99d2080..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/grindtooth.rb diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index f5eb3afcf..d504a189f 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -4,16 +4,25 @@ description "Master role applied to grindtooth" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", + :internal => { + :interface => "enp3s0f0.2801", :role => :internal, - :family => :inet, - :address => "10.0.0.19" + :inet => { + :address => "10.0.0.19" + } + }, + :external => { + :interface => "enp3s0f0.2800", + :role => :external, + :inet => { + :address => "193.60.236.15" + } } } } ) run_list( - "role[ucl-internal]" + "role[ucl]", + "role[taginfo]" )