Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished 

2017-09-05 Thread Kanagaraj Manickam
Dear Huabing,

For registering, it should be


{

  "serviceName": "aai-cloudInfrastructure",

  "version": "v11",

  "url": "/aai/v11/cloud-infrastructure",

  "protocol": "REST",

  "port": "8443",

  "enable_ssl":"True",

  "visualRange":"1"

  }
Then it should be ok, url should be having only the root-context and 
cloud-infrastructure should be removed from it.

For the authentication, yes, clients should to authentication with respective 
services and there is no common auth model exist so far (AAF).
Regarding this, I will send a separate mail to get the decision point on how 
the user model will be supported in amesterdam release.

Thanks
Kanagaraj M


***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: zhao.huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn]
Sent: Wednesday, September 06, 2017 8:07 AM
To: Kanagaraj Manickam
Cc: frank.obr...@amdocs.com; onap-discuss@lists.onap.org
Subject: Re:RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished


If I understand correctly, For authentication with AAI, you need to add an 
authentication header in the http request like this

Authorization:Basic QUFJOkFBSQ==




Original Mail
Sender: zhaohuabing10201488
To:  >;
CC:  >; 
>;
Date: 2017/09/06 10:20
Subject: Re:RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished



Sorry, There is a minor mistake in the previous response.



Then, you could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v11/cloude-regions
 to access it

The url should be  
http://{msb_iag_ip}:{msb_iag_port}/api/aai-cloudInfrastructure/v11/cloude-regions

The standard URL format is 
http://[host]:[port]/api/{service 
name}]/v{version  number}/{resource}, api is missing in the previous response.






Sender: zhaohuabing10201488
To:  >;
CC:  >; 
>;
Date: 2017/09/06 09:59
Subject: Re:RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished






Sender:  >;
To: zhaohuabing10201488;
CC:  >; 
>;
Date: 2017/09/05 18:30
Subject: RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished


Hi Huabing,

For example, to see the cloud details from aai, it provides the api 
/aai/v11/cloud-infrastructure/cloude-regions
So access this URI via MSB, should I use  
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/aai/v11/cloud-infrastructure/cloude-regions
It seems that the /aai/v11 part is missing from the registration info.
For the version, I think we should align to v11.
I will modify the registration info to

{

  "serviceName": "aai-cloudInfrastructure",

  "version": "v11",

  "url": "/aai/v11/cloud-infrastructure",

  "protocol": "REST",

  "port": "8443",

  "enable_ssl":"True",

  "visualRange":"1"

  }

Then, you could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v11/cloude-regions
 to access it

If so, then there are 2 different versions present v1 and v11 

Re: [onap-discuss] [oom] How to add new entires in DNS

2017-09-05 Thread Kanagaraj Manickam
Dear Roger

Thank you.

In OOM environment, CLI could be a separate component and we use app:cli then 
DNS entry for CLI would be cli-onap. Is this correct?

Regards
Kanagaraj M
***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: Roger Maitland [mailto:roger.maitl...@amdocs.com]
Sent: Tuesday, September 05, 2017 7:47 PM
To: Kanagaraj Manickam; onap-discuss@lists.onap.org
Subject: RE: [oom] How to add new entires in DNS

Hi Kanagaraj,

The OOM Kubernetes environment has a built-in DNS so you don’t need to add 
entries by hand.  I believe CLI will be part of the SDC project which already 
has 5 subcomponents: sdc-be, sdc-cs, sdc-es, sdc-fe, sdc-kb (for back-end, 
Cassandra, elasticsearch, front-end and Kibana).  If one creates the ONAP 
deployment under the ‘onap’ namespace, the DNS entry for Cassandra would be: 
sdc-cs.onap-sdc.  If you use the same pattern (i.e. using ‘app:sdc-cli’ in your 
service deployment specification) the DNS entry would be: sdc-cli.onap-sdc.  If 
you think CLI might not remain part of sdc you might want to use ‘app:cli’ in 
the yaml file which would generate the entry: cli.onap-sdc.

Cheers,
Roger

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kanagaraj Manickam
Sent: Tuesday, September 05, 2017 3:03 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [oom] How to add new entires in DNS

Dear OOM team,

In HEAT based ONAP deployment, we had DNS server, where all ONAP components 
registers its DNS name.
Similarly in OOM, I am looking for option to configure the DNS entry for CLI.
Could you please help on how to add the DNS entries for ONAP components being 
introduced newly in the amesterdam release.

Thank you.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [oom] How to add new entires in DNS

2017-09-05 Thread Kanagaraj Manickam
Thanks Borislav. We will refer this documentation.

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: Borislav Glozman [mailto:borislav.gloz...@amdocs.com]
Sent: Tuesday, September 05, 2017 6:24 PM
To: Kanagaraj Manickam; onap-discuss@lists.onap.org
Subject: RE: [oom] How to add new entires in DNS

Hi,

Kubernetes has dns support.
You can use service.namespace and it will be resolved to the correct instance. 
It is even load-balanced (if needed).
Please check documentation (it is actually very good for k8s):
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/

Thanks,
Borislav Glozman
O:+972.9.776.1988
M:+972.52.2835726

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kanagaraj Manickam
Sent: Tuesday, September 5, 2017 10:03 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [oom] How to add new entires in DNS

Dear OOM team,

In HEAT based ONAP deployment, we had DNS server, where all ONAP components 
registers its DNS name.
Similarly in OOM, I am looking for option to configure the DNS entry for CLI.
Could you please help on how to add the DNS entries for ONAP components being 
introduced newly in the amesterdam release.

Thank you.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] FW: RE: [aai] Still have a problem about PUT/GET the EMS list

2017-09-05 Thread Kanagaraj Manickam
Dear LiZi,

I tried to provide some more comments today to refine the objects and remove 
the redundancy of properties and also make the properties consistent.

And IMO, every object (VIM, EMS, VNFM, SDNC) will have only one 
esr-system-info. So in AAI, is there a way to to make the object as follows.
From user point of view, it will make it very simple. And I remember, in Open-O 
we have this kind of model.

{

"ems-id": "example-ems-id-val-64030",

"passive": "example-passive-val-58058",

"remote-path": "example-remotepath-val-280",

"esr-system-info-list": [

 "esr-system-info": {

"esr-system-info-id": "example-esr-system-info-id-val-55500",

"system-name": "example-system-name-val-71969",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

"version": "example-version-val-71089",

"url": "example-url-val-97389",

"user-name": "example-user-name-val-72428",

"password": "example-password-val-46821",

"system-type": "resource-addr",

"protocal": "example-protocal-val-51560",

"ip": "example-ip-val-84180",

"port": "example-port-val-13010"

  }

]

}


***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of li.z...@zte.com.cn
Sent: Wednesday, September 06, 2017 9:41 AM
To: jf2...@att.com
Cc: wl2...@att.com; onap-discuss@lists.onap.org
Subject: [onap-discuss] FW: RE: [aai] Still have a problem about PUT/GET the 
EMS list


Hi Jimmy,



I tried as what you suggest add a containing element, esr-system-info-list, and 
it contains esr-system-info.

If there is only one esr-system-info in esr-system-info-list, I can put the 
follow data to repository, and it is ok for PUT/GET API.

{

"ems-id": "example-ems-id-val-64030",

"passive": "example-passive-val-58058",

"remote-path": "example-remotepath-val-280",

"esr-system-info-list": [

 "esr-system-info": {

"esr-system-info-id": "example-esr-system-info-id-val-55500",

"system-name": "example-system-name-val-71969",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

"version": "example-version-val-71089",

"url": "example-url-val-97389",

"user-name": "example-user-name-val-72428",

"password": "example-password-val-46821",

"system-type": "resource-addr",

"protocal": "example-protocal-val-51560",

"ip": "example-ip-val-84180",

"port": "example-port-val-13010"

  }

]

}



But when I wish to put an esr-system-info array, JSON will not allowed we 
define three object with esr-system-info property name. So I defined the PUT 
data as the follow JSON, the result seems that the esr-system-info array lost.

{

"ems-id": "example-ems-id-val-64030",

"passive": "example-passive-val-58058",

"remote-path": "example-remotepath-val-280",

"esr-system-info-list": [

{

"esr-system-info-id": "example-esr-system-info-id-val-55500",

"system-name": "example-system-name-val-71969",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

"version": "example-version-val-71089",

"url": "example-url-val-97389",

"user-name": "example-user-name-val-72428",

"password": "example-password-val-46821",

"system-type": "resource-addr",

"protocal": "example-protocal-val-51560",

"ip": "example-ip-val-84180",

"port": "example-port-val-13010"

  },

  {

"esr-system-info-id": "example-esr-system-info-id-val-55501",

"system-name": "example-system-name-val-71960",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

   

[onap-discuss] FW: RE: [aai] Still have a problem about PUT/GET the EMS list

2017-09-05 Thread li.zi30
Hi Jimmy,




I tried as what you suggest add a containing element, esr-system-info-list, and 
it contains esr-system-info. 




If there is only one esr-system-info in esr-system-info-list, I can put the 
follow data to repository, and it is ok for PUT/GET API.





{


"ems-id": "example-ems-id-val-64030",


"passive": "example-passive-val-58058",


"remote-path": "example-remotepath-val-280",


"esr-system-info-list": [


 "esr-system-info": {


"esr-system-info-id": "example-esr-system-info-id-val-55500",


"system-name": "example-system-name-val-71969",


"type": "example-type-val-24163",


"vendor": "example-vendor-val-2328",


"version": "example-version-val-71089",


"url": "example-url-val-97389",


"user-name": "example-user-name-val-72428",


"password": "example-password-val-46821",


"system-type": "resource-addr",


"protocal": "example-protocal-val-51560",


"ip": "example-ip-val-84180",


"port": "example-port-val-13010"


  }


]


}




But when I wish to put an esr-system-info array, JSON will not allowed we 
define three object with esr-system-info property name. So I defined the PUT 
data as the follow JSON, the result seems that the esr-system-info array lost. 

{

"ems-id": "example-ems-id-val-64030",

"passive": "example-passive-val-58058",

"remote-path": "example-remotepath-val-280",

"esr-system-info-list": [

{

"esr-system-info-id": "example-esr-system-info-id-val-55500",

"system-name": "example-system-name-val-71969",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

"version": "example-version-val-71089",

"url": "example-url-val-97389",

"user-name": "example-user-name-val-72428",

"password": "example-password-val-46821",

"system-type": "resource-addr",

"protocal": "example-protocal-val-51560",

"ip": "example-ip-val-84180",

"port": "example-port-val-13010"

  },

  {

"esr-system-info-id": "example-esr-system-info-id-val-55501",

"system-name": "example-system-name-val-71960",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

"version": "example-version-val-71089",

"url": "example-url-val-97389",

"user-name": "example-user-name-val-72428",

"password": "example-password-val-46821",

"system-type": "performance-addr",

"protocal": "example-protocal-val-51560",

"ip": "example-ip-val-84180",

"port": "example-port-val-13010"

  },

  {

"esr-system-info-id": "example-esr-system-info-id-val-55502",

"system-name": "example-system-name-val-71961",

"type": "example-type-val-24163",

"vendor": "example-vendor-val-2328",

"version": "example-version-val-71089",

"url": "example-url-val-97389",

"user-name": "example-user-name-val-72428",

"password": "example-password-val-46821",

"system-type": "alarm-addr",

"protocal": "example-protocal-val-51560",

"ip": "example-ip-val-84180",

"port": "example-port-val-13010"

  }

]

}

Does it means that we can only put one esr-system-info object in the 
esr-system-info-list? If so I think the way Harish suggested me to do about the 
shcema  would be better (shows as the schema I submitted to gerrit).

 About this issue I think Harish also knows about the details, We both debuged 
this schema before I submit it to gerrit.



Thanks,

LiZi
















原始邮件



发件人: 
收件人:李滋00164331   
抄送人: 
日 期 :2017年09月02日 01:42
主 题 :RE: [aai] Still have a problem about PUT/GET the EMS list







Hi Lizi,


 


When I took your schema and edgerules into my repo, I started and invoked the 
examples endpoint:


 


/aai/v11/examples/esr-ems


 


  {


"ems-id": "example-ems-id-val-69140",


"passive": "example-passive-val-32758",


"remote-path": "example-remotepath-val-11881",


"esr-system-infos": [


{


"esr-system-info": [


{


"esr-system-info-id": 
"example-esr-system-info-id-val-69363",


"system-name": "example-system-name-val-35048",


"type": "example-type-val-33962",


"vendor": "example-vendor-val-79133",


"version": "example-version-val-68622",


"url": "example-url-val-66323",


"user-name": "example-user-name-val-65628",


"password": "example-password-val-14027",


"system-type": 

[onap-discuss] 答复: Invitation: SDC & VFC integration meeting @ Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)

2017-09-05 Thread Chenchuanyu
Hi,David, Yuanxing,
I have questions as below, can you give me any support:.

1.   Import and certify the underlayvpn.yml as VL

Q:How can I import the underlayvpn.yml as a VL? I have not found that entry, 
only import VFC found.

[cid:image002.png@01D32705.13E1C800]

2.   Create vIMS_NS VF as new AllottedResources (Network Service 
subcategory)

Q:I can not find a VF category type of AllottedResources  yet ,is it a new 
supported type? Or I need to  create new Resource Category and subcategory 
using Admin user?

[cid:image003.png@01D32707.33E227B0]

3.   Define all properties as inputs (had to do that for the properties to 
be visible when generating the VoLTE service TOSCA)

Q: I think for providing_service_uuid and providing_service_invariant_uuid, 
these two properties could not be defined as inputs for voLTE,

User who deploy voLTE will not concern the uuid/invariant_uuid of vIMS/vEPC 
service.

What will be better: when we design the VFC, we can set the default value for 
providing_service_uuid and providing_service_invariant_uuid, This is design 
time. Desinger who

design voLTE service could bind the uuid information , but not user who deploy 
the voLTE service .

Let me know if any suggestions.
Thanks
Chuanyu Chen.


发件人: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] 代表 SHADMI, DAVID
发送时间: 2017年9月6日 2:52
收件人: feng.yuanx...@zte.com.cn
抄送: LEVY, DONALD E; yangya...@chinamobile.com; onap-discuss@lists.onap.org
主题: Re: [onap-discuss] Invitation: SDC & VFC integration meeting @ 
Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)

Hi,

I manually added the two categories using SDC Admin role.

My suggestion is to use “Network Service” and “E2E Service”, as it generic and 
would allow SO to implement a generic support for these two type of services.
If there is an agreement on these two categories, we would include them in the 
predefined list of service categories.

Thanks,
David


From: feng.yuanx...@zte.com.cn 
[mailto:feng.yuanx...@zte.com.cn]
Sent: Monday, September 04, 2017 9:32 PM
To: SHADMI, DAVID >
Cc: zhaohuab...@gmail.com; LEVY, DONALD E 
>; LANDO, MICHAEL 
>; 
yangya...@chinamobile.com; 
zhang.maope...@zte.com.cn; 
denglin...@chinamobile.com; 
denghu...@huawei.com; 
onap-discuss@lists.onap.org
Subject: 答复: Re: [onap-discuss] Invitation: SDC & VFC integration meeting @ 
Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) 
(onap-discuss@lists.onap.org)


Hi David,



Thanks for your presentation which was really helpful.

I imported your nsd.yml and underlayvpn.yml in my sdc portal and it works. 
After that I succeed to create two VFs(vIMS and vEPC).

Unfortunately, I can't find two category types(Network Service and E2E 
Service). I use VolteNS instead. Does it make difference? BTW, my sdc 
version is:1.1-STAGING-latest.







BR

Feng yuanxing








原始邮件
发件人: >;
收件人: >; 
>; 
>; 
>;张茂鹏10030173; 
>; 
>; 
>;
日 期 :2017年09月02日 07:31
主 题 :Re: [onap-discuss] Invitation: SDC & VFC integration meeting @ 
Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) 
(onap-discuss@lists.onap.org)


Hello All,

Here is the summary of the call we had today:


1.   CSAR format – I update the slide we discussed on Monday based on 
today’s call



2.   VoLTE E2E service

a.   Enclosed please find the NSD and underlayvpn node type definition I 
used in the call.

b.   Use the following steps to create the VoLTE E2E service:

i.Import and certify the NSD.yml as VFC

ii.Import and certify the underlayvpn.yml as VL

iii.Create vIMS and vEPC services to get the uuid and invariantUUID 
information needed for the vIMS and vEPC NSs

iv.Create vIMS_NS VF as new AllottedResources (Network Service 
subcategory)

1.   Add the NSD VFC and populate the properties

2.   Define all properties as inputs (had to do that for the properties to 
be visible when generating the VoLTE service TOSCA)

v.Create vEPC_NS VF – same steps as in #4

vi.Create the VoLTE E2E service with vIMS, vEPC, and underlayvpn

Thanks,
David

-Original 

Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished 

2017-09-05 Thread zhao.huabing
If I understand correctly, For authentication with AAI, you need to add an 
authentication header in the http request like this

Authorization:Basic QUFJOkFBSQ==










Original Mail



Sender: zhaohuabing10201488
To:  
CC:   
Date: 2017/09/06 10:20
Subject: Re:RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 








Sorry, There is a minor mistake in the previous response.






Then, you could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v11/cloude-regions 
to access it


The url should be  
http://{msb_iag_ip}:{msb_iag_port}/api/aai-cloudInfrastructure/v11/cloude-regions
 


The standard URL format is http://[host]:[port]/api/{service name}]/v{version  
number}/{resource}, api is missing in the previous response.

















Sender: zhaohuabing10201488
To:  
CC:   
Date: 2017/09/06 09:59
Subject: Re:RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 














Sender:  
To: zhaohuabing10201488
CC:   
Date: 2017/09/05 18:30
Subject: RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 







Hi Huabing,


 


For example, to see the cloud details from aai, it provides the api 
/aai/v11/cloud-infrastructure/cloude-regions


So access this URI via MSB, should I use  
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/aai/v11/cloud-infrastructure/cloude-regions


It seems that the /aai/v11 part is missing from the registration info.


For the version, I think we should align to v11.


I will modify the registration info to 


{


  "serviceName": "aai-cloudInfrastructure",


  "version": "v11",


  "url": "/aai/v11/cloud-infrastructure",


  "protocol": "REST",


  "port": "8443",


  "enable_ssl":"True",


  "visualRange":"1"


  }






Then, you could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v11/cloude-regions 
to access it






If so, then there are 2 different versions present v1 and v11 and two times 
service name presents aai and aai-cloudInfrastructure.


I think this is not right. And the same problem will occur for every service.


 


OR from CLI, I could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/cloud-infrastructure/cloude-regions
  and MSB will redirect this


To AAI with 
http://{aai_ip}:{aai_port}/aai/v11/cloud-infrastructure/cloude-regions  ?


 


Kindly help.


 


Also there is another problem. Every service in ONAP uses its own basic 
authentication  and there is no common user management


Across services to use with REST API. So How does MSB maintains the credentials 
and every service.


The simple answer is MSB doesn't maintain the credentials for every service, if 
the service need authentication before access, the clients needs to go through 
the authentication process themselves. For long term, MSB propose to use API 
Gateway as the entry point for central authentication, to achieve that, we need 
to reach consensus with the overall security Architecture first and MSB need to 
integrate with AAF. Indivial projects also need to modify their codes. I don't 
think we can achieve that in Amsterdam.  


 


Thank you.


 


Regards


Kanagaraj M


 


***
 
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**
 
 
***
 This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
 
***


 



From: zhao.huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn] 
 Sent: Tuesday, September 05, 2017 2:01 PM
 To: Kanagaraj Manickam
 Cc: frank.obr...@amdocs.com onap-discuss@lists.onap.org
 Subject: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 



 

