Re: [onap-discuss] vFW demo-VES integration #integration

2018-10-12 Thread Jing Wang
Sure, thanks!

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12986): https://lists.onap.org/g/onap-discuss/message/12986
Mute This Topic: https://lists.onap.org/mt/27260346/21656
Mute #integration: https://lists.onap.org/mk?hashtag=integration=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] vFW demo-VES integration #integration

2018-10-12 Thread Jing Wang
Yes. The latest in the demo repo under VES5.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12984): https://lists.onap.org/g/onap-discuss/message/12984
Mute This Topic: https://lists.onap.org/mt/27260346/21656
Mute #integration: https://lists.onap.org/mk?hashtag=integration=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] vFW demo-VES integration #integration

2018-10-11 Thread Jing Wang
Hi community,

While playing with the latest VES evel library and vFW reporting agent c code 
in the demo project, I notice that the vFW reporting agent is posting empty 
json body in the request to the collector. Once I change the evel 
initialization in the agent code to set the backup FQDN value to "NULL" instead 
of empty string " ". It starts to work fine again.

Not sure if anyone else seeing the same issue or I ran into some intermittent 
problem of mismatching versions of the VES agent code and the evel library.

Thanks!

Jing

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12968): https://lists.onap.org/g/onap-discuss/message/12968
Mute This Topic: https://lists.onap.org/mt/27260346/21656
Mute #integration: https://lists.onap.org/mk?hashtag=integration=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] about compile for dcaegen2

2017-10-27 Thread Jing Wang
The error says 'SETTINGS_FILE environment variable not set

I guess you need to set your environment variable too. Make sure the 
SETTINGS_FILE is pointing to the settings.xml you have in your file system.

Thanks!

Jing
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of DRAGOSH, PAMELA L 
(PAM)
Sent: Friday, October 27, 2017 7:20 AM
To: aijianwen ; onap-discuss@lists.onap.org
Cc: SANCHU HAN 
Subject: Re: [onap-discuss] about compile for dcaegen2

Hi Han,

The oparent project has a settings.xml file in it. You may want to copy it to 
you .m2 directory.

Regards,

Pam

From: 
>
 on behalf of aijianwen >
Date: Friday, October 27, 2017 at 5:49 AM
To: "onap-discuss@lists.onap.org" 
>
Cc: SANCHU HAN >
Subject: [onap-discuss] about compile for dcaegen2

Hi team,
I want to compile the dcaegen2 from the internet.
In this directory:
[cid:image001.png@01D34F0C.3638F2A0]
I use the command: mvn clean install –Dmaven.skip.test=true
The errors is as follows:

+ echo 'running script: 
[/directory/var/jenkins/workspace/compile_all_project_onap1.10/dcaegen2/mvn-phase-script.sh]
 for module [platformdoc] at stage [clean]'

+ MVN_PROJECT_MODULEID=platformdoc

+ MVN_PHASE=clean

++ dirname 
/directory/var/jenkins/workspace/compile_all_project_onap1.10/dcaegen2/mvn-phase-script.sh

+ 
PROJECT_ROOT=/directory/var/jenkins/workspace/compile_all_project_onap1.10/dcaegen2

+ '[' -z 
https://nexus.onap.org
 ']'

+ '[' -z '' ']'

+ echo 'SETTINGS_FILE environment variable not set.  Cannot proceed'

+ exit 2

/dcaegen2

BUILD  FAILURE
How to compile it?
Otherwise, I see a URL in pom.xml: 
https://nexus.onap.org/service/local/repositories/raw/content
I can’t access the URL from the internet. How to solve it if I want to produce 
docker image?
[cid:image002.jpg@01D34F0C.3638F2A0]
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] dcae_vm_init.sh failed with dcae-controller:1.1.0 not found

2017-10-16 Thread Jing Wang
Hi Kapil,

Not sure exactly what your are trying to do. It looks like you are trying to 
deploy DCAE using a bootstrap script. As far as I know, there are changes in 
the deployment process for DCAE in R1.

If you are trying to deploy the latest DCAE, the following link might contain 
the information you need

https://gerrit.onap.org/r/gitweb?p=dcaegen2/deployments.git;a=blob;f=bootstrap/README-docker.md;h=0fce3fce0d3eefab53ea2181c1909df1e258a30c;hb=eb92775498e1e43ba24b9d1065930cf9e619670b

Thanks!

