-
Notifications
You must be signed in to change notification settings - Fork 2
/
env.template
40 lines (32 loc) · 1.1 KB
/
env.template
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
# -*- conf -*-
# SDX-LC settings
SDXLC_NAME=lc1
SDXLC_DOMAIN=amlight.net
# change to local controller host name
SDXLC_HOST=aw-sdx-lc-1.renci.org
SDXLC_PORT=8080
# Used in initial MongoDB container setup.
MONGO_INITDB_ROOT_USERNAME=guest
MONGO_INITDB_ROOT_PASSWORD=guest
# Used when accessing MongoDB.
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_USER=guest
MONGO_PASS=guest
# # Alternative to specifying the above variables for accessing
# # MongoDB, you can unset MONGO_HOST etc and use MONGODB_CONNSTRING
# # instead. This appears to be useful when using a MongoDB replica
# # set. See https://github.com/atlanticwave-sdx/sdx-lc/issues/153.
# MONGODB_CONNSTRING=mongodb://guest:guest@localhost:27017/
DB_NAME=test-db
DB_CONFIG_TABLE_NAME=test-1
# Message queue settings for SDX Controller.
MQ_HOST=aw-sdx-monitor.renci.org
MQ_PORT=5672
MQ_USER=guest
MQ_PASS=guest
# Kytos/OESS API address
OXP_PROVISION_URL=http://192.168.201.205:8088/SDX-LC/1.0.0/provision
OXP_PULL_URL=http://192.168.201.205:8088/SDX-LC/1.0.0/topology
OXP_PULL_INTERVAL=180
OXP_CONNECTION_URL=http://192.168.201.205:8088/SDX-LC/1.0.0/connection