From 7e5ec46d3f67e2447145e6399995ac554a61f152 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 21 Sep 2016 09:09:48 -0400 Subject: inventory: Move INVENTORY_ROOT to inventory module Change-Id: Ic68d4a48ff46002858934e0b9c9b1694a2a17a08 Signed-off-by: Brad Bishop --- configs/Barreleye.py | 2 -- configs/Firestone.py | 2 -- configs/Garrison.py | 2 -- configs/Palmetto.py | 2 -- configs/Witherspoon.py | 2 -- 5 files changed, 10 deletions(-) (limited to 'configs') 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 = { '/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" }, '/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 = { '/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" }, '/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 = { '/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" }, '/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 : '/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 = { '/system' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" }, '/system/bios' : { 'fru_type' : 'SYSTEM','is_fru' : True, 'present' : "True" }, -- cgit v1.2.1