forked from jenkins-infra/docker-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
32 lines (32 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
# 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: 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
# cert-ci-jenkins-io vnet, defined in jenkins-infra/azure-net
# TODO: add manually to users whom require access to this instance (JenSec, Infra)
# - 10.252.8.0/21
# trusted-ci-jenkins-io vnet, defined in jenkins-infra/azure-net
# TODO: add manually to users whom require access to this instance (JenSec, Infra)
# - 10.252.0.0/21
# archives.jenkins.io VM
- 46.101.121.132/32
# pkg.origin.jenkins.io VM
- 52.202.51.185/32
# usage.jenkins.io VM
- 52.204.62.78/32
# census.jenkins.io VM
- 52.202.38.86/32
# aws.ci.jenkins.io VM
- 3.147.151.207/32