summaryrefslogtreecommitdiffstats
path: root/deploy/config/vm_environment/zte-virtual1/network.yml
blob: ea08117d3fc4045503a87c145f2925bcebe81f43 (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
##############################################################################
# Copyright (c) 2016 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-virtual1 network config'
  version: '0.1'
  created: 'Mon Oct 31 2016'
  comment:
networks:
  - cidr: '192.168.122.0/24'
    gateway: '192.168.122.1'
    ip_ranges:
    - 'start': '192.168.122.1'
      'end': '192.168.122.254'
    name: 'MANAGEMENT'
  - cidr: '192.168.122.0/24'
    gateway: '192.168.122.1'
    ip_ranges:
    - start: '192.168.122.1'
      end: '192.168.122.254'
    name: 'STORAGE'
  - cidr: '192.168.2.0/24'
    gateway: '192.168.2.1'
    ip_ranges:
    - 'start': '192.168.2.1'
      'end': '192.168.2.254'
    'name': 'EXTERNAL'
  - cidr: '192.168.122.0/24'
    gateway: '192.168.122.1'
    ip_ranges:
    - 'start': '192.168.122.1'
      'end': '192.168.122.254'
    name: 'PUBLICAPI'
  - cidr: '192.168.122.0/24'
    gateway: '192.168.122.1'
    ip_ranges:
    - 'start': '192.168.122.1'
      'end': '192.168.122.254'
    name: 'physnet1'

internal_vip: '192.168.122.144'

public_vip: '192.168.122.144'