summaryrefslogtreecommitdiffstats
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
2018-06-11Fix bug about custom exceptions not being usedPawelSzalapski2-45/+0
The bug was that custom exception config was never actually queried because of the mismatch between the production code usages and .json config file. Change-Id: I416ef5f45770f9bb55d5dff143277b6c62fa25ba Issue-ID: DCAEGEN2-518 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
2018-04-12fix license header issuesVijay VK5-2205/+32
Change-Id: I5ae7b2a6d404cc22e90f74d958f7b307da92b9e9 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-358
2018-04-07fix default propertiesVijay VK1-1/+1
Change-Id: Iae00d76ac70d6fc318d54151f99ec58eb8188aac Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-434
2018-03-22add other domain default config for supporting prhVijay VK1-1/+9
Change-Id: I795a19d36e9426da904b891d0ff4188ede04dabf Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-409
2018-03-08enables https settingVijay VK1-1/+1
Change-Id: I05e988e6e42663bf09cd91cc5dde310cbe71effc Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-388
2018-03-02address security issue reportedVijay VK1-0/+1
Change-Id: I6ad0916cb2d385b01eaaae5c76e99f1f7e81ea30 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-360
2018-02-27Misc updates to collectorVijay VK1-1/+1
Change-Id: I7a3b52c454442d6a9f93331142b78bf671ffcd0a Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-373
2018-02-20Change default DMaaP hostnameLusheng Ji1-3/+3
The changes are for the purpose of allowing DMAAPHOST environmental variable to accept either hostname and IP address. If it is IP address, the resolution for default dmaap hostname is written to /etc/hosts; if hostname,an alias is created in /etc/host.aliases for the default dmaap hostname. (for the hostname aliasing to work, chnage default dmaap hostname to onap-dmaap, no domain). Change-Id: I58583cc5b678a29b54d8baecbd0b7bec621f7c8f Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-235
2018-02-18additional testcaseVijay VK3-96/+106
Change-Id: Ib4fcdf3754c43f4d1996ea50b888d976e728705a Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-227
2018-02-12Update license textLusheng Ji1-0/+19
Change-Id: I2c6da3d590caed0b847a3dca90e5013951689788 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2018-01-20Optimize collector publish mechanismvagrant1-0/+17
Change-Id: I6d5fb2ad45257831e8e0ff62812df1fd1401464d Issue-ID: DCAEGEN2-281 Signed-off-by: Vijay VK <vv770d@att.com>
2017-12-07code sync-up updatesVENKATESH KUMAR6-2523/+3701
Issue-ID: DCAEGEN2-212 Change-Id: Id72d2b1851ff4457295088609c355e19d19e3d73 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2017-11-28code syncup with ECOMP updatesvagrant6-1391/+5766
Issue-ID: DCAEGEN2-212 Change-Id: Id388f26be57d2a12250a6845ed5678d0cebceed6 Signed-off-by: Vijay Venkatesh Kumar<vv770d@att.com>
2017-10-06Prettifying DMaaP config JSON fileKonstantinos Kanonakis1-10/+8
Issue-Id: DCAEGEN2-129 Change-Id: I29d2d6b33bb09a1159cb00a8005f5f2982a167da Signed-off-by: Konstantinos Kanonakis <konstantinos.kanonakis@huawei.com>
2017-09-20vescollector junit addonVijay1-9/+41
Issue-ID:DCAEGEN2-82 Change-Id: I109a01ec7d4927e3fbce723355012d80290f2b48 Signed-off-by: Vijay <vv770d@att.com>
2017-09-19ves5.28 supportVijay1-0/+1889
Issue-ID:DCAEGEN2-82 Change-Id: I7773bec5233f32adfd0fef38fd45399959a2a88d Signed-off-by: Vijay <vv770d@att.com>
2017-09-15vescollector standalone docker supportVijay6-2711/+464
Issue-Id:DCAEGEN2-82 Change-Id: Id309d0af08c8beb9c18dce08dc51344e60f494a4 Signed-off-by: Vijay <vv770d@att.com>
2017-08-23dcaegen2 vescollector seedcodeVENKATESH KUMAR11-0/+5990
Initial seed code delivery for vescollector for support on the gen2dcae platform Issue-ID: DCAEGEN2-52 Change-Id: Id2477eb266f05caf64c67dd809b1ad146ff4fb92 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>