-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yml
52 lines (50 loc) · 1.26 KB
/
config.yml
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
---
bridge_networks:
- name: osbr0
subnet: {{ network_range }}
gateway: {{ network_gateway }}
- name: osbr1
subnet: {{ network_range_osbr1 }}
gateway: {{ network_gateway_osbr1 }}
# default network that should be used by all scenarios
network: osbr0
# global defaults
defaults:
uac-sipp:
port: {{ uac_port }}
proxy: {{ opensips_ip }}:{{ opensips_port }}
keys:
domain: {{ opensips_ip }}
uas-sipp:
ip: {{ uas_ip }}
port: {{ uas_port }}
keys:
domain: {{ opensips_ip }}
uac-sipp-stir-shaken:
port: {{ uac_port }}
proxy: {{ opensips_ip }}:{{ opensips_port }}
keys:
domain: {{ opensips_ip }}
opensips-cli:
mi_ip: {{ opensips_ip }}
opensips-mi:
mi_ip: {{ opensips_ip }}
opensips:
ip: {{ opensips_ip }}
image: opensips/opensips:sipssert{% if opensips_version is defined %}-{{ opensips_version }}{% endif %}
socket: udp:{{ opensips_ip }}:{{ opensips_port }}
stop_timeout: 5
mysql:
ip: {{ mysql_ip }}
image: mysql/mysql-server:8.0
label: mysql
stop_timeout: 5
healthcheck:
test: /healthcheck.sh
interval: 2500000000
timeout: 2500000000
retries: 10
env:
MYSQL_ROOT_HOST: {{ mysql_root_host }}
mysql-client:
host: {{ mysql_ip }}