Hi Kanagaraj,

 

The microservie endpoint url is a standard format 
http://[host]:[port]/api/{service name}]/v{version  number}/{resource}

Regarding your question, MSB only need the  http://[host]:[port]/api/{service 

Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished 

2017-09-05 Thread zhao.huabing
Sorry, There is a minor mistake in the previous response.






Then, you could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v11/cloude-regions 
to access it


The url should be  
http://{msb_iag_ip}:{msb_iag_port}/api/aai-cloudInfrastructure/v11/cloude-regions
 


The standard URL format is http://[host]:[port]/api/{service name}]/v{version  
number}/{resource}, api is missing in the previous response.








Original Mail



Sender: zhaohuabing10201488
To:  
CC:   
Date: 2017/09/06 09:59
Subject: Re:RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 














Sender:  
To: zhaohuabing10201488
CC:   
Date: 2017/09/05 18:30
Subject: RE: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 







Hi Huabing,


 


For example, to see the cloud details from aai, it provides the api 
/aai/v11/cloud-infrastructure/cloude-regions


So access this URI via MSB, should I use  
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/aai/v11/cloud-infrastructure/cloude-regions


It seems that the /aai/v11 part is missing from the registration info.


For the version, I think we should align to v11.


I will modify the registration info to 


{


  "serviceName": "aai-cloudInfrastructure",


  "version": "v11",


  "url": "/aai/v11/cloud-infrastructure",


  "protocol": "REST",


  "port": "8443",


  "enable_ssl":"True",


  "visualRange":"1"


  }






Then, you could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v11/cloude-regions 
to access it






If so, then there are 2 different versions present v1 and v11 and two times 
service name presents aai and aai-cloudInfrastructure.


I think this is not right. And the same problem will occur for every service.


 


OR from CLI, I could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/cloud-infrastructure/cloude-regions
  and MSB will redirect this


To AAI with 
http://{aai_ip}:{aai_port}/aai/v11/cloud-infrastructure/cloude-regions  ?


 


Kindly help.


 


Also there is another problem. Every service in ONAP uses its own basic 
authentication  and there is no common user management


Across services to use with REST API. So How does MSB maintains the credentials 
and every service.


The simple answer is MSB doesn't maintain the credentials for every service, if 
the service need authentication before access, the clients needs to go through 
the authentication process themselves. For long term, MSB propose to use API 
Gateway as the entry point for central authentication, to achieve that, we need 
to reach consensus with the overall security Architecture first and MSB need to 
integrate with AAF. Indivial projects also need to modify their codes. I don't 
think we can achieve that in Amsterdam.  


 


Thank you.


 


Regards


Kanagaraj M


 


***
 
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**
 
 
***
 This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
 
***


 



From: zhao.huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn] 
 Sent: Tuesday, September 05, 2017 2:01 PM
 To: Kanagaraj Manickam
 Cc: frank.obr...@amdocs.com onap-discuss@lists.onap.org
 Subject: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished 



 

Hi Kanagaraj,

 

The microservie endpoint url is a standard format 
http://[host]:[port]/api/{service name}]/v{version  number}/{resource}

Regarding your question, MSB only need the  http://[host]:[port]/api/{service 
name}]/v{version number} part for service registration and request  routing. 
{resource} part is what resource the consumer want to 
create/retrieve/update/delete and MSB just pass it transparently to service 
provider.

 

There're two approaches  to access the individual services by leveraging MSB.

 

MSB Java SDK(aka Client side discovery): the example codes can be found here: 


Re: [onap-discuss] [SDC][VNFSDK][VFC]Some questions on CSAR structure

2017-09-05 Thread SHADMI, DAVID
Hi Deng, Victor,

Michael should come back with answers tomorrow morning. In the meantime, I will 
try to answer some of the questions.


  1.  Artifacts at the root directory, “Other” directory or unrecognized 
directory would be classified as “Other” type. This includes the vendor 
specific files archived as a zip.
  2.  The addition of the “Informational” and “Deployment” folders inside the 
“Artifacts” folder was discussed in our weekly call last week. There was an ask 
to align the input VNF package with the output VNF package.

I assume these two folders are mandatory only if you have artifacts of that 
type, but will let Michael to response.

  1.  , VFC here refers to “Virtual Function Component”. It is 
an OpenECOMP name for VNF components.
The “Informational” and “Deployment” folders at the “Artifacts” root directory 
are VNF-level for VNF-level artifacts.
The “Informational” and “Deployment” folders at the “” folder 
are VFC-level artifacts. I assume the  is mandatory if you have 
VFC-level artifacts. Again, I will let Michael confirm.

  1.  That was discussed on Monday or Tuesday last week as a solution for R1 to 
reduce development time (SDC onboarding has been implemented according to 
option2).

Thanks,
David


From: denghui (L) [mailto:denghu...@huawei.com]
Sent: Tuesday, September 05, 2017 8:23 PM
To: Gaoweitao (Victor, MANO) ; LANDO, MICHAEL 
; SHADMI, DAVID 
Cc: onap-discuss@lists.onap.org
Subject: RE: [SDC][VNFSDK][VFC]Some questions on CSAR structure

Hi David

I haven’t see those questions been answered, they would like to understand 
what’s is mandatory or optional for import and output CSAR package according to 
: 
https://wiki.onap.org/display/DW/Csar+Structure

Thanks a lot for your kind help
Best regards,

DENG Hui

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaoweitao (Victor, 
MANO)
Sent: Tuesday, September 05, 2017 10:34 PM
To: LANDO, MICHAEL; SHADMI, DAVID
Cc: onap-discuss@lists.onap.org
Subject: [onap-discuss] [SDC][VNFSDK][VFC]Some questions on CSAR structure

Hi Michael, David,

I saw the link on the wiki about the CSAR package for SDC 
input/output: 
https://wiki.onap.org/display/DW/Csar+Structure
As we discussed in Last Friday, I have couple of questions here:

1.   We agree have a vendor-specific zip file under Artifacts folder and 
should the wiki page update for support this?

2.   I don't see the requirement of “Informational” and “Deployment” folder 
on the meeting. Does SDC have some special requirement /restriction on this or 
these folders will added during SDC onboard VNF CSAR package?

3.   What’s the difference between “VF-C TOSCA NAME”‘s “Informational” and 
“Deployment” folders and ROOT’s “Informational” and “Deployment” folder? Could 
these folders be optional?

4.   By the way, could you help us clarify usage of Metadata and Manifest 
in SDC? Cause I think we already got the consensus on choosing Option1(with 
metadata as R1 selection), I think manifest is duplicate functionality (find 
the entry point for VNF main service template) with metadata in R1.

In my understanding, last Friday we got the consensus is like this as VNF CSAR 
for SDC input:

[cid:image002.png@01D32687.D0C24770]






















Please correct me if any mistake or misunderstanding.
BR
Victor

*
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使
用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通
知发件人并删除本邮件!
*

*
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person
or entity whose address is listed above. Any use of the information contained 
herein in any way (including, but not
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s)
is prohibited. If you receive this e-mail in error, please notify the sender by 
phone or email immediately and delete it!