Jing

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kapil Gupta (c)
Sent: Monday, October 16, 2017 6:39 AM
To: onap-discuss@lists.onap.org; onap-discuss-boun...@lists.onap.org
Subject: [onap-discuss] dcae_vm_init.sh failed with dcae-controller:1.1.0 not 
found

Hi,

dcae_vm_init.sh is failed with Error: image openecomp/dcae-controller:1.1.0 not 
found

It seems there is some problem with Nexus Repository.

Any help quick help is really appreciating.

Please see below logs.


make up
root@onap-vm-dcae-controller:/opt# bash -x dcae_vm_init.sh
++ /sbin/ifconfig
++ grep MTU
++ sed 's/ .*//'
++ sed 's/.*MTU://'
++ sort -n
++ head -1
+ export MTU=1500
+ MTU=1500
+ cd /opt/dcae-startup-vm-controller
+ git pull
Already up-to-date.
+ bash init.sh
+ make up
docker login -u docker -p docker nexus3.onap.org:10001
Login Succeeded
docker pull nexus3.onap.org:10001/openecomp/dcae-controller:1.1.0
Pulling repository nexus3.onap.org:10001/openecomp/dcae-controller
Error: image openecomp/dcae-controller:1.1.0 not found
make: *** [up] Error 1


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


Re: [onap-discuss] [ DCAE - Common Services: DMaaP, Policy.. - AAI ] - Development Guidance | Suggestions | Recommendations

2017-10-01 Thread Jing Wang
Hi Francisco,

Regarding the second option, to bring up just the VES collector, DMaaP message 
router and CDAP application containers might be easier than trying to bring up 
all ONAP containers.

To develop a prototype adapter, you probably can start with the minimum set of 
containers since the focus would be how to translate the events and publish to 
DMaaP.

Once you got the prototype developed, it would be necessary to integrate with 
the full-fledged ONAP setup for integration test and demo purpose.

Thanks!

Jing

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Juan Francisco Poo 
Hernandez
Sent: Thursday, September 28, 2017 11:56 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [ DCAE - Common Services: DMaaP, Policy.. - AAI ] - 
Development Guidance | Suggestions | Recommendations

Dear ONAP Community

I wonder if you could provide advice/guidance for the following

We want to develop a prototype adapter for DCAE, this adapter could be used for 
collecting & translating events (different formats) and expose them back into 
the DMaaP after translated and potentially, use of the existing ONAP's common 
services, such as, logging and policy capabilities

So for developing and testing, the approaches we're thinking of :

1)  Deploy the whole ONAP with Containers per Wiki instructions
Since this is on the Operational Framework and we won't have a real onboarded 
VNF, just using a simulator towards our adapter, is there any suggestion on how 
to pre-stage the events pub/sub or anything else we need to setup for 
referencing a "fake running VNF" , say for publishing /subscribing events 
during testing

2)  Is it possible to deploy  the DCAE & Common Services only, kind of 
following the "Building & Testing an ONAP Component Locally" however  kind of 
concern for the complexity of a manual integration steps


3)  Any better recommendation to stage a testing /validating environment to 
meet our needs



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


[onap-discuss] [sonar]

2017-04-27 Thread Jing Wang
Hi Christophe,

I wonder if SDN-C projects are already included in http://sonar.onap.org

The last time I looked at it, my dashboard still shows 26 projects.

Please let me know if there is anything I missed.

Thanks!

Jing

From: Closset, Christophe [mailto:cc6...@intl.att.com]
Sent: Wednesday, April 26, 2017 9:40 AM
To: Lefevre, Catherine ; Jing Wang ; onap-discuss at lists.onap.org
Subject: RE: [onap-discuss] [sonar]

SDN-C projects are there now as well as others that were missing

Regards
Christophe

