projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
nominatim: add pygments for colorful debug output
[chef.git]
/
roles
/
culebre.rb
diff --git
a/roles/culebre.rb
b/roles/culebre.rb
index dd29fe29b801e93e8ce600f179a78a7c1a2d1e63..c956e456c93958393aea30a4de278f2f33b369f3 100644
(file)
--- a/
roles/culebre.rb
+++ b/
roles/culebre.rb
@@
-4,11
+4,12
@@
description "Master role applied to culebre"
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.9",
+ :inet => {
+ :address => "10.0.64.9"
+ },
:bond => {
:mode => "802.3ad",
:lacprate => "fast",
:bond => {
:mode => "802.3ad",
:lacprate => "fast",
@@
-16,17
+17,15
@@
default_attributes(
:slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3]
}
},
:slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3]
}
},
- :external
_ipv4
=> {
+ :external => {
:interface => "bond0.101",
:role => :external,
:interface => "bond0.101",
:role => :external,
- :family => :inet,
- :address => "184.104.226.105"
- },
- :external_ipv6 => {
- :interface => "bond0.101",
- :role => :external,
- :family => :inet6,
- :address => "2001:470:1:b3b::9"
+ :inet => {
+ :address => "184.104.226.105"
+ },
+ :inet6 => {
+ :address => "2001:470:1:b3b::9"
+ }
}
}
},
}
}
},