[onap-discuss] [ONAP Helpdesk #45134] Help: Which jjb template can be used for Go?

2017-09-05 Thread zhao.huab...@zte.com.cn via RT
Hi Jess,

As a workaround, I switched to maven and used java template to build 
registrator. So I don't need it anymore.

The jobs are in this folder: ci-management\jjb\oom

Maybe we should modify name of the job templates because 'java' is inside the 
name, which is obviously not the case for registrator and might cause confusion.

  - '{project-name}-{stream}-verify-java'
  - '{project-name}-{stream}-merge-java'
  - '{project-name}-{stream}-release-version-java-daily'
  - '{project-name}-{stream}-docker-java-version-shell-daily'

Thanks,
Huabing
 
On Tue Sep 05 19:53:53 2017, jwagantall wrote:
> Huabing,
> 
> Do you have a reference to the builders that these template should
> call?
>  These go templates should be part of global jjb, but for now I am
> going to help you writing them directly for your project. I just need
> to know what are those macros going to do.
> 
> Thanks a ton
>  Jess.





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


Re: [onap-discuss] [SDC][VNFSDK][VFC]Some questions on CSAR structure

2017-09-05 Thread denghui (L)
Hi David

I haven’t see those questions been answered, they would like to understand 
what’s is mandatory or optional for import and output CSAR package according to 
: https://wiki.onap.org/display/DW/Csar+Structure

Thanks a lot for your kind help
Best regards,

DENG Hui

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaoweitao (Victor, 
MANO)
Sent: Tuesday, September 05, 2017 10:34 PM
To: LANDO, MICHAEL; SHADMI, DAVID
Cc: onap-discuss@lists.onap.org
Subject: [onap-discuss] [SDC][VNFSDK][VFC]Some questions on CSAR structure

Hi Michael, David,

I saw the link on the wiki about the CSAR package for SDC 
input/output: https://wiki.onap.org/display/DW/Csar+Structure
As we discussed in Last Friday, I have couple of questions here:

1.   We agree have a vendor-specific zip file under Artifacts folder and 
should the wiki page update for support this?

2.   I don't see the requirement of “Informational” and “Deployment” folder 
on the meeting. Does SDC have some special requirement /restriction on this or 
these folders will added during SDC onboard VNF CSAR package?

3.   What’s the difference between “VF-C TOSCA NAME”‘s “Informational” and 
“Deployment” folders and ROOT’s “Informational” and “Deployment” folder? Could 
these folders be optional?

4.   By the way, could you help us clarify usage of Metadata and Manifest 
in SDC? Cause I think we already got the consensus on choosing Option1(with 
metadata as R1 selection), I think manifest is duplicate functionality (find 
the entry point for VNF main service template) with metadata in R1.

In my understanding, last Friday we got the consensus is like this as VNF CSAR 
for SDC input:

[cid:image004.png@01D326F1.AECE0EF0]






















Please correct me if any mistake or misunderstanding.
BR
Victor

*
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使
用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通
知发件人并删除本邮件!
*

*
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person
or entity whose address is listed above. Any use of the information contained 
herein in any way (including, but not
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s)
is prohibited. If you receive this e-mail in error, please notify the sender by 
phone or email immediately and delete it!
*



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


Re: [onap-discuss] [SDC] Possible import csar files into SDC catalog

2017-09-05 Thread SHADMI, DAVID
Hi Kang,

We have the import feature in our list for R2. It would be an enhancement over 
the support for TOSCA VNF package we support in R1.

Thanks,
David

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Tuesday, September 05, 2017 7:10 PM
To: LANDO, MICHAEL 
Cc: SHADMI, DAVID ; onap-discuss@lists.onap.org; 
eden.ro...@att.com; Yunxia Chen 
Subject: Re: RE: [SDC] Possible import csar files into SDC catalog

Hi Micheal,

Do you plan to include this feature in R2?
Regards,
Kang
From:Lando,Michael
To:Kang Xi,
Cc:SHADMI, DAVID,onap-discuss@lists.onap.org,eden.ro...@att.com,Yunxia Chen,
Date:2017-09-05 19:54:52
Subject:RE: [SDC] Possible import csar files into SDC catalog

Ok I understand my only suggestion for such a case is backing up the data 
existing in Cassandra.

Keep in mind that if you do not destroy the VM the date will be available after 
you redeploy the Dockers to a new version.





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, September 06, 2017 2:33 AM
To: Lando,Michael >
Cc: SHADMI, DAVID >; 
onap-discuss@lists.onap.org; 
eden.ro...@att.com; Yunxia Chen 
>
Subject: RE: [SDC] Possible import csar files into SDC catalog

Michael,

This is mainly for testing purpose. Let's say we create a csar design package 
on day 1. On day 2 we reinstall the entire ONAP. If we can import the csar 
packages for VFs and services we won't have to redo the whole onboarding and 
design process. I guess it would also be useful to backup the designs for 
disaster recovery or system updates.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Tuesday, September 05, 2017 17:26
To: Kang Xi >
Cc: SHADMI, DAVID >; 
onap-discuss@lists.onap.org; 
eden.ro...@att.com
Subject: RE: [SDC] Possible import csar files into SDC catalog

Such a functionality is not currently available in SDC.

Can you describe a use case where such a is required?





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, September 06, 2017 12:21 AM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Hi Michael,

Can you follow up on this question?

Regards,
Kang

From: Kang Xi
Sent: Thursday, August 31, 2017 15:54
To: 'Lando,Michael' >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Can you address each case? Thanks.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Thursday, August 31, 2017 15:49
To: Kang Xi >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Are we taking a bout a VF or a Service?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, August 31, 2017 10:47 PM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Subject: [SDC] Possible import csar files into SDC catalog

Hi Michael and SDC team,

Suppose we have a csar package previously created in SDC. Now if we create a 
new ONAP 

Re: [onap-discuss] [SDC] Possible import csar files into SDC catalog

2017-09-05 Thread Kang Xi
Hi Micheal,

Do you plan to include this feature in R2?
Regards,
Kang
From:Lando,Michael
To:Kang Xi,
Cc:SHADMI, DAVID,onap-discuss@lists.onap.org,eden.ro...@att.com,Yunxia Chen,
Date:2017-09-05 19:54:52
Subject:RE: [SDC] Possible import csar files into SDC catalog

Ok I understand my only suggestion for such a case is backing up the data 
existing in Cassandra.

Keep in mind that if you do not destroy the VM the date will be available after 
you redeploy the Dockers to a new version.





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, September 06, 2017 2:33 AM
To: Lando,Michael 
Cc: SHADMI, DAVID ; onap-discuss@lists.onap.org; 
eden.ro...@att.com; Yunxia Chen 
Subject: RE: [SDC] Possible import csar files into SDC catalog

Michael,

This is mainly for testing purpose. Let’s say we create a csar design package 
on day 1. On day 2 we reinstall the entire ONAP. If we can import the csar 
packages for VFs and services we won’t have to redo the whole onboarding and 
design process. I guess it would also be useful to backup the designs for 
disaster recovery or system updates.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Tuesday, September 05, 2017 17:26
To: Kang Xi >
Cc: SHADMI, DAVID >; 
onap-discuss@lists.onap.org; 
eden.ro...@att.com
Subject: RE: [SDC] Possible import csar files into SDC catalog

Such a functionality is not currently available in SDC.

Can you describe a use case where such a is required?





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, September 06, 2017 12:21 AM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Hi Michael,

Can you follow up on this question?

Regards,
Kang

From: Kang Xi
Sent: Thursday, August 31, 2017 15:54
To: 'Lando,Michael' >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Can you address each case? Thanks.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Thursday, August 31, 2017 15:49
To: Kang Xi >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Are we taking a bout a VF or a Service?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, August 31, 2017 10:47 PM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Subject: [SDC] Possible import csar files into SDC catalog

Hi Michael and SDC team,

Suppose we have a csar package previously created in SDC. Now if we create a 
new ONAP environment, is it possible to import the existing csar package into 
the SDC catalog? Thanks.

Regards,
Kang

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


Re: [onap-discuss] [ONAP Helpdesk #45358] [integration][confluence] Developer Wiki > O-Parent (oparent)

2017-09-05 Thread LOTT, CHRISTOPHER M (CHRISTOPHER) via RT
All I can offer is my experience, namely that the deploy step failed when my 
POM used "ecomp-snapshots":

   
https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/portal-sdk-master-ecomp-sdk-merge-java/12/console.log.gz

And succeeded when my POM used "snapshots":

  
https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/portal-sdk-master-ecomp-sdk-merge-java/13/console.log.gz

The error log shows "ecomp-snapshots" but the success log shows no server IDs 
at all.  Could it have been something transient?  Sure, but that seems like a 
bit of stretch.


> On Sep 5, 2017, at 3:07 PM, Jessica Wagantall via RT 
>  wrote:
> 
> Dear Gary, 
> 
> Just to confirm, we are still using ecomp-staging, ecomp-snapshots and (if 
> your project needs it) ecomp-site. Those are the servers that we have defined 
> in the Jenkins config files. The pom files can still have the ecomp-releases 
> block but this ServerID will no longer be accessible from the Jenkins 
> configuration files due to all the previous accidental pushes into the 
> release repo.
> 
> I have discussed with Andy the future change to remove the "ecomp-" prefix 
> from the ServerIds in order to make them more generic. This is a big change 
> and surely will take a lot of effort. For now, if we see teams using the 
> generic names, I make sure the config files matches those generic names too. 
> 
> The unauthorized errors are tricky becuase it can be problems with the parent 
> pom.xml, the privileges, the user/pass combo, the group-id... 
> 
> Thanks!
> Jess


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


Re: [onap-discuss] [SDC] Possible import csar files into SDC catalog

2017-09-05 Thread Kang Xi
Michael,

This is mainly for testing purpose. Let's say we create a csar design package 
on day 1. On day 2 we reinstall the entire ONAP. If we can import the csar 
packages for VFs and services we won't have to redo the whole onboarding and 
design process. I guess it would also be useful to backup the designs for 
disaster recovery or system updates.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Tuesday, September 05, 2017 17:26
To: Kang Xi 
Cc: SHADMI, DAVID ; onap-discuss@lists.onap.org; 
eden.ro...@att.com
Subject: RE: [SDC] Possible import csar files into SDC catalog

Such a functionality is not currently available in SDC.

Can you describe a use case where such a is required?





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, September 06, 2017 12:21 AM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Hi Michael,

Can you follow up on this question?

Regards,
Kang

From: Kang Xi
Sent: Thursday, August 31, 2017 15:54
To: 'Lando,Michael' >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Can you address each case? Thanks.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Thursday, August 31, 2017 15:49
To: Kang Xi >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Are we taking a bout a VF or a Service?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, August 31, 2017 10:47 PM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Subject: [SDC] Possible import csar files into SDC catalog

Hi Michael and SDC team,

Suppose we have a csar package previously created in SDC. Now if we create a 
new ONAP environment, is it possible to import the existing csar package into 
the SDC catalog? Thanks.

Regards,
Kang

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


Re: [onap-discuss] [SDC]Demo of Vendor Software Product (VSP) - Error in Distribution of service

2017-09-05 Thread Lando,Michael
Hi,
Please provide the full error you received and not just the status code.
In addition take a look at the logs located at /data/logs
And post them here.





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development · NetCom  
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

-Original Message-
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Avinash Waingade
Sent: Friday, September 01, 2017 4:23 PM
To: onap-discuss@lists.onap.org
Cc: Avinash Waingade 
Subject: [onap-discuss] [SDC]Demo of Vendor Software Product (VSP) - Error in 
Distribution of service

Hi,
Hi all,
I have installed ONAP demo setup using floating yaml.
I am following below link to test my SDC link in onap portal:
https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Tutorial-253A-2BAccessing-2Bthe-2BONAP-2BPortal=DwICAg=LFYZ-o9_HUMeMTSQicvjIg=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY=JDYbYmYbhkfgiVCigxc_HrwFheAski0jLcO1FdqVvSw=j1lFw2Piit3ikFQEZbJxs7us3VIok8fxRA6n4f7W7xE=
 

In "Distributing a Vendor Software Product (VSP)" subpoint have successfully 
tested upto providing approval using gv0001 login.
But when I login using op0001 user and select tutorial service and click on 
Distribute button I get below error:
"Status code: 400"

I suppose it is trying to connect docker containers form message router 
instances.
First to Dmaap container and Dmaap trying to Kafka container.

All the containers in Message router, SDC, VID, MSO and Policy server are up 
and port forwarding is as per architecture diagram.
Can anybody will help in finding what is happening and how to resolve the error?



Regards,
Avinash
___
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=DwICAg=LFYZ-o9_HUMeMTSQicvjIg=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY=JDYbYmYbhkfgiVCigxc_HrwFheAski0jLcO1FdqVvSw=m2fGiyhy1SjX0hsyzyCkMCt6DUq8Fg32YOLHmArwVEA=
 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [SDC] SDC Version / API Version ?

2017-09-05 Thread Lando,Michael
The version can be taken from the SDC health Check.
When you call curl 8181:/sdc1/rest/healthCheck
The application version is returned as part of the response.
This information is also displayed in the UI.

Regarding the api versioning can you elaborate on what you are requesting?





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of rene.rob...@orange.com
Sent: Tuesday, September 05, 2017 1:01 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [SDC] SDC Version / API Version ?

Hi,

Using the API (internal and/or external) :

  *   how can we check SDC version ?
  *   how can we check API version ?

Best Regards


[Logo 
Orange]

René Robert
Network to IT transformation Architect

Fixe : +33 2 96 07 39 29 

Mobile : +33 6 74 78 68 43 

rene.rob...@orange.com


_



Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.



This message and its attachments may contain confidential or privileged 
information that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and delete 
this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.

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


Re: [onap-discuss] 答复:[dmaap]Where to Get Runnable DMaaP Docker(s)?

2017-09-05 Thread GUDISENA, VARUNESHWAR
Guanrong,
We had some issues with DMaaP repos and currently we are in process of 
releasing DMaaP Docker image. There was an issue working with DMaaP Message 
Router docker image in Jenkins. I am currently working with helpdesk to resolve 
it. In the meantime, you can get DMaaP docker image from github.
Everything in github is same as in Gerrit repo except maven group id.

Below are the links:
Introduction:
https://github.com/att/dmaap-framework
https://wiki.onap.org/pages/viewpage.action?pageId=3247130
https://github.com/att/dmaap-framework/wiki

Steps to run docker image:
https://github.com/att/dmaap-framework/wiki/Steps-to-run-the-docker-image

Testing the service:
https://github.com/att/dmaap-framework/wiki/Message-Router-API-Call-unit-tests

Additional changes required for docker image.

1)  Copy MsgRtrApi.properties to the location 
/var/tmp/MsgRtrApi.properties, and change properties config.zk.servers, 
kafka.metadata.broker.list to point to respective docker ip address.

2)  There is one more additional change in the script, if you are running 
on Ubuntu. For Centos, no change in script is required. Are you using Ubuntu?

Varuneshwar Gudisena
Sr. Software Engineer (Contractor)
AT Services, Inc.

211 S Akard St,
Dallas ,TX 75202
Ph: 617-834-4157




From: fu.guangr...@zte.com.cn [mailto:fu.guangr...@zte.com.cn]
Sent: Tuesday, September 05, 2017 5:36 PM
To: KOYA, RAMPRASAD ; GUDISENA, VARUNESHWAR 
Cc: tian.shi...@zte.com.cn; peng.congc...@zte.com.cn; 
onap-discuss@lists.onap.org
Subject: 答复:[dmaap]Where to Get Runnable DMaaP Docker(s)?

Hi,

Could anybody from the DMaaP team help to answer the question?

Thanks.

Guangrong
原始邮件
发件人:付光荣10144542
收件人:rk5...@att.com;vg4...@att.com;
抄送人:田世伟10223543;彭聪聪612843;onap-discuss@lists.onap.org;
日期:2017-09-05 18:46:59
主题:[dmaap]Where to Get Runnable DMaaP Docker(s)?


Greetings guys,



I'm writing to ask where we can get a runnable DMaaP docker. I remember that at 
the first DMaaP weekly meeting two weeks ago, you said that you were going to 
upload the DMaaP docker to the ONAP repo. Is it there now?



