diff options
author | Aaron Smith <aasmith@redhat.com> | 2018-01-18 16:16:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-18 16:16:14 +0000 |
commit | 7a803394c9b74aa0af41ceb16c6d2d735cca7382 (patch) | |
tree | f416cd9523bc4591fa7afb0c0c1a58aa612508a8 /3rd_party/collectd-ves-app/ves_app/config | |
parent | 7ce1dc075eeacb8ff20ea421f77fca12636682fe (diff) | |
parent | d30a11ff800ce35ad707b1031c12fb4c41c3cb56 (diff) |
Merge "ves: move yaml and configuration files in to folders within the ves_app folder"
Diffstat (limited to '3rd_party/collectd-ves-app/ves_app/config')
-rw-r--r-- | 3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf b/3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf new file mode 100644 index 00000000..aee0816c --- /dev/null +++ b/3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf @@ -0,0 +1,12 @@ +[config] +Domain = 127.0.0.1 +Port = 30000 +Path = vendor_event_listener +Topic = example_vnf +UseHttps = false +Username = +Password = +SendEventInterval = 20 +ApiVersion = 3 +KafkaPort = 9092 +KafkaBroker = localhost |