diff options
-rw-r--r-- | labs/arm/pod2/fuel/config/dea-pod-override.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/labs/arm/pod2/fuel/config/dea-pod-override.yaml b/labs/arm/pod2/fuel/config/dea-pod-override.yaml index f7c4658..61e9695 100644 --- a/labs/arm/pod2/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod2/fuel/config/dea-pod-override.yaml @@ -32,19 +32,35 @@ fuel: interfaces_1: ene18: - fuelweb_admin + - interface_properties: + mtu: + value: + value: 9000 ene25: - public - management - storage - private + - interface_properties: + mtu: + value: + value: 9000 interfaces_2: ene10: - public - management - storage - private + - interface_properties: + mtu: + value: + value: 9000 ene9: - fuelweb_admin + - interface_properties: + mtu: + value: + value: 9000 transformations_1: transformations: - action: add-br |