I see a couple of DMaaP dockers with different names and tags in the repo 
(https://nexus3.onap.orghttps://nexus3.onap.org).
 If you have pushed the docker, could you please tell me which one I should 
fetch for the sake of testing of the conectivity, availability and 
functionalities?



Best Regards,

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


[onap-discuss] [ONAP Helpdesk #45134] Help: Which jjb template can be used for Go?

2017-09-05 Thread Jessica Wagantall via RT
Dear Huabing, 

I am investigating this now.. I know that other projects like hyp uses Go but 
need to know how can that be ported here. 

Will get back to you soon. 
Thanks
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] 答复:[dmaap]Where to Get Runnable DMaaP Docker(s)?

2017-09-05 Thread fu.guangrong
Hi,Could anybody from the DMaaP team help to answer the question?Thanks. 
Guangrong 

原始邮件 
 
 
 

发件人:付光荣10144542

收件人:rk541m@att.comvg4...@att.com

抄送人:田世伟10223543彭聪聪612843onap-disc...@lists.onap.org

日期:2017-09-05 18:46:59

主题:[dmaap]Where to Get Runnable DMaaP Docker(s)?

 
 Greetings guys,






I'm writing to ask where we can get a runnable DMaaP docker. I remember that at 
the first DMaaP weekly meeting two weeks ago, you said that you were going to 
upload the DMaaP docker to the ONAP repo. Is it there now?





I see a couple of DMaaP dockers with different names and tags in the repo 
(https://nexus3.onap.orghttps://nexus3.onap.org). If you have pushed the 
docker, could you please tell me which one I should fetch for the sake of 
testing of the conectivity, availability and functionalities?





Best Regards,


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


[onap-discuss] SDC meeting notes 4/9

2017-09-05 Thread Lando,Michael
Hi,
Attached is the link to the SDC meeting notes for 4/9.
https://wiki.onap.org/display/DW/SDC+2017-09-04+Meeting+notes

The meeting notes also include an example jar Provided the Tal Halfon to 
demonstrate the mf file structure.

In addition I am attaching a link to the CSAR structure supported by SDC 
https://wiki.onap.org/display/DW/Csar+Structure






BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

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


Re: [onap-discuss] [SDC] Possible import csar files into SDC catalog

2017-09-05 Thread Lando,Michael
Such a functionality is not currently available in SDC.

Can you describe a use case where such a is required?





BR,

Michael Lando
Opensource TL , SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, September 06, 2017 12:21 AM
To: Lando,Michael ; eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID 
Subject: RE: [SDC] Possible import csar files into SDC catalog

Hi Michael,

Can you follow up on this question?

Regards,
Kang

From: Kang Xi
Sent: Thursday, August 31, 2017 15:54
To: 'Lando,Michael' >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Can you address each case? Thanks.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Thursday, August 31, 2017 15:49
To: Kang Xi >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Are we taking a bout a VF or a Service?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, August 31, 2017 10:47 PM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Subject: [SDC] Possible import csar files into SDC catalog

Hi Michael and SDC team,

Suppose we have a csar package previously created in SDC. Now if we create a 
new ONAP environment, is it possible to import the existing csar package into 
the SDC catalog? Thanks.

Regards,
Kang

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


Re: [onap-discuss] [SDC] Possible import csar files into SDC catalog

2017-09-05 Thread Kang Xi
Hi Michael,

Can you follow up on this question?

Regards,
Kang

From: Kang Xi
Sent: Thursday, August 31, 2017 15:54
To: 'Lando,Michael' ; eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID 
Subject: RE: [SDC] Possible import csar files into SDC catalog

Can you address each case? Thanks.

Regards,
Kang

From: Lando,Michael [mailto:ml6...@intl.att.com]
Sent: Thursday, August 31, 2017 15:49
To: Kang Xi >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Cc: SHADMI, DAVID >
Subject: RE: [SDC] Possible import csar files into SDC catalog

Are we taking a bout a VF or a Service?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com


From: Kang Xi [mailto:kang...@huawei.com]
Sent: Thursday, August 31, 2017 10:47 PM
To: Lando,Michael >; 
eden.ro...@att.com; 
onap-discuss@lists.onap.org
Subject: [SDC] Possible import csar files into SDC catalog

Hi Michael and SDC team,

Suppose we have a csar package previously created in SDC. Now if we create a 
new ONAP environment, is it possible to import the existing csar package into 
the SDC catalog? Thanks.

Regards,
Kang

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


Re: [onap-discuss] ONAP Deployment Strategy for R1: OOM vs Heat Template

2017-09-05 Thread PLATANIA, MARCO (MARCO)
Hello Mike,

Thanks for installing OOM and ONAP in the WindRiver lab!

I got access via the link that you sent. How can I see the list of running 
containers? The usual “docker ps” doesn’t seem to work. How can we access 
single containers, e.g. Robot, to run health check? Also, could you please 
explain the content of /etc/hosts? I thought all the containers ran in a single 
VM, but I see different IP addresses.

I can access the portal GUI, but I can’t access SDC: the IP isn’t resolved 
correctly.

Thanks for the support.

Marco

From: Mike Elliott 
Date: Tuesday, September 5, 2017 at 4:12 PM
To: Yunxia Chen 
Cc: Gildas Lanilis , "Sauvageau, David 
(david.sauvag...@bell.ca)" , "PLATANIA, MARCO (MARCO)" 
, Roger Maitland , Seshu 
m , "HEMLI, AMICHAI" , "TIMONEY, 
DAN" , "KOYA, RAMPRASAD" , "TALASILA, MANOOP 
(MANOOP)" , "yangya...@chinamobile.com" 
, Xinhui Li , "DRAGOSH, PAMELA L 
(PAM)" , "FORSYTH, JAMES" , 
onap-discuss , "TIMONEY, DAN" 
Subject: Re: ONAP Deployment Strategy for R1: OOM vs Heat Template

Hi Helen,

There is an OOM deployment now running in the integration lab. It is running on 
2 VMs running in the WindRiver OpenStack Environment. The ‘OOM’ VM is hosting 
Rancher and the ‘ONAP-1’ VM is hosting ONAP, current as of 10:00am EST.

If you have have access to the lab (ie. VPN account), you can login to the VNC 
session using the following URL (credential to login is ‘password’)
http://172.21.5.77:30211/vnc.html?autoconnect=1=0=3

Note that this is a single instance of ONAP and as such the VNC session would 
be shared if multiple people login at the same time.


Currently running ONAP containers:


Please let me know if you have any questions, comments or concerns,
Mike.


On Sep 1, 2017, at 10:03 AM, Yunxia Chen 
> wrote:

We lean to OOM, but need to try it out since we have tried Heat template in the 
Developer Lab.

Regards,

Helen Chen

From: Gildas Lanilis 
>
Date: Friday, September 1, 2017 at 7:00 AM
To: Helen Chen 00725961 >, 
"Sauvageau, David (david.sauvag...@bell.ca)" 
>, "PLATANIA, MARCO 
(MARCO)" >, Roger 
Maitland >, Seshu m 
>, 
"ah0...@intl.att.com" 
>, 
"dtimo...@att.com" 
>, 
"rk5...@att.com" 
>, 
"talas...@research.att.com" 
>, 
"yangya...@chinamobile.com" 
>, Xinhui Li 
>, 
"pdrag...@research.att.com" 
>, 
"jf2...@att.com" 
>, onap-discuss 
>
Cc: Mike Elliott >, 
"TIMONEY, DAN" >
Subject: RE: ONAP Deployment Strategy for R1: OOM vs Heat Template

Hi Helen,

What is the conclusion?
Is Amsterdam Release using OOM or Heat Template?


Thanks,
Gildas
ONAP Release Manager
1 415 238 6287


-Original Appointment-
From: Yunxia Chen
Sent: Friday, September 01, 2017 6:55 AM
To: Sauvageau, David (david.sauvag...@bell.ca); 
PLATANIA, MARCO (MARCO); Gildas Lanilis; Roger Maitland; Seshu m; 
ah0...@intl.att.com; 
dtimo...@att.com; 
rk5...@att.com; 
talas...@research.att.com; 
yangya...@chinamobile.com; Xinhui Li; 
pdrag...@research.att.com; 

[onap-discuss] A event published to DMaaP

2017-09-05 Thread Geora Barsky
Hello A team

In vCPE user case flow, A produces an event of BRG provision which will be a 
 trigger of creation an instance of vCpeResCust Service.

My understanding that the event is published to DMaaP. We are working on 
emulating this step and would like to get the details about the specific

URL to use for DMaaP subscription.

Could you please advise what is  the topic name, group id and consumer id as 
well as is there any onboarding process to become subscriber of that topic ?



Geora Barsky

647-946-5290

[amdocs-a]

Follow us on Facebook, 
Twitter, 
LinkedIn, 
YouTube, 
Google+ and the Amdocs blog 
network.


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


[onap-discuss] [integration][SDC] vCPE robot testsuite discussions

2017-09-05 Thread Kang Xi
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN=Kang Xi:MAILTO:kang...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="ROSE, DANI
 EL V":MAILTO:dr6...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Yunxia Che
 n:MAILTO:helen.c...@huawei.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="SHADMI, DA
 VID":MAILTO:ds2...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="PLATANIA, 
 MARCO":MAILTO:plata...@research.att.com
DESCRIPTION;LANGUAGE=en-US:\n\n
SUMMARY;LANGUAGE=en-US:[integration][SDC] vCPE robot testsuite discussions
DTSTART;TZID=Eastern Standard Time:20170906T14
DTEND;TZID=Eastern Standard Time:20170906T15
UID:04008200E00074C5B7101A82E00850CAE8825B26D301000
 01000DF07400290A0E74FB7E8528AB2D81881
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170905T192740Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:https://zoom.us/j/44
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:-1545234463
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #45358] RE: [integration][confluence] Developer Wiki > O-Parent (oparent)

2017-09-05 Thread Jessica Wagantall via RT
Dear Gary, 

Just to confirm, we are still using ecomp-staging, ecomp-snapshots and (if your 
project needs it) ecomp-site. Those are the servers that we have defined in the 
Jenkins config files. The pom files can still have the ecomp-releases block but 
this ServerID will no longer be accessible from the Jenkins configuration files 
due to all the previous accidental pushes into the release repo.

I have discussed with Andy the future change to remove the "ecomp-" prefix from 
the ServerIds in order to make them more generic. This is a big change and 
surely will take a lot of effort. For now, if we see teams using the generic 
names, I make sure the config files matches those generic names too. 

The unauthorized errors are tricky becuase it can be problems with the parent 
pom.xml, the privileges, the user/pass combo, the group-id... 

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


Re: [onap-discuss] Invitation: SDC & VFC integration meeting @ Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)

2017-09-05 Thread SHADMI, DAVID
Hi,

I manually added the two categories using SDC Admin role.

My suggestion is to use “Network Service” and “E2E Service”, as it generic and 
would allow SO to implement a generic support for these two type of services.
If there is an agreement on these two categories, we would include them in the 
predefined list of service categories.

Thanks,
David


From: feng.yuanx...@zte.com.cn [mailto:feng.yuanx...@zte.com.cn]
Sent: Monday, September 04, 2017 9:32 PM
To: SHADMI, DAVID 
Cc: zhaohuab...@gmail.com; LEVY, DONALD E ; LANDO, MICHAEL 
; yangya...@chinamobile.com; zhang.maope...@zte.com.cn; 
denglin...@chinamobile.com; denghu...@huawei.com; onap-discuss@lists.onap.org
Subject: 答复: Re: [onap-discuss] Invitation: SDC & VFC integration meeting @ 
Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)


Hi David,



Thanks for your presentation which was really helpful.

I imported your nsd.yml and underlayvpn.yml in my sdc portal and it works. 
After that I succeed to create two VFs(vIMS and vEPC).

Unfortunately, I can't find two category types(Network Service and E2E 
Service). I use VolteNS instead. Does it make difference? BTW, my sdc 
version is:1.1-STAGING-latest.







BR

Feng yuanxing








原始邮件
发件人: >;
收件人: >; 
>; 
>; 
>;张茂鹏10030173; 
>; 
>; 
>;
日 期 :2017年09月02日 07:31
主 题 :Re: [onap-discuss] Invitation: SDC & VFC integration meeting @ 
Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) 
(onap-discuss@lists.onap.org)


Hello All,

Here is the summary of the call we had today:


1.   CSAR format – I update the slide we discussed on Monday based on 
today’s call



2.   VoLTE E2E service

a.   Enclosed please find the NSD and underlayvpn node type definition I 
used in the call.

b.   Use the following steps to create the VoLTE E2E service:

i.Import and certify the NSD.yml as VFC

ii.Import and certify the underlayvpn.yml as VL

iii.Create vIMS and vEPC services to get the uuid and invariantUUID 
information needed for the vIMS and vEPC NSs

iv.Create vIMS_NS VF as new AllottedResources (Network Service 
subcategory)

1.   Add the NSD VFC and populate the properties

2.   Define all properties as inputs (had to do that for the properties to 
be visible when generating the VoLTE service TOSCA)

v.Create vEPC_NS VF – same steps as in #4

vi.Create the VoLTE E2E service with vIMS, vEPC, and underlayvpn

Thanks,
David

-Original Appointment-
 From: ONAP [mailto:f26tu6tqeqou1li98n7uvq6...@group.calendar.google.com]
 Sent: Monday, August 28, 2017 9:25 PM
 To: ONAP; LEVY, DONALD E; LANDO, MICHAEL; 
yangya...@chinamobile.com; 
zhang.maope...@zte.com.cn; 
denglin...@chinamobile.com; 
denghu...@huawei.com; 
onap-discuss@lists.onap.org
 Subject: [onap-discuss] Invitation: SDC & VFC integration meeting @ Fri 
2017-09-01 9pm - Sat 2017-09-02 12am (CST) 
(onap-discuss@lists.onap.org)
 When: Friday, September 01, 2017 8:00 AM-11:00 AM (UTC-06:00) Central Time (US 
& Canada).
 Where: 
https://zoom.us/j/648493837

more details 
»

SDC & VFC integration meeting
When

Fri 2017-09-01 9pm – Sat 2017-09-02 12am China Time - Beijing



Where


https://zoom.us/j/648493837
 

Re: [onap-discuss] About the deployment of underlayvpn as a virtual link

2017-09-05 Thread SHADMI, DAVID
Hi Zhuoyao,

A virtual link is a resource type SDNC and SO should already support.

Dan – could you please confirm network deployment operation is used to create a 
virtual link?

Thanks,
David