From: onap-discuss-bounces at lists.onap.org<mailto:onap-discuss-bounces at 
lists.onap.org> [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
Lefevre, Catherine
Sent: Monday, April 24, 2017 8:49 PM
To: Jing Wang mailto:Jing.Wang5 at huawei.com>>; 
onap-discuss at lists.onap.org<mailto:onap-discuss at lists.onap.org>
Subject: Re: [onap-discuss] [sonar]

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

I just had a quick look and we are indeed missing a couple of them.
Let me follow-up with the Linux Foundation support team (Andrew Grimberg) on 
this topic

Best regards
Catherine

From: onap-discuss-bounces at lists.onap.org<mailto:onap-discuss-bounces at 
lists.onap.org> [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Jing 
Wang
Sent: Monday, April 24, 2017 8:41 PM
To: onap-discuss at lists.onap.org<mailto:onap-discuss at lists.onap.org>
Subject: [onap-discuss] [sonar]

Hi all,

I had a look at 
http://sonar.onap.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__sonar.onap.org=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=66ObImPAUA0o2f1hTGknnnv5ScXvX8EnREJCPHHBY5M=VGsVQo_dVd8MZU6XF_6GBopoiBGaPQPS1yveI0tn8Uc=F-G8na4TeWXJL1Gr7R1v-dkTxbNzYoSnTR5sB2QhnSw=>.
 It only shows 26 projects in the dashboard. I wonder if those are all the 
sonar projects we have now. Or they are only a subset.

I'm interested in the sdnc projects. Looks like they are not included.

Thanks!

Jing
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.onap.org/pipermail/onap-discuss/attachments/20170427/86e7a093/attachment.html>


Re: [onap-discuss] Password for accessing the API explorer for controllers

2017-04-27 Thread Jing Wang
Hi Nitish,

As far as I know, the default SDN-C user/password is "admin/ 
Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U".

Please try 
http://:8282/apidoc/explorer/index.html
 with the default user/password. It works for me.

Thanks!

Jing

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Nitish Jaisoor
Sent: Thursday, April 27, 2017 8:26 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Password for accessing the API explorer for controllers


Hi,

I have been trying to open the SDNC controller API interface 
(http://:8282/apidoc/explorer/). 
Whenever I try doing so, I am prompted to enter a username and password. I 
understand that the user name is 'admin', but I am not able to log in using any 
of the passwords I am aware of. I have looked into the old emails in the list 
and have tried the following:

- demo123456!
- test123
- admin
- Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U

None of these are working. Can you please advise on whether there is another 
password which I need to use. The idea is that I should be able to open the 
docs and post some messages using the REST interface.
In case I need to install some features to enable this, please let me know 
which ones.

Thanks in advance,
Nitish
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] SDN-C SliStringUtils in the directed graph

2017-04-18 Thread Jing Wang
Mystery resolved.

Double checked the instance we deployed, it was from the last release.

The SliStringUtils is new in the latest source.

I will deploy the latest and try again.

Thanks!

Jing

From: onap-discuss-bounces at lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Jing Wang
Sent: Tuesday, April 18, 2017 2:34 PM
To: onap-discuss at lists.onap.org
Subject: [onap-discuss] SDN-C SliStringUtils in the directed graph

Hi all,

We are currently working on a demo that involves manipulating strings in the 
SDN-C directed graph.

There are some info in the DG-BUILDER showing calling "eval" in the parameter 
expression as follows:


  

  


It looks like "eval" is something already obsolete and not supported by sli 
anymore.

We saw a plugin in SliPluginUtils bundle called SliStringUtils. It exposes the 
java string functions to the DG according to the comments in the code.

Somehow, when we check the SDN-C instance using karaf cli, only SliPluginUtils 
service is available.

opendaylight-user at root>bundle:services 401

SliPluginUtils Plugin - Provider (401) provides:

[org.openecomp.sdnc.sli.SliPluginUtils.SliPluginUtils]

Therefore, when we tried to use it in the directed graph, the execution of the 
graph failed due to the missing service.

I wonder if anyone knows what we need to do to make the plugin SliStringUtils 
work.

Thanks!

Jing


-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.onap.org/pipermail/onap-discuss/attachments/20170418/496e0874/attachment-0001.html>


[onap-discuss] SDN-C SliStringUtils in the directed graph

2017-04-18 Thread Jing Wang
Hi all,

We are currently working on a demo that involves manipulating strings in the 
SDN-C directed graph.

There are some info in the DG-BUILDER showing calling "eval" in the parameter 
expression as follows:


  

  


It looks like "eval" is something already obsolete and not supported by sli 
anymore.

We saw a plugin in SliPluginUtils bundle called SliStringUtils. It exposes the 
java string functions to the DG according to the comments in the code.

Somehow, when we check the SDN-C instance using karaf cli, only SliPluginUtils 
service is available.

opendaylight-user at root>bundle:services 401

SliPluginUtils Plugin - Provider (401) provides:

[org.openecomp.sdnc.sli.SliPluginUtils.SliPluginUtils]

Therefore, when we tried to use it in the directed graph, the execution of the 
graph failed due to the missing service.

I wonder if anyone knows what we need to do to make the plugin SliStringUtils 
work.

Thanks!

Jing


-- next part --
An HTML attachment was scrubbed...
URL: