X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fconf%2Frulemgt.yml;h=a043ab275d51deafd5c495f7cc7621ba61ee6c98;hb=fc6926a65285263a32bae736684ff5c765ebf3e2;hp=7b8b883818fc0808f3dfeafff65f017cb8565a8b;hpb=7701ce72c18c46d52d7cc5bc6830cdc71573df7d;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index 7b8b883..a043ab2 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -9,48 +9,54 @@ apidescription: ZTE Holmes rule Management rest API server: type: simple - rootPath: '/api/holmes-rulemgt/v1/*' + rootPath: '/api/holmes-rule-mgmt/v1/*' applicationContextPath: / adminContextPath: /admin connector: - type: http - port: 12004 + type: https + port: 9101 + keyStorePath: /home/holmes/conf/holmes.keystore + keyStorePassword: holmes + validateCerts: false + validatePeers: false # Logging settings. logging: # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL. - level: INFO + level: ALL # Logger-specific levels. loggers: # Sets the level for 'com.example.app' to DEBUG. - com.example: DEBUG - + org.onap.holmes.rulemgt: ALL + appenders: - type: console - threshold: INFO + threshold: ALL timeZone: UTC - logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n" + logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] invocationID:{InvocationID} - %m%n" + - type: file + threshold: ERROR + #logFormat: "%nopexception%logger\n|%date{yyyy-MM-dd'T'HH:mm:ss.SSSXXX,UTC}\n|%level\n|%message\n|%X{InvocationID}\n|%rootException\n|%marker\n|%thread\n|%n \r\n" + logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] invocationID:{InvocationID} - %m%n" + currentLogFilename: ../logs/ONAP/holmes/rulemgt-relation-error.log + archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/rulemgt-relation-error-%d{yyyy-MM-dd}.log.gz + archivedFileCount: 7 - type: file - threshold: INFO - logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n" - currentLogFilename: ../logs/fm-relation.log - archivedLogFilenamePattern: ../logs/zip/fm-relation-%d{yyyy-MM-dd}.log.gz + threshold: DEBUG + logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] invocationID:{InvocationID} - %m%n" + currentLogFilename: /var/log/ONAP/holmes/rulemgt-relation-debug.log + archivedLogFilenamePattern: /var/log/ONAP/holmes/zip/rulemgt-relation-debug-%d{yyyy-MM-dd}.log.gz archivedFileCount: 7 - # - type: socketJson - threshold: INFO - # autoDiscover: false - # logstashServiceName: logstash - # logstashServiceVersion: v1 #database database: - driverClass: com.mysql.jdbc.Driver - user: root - password: rootpass - url: jdbc:mysql://10.74.156.206:3306/holmes + driverClass: org.postgresql.Driver + user: holmes + password: holmespwd + url: jdbc:postgresql://10.96.33.33:5432/holmes properties: charSet: UTF-8 maxWaitForConnection: 1s @@ -60,5 +66,3 @@ database: checkConnectionWhileIdle: false evictionInterval: 10s minIdleTime: 1s -# the micro service ip -msbServerAddr: http://127.0.0.1:80