summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml
blob: 9e626a606d2a2f82890d4faca63532e208f25184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/xyz/openbmc_project/network/hypervisor:
    - Interface: xyz.openbmc_project.Network.SystemConfiguration
      Properties:
          HostName:
              Default: '""'
          DefaultGateway:
              Default: '"0.0.0.0"'

/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})$'

/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