blob: a0c147a5eb4f1c009f842273bd3fa5c898a5c531 [file] [log] [blame]
Manojkiran Edaa907a582021-01-19 14:28:06 +05301{
Patrick Williams36180642022-12-08 06:13:03 -06002 "entries": [
3 {
4 "attribute_name": "pvm_system_name",
5 "string_type": "ASCII",
6 "minimum_string_length": 0,
7 "maximum_string_length": 100,
8 "default_string_length": 0,
9 "default_string": "",
10 "helpText": "pvm_system_name",
11 "displayName": "pvm_system_name",
12 "dbus": {
13 "object_path": "/xyz/openbmc_project/inventory/system",
14 "interface": "xyz.openbmc_project.Inventory.Decorator.AssetTag",
15 "property_name": "AssetTag",
16 "property_type": "string"
Manojkiran Edad9144e42021-10-18 21:03:23 +053017 }
Patrick Williams36180642022-12-08 06:13:03 -060018 },
19 {
20 "attribute_name": "vmi_hostname",
21 "string_type": "ASCII",
22 "minimum_string_length": 0,
23 "maximum_string_length": 255,
24 "default_string_length": 0,
25 "default_string": "",
26 "helpText": "vmi_hostname",
27 "displayName": "vmi_hostname"
28 },
29 {
30 "attribute_name": "vmi_if0_ipv4_gateway",
31 "string_type": "ASCII",
32 "minimum_string_length": 7,
33 "maximum_string_length": 15,
34 "default_string_length": 7,
35 "default_string": "0.0.0.0",
36 "helpText": "vmi_if0_ipv4_gateway",
37 "displayName": "vmi_if0_ipv4_gateway"
38 },
39 {
40 "attribute_name": "vmi_if1_ipv4_gateway",
41 "string_type": "ASCII",
42 "minimum_string_length": 7,
43 "maximum_string_length": 15,
44 "default_string_length": 7,
45 "default_string": "0.0.0.0",
46 "helpText": "vmi_if1_ipv4_gateway",
47 "displayName": "vmi_if1_ipv4_gateway"
48 },
49 {
50 "attribute_name": "vmi_if0_ipv4_ipaddr",
51 "string_type": "ASCII",
52 "minimum_string_length": 7,
53 "maximum_string_length": 15,
54 "default_string_length": 7,
55 "default_string": "0.0.0.0",
56 "helpText": "vmi_if0_ipv4_ipaddr",
57 "displayName": "vmi_if0_ipv4_ipaddr"
58 },
59 {
60 "attribute_name": "vmi_if1_ipv4_ipaddr",
61 "string_type": "ASCII",
62 "minimum_string_length": 7,
63 "maximum_string_length": 15,
64 "default_string_length": 7,
65 "default_string": "0.0.0.0",
66 "helpText": "vmi_if1_ipv4_ipaddr",
67 "displayName": "vmi_if1_ipv4_ipaddr"
68 },
69 {
70 "attribute_name": "vmi_if0_ipv6_gateway",
71 "string_type": "ASCII",
72 "minimum_string_length": 2,
Asmitha Karunanithid15fa092023-06-05 04:01:15 -050073 "maximum_string_length": 45,
Patrick Williams36180642022-12-08 06:13:03 -060074 "default_string_length": 2,
75 "default_string": "::",
76 "helpText": "vmi_if0_ipv6_gateway",
77 "displayName": "vmi_if0_ipv6_gateway"
78 },
79 {
80 "attribute_name": "vmi_if1_ipv6_gateway",
81 "string_type": "ASCII",
82 "minimum_string_length": 2,
Asmitha Karunanithid15fa092023-06-05 04:01:15 -050083 "maximum_string_length": 45,
Patrick Williams36180642022-12-08 06:13:03 -060084 "default_string_length": 2,
85 "default_string": "::",
86 "helpText": "vmi_if1_ipv6_gateway",
87 "displayName": "vmi_if1_ipv6_gateway"
88 },
89 {
90 "attribute_name": "vmi_if0_ipv6_ipaddr",
91 "string_type": "ASCII",
92 "minimum_string_length": 2,
Asmitha Karunanithid15fa092023-06-05 04:01:15 -050093 "maximum_string_length": 45,
Patrick Williams36180642022-12-08 06:13:03 -060094 "default_string_length": 2,
95 "default_string": "::",
96 "helpText": "vmi_if0_ipv6_ipaddr",
97 "displayName": "vmi_if0_ipv6_ipaddr"
98 },
99 {
100 "attribute_name": "vmi_if1_ipv6_ipaddr",
101 "string_type": "ASCII",
102 "minimum_string_length": 2,
Asmitha Karunanithid15fa092023-06-05 04:01:15 -0500103 "maximum_string_length": 45,
Patrick Williams36180642022-12-08 06:13:03 -0600104 "default_string_length": 2,
105 "default_string": "::",
106 "helpText": "vmi_if1_ipv6_ipaddr",
107 "displayName": "vmi_if1_ipv6_ipaddr"
108 },
109 {
110 "attribute_name": "hb_mfg_flags",
111 "string_type": "Hex",
112 "minimum_string_length": 32,
113 "maximum_string_length": 32,
114 "default_string_length": 32,
115 "default_string": "00000000000000000000000000000000",
116 "helpText": "Specifies the configuration flags used by manufacturing, requires a reboot for a change to be applied.",
117 "displayName": "Manufacturing Flags (pending)"
118 },
119 {
120 "attribute_name": "hb_mfg_flags_current",
121 "string_type": "Hex",
122 "minimum_string_length": 32,
123 "maximum_string_length": 32,
124 "default_string_length": 32,
125 "default_string": "00000000000000000000000000000000",
126 "helpText": "Specifies the configuration flags used by manufacturing for the current IPL. Do not set this attribute directly; set hb_mfg_flags instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600127 "displayName": "Manufacturing Flags (current)",
128 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600129 },
130 {
131 "attribute_name": "hb_lid_ids",
132 "string_type": "ASCII",
133 "minimum_string_length": 0,
134 "maximum_string_length": 1024,
135 "default_string_length": 0,
136 "default_string": "",
137 "helpText": "Provides the host a mapping of the lid IDs to human readable names.",
138 "displayName": "Hostboot Lid IDs"
Sheldon Bailey5d77c932023-02-16 12:44:06 -0600139 },
140 {
141 "attribute_name": "hb_power_PS0_model",
142 "string_type": "ASCII",
143 "minimum_string_length": 0,
144 "maximum_string_length": 4,
145 "default_string_length": 4,
146 "default_string": "0000",
147 "helpText": "Specifies the power supply 0 model CCIN in hex.",
148 "displayName": "Power Supply 0 Model",
149 "dbus": {
150 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
151 "interface": "xyz.openbmc_project.Inventory.Decorator.Asset",
152 "property_type": "string",
153 "property_name": "Model"
154 }
155 },
156 {
157 "attribute_name": "hb_power_PS1_model",
158 "string_type": "ASCII",
159 "minimum_string_length": 0,
160 "maximum_string_length": 4,
161 "default_string_length": 4,
162 "default_string": "0000",
163 "helpText": "Specifies the power supply 1 model CCIN in hex.",
164 "displayName": "Power Supply 1 Model",
165 "dbus": {
166 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
167 "interface": "xyz.openbmc_project.Inventory.Decorator.Asset",
168 "property_type": "string",
169 "property_name": "Model"
170 }
171 },
172 {
173 "attribute_name": "hb_power_PS2_model",
174 "string_type": "ASCII",
175 "minimum_string_length": 0,
176 "maximum_string_length": 4,
177 "default_string_length": 4,
178 "default_string": "0000",
179 "helpText": "Specifies the power supply 2 model CCIN in hex.",
180 "displayName": "Power Supply 2 Model",
181 "dbus": {
182 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2",
183 "interface": "xyz.openbmc_project.Inventory.Decorator.Asset",
184 "property_type": "string",
185 "property_name": "Model"
186 }
187 },
188 {
189 "attribute_name": "hb_power_PS3_model",
190 "string_type": "ASCII",
191 "minimum_string_length": 0,
192 "maximum_string_length": 4,
193 "default_string_length": 4,
194 "default_string": "0000",
195 "helpText": "Specifies the power supply 3 model CCIN in hex.",
196 "displayName": "Power Supply 3 Model",
197 "dbus": {
198 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3",
199 "interface": "xyz.openbmc_project.Inventory.Decorator.Asset",
200 "property_type": "string",
201 "property_name": "Model"
202 }
Kamalkumar Patel15531522023-06-14 04:58:31 -0500203 },
204 {
205 "attribute_name": "pvm_ibmi_load_source",
206 "string_type": "ASCII",
207 "minimum_string_length": 0,
208 "maximum_string_length": 42,
209 "default_string_length": 0,
210 "default_string": "",
211 "helpText": "Specifies the load source the system will use to start the logical partition.",
Kamalkumar Patelfcda4d02023-08-21 07:41:27 -0500212 "displayName": "Tagged IBM i Load Source"
Kamalkumar Patel15531522023-06-14 04:58:31 -0500213 },
214 {
215 "attribute_name": "pvm_ibmi_alt_load_source",
216 "string_type": "ASCII",
217 "minimum_string_length": 0,
218 "maximum_string_length": 42,
219 "default_string_length": 0,
220 "default_string": "",
221 "helpText": "Specifies the device the system will use when a D-mode initial program load (IPL) is performed.",
Kamalkumar Patelfcda4d02023-08-21 07:41:27 -0500222 "displayName": "Tagged IBM i Alternate Load Source"
Kamalkumar Patel15531522023-06-14 04:58:31 -0500223 },
224 {
225 "attribute_name": "pvm_ibmi_console",
226 "string_type": "ASCII",
227 "minimum_string_length": 0,
228 "maximum_string_length": 42,
229 "default_string_length": 0,
230 "default_string": "",
231 "helpText": "Specifies the first workstation that the system will activate in the logical partition.",
Kamalkumar Patelfcda4d02023-08-21 07:41:27 -0500232 "displayName": "Tagged IBM i Console"
233 },
234 {
235 "attribute_name": "pvm_ibmi_server_ipaddress",
236 "string_type": "ASCII",
237 "minimum_string_length": 0,
238 "maximum_string_length": 45,
239 "default_string_length": 0,
240 "default_string": "",
241 "helpText": "Specifies the IP address of the boot server or the iSCSI target that contains the network installation image for the IBM i partition.",
242 "displayName": "Server IP Address"
243 },
244 {
245 "attribute_name": "pvm_ibmi_local_ipaddress",
246 "string_type": "ASCII",
247 "minimum_string_length": 0,
248 "maximum_string_length": 45,
249 "default_string_length": 0,
250 "default_string": "",
251 "helpText": "Specifies the local IP address for an IBM i network install in the protocol specified by IBM i IP Address Protocol.",
252 "displayName": "Local IP Address"
253 },
254 {
255 "attribute_name": "pvm_ibmi_subnet_mask",
256 "string_type": "ASCII",
257 "minimum_string_length": 0,
258 "maximum_string_length": 45,
259 "default_string_length": 0,
260 "default_string": "",
261 "helpText": "Specifies the subnet mask for an IBM i network install when the IBM i IP Address Protocol is IPv4.",
262 "displayName": "Subnet Mask"
263 },
264 {
265 "attribute_name": "pvm_ibmi_gateway_ipaddress",
266 "string_type": "ASCII",
267 "minimum_string_length": 0,
268 "maximum_string_length": 45,
269 "default_string_length": 0,
270 "default_string": "",
271 "helpText": "Specifies the Gateway IP address for an IBM i network install in the protocol specified by IBM i IP Address Protocol.",
272 "displayName": "Gateway IP Address"
273 },
274 {
275 "attribute_name": "pvm_ibmi_nfs_image_directory",
276 "string_type": "ASCII",
277 "minimum_string_length": 0,
278 "maximum_string_length": 127,
279 "default_string_length": 0,
280 "default_string": "",
281 "helpText": "Specifies the directory path on the boot server that contains the network installation image for the IBM i partition.",
282 "displayName": "Image Directory Path"
283 },
284 {
285 "attribute_name": "pvm_ibmi_iscsi_target_name",
286 "string_type": "ASCII",
287 "minimum_string_length": 0,
288 "maximum_string_length": 223,
289 "default_string_length": 0,
290 "default_string": "",
291 "helpText": "Specifies the name of the iSCSI target that contains the network installation image for the IBM i partition.",
292 "displayName": "Target Name"
293 },
294 {
295 "attribute_name": "pvm_ibmi_iscsi_initiator_name",
296 "string_type": "ASCII",
297 "minimum_string_length": 0,
298 "maximum_string_length": 223,
299 "default_string_length": 0,
300 "default_string": "",
301 "helpText": "Specifies the name of the iSCSI initiator associated with the iSCSI target. PHYP will generate an initial initiator name which the user can change. PHYP will restore the initial value if the value is changed.",
302 "displayName": "Initiator Name"
Patrick Williams36180642022-12-08 06:13:03 -0600303 }
Manojkiran Edaa907a582021-01-19 14:28:06 +0530304 ]
305}