diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-18 18:37:29 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-18 19:08:45 +0200 |
commit | c7034503e2bb8da20f2b5c678719c7c7fbe6e61f (patch) | |
tree | 2674cf0a76d6756897647d89db250d4467c67389 /labs/zte | |
parent | a3c0456cc14a75e96808505e670d0cab37b30abc (diff) |
[fuel] Parameterize tenant VLAN ranges
- IDF: convert all tenant VLANs to ranges;
- IA: convert 'M-N' to 'M:N' for `opnfv_net_tenant_vlan`;
Change-Id: Ic9211235281c81ba082d10806651c35116ba4c35
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/zte')
-rw-r--r-- | labs/zte/idf-pod1.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labs/zte/idf-pod1.yaml b/labs/zte/idf-pod1.yaml index 6e8c1349..fb817290 100644 --- a/labs/zte/idf-pod1.yaml +++ b/labs/zte/idf-pod1.yaml @@ -33,7 +33,7 @@ idf: mask: 24 private: interface: 3 - vlan: 1120 + vlan: 1120-1150 network: 192.168.63.0 mask: 24 public: |