blob: 4acf6911b36da527f046248f3b917e1293ae8485 [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
Deepak Kodihallia692bcc2017-08-27 03:28:25 -050013/xyz/openbmc_project/control/host0/boot:
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 Kodihalli2a93f742017-08-27 03:16:13 -050018 - Interface: xyz.openbmc_project.Control.Boot.Mode
19 Properties:
20 BootMode:
21 Default: Mode::Modes::Regular
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050022
23/xyz/openbmc_project/control/host0/power_cap:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050024 - Interface: xyz.openbmc_project.Control.Power.Cap
25 Properties:
26 PowerCap:
27 Default: 0
28 Validation:
29 Type: "range"
30 Validator: "0..1000"
31 Unit: "Watts"
32 PowerCapEnable:
33 Default: 'false'
34
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050035/xyz/openbmc_project/control/host0/power_restore_policy:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050036 - Interface: xyz.openbmc_project.Control.Power.RestorePolicy
37 Properties:
38 PowerRestorePolicy:
39 Default: RestorePolicy::Policy::AlwaysOff
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050040
41/xyz/openbmc_project/time/owner:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050042 - Interface: xyz.openbmc_project.Time.Owner
43 Properties:
44 TimeOwner:
45 Default: Owner::Owners::BMC
Deepak Kodihalli3e3c88c2017-05-17 06:42:51 -050046
47/xyz/openbmc_project/time/sync_method:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050048 - Interface: xyz.openbmc_project.Time.Synchronization
49 Properties:
50 TimeSyncMethod:
51 Default: Synchronization::Method::NTP
Ratan Gupta24bfc042017-07-10 12:13:34 +053052
53/xyz/openbmc_project/network/host0/intf:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050054 - Interface: xyz.openbmc_project.Network.MACAddress
55 Properties:
56 MACAddress:
57 Default: '"00:00:00:00:00:00"'
58 Validation:
59 Type: "regex"
60 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
Ratan Gupta24bfc042017-07-10 12:13:34 +053061
Patrick Williams4e57b352017-07-29 06:30:06 -050062#needs to implement address validation TODO openbmc/issues/2046
Ratan Gupta24bfc042017-07-10 12:13:34 +053063/xyz/openbmc_project/network/host0/intf/addr:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050064 - Interface: xyz.openbmc_project.Network.IP
65 Properties:
66 Address:
67 Default: '"0.0.0.0"'
68 PrefixLength:
69 Default: 0
70 Validation:
71 Type: "range"
72 Validator: 0..128
73 Unit: "bits"
74 Origin:
75 Default: IP::AddressOrigin::Static
76 Gateway:
77 Default: '"0.0.0.0"'
78 Type:
79 Default: IP::Protocol::IPv4
Deepak Kodihalliad79a1b2017-07-22 14:12:41 -050080
81/xyz/openbmc_project/control/host0/restriction_mode:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050082 - Interface: xyz.openbmc_project.Control.Security.RestrictionMode
83 Properties:
84 RestrictionMode:
85 Default: RestrictionMode::Modes::None
Marri Devender Rao7f0a66d2017-07-19 02:13:31 -050086
87/xyz/openbmc_project/control/host0/TPMEnable:
Deepak Kodihalli2a93f742017-08-27 03:16:13 -050088 - Interface: xyz.openbmc_project.Control.TPM.Policy
89 Properties:
90 TPMEnable:
91 Default: 'false'