From: huang.zhuo...@zte.com.cn [mailto:huang.zhuo...@zte.com.cn]
Sent: Tuesday, September 05, 2017 2:32 AM
To: SHADMI, DAVID ; TIMONEY, DAN 
Cc: bdfreeman1...@gmail.com; LANDO, MICHAEL ; 
onap-discuss@lists.onap.org; meng.zhaoxi...@zte.com.cn; yuan@zte.com.cn; 
seshu.kuma...@huawei.com
Subject: About the deployment of underlayvpn as a virtual link




Hi David and Dan,



I have a concern about the deployment of underlayvpn as a 
virtual link, would you please help me about it? As we know, the 
GENERIC-RESOURCE-API works as the interface between SO and SDN-C. It supports 
the deployment operation of service/network/vnf/vf/etc, but I can't find any 
rpc operation about vl in GENERIC-RESOURCE-API. I'm not sure about how to deal 
with it. We should treat underlayvpn as a vl in SDC, but as a vf in SO and 
SDN-C? Or change the type of underlayvpn back to vf? Or add the vl deployment 
operation into the GENERIC-RESOURCE-API? Or anything else?



Thank you and best regards!



黄卓垚huangzhuoyao



职位position
承载网管开发部/有线研究院/有线产品经营部Strategy & IT-IT Dept.


[cid:image001.gif@01D32647.3444BD50]

[cid:image002.gif@01D32647.3444BD50]
深圳市南山区科技南路55号中兴通讯研发大楼33楼
33/F, R Building, ZTE Corporation Hi-tech Road South,
Hi-tech Industrial Park Nanshan District, Shenzhen, P..R.China, 518057
T: +86 755    F: +86 755 
M: +86 xxx
E: huang.zhuo...@zte.com.cn
www.zte.com.cn


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


Re: [onap-discuss] which version to use for new project

2017-09-05 Thread Gildas Lanilis
Hi Kanagaraj,

Multiple persons (Oliver S, Helen C, Gary W, Christophe C, Anael C, Andy G, 
myself, and certainly other (sory if I miss their name)) within the ONAP 
community have been scratching their head on the versioning issue.

The main line of thinking has been captured in wiki at 
https://wiki.onap.org/display/DW/Release+Versioning+Strategy Please read this 
as it provides some background information on why we have chosen this approach.
Gary is also documenting the “How To” to make it concrete within your project 
at https://wiki.onap.org/display/DW/Independent+Versioning+and+Release+Process

I would encourage you to consider these 2 pages.
For now, definitely every component has the freedom to come up with their own 
version.

Hope this helps.

Thanks,
Gildas
ONAP Release Manager
1 415 238 6287

From: Kanagaraj Manickam
Sent: Sunday, September 03, 2017 9:44 PM
To: Gildas Lanilis 
Cc: onap-discuss@lists.onap.org
Subject: RE: which version to use for new project

Dear Gildas,

I think for deployment projects both HEAT template (demo) and OOM, it would 
make it easier if every component in Amsterdam release would follow the same 
versioning , 1.1.
Otherwise, deployment services needs to keep track of the version of each 
component, which would complicate it.

have observed this scenario, when we are making the required changes for CLI in 
deployment projects (demo and OOM). So we are setting the CLI version to 1.1 to 
make it very simple.
Please let us know if you see any issue. Thanks.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: Gildas Lanilis
Sent: Monday, August 28, 2017 8:09 PM
To: Kanagaraj Manickam
Cc: onap-discuss@lists.onap.org
Subject: RE: which version to use for new project

Hi Kanagaraj,

Among other thing, ONAP Is adopting Sementic Versionning, so it can’t be 1.0 or 
1.1.

Each project can define its version. Read this post for more info 
https://wiki.onap.org/display/DW/Release+Versioning+Strategy

Let me know if you have further questions.

Thanks,
Gildas
ONAP Release Manager
1 415 238 6287

From: Kanagaraj Manickam
Sent: Monday, August 28, 2017 12:12 AM
To: Gildas Lanilis >
Cc: onap-discuss@lists.onap.org
Subject: which version to use for new project

Dear Gildas,

For new project approved in this release, which version to use , 1.0 or 1.1?
Pls help.

Thanks
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

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


[onap-discuss] [ONAP Helpdesk #45312] [ONAP Helpdesk][help][multicloud] Nexus repo Issue: Access denied to nexus repo to multicloud/openstack

2017-09-05 Thread Jessica Wagantall via RT
This is now fixed and the first push is done in the snapshots:
https://nexus.onap.org/content/repositories/snapshots/org/onap/multicloud/openstack/multicloud-openstack-newton/

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


Re: [onap-discuss] [integration][so] vCPE workflow discussion

2017-09-05 Thread BULLARD, GIL
Team,
I have made the changes described below and uploaded the deck to the vCPE use 
case "drafts for discussion" page:
https://wiki.onap.org/display/DW/Residential+Broadband+vCPE+Drafts+for+discussion?focusedCommentId=15992837=1504629237289#comment-15992837
Please comment.
Thanks,
Gil

_
From: BULLARD, GIL
Sent: Thursday, August 31, 2017 3:54 PM
To: 'Kang Xi' ; 'onap-discuss@lists.onap.org' 
; DAUGHERTY, ROBERT E ; KLUGER, 
YOAV ; TIMONEY, DAN ; CHOMA, JOHN S 
; SHAH, SARYU D ; MOHAPATRA, SANJEETA 
; MONTELEONE, CHRISTINA 
Cc: ZINNIKAS, MICHAEL J 
Subject: RE: [integration][so] vCPE workflow discussion
Importance: High


Team,
I talked with Yoav who had some good suggestions on how to minimize the 
departure from "reality" with the introduction of the Allotted Resource model 
for a BRG and solve the A problem I mentioned before.  I won't get a chance 
to update my slides before I leave for vacation, but here are the highlights of 
the changes:

1)  Slide 4, the vCpeResCust model, remains as I have shown it on the most 
recent deck on the wiki link below.
2)  Slide 40, however, will change in the following ways:
a.  In the Release 1 "Alt" flow, SDNC will continue to create a PNF object 
in A as I had showed before.  However, this PNF object will not be 
associated with the vCpeResCust service, nor will it appear in the vCpeResCust 
service model (hence no changes to slide 4).  Nor will it in fact be associated 
with any Service object in Release 1.  SDNC will continue to write both the MAC 
Address and WAN IP to this PNF object.
b.  I found out the A PNF object doesn't have a MAC Address attribute.  
Nor does the P-Interface object.  Only the L-Interface object has a MAC 
Address. This seems strange to Yoav and I since for a PNF the MAC Address it 
seems really should be associated with a P-Interface, and not only with an 
L-Interface.
i.  Christina, can we get A to add MAC Address to P-Interface?
c.  SDNC will search A for BRGs by searching for PNFs such that that MAC 
Address appears on a P-Interface of that PNF.
i.  Christina, can we get A to support such a search in R1?
3)  Slide 45 will change in the following ways:
a.  SO will pass the BRG_WAN_MAC_Address to SDNC with the "Assign" for the 
BRG Allotted Resource.
b.  As part of "Assign" processing for the BRG AR, SDNC will search A by 
MAC Address for the BRG PNF with that MAC address (see query above).  SDNC will 
obtain the WAN IP from the associated PNF.  In effect, SDNC will be treating 
the A PNF object as the "pool" from which to assign the WAN IP for that 
Allotted Resource object.
c.  Yoav makes a good point that, for an Allotted Resource that consumes an 
entire VNF (as in this case), the Allotted Resource doesn't really need to be 
"created"; rather it pre-exists with the VNF instantiation.  He suggests 
therefore that the "Create" operation on the AR be a "no-op" and the "Activate" 
operation  be what drives the configuration of the vBRG_EMU VNF.
i.  John C, Dan T, do you agree?
ii. Dan T, for an Allotted Resource that consumes the entire VNF, should 
the WAN IP that is used to configure that Allotted Resource be modeled on the 
(parent) VNF object or the Allotted Resource object, or both?  Depending on the 
answer here, perhaps in "3b" above SDNC should also update the WAN IP on the 
corresponding vBRG_EMU VNF object?

Yoav, please feel free to add anything that I might have missed.

I will update the slides to reflect these changes on Tuesday when I return.  
Have a great weekend all!
Gil

_
From: BULLARD, GIL
Sent: Thursday, August 31, 2017 1:05 PM
To: 'Kang Xi' >; 
'onap-discuss@lists.onap.org' 
>; DAUGHERTY, 
ROBERT E >; KLUGER, YOAV 
>
Cc: ZINNIKAS, MICHAEL J >
Subject: RE: [integration][so] vCPE workflow discussion


Team,
I made some updates that result in the BRG Allotted Resource Resource-Level 
flow looking like the TunnelXConn Allotte Resource Resource-Level flow, which 
is appropriate and necessary in fact.  I also updated the BRG_EMU Service-Level 
flow to clarify that now Robot must remember the BRG_EMU Service Instance UUID 
for its use when wearing the "Homing Emulator" hat.

https://wiki.onap.org/display/DW/Residential+Broadband+vCPE+Drafts+for+discussion?refresh=1504129602127=15991828=1504196505842#comment-15991828

FYI,
Gil

_
From: BULLARD, GIL
Sent: Wednesday, August 30, 2017 5:49 PM
To: 'Kang Xi' 

[onap-discuss] [vnfrqts] mtg outcome

2017-09-05 Thread WRIGHT, STEVEN A
I've uploaded the meeting notes from today's call to the wiki page.

1.I created a new JIRA task for the requirement numbering: 
VNFRQTS-98  and assigned it to the 
next sprint.



best regards
Steven Wright, MBA, PhD, JD.
[Tech Integration]
AT Services Inc.
1057 Lenox Park Blvd NE, STE 4D28
Atlanta, GA 30319
P: 470.415.3156

sw3...@att.com
www.linkedin.com/in/drstevenawright/

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


Re: [onap-discuss] [aai] AAIException while setup the A developer enviroment

2017-09-05 Thread FORSYTH, JAMES
Hi, Bin,

Can you see anything in the logfile?

Thanks,
jimmy

From: Yang, Bin [mailto:bin.y...@windriver.com]
Sent: Friday, September 01, 2017 3:26 AM
To: FORSYTH, JAMES 
Cc: onap-discuss@lists.onap.org; li.z...@zte.com.cn; RANGANATHAN, DILEEP 

Subject: [onap-discuss] [aai] AAIException while setup the A developer 
enviroment

Hi Jimmy,

   I am trying to deploy the AAI service within ubuntu16.04 running 
over virtualbox, and everything seems working fine until this step:

