diff options
author | Manuel Buil <mbuil@suse.com> | 2018-08-14 08:25:06 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-08-24 10:24:21 +0200 |
commit | 4c44ca0d78e8747aa472efa3d8c5a3af2c7a6390 (patch) | |
tree | 415394ea001952a3f81b29e48e2ff24a541086e8 /xci/var | |
parent | 005fbb664c9098adc02b7e6c5b1ee601eef8e30b (diff) |
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 <mbuil@suse.com>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/idf.yml | 6 |
1 files changed, 5 insertions, 1 deletions
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 |