aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-11-21Align tests with new SDKJoanna Jeremicz1-0/+2
SDK version: 1.3.2 Add CONFIG_BINDING_SERVICE_SERVICE_PORT to docker-compose.yml Issue-ID: INT-1373 Change-Id: I921cac60701f8f2dd879a43f611c392a7a8eedf6 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-09-12Switch hv-ves version from 1.2-SNAPSHOT to latestkjaniak1-1/+1
Besides latest version for HV-VES also Configbind version is top up Issue-ID: DCAEGEN2-1751 Change-Id: I39131ffe191315c9215858d646ae329fc9166ce8 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-04-26Switch to DMaaP kafka imagekjaniak1-5/+23
Issue-ID: DCAEGEN2-1448 Change-Id: I9f0c375eb8530749fa6bdc506a3246f7b5f6575c Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-03-27Allow HV-VES tests to be run locallyJakub Dudycz1-10/+10
Change-Id: Id81e209c03486354a60b26c4fe426071080198f0 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1369
2019-03-21Add licenses to filesFilip Krzywka1-0/+18
Change-Id: I37ac3499a4e600683819646ddb8a6e3a19de74de Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-21Simplify consul/CBS configurationFilip Krzywka1-9/+3
- bumped docker-compose version Change-Id: I821f5ab6a03e8aaa37c1be1dc53ec7569958de79 Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-21Update HV-VES testsuitesFilip Krzywka1-21/+15
This commit follows related changes made in DCAEGEN2-1340 and overall DCAEGEN2-1151 story. - use configuration files instead of command line parameters - organize collector volumes for ease of use - move environment variables to .env file for reuse - removed redundant aliases in ves-hv-network Change-Id: I782db9d0996308810834c322906ab861be183193 Issue-ID: DCAEGEN2-1340 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-11Use CBS in HV-VES testsuitesFilip Krzywka1-29/+61
This change mostly follows related changes made in DCAEGEN2-1302 - consul now starts with CBS service defined through consul.d directory - moved to consul image used during oom-deployment - changed hv-ves configuration endpoint to oom-deployment default Change-Id: I09e10f9e58f7df22f536e7ad35d1467993baa3bc Issue-ID: DCAEGEN2-1302 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-12-21Align with HV-VES startup changesPiotr Jaszczyk1-5/+13
Change-Id: I0f061343b8cdb38a62fd6012888d19bad5296912 Issue-ID: DCAEGEN2-1047 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-11-28Use dublin latest imageFilip Krzywka1-3/+3
This follows up changes to image tagging made in hv-ves repository and allows CI pipeline to use latest maintenance images for testing. Change-Id: I6cb65aa3144831cd36db2f714d90263d2dfddacf Issue-ID: DCAEGEN2-983 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-11-22Use raw configuration endpointFilip Krzywka1-33/+32
- extracted variables shared in both collectors (encrypted/unencrypted) to .env file - change consul url to contain `?raw=true` parameter which allows to avoid decoding configuration Change-Id: Ib10cd8d0cb729a1231fa8a034698c824336b1b68 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-27Move CSIT to integration/csit repoGary Wu1-0/+100
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>