description "Master role applied to jakelong"
default_attributes(
+ :dhcpd => {
+ :first_address => "10.0.78.1",
+ :last_address => "10.0.78.254"
+ },
:networking => {
:interfaces => {
+ :internal_ipv4 => {
+ :interface => "bond0",
+ :role => :internal,
+ :family => :inet,
+ :address => "10.0.64.12",
+ :bond => {
+ :mode => "802.3ad",
+ :lacprate => "fast",
+ :xmithashpolicy => "layer3+4",
+ :slaves => %w[eno1 eno2 eno3 eno4 ens1f0 ens1f1]
+ }
+ },
:external_ipv4 => {
- :interface => "eth0",
+ :interface => "bond0.101",
:role => :external,
:family => :inet,
- :address => "64.62.205.202",
- :prefix => "26",
- :gateway => "64.62.205.193"
+ :address => "184.104.226.108"
+ },
+ :external_ipv6 => {
+ :interface => "bond0.101",
+ :role => :external,
+ :family => :inet6,
+ :address => "2001:470:1:b3b::c"
}
}
- },
- :squid => {
- :cache_mem => "650 MB",
- :cache_dir => "coss /store/squid/coss-01 15000 block-size=8192 max-size=262144 membufs=30"
- },
- :tilecache => {
- :tile_parent => "sanfrancisco.render.openstreetmap.org"
}
)
run_list(
- "role[prgmr]",
- "role[tilecache]"
+ "role[equinix-dub]",
+ "role[hp-dl360e-g8]",
+ "role[community]",
+ "recipe[dhcpd]"
)