Re: [onap-discuss] vFW VES event fail to send

2018-01-04 Thread de Talhouet, Alexis
Brian, Kranthi, Marco,

Thank you very much for the prompt response. I definitely miss this step in my 
sdnc preload. Everything is working fine with this fixed.

So close-loop in OOM is working :) I’ll redo the whole thing from scratch and 
screen cast it.

Thanks for all the help to get me there!
Alexis

On Jan 4, 2018, at 10:38 AM, PLATANIA, MARCO (MARCO) 
<plata...@research.att.com<mailto:plata...@research.att.com>> wrote:

127.0.0.1 is definitely not correct. In the Heat-based deployment, a VM called 
dcaedoks00 is created. That VM contains the VES collector, so the IP address of 
that VM is used. In K8S you need to look for 
nexus.onap.org<http://nexus.onap.org/>:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector
 docker container. I think you should use it’s IP address.

Marco

From: Kranthi Guttikonda 
<kranthi.guttiko...@b-yond.com<mailto:kranthi.guttiko...@b-yond.com>>
Date: Thursday, January 4, 2018 at 10:19 AM
To: "FREEMAN, BRIAN D" <bf1...@att.com<mailto:bf1...@att.com>>, "de Talhouet, 
Alexis" <alexis.de_talho...@bell.ca<mailto:alexis.de_talho...@bell.ca>>, 
"PLATANIA, MARCO (MARCO)" 
<plata...@research.att.com<mailto:plata...@research.att.com>>, onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: Re: [onap-discuss] vFW VES event fail to send

I remember Marco’s video shows to use dcaedoks00 VM public ip address.



Thanks,

Kranthi



On 1/4/18, 10:14 AM, 
"onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>
 on behalf of FREEMAN, BRIAN D" 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>
 on behalf of bf1...@att.com<mailto:bf1...@att.com>> wrote:



It should be the IP of the DCAE VES collector I thought ? I dont think 
127.0.0.1 is correct.



Brian





-Original Message-

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of de Talhouet, Alexis

Sent: Thursday, January 04, 2018 9:46 AM

To: PLATANIA, MARCO 
<plata...@research.att.com<mailto:plata...@research.att.com>>; onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>

Subject: [onap-discuss] vFW VES event fail to send



Hi Marco, experts,







I was wondering if you could help me understand something with regards to 
VES collector on the vfw sinc vnf.







I see in the syslog it’s failing to send the events, see logs bellow:







Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | | | ERROR: Failed to transfer an event to Vendor 
Event Listener! Error code=7 (Failed to connect to 127.0.0.1 port 8080: 
Connection refused)



Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | | | ERROR: Dropped event: {"event": 
{"commonEventHeader": {"domain": "measurementsForVfScaling", "eventId": 
"TrafficStats_1.2.3.4", "eventName": "vFirewallBroadcastPackets", 
"lastEpochMicrosec": 1515076978028524, "priority": "Normal", 
"reportingEntityName": "fwll", "sequence": 124625, "sourceName": 
"vFW_SINC_VNF", "startEpochMicrosec": 1515076967821239, "version": 1.2, 
"eventType": "HTTP request rate", "reportingEntityId": "No UUID available", 
"sourceId": "44629bac-c241-4087-afb5-febef78bdb72", "nfcNamingCode": "vVNF", 
"nfNamingCode": "vVNF"}, "measurementsForVfScalingFields": 
{"measurementInterval": 10, "cpuUsageArray": [{"cpuIdentifier": "cpu1", 
"cpuIdle": 66.70, "cpuUsageSystem": 33.30, "cpuUsageUser": 0.00, 
"percentUsage": 0.00}], "requestRate": 5099, "vNicUsageArray": 
[{"receivedOctetsDelta": 43860.00, "receivedTotalPacketsDelta": 
1020.00, "transmittedOctetsDelta": 0.00, 
"transmittedTotalPacketsDelta": 0.00, "valuesAreSuspect": "true", 
"vNicIdentifier": "eth0"}], "measurementsForVfScalingVersion": 2.1}}}







It cannot connect to 127.0.0.1 port 8080, which is configured in the sdnc 
preload config.







