Sha256: 6ece508d26fc77149125905aa106824ba4dcd6919cb793cca2486facd93476ae

Contents?: true

Size: 610 Bytes

Versions: 19

Compression:

Stored size: 610 Bytes

Contents

# Onering Collector - Physical Properties plugin
#   provides collection of hardware location data using vendor tools
#

report do
  property :site,            Facter.value('site')
  property :environment,     Facter.value('environment')
  property :slot,            Facter.value('slot')
  property :virtual,         (Facter.value('is_virtual').to_s == 'true' ? true : false)
  property :ipmi_ip,         Facter.value('ipmi_ip')
  property :ipmi_netmask,    Facter.value('ipmi_netmask')
  property :ipmi_gateway,    Facter.value('ipmi_gateway')
  property :ipmi_macaddress, Facter.value('ipmi_macaddress')
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
onering-report-plugins-0.0.54 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.53 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.52 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.51 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.50 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.49 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.48 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.47 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.46 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.45 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.44 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.43 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.42 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.41 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.40 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.39 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.38 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.37 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.36 lib/reporter/default/properties_physical.rb