Revision e5bb2ac389fc2d0d5730c265c95d4034ee13dcc1 authored by Faidon Liambotis on 29 May 2017, 21:24:04 UTC, committed by Faidon Liambotis on 08 June 2017, 23:23:04 UTC
Instead of hardcoding eth0 and eth1 in a bunch of places, use
$monitor_iface (for eth0) and $data_iface (eth1) as parameters to
role::labs::nfs::secondary and pass them to included classes as needed.

We could use $facts['interface_primary'] for $monitor_iface (instead of
eth0), but since we have to hardcode the value for $data_iface, that
would be of limited value.

Change-Id: I761da8f8d2e07e596c2d81a69d48543dc88ece2a
1 parent 96c5de1
History
File Mode Size
conftool-data
doc
files
hieradata
manifests
modules
utils
.ctags -rw-r--r-- 323 bytes
.gitignore -rw-r--r-- 499 bytes
.gitmodules -rw-r--r-- 717 bytes
.gitreview -rw-r--r-- 101 bytes
.mailmap -rw-r--r-- 9.5 KB
.puppet-lint.rc -rw-r--r-- 239 bytes
.rubocop.yml -rw-r--r-- 919 bytes
.rubocop_todo.yml -rw-r--r-- 11.4 KB
.ruby-version -rw-r--r-- 4 bytes
Gemfile -rw-r--r-- 434 bytes
README -rw-r--r-- 783 bytes
Rakefile -rw-r--r-- 6.0 KB
tox.ini -rw-r--r-- 1.0 KB
typos -rw-r--r-- 400 bytes

README

back to top