blob: 6fb91d187d64802ef41d6af7ba5af96055606ba7 [file] [log] [blame]
Woojoong Kimf000eda2017-10-20 15:00:43 -07001; Copyright 2017-present Open Networking Foundation
2;
3; Licensed under the Apache License, Version 2.0 (the "License");
4; you may not use this file except in compliance with the License.
5; You may obtain a copy of the License at
6;
7; http://www.apache.org/licenses/LICENSE-2.0
8;
9; Unless required by applicable law or agreed to in writing, software
10; distributed under the License is distributed on an "AS IS" BASIS,
11; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12; See the License for the specific language governing permissions and
13; limitations under the License.
14
15; scenario: {{ scenario }}
16
17[0]
18; please refer to INSTALL.MD for complete description of these parameters
19zmq_protocol = tcp
20
21; zmq publisher and subscriber ip:port. To be configured to an available ip
22; on the FPC Host. The port values are defined by the FPC Project.
23; These values are unused when DSDN_ODL_BUILD CFLAG not defined in
24; ng-core_cfg.mk
25zmq_sub_ip = {{ zmq_sub_ip }}
26zmq_sub_port = 5560
27zmq_pub_ip = {{ zmq_pub_ip }}
28zmq_pub_port = 5559
29
30; DP and CP communication ip:port: To be configured to available ip:ports on
31; the DP and CP Hosts respectively. Used for messages to communicate over UDP
32; including table creation, table entries; and when DSDN_ODL_BUILD CFLAG is NOT
33; defined, session establishment, modification, deletion, etc.
34dp_comm_ip = {{ dp_comm_ip }}
35dp_comm_port = 20
36cp_comm_ip = {{ cp_comm_ip }}
37cp_comm_port = 21
38
39; FPC ip:port: To be configured to an available IP of FPC host. The fpc_port
40; is defined by the FPC project.
41; These values are unused when DSDN_ODL_BUILD CFLAG not defined in
42; ng-core_cfg.mk
43fpc_ip = {{ fpc_ip }}
44fpc_port = 8181
45
46; The CP Northbound server ip:port: May be configured to any available ip:port
47; on the CP Host.
48; These values are unused when DSDN_ODL_BUILD CFLAG not defined in
49; ng-core_cfg.mk
50cp_nb_server_ip = {{ cp_nb_server_ip }}
51cp_nb_server_port = 9997