From b770bb40eb4ffd94133ac83bc1e50be01242ad89 Mon Sep 17 00:00:00 2001 From: Catalina Focsa Date: Tue, 16 May 2017 17:06:54 +0200 Subject: arm-pods:1,3; dea: Modify interfaces properties: MTU arm-pod2: check 8826cffe65acf34822a9ed4665267f4de6dc65ca arm-pod1, arm-pod3, virtual_kvm: Modify MTU value from null into 9000 for each interface belonging to each node. Values are to be merged into each fuel node dictionary by key reference. JIRA: https://jira.opnfv.org/browse/ARMBAND-199 Change-Id: Ieb80e51087d756499e0591d972aa8edd2fbabf1a Signed-off-by: Catalina Focsa --- labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'labs/arm/virtual_kvm/fuel') diff --git a/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml b/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml index 364fcf7..9556ddd 100755 --- a/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml +++ b/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml @@ -34,10 +34,22 @@ interfaces_1: - management - storage - private + - interface_properties: + mtu: + value: + value: 9000 eth1: - public + - interface_properties: + mtu: + value: + value: 9000 eth2: - fuelweb_admin + - interface_properties: + mtu: + value: + value: 9000 transformations_1: transformations: - action: add-br -- cgit 1.2.3-korg