[onap-discuss] AAI model visualizer tool ?

2018-11-29 Thread Kanagaraj Manickam
Dear Jimmy,

The number of models defined in AAI schema is increasing in every release and 
is becoming difficult to understand the relationship among the models.
And this could be simplified if we have any UI tool for visualizing the 
relationship and details of every AAI model. Pls let us know if you have any 
such tool already in practices?

Thank you.

Regards
Kanagaraj Manickam
Senior System Architect
P&S ONAP
Huawei Technologies India Pvt. Ltd.
Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
Bengaluru-560066, Karnataka
Tel: + 91-80-49160700 ext 72410 Mob: 9945602938
[Company_logo]


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!


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

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



[onap-discuss] MicroServices Onboarding in DCAE

2018-11-29 Thread Raju
Hi Vijay,


I am following the below link for the Micro-service Onboarding...,


https://wiki.onap.org/display/DW/MicroServices+Onboarding


1. I got the tosca yaml file from below link..


https://wiki.onap.org/display/DW/CLAMP+Documentation?preview=/8227877/45292835/tca_docker_heat_m_v2.yaml#CLAMPDocumentation-CLAMPCasablancaReleasedocumentation


   But i want to deploy a new micro service in DCAE, so i gone
through with Tosca_Tool code, i found that the artifact "*dcae-tosca-lab*"
is tightly mapped with the *nexus3.onap.org *. but
i want map with my local repository. So is there any process to be followed
for local repository usage?


Thanks in Advance...


Thanks & Regards,
Thamlur Raju.

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

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



[onap-discuss] [appc] : Unable to Read vnfc reference

2018-11-29 Thread Viresh R Navalli
Hi Team,
Below is the sample output from CONFIG_TRANSACTION_LOG for Configure request 
with APPC --> Ansible integration. Getting the captioned error (see the logs 
below) because of no data in the table VNFC_REFERENCE  as not specified the 
vnfc details in payload and CDT template.

Require some pointers, how to specify VNFC details in payload and CDT 
templates. PFA the payload and templates for reference.

mysql> select * from CONFIG_TRANSACTION_LOG where 
REQUEST_ID='1e15058d-81c4-4d14-ac72-76391e5d6a76';
+---+--+--+-+--+
| CONFIG_TRANSACTION_LOG_ID | REQUEST_ID   | 
MESSAGE_TYPE | CREATION_DATE   | MESSAGE
+---+--+--+-+--+
| 14327 | 1e15058d-81c4-4d14-ac72-76391e5d6a76 | 
request  | 2018-11-29 10:14:50 | APPC-test-vLB : Configure: 
{"request-parameters":{"vnf-id":"APPC-test-vLB"},"configuration-parameters":{"intr_name":"eth0"}}
 |
| 14328 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| log 
| 2018-11-29 10:14:51 | 501:
| 14329 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| log 
| 2018-11-29 10:14:51 | Prepare Success
| 14330 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| log 
| 2018-11-29 10:14:51 | SetInputData action complete
| 14331 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| log 
| 2018-11-29 10:14:51 | get Config Info
| 14332 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| log 
| 2018-11-29 10:15:01 | 400: Download of Config file is 
Successful
| 14333 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| log 
| 2018-11-29 10:15:02 | 501:Unable to Update A&AI.
| 14335 | 1e15058d-81c4-4d14-ac72-76391e5d6a76| 
response| 2018-11-29 10:17:09 | 400:SUCCESS - request has been 
processed successfully
+---+--+--+-+--+

2018-11-28 08:42:36,231 | ERROR | ppc-dispatcher-8 | ExecuteNodeExecutor
  | 340 - org.onap.ccsdk.sli.core.sli-provider - 0.2.3 - SvcLogicGraph 
[module=APPC, rpc=UpdateAaiforReferenceData, mode=sync, version=4.0.0, 
md5sum=bb3e67b5ea704dc02c0d52c29f18ea25] - 1 (block) | Could not execute 
plugin. SvcLogic status will be set to failure.
org.onap.ccsdk.sli.core.sli.SvcLogicException: Unable to Read vnfc reference
at 
org.onap.appc.data.services.node.ConfigResourceNode.getVnfcReference(ConfigResourceNode.java:701)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)[:1.8.0_171]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[:1.8.0_171]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_171]
at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_171]
at 
org.onap.ccsdk.sli.core.sli.provider.ExecuteNodeExecutor.execute(ExecuteNodeExecutor.java:96)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.executeNode(SvcLogicServiceImpl.java:181)
at 
org.onap.ccsdk.sli.core.sli.provider.BlockNodeExecutor.execute(BlockNodeExecutor.java:62)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.executeNode(SvcLogicServiceImpl.java:181)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.execute(SvcLogicServiceImpl.java:158)
at 
org.onap.ccsdk.sli.core.sli.provider.CallNodeExecutor.execute(CallNodeExecutor.java:127)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.executeNode(SvcLogicServiceImpl.java:181)
at 
org.onap.ccsdk.sli.core.sli.provider.BlockNodeExecutor.execute(BlockNodeExecutor.java:62)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.executeNode(SvcLogicServiceImpl.java:181)
at 
org.onap.ccsdk.sli.core.sli.provider.BlockNodeExecutor.execute(BlockNodeExecutor.java:62)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.executeNode(SvcLogicServiceImpl.java:181)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.execute(SvcLogicServiceImpl.java:158)
  

Re: [onap-discuss] AAI model visualizer tool ?

2018-11-29 Thread Pavel Paroulek




Hi Kanagaraj,no we don’t have such a tool, but in fact I am 
developing one at this point. I expect to have a working prototype in January, 
I can let you know when it’s ready so you can try it out.If you want to know 
more you can have a look at the requirements here:  
https://wiki.onap.org/pages/viewpage.action?pageId=45302834 If you think your 
specific use-case is not covered in the requirements reach out to me and we can 
discuss your specific situation.Orange did a quick visualisation prototype on 
the V11 schema a year ago https://hotlib.github.io/ but it was discontinued 
because there was a parallel initiative in AT&T E-Comp that should have 
provided a tool but that initiative failed without results eventually (and 
Orange didn’t know it failed).Br,Pavel  On Thu, 29 Nov 2018 11:05:40 +0100  
Kanagaraj Manickam wrote   Dear Jimmy,   
The number of models defined in AAI schema is increasing in every release and 
is becoming difficult to understand the relationship among the models. And this 
could be simplified if we have any UI tool for visualizing the relationship and 
details of every AAI model. Pls let us know if you have any such tool already 
in practices?   Thank you.   Regards Kanagaraj Manickam Senior System Architect 
P&S ONAP Huawei Technologies India Pvt. Ltd.  Survey No. 37, Next to EPIP Area, 
Kundalahalli, Whitefield  Bengaluru-560066, Karnataka  Tel: + 91-80-49160700 
ext 72410 Mob: 9945602938   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!     







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

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



Re: [onap-discuss] [SDC] : adding a new VL model

2018-11-29 Thread Rahul G
Hi Rene,
We use the below process to upload VLs (TOSCA template) from backend.
I'm not sure if there is a different/better way. It would be good to get 
feedback from the community.


· Download SDC code from gerrit (git clone 
https://gerrit.onap.org/r/sdc).

· Install python and pycurl in the machine where the sdc code is placed.

· Put the new models (VLs) to {gerrit sdc 
code}/catalog-be/src/main/resources/import/tosca/normative-types folder

· Go to {gerrit sdc 
code}/catalog-be/src/main/resources/scripts/import/tosca

· Edit the file importNormativeTypes.py and add the new model names to 
the array normativeTypes. (E.g. -  normativeTypes = [ "root", "compute", 
"softwareComponent", "webServer", "webApplication", "DBMS", "database", 
"objectStorage", "blockStorage", "containerRuntime", "containerApplication", 
"loadBalancer", "port", "network","newModel"]).

· Note - The model name should be same as the name of the model folder.

· Run python importDataTypes.py -i {sdc-be docker IP} -p 8080 (The 
response should be 200 for existing model names and 201 for the new model 
names).
Thanks
Rahul

From: onap-discuss@lists.onap.org  On Behalf Of 
Rene Robert
Sent: Friday, November 9, 2018 10:15 PM
To: onap-discuss@lists.onap.org; michael.la...@intl.att.com
Subject: [onap-discuss] [SDC] : adding a new VL model

Hello

I need to create and add a new VL model with its associated Heat stack.

What is the procedure ?

Best regards


[Logo 
Orange]

René Robert
«Open and Smart solutions for autOmating Network Services»
ORANGE/IMT/OLN/CNC/NARA/OSONS

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.


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

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



[onap-discuss] [OOM] Fatty is not pretty

2018-11-29 Thread Sylvain Desbureaux
Hello,
When I see that my 12 times 16G of RAM deployment (so 192G of RAM) is not 
sufficient for a “small” deployment of ONAP, I don’t even want to see how much 
I need for a “large” deployment (a complete DC?):

Containers:
  portal-cassandra:
Image:  nexus3.onap.org:10001/onap/music/cassandra_music:3.0.0
Ports:  9160/TCP, 7000/TCP, 7001/TCP, 7199/TCP, 9042/TCP
Limits:
  cpu: 2
  memory:  8Gi
Requests:
  cpu:  1
  memory:   4Gi
Liveness:   exec [/bin/bash -c nodetool status | grep $POD_IP | awk 
'$1!="UN" { exit 1; }'] delay=10s timeout=1s period=10s #success=1 #failure=3
Readiness:  exec [/bin/bash -c nodetool status | grep $POD_IP | awk 
'$1!="UN" { exit 1; }'] delay=10s timeout=1s period=10s #success=1 #failure=3
Environment:
  CASSUSER:  root
  CASSPASS:  Aa123456
  JVM_OPTS:  -Xmx2536m -Xms2536m
  POD_IP: (v1:status.podIP)
Mounts:
  /docker-entrypoint-initdb.d/zzz_portal.cql from 
cassandra-docker-entrypoint-initdb (rw)
  /docker-entrypoint-initdb.d/zzz_portalsdk.cql from 
cassandra-docker-entrypoint-initdb (rw)
  /etc/localtime from localtime (ro)
  /var/lib/cassandra/data from onap-portal-portal-cassandra-data (rw)
  /var/run/secrets/kubernetes.io/serviceaccount from default-token-zcsfj 
(ro)

Events:
  Type ReasonAge   From   Message
   --     ---
  Warning  FailedScheduling  44s (x8 over 1m)  default-scheduler  No nodes are 
available that match all of the predicates: Insufficient cpu (1), Insufficient 
memory (12).


PS: with “unlimited” flavor, the _real_ RAM usage is less than 90G of RAM…

--
[cid:image001.png@01D33D23.D1353070]

Sylvain Desbureaux
Senior Automation Architect
ORANGE/IMT/OLN/CNC/NCA/SINA

Fixe : +33 2 96 07 13 80 

Mobile : +33 6 71 17 25 57 

sylvain.desbure...@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.


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

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



Re: [E] Re: [onap-discuss] [APPC] MountC Netconf

2018-11-29 Thread Marco Platania
There must be something wrong with your settings then, I just copied and pasted 
your command in my shell and run it in the WindRiver lab. I get this:

*   Trying 10.12.6.0...
* Connected to 10.12.6.0 (10.12.6.0) port 30230 (#0)
* Server auth using Basic with user 'admin'
> PUT 
> /restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673
>  HTTP/1.1
> Host: 10.12.6.0:30230
> Authorization: Basic 
> YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
> User-Agent: curl/7.43.0
> Accept: application/xml
> Content-type: application/xml
> Content-Length: 1252
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 200 OK
< Set-Cookie: JSESSIONID=1cs5tb5v5axyr1m32wx5lqjl0y;Path=/restconf
< Expires: Thu, 01 Jan 1970 00:00:00 GMT
< Set-Cookie: rememberMe=deleteMe; Path=/restconf; Max-Age=0; Expires=Wed, 
28-Nov-2018 13:53:08 GMT
< Content-Length: 0
<
* Connection #0 to host 10.12.6.0 left intact

Marco

From: "P, Prakash" 
Date: Thursday, November 29, 2018 at 2:37 AM
To: "PLATANIA, MARCO (MARCO)" 
Cc: "onap-discuss@lists.onap.org" 
Subject: Re: [E] Re: [onap-discuss] [APPC] MountC Netconf

Here is the request and response which i used.

curl - --noproxy '*' --user 
"admin":"Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" -d @vtrafficgen.xml -H 
"Accept: application/xml" -H "Content-type: application/xml" -X PUT  
http://10.xx.xx.xx:30230/restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673
*
   Trying 10.xx.xx.xx...
* Connected to 10.xx.xx.xx (10.xx.xx.xx) port 30230 (#0)
* Server auth using Basic with user 'admin'
> PUT 
> /restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673
>  HTTP/1.1
> Host: 10.xx.xx.xx:30230
>
 Authorization: Basic 
YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
> User-Agent: curl/7.47.0
> Accept: application/xml
> Content-type: application/xml
> Content-Length: 1294
> Expect: 100-continue
>
< HTTP/1.1 401 Unauthorized
< Set-Cookie: rememberMe=deleteMe; Path=/restconf; Max-Age=0; Expires=Wed, 
28-Nov-2018 07:10:03 GMT
* Authentication problem. Ignoring this.
< WWW-Authenticate: BASIC realm="application"
< Content-Length: 0
< Connection: close
<
* Closing connection 0

On Thu, Nov 29, 2018 at 11:07 AM P, Prakash 
mailto:prakas...@verizon.com>> wrote:
Ohh my bad. That's a typo when i was preparing the mail. Kindly suggest any 
other input.

On Wed, Nov 28, 2018 at 7:36 PM PLATANIA, MARCO (MARCO) 
mailto:plata...@research.att.com>> wrote:
The port number that you are using is wrong. You should use 30230.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of "Prakash via 
Lists.Onap.Org"
 mailto:verizon@lists.onap.org>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"prakas...@verizon.com" 
mailto:prakas...@verizon.com>>
Date: Wednesday, November 28, 2018 at 7:00 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] [APPC] MountC Netconf

Hello Team,
I found a page 
https://wiki.onap.org/display/DW/Creating+a+Netconf+Mount
 which is having the sample API's to test Mountc Netconf.
  When i tried to send the below request from Browser's REST client,
http://appc_pod's_machine_ip:30320/restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673

Re: [E] Re: [onap-discuss] [APPC] MountC Netconf

2018-11-29 Thread Brian
Unauthorized means the login/password is wrong.

I dont think you wrap login and password in quotes.

--user admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U


Not sure if you are using Beijing or Casablanca nor if you picked up one of the 
interim snapshots that was using a different login/password for a bit.

Brian


From: onap-discuss@lists.onap.org  On Behalf Of 
Prakash via Lists.Onap.Org
Sent: Thursday, November 29, 2018 2:38 AM
To: PLATANIA, MARCO 
Cc: onap-discuss@lists.onap.org
Subject: Re: [E] Re: [onap-discuss] [APPC] MountC Netconf

Here is the request and response which i used.

curl - --noproxy '*' --user 
"admin":"Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" -d @vtrafficgen.xml -H 
"Accept: application/xml" -H "Content-type: application/xml" -X PUT  
http://10.xx.xx.xx:30230/restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673
*
   Trying 10.xx.xx.xx...
* Connected to 10.xx.xx.xx (10.xx.xx.xx) port 30230 (#0)
* Server auth using Basic with user 'admin'
> PUT 
> /restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673
>  HTTP/1.1
> Host: 10.xx.xx.xx:30230
>
 Authorization: Basic 
YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
> User-Agent: curl/7.47.0
> Accept: application/xml
> Content-type: application/xml
> Content-Length: 1294
> Expect: 100-continue
>
< HTTP/1.1 401 Unauthorized
< Set-Cookie: rememberMe=deleteMe; Path=/restconf; Max-Age=0; Expires=Wed, 
28-Nov-2018 07:10:03 GMT
* Authentication problem. Ignoring this.
< WWW-Authenticate: BASIC realm="application"
< Content-Length: 0
< Connection: close
<
* Closing connection 0

On Thu, Nov 29, 2018 at 11:07 AM P, Prakash 
mailto:prakas...@verizon.com>> wrote:
Ohh my bad. That's a typo when i was preparing the mail. Kindly suggest any 
other input.

On Wed, Nov 28, 2018 at 7:36 PM PLATANIA, MARCO (MARCO) 
mailto:plata...@research.att.com>> wrote:
The port number that you are using is wrong. You should use 30230.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of "Prakash via 
Lists.Onap.Org"
 mailto:verizon@lists.onap.org>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"prakas...@verizon.com" 
mailto:prakas...@verizon.com>>
Date: Wednesday, November 28, 2018 at 7:00 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] [APPC] MountC Netconf

Hello Team,
I found a page 
https://wiki.onap.org/display/DW/Creating+a+Netconf+Mount
 which is having the sample API's to test Mountc Netconf.
  When i tried to send the below request from Browser's REST client,
http://appc_pod's_machine_ip:30320/restconf/config/network-topology:network-topology/topology/topology-netconf/node/9e1f35bf-bc36-4cab-ae9f-baf44bddd673
Content-Type: application/xml
Accept: application/xml


   9e1f35bf-bc36-4cab-ae9f-baf44bddd673
   xx.xx.xx.xx
   
   
   
   false
   
   false
   2
   0
   2000
   1.5
   
   120



I get 401 Error and there is no log in the pod ?
Anyother informatin should i add in the reqeust ?
if yes? what is the info and Format of the header to be included here?

--
Regards,
Prakas P,
Network and Technology IT,



--
Regards,
Prakas P,
Network and Technology IT,
V

Re: [onap-discuss] [OOM] Fatty is not pretty

2018-11-29 Thread Pavel Paroulek




ROFL :DAnyway, maybe some ONAP projects deploy services that are 
not needed during normal runtime (like data viewers, services that have not yet 
been integrated etc).What if all OOM projects would support an “essential 
deployment” of all services needed for normal ONAP runtime and an “all” 
deployment where all the services, jobs, unfinished components etc would be 
deployed?Maybe this could be a topic for the VF2F?Br,Pavel On Thu, 29 Nov 
2018 14:33:04 +0100  Sylvain Desbureaux wrote 
  Hello,  When I see that my 12 times 16G of RAM deployment (so 192G of 
RAM) is not sufficient for a “small” deployment of ONAP, I don’t even want to 
see how much I need for a “large” deployment (a complete  DC?):   Containers:   
portal-cassandra:     Image:  
nexus3.onap.org:10001/onap/music/cassandra_music:3.0.0     Ports:  9160/TCP, 
7000/TCP, 7001/TCP, 7199/TCP, 9042/TCP     Limits:   cpu: 2   
memory:  8Gi     Requests:   cpu:  1   memory:   4Gi     Liveness:  
 exec [/bin/bash -c nodetool status | grep $POD_IP | awk '$1!="UN" { exit 1; 
}'] delay=10s timeout=1s period=10s #success=1 #failure=3     Readiness:  exec 
[/bin/bash -c nodetool status | grep $POD_IP | awk '$1!="UN" { exit 1; }'] 
delay=10s timeout=1s period=10s #success=1 #failure=3     Environment:   
CASSUSER:  root   CASSPASS:  Aa123456   JVM_OPTS:  -Xmx2536m -Xms2536m  
  POD_IP: (v1:status.podIP)     Mounts:   
/docker-entrypoint-initdb.d/zzz_portal.cql from 
cassandra-docker-entrypoint-initdb (rw)   
/docker-entrypoint-initdb.d/zzz_portalsdk.cql from 
cassandra-docker-entrypoint-initdb (rw)   /etc/localtime from localtime 
(ro)   /var/lib/cassandra/data from onap-portal-portal-cassandra-data (rw)  
 /var/run/secrets/kubernetes.io/serviceaccount from default-token-zcsfj 
(ro)   Events:   Type Reason    Age   From  
 Message    --         
---   Warning  FailedScheduling  44s (x8 over 1m)  default-scheduler  No 
nodes are available that match all of the predicates: Insufficient cpu (1), 
Insufficient memory (12).     PS: with “unlimited” flavor, the _real_ RAM usage 
is less than 90G of RAM…   --     Sylvain Desbureaux  Senior Automation 
Architect ORANGE/IMT/OLN/CNC/NCA/SINA   Fixe :  +33 2 96 07 13 80  Mobile :  
+33 6 71 17 25 57  sylvain.desbure...@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.
 







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

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



Re: [onap-discuss] [OOM] Fatty is not pretty

2018-11-29 Thread Sylvain Desbureaux
This is also because some projects have very high requests (which  is what k8s 
will guarantee for a container as said in 
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/resource-qos.md)
 which are not at all aligned with the reality.

Again, some projects asks for 4g+ of RAM or more as a requests and they’re 
using a lot less: I remember that a freshly installed ONAP is using ~90G RAM 
instead of more than 192G RAM requested!

---
Sylvain Desbureaux

De :  au nom de Pavel Paroulek 

Répondre à : "onap-discuss@lists.onap.org" , 
"parou...@objectify.sk" 
Date : jeudi 29 novembre 2018 à 15:25
À : onap-discuss 
Objet : Re: [onap-discuss] [OOM] Fatty is not pretty

ROFL :D

Anyway, maybe some ONAP projects deploy services that are not needed during 
normal runtime (like data viewers, services that have not yet been integrated 
etc).

What if all OOM projects would support an “essential deployment” of all 
services needed for normal ONAP runtime and an “all” deployment where all the 
services, jobs, unfinished components etc would be deployed?

Maybe this could be a topic for the VF2F?

Br,
Pavel
 On Thu, 29 Nov 2018 14:33:04 +0100 Sylvain 
Desbureaux wrote 

Hello,
When I see that my 12 times 16G of RAM deployment (so 192G of RAM) is not 
sufficient for a “small” deployment of ONAP, I don’t even want to see how much 
I need for a “large” deployment (a complete DC?):

Containers:
  portal-cassandra:
Image:  nexus3.onap.org:10001/onap/music/cassandra_music:3.0.0
Ports:  9160/TCP, 7000/TCP, 7001/TCP, 7199/TCP, 9042/TCP
Limits:
  cpu: 2
  memory:  8Gi
Requests:
  cpu:  1
  memory:   4Gi
Liveness:   exec [/bin/bash -c nodetool status | grep $POD_IP | awk 
'$1!="UN" { exit 1; }'] delay=10s timeout=1s period=10s #success=1 #failure=3
Readiness:  exec [/bin/bash -c nodetool status | grep $POD_IP | awk 
'$1!="UN" { exit 1; }'] delay=10s timeout=1s period=10s #success=1 #failure=3
Environment:
  CASSUSER:  root
  CASSPASS:  Aa123456
  JVM_OPTS:  -Xmx2536m -Xms2536m
  POD_IP: (v1:status.podIP)
Mounts:
  /docker-entrypoint-initdb.d/zzz_portal.cql from 
cassandra-docker-entrypoint-initdb (rw)
  /docker-entrypoint-initdb.d/zzz_portalsdk.cql from 
cassandra-docker-entrypoint-initdb (rw)
  /etc/localtime from localtime (ro)
  /var/lib/cassandra/data from onap-portal-portal-cassandra-data (rw)
  /var/run/secrets/kubernetes.io/serviceaccount from default-token-zcsfj 
(ro)

Events:
  Type ReasonAge   From   Message
   --     ---
  Warning  FailedScheduling  44s (x8 over 1m)  default-scheduler  No nodes are 
available that match all of the predicates: Insufficient cpu (1), Insufficient 
memory (12).


PS: with “unlimited” flavor, the _real_ RAM usage is less than 90G of RAM…

--
[cid:0.28869203700.165425721929884229.1675fdbd19e__inline__img__src]

Sylvain Desbureaux
Senior Automation Architect
ORANGE/IMT/OLN/CNC/NCA/SINA

Fixe : +33 2 96 07 13 80 

Mobile : +33 6 71 17 25 57 

sylvain.desbure...@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.



_

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 erre

Re: [onap-discuss] [cia] Meeting reminder Thursday, November 29, 7am MT

2018-11-29 Thread Paul Vaduva
Hi everyone,

Sorry I missed today’s meeting, timezone erroneus calculation made me join at 8 
AM MT, I will check the meeting minues and correct the ccalendar schedule for 
the future.

Best Regards,
Paul

From: Adolfo Perez-Duran 
Sent: Wednesday, November 28, 2018 6:47 PM
To: onap-discuss@lists.onap.org; sylvain.desbure...@orange.com; Paul Vaduva 
; Bin Lu ; OBRIEN, FRANK MICHAEL 
; Frank Sandoval ; 
Gary Wu ; Tal Liron 
Subject: [cia] Meeting reminder Thursday, November 29, 7am MT

Dear CIA team members,

The new cycle of weekly meetings will start tomorrow Thursday-28-Nov 7am MT.

Agenda:
1. Dublin Release Plan
2. Contribution Process

The migration to 
groups.io
 has created some confusion. I am working with the ONAP help desk on updating 
the calendar.

In the meantime, here are the meeting details:

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

Or iPhone one-tap :
US: +16699006833,,114643351# or +16465588656,,114643351#
Or Telephone:
Dial(for higher quality, dial a number based on your current location):
US: +1 669 900 6833 or +1 646 558 8656 or +1 877 369 0926 (Toll Free) 
or +1 855 880 1246 (Toll Free)
Meeting ID: 114 643 351
International numbers available: 
https://zoom.us/u/b1Sk2XThM

Thanks,

Adolfo






This message, including attachments, is CONFIDENTIAL. It may also be privileged 
or otherwise protected by law. If you received this email by mistake please let 
us know by reply and then delete it from your system; you should not copy it or 
disclose its contents to anyone. All messages sent to and from Enea may be 
monitored to ensure compliance with internal policies and to protect our 
business. Emails are not secure and cannot be guaranteed to be error free as 
they can be intercepted, a mended, lost or destroyed, or contain viruses. The 
sender therefore does not accept liability for any errors or omissions in the 
contents of this message, which arise as a result of email transmission. Anyone 
who communicates with us by email accepts these risks.

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

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



Re: [SUSPICIOUS MESSAGE] Re: [onap-discuss] [OOM] Fatty is not pretty

2018-11-29 Thread James MacNider
We also need to keep in mind that the resources needed to be successful in 
deploying a component does necessarily reflect what it needs to operate with 
real workloads.  In most cases the project teams themselves put forward the CPU 
and RAM request sizing based on their experience.


From: onap-discuss@lists.onap.org  On Behalf Of 
Pavel Paroulek
Sent: Thursday, November 29, 2018 9:25 AM
To: onap-discuss 
Subject: [SUSPICIOUS MESSAGE] Re: [onap-discuss] [OOM] Fatty is not pretty

ROFL :D

Anyway, maybe some ONAP projects deploy services that are not needed during 
normal runtime (like data viewers, services that have not yet been integrated 
etc).

What if all OOM projects would support an “essential deployment” of all 
services needed for normal ONAP runtime and an “all” deployment where all the 
services, jobs, unfinished components etc would be deployed?

Maybe this could be a topic for the VF2F?

Br,
Pavel
 On Thu, 29 Nov 2018 14:33:04 +0100 Sylvain 
Desbureauxmailto:sylvain.desbure...@orange.com>> 
wrote 

Hello,
When I see that my 12 times 16G of RAM deployment (so 192G of RAM) is not 
sufficient for a “small” deployment of ONAP, I don’t even want to see how much 
I need for a “large” deployment (a complete DC?):

Containers:
  portal-cassandra:
Image:  nexus3.onap.org:10001/onap/music/cassandra_music:3.0.0
Ports:  9160/TCP, 7000/TCP, 7001/TCP, 7199/TCP, 9042/TCP
Limits:
  cpu: 2
  memory:  8Gi
Requests:
  cpu:  1
  memory:   4Gi
Liveness:   exec [/bin/bash -c nodetool status | grep $POD_IP | awk 
'$1!="UN" { exit 1; }'] delay=10s timeout=1s period=10s #success=1 #failure=3
Readiness:  exec [/bin/bash -c nodetool status | grep $POD_IP | awk 
'$1!="UN" { exit 1; }'] delay=10s timeout=1s period=10s #success=1 #failure=3
Environment:
  CASSUSER:  root
  CASSPASS:  Aa123456
  JVM_OPTS:  -Xmx2536m -Xms2536m
  POD_IP: (v1:status.podIP)
Mounts:
  /docker-entrypoint-initdb.d/zzz_portal.cql from 
cassandra-docker-entrypoint-initdb (rw)
  /docker-entrypoint-initdb.d/zzz_portalsdk.cql from 
cassandra-docker-entrypoint-initdb (rw)
  /etc/localtime from localtime (ro)
  /var/lib/cassandra/data from onap-portal-portal-cassandra-data (rw)
  /var/run/secrets/kubernetes.io/serviceaccount from default-token-zcsfj 
(ro)

Events:
  Type ReasonAge   From   Message
   --     ---
  Warning  FailedScheduling  44s (x8 over 1m)  default-scheduler  No nodes are 
available that match all of the predicates: Insufficient cpu (1), Insufficient 
memory (12).


PS: with “unlimited” flavor, the _real_ RAM usage is less than 90G of RAM…

--
[cid:image001.png@01D487D1.51D56080]

Sylvain Desbureaux
Senior Automation Architect
ORANGE/IMT/OLN/CNC/NCA/SINA

Fixe : +33 2 96 07 13 80 

Mobile : +33 6 71 17 25 57 

sylvain.desbure...@orange.com


_



Ce message et ses pieces jointes peuvent contenir des informations 
conf

[onap-discuss] [aai] Support for 2-way SSL?

2018-11-29 Thread Steve Blimkie
Hi,

I'm working with an operator who wants to deploy AAI in an environment where 
the Cassandra database it hosted external to the k8s cluster.  In addition, 
they want to secure the connection between AAI and the external database using 
2-way SSL.

Do the resources/traversal services support 2-way SSL with Cassandra?  I had a 
look at the code, and it doesn't look like they do ... but was hoping one of 
the SMEs could confirm.

Thanks,
Steve


This email and the information contained herein is proprietary and confidential 
and subject to the Amdocs Email Terms of Service, which you may review at 
https://www.amdocs.com/about/email-terms-of-service 


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

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



[onap-discuss] [DCAE] PNDA and Analytics-as-a-Service Integration with DCAE

2018-11-29 Thread Srini
Hi,

Just pictorially representing the integration point I raised in the meeting.

Integration proposal: Use deployment manager as integration hook instead of 
cloudify.


[cid:image001.png@01D487E8.9FC9EC40]


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

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



[onap-discuss] [Analytics-as-a-Service] Why ML/DL analytics are required in 5G

2018-11-29 Thread Srini
JFYI

Very brief, but nice article on need for AI in 5G:

https://enterpriseiotinsights.com/20180318/channels/fundamentals/ai-in-telecoms-why-5g-and-iot-wont-work-for-carriers-without-ai-tag40-tag99

Some important quotes:

"
For telecoms providers, the need to automate is urgent. "The amount of data is 
about to explode," says Dimitris Mavrakis, research director at ABI Research.
"

"
Even just on the radio-access side, the picture looks gnarly. The number of 
parameters per base station has jumped from 500-odd in the 2G era to 1,500 with 
3G, and closer 3,500 with 4G, notes Ericsson. LTE has introduced some 
automation tools to allow network managers to auto-tune these settings, but 
more is required. "We have to do better," comments Ulrika Jägare, director of 
analytics and machine intelligence at Ericsson.
"

"
Indeed, the human mind will be over-whelmed, says Adaora Okeleke, senior 
analyst at Ovum. "Humans can't handle the volume of data and insights that will 
be coming out of the networks. We need AI to harness all this information - to 
see the patterns in the data, and to inform the activities."
"


Thanks
Srini


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

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



Re: [onap-discuss] [DCAE] PNDA and Analytics-as-a-Service Integration with DCAE

2018-11-29 Thread Vijay VK
Hi Srini,
The diagram doesn't represent the DCAE integration point we discussed. The 
proposal for edge analytics is missing key aspect such as component modelling 
which are necessary for service composition and Policy management used during 
service LCM.  I've attached the DCAE view of edge analytics support for 
reference which align to design and runtime CL flows.
[cid:image002.jpg@01D4881A.38FC40D0]

Also the proposal addresses analytics at edge case, but edge deployment itself 
can include other ONAP component (such as Policy, AAI, DMAAP etc) besides 
analytics. For example - Control Loop flow at edge (closed edge loop) does 
require multiple ONAP components. Based on this proposal,  all component 
targeted for edge looks like will need to go through SO/Multicloud - that 
implies using different workflow and LCM for ONAP component when deployed at 
edge versus central ONAP deployment (which is OOM based).

Would rather approach edge solution in identifying how subset of ONAP can be 
deployed at edge in a consistent manner.  Also as VNF/VF's are external to ONAP 
itself, applying same work flow for ONAP components will introduce complexity 
for ONAP components.

I believe following should be clarified from architecture perspective

  *   Can the deployment of edge of ONAP component differ from ONAP Central 
itself?
  *   How should LCM of ONAP component targeted for external edge cloud be 
handled versus Edge ONAP itself.
We may need further discussion and ONAP ARC guidance on these.

@Stephen Terrill 
(stephen.terr...@ericsson.com), Would 
appreciate if you can add this for discussion topic on next ARC meeting.

Thanks,
Vijay

From: onap-discuss@lists.onap.org  On Behalf Of 
Srini
Sent: Thursday, November 29, 2018 4:37 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [DCAE] PNDA and Analytics-as-a-Service Integration with 
DCAE

Hi,

Just pictorially representing the integration point I raised in the meeting.

Integration proposal: Use deployment manager as integration hook instead of 
cloudify.


[cid:image006.png@01D4881A.38FC40D0]



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

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



Re: [onap-discuss] [aai] Support for 2-way SSL?

2018-11-29 Thread Keong Lim
Hi Steve,

The part you are actually talking about is the JanusGraph-to-Cassandra 
communications, since Cassandra is the backend storage engine.
According to:
- https://docs.janusgraph.org/0.2.0/cassandra.html
- https://docs.janusgraph.org/0.2.0/config-ref.html

the configuration option to check for is:

13.3.27. storage.cassandra.ssl
storage.cassandra.ssl.enabled  Controls use of the SSL connection to Cassandra 
(default "false").

I did a quick search on AAI code, but could not find it. Maybe it is specified 
elsewhere, e.g. in OOM parameter files.


Keong

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

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



Re: [onap-discuss] [aai] Support for 2-way SSL?

2018-11-29 Thread Venkata Harish K Kajur
Hi,

If they want to connect to an existing Cassandra cluster, then they can do so 
by creating an new override yaml file and no changes to oom repo.
By creating or updating the overrides file as below with their cluster values:

global:
  config:
cluster:
  cassandra:
dynamic: false
# If cluster.cassandra.dynamic is set to false
# Then the following configuration should be uncommented
# This is if you are planning to connect to a existing
# Cassandra cluster instead of doing the deployment
storage:
  backend: cassandra
  hostname: somehost1,somehost2,somehost3
  connectionTimeout: 10
  cacheSize: 100
  clusterName: someClusterName
  localDataCenter: someDataCenter
  keyConsistent: true
  # If backend is cql or cassandra it should be keyspace name
  # else backend is hbase it should be hbase table name
  name: your_hbase_table_or_keyspace_name

  # Cassandra driver specific properties for janusgraph
  cassandra:
# Name of the Cassandra Cluster
cluster: someclustername
readConsistency: LOCAL_QUORUM
writeConsistency: LOCAL_QUORUM
replicationFactor: 3

I don't think the communication between the janusgraph and Cassandra will be 
two way ssl as its only asking for truststore in the ssl section of janusgraph 
documentation.
It can definitely support one way ssl from the configuration.
If they want to use one way ssl, then they would need to update some files in 
the oom repo.
They would need to update the following properties files:

oom/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties
oom/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties
oom/kubernetes/aai/charts/aai-traversal/resources/config/janusgraph-realtime.properties
oom/kubernetes/aai/charts/aai-traversal/resources/config/janusgraph-cached.properties
oom/kubernetes/aai/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties
oom/kubernetes/aai/charts/aai-graphadmin/resources/config/janusgraph-cached.properties

From the documentation link Keong provided, if they add the required properties 
in the above files, then one way ssl communication can work.

Thanks,
Harish

-Original Message-
From: onap-discuss@lists.onap.org  On Behalf Of 
Keong Lim
Sent: Thursday, November 29, 2018 7:48 PM
To: BLIMKIE, STEVEN ; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [aai] Support for 2-way SSL?

Hi Steve,

The part you are actually talking about is the JanusGraph-to-Cassandra 
communications, since Cassandra is the backend storage engine.
According to:
- 
https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.janusgraph.org_0.2.0_cassandra.html&d=DwIFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=f44eG3iZaja2ozEA2yRZnQ&m=DR-D3pKngmkLiJf5ldOYEoVD4xaVRJ0Z4mKsNfp4Xeg&s=BoZJPy-I78wwUM8Ka9EH0CIJqh9kGH5bNRiT7KGKLVY&e=
- 
https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.janusgraph.org_0.2.0_config-2Dref.html&d=DwIFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=f44eG3iZaja2ozEA2yRZnQ&m=DR-D3pKngmkLiJf5ldOYEoVD4xaVRJ0Z4mKsNfp4Xeg&s=VwXJys0STzZ69gESqvu74SwFQ4pDOxBbc2G46us4p00&e=

the configuration option to check for is:

13.3.27. storage.cassandra.ssl
storage.cassandra.ssl.enabled  Controls use of the SSL connection to Cassandra 
(default "false").

I did a quick search on AAI code, but could not find it. Maybe it is specified 
elsewhere, e.g. in OOM parameter files.


Keong




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

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



Re: [onap-discuss] AAF - No trusted certificate found

2018-11-29 Thread harry huang
Hi Jonathan

Thanks for your reply. So that means AAF is not working for Beijing release ? 
or it used to be working but now the certificate just expired which makes AAF 
not available anymore for Beijing ?

Thanks
Harry

发件人: GATHMAN, JONATHAN C [mailto:jg1...@att.com]
发送时间: 2018年11月29日 6:19
收件人: onap-discuss@lists.onap.org; huangxiangyu 
主题: Re: [onap-discuss] AAF - No trusted certificate found

In Beijing, not all the Apps had setup Certificates.  Many more in Casablanca 
are setup (at least for Test).

The question of Certificates is also whether you are simply using the ONAP 
declared Cert, or on your own.

If you are wanting more Apps that actually use the Certificates, I recommend 
you start working with CasaBlanca…

Also, to create new certs (within Test Environment) for Casablanca, please look 
at:
https://onap.readthedocs.io/en/latest/submodules/aaf/authz.git/docs/sections/configuration/AAF_4.1_config.html

--
Jonathan Gathman
Principled-System Architect
ATO Tech Dev/SEAT/Platform Architecture and Technology Management

AT&T Services, Inc.
2349 Oaker, Arnold, MO 63010
m  314-550-3312  |  jonathan.gath...@att.com


From: mailto:onap-discuss@lists.onap.org>> on 
behalf of harry huang 
mailto:huangxiang...@huawei.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"huangxiang...@huawei.com" 
mailto:huangxiang...@huawei.com>>
Date: Wednesday, November 28, 2018 at 12:47 AM
To: onap-discuss 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] AAF - No trusted certificate found

Hi AAF team

I’m deploying ONAP Beijing release using Heat but some AAF dockers are failing 
because of a certificate problem. The docker version is 2.1.1.
Here’s the ERROR log:
org.onap.aaf.misc.env.APIException: javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: No trusted certificate found

Can anyone point a direction? Thanks in advance.

Thanks
Harry


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

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



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-29 Thread Gopigiri, Sirisha via Lists.Onap.Org
Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4

Thank you

Best Regards
Sirisha Gopigiri

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

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



openstack_adapter_error.pdf
Description: Adobe PDF document


Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-29 Thread Yang Bin
Hi Seshu, Eric,

The attached log indicate there is unexpected header along with the request to 
multicloud: “Request Headers: {Authorization=[Basic YnBlbDpwYXNzd29yZDEk],”

I believe this has been fixed , correct? Would it be enough to update the 
version of certain SO service to fix this issue?

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Gopigiri, Sirisha via Lists.Onap.Org
Sent: Friday, November 30, 2018 1:08 PM
To: multa...@mr1.windriver.com; Eric W; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4

Thank you

Best Regards
Sirisha Gopigiri


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

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



Re: [onap-discuss] [aai] Support for 2-way SSL?

2018-11-29 Thread Keong Lim
As an alternative to mutual TLS authentication, perhaps the Cassandra nodes and 
AAI pods could be connected to each other via https://www.tinc-vpn.org/ ?
It was suggested in another message:
https://lists.onap.org/g/onap-discuss/message/13141

I guess it depends on the threat model and what kind of guarantee is being 
sought.

Keong

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

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



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-29 Thread Multanen, Eric W
I believe these will be fixed in 1.3.5 SO images (which  may not be ready yet – 
but should be soon).   Some fixes for oof_directive handling were just merged 
today.

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Yang Bin
Sent: Thursday, November 29, 2018 10:31 PM
To: seshu.kuma...@huawei.com; sirisha.gopig...@verizon.com; 
multa...@mr1.windriver.com ; Multanen, Eric W 

Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Seshu, Eric,

The attached log indicate there is unexpected header along with the request to 
multicloud: “Request Headers: {Authorization=[Basic YnBlbDpwYXNzd29yZDEk],”

I believe this has been fixed , correct? Would it be enough to update the 
version of certain SO service to fix this issue?

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gopigiri, Sirisha via 
Lists.Onap.Org
Sent: Friday, November 30, 2018 1:08 PM
To: multa...@mr1.windriver.com; Eric W; 
onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4

Thank you

Best Regards
Sirisha Gopigiri


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

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



[onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Srini
Hi,


For "K8S based Cloud-region support" work, we intend to prove  with three use 
cases


-Deploying EdgeXFoundry

-Deploying vFirewall using K8S

-Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don't see any files related to CCVPN, VoLTE usecase. Are they placed 
elsewhere?

Any guidance from the TSC/community is appreciated.

Thanks
Srini




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

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



Re: [onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Marco Platania
Hi Srini,

A few use cases use the Demo repository to store Heat templates, scripts, and 
VNF-specific code, as you noticed. The same repo could be used by your use case 
too. Note that Demo doesn’t host any ONAP component code. For that, other repos 
are used.

Not sure what CCVPN and VoLTE do.

Marco

From:  on behalf of Srini 

Reply-To: "onap-discuss@lists.onap.org" , 
"srinivasa.r.addepa...@intel.com" 
Date: Thursday, November 29, 2018 at 12:57 PM
To: "onap-...@lists.onap.org" , 
"onap-discuss@lists.onap.org" 
Subject: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi,


For “K8S based Cloud-region support” work, we intend to prove  with three use 
cases


-  Deploying EdgeXFoundry

-  Deploying vFirewall using K8S

-  Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don’t see any files related to CCVPN, VoLTE usecase. Are they placed 
elsewhere?

Any guidance from the TSC/community is appreciated.

Thanks
Srini





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

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



Re: [onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Srini
Thanks Marco.

Yes, intention is not to add any ONAP component related code/patches in usecase 
directory.

Demo repository:  Does it go through same merging process? If so, who are 
committers and reviewers for this?

Thanks
Srini


From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 10:10 AM
To: onap-discuss@lists.onap.org; Addepalli, Srinivasa R 
; onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi Srini,

A few use cases use the Demo repository to store Heat templates, scripts, and 
VNF-specific code, as you noticed. The same repo could be used by your use case 
too. Note that Demo doesn’t host any ONAP component code. For that, other repos 
are used.

Not sure what CCVPN and VoLTE do.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Srini 
mailto:srinivasa.r.addepa...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"srinivasa.r.addepa...@intel.com" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 12:57 PM
To: "onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi,


For “K8S based Cloud-region support” work, we intend to prove  with three use 
cases


-Deploying EdgeXFoundry

-Deploying vFirewall using K8S

-Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don’t see any files related to CCVPN, VoLTE usecase. Are they placed 
elsewhere?

Any guidance from the TSC/community is appreciated.

Thanks
Srini





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

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



Re: [onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Marco Platania
Same standard procedure as every other repository. It’s managed by the 
Integration Team, so committers are myself, Gary Wu, Helen, Yang Xu and others 
I suppose.

Marco

From: "Addepalli, Srinivasa R" 
Date: Thursday, November 29, 2018 at 1:24 PM
To: "PLATANIA, MARCO (MARCO)" , 
"onap-discuss@lists.onap.org" , 
"onap-...@lists.onap.org" 
Subject: RE: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Thanks Marco.

Yes, intention is not to add any ONAP component related code/patches in usecase 
directory.

Demo repository:  Does it go through same merging process? If so, who are 
committers and reviewers for this?

Thanks
Srini


From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 10:10 AM
To: onap-discuss@lists.onap.org; Addepalli, Srinivasa R 
; onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi Srini,

A few use cases use the Demo repository to store Heat templates, scripts, and 
VNF-specific code, as you noticed. The same repo could be used by your use case 
too. Note that Demo doesn’t host any ONAP component code. For that, other repos 
are used.

Not sure what CCVPN and VoLTE do.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Srini 
mailto:srinivasa.r.addepa...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"srinivasa.r.addepa...@intel.com" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 12:57 PM
To: "onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi,


For “K8S based Cloud-region support” work, we intend to prove  with three use 
cases


-  Deploying EdgeXFoundry

-  Deploying vFirewall using K8S

-  Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don’t see any files related to CCVPN, VoLTE usecase. Are they placed 
elsewhere?

Any guidance from the TSC/community is appreciated.

Thanks
Srini





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

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



Re: [onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Srini
Thanks Marco.

Srini

From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 11:46 AM
To: Addepalli, Srinivasa R ; 
onap-discuss@lists.onap.org; onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Same standard procedure as every other repository. It’s managed by the 
Integration Team, so committers are myself, Gary Wu, Helen, Yang Xu and others 
I suppose.

Marco

From: "Addepalli, Srinivasa R" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 1:24 PM
To: "PLATANIA, MARCO (MARCO)" 
mailto:plata...@research.att.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>
Subject: RE: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Thanks Marco.

Yes, intention is not to add any ONAP component related code/patches in usecase 
directory.

Demo repository:  Does it go through same merging process? If so, who are 
committers and reviewers for this?

Thanks
Srini


From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 10:10 AM
To: onap-discuss@lists.onap.org; Addepalli, 
Srinivasa R 
mailto:srinivasa.r.addepa...@intel.com>>; 
onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi Srini,

A few use cases use the Demo repository to store Heat templates, scripts, and 
VNF-specific code, as you noticed. The same repo could be used by your use case 
too. Note that Demo doesn’t host any ONAP component code. For that, other repos 
are used.

Not sure what CCVPN and VoLTE do.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Srini 
mailto:srinivasa.r.addepa...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"srinivasa.r.addepa...@intel.com" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 12:57 PM
To: "onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi,


For “K8S based Cloud-region support” work, we intend to prove  with three use 
cases


-Deploying EdgeXFoundry

-Deploying vFirewall using K8S

-Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don’t see any files related to CCVPN, VoLTE usecase. Are they placed 
elsewhere?

Any guidance from the TSC/community is appreciated.

Thanks
Srini





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

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



Re: [onap-tsc] [onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Eric Debeau
Hello Srini

That is a good point you raised

I think that we should clarify where to put the various use-case artifacts in 
ONAP.

We have some artifacts in demo (eg Heat &TOSCA  for VNF to be used in various 
use-cases: vFW, vCPE and some specific code for VNF)
We have some specific DG in SNDC project (eg CC-VPN)
A place to put global use-case information in doc project (only vFW)
…

And a lot, lot, lot  of material in the wiki

Yet another topic to solve at TSC level.

Best Regards

Eric


De : onap-...@lists.onap.org [mailto:onap-...@lists.onap.org] De la part de 
Srini
Envoyé : jeudi 29 novembre 2018 20:53
À : PLATANIA, MARCO (MARCO); onap-discuss@lists.onap.org; 
onap-...@lists.onap.org
Objet : Re: [onap-tsc] [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Thanks Marco.

Srini

From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 11:46 AM
To: Addepalli, Srinivasa R ; 
onap-discuss@lists.onap.org; onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Same standard procedure as every other repository. It’s managed by the 
Integration Team, so committers are myself, Gary Wu, Helen, Yang Xu and others 
I suppose.

Marco

From: "Addepalli, Srinivasa R" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 1:24 PM
To: "PLATANIA, MARCO (MARCO)" 
mailto:plata...@research.att.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>
Subject: RE: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Thanks Marco.

Yes, intention is not to add any ONAP component related code/patches in usecase 
directory.

Demo repository:  Does it go through same merging process? If so, who are 
committers and reviewers for this?

Thanks
Srini


From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 10:10 AM
To: onap-discuss@lists.onap.org; Addepalli, 
Srinivasa R 
mailto:srinivasa.r.addepa...@intel.com>>; 
onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi Srini,

A few use cases use the Demo repository to store Heat templates, scripts, and 
VNF-specific code, as you noticed. The same repo could be used by your use case 
too. Note that Demo doesn’t host any ONAP component code. For that, other repos 
are used.

Not sure what CCVPN and VoLTE do.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Srini 
mailto:srinivasa.r.addepa...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"srinivasa.r.addepa...@intel.com" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 12:57 PM
To: "onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi,


For “K8S based Cloud-region support” work, we intend to prove  with three use 
cases


-Deploying EdgeXFoundry

-Deploying vFirewall using K8S

-Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don’t see any files related to CCVPN, VoLTE usecase. Are they placed 
elsewhere?

Any guidance from the TSC/community is appreciated.

Thanks
Srini






_

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 

Re: [onap-tsc] [onap-discuss] Location for usecase specific files modules/scripts/artifacts

2018-11-29 Thread Srini
Yes. Good example there on CCVPN specific DG.

These are of some of the things, which are in ONAP project repositories, give 
an impression to outsiders that ONAP has use-case specific code.

In my view, it is best to put CCVPN DG  in CCVPN usecase specific 
repo/directory.

Another example, which I can think of for usecases we are working on is to put 
Drools policies that are specific to usecase.

Thanks
Srini


From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Eric Debeau
Sent: Thursday, November 29, 2018 12:16 PM
To: onap-...@lists.onap.org; PLATANIA, MARCO (MARCO) 
; onap-discuss@lists.onap.org
Subject: Re: [onap-tsc] [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hello Srini

That is a good point you raised

I think that we should clarify where to put the various use-case artifacts in 
ONAP.

We have some artifacts in demo (eg Heat &TOSCA  for VNF to be used in various 
use-cases: vFW, vCPE and some specific code for VNF)
We have some specific DG in SNDC project (eg CC-VPN)
A place to put global use-case information in doc project (only vFW)
…

And a lot, lot, lot  of material in the wiki

Yet another topic to solve at TSC level.

Best Regards

Eric


De : onap-...@lists.onap.org 
[mailto:onap-...@lists.onap.org] De la part de Srini
Envoyé : jeudi 29 novembre 2018 20:53
À : PLATANIA, MARCO (MARCO); 
onap-discuss@lists.onap.org; 
onap-...@lists.onap.org
Objet : Re: [onap-tsc] [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Thanks Marco.

Srini

From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 11:46 AM
To: Addepalli, Srinivasa R 
mailto:srinivasa.r.addepa...@intel.com>>; 
onap-discuss@lists.onap.org; 
onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Same standard procedure as every other repository. It’s managed by the 
Integration Team, so committers are myself, Gary Wu, Helen, Yang Xu and others 
I suppose.

Marco

From: "Addepalli, Srinivasa R" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 1:24 PM
To: "PLATANIA, MARCO (MARCO)" 
mailto:plata...@research.att.com>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>
Subject: RE: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Thanks Marco.

Yes, intention is not to add any ONAP component related code/patches in usecase 
directory.

Demo repository:  Does it go through same merging process? If so, who are 
committers and reviewers for this?

Thanks
Srini


From: PLATANIA, MARCO (MARCO) [mailto:plata...@research.att.com]
Sent: Thursday, November 29, 2018 10:10 AM
To: onap-discuss@lists.onap.org; Addepalli, 
Srinivasa R 
mailto:srinivasa.r.addepa...@intel.com>>; 
onap-...@lists.onap.org
Subject: Re: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi Srini,

A few use cases use the Demo repository to store Heat templates, scripts, and 
VNF-specific code, as you noticed. The same repo could be used by your use case 
too. Note that Demo doesn’t host any ONAP component code. For that, other repos 
are used.

Not sure what CCVPN and VoLTE do.

Marco

From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Srini 
mailto:srinivasa.r.addepa...@intel.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, 
"srinivasa.r.addepa...@intel.com" 
mailto:srinivasa.r.addepa...@intel.com>>
Date: Thursday, November 29, 2018 at 12:57 PM
To: "onap-...@lists.onap.org" 
mailto:onap-...@lists.onap.org>>, 
"onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Location for usecase specific files 
modules/scripts/artifacts

Hi,


For “K8S based Cloud-region support” work, we intend to prove  with three use 
cases


-Deploying EdgeXFoundry

-Deploying vFirewall using K8S

-Deploying Service assurance framework and apps.

These requires creation of artifacts, some scripts and even possibly some 
usecase specific modules.
Where do usecase specific files put in ONAP?
Main intention is that anybody in community can run these usecases and hence 
want to put all usecase specific files in ONAP for them to easily access them.

I see demo repository for vCPE, vFW and vDNS.
Is this the right place for all other usecases?
BTW, I don’t see any files related to CCVPN, VoLTE usecase. 

[onap-discuss] SDC Update

2018-11-29 Thread Michael Lando
Hello,

I Would like to submit my resignation from the PTL position in SDC,
As I am leaving my compony I will no Longer be able to participate in the 
Project.

The committers for SDC are already aware of this change.

With this notification I would also like to open the nominations to replace me 
as the SDC PTL.









BR,

[Michael Lando]

AT&T Network Application Development * NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
***
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: michael.la...@intl.att.com


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

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