blob: 00586c94869c0db6b2947eed10928fbcd5a0e733 [file] [log] [blame]
Brad Bishopd7cbc982017-07-31 22:44:24 -04001/xyz/openbmc_project/control/minimum_ship_level_required:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -05002 - Interface: xyz.openbmc_project.Control.MinimumShipLevel
3 Properties:
4 MinimumShipLevelRequired:
5 Default: 'true'
Brad Bishopd7cbc982017-07-31 22:44:24 -04006
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -05007/xyz/openbmc_project/control/host0/auto_reboot:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -05008 - Interface: xyz.openbmc_project.Control.Boot.RebootPolicy
9 Properties:
10 AutoReboot:
11 Default: 'true'
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050012
13/xyz/openbmc_project/control/host0/boot_source:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050014 - Interface: xyz.openbmc_project.Control.Boot.Source
15 Properties:
16 BootSource:
17 Default: Source::Sources::Default
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050018
19/xyz/openbmc_project/control/host0/boot_mode:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050020 - Interface: xyz.openbmc_project.Control.Boot.Mode
21 Properties:
22 BootMode:
23 Default: Mode::Modes::Regular
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050024
25/xyz/openbmc_project/control/host0/power_cap:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050026 - Interface: xyz.openbmc_project.Control.Power.Cap
27 Properties:
28 PowerCap:
29 Default: 0
30 Validation:
31 Type: "range"
32 Validator: "0..1000"
33 Unit: "Watts"
34 PowerCapEnable:
35 Default: 'false'
36
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050037/xyz/openbmc_project/control/host0/power_restore_policy:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050038 - Interface: xyz.openbmc_project.Control.Power.RestorePolicy
39 Properties:
40 PowerRestorePolicy:
41 Default: RestorePolicy::Policy::AlwaysOff
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050042
43/xyz/openbmc_project/time/owner:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050044 - Interface: xyz.openbmc_project.Time.Owner
45 Properties:
46 TimeOwner:
47 Default: Owner::Owners::BMC
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050048
49/xyz/openbmc_project/time/sync_method:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050050 - Interface: xyz.openbmc_project.Time.Synchronization
51 Properties:
52 TimeSyncMethod:
53 Default: Synchronization::Method::NTP
Ratan Gupta24bfc042017-07-10 12:13:34 +053054
55/xyz/openbmc_project/network/host0/intf:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050056 - Interface: xyz.openbmc_project.Network.MACAddress
57 Properties:
58 MACAddress:
59 Default: '"00:00:00:00:00:00"'
60 Validation:
61 Type: "regex"
62 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-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:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050066 - Interface: xyz.openbmc_project.Network.IP
67 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:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050084 - 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:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050090 - Interface: xyz.openbmc_project.Control.TPM.Policy
91 Properties:
92 TPMEnable:
93 Default: 'false'