This commit is contained in:
zhangzhihan
2020-05-13 11:45:57 +08:00
parent 5d1154a5b7
commit cf38475612
4 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ oam.influx.password={{ influxdb.passwd }}
oam.cli.user.admin=tsgadmin
oam.cli.user.user=tsguser
cli.rest.root=http://{{ bifang_api_ip }}:8080/v1
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

View File

@@ -37,11 +37,11 @@ oam.influx.port=58086
oam.writer.influxcluster.db={{ influxdb.dbname }}
# datasource - local
datasource.first.password={{ influxdb.passwd }}
datasource.first.password={{ mariadb.password }}
# datasource - cluster
datasource.second.username=root
datasource.second.password=111111
datasource.second.username={{ mariadb.username }}
datasource.second.password={{ mariadb.password }}
oam.writer.scheduler.interval=60000

View File

@@ -29,8 +29,10 @@
copy:
src: "{{role_path}}/files/snmpd.conf"
dest: /etc/snmp/
mode: 0755
- name: "copy snmptrapd conf"
copy:
src: "{{role_path}}/files/snmptrapd.conf"
dest: /etc/snmp/
mode: 0755