Woojoong Kim | f000eda | 2017-10-20 15:00:43 -0700 | [diff] [blame^] | 1 | ; 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 |
| 19 | zmq_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 |
| 25 | zmq_sub_ip = {{ zmq_sub_ip }} |
| 26 | zmq_sub_port = 5560 |
| 27 | zmq_pub_ip = {{ zmq_pub_ip }} |
| 28 | zmq_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. |
| 34 | dp_comm_ip = {{ dp_comm_ip }} |
| 35 | dp_comm_port = 20 |
| 36 | cp_comm_ip = {{ cp_comm_ip }} |
| 37 | cp_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 |
| 43 | fpc_ip = {{ fpc_ip }} |
| 44 | fpc_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 |
| 50 | cp_nb_server_ip = {{ cp_nb_server_ip }} |
| 51 | cp_nb_server_port = 9997 |