summaryrefslogtreecommitdiffstats
path: root/asdctool/sdc-cassandra-init/chef-repo
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Revert "Upgrade SDC to use common cassandra cluster"Sonsino, Ofir (os0695)3-7/+6
2019-04-10Upgrade SDC to use common cassandra clusterMahendra Raghuwanshi3-6/+7
2019-04-10add file extentions for cloud specific artifactsLiang Ding1-0/+2
2019-04-04Make Cassandra port configurable.Tal Gitelman7-15/+23
2019-04-03Add artifact typeskooper1-0/+19
2019-03-19Display PNF/VNF Type for PNF (backend)kooper1-1/+10
2019-03-13Add Deployment Artifacts to PNFdermot1231-1/+16
2019-03-06add cloud specific typeLiang Ding1-0/+4
2018-10-04fix csar creationMichael Lando1-1/+1
2018-09-05Configuration adjustmentsAreli, Fuss (af732p)2-3/+3
2018-07-29fix incorrect conformance levelMichael Lando1-1/+1
2018-07-29re base codeMichael Lando1-1/+1
2018-06-12update sdc logic for new typesMichael Lando2-27/+94
2018-05-14Raise JUnit coverage catalog-beTal Gitelman1-1/+0
2018-04-24Add cluster resiliance supportAreli, Fuss (af732p)3-4/+4
2018-03-07Sync Integ to MasterMichael Lando1-5/+34
2018-02-04Cassandra OOM AlignmentYuli Shlosberg10-0/+868
y.time=1000 #Timer scheduleAtFixedRate period - time in milliseconds between successive task executions. check.interval= 30000 #Longest time an event info can be stored in the concurrentHashMap for logging - in seconds. event.expired.time=86400 #Size of the concurrentHashMap which stores the event starting time, etc - when its size reaches this limit, the Timer gets executed #to remove all expired records from this concurrentHashMap. concurrentHashMap.limit=5000 #Size of the concurrentHashMap - when its size drops to this point, stop the Timer stop.check.point=2500 ################################### Set logging format ############################################# # set EELF for EELF logging format, set LOG4J for using log4j, set SYSTEMOUT for using system.out.println logger.type=EELF #################################### Set level for EELF or SYSTEMOUT logging ################################## # Set level for debug file. Set DEBUG to enable .info, .warn and .debug; set INFO for enable .info and .warn; set OFF to disable all debugLogger.level=INFO # Set level for metrics file. Set OFF to disable; set ON to enable metricsLogger.level=ON # Set level for error file. Set OFF to disable; set ON to enable error.level=ON # Set level for audit file. Set OFF to disable; set ON to enable audit.level=ON