Skip to content

Commit f41b758

Browse files
authored
Merge pull request #606 from RekhaAparna01/populateChassisType
Populate RackMount as default chassis type
2 parents 9d2cd2e + f0384c1 commit f41b758

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

configuration/ibm/50001000.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@
8787
"serviceName": "xyz.openbmc_project.Inventory.Manager",
8888
"isSystemVpd": true,
8989
"extraInterfaces": {
90-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
90+
"xyz.openbmc_project.Inventory.Item.Chassis": {
91+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
92+
},
9193
"xyz.openbmc_project.Inventory.Item.Global": null,
9294
"com.ibm.ipzvpd.Location": {
9395
"LocationCode": "Ufcs"

configuration/ibm/50001000_v2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
"serviceName": "xyz.openbmc_project.Inventory.Manager",
110110
"isSystemVpd": true,
111111
"extraInterfaces": {
112-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
112+
"xyz.openbmc_project.Inventory.Item.Chassis": {
113+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
114+
},
113115
"xyz.openbmc_project.Inventory.Item.Global": null,
114116
"com.ibm.ipzvpd.Location": {
115117
"LocationCode": "Ufcs"

configuration/ibm/50001001.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@
8787
"serviceName": "xyz.openbmc_project.Inventory.Manager",
8888
"isSystemVpd": true,
8989
"extraInterfaces": {
90-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
90+
"xyz.openbmc_project.Inventory.Item.Chassis": {
91+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
92+
},
9193
"xyz.openbmc_project.Inventory.Item.Global": null,
9294
"com.ibm.ipzvpd.Location": {
9395
"LocationCode": "Ufcs"

configuration/ibm/50001001_v2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
"serviceName": "xyz.openbmc_project.Inventory.Manager",
110110
"isSystemVpd": true,
111111
"extraInterfaces": {
112-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
112+
"xyz.openbmc_project.Inventory.Item.Chassis": {
113+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
114+
},
113115
"xyz.openbmc_project.Inventory.Item.Global": null,
114116
"com.ibm.ipzvpd.Location": {
115117
"LocationCode": "Ufcs"

configuration/ibm/50001002.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@
9999
"serviceName": "xyz.openbmc_project.Inventory.Manager",
100100
"isSystemVpd": true,
101101
"extraInterfaces": {
102-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
102+
"xyz.openbmc_project.Inventory.Item.Chassis": {
103+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
104+
},
103105
"xyz.openbmc_project.Inventory.Item.Global": null,
104106
"com.ibm.ipzvpd.Location": {
105107
"LocationCode": "Ufcs"

configuration/ibm/50003000.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
"serviceName": "xyz.openbmc_project.Inventory.Manager",
105105
"isSystemVpd": true,
106106
"extraInterfaces": {
107-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
107+
"xyz.openbmc_project.Inventory.Item.Chassis": {
108+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
109+
},
108110
"xyz.openbmc_project.Inventory.Item.Global": null,
109111
"com.ibm.ipzvpd.Location": {
110112
"LocationCode": "Ufcs"

configuration/ibm/50003000_v2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
"serviceName": "xyz.openbmc_project.Inventory.Manager",
105105
"isSystemVpd": true,
106106
"extraInterfaces": {
107-
"xyz.openbmc_project.Inventory.Item.Chassis": null,
107+
"xyz.openbmc_project.Inventory.Item.Chassis": {
108+
"Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
109+
},
108110
"xyz.openbmc_project.Inventory.Item.Global": null,
109111
"com.ibm.ipzvpd.Location": {
110112
"LocationCode": "Ufcs"

0 commit comments

Comments
 (0)