From 4c44ca0d78e8747aa472efa3d8c5a3af2c7a6390 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 14 Aug 2018 08:25:06 +0200 Subject: Align idfs and separate admin and management According to OpenStack admin is the network for pxe boot and mgmt is the network for OpenStack services to communicate. We were using both in XCI indistinctly Change-Id: I3959e767098ac2be7161a5e84735fde9ab129784 Signed-off-by: Manuel Buil --- xci/var/idf.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xci/var') diff --git a/xci/var/idf.yml b/xci/var/idf.yml index 7f2dbf34..628e1b8c 100644 --- a/xci/var/idf.yml +++ b/xci/var/idf.yml @@ -13,6 +13,10 @@ idf: version: 0.1 net_config: &net_config admin: + interface: 2 + network: 192.168.122.0 + mask: 22 + mgmt: interface: 0 network: 172.29.236.0 mask: 22 @@ -54,7 +58,7 @@ idf: # network mapping network_mapping: # Management network used by installer components to communicate - net-mgmt: admin + net-mgmt: mgmt # Storage Network net-storage: storage # Internal network for communication between VNF -- cgit