summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-21 09:09:48 -0400
committerPatrick Williams <patrick@stwcx.xyz>2016-09-23 20:18:45 +0000
commit7e5ec46d3f67e2447145e6399995ac554a61f152 (patch)
tree92dfc9525c95bad1ffc9d7fec523772c69239d45 /configs
parentef3a3ce826e37c6510d4e645d10d77180c318477 (diff)
downloadtalos-skeleton-7e5ec46d3f67e2447145e6399995ac554a61f152.tar.gz
talos-skeleton-7e5ec46d3f67e2447145e6399995ac554a61f152.zip
inventory: Move INVENTORY_ROOT to inventory module
Change-Id: Ic68d4a48ff46002858934e0b9c9b1694a2a17a08 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/Barreleye.py2
-rw-r--r--configs/Firestone.py2
-rw-r--r--configs/Garrison.py2
-rw-r--r--configs/Palmetto.py2
-rw-r--r--configs/Witherspoon.py2
5 files changed, 0 insertions, 10 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index 52d6906..8a3bbca 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -35,8 +35,6 @@ EXIT_STATE_DEPEND = {
},
}
-INVENTORY_ROOT = '/org/openbmc/inventory'
-
FRU_INSTANCES = {
'<inventory_root>/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
'<inventory_root>/system/bios' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
diff --git a/configs/Firestone.py b/configs/Firestone.py
index e62a0a8..f525661 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -28,8 +28,6 @@ EXIT_STATE_DEPEND = {
},
}
-INVENTORY_ROOT = '/org/openbmc/inventory'
-
FRU_INSTANCES = {
'<inventory_root>/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
'<inventory_root>/system/bios' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
diff --git a/configs/Garrison.py b/configs/Garrison.py
index b5bfd3a..56e3392 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -28,8 +28,6 @@ EXIT_STATE_DEPEND = {
},
}
-INVENTORY_ROOT = '/org/openbmc/inventory'
-
FRU_INSTANCES = {
'<inventory_root>/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
'<inventory_root>/system/bios' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index f99d5e2..f1ba970 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -29,8 +29,6 @@ EXIT_STATE_DEPEND = {
}
}
-INVENTORY_ROOT = '/org/openbmc/inventory'
-
ID_LOOKUP = {
'FRU' : {
0x0d : '<inventory_root>/system/chassis',
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 4c73efb..debe096 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -28,8 +28,6 @@ EXIT_STATE_DEPEND = {
},
}
-INVENTORY_ROOT = '/org/openbmc/inventory'
-
FRU_INSTANCES = {
'<inventory_root>/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
'<inventory_root>/system/bios' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" },
OpenPOWER on IntegriCloud