projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update interface names for draco and eustace
[chef.git]
/
roles
/
eustace.rb
1
name "eustace"
2
description "Master role applied to eustace"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:internal_ipv4 => {
8
:interface => "eth0.2801",
9
:role => :internal,
10
:family => :inet,
11
:address => "10.0.0.9"
12
},
13
:external_ipv4 => {
14
:interface => "eth0.2800",
15
:role => :external,
16
:family => :inet,
17
:address => "193.60.236.14"
18
}
19
}
20
}
21
)
22
23
run_list(
24
"role[ucl-slough]",
25
"role[hp-dl360-g6]",
26
"role[piwik]"
27
)