$ cd ~/LF/AAI; java -DAJSC_HOME=/home/wruser/LF/AAI/resources/aai-resources 
-DBUNDLECONFIG_DIR="bundleconfig-local" -cp 
aai-common/aai-core/target/aai-core-1.1.0-SNAPSHOT.jar:resources/aai-resources/target/aai-resources.jar:resources/aai-resources/target/userjars/*
 org.openecomp.aai.dbgen.GenTester

06:51:54,129  INFO AAIConfig:670 - Initializing AAIConfig
06:51:54,132  INFO AAIConfig:670 - Reloading config from 
/root/LF/AAI/resources/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties
06:51:54,134  INFO AAIConfig:670 - A Server Node Name = aai.config.nodename
 NOTE --- about to open graph (takes a little while);
06:51:54,153  INFO GenTester:670 -  NOTE --- about to open graph (takes 
a little while);
06:51:54,846  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:54,859  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:54,981  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:54,982  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,007  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,007  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,141  INFO ReflectiveConfigOptionLoader:159 - Loaded and initialized 
config classes: 9 OK out of 12 attempts in PT0.028S
06:51:55,180  WARN Reflections:181 - given scan urls are empty. set urls in the 
configuration
06:51:55,301  INFO GraphDatabaseConfiguration:1518 - Generated 
unique-instance-id=ac1100034645-6eff15f321291
06:51:55,314  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:55,315  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,318  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:55,320  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,322  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,323  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,333  INFO Backend:176 - Initiated backend operations thread pool of 
size 32
06:51:55,473  INFO KCVSLog:730 - Loaded unidentified ReadMarker start time 
2017-08-31T06:51:55.456Z into 
com.thinkaurelius.titan.diskstorage.log.kcvs.KCVSLog$MessagePuller@602e0143
06:51:55,478  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,481  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,483  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,483  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,495  WARN GraphDatabaseConfiguration:1408 - Local setting 
cache.db-cache-time=18 (Type: GLOBAL_OFFLINE) is overridden by globally 
managed value (1).  Use the ManagementSystem interface instead of the local 
configuration to control this setting.
06:51:55,496  WARN GraphDatabaseConfiguration:1408 - Local setting 
cache.db-cache-clean-wait=20 (Type: GLOBAL_OFFLINE) is overridden by globally 
managed value (50).  Use the ManagementSystem interface instead of the local 
configuration to control this setting.
06:51:55,499  INFO GraphDatabaseConfiguration:1518 - Generated 
unique-instance-id=ac1100034645-6eff15f321292
06:51:55,501  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:55,501  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,503  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:55,504  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,505  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,505  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,508  INFO Backend:176 - Initiated backend operations thread pool of 
size 32
06:51:55,514  INFO Backend:254 - 

Re: [onap-discuss] [integration][confluence] Developer Wiki > O-Parent (oparent)

2017-09-05 Thread Gary Wu
The error message contains snippet "from/to ecomp-snapshots" indicating that 
"ecomp-snapshots" was the server ID used.

It then says the error was "Unauthorized", it means that it has successfully 
communicated with the server, but the server rejected the upload.  Usually 
"Unauthorized" means that the groupId for the artifacts being uploaded does not 
match what Nexus was configured to accept for artifacts coming from that repo.

Usually this means that the groupId specified in the POM is wrong.  Sometimes 
the LF configuration of Nexus for the groupId check is wrong.  

I agree that the error message is hard to understand; not sure if there are 
ways of getting that plugin to log more usefully information.

Thanks,
Gary


-Original Message-
From: LOTT, CHRISTOPHER M (CHRISTOPHER) [mailto:cl...@research.att.com] 
Sent: Tuesday, September 05, 2017 8:16 AM
To: Gary Wu 
Cc: Jessica Wagantall ; TALASILA, MANOOP 
(MANOOP) ; Andrew Grimberg 
; helpd...@onap.org
Subject: Re: [confluence] Developer Wiki > O-Parent (oparent)

If I may please ask a closely related question - would you advise if there's a 
way to make the Maven-Staging plugin emit a bit more output.  Here's the output 
from the Portal/SDK job that failed deployment:

   
https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/portal-sdk-master-ecomp-sdk-merge-java/12/console.log.gz

It would be enormously helpful if the maven staging plugin (which seems to 
override the old maven-deploy-plugin) could emit the Server ID that it's using. 
 I see some lines indicating that it ran, and then an error message:

[ERROR] Failed to execute goal 
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy 
(injected-nexus-deploy) on project epsdk-app-overlay: Failed to deploy 
artifacts: Could not transfer artifact 
org.onap.portal.sdk:epsdk-core:jar:1.4.0-20170831.201023-1 from/to 
ecomp-snapshots (https://nexus.onap.org/content/repositories/snapshots/): 
Failed to transfer file: 
https://nexus.onap.org/content/repositories/snapshots/org/onap/portal/sdk/epsdk-core/1.4.0-SNAPSHOT/epsdk-core-1.4.0-20170831.201023-1.jar.
 Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]




> On Sep 5, 2017, at 10:19 AM, Gary Wu  wrote:
> 
> Hi Jessica,
> 
> Can you confirm what server IDs we need to use for the distributionManagement 
> blocks in Maven?  You had told me before that they should have the ecomp- 
> prefix.  Has this changed?
> 
> Thanks,
> Gary
> 
> 

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


Re: [onap-discuss] [policy] ECOMP SDK Version for Standalone Policy Build

2017-09-05 Thread DRAGOSH, PAMELA L (PAM)
Liam,

Did you pull the latest code? The latest code uses the release version 1.1.0 of 
ECOMP SDK. These jar’s do exist in the nexus and I was able to compile 
everything fine.

Thanks,

Pam

From:  on behalf of "DRAGOSH, PAMELA L 
(PAM)" 
Date: Tuesday, September 5, 2017 at 10:13 AM
To: Liam Fallon , "onap-discuss@lists.onap.org" 

Subject: Re: [onap-discuss] [policy] ECOMP SDK Version for Standalone Policy 
Build

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

I believe the issue is the Portal team is releasing artifacts. This results in 
the nexus cleaning up the Snapshots eventually.

Folks are working on upgrading to the latest Portal SDK which may have package 
renaming issues that need to be addressed.

So I think you are ok to do that change locally.

We hope to resolve fairly soon.

Regards,

Pam


From:  on behalf of Liam Fallon 

Date: Tuesday, September 5, 2017 at 5:30 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [policy] ECOMP SDK Version for Standalone Policy Build

Hi,

I have just built ONAP Policy as a standalone build. I just hit one small issue 
which was that version 1.1.0 of the ECOMP SDK referenced in the POMs for 
POLICY-SDK-APP and ONAP-SDK-APP was not available in the ONAP git repositories. 
When I changed the epsdk.version variable in those POMs to use version 
1.3.0-SNAPSHOT that does exist in the git repositories, the build worked (with 
tests turned off for now).

I am wondering if using version 1.3.0-SNAPSHOT of the SDK instead of 1.1.0 is 
likely to cause any issues?

Best Regards
Liam Fallon




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


[onap-discuss] [SDC][VNFSDK][VFC]Some questions on CSAR structure

2017-09-05 Thread Gaoweitao (Victor, MANO)
Hi Michael, David,

I saw the link on the wiki about the CSAR package for SDC 
input/output: https://wiki.onap.org/display/DW/Csar+Structure
As we discussed in Last Friday, I have couple of questions here:

1.   We agree have a vendor-specific zip file under Artifacts folder and 
should the wiki page update for support this?

2.   I don't see the requirement of “Informational” and “Deployment” folder 
on the meeting. Does SDC have some special requirement /restriction on this or 
these folders will added during SDC onboard VNF CSAR package?

3.   What’s the difference between “VF-C TOSCA NAME”‘s “Informational” and 
“Deployment” folders and ROOT’s “Informational” and “Deployment” folder? Could 
these folders be optional?

4.   By the way, could you help us clarify usage of Metadata and Manifest 
in SDC? Cause I think we already got the consensus on choosing Option1(with 
metadata as R1 selection), I think manifest is duplicate functionality (find 
the entry point for VNF main service template) with metadata in R1.

In my understanding, last Friday we got the consensus is like this as VNF CSAR 
for SDC input:

[cid:image002.png@01D32696.FE029B90]






















Please correct me if any mistake or misunderstanding.
BR
Victor

*
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使
用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通
知发件人并删除本邮件!
*

*
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person
or entity whose address is listed above. Any use of the information contained 
herein in any way (including, but not
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s)
is prohibited. If you receive this e-mail in error, please notify the sender by 
phone or email immediately and delete it!
*



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


Re: [onap-discuss] [aai]How to Set up A Using Dockers?

2017-09-05 Thread Roger Maitland
Hi Guangrong,

You can use the OOM project to deploy the AAI docker containers.  If you look 
at the documentation at: 
https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project you’ll see 
that you can use the createAll bash script with the –a other to just deploy 
AAI.  The OOM team is currently setting up a Kubernetes environment with the 
Integration team’s equipment but this isn’t ready yet.  If you’d like to create 
your own Kubernetes environment (including on a laptop) you’ll find 
instructions on the wiki page.

Let us know if you need more information.

Cheers,
Roger

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Guangrong Fu
Sent: Monday, September 04, 2017 11:37 AM
To: jf2...@att.com
Cc: peng.congc...@zte.com.cn; onap-discuss@lists.onap.org
Subject: [onap-discuss] [aai]How to Set up A Using Dockers?

Hi Jimmy,

I want to set up an environment for testing (not for debugging or development) 
using A  dockers. But I was sort of lost because there are several dockers 
available right now at nexus3.onap.org whilst no 
corresponding documents or tutorials could be found anywhere. There's only a 
tutorial on how to set up an environment for development on the wiki page.

Could you please point me to some pages on which I could find a step-by-step 
introduction on deploying A using dockers?

Btw, are the dockers in the ONAP docker repo right now a complete docker set 
for A or will there be more dockers provided in the future (in R1) for more 
functionalities?

Thanks in advace.


Best Regards,

Guangrong
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] [oom] How to add new entires in DNS

2017-09-05 Thread 赵化冰
Hi Kanagaraj,

The service deployed in kubernetes cluster will get a DNS name like
service.namespace.svc.cluster.local. You don't need to configure it
explicitly. This DNS name is only visible inside kubernetes cluster.

https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/

BR,
Huabing

On Tue, Sep 5, 2017, 8:54 PM Borislav Glozman 
wrote:

> Hi,
>
>
>
> Kubernetes has dns support.
>
> You can use service.namespace and it will be resolved to the correct
> instance. It is even load-balanced (if needed).
>
> Please check documentation (it is actually very good for k8s):
>
> https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
>
>
>
> Thanks,
>
> Borislav Glozman
>
> O:+972.9.776.1988
>
> M:+972.52.2835726
>
>
>
> *From:* onap-discuss-boun...@lists.onap.org [mailto:
> onap-discuss-boun...@lists.onap.org] *On Behalf Of *Kanagaraj Manickam
> *Sent:* Tuesday, September 5, 2017 10:03 AM
> *To:* onap-discuss@lists.onap.org
>
>
> *Subject:* [onap-discuss] [oom] How to add new entires in DNS
>
>
>
> Dear OOM team,
>
>
>
> In HEAT based ONAP deployment, we had DNS server, where all ONAP
> components registers its DNS name.
>
> Similarly in OOM, I am looking for option to configure the DNS entry for
> CLI.
>
> Could you please help on how to add the DNS entries for ONAP components
> being introduced newly in the amesterdam release.
>
>
>
> Thank you.
>
>
>
> Regards
>
> Kanagaraj M
>
>
>
>
> ***
> 本
> 邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
> **
>
>
> ***
> This e-mail and its attachments contain confidential information from
> HUAWEI, which is intended only for the person  or entity whose address is
> listed above. Any use of the information contained herein in any way
> (including, but not   limited to, total or partial disclosure,
> reproduction, or dissemination) by persons other than the intended
> recipient(s) is  prohibited. If you receive this e-mail in error, please
> notify the sender by phone or email immediately and delete it!
>
> ***
>
>
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
> you may review at https://www.amdocs.com/about/email-disclaimer
> ___
> 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] POLICY UI page showing as blank page in ONAP

2017-09-05 Thread Michael O'Brien
Krishnaiah,
   Policy has had an issue since at least Friday (all containers up) - this one 
needs a jira
https://wiki.onap.org/display/DW/ONAP+master+branch+Stabilization

   I am surprised you were able to get into SDC - this was failing up until 
yesterday.
   VID is OK until service retrieval
   /michael

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Krishnaiah B
Sent: Monday, September 4, 2017 02:13
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] POLICY UI page showing as blank page in ONAP


Hi Team,



We deployed latest portal docker images and we are able to open VID, A, SDC 
UI pages successfully but not POLICY UI page. POLICY UI page showing as blank 
page but its containers and images are up.


Policy VM shows all containers running as below.



root@vm1-policy:~# docker ps -a
CONTAINER IDIMAGE   COMMAND  
CREATED STATUS  PORTS   
 NAMES
341a7456aaf5onap/policy/policy-pe   "bash ./do-start.s..."   About 
an hour ago   Up About an hour0.0.0.0:8081->8081/tcp
   pdp
cddc96ac4417onap/policy/policy-pe   "bash ./do-start.s..."   About 
an hour ago   Up About an hour  
   brmsgw
467a79597ca8onap/policy/policy-pe   "bash ./do-start.s..."   About 
an hour ago   Up About an hour0.0.0.0:8443->8443/tcp, 
0.0.0.0:9091->9091/tcp   pap
abf8a47aea39onap/policy/policy-drools   "/bin/sh c ./do-s..."   About 
an hour ago   Up About an hour0.0.0.0:6969>6969/tcp, 0.0.0.0:9696->9696/tcp 
  drools
59654c9ea987onap/policy/policy-db   "/bin/sh c 'exec ..."   About 
an hour ago   Up About an hour0.0.0.0:3306>3306/tcp 
  mariadb
f5666dda5ce1onap/policy/policy-nexus"/bin/sh -c 'bash ..."   About 
an hour ago   Up About an hour  
   nexus




Could someone please help us.



Please tell us, if any specific docker version or specific image is only 
suitable for latest ONAP code repository to bring up all ONAP module 
successfully.






Thanks & Regards
Krishnaiah B
www.LntTechservices.com




L Technology Services Ltd

www.LntTechservices.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] [oom] How to add new entires in DNS

2017-09-05 Thread Roger Maitland
Hi Kanagaraj,

The OOM Kubernetes environment has a built-in DNS so you don’t need to add 
entries by hand.  I believe CLI will be part of the SDC project which already 
has 5 subcomponents: sdc-be, sdc-cs, sdc-es, sdc-fe, sdc-kb (for back-end, 
Cassandra, elasticsearch, front-end and Kibana).  If one creates the ONAP 
deployment under the ‘onap’ namespace, the DNS entry for Cassandra would be: 
sdc-cs.onap-sdc.  If you use the same pattern (i.e. using ‘app:sdc-cli’ in your 
service deployment specification) the DNS entry would be: sdc-cli.onap-sdc.  If 
you think CLI might not remain part of sdc you might want to use ‘app:cli’ in 
the yaml file which would generate the entry: cli.onap-sdc.

Cheers,
Roger

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kanagaraj Manickam
Sent: Tuesday, September 05, 2017 3:03 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [oom] How to add new entires in DNS

Dear OOM team,

In HEAT based ONAP deployment, we had DNS server, where all ONAP components 
registers its DNS name.
Similarly in OOM, I am looking for option to configure the DNS entry for CLI.
Could you please help on how to add the DNS entries for ONAP components being 
introduced newly in the amesterdam release.

Thank you.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] [policy] ECOMP SDK Version for Standalone Policy Build

2017-09-05 Thread DRAGOSH, PAMELA L (PAM)
Liam,

I believe the issue is the Portal team is releasing artifacts. This results in 
the nexus cleaning up the Snapshots eventually.

Folks are working on upgrading to the latest Portal SDK which may have package 
renaming issues that need to be addressed.

So I think you are ok to do that change locally.

We hope to resolve fairly soon.

Regards,

Pam


From:  on behalf of Liam Fallon 

Date: Tuesday, September 5, 2017 at 5:30 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [policy] ECOMP SDK Version for Standalone Policy Build

Hi,

I have just built ONAP Policy as a standalone build. I just hit one small issue 
which was that version 1.1.0 of the ECOMP SDK referenced in the POMs for 
POLICY-SDK-APP and ONAP-SDK-APP was not available in the ONAP git repositories. 
When I changed the epsdk.version variable in those POMs to use version 
1.3.0-SNAPSHOT that does exist in the git repositories, the build worked (with 
tests turned off for now).

I am wondering if using version 1.3.0-SNAPSHOT of the SDK instead of 1.1.0 is 
likely to cause any issues?

Best Regards
Liam Fallon




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


Re: [onap-discuss] [SDC] External API / Onboarding

2017-09-05 Thread Kanagaraj Manickam
Yes, we are using the SDC API document listed in wiki and we are able to make 
commands for VSP upload using onboarding-api in CLI.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Avi Gaffa
Sent: 05 September 2017 13:20
To: rene.rob...@orange.com; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [SDC] External API / Onboarding


  *   The Onboarding part (Amdocs) can be found at 
http://:8080/api-docs/#/, where 
 is your frontend’s IP address.
  *   The Catalog part (AT) can be found at 
https://wiki.onap.org/display/DW/SDC+API, hopefully it’s up-to-date.

Avi G.

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
rene.rob...@orange.com
Sent: Monday, September 4, 2017 6:05 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [SDC] External API / Onboarding

Hi,

Reading the SDC external API documentation, I do not see anything about 
“onboarding-api” operations that deals with  “license” management  and “Vendor 
Software Products” (VSP)” management.

Can we expect a documentation about “onboarding-api” ?

Best Regards


[Logo Orange]

René Robert
Network to IT transformation Architect

Fixe : +33 2 96 07 39 29 

Mobile : +33 6 74 78 68 43 

rene.rob...@orange.com






_



Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.



This message and its attachments may contain confidential or privileged 
information that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and delete 
this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.

Thank you.
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] POLICY UI page showing as blank page in ONAP

2017-09-05 Thread Krishnaiah B
Hi Team,


We deployed latest portal docker images and we are able to open VID, A, SDC 
UI pages successfully but not POLICY UI page. POLICY UI page showing as blank 
page but its containers and images are up.


Policy VM shows all containers running as below.


root@vm1-policy:~# docker ps -a
CONTAINER IDIMAGE   COMMAND  
CREATED STATUS  PORTS   
 NAMES
341a7456aaf5onap/policy/policy-pe   "bash ./do-start.s..."   About 
an hour ago   Up About an hour0.0.0.0:8081->8081/tcp
   pdp
cddc96ac4417onap/policy/policy-pe   "bash ./do-start.s..."   About 
an hour ago   Up About an hour  
   brmsgw
467a79597ca8onap/policy/policy-pe   "bash ./do-start.s..."   About 
an hour ago   Up About an hour0.0.0.0:8443->8443/tcp, 
0.0.0.0:9091->9091/tcp   pap
abf8a47aea39onap/policy/policy-drools   "/bin/sh c ./do-s..."   About 
an hour ago   Up About an hour0.0.0.0:6969>6969/tcp, 0.0.0.0:9696->9696/tcp 
  drools
59654c9ea987onap/policy/policy-db   "/bin/sh c 'exec ..."   About 
an hour ago   Up About an hour0.0.0.0:3306>3306/tcp 
  mariadb
f5666dda5ce1onap/policy/policy-nexus"/bin/sh -c 'bash ..."   About 
an hour ago   Up About an hour  
   nexus



Could someone please help us.


Please tell us, if any specific docker version or specific image is only 
suitable for latest ONAP code repository to bring up all ONAP module 
successfully.




Thanks & Regards
Krishnaiah B
www.LntTechservices.com




L Technology Services Ltd

www.LntTechservices.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] 答复: RE: Invitation: SDC & VFC integration meeting @ Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)

2017-09-05 Thread zhang.maopeng1
Hi David




Thanks for your greatful work.

This is the record URL: 
https://zoom.us/recording/play/KIwLvr5cJb2Q_vx1BdHBTF0-f-pFpTkD_gpO3iBSeq5VDapCSe-FjbbhS2LkTygO
 




BR

Maopeng



原始邮件



发件人: 
收件人:    
张茂鹏10030173  
 
日 期 :2017年09月02日 07:30
主 题 :RE: [onap-discuss] Invitation: SDC & VFC integration meeting @ 
Fri2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)





 Hello All,
 Here is the summary of the call we had today:
 CSAR format – I update the slide we discussed on Monday based on today’s call


 
  VoLTE E2E service

Enclosed please find the NSD and underlayvpn node type definition I used in the 
call.

Use the following steps to create the VoLTE E2E service:

Import and certify the NSD.yml as VFC

Import and certify the underlayvpn.yml as VL

Create vIMS and vEPC services to get the uuid and invariantUUID information 
needed for the vIMS and vEPC NSs

Create vIMS_NS VF as new AllottedResources (Network Service subcategory)

Add the NSD VFC and populate the properties

Define all properties as inputs (had to do that for the properties to be 
visible when generating the VoLTE service TOSCA)

Create vEPC_NS VF – same steps as in #4

Create the VoLTE E2E service with vIMS, vEPC, and underlayvpn

  Thanks,
David
  -Original Appointment-
  From: ONAP [mailto:f26tu6tqeqou1li98n7uvq6...@group.calendar.google.com] 
  Sent: Monday, August 28, 2017 9:25 PM
  To: ONAP LEVY, DONALD E LANDO, MICHAEL yangya...@chinamobile.com 
zhang.maope...@zte.com.cn denglin...@chinamobile.com denghu...@huawei.com 
onap-discuss@lists.onap.org
  Subject: [onap-discuss] Invitation: SDC & VFC integration meeting @ Fri 
2017-09-01 9pm - Sat 2017-09-02 12am (CST) (onap-discuss@lists.onap.org)
  When: Friday, September 01, 2017 8:00 AM-11:00 AM (UTC-06:00) Central Time 
(US & Canada).
  Where: https://zoom.us/j/648493837
   more details »
  SDC & VFC integration meeting
WhenFri 2017-09-01 9pm – Sat 2017-09-02 12am China Time - Beijing   
Wherehttps://zoom.us/j/648493837 (map)   Calendar
onap-discuss@lists.onap.org   Who•Huabing Zhao - creator
   •dl2...@att.com   •ml6...@att.com   •
yangya...@chinamobile.com   •zhang.maope...@zte.com.cn   •  
  denglin...@chinamobile.com   •denghu...@huawei.com   •
onap-discuss@lists.onap.org   Hi there, 

ZTE Open Source is inviting you to a scheduled Zoom meeting. 

Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/648493837

Or iPhone one-tap :
  US: +14086380968,,648493837# or +16468769923,,648493837# 
  Or Telephone:
  Dial(for higher quality, dial a number based on your current location):
  US: +1 408 638 0968 or +1 646 876 9923 
  Meeting ID: 648 493 837
  International numbers available: 
https://zoom.us/zoomconference?m=1O70GAs-yNBBPJICgPTuoy42OL0_AxkM

Going?   Yes - Maybe - Nomore options »
Invitation from Google Calendar 
You are receiving this courtesy email at the account 
onap-discuss@lists.onap.org because you are an attendee of this event.

To stop receiving future updates for this event, decline this event. 
Alternatively you can sign up for a Google account at 
https://www.google.com/calendar/ and control your notification settings for 
your entire calendar.

Forwarding this invitation could allow any recipient to modify your RSVP 
response. Learn More.
<< File: invite.ics >>  << File: ATT1.txt >>___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [SDC] External API / Onboarding

2017-09-05 Thread Avi Gaffa
  *   The Onboarding part (Amdocs) can be found at 
http://:8080/api-docs/#/, where 
 is your frontend’s IP address.
  *   The Catalog part (AT) can be found at 
https://wiki.onap.org/display/DW/SDC+API, hopefully it’s up-to-date.

Avi G.

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of rene.rob...@orange.com
Sent: Monday, September 4, 2017 6:05 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [SDC] External API / Onboarding

Hi,

Reading the SDC external API documentation, I do not see anything about 
“onboarding-api” operations that deals with  “license” management  and “Vendor 
Software Products” (VSP)” management.

Can we expect a documentation about “onboarding-api” ?

Best Regards


[Logo Orange]

René Robert
Network to IT transformation Architect

Fixe : +33 2 96 07 39 29 

Mobile : +33 6 74 78 68 43 

rene.rob...@orange.com






_



Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.



This message and its attachments may contain confidential or privileged 
information that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and delete 
this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.

Thank you.
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] External system register API document realizedin A

2017-09-05 Thread Kanagaraj Manickam
Hi LiZi,

Thanks. I saw your changes already. ☺

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: 05 September 2017 18:45
To: Kanagaraj Manickam
Cc: Subhash Kumar Singh; onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] External system register API document realizedin 
A




Hi Kanagaraj,



Thanks for your reviewing. I am not sure whether this is a problem of A I 
found that this phenomenon also exist in service-instance. Temporary, I have 
removed the required=false from my schema for those properties not required.



Regards,

LiZi




原始邮件
发件人: >;
收件人:李滋00164331; 
>; 
>;
日 期 :2017年09月05日 20:29
主 题 :RE: [onap-discuss] External system register API document realizedin A


Dear LiZi,

I have referred your document and fields you have mentioned as required=false 
in the oxm_v11 document, those are reported as required in the attached swagger 
 api document , you have sent in previous mail.

Not sure whether its an issue in AAI swagger document generation tool.

Kindly check it. Thanks

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
li.z...@zte.com.cn
Sent: Tuesday, September 05, 2017 7:38 AM
To: Subhash Kumar Singh; 
onap-discuss@lists.onap.org
Subject: [onap-discuss] External system register API document realized in A


Hi all,



I uploaded the external system register related schema to gerrit 
https://gerrit.onap.org/r/#/c/10079/  and  waiting for to be merged. I fetched 
the external system register API document from my developing env for you to 
reference to. About the VNFM/EMS and thirdparty sdnc related API you may find 
from the ExternalSystem name space from the document attached. About  the VIM 
register/query related API, you may find them from CloudInfrastructure.



Best Regards,

LiZi










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


Re: [onap-discuss] External system register API document realizedin A

2017-09-05 Thread li.zi30
Hi Kanagaraj,




Thanks for your reviewing. I am not sure whether this is a problem of A I 
found that this phenomenon also exist in service-instance. Temporary, I have 
removed the required=false from my schema for those properties not required.




Regards,

LiZi










原始邮件



发件人: 
收件人:李滋00164331  
日 期 :2017年09月05日 20:29
主 题 :RE: [onap-discuss] External system register API document realizedin A







Dear LiZi,


 


I have referred your document and fields you have mentioned as required=false 
in the oxm_v11 document, those are reported as required in the attached swagger 
 api document , you have sent in previous mail.


 


Not sure whether its an issue in AAI swagger document generation tool.


 


Kindly check it. Thanks


 


Regards


Kanagaraj M


 


***
 
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**
 
 
***
 This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
 
***


 



From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of li.z...@zte.com.cn
 Sent: Tuesday, September 05, 2017 7:38 AM
 To: Subhash Kumar Singh onap-discuss@lists.onap.org
 Subject: [onap-discuss] External system register API document realized in A



 

Hi all,

 

I uploaded the external system register related schema to gerrit 
https://gerrit.onap.org/r/#/c/10079/  and  waiting for to be merged. I fetched 
the external system register API document from my developing env for you to 
reference to. About the VNFM/EMS and thirdparty sdnc related API you may find 
from the ExternalSystem name space from the document attached. About  the VIM 
register/query related API, you may find them from CloudInfrastructure.

 

Best Regards,

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


Re: [onap-discuss] [oom] How to add new entires in DNS

2017-09-05 Thread Borislav Glozman
Hi,

Kubernetes has dns support.
You can use service.namespace and it will be resolved to the correct instance. 
It is even load-balanced (if needed).
Please check documentation (it is actually very good for k8s):
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/

Thanks,
Borislav Glozman
O:+972.9.776.1988
M:+972.52.2835726

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kanagaraj Manickam
Sent: Tuesday, September 5, 2017 10:03 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [oom] How to add new entires in DNS

Dear OOM team,

In HEAT based ONAP deployment, we had DNS server, where all ONAP components 
registers its DNS name.
Similarly in OOM, I am looking for option to configure the DNS entry for CLI.
Could you please help on how to add the DNS entries for ONAP components being 
introduced newly in the amesterdam release.

Thank you.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 

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


Re: [onap-discuss] External system register API document realized in A

2017-09-05 Thread Kanagaraj Manickam
Dear LiZi,

I have referred your document and fields you have mentioned as required=false 
in the oxm_v11 document, those are reported as required in the attached swagger 
api document , you have sent in previous mail.

Not sure whether its an issue in AAI swagger document generation tool.

Kindly check it. Thanks

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of li.z...@zte.com.cn
Sent: Tuesday, September 05, 2017 7:38 AM
To: Subhash Kumar Singh; onap-discuss@lists.onap.org
Subject: [onap-discuss] External system register API document realized in A


Hi all,



I uploaded the external system register related schema to gerrit 
https://gerrit.onap.org/r/#/c/10079/  and waiting for to be merged. I fetched 
the external system register API document from my developing env for you to 
reference to. About the VNFM/EMS and thirdparty sdnc related API you may find 
from the ExternalSystem name space from the document attached. About the VIM 
register/query related API, you may find them from CloudInfrastructure.



Best Regards,

LiZi






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


[onap-discuss] SDC Portal Bad Gateway; Status Code : 502

2017-09-05 Thread Ganesh Kaila
Hi SDC team,

I am trying to deploy ONAP v1.0.0 on vanilla openstack, when I tried to
check SDC portal page I am seeing the following error:

[image: Inline image 1]

SDC Portal URL : http://sdc.api.simpledemo.openecomp.org:8181/sdc1/

Can someone tell me, is this a bug or do I have to do any additional
configuration on either openstack or onap heat templates?

Thanks in advance.!

​Regards
,
Ganesh
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [dmaap]Where to Get Runnable DMaaP Docker(s)?

2017-09-05 Thread fu.guangrong
Greetings guys,






I'm writing to ask where we can get a runnable DMaaP docker. I remember that at 
the first DMaaP weekly meeting two weeks ago, you said that you were going to 
upload the DMaaP docker to the ONAP repo. Is it there now?





I see a couple of DMaaP dockers with different names and tags in the repo 
(https://nexus3.onap.orghttps://nexus3.onap.org). If you have pushed the 
docker, could you please tell me which one I should fetch for the sake of 
testing of the conectivity, availability and functionalities?





Best Regards,


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


Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished 

2017-09-05 Thread Kanagaraj Manickam
Hi Huabing,

For example, to see the cloud details from aai, it provides the api 
/aai/v11/cloud-infrastructure/cloude-regions
So access this URI via MSB, should I use  
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/aai/v11/cloud-infrastructure/cloude-regions
If so, then there are 2 different versions present v1 and v11 and two times 
service name presents aai and aai-cloudInfrastructure.
I think this is not right. And the same problem will occur for every service.

OR from CLI, I could use 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/cloud-infrastructure/cloude-regions
 and MSB will redirect this
To AAI with 
http://{aai_ip}:{aai_port}/aai/v11/cloud-infrastructure/cloude-regions
 ?

Kindly help.

Also there is another problem. Every service in ONAP uses its own basic 
authentication  and there is no common user management
Across services to use with REST API. So How does MSB maintains the credentials 
and every service.

Thank you.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: zhao.huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn]
Sent: Tuesday, September 05, 2017 2:01 PM
To: Kanagaraj Manickam
Cc: frank.obr...@amdocs.com; onap-discuss@lists.onap.org
Subject: Re:RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB 
Integrationfinished


Hi Kanagaraj,



The microservie endpoint url is a standard format 
http://[host]:[port]/api/{service 
name}]/v{version number}/{resource}

Regarding your question, MSB only need the  
http://[host]:[port]/api/{service 
name}]/v{version number} part for service registration and request routing. 
{resource} part is what resource the consumer want to 
create/retrieve/update/delete and MSB just pass it transparently to service 
provider.



There're two approaches  to access the individual services by leveraging MSB.



MSB Java SDK(aka Client side discovery): the example codes can be found here:

https://gerrit.onap.org/r/gitweb?p=msb/java-sdk.git;a=tree;f=example;h=1c331f86cbcbdb8cc2935d8ac41169da1a523ec5;hb=refs/heads/master



MSB API Gateway(aka Server side discovery), CLI just need to send the request 
to MSB API Gateway(Internal API Gateway for CLI).



For example, the service definition of AAI coludInfrastructure microservice is

{

  "serviceName": "aai-cloudInfrastructure",

  "version": "v1",

  "url": "/cloud-infrastructure",

  "protocol": "REST",

  "port": "8443",

  "enable_ssl":"True",

  "visualRange":"1"

  }



Access the service 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/{resource}



Here are the slides I presented and the recording at the MSB tutorial session 
in case you need more details: 
https://wiki.onap.org/display/DW/MSB+Tutorial-2017-08-23



Thanks,

Huabing




Original Mail
Sender:  >;
To:  
>;zhaohuabing10201488;
CC:  >;
Date: 2017/09/05 15:27
Subject: RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished


Dear Huabing and Michael,

CLI has dependency on the MSB to discover the service before issuing the 
commands to that service.
I believe this OOM and MSB integration will compliment CLI and thank you.  And 
I have a question related to it, kindly help:

When OOM register the service in to MSB, what the is the format of Service URL 
followed ?
For example, every service has URL in the form of 
://:/
In this format, when OOM register the service, 

[onap-discuss] [SDC] SDC Version / API Version ?

2017-09-05 Thread rene.robert
Hi,

Using the API (internal and/or external) :

-   how can we check SDC version ?

-   how can we check API version ?

Best Regards


[Logo Orange]

René Robert
Network to IT transformation Architect

Fixe : +33 2 96 07 39 29 

Mobile : +33 6 74 78 68 43 

rene.rob...@orange.com


_

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.

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


Re: [onap-discuss] How to add new entires in DNS

2017-09-05 Thread Josef Reisinger
Folks,
I take the question below as the opportunity to ask to replace bind as 
nameserver by dnsmasq, which I assume serves the same purpose (and I do 
not believe we run into issue with performance in ONAP), but is far easier 
to manage. i.e. the management of hosts is done in /etc/hosts? In ONAP, I 
would use only this dnsmasq service as forwarding name server and that's 
it. How does the community think about it? I mentioned this some time ago 
in https://jira.onap.org/browse/UCA-18 already.

Mit freundlichen Grü?en / Kind regards 
Josef Reisinger 
Heads Up: I will be o-o-o 6.10.2017-3.11.2017



From:   Kanagaraj Manickam 
To: "onap-discuss@lists.onap.org" 
Date:   05.09.2017 09:03
Subject:[onap-discuss] [oom] How to add new entires in DNS
Sent by:onap-discuss-boun...@lists.onap.org



Dear OOM team,
 
In HEAT based ONAP deployment, we had DNS server, where all ONAP 
components registers its DNS name.
Similarly in OOM, I am looking for option to configure the DNS entry for 
CLI.
Could you please help on how to add the DNS entries for ONAP components 
being introduced newly in the amesterdam release.
 
Thank you.
 
Regards
Kanagaraj M
 
***

本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群
组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散
发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除
本邮件!
**

***
This e-mail and its attachments contain confidential information from 
HUAWEI, which is intended only for the person  or entity whose address is 
listed above. Any use of the information contained herein in any way 
(including, but not   limited to, total or partial disclosure, 
reproduction, or dissemination) by persons other than the intended 
recipient(s) is  prohibited. If you receive this e-mail in error, please 
notify the sender by phone or email immediately and delete it!
***
 ___
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


[onap-discuss] [AAI] VFC schema changes review proposal

2017-09-05 Thread Subhash Kumar Singh
Hello AAI Team,

Could we please include VFC schema changes[1] review as discussion item in 
tomorrow’s meeting.

[1] https://gerrit.onap.org/r/#/c/8929/
--
Regards,
Subhash Kumar Singh

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure,reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, pleasenotify the sender by phone or email immediately and 
delete it!
***

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


[onap-discuss] [policy] ECOMP SDK Version for Standalone Policy Build

2017-09-05 Thread Liam Fallon
Hi,

I have just built ONAP Policy as a standalone build. I just hit one small issue 
which was that version 1.1.0 of the ECOMP SDK referenced in the POMs for 
POLICY-SDK-APP and ONAP-SDK-APP was not available in the ONAP git repositories. 
When I changed the epsdk.version variable in those POMs to use version 
1.3.0-SNAPSHOT that does exist in the git repositories, the build worked (with 
tests turned off for now).

I am wondering if using version 1.3.0-SNAPSHOT of the SDK instead of 1.1.0 is 
likely to cause any issues?

Best Regards
Liam Fallon




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


Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished

2017-09-05 Thread zhao.huabing
Hi Michael,

We need to bring up msb and registrator before other containers. 

I'm trying to deploy AAI in kubernetes cluster, If AAI can be deployed 
successfully I can show an example calling AAI service, otherwise I will use an 
simple mock service.

Thanks,

Huabing











Original Mail



Sender:  
To: zhaohuabing10201488
CC:  
Date: 2017/09/04 22:30
Subject: RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished







Huabing,


   Very nice work, I personally would be interested in seeing how other 
services communicate to AAI via V11 calls for example. Bringing up the new 4 
onap-msb  containers for a look now (I see we need to add them to the root of 
the dependency tree) – before the other 44.


   Looking forward to the demo at the OOM meeting on Wed at 2300h CST / 1100h 
EDT


   /michael


 


 


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
zhao.huab...@zte.com.cn
 Sent: Sunday, September 3, 2017 21:26
 To: david.sauvag...@bell.ca Mike Elliott  Roger 
Maitland 
 Cc: onap-discuss@lists.onap.org
 Subject: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integration finished


 

Hi David and OOM Team,


 


I'm glad to let you know that oom registrator has been successfully deployed in 
k8s cluster which filled the last part of map. Now every ONAP microservices 
deployed by OOM will be automatically registered to MSB  by oom registrator, 
and microservices can leverage MSB SDK or API Gateway to communicate with each 
other easily.


 


I could show the demo in this week's meeting if we have time, it will cost 
about 5 minutes.


 


I'd also like to discuss some minor issues like how to start MSB and 
registrator first in the OOM script so they're ready when other onap 
Microservices are spun up by OOM.


 


Cheers,


Huabing



This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,you may review at 
https://www.amdocs.com/about/email-disclaimer___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished 

2017-09-05 Thread zhao.huabing
Hi Kanagaraj,






The microservie endpoint url is a standard format 
http://[host]:[port]/api/{service name}]/v{version number}/{resource}


Regarding your question, MSB only need the  http://[host]:[port]/api/{service 
name}]/v{version number} part for service registration and request routing. 
{resource} part is what resource the consumer want to 
create/retrieve/update/delete and MSB just pass it transparently to service 
provider.






There're two approaches  to access the individual services by leveraging MSB.






MSB Java SDK(aka Client side discovery): the example codes can be found here: 

https://gerrit.onap.org/r/gitweb?p=msb/java-sdk.gita=treef=exampleh=1c331f86cbcbdb8cc2935d8ac41169da1a523ec5hb=refs/heads/master
 




MSB API Gateway(aka Server side discovery), CLI just need to send the request 
to MSB API Gateway(Internal API Gateway for CLI).




For example, the service definition of AAI coludInfrastructure microservice is

{

  "serviceName": "aai-cloudInfrastructure",

  "version": "v1",

  "url": "/cloud-infrastructure",

  "protocol": "REST",

  "port": "8443",

  "enable_ssl":"True",

  "visualRange":"1"

  }




Access the service 
http://{msb_iag_ip}:{msb_iag_port}/aai-cloudInfrastructure/v1/{resource}




Here are the slides I presented and the recording at the MSB tutorial session 
in case you need more details: 
https://wiki.onap.org/display/DW/MSB+Tutorial-2017-08-23




Thanks,

Huabing











Original Mail



Sender:  
To:  zhaohuabing10201488
CC:  
Date: 2017/09/05 15:27
Subject: RE: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integrationfinished







Dear Huabing and Michael,


 


CLI has dependency on the MSB to discover the service before issuing the 
commands to that service.


I believe this OOM and MSB integration will compliment CLI and thank you.  And 
I have a question related to it, kindly help:


 


When OOM register the service in to MSB, what the is the format of Service URL 
followed ?


For example, every service has URL in the form of 
://:/


In this format, when OOM register the service, what portion of this service URL 
will be used?


Here, CLI would look for the ://: from MSB as base 
path.


 


Thanks


Kanagaraj M


 


***
 
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**
 
 
***
 This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
 
***



 



From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Michael O'Brien
 Sent: Monday, September 04, 2017 8:00 PM
 To: zhao.huab...@zte.com.cn
 Cc: onap-discuss@lists.onap.org
 Subject: Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integration 
finished




 


Huabing,


   Very nice work, I personally would be interested in seeing how other 
services communicate to AAI via V11 calls for example. Bringing up the new 4 
onap-msb  containers for a look now (I see we need to add them to the root of 
the dependency tree) – before the other 44.


   Looking forward to the demo at the OOM meeting on Wed at 2300h CST / 1100h 
EDT


   /michael


 


 


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
zhao.huab...@zte.com.cn
 Sent: Sunday, September 3, 2017 21:26
 To: david.sauvag...@bell.ca Mike Elliott  Roger 
Maitland 
 Cc: onap-discuss@lists.onap.org
 Subject: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integration finished


 

Hi David and OOM Team,


 


I'm glad to let you know that oom registrator has been successfully deployed in 
k8s cluster which filled the last part of map. Now every ONAP microservices 
deployed by OOM will be automatically registered to MSB  by oom registrator, 
and microservices can leverage MSB SDK or API Gateway to communicate with each 
other easily.


 


I could show the demo in this week's meeting if we have time, it will cost 
about 5 minutes.


 


I'd also like to discuss some minor issues like how to start MSB and 

Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integration finished

2017-09-05 Thread Kanagaraj Manickam
Dear Huabing and Michael,

CLI has dependency on the MSB to discover the service before issuing the 
commands to that service.
I believe this OOM and MSB integration will compliment CLI and thank you.  And 
I have a question related to it, kindly help:

When OOM register the service in to MSB, what the is the format of Service URL 
followed ?
For example, every service has URL in the form of 
://:/
In this format, when OOM register the service, what portion of this service URL 
will be used?
Here, CLI would look for the ://: from MSB as base 
path.

Thanks
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Michael O'Brien
Sent: Monday, September 04, 2017 8:00 PM
To: zhao.huab...@zte.com.cn
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integration finished

Huabing,
   Very nice work, I personally would be interested in seeing how other 
services communicate to AAI via V11 calls for example. Bringing up the new 4 
onap-msb containers for a look now (I see we need to add them to the root of 
the dependency tree) – before the other 44.
   Looking forward to the demo at the OOM meeting on Wed at 2300h CST / 1100h 
EDT
   /michael


From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
zhao.huab...@zte.com.cn
Sent: Sunday, September 3, 2017 21:26
To: david.sauvag...@bell.ca; Mike Elliott 
>; Roger Maitland 
>
Cc: onap-discuss@lists.onap.org
Subject: [onap-discuss] [OOM][MSB][Integration] OOM MSB Integration finished


Hi David and OOM Team,



I'm glad to let you know that oom registrator has been successfully deployed in 
k8s cluster which filled the last part of map. Now every ONAP microservices 
deployed by OOM will be automatically registered to MSB by oom registrator, and 
microservices can leverage MSB SDK or API Gateway to communicate with each 
other easily.



I could show the demo in this week's meeting if we have time, it will cost 
about 5 minutes.



I'd also like to discuss some minor issues like how to start MSB and 
registrator first in the OOM script so they're ready when other onap 
Microservices are spun up by OOM.



Cheers,

Huabing
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Verifying ONAP Deployment

2017-09-05 Thread Krishnaiah B
++ added few more details to following chain mail.

Providing the environment details used in our lab setup:
ONAP version - 1.1-STAGING-latest
VM Image - ubuntu cloud image 14.04,16.04 
(trusty-server-cloudimg-amd64-disk1.img).



Thanks & Regards
Krishnaiah B
www.LntTechservices.com


From: onap-discuss-boun...@lists.onap.org  
on behalf of Krishnaiah B 
Sent: 05 September 2017 12:51:30
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Verifying ONAP Deployment


Hi,


We went through below wiki link to verify ONAP deployment

https://wiki.onap.org/display/DW/Verifying+your+ONAP+Deployment





Some of the  modules  given below unable to verify from the Rest API provided.


A Verifying link:

https://{{aai_ip}}:8443/aai/v8/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances/




DCAE Verifying link:

http://{{collector_ip}}:3904/events/unauthenticated.TCA_EVENT_OUTPUT/group3/sub1?timeout=3




SDNC - Not provided.

Policy - Not Provided.


Could anyone please provide latest document/link to verify ONAP deployment.



Thanks & Regards
Krishnaiah B
www.LntTechservices.com



L Technology Services Ltd

www.LntTechservices.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

L Technology Services Ltd

www.LntTechservices.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

L Technology Services Ltd

www.LntTechservices.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Verifying ONAP Deployment

2017-09-05 Thread Krishnaiah B
Hi,


We went through below wiki link to verify ONAP deployment

https://wiki.onap.org/display/DW/Verifying+your+ONAP+Deployment





Some of the  modules  given below unable to verify from the Rest API provided.


A Verifying link:

https://{{aai_ip}}:8443/aai/v8/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances/




DCAE Verifying link:

http://{{collector_ip}}:3904/events/unauthenticated.TCA_EVENT_OUTPUT/group3/sub1?timeout=3




SDNC - Not provided.

Policy - Not Provided.


Could anyone please provide latest document/link to verify ONAP deployment.



Thanks & Regards
Krishnaiah B
www.LntTechservices.com



L Technology Services Ltd

www.LntTechservices.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [oom] How to add new entires in DNS

2017-09-05 Thread Kanagaraj Manickam
Dear OOM team,

In HEAT based ONAP deployment, we had DNS server, where all ONAP components 
registers its DNS name.
Similarly in OOM, I am looking for option to configure the DNS entry for CLI.
Could you please help on how to add the DNS entries for ONAP components being 
introduced newly in the amesterdam release.

Thank you.

Regards
Kanagaraj M

***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, please notify the sender by phone or email immediately 
and delete it!
***

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