]> git.openstreetmap.org Git - chef.git/blob - roles/spike-01.rb
Switch to emergency frontend only setup
[chef.git] / roles / spike-01.rb
1 name "spike-01"
2 description "Master role applied to spike-01"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth1",
9         :role => :external,
10         :family => :inet,
11         :address => "193.63.75.99",
12         :hwaddress => "00:1a:4b:a5:fd:2a"
13       },
14       :external_ipv6 => {
15         :interface => "eth1",
16         :role => :external,
17         :family => :inet6,
18         :address => "2001:630:12:500:21a:4bff:fea5:fd2a",
19         :hwaddress => "00:1a:4b:a5:fd:2a"
20       }
21     }
22   }
23 )
24
25 run_list(
26   "role[ic]",
27   "role[hp-g6]",
28   "role[web-frontend]",
29   "role[web-gpximport]",
30   "role[web-statistics]",
31   "role[web-cleanup]"
32 )