blob: 2cd3b4460f348fa7fdb94b0be74a5ba1c9165e5d [file] [log] [blame]
Brad Bishopd7cbc982017-07-31 22:44:24 -04001/xyz/openbmc_project/control/minimum_ship_level_required:
2 Interface: xyz.openbmc_project.Control.MinimumShipLevel
3 Properties:
4 MinimumShipLevelRequired:
5 Default: 'true'
6
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -05007/xyz/openbmc_project/control/host0/auto_reboot:
8 Interface: xyz.openbmc_project.Control.Boot.RebootPolicy
Patrick Williams4e57b352017-07-29 06:30:06 -05009 Properties:
10 AutoReboot:
George Keishinge55db122017-07-31 11:57:32 -050011 Default: 'true'
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050012
13/xyz/openbmc_project/control/host0/boot_source:
14 Interface: xyz.openbmc_project.Control.Boot.Source
Patrick Williams4e57b352017-07-29 06:30:06 -050015 Properties:
16 BootSource:
17 Default: Source::Sources::Default
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050018
19/xyz/openbmc_project/control/host0/boot_mode:
20 Interface: xyz.openbmc_project.Control.Boot.Mode
Patrick Williams4e57b352017-07-29 06:30:06 -050021 Properties:
22 BootMode:
23 Default: Mode::Modes::Regular
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050024
25/xyz/openbmc_project/control/host0/power_cap:
26 Interface: xyz.openbmc_project.Control.Power.Cap
Patrick Williams4e57b352017-07-29 06:30:06 -050027 Properties:
28 PowerCap:
29 Default: 0
30 Validation:
31 Type: "range"
32 Validator: "0..1000"
33 Unit: "Watts"
34 PowerCapEnable:
35 Default: 'false'
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050036
37/xyz/openbmc_project/control/host0/power_restore_policy:
38 Interface: xyz.openbmc_project.Control.Power.RestorePolicy
Patrick Williams4e57b352017-07-29 06:30:06 -050039 Properties:
40 PowerRestorePolicy:
41 Default: RestorePolicy::Policy::Restore
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050042
43/xyz/openbmc_project/time/owner:
44 Interface: xyz.openbmc_project.Time.Owner
Patrick Williams4e57b352017-07-29 06:30:06 -050045 Properties:
46 TimeOwner:
47 Default: Owner::Owners::BMC
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050048
49/xyz/openbmc_project/time/sync_method:
50 Interface: xyz.openbmc_project.Time.Synchronization
Patrick Williams4e57b352017-07-29 06:30:06 -050051 Properties:
52 TimeSyncMethod:
53 Default: Synchronization::Method::NTP
Ratan Gupta24bfc042017-07-10 12:13:34 +053054
55/xyz/openbmc_project/network/host0/intf:
56 Interface: xyz.openbmc_project.Network.MACAddress
Patrick Williams4e57b352017-07-29 06:30:06 -050057 Properties:
58 MACAddress:
59 Default: '"00:00:00:00:00:00"'
60 Validation:
61 Type: "regex"
62 Validator: '^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$'
Ratan Gupta24bfc042017-07-10 12:13:34 +053063
Patrick Williams4e57b352017-07-29 06:30:06 -050064#needs to implement address validation TODO openbmc/issues/2046
Ratan Gupta24bfc042017-07-10 12:13:34 +053065/xyz/openbmc_project/network/host0/intf/addr:
66 Interface: xyz.openbmc_project.Network.IP
Patrick Williams4e57b352017-07-29 06:30:06 -050067 Properties:
68 Address:
69 Default: '"0.0.0.0"'
70 PrefixLength:
71 Default: 0
72 Validation:
73 Type: "range"
74 Validator: 0..128
75 Unit: "bits"
76 Origin:
77 Default: IP::AddressOrigin::Static
78 Gateway:
79 Default: '"0.0.0.0"'
80 Type:
81 Default: IP::Protocol::IPv4
Deepak Kodihalliad79a1b2017-07-22 14:12:41 -050082
83/xyz/openbmc_project/control/host0/restriction_mode:
84 Interface: xyz.openbmc_project.Control.Security.RestrictionMode
85 Properties:
86 RestrictionMode:
87 Default: RestrictionMode::Modes::None
Marri Devender Rao7f0a66d2017-07-19 02:13:31 -050088
89/xyz/openbmc_project/control/host0/TPMEnable:
90 Interface: xyz.openbmc_project.Control.TPM.Policy
91 Properties:
92 TPMEnable:
93 Default: 'false'