diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-11 14:13:42 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-11 14:29:27 +0100 |
commit | 60f92958ebdaa6a5d10a9bc47c6f6d93b3bb97f8 (patch) | |
tree | 1eb5acfff0b40e803ad6e620d1dc01b1ca864884 /plans/dcaegen2-collectors-hv-ves/testsuites/consul.d/cbs.json | |
parent | 86cccfe341d8328962ae0ed7877bc2fb908d1567 (diff) |
Use CBS in HV-VES testsuites
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>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/consul.d/cbs.json')
-rw-r--r-- | plans/dcaegen2-collectors-hv-ves/testsuites/consul.d/cbs.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/consul.d/cbs.json b/plans/dcaegen2-collectors-hv-ves/testsuites/consul.d/cbs.json new file mode 100644 index 00000000..0761c7e5 --- /dev/null +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/consul.d/cbs.json @@ -0,0 +1,10 @@ +{ + "service": { + "name": "cbs", + "tags": [ + "cbs" + ], + "port": 10000, + "address": "config-binding-service" + } +} |