Initial commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/xyz/openbmc_project/control/host0/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.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'false'
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
---
|
||||
/org/open_power/control/host0/ClearHostSecurityKeys:
|
||||
- Interface: org.open_power.Control.TPM.SecurityKeys
|
||||
Properties:
|
||||
ClearHostSecurityKeys:
|
||||
Default: 0
|
||||
+72
@@ -0,0 +1,72 @@
|
||||
/xyz/openbmc_project/network/hypervisor:
|
||||
- Interface: xyz.openbmc_project.Network.SystemConfiguration
|
||||
Properties:
|
||||
HostName:
|
||||
Default: '""'
|
||||
|
||||
/xyz/openbmc_project/network/hypervisor/eth0:
|
||||
- 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})$'
|
||||
- Interface: xyz.openbmc_project.Network.EthernetInterface
|
||||
Properties:
|
||||
DHCPEnabled:
|
||||
Default: EthernetInterface::DHCPConf::none
|
||||
|
||||
/xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0:
|
||||
- Interface: xyz.openbmc_project.Network.IP
|
||||
Properties:
|
||||
Address:
|
||||
Default: '"0.0.0.0"'
|
||||
PrefixLength:
|
||||
Default: 0
|
||||
Validation:
|
||||
Type: "range"
|
||||
Validator: 0..32
|
||||
Unit: "bits"
|
||||
Origin:
|
||||
Default: IP::AddressOrigin::Static
|
||||
Type:
|
||||
Default: IP::Protocol::IPv4
|
||||
- Interface: xyz.openbmc_project.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'false'
|
||||
|
||||
/xyz/openbmc_project/network/hypervisor/eth1:
|
||||
- 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})$'
|
||||
- Interface: xyz.openbmc_project.Network.EthernetInterface
|
||||
Properties:
|
||||
DHCPEnabled:
|
||||
Default: EthernetInterface::DHCPConf::none
|
||||
|
||||
/xyz/openbmc_project/network/hypervisor/eth1/ipv4/addr0:
|
||||
- Interface: xyz.openbmc_project.Network.IP
|
||||
Properties:
|
||||
Address:
|
||||
Default: '"0.0.0.0"'
|
||||
PrefixLength:
|
||||
Default: 0
|
||||
Validation:
|
||||
Type: "range"
|
||||
Validator: 0..32
|
||||
Unit: "bits"
|
||||
Origin:
|
||||
Default: IP::AddressOrigin::Static
|
||||
Type:
|
||||
Default: IP::Protocol::IPv4
|
||||
- Interface: xyz.openbmc_project.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'false'
|
||||
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
/xyz/openbmc_project/network/hypervisor:
|
||||
- Interface: xyz.openbmc_project.Network.SystemConfiguration
|
||||
Properties:
|
||||
HostName:
|
||||
Default: '""'
|
||||
|
||||
/xyz/openbmc_project/network/hypervisor/eth0:
|
||||
- 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})$'
|
||||
- Interface: xyz.openbmc_project.Network.EthernetInterface
|
||||
Properties:
|
||||
DHCPEnabled:
|
||||
Default: EthernetInterface::DHCPConf::none
|
||||
|
||||
/xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0:
|
||||
- Interface: xyz.openbmc_project.Network.IP
|
||||
Properties:
|
||||
Address:
|
||||
Default: '"0.0.0.0"'
|
||||
PrefixLength:
|
||||
Default: 0
|
||||
Validation:
|
||||
Type: "range"
|
||||
Validator: 0..32
|
||||
Unit: "bits"
|
||||
Origin:
|
||||
Default: IP::AddressOrigin::Static
|
||||
Type:
|
||||
Default: IP::Protocol::IPv4
|
||||
- Interface: xyz.openbmc_project.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'false'
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
---
|
||||
/xyz/openbmc_project/control/host0/TPMEnable:
|
||||
- Interface: xyz.openbmc_project.Control.TPM.Policy
|
||||
Properties:
|
||||
TPMEnable:
|
||||
Default: 'true'
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
/xyz/openbmc_project/logging/send_event_logs_to_host:
|
||||
- Interface: xyz.openbmc_project.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'true'
|
||||
|
||||
/xyz/openbmc_project/dump/system_dump_policy:
|
||||
- Interface: xyz.openbmc_project.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'true'
|
||||
|
||||
/xyz/openbmc_project/hardware_isolation/allow_hw_isolation:
|
||||
- Interface: xyz.openbmc_project.Object.Enable
|
||||
Properties:
|
||||
Enabled:
|
||||
Default: 'true'
|
||||
Reference in New Issue
Block a user