File tree Expand file tree Collapse file tree 7 files changed +4
-47
lines changed
hanlon_microkernel/facter Expand file tree Collapse file tree 7 files changed +4
-47
lines changed Original file line number Diff line number Diff line change 1
- # Gathers hardware-related facts from the underlying system (used by the
2
- # hnl_mk_registration_manager to gather these sorts of facts in order to
3
- # supplement the facts gathered using Facter during the node registration
4
- # process)
1
+ # Gathers hardware-related facts from the underlying system pertaining
2
+ # to the system buses. Information gathered here is exposed directly as
3
+ # Facter facts for the purpose of node registration.
5
4
#
6
- #
7
-
8
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
9
- # (this is where the hanlon_microkernel module files are placed by
10
- # our Dockerfile)
11
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
12
5
13
6
require 'facter'
14
7
Original file line number Diff line number Diff line change 2
2
# to the processors. Information gathered here is exposed directly as
3
3
# Facter facts for the purpose of node registration.
4
4
#
5
- #
6
-
7
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8
- # (this is where the hanlon_microkernel module files are placed by
9
- # our Dockerfile)
10
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
11
5
12
6
require 'facter'
13
7
Original file line number Diff line number Diff line change 1
1
# Gathers hardware-related facts from the underlying system pertaining
2
- # to the processors . Information gathered here is exposed directly as
2
+ # to the physical disks . Information gathered here is exposed directly as
3
3
# Facter facts for the purpose of node registration.
4
4
#
5
- #
6
-
7
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8
- # (this is where the hanlon_microkernel module files are placed by
9
- # our Dockerfile)
10
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
11
5
12
6
require 'facter'
13
7
Original file line number Diff line number Diff line change 2
2
# to the system memory. Information gathered here is exposed directly as
3
3
# Facter facts for the purpose of node registration.
4
4
#
5
- #
6
-
7
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8
- # (this is where the hanlon_microkernel module files are placed by
9
- # our Dockerfile)
10
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
11
5
12
6
require 'facter'
13
7
Original file line number Diff line number Diff line change 2
2
# to the network interfaces. Information gathered here is exposed directly as
3
3
# Facter facts for the purpose of node registration.
4
4
#
5
- #
6
-
7
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8
- # (this is where the hanlon_microkernel module files are placed by
9
- # our Dockerfile)
10
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
11
5
12
6
require 'facter'
13
7
Original file line number Diff line number Diff line change 2
2
# to the system. Information gathered here is exposed directly as
3
3
# Facter facts for the purpose of node registration.
4
4
#
5
- #
6
-
7
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8
- # (this is where the hanlon_microkernel module files are placed by
9
- # our Dockerfile)
10
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
11
5
12
6
require 'facter'
13
7
Original file line number Diff line number Diff line change 2
2
# to the disk volumes. Information gathered here is exposed directly as
3
3
# Facter facts for the purpose of node registration.
4
4
#
5
- #
6
-
7
- # add the '/usr/local/lib/ruby' directory to the LOAD_PATH
8
- # (this is where the hanlon_microkernel module files are placed by
9
- # our Dockerfile)
10
- $LOAD_PATH. unshift ( '/usr/local/lib/ruby' )
11
5
12
6
require 'facter'
13
7
You can’t perform that action at this time.
0 commit comments