summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-rainier.override.yml
blob: ecc95317f79c4006be8d0641cf227b3db3634c54 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/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})$'
    - 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'