projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
imagery: fix volume mount
[chef.git]
/
roles
/
spike-01.rb
diff --git
a/roles/spike-01.rb
b/roles/spike-01.rb
index 2f561fca8bc790682fab7cb362bb6f7c88c60956..5f048e341a6c26209fc534cea19a5a1aa6e3328e 100644
(file)
--- a/
roles/spike-01.rb
+++ b/
roles/spike-01.rb
@@
-4,28
+4,28
@@
description "Master role applied to spike-01"
default_attributes(
:networking => {
:interfaces => {
default_attributes(
:networking => {
:interfaces => {
- :internal
_ipv4
=> {
+ :internal => {
:interface => "bond0",
:role => :internal,
:interface => "bond0",
:role => :internal,
- :family => :inet,
- :address => "10.0.64.3",
+ :inet => {
+ :address => "10.0.64.3"
+ },
:bond => {
:mode => "802.3ad",
:lacprate => "fast",
:bond => {
:mode => "802.3ad",
:lacprate => "fast",
- :slaves => %w[eno1 eno2]
+ :xmithashpolicy => "layer3+4",
+ :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50]
}
},
}
},
- :external
_ipv4
=> {
+ :external => {
:interface => "bond0.101",
:role => :external,
:interface => "bond0.101",
:role => :external,
- :family => :inet,
- :address => "184.104.226.99"
- },
- :external_ipv6 => {
- :interface => "bond0.101",
- :role => :external,
- :family => :inet6,
- :address => "2001:470:1:b3b::3"
+ :inet => {
+ :address => "184.104.226.99"
+ },
+ :inet6 => {
+ :address => "2001:470:1:b3b::3"
+ }
}
}
}
}
}
}