My question is, should this always be 127.0.0.1? Or should it be the IP of 
the VM in which the VES collector is running? (I know it can sound like an 
obvious question, but in Marco’s video, I haven’t seen him changed this in the 
sdnc preload st

Re: [onap-discuss] vFW VES event fail to send

2018-01-04 Thread PLATANIA, MARCO (MARCO)
127.0.0.1 is definitely not correct. In the Heat-based deployment, a VM called 
dcaedoks00 is created. That VM contains the VES collector, so the IP address of 
that VM is used. In K8S you need to look for 
nexus.onap.org<http://nexus.onap.org/>:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector
 docker container. I think you should use it’s IP address.

Marco

From: Kranthi Guttikonda <kranthi.guttiko...@b-yond.com>
Date: Thursday, January 4, 2018 at 10:19 AM
To: "FREEMAN, BRIAN D" <bf1...@att.com>, "de Talhouet, Alexis" 
<alexis.de_talho...@bell.ca>, "PLATANIA, MARCO (MARCO)" 
<plata...@research.att.com>, onap-discuss <onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] vFW VES event fail to send

I remember Marco’s video shows to use dcaedoks00 VM public ip address.



Thanks,

Kranthi



On 1/4/18, 10:14 AM, 
"onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>
 on behalf of FREEMAN, BRIAN D" 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>
 on behalf of bf1...@att.com<mailto:bf1...@att.com>> wrote:



It should be the IP of the DCAE VES collector I thought ? I dont think 
127.0.0.1 is correct.



Brian





-Original Message-

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of de Talhouet, Alexis

Sent: Thursday, January 04, 2018 9:46 AM

To: PLATANIA, MARCO 
<plata...@research.att.com<mailto:plata...@research.att.com>>; onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>

Subject: [onap-discuss] vFW VES event fail to send



Hi Marco, experts,







I was wondering if you could help me understand something with regards to 
VES collector on the vfw sinc vnf.







I see in the syslog it’s failing to send the events, see logs bellow:







Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | | | ERROR: Failed to transfer an event to Vendor 
Event Listener! Error code=7 (Failed to connect to 127.0.0.1 port 8080: 
Connection refused)



Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | | | ERROR: Dropped event: {"event": 
{"commonEventHeader": {"domain": "measurementsForVfScaling", "eventId": 
"TrafficStats_1.2.3.4", "eventName": "vFirewallBroadcastPackets", 
"lastEpochMicrosec": 1515076978028524, "priority": "Normal", 
"reportingEntityName": "fwll", "sequence": 124625, "sourceName": 
"vFW_SINC_VNF", "startEpochMicrosec": 1515076967821239, "version": 1.2, 
"eventType": "HTTP request rate", "reportingEntityId": "No UUID available", 
"sourceId": "44629bac-c241-4087-afb5-febef78bdb72", "nfcNamingCode": "vVNF", 
"nfNamingCode": "vVNF"}, "measurementsForVfScalingFields": 
{"measurementInterval": 10, "cpuUsageArray": [{"cpuIdentifier": "cpu1", 
"cpuIdle": 66.70, "cpuUsageSystem": 33.30, "cpuUsageUser": 0.00, 
"percentUsage": 0.00}], "requestRate": 5099, "vNicUsageArray": 
[{"receivedOctetsDelta": 43860.00, "receivedTotalPacketsDelta": 
1020.00, "transmittedOctetsDelta": 0.00, 
"transmittedTotalPacketsDelta": 0.00, "valuesAreSuspect": "true", 
"vNicIdentifier": "eth0"}], "measurementsForVfScalingVersion": 2.1}}}







It cannot connect to 127.0.0.1 port 8080, which is configured in the sdnc 
preload config.







My question is, should this always be 127.0.0.1? Or should it be the IP of 
the VM in which the VES collector is running? (I know it can sound like an 
obvious question, but in Marco’s video, I haven’t seen him changed this in the 
sdnc preload step).







Thanks,



Alexis







___

onap-discuss mailing list

onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>


https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=nXDFucLC_nuN5o0oXltp9kR1k9K0qbrJbaSqynmBzaY=tcKrKhIh-bFt3RzWtpGkZdDVF1BiTwVDnJr_FrdKLlY=

___

onap-discuss mailing list

onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>


https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0=O70NXVqpfNjNBeZACn6p4L9zZwCxVZpy0zDOIVjUUrw=EZJeJctIdgC6ShGb-Ne8LBQn2E_TwRI3g6W7yr46P8Y=






