From 03e969159f7cb09ad1f8d1f30d724aa4b63d1edc Mon Sep 17 00:00:00 2001
From: Manuel Buil <mbuil@suse.com>
Date: Tue, 14 Aug 2018 08:14:36 +0200
Subject: Add mask to the oob networks

It is not needed but it helps a lot to the xci parser

Change-Id: I6943b21cd2aca2036783430cde03fb8d3b567f3b
Signed-off-by: Manuel Buil <mbuil@suse.com>
---
 labs/unh/idf-pod1.yaml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'labs/unh')

diff --git a/labs/unh/idf-pod1.yaml b/labs/unh/idf-pod1.yaml
index b24263e7..e8a57f0d 100644
--- a/labs/unh/idf-pod1.yaml
+++ b/labs/unh/idf-pod1.yaml
@@ -15,6 +15,7 @@ idf:
     oob:
       ip-range: 10.10.52.10-10.10.52.15
       vlan: native
+      mask: 29
     admin:
       interface: 0
       vlan: native
-- 
cgit