Sha256: adefa910934b8e1bfa35854e7a1c11003c11e1f29ffdb12d8bdcfaa329deec71

Contents?: true

Size: 578 Bytes

Versions: 35

Compression:

Stored size: 578 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')
  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

35 entries across 35 versions & 1 rubygems

Version Path
onering-report-plugins-0.0.15 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.14 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.13 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.12 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.11 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.10 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.9 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.8 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.7 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.6 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.5 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.4 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.3 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.2 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.1 lib/reporter/default/properties_physical.rb