___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] vFW VES event fail to send

2018-01-04 Thread Kranthi Guttikonda
I remember Marco’s video shows to use dcaedoks00 VM public ip address.

Thanks,
Kranthi

On 1/4/18, 10:14 AM, "onap-discuss-boun...@lists.onap.org on behalf of FREEMAN, 
BRIAN D" <onap-discuss-boun...@lists.onap.org on behalf of bf1...@att.com> 
wrote:

It should be the IP of the DCAE VES collector I thought ? I dont think 
127.0.0.1 is correct.

Brian


-Original Message-
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of de Talhouet, Alexis
Sent: Thursday, January 04, 2018 9:46 AM
To: PLATANIA, MARCO <plata...@research.att.com>; onap-discuss 
<onap-discuss@lists.onap.org>
    Subject: [onap-discuss] vFW VES event fail to send

Hi Marco, experts,



I was wondering if you could help me understand something with regards to 
VES collector on the vfw sinc vnf.



I see in the syslog it’s failing to send the events, see logs bellow:



Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | | | ERROR: Failed to transfer an event to Vendor 
Event Listener! Error code=7 (Failed to connect to 127.0.0.1 port 8080: 
Connection refused)

Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | | | ERROR: Dropped event: {"event": 
{"commonEventHeader": {"domain": "measurementsForVfScaling", "eventId": 
"TrafficStats_1.2.3.4", "eventName": "vFirewallBroadcastPackets", 
"lastEpochMicrosec": 1515076978028524, "priority": "Normal", 
"reportingEntityName": "fwll", "sequence": 124625, "sourceName": 
"vFW_SINC_VNF", "startEpochMicrosec": 1515076967821239, "version": 1.2, 
"eventType": "HTTP request rate", "reportingEntityId": "No UUID available", 
"sourceId": "44629bac-c241-4087-afb5-febef78bdb72", "nfcNamingCode": "vVNF", 
"nfNamingCode": "vVNF"}, "measurementsForVfScalingFields": 
{"measurementInterval": 10, "cpuUsageArray": [{"cpuIdentifier": "cpu1", 
"cpuIdle": 66.70, "cpuUsageSystem": 33.30, "cpuUsageUser": 0.00, 
"percentUsage": 0.00}], "requestRate": 5099, "vNicUsageArray": 
[{"receivedOctetsDelta": 43860.00, "receivedTotalPacketsDelta": 
1020.00, "transmittedOctetsDelta": 0.00, 
"transmittedTotalPacketsDelta": 0.00, "valuesAreSuspect": "true", 
"vNicIdentifier": "eth0"}], "measurementsForVfScalingVersion": 2.1}}}



It cannot connect to 127.0.0.1 port 8080, which is configured in the sdnc 
preload config.



My question is, should this always be 127.0.0.1? Or should it be the IP of 
the VM in which the VES collector is running? (I know it can sound like an 
obvious question, but in Marco’s video, I haven’t seen him changed this in the 
sdnc preload step).



Thanks,

Alexis



___
onap-discuss mailing list
onap-discuss@lists.onap.org

https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=nXDFucLC_nuN5o0oXltp9kR1k9K0qbrJbaSqynmBzaY=tcKrKhIh-bFt3RzWtpGkZdDVF1BiTwVDnJr_FrdKLlY=
 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] vFW VES event fail to send

2018-01-04 Thread FREEMAN, BRIAN D
I looked at my preload scripts and in Windriver  it was 10.0.4.102 on the 
onap_oam subnet or the external IP (I think that was because we were using DCAE 
in a different instance for that older preload data)

Brian


vbng.parameters:  dcae_collector_ip: 10.0.4.102
vbng.parameters:  dcae_collector_port: 8080
vfwcl.parameters:  dcae_collector_ip: 10.0.4.102
vfwcl.parameters:  dcae_collector_port: 8080
vfwclpng.parameters:  dcae_collector_ip: 10.0.4.102
vfwclpng.parameters:  dcae_collector_port: 8080
vfw.parameters:dcae_collector_ip: 10.12.25.84
vfw.parameters:dcae_collector_port: 8080
vlb.parameters:  dcae_collector_ip: 10.12.5.78
vlb.parameters:  dcae_collector_port: 8080

