summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-rainier.override.yml16
-rw-r--r--meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml9
2 files changed, 24 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-rainier.override.yml b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-rainier.override.yml
index fea34cc89..ecc95317f 100644
--- a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-rainier.override.yml
+++ b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-rainier.override.yml
@@ -14,6 +14,10 @@
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
@@ -30,6 +34,10 @@
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
@@ -39,6 +47,10 @@
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
@@ -55,4 +67,8 @@
Default: IP::AddressOrigin::Static
Type:
Default: IP::Protocol::IPv4
+ - Interface: xyz.openbmc_project.Object.Enable
+ Properties:
+ Enabled:
+ Default: 'false'
diff --git a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml
index 9e626a606..e452cbf68 100644
--- a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml
+++ b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-tacoma.override.yml
@@ -14,6 +14,10 @@
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
@@ -30,5 +34,8 @@
Default: IP::AddressOrigin::Static
Type:
Default: IP::Protocol::IPv4
-
+ - Interface: xyz.openbmc_project.Object.Enable
+ Properties:
+ Enabled:
+ Default: 'false'