27 lines
1.1 KiB
Django/Jinja
Executable File
27 lines
1.1 KiB
Django/Jinja
Executable File
cli.help=/opt/tsg/cli/help.txt
|
||
# 设置宽字符(在linux控制台上打印时占2位)- CJK_SYMBOLS_AND_PUNCTUATION
|
||
cli.unicodeblock.wide=CJK_UNIFIED_IDEOGRAPHS,CJK_COMPATIBILITY_IDEOGRAPHS,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D,HALFWIDTH_AND_FULLWIDTH_FORMS
|
||
|
||
mxn.config=/opt/tsg/etc/tsg_chassis_ip.json
|
||
port.config=/opt/tsg/etc/tsg_chassis_port.json
|
||
sn.config=/opt/tsg/etc/tsg_sn.json
|
||
tags.config=/opt/tsg/etc/tsg_tags.json
|
||
cli.agent.port=50222
|
||
|
||
# oam.influx.url=http://192.168.161.134:8086
|
||
oam.influx.url=http://{{ mcn0_ip }}:58086
|
||
oam.influx.db={{ influxdb.dbname }}
|
||
oam.influx.user={{ influxdb.username }}
|
||
oam.influx.password={{ influxdb.passwd }}
|
||
|
||
oam.cli.user.admin=tsgadmin
|
||
oam.cli.user.user=tsguser
|
||
|
||
cli.rest.root=http://{{ bifang_api_ip }}:{{ bifang_api_port }}/v1
|
||
cli.rest.login=${cli.rest.root}/user/login
|
||
cli.rest.policy=${cli.rest.root}/policy/compile
|
||
cli.rest.policy.object=${cli.rest.root}/policy/object
|
||
cli.rest.policy.object.batch=${cli.rest.root}/policy/object/batch
|
||
|
||
oam.rest.timeout=10000
|