-Original Message-
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of FREEMAN, BRIAN D
Sent: Thursday, January 04, 2018 10:14 AM
To: de Talhouet, Alexis <alexis.de_talho...@bell.ca>; PLATANIA, MARCO 
<plata...@research.att.com>; onap-discuss <onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] vFW VES event fail to send

*** Security Advisory: This Message Originated Outside of AT ***.
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.

It should be the IP of the DCAE VES collector I thought ? I dont think 
127.0.0.1 is correct.



Brian





-Original Message-

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of de Talhouet, Alexis

Sent: Thursday, January 04, 2018 9:46 AM

To: PLATANIA, MARCO <plata...@research.att.com>; onap-discuss 
<onap-discuss@lists.onap.org>

Subject: [onap-discuss] vFW VES event fail to send



Hi Marco, experts,







I was wondering if you could help me understand something with regards to VES 
collector on the vfw sinc vnf.







I see in the syslog it’s failing to send the events, see logs bellow:







Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | ERROR: Failed to transfer an event to Vendor Event 
Listener! Error code=7 (Failed to connect to 127.0.0.1 port 8080: Connection 
refused)



Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | ERROR: Dropped event: {"event": {"commonEventHeader": 
{"domain": "measurementsForVfScaling", "eventId": "TrafficStats_1.2.3.4", 
"eventName": "vFirewallBroadcastPackets", "lastEpochMicrosec": 
1515076978028524, "priority": "Normal", "reportingEntityName": "fwll", 
"sequence": 124625, "sourceName": "vFW_SINC_VNF", "startEpochMicrosec": 
1515076967821239, "version": 1.2, "eventType": "HTTP request rate", 
"reportingEntityId": "No UUID available", "sourceId": 
"44629bac-c241-4087-afb5-febef78bdb72", "nfcNamingCode": "vVNF", 
"nfNamingCode": "vVNF"}, "measurementsForVfScalingFields": 
{"measurementInterval": 10, "cpuUsageArray": [{"cpuIdentifier": "cpu1", 
"cpuIdle": 66.70, "cpuUsageSystem": 33.30, "cpuUsageUser": 0.00, 
"percentUsage": 0.00}], "requestRate": 5099, "vNicUsageArray": 
[{"receivedOctetsDelta": 43860.00, "receivedTotalPacketsDelta": 
1020.00, "transmittedOctetsDelta": 0.00, 
"transmittedTotalPacketsDelta": 0.00, "valuesAreSuspect": "true", 
"vNicIdentifier": "eth0"}], "measurementsForVfScalingVersion": 2.1}}}







It cannot connect to 127.0.0.1 port 8080, which is configured in the sdnc 
preload config.







My question is, should this always be 127.0.0.1? Or should it be the IP of the 
VM in which the VES collector is running? (I know it can sound like an obvious 
question, but in Marco’s video, I haven’t seen him changed this in the sdnc 
preload step).







Thanks,



Alexis







___

onap-discuss mailing list

onap-discuss@lists.onap.org

https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=nXDFucLC_nuN5o0oXltp9kR1k9K0qbrJbaSqynmBzaY=tcKrKhIh-bFt3RzWtpGkZdDVF1BiTwVDnJr_FrdKLlY=
 

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=GSD09gF5BNeAFIFmKySkA7bi5T9Dy6K7RkZm7sP77Vo=OlUkSnEJeE454e_8VcaHxdKhhzizq75NO0GQ8P-Vd98=
 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] vFW VES event fail to send

2018-01-04 Thread FREEMAN, BRIAN D
It should be the IP of the DCAE VES collector I thought ? I dont think 
127.0.0.1 is correct.

Brian


-Original Message-
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of de Talhouet, Alexis
Sent: Thursday, January 04, 2018 9:46 AM
To: PLATANIA, MARCO <plata...@research.att.com>; onap-discuss 
<onap-discuss@lists.onap.org>
Subject: [onap-discuss] vFW VES event fail to send

Hi Marco, experts,



I was wondering if you could help me understand something with regards to VES 
collector on the vfw sinc vnf.



I see in the syslog it’s failing to send the events, see logs bellow:



Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | ERROR: Failed to transfer an event to Vendor Event 
Listener! Error code=7 (Failed to connect to 127.0.0.1 port 8080: Connection 
refused)

Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | ERROR: Dropped event: {"event": {"commonEventHeader": 
{"domain": "measurementsForVfScaling", "eventId": "TrafficStats_1.2.3.4", 
"eventName": "vFirewallBroadcastPackets", "lastEpochMicrosec": 
1515076978028524, "priority": "Normal", "reportingEntityName": "fwll", 
"sequence": 124625, "sourceName": "vFW_SINC_VNF", "startEpochMicrosec": 
1515076967821239, "version": 1.2, "eventType": "HTTP request rate", 
"reportingEntityId": "No UUID available", "sourceId": 
"44629bac-c241-4087-afb5-febef78bdb72", "nfcNamingCode": "vVNF", 
"nfNamingCode": "vVNF"}, "measurementsForVfScalingFields": 
{"measurementInterval": 10, "cpuUsageArray": [{"cpuIdentifier": "cpu1", 
"cpuIdle": 66.70, "cpuUsageSystem": 33.30, "cpuUsageUser": 0.00, 
"percentUsage": 0.00}], "requestRate": 5099, "vNicUsageArray": 
[{"receivedOctetsDelta": 43860.00, "receivedTotalPacketsDelta": 
1020.00, "transmittedOctetsDelta": 0.00, 
"transmittedTotalPacketsDelta": 0.00, "valuesAreSuspect": "true", 
"vNicIdentifier": "eth0"}], "measurementsForVfScalingVersion": 2.1}}}



It cannot connect to 127.0.0.1 port 8080, which is configured in the sdnc 
preload config.



My question is, should this always be 127.0.0.1? Or should it be the IP of the 
VM in which the VES collector is running? (I know it can sound like an obvious 
question, but in Marco’s video, I haven’t seen him changed this in the sdnc 
preload step).



Thanks,

Alexis



___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=nXDFucLC_nuN5o0oXltp9kR1k9K0qbrJbaSqynmBzaY=tcKrKhIh-bFt3RzWtpGkZdDVF1BiTwVDnJr_FrdKLlY=
 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] vFW VES event fail to send

2018-01-04 Thread de Talhouet, Alexis
Hi Marco, experts,

I was wondering if you could help me understand something with regards to VES 
collector on the vfw sinc vnf.

I see in the syslog it’s failing to send the events, see logs bellow:

Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | ERROR: Failed to transfer an event to Vendor Event 
Listener! Error code=7 (Failed to connect to 127.0.0.1 port 8080: Connection 
refused)
Jan  4 14:42:58 vfw-sinc-vnf EVEL[17281]: | | | | | | | | | | | | | | | | | | | 
| | | | | | | | | | | | | ERROR: Dropped event: {"event": {"commonEventHeader": 
{"domain": "measurementsForVfScaling", "eventId": "TrafficStats_1.2.3.4", 
"eventName": "vFirewallBroadcastPackets", "lastEpochMicrosec": 
1515076978028524, "priority": "Normal", "reportingEntityName": "fwll", 
"sequence": 124625, "sourceName": "vFW_SINC_VNF", "startEpochMicrosec": 
1515076967821239, "version": 1.2, "eventType": "HTTP request rate", 
"reportingEntityId": "No UUID available", "sourceId": 
"44629bac-c241-4087-afb5-febef78bdb72", "nfcNamingCode": "vVNF", 
"nfNamingCode": "vVNF"}, "measurementsForVfScalingFields": 
{"measurementInterval": 10, "cpuUsageArray": [{"cpuIdentifier": "cpu1", 
"cpuIdle": 66.70, "cpuUsageSystem": 33.30, "cpuUsageUser": 0.00, 
"percentUsage": 0.00}], "requestRate": 5099, "vNicUsageArray": 
[{"receivedOctetsDelta": 43860.00, "receivedTotalPacketsDelta": 
1020.00, "transmittedOctetsDelta": 0.00, 
"transmittedTotalPacketsDelta": 0.00, "valuesAreSuspect": "true", 
"vNicIdentifier": "eth0"}], "measurementsForVfScalingVersion": 2.1}}}

It cannot connect to 127.0.0.1 port 8080, which is configured in the sdnc 
preload config.

My question is, should this always be 127.0.0.1? Or should it be the IP of the 
VM in which the VES collector is running? (I know it can sound like an obvious 
question, but in Marco’s video, I haven’t seen him changed this in the sdnc 
preload step).

Thanks,
Alexis

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss