-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
25 lines (18 loc) · 840 Bytes
/
config.py
File metadata and controls
25 lines (18 loc) · 840 Bytes
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
Microservice1_url = 'http://10.0.0.101:30001' # no need to put endpoint "/resize" here
webhooks = 'http://10.43.153.240:5002/bw,http://10.43.160.237:8081,http://10.43.196.194:5004/notify'
central_db_url = 'http://10.43.1.107:5005/track_time'
logs_url = 'http://10.43.1.107:5005/log' #log endpoint in DB
db_url_get_time = 'http://10.43.1.107:5005/get_time'
master_ip_address = '10.0.0.100'
worker1_ip_address = '10.0.0.101'
worker2_ip_address = '10.0.0.102'
worker3_ip_address = '10.0.0.103'
worker4_ip_address = '10.0.0.104'
worker5_ip_address = '10.0.0.105'
worker6_ip_address = '10.0.0.106'
worker7_ip_address = '10.0.0.107'
openai_api_key = "your_key"
k3s_config_file = "/etc/rancher/k3s/k3s.yaml"
onos_ip_address = '118.138.238.60:8181'
sflow_rt_ip_address = '118.138.238.60:8008'
Prometheus_ip_address = '118.138.238.60:9090'