Displaying 2 results from an estimated 2 matches for "master_ip".
2013 Aug 28
3
passing hiera data to custom fact
...e question it could
also be a data in the module definition).
I''m installing a cluster and need to get the master IP and if I can set the
hostname as a fixed known information the IP will be variable since I''m
installing it in a cloud environment
The custom facter code is:
# master_ip.rb:
#
require ''facter''
if FileTest.exists?("/usr/bin/dig")
cmd = sprintf(''/usr/bin/dig +short HERE_GOES_THE PARAMETRIC_HOSTNAME'')
result = `#{cmd}`
Facter.add("master_ip") do
setcode { result }
end
end
Any Idea on...
2005 Apr 15
3
IBM BladeCenter HS20 blades
Greetings,
We have purchased an IBM BladeCenter and I am in the process of testing
Linux installation on these things (boot off SAN i.e. qla2300 driver,
not using internal drives). My distro of choice is Debian, however,
since I'm really not interested in trying to hand compile all the
drivers, I decided to try CentOS (which I'm so far very impressed with).
On boot, as with the