[onap-discuss] [VNFSDK] Adding Source types to VES-Agent library

2018-08-07 Thread William Kurkian
Hi, I am using the VES-Agent library from the VNFSDK to handle talking to the VES. I find that I need to add source types to this Enum: public enum EVEL_SOURCE_TYPES{ EVEL_SOURCE_OTHER, EVEL_SOURCE_ROUTER, EVEL_SOURCE_SWITCH, EVEL_SOURCE_HOST,

Re: [onap-discuss] [dcae] VES https external port

2018-07-12 Thread William Kurkian
Thanks, got it. William On Thu, Jul 12, 2018, 3:25 PM VENKATESH KUMAR, VIJAY wrote: > William, > > The HTTPS port (8443) is not exposed in R2; this will be enabled in R3. > > > > Regards, > > Vijay > > > > *From:* onap-discuss@lists.onap.org *On > Beh

[onap-discuss] [dcae] VES https external port

2018-07-12 Thread William Kurkian
Hello, I am looking at the HTTPS option on the VES, and how to reach it. However, I only see the 8080 port of the VES opened up to 30235, but I don't see anything for 8443. Is there a way to access it from outside the cluster ? Thanks, William -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [onap-discuss] [dcae] Distributed VES setup

2018-07-05 Thread William Kurkian
; couple of options to allow multi-site k8s cluster design under OOM in R3. > Once they are finalized, DCAE impacts can be assessed and supported (most > likely post R3). > > > > Regards, > > Vijay > > > > *From:* onap-discuss@lists.onap.org *On > Behalf Of *

Re: [onap-discuss] [dcae] Distributed VES setup

2018-07-05 Thread William Kurkian
uld have better guidance. > > > > How to configure heat/OOM for this is left to the service provider/system > integrator > > > > Brian > > > > > > *From:* onap-discuss@lists.onap.org *On > Behalf Of *William Kurkian > *Sent:* Thursday, July 05, 2018 12:

[onap-discuss] [dcae] Distributed VES setup

2018-07-05 Thread William Kurkian
in the edge location via OOM install, with some extra configuration? Or is it something else ? Thanks, William Kurkian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10880): https://lists.onap.org/g/onap-discuss/message/10880 Mute This Topic: https

Re: [onap-discuss] [dcae] VES unknown host error

2018-07-05 Thread William Kurkian
me > optimization that will simplify consul state restoration in R3 to address > such issues; this is being tracked under DCAEGEN2-580 > <https://jira.onap.org/browse/DCAEGEN2-580>. > > Thanks, > > Vijay > > > > *From:* William Kurkian > *Sent:* Tuesday, July

Re: [onap-discuss] [dcae] VES unknown host error

2018-07-03 Thread William Kurkian
w curl from within pod (vescollector) and share the > o/p? > > > > curl config-binding-service:1/service_component/dcae-ves-collector > > curl consul-server.onap:8500/v1/catalog/service/config-binding-service > > > > Regards, > > -Vijay > > > > *From:*

[onap-discuss] [dcae] VES unknown host error

2018-07-02 Thread William Kurkian
I have an onap cluster with a VES and DMaaP running. I deleted the VES pod, and let kubernetes bring it back up, in order to test another component, and i started getting this error in the VES logs: [20:03:25,245][WARN ][pool-5-thread-1]Send failed, 28 message to send.

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread William Kurkian
ssages to a topic, the 2nd REST call will > not receive any messages as the 2nd consumer group is not subscribed to a > Topic, before the producer publishes the messages. There is no change in > the message received for any subsequent REST subscribe calls. > > > > > > Thanks,

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread William Kurkian
Ok, let me see if I understand. I can subscribe to a topic with this REST call: GET http(s)://{HOST:PORT}}/events/{topicname}/{consumegroup}/{consumerid}/{timeout=x}. Once the client gets a response with messages, they issue another REST call to wait for more. At the same time there is another

[onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread William Kurkian
Hello, I am looking at the DMaaP, and how to subscribe to a topic on it. I have been testing out the REST API like so: curl http://10.42.14.190:3904/events/unauthenticated.SEC_FAULT_OUTPUT/group1/2 This successfully gets messages. The problem I have, is that if issue it for a different

Re: [onap-discuss] DCAE event Guaranteed Delivery

2018-06-28 Thread William Kurkian
g restart. Typically though the queue count is maintained > at zero. > > > > Thanks, > > Vijay > > > > *From:* William Kurkian > *Sent:* Wednesday, June 27, 2018 5:36 PM > *To:* VENKATESH KUMAR, VIJAY > *Cc:* onap-discuss@lists.onap.org > *Subject:* Re: [onap-

Re: [onap-discuss] DCAE event Guaranteed Delivery

2018-06-27 Thread William Kurkian
able and guarantee delivery for > subscribers (once messages are published into MR topic by collector) > > > > Hope this clarifies. > > > > Regards, > > Vijay > > > > > > *From:* onap-discuss@lists.onap.org *On > Behalf Of *William Kurkian >

[onap-discuss] DCAE event Guaranteed Delivery

2018-06-27 Thread William Kurkian
to be guaranteed. Could someone help me understand what is going on here? >From what I see, the VES has a queue it puts the messages are on, but from that point I don't see that I can depend on that for messages to survive in case of things like reboot. Thanks, William Kurkian -=-=-=-=-=-=-=-=-=-=-=- Li

[onap-discuss] DCAE DMaaP use and DiskPressure

2018-06-20 Thread William Kurkian
at the NFS share, it appears the main cause is 30G of data in elasticsearch. Does anyone have any insight to what this is, or how this could be managed? Thanks, William Kurkian ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org

Re: [onap-discuss] MSB - DCAE/VESCollector

2018-06-13 Thread William Kurkian
t; Regards, > > Vijay > > *From:* onap-discuss-boun...@lists.onap.org < > onap-discuss-boun...@lists.onap.org> *On Behalf Of *William Kurkian > *Sent:* Tuesday, June 12, 2018 2:51 PM > *To:* onap-discuss@lists.onap.org > *Subject:* [onap-discuss] MSB - DCAE/VESCollector

[onap-discuss] MSB - DCAE/VESCollector

2018-06-12 Thread William Kurkian
know if it has been added since. Thanks, William Kurkian ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss

Re: [onap-discuss] Environment for Deploying ONAP

2018-05-15 Thread William Kurkian
-) Can you please > alloborate little more on how you fix that or you just used that LOG-325 > script and simply all problems disappeared ? > > > > thank you very much, > > Michal > > > > - *Original Message* - > > *Sender* : William Kur

Re: [onap-discuss] Environment for Deploying ONAP

2018-05-15 Thread William Kurkian -X (wkurkian - INSIGHT GLOBAL INC at Cisco)
] William Kurkian Engineer / Developer wkurk...@cisco.com<mailto:wkurk...@cisco.com> Tel: Cisco Systems, Inc. United States cisco.com [http://www.cisco.com/assets/swa/img/thinkbeforeyouprint.gif] Think before you print. This email may contain confidential and privileged ma

[onap-discuss] AAF kubernetes pods failing

2018-05-11 Thread William Kurkian
Is this known and expected? or is it some issue on my machine? Thanks, William Kurkian ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss

Re: [onap-discuss] Portal Session issue Zookeeper

2018-05-09 Thread William Kurkian
h MUSIC’s zookeeper. Thomas Nelson from Music team is looking > into this issue. > > > > Tom ~ Please let us know, if you have any update on it. Thanks. > > > > Manoop > > > > *From: *<onap-discuss-boun...@lists.onap.org> on behalf of William >

[onap-discuss] Portal Session issue Zookeeper

2018-05-09 Thread William Kurkian
Hi, I am having session issues with logging into the portal. I get a number of errors on the portal side, basically indicating that there is no session. I noticed something strange with zookeeper though, and I wanted to see if anyone knows whether this behavior is anomalous. Here are some of

[onap-discuss] Issue pulling image

2018-05-08 Thread William Kurkian
I am trying to pull an image for the portal-app pod, but it is not working: Failed to pull image " nexus3.onap.org:10001/onap/portal-app:2.1-STAGING-latest" I can't find an image I can pull, is there something I can do to resolve this? William ___

[onap-discuss] Debugging Portal/Music java code in container

2018-05-07 Thread William Kurkian
I have an issue logging into the Portal in my ONAP deployment. I have described the issue here: https://jira.onap.org/browse/MUSIC-75. Basically there is a null pointer exception. How can I setup a debugger to see what is happening here? Is there a resource on how to do this ? Thanks, William