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
examples
lib
manifests
spec
types
.fixtures.yml -rw-r--r-- 97 bytes
.gemspec -rw-r--r-- 1.8 KB
.gitattributes -rw-r--r-- 104 bytes
.gitignore -rw-r--r-- 245 bytes
.rspec -rw-r--r-- 31 bytes
.rubocop.yml -rw-r--r-- 7.1 KB
.sync.yml -rw-r--r-- 436 bytes
.travis.yml -rw-r--r-- 1.2 KB
CHANGELOG.md -rw-r--r-- 27.4 KB
CONTRIBUTING.md -rw-r--r-- 7.8 KB
Gemfile -rw-r--r-- 4.6 KB
LICENSE -rw-r--r-- 11.1 KB
NOTICE -rw-r--r-- 703 bytes
README.markdown -rw-r--r-- 63.8 KB
README_DEVELOPER.markdown -rw-r--r-- 1.3 KB
README_SPECS.markdown -rw-r--r-- 280 bytes
RELEASE_PROCESS.markdown -rw-r--r-- 995 bytes
Rakefile -rw-r--r-- 1.2 KB
metadata.json -rw-r--r-- 2.1 KB

README.markdown

back to top