forked from jenkins-infra/docker-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
36 lines (36 loc) · 1.17 KB
/
config.yaml
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
# Follow network settings are used to assign ip to vpn client
# and accesses are limited by
# https://github.com/jenkins-infra/jenkins-infra/blob/production/dist/profile/manifests/openvpn.pp
#
networks:
- name: default
iprange: 10.8.0.1/24
netmask: 255.255.254.0
routes:
# prod-jenkins-public-prod/data-tier
- 10.0.2.0/24
# prod-jenkins-private-prod-vnet
- 10.240.0.0/14
- name: admin
iprange: 10.8.1.1/24
netmask: 255.255.254.0
routes:
# prod-jenkins-public-prod/app-tier
- 10.0.1.0/24
# prod-jenkins-public-prod/data-tier
- 10.0.2.0/24
# prod-jenkins-public-prod/dmz-tier
- 10.0.99.0/24
# prod-jenkins-private-prod-vnet
- 10.240.0.0/14
- name: private
# Abstract local network for the VPN
iprange: 10.9.0.0/24
netmask: 255.255.255.0
routes:
# private-vnet, defined in jenkins-infra/azure-net
- 10.248.0.0/14
# public vnet, defined in jenkins-infra/azure-net
- 10.244.0.0/14
# public-db vnet, defined in jenkins-infra/azure-net
- 10.252.0.0/21