110 lines
3.4 KiB
YAML
110 lines
3.4 KiB
YAML
|
|
/xyz/openbmc_project/control/host{}/auto_reboot:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Boot.RebootPolicy
|
||
|
|
Properties:
|
||
|
|
AutoReboot:
|
||
|
|
Default: 'true'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/auto_reboot/one_time:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Boot.RebootPolicy
|
||
|
|
Properties:
|
||
|
|
AutoReboot:
|
||
|
|
Default: 'true'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/boot:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Boot.Source
|
||
|
|
Properties:
|
||
|
|
BootSource:
|
||
|
|
Default: Source::Sources::Default
|
||
|
|
- Interface: xyz.openbmc_project.Control.Boot.Mode
|
||
|
|
Properties:
|
||
|
|
BootMode:
|
||
|
|
Default: Mode::Modes::Regular
|
||
|
|
- Interface: xyz.openbmc_project.Control.Boot.Type
|
||
|
|
Properties:
|
||
|
|
BootType:
|
||
|
|
Default: Type::Types::EFI
|
||
|
|
- Interface: xyz.openbmc_project.Object.Enable
|
||
|
|
Properties:
|
||
|
|
Enabled:
|
||
|
|
Default: 'false'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/boot/one_time:
|
||
|
|
- Interface: xyz.openbmc_project.Object.Enable
|
||
|
|
Properties:
|
||
|
|
Enabled:
|
||
|
|
Default: 'false'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/power_cap:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Power.Cap
|
||
|
|
Properties:
|
||
|
|
PowerCap:
|
||
|
|
Default: 0
|
||
|
|
Validation:
|
||
|
|
Type: "range"
|
||
|
|
Validator: "0..1000"
|
||
|
|
Unit: "Watts"
|
||
|
|
PowerCapEnable:
|
||
|
|
Default: 'false'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/power_restore_policy:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Power.RestorePolicy
|
||
|
|
Properties:
|
||
|
|
PowerRestorePolicy:
|
||
|
|
Default: RestorePolicy::Policy::AlwaysOff
|
||
|
|
PowerRestoreDelay:
|
||
|
|
Default: 0
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/power_restore_policy/one_time:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Power.RestorePolicy
|
||
|
|
Properties:
|
||
|
|
PowerRestorePolicy:
|
||
|
|
Default: RestorePolicy::Policy::None
|
||
|
|
PowerRestoreDelay:
|
||
|
|
Default: 0
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/restriction_mode:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Security.RestrictionMode
|
||
|
|
Properties:
|
||
|
|
RestrictionMode:
|
||
|
|
Default: RestrictionMode::Modes::None
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/TPMEnable:
|
||
|
|
- Interface: xyz.openbmc_project.Control.TPM.Policy
|
||
|
|
Properties:
|
||
|
|
TPMEnable:
|
||
|
|
Default: 'false'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/control/host{}/turbo_allowed:
|
||
|
|
- Interface: xyz.openbmc_project.Control.Host.TurboAllowed
|
||
|
|
Properties:
|
||
|
|
TurboAllowed:
|
||
|
|
Default: 'true'
|
||
|
|
|
||
|
|
/xyz/openbmc_project/network/host{}/intf:
|
||
|
|
- Interface: xyz.openbmc_project.Network.MACAddress
|
||
|
|
Properties:
|
||
|
|
MACAddress:
|
||
|
|
Default: '"00:00:00:00:00:00"'
|
||
|
|
Validation:
|
||
|
|
Type: "regex"
|
||
|
|
Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
|
||
|
|
|
||
|
|
#needs to implement address validation TODO openbmc/issues/2046
|
||
|
|
/xyz/openbmc_project/network/host{}/intf/addr:
|
||
|
|
- Interface: xyz.openbmc_project.Network.IP
|
||
|
|
Properties:
|
||
|
|
Address:
|
||
|
|
Default: '"0.0.0.0"'
|
||
|
|
PrefixLength:
|
||
|
|
Default: 0
|
||
|
|
Validation:
|
||
|
|
Type: "range"
|
||
|
|
Validator: 0..128
|
||
|
|
Unit: "bits"
|
||
|
|
Origin:
|
||
|
|
Default: IP::AddressOrigin::Static
|
||
|
|
Gateway:
|
||
|
|
Default: '"0.0.0.0"'
|
||
|
|
Type:
|
||
|
|
Default: IP::Protocol::IPv4
|