aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-utils
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2018-07-23 14:51:00 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-03 08:51:17 +0200
commit53dbf8e66ad83c2d5f06279a0d7446e5e8be68e8 (patch)
tree44bdf2a4845440372fe8d63c40cb3112add2727f /hv-collector-utils
parenta2d18b375631d010432089ed18db327c9e4f26bf (diff)
Configure xnf simulator api listen port
Closes ONAP-664 Closes ONAP-647 Change-Id: I8d1e57c0c66f1968925660fe47fa96a2a634c039 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-utils')
-rw-r--r--hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt8
1 files changed, 1 insertions, 7 deletions
diff --git a/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt b/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt
index a654868e..1d94dc30 100644
--- a/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt
+++ b/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt
@@ -47,7 +47,7 @@ enum class CommandLineOption(val option: Option) {
.desc("Interval of consul configuration requests in seconds")
.build()
),
- VES_HV_PORT(Option.builder("p")
+ VES_HV_PORT(Option.builder("v")
.longOpt("ves-port")
.required()
.hasArg()
@@ -61,12 +61,6 @@ enum class CommandLineOption(val option: Option) {
.desc("VesHvCollector host")
.build()
),
- MESSAGES_TO_SEND_AMOUNT(Option.builder("m")
- .longOpt("messages")
- .hasArg()
- .desc("Amount of messages to send")
- .build()
- ),
KAFKA_SERVERS(Option.builder("s")
.longOpt("kafka-bootstrap-servers")
.required()