summaryrefslogtreecommitdiffstats
path: root/deploy/config/bm_environment/zte-baremetal1/network.yml
blob: 53f21d900fa7c7be1dce65e906d04f863a116069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
##############################################################################
# Copyright (c) 2017 ZTE Coreporation and others.
# hu.zhijiang@zte.com.cn
# sun.jing22@zte.com.cn
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

network-config-metadata:
  title: 'zte-bm-deploy network config'
  version: '0.1'
  created: 'Mon Oct 31 2016'
  comment:
networks:
  - cidr: '10.20.7.0/24'
    gateway: '10.20.7.1'
    ip_ranges:
    - 'start': '10.20.7.4'
      'end': '10.20.7.11'
    name: 'MANAGEMENT'
  - cidr: '10.20.7.0/24'
    gateway: '10.20.7.1'
    ip_ranges:
    - start: '10.20.7.4'
      end: '10.20.7.11'
    name: 'STORAGE'
  - cidr: '172.10.101.0/24'
    gateway: '172.10.101.0'
    ip_ranges:
    - 'start': '172.10.101.1'
      'end': '172.10.101.10'
    'name': 'EXTERNAL'
  - cidr: '10.20.7.0/24'
    gateway: '10.20.7.1'
    ip_ranges:
    - 'start': '10.20.7.4'
      'end': '10.20.7.11'
    name: 'PUBLICAPI'
  - cidr: '10.20.7.0/24'
    gateway: '10.20.7.1'
    ip_ranges:
    - 'start': '10.20.7.4'
      'end': '10.20.7.11'
    name: 'TENANT'
interfaces:
  - name: 'EXTERNAL'
    interface: 'ens12f1'
  - name: 'MANAGEMENT'
    interface: 'ens4f0'
  - name: 'PUBLICAPI'
    interface: 'ens4f0'
  - name: 'STORAGE'
    interface: 'ens4f0'
  - name: 'TENANT'
    interface: 'ens4f0'
internal_vip: '10.20.7.12'
public_vip: '10.20.7.12'