sentinel-dome: remove interface from board configs
The ManagedHost interface used by bmcweb would populate the
ComputerSystem collection with 16 members instead of 8.
Removing the interface from the board configs and
only keeping it on the chassis config resolves the issue.
Tested: Build target image and observe result of a getSubTree
call constrained to the interface return 8 objects.
Change-Id: Ib87fa81e436df725b461d2b96907111ad4cf9a4f
Signed-off-by: Oliver Brewka <mox669.dev@gmail.com>
diff --git a/configurations/meta/yosemite4_sentineldome_t1.json b/configurations/meta/yosemite4_sentineldome_t1.json
index 67364e2..8785d47 100644
--- a/configurations/meta/yosemite4_sentineldome_t1.json
+++ b/configurations/meta/yosemite4_sentineldome_t1.json
@@ -374,9 +374,6 @@
"xyz.openbmc_project.Inventory.Decorator.AssetTag": {
"AssetTag": "$PRODUCT_ASSET_TAG"
},
- "xyz.openbmc_project.Inventory.Decorator.ManagedHost": {
- "HostIndex": "$bus % 15"
- },
"xyz.openbmc_project.Inventory.Decorator.Revision": {
"Version": "$PRODUCT_VERSION"
},
diff --git a/configurations/meta/yosemite4_sentineldome_t1_retimer.json b/configurations/meta/yosemite4_sentineldome_t1_retimer.json
index a542ad2..b69e7aa 100644
--- a/configurations/meta/yosemite4_sentineldome_t1_retimer.json
+++ b/configurations/meta/yosemite4_sentineldome_t1_retimer.json
@@ -434,9 +434,6 @@
"xyz.openbmc_project.Inventory.Decorator.AssetTag": {
"AssetTag": "$PRODUCT_ASSET_TAG"
},
- "xyz.openbmc_project.Inventory.Decorator.ManagedHost": {
- "HostIndex": "$bus % 15"
- },
"xyz.openbmc_project.Inventory.Decorator.Revision": {
"Version": "$PRODUCT_VERSION"
},
diff --git a/configurations/meta/yosemite4_sentineldome_t2.json b/configurations/meta/yosemite4_sentineldome_t2.json
index 6790468..cfa3a8b 100644
--- a/configurations/meta/yosemite4_sentineldome_t2.json
+++ b/configurations/meta/yosemite4_sentineldome_t2.json
@@ -445,9 +445,6 @@
"xyz.openbmc_project.Inventory.Decorator.AssetTag": {
"AssetTag": "$PRODUCT_ASSET_TAG"
},
- "xyz.openbmc_project.Inventory.Decorator.ManagedHost": {
- "HostIndex": "$bus % 15"
- },
"xyz.openbmc_project.Inventory.Decorator.Revision": {
"Version": "$PRODUCT_VERSION"
},
diff --git a/configurations/meta/yosemite4_sentineldome_t2_retimer.json b/configurations/meta/yosemite4_sentineldome_t2_retimer.json
index 2593ade..b54e9ff 100644
--- a/configurations/meta/yosemite4_sentineldome_t2_retimer.json
+++ b/configurations/meta/yosemite4_sentineldome_t2_retimer.json
@@ -505,9 +505,6 @@
"xyz.openbmc_project.Inventory.Decorator.AssetTag": {
"AssetTag": "$PRODUCT_ASSET_TAG"
},
- "xyz.openbmc_project.Inventory.Decorator.ManagedHost": {
- "HostIndex": "$bus % 15"
- },
"xyz.openbmc_project.Inventory.Decorator.Revision": {
"Version": "$PRODUCT_VERSION"
},