)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-g5]",
"role[roundup]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-dl360-g6]",
"role[forum]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-g5]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[tyan-s7010]",
"role[dev]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-dl360-g6]",
"role[piwik]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-dl360-g6]",
"role[taginfo]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-dl360-g6]",
"role[gps-tile]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-g5]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[nominatim]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-dl360-g6]",
"role[gateway]",
"role[foundation]",
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-g5]",
"role[yournavigation]"
)
+++ /dev/null
-name "ucl-slough"
-description "Role applied to all servers at UCL which are in Slough"
-
-default_attributes(
- :bind => {
- :forwarders => ["8.8.8.8", "8.8.4.4"]
- },
- :networking => {
- :roles => {
- :internal => {
- :inet => {
- :prefix => "20",
- :gateway => "10.0.0.3"
- }
- },
- :external => {
- :zone => "ucl",
- :inet => {
- :prefix => "24",
- :gateway => "193.60.236.254"
- }
- }
- }
- }
-)
-
-override_attributes(
- :networking => {
- :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
- :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
- }
-)
-
-run_list(
- "role[ucl]"
-)
+++ /dev/null
-name "ucl-wates"
-description "Role applied to all servers at UCL which are in Wates House"
-
-default_attributes(
- :networking => {
- :roles => {
- :internal => {
- :inet => {
- :prefix => "20",
- :gateway => "10.0.0.3"
- }
- },
- :external => {
- :zone => "ucl",
- :inet => {
- :prefix => "24",
- :gateway => "128.40.168.126"
- }
- }
- }
- },
- :sysctl => {
- :sack => {
- :comment => "Disable SACK as the UCL firewall breaks it",
- :parameters => {
- "net.ipv4.tcp_sack" => "0"
- }
- }
- }
-)
-
-override_attributes(
- :networking => {
- :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
- :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
- }
-)
-
-run_list(
- "role[ucl]"
-)
+++ /dev/null
-name "ucl-wolfson"
-description "Role applied to all servers at UCL which are in Wolfson House"
-
-default_attributes(
- :networking => {
- :roles => {
- :internal => {
- :inet => {
- :prefix => "20",
- :gateway => "10.0.0.3"
- }
- },
- :external => {
- :zone => "ucl",
- :inet => {
- :prefix => "27",
- :gateway => "128.40.45.222"
- }
- }
- }
- }
-)
-
-override_attributes(
- :networking => {
- :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
- :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
- }
-)
-
-run_list(
- "role[ucl]"
-)
description "Role applied to all servers at UCL"
default_attributes(
- :bind => {
- :forwarders => ["144.82.100.1", "144.82.100.41"]
- },
- :location => "London, England"
+ :location => "Slough, England",
+ :networking => {
+ :roles => {
+ :internal => {
+ :inet => {
+ :prefix => "20",
+ :gateway => "10.0.0.3"
+ }
+ },
+ :external => {
+ :zone => "ucl",
+ :inet => {
+ :prefix => "24",
+ :gateway => "193.60.236.254"
+ }
+ }
+ }
+ }
)
override_attributes(
+ :networking => {
+ :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
+ :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
+ },
:ntp => {
- :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
+ :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
}
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[hp-dl360-g6]",
"role[munin]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[tyan-s7010]",
"role[tile]"
)
)
run_list(
- "role[ucl-slough]",
+ "role[ucl]",
"role[owl]"
)