[onap-discuss] [sdc][integration]Service Category types in R2

2018-05-08 Thread Yang Xu (Yang, Fixed Network)
Hi Michael,

When I create a new service, I don't find "E2E Service" or "Network Service" 
anymore in SDC. Is there some change in R2 service category types? If so, what 
is the reason for the change?

[cid:image003.jpg@01D3E72E.57778980]


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


Re: [onap-discuss] [dmaap] cannot publish events on dmaap

2018-05-08 Thread FREEMAN, BRIAN D
Jorge,

If you cant publish then its either a configuration issue or you need to 
restart the containers

Marco has the pointer to where the configuration error exists - its one of the 
helm charts but I cant remember which one.

If its the dmaap layer not talking successfully to kafka try the following:

I usually Delete the PODS from the rancher GUI in a specific sequence and they 
will automatically restart.

Delete kafka
Wait 30 seconds
Delete dmaap

This usually works. Try to POST and then GET (2 times since the first GET needs 
to register)

If that doesnt work then try going one more level deeper to restart zookeeper, 
then kafka then dmaap
Delete zookeeper
Wait 30 seoncs
Delete kafka
Wait 30
Delete dmaap


If that doenst work then I would get the DMaaP team involved.

Brian


From: onap-discuss-boun...@lists.onap.org  
On Behalf Of HERNANDEZ-HERRERO, JORGE
Sent: Tuesday, May 08, 2018 8:06 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [dmaap] cannot publish events on dmaap

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

I set up a new fresh OOM installation.   I can see one of the topics of 
interest there pre-configured.

policy@dev-drools-0:/opt/app/policy/config$ curl --silent -X GET 
http://message-router:3904/topics/
 | grep PDPD
"PDPD-CONFIGURATION",

I can perform subscribe operations:

policy@dev-drools-0:/opt/app/policy/config$ curl --silent -X GET 
http://message-router:3904/events/PDPD-CONFIGURATION/1/1
[]

But I cannot perform publish operations (get  404):

policy@dev-drools-0:/opt/app/policy/config$ curl --silent -X POST --header 
"Content-Type: application/json" -d "{}"   http:// 
message-router:3904/events/PDPD-CONFIGURATION
{"mrstatus":5007,"helpURL":"http://onap.readthedocs.io","message":"Error
 while publishing data to topic.:PDPD-CONFIGURATION.Successfully published 
number of messages :0.null","status":404}
I see rolling errors in message-router pod:

ifiableProperties - Property metadata.broker.list is overridden to 
message-router-kafka:9092
""2018-05-08 22:08:36,694 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property request.timeout.ms is 
overridden to 3
""2018-05-08 22:08:36,694 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.client.ClientUtils$ - Fetching metadata from broker 
id:0,host:message-router-kafka,port:9092 with correlation id 436 for 1 topic(s) 
Set(PDPD-CONFIGURATION)
""2018-05-08 22:08:36,694 
[8395b334-088e-4b1e-a9eb-aa8f25a6150d--APPC-CL_dev-drools-1-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Disconnecting from 
message-router-kafka:9092
""2018-05-08 22:08:36,694 
[8395b334-088e-4b1e-a9eb-aa8f25a6150d--APPC-CL_dev-drools-1-leader-finder-thread]
 INFO  kafka.consumer.ConsumerFetcherManager - 
[ConsumerFetcherManager-1525817225806] Added fetcher for partitions 
ArrayBuffer()
""2018-05-08 22:08:36,695 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Connected to message-router-kafka:9092 for 
producing
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Verifying properties
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property client.id is overridden to 
a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL
""2018-05-08 22:08:36,695 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Disconnecting from 
message-router-kafka:9092
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property metadata.broker.list is 
overridden to message-router-kafka:9092
""2018-05-08 22:08:36,695 

[onap-discuss] [dmaap] cannot publish events on dmaap

2018-05-08 Thread HERNANDEZ-HERRERO, JORGE
Hello DMaaP/Integration team,

I set up a new fresh OOM installation.   I can see one of the topics of 
interest there pre-configured.

policy@dev-drools-0:/opt/app/policy/config$ curl --silent -X GET 
http://message-router:3904/topics/ | grep PDPD
"PDPD-CONFIGURATION",

I can perform subscribe operations:

policy@dev-drools-0:/opt/app/policy/config$ curl --silent -X GET 
http://message-router:3904/events/PDPD-CONFIGURATION/1/1
[]

But I cannot perform publish operations (get  404):

policy@dev-drools-0:/opt/app/policy/config$ curl --silent -X POST --header 
"Content-Type: application/json" -d "{}"   http:// 
message-router:3904/events/PDPD-CONFIGURATION
{"mrstatus":5007,"helpURL":"http://onap.readthedocs.io","message":"Error while 
publishing data to topic.:PDPD-CONFIGURATION.Successfully published number of 
messages :0.null","status":404}

I see rolling errors in message-router pod:

ifiableProperties - Property metadata.broker.list is overridden to 
message-router-kafka:9092
""2018-05-08 22:08:36,694 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property request.timeout.ms is 
overridden to 3
""2018-05-08 22:08:36,694 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.client.ClientUtils$ - Fetching metadata from broker 
id:0,host:message-router-kafka,port:9092 with correlation id 436 for 1 topic(s) 
Set(PDPD-CONFIGURATION)
""2018-05-08 22:08:36,694 
[8395b334-088e-4b1e-a9eb-aa8f25a6150d--APPC-CL_dev-drools-1-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Disconnecting from 
message-router-kafka:9092
""2018-05-08 22:08:36,694 
[8395b334-088e-4b1e-a9eb-aa8f25a6150d--APPC-CL_dev-drools-1-leader-finder-thread]
 INFO  kafka.consumer.ConsumerFetcherManager - 
[ConsumerFetcherManager-1525817225806] Added fetcher for partitions 
ArrayBuffer()
""2018-05-08 22:08:36,695 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Connected to message-router-kafka:9092 for 
producing
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Verifying properties
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property client.id is overridden to 
a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL
""2018-05-08 22:08:36,695 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Disconnecting from 
message-router-kafka:9092
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property metadata.broker.list is 
overridden to message-router-kafka:9092
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.utils.VerifiableProperties - Property request.timeout.ms is 
overridden to 3
""2018-05-08 22:08:36,695 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.client.ClientUtils$ - Fetching metadata from broker 
id:0,host:message-router-kafka,port:9092 with correlation id 311 for 1 topic(s) 
Set(APPC-CL)
""2018-05-08 22:08:36,695 
[097a371d-09ce-44d0-b02c-ede05f615dc6--PDPD-CONFIGURATION_dev-drools-1-leader-finder-thread]
 INFO  kafka.consumer.ConsumerFetcherManager - 
[ConsumerFetcherManager-1525817223734] Added fetcher for partitions 
ArrayBuffer()
""2018-05-08 22:08:36,696 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Connected to message-router-kafka:9092 for 
producing
""2018-05-08 22:08:36,696 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.producer.SyncProducer - Disconnecting from 
message-router-kafka:9092
""2018-05-08 22:08:36,696 
[a6927931-4e13-49eb-a772-81bbe5854e34--APPC-CL_dev-drools-2-leader-finder-thread]
 INFO  kafka.consumer.ConsumerFetcherManager - 
[ConsumerFetcherManager-1525817251891] Added fetcher for partitions 
ArrayBuffer()
""2018-05-08 22:08:36,720 [qtp1555093762-111] ERROR 
com.att.nsa.cambria.backends.kafka.KafkaConsumer - 
1a5ee485-a519-4fc5-83c0-49759fb58b7e(dev-drools-3)/PDPD-CONFIGURATION: 
ConsumerTimeoutException in Kafka consumer; returning null & Exception at 
nextMessage() : kafka.consumer.ConsumerTimeoutException
""2018-05-08 22:08:36,720 [qtp1555093762-111] ERROR 
com.att.nsa.cambria.backends.kafka.KafkaConsumer - 
1a5ee485-a519-4fc5-83c0-49759fb58b7e(dev-drools-3)/PDPD-CONFIGURATION: 
ConsumerTimeoutException in Kafka consumer; returning null & Exception at 
nextMessage() : kafka.consumer.ConsumerTimeoutException
"22:08:36.720 [qtp1555093762-111] ERROR 

Re: [onap-discuss] Invitation: [aai] Historical Data Tracking @ Weekly from 7am to 8am on Wednesday from Wed Mar 28 to Wed Mar 6, 2019 (PDT) (onap-discuss@lists.onap.org)

2018-05-08 Thread REEHIL, WILLIAM E
Hey folks,

If you haven't seen the historical tracking design wiki we have been updating 
it here: https://wiki.onap.org/display/DW/AAI+History+Documentation

Thanks,

William Reehil
Active and Available Inventory
D2 PLATFORM & SYSTEMS DEVELOPMENT - Principal Member of Technical Staff
AT Services Middletown, NJ
O: (732) 420-7806 | C: (732) 865-5333



-Original Appointment-
From: AGGARWAL, MANISHA On Behalf Of ONAP Meetings and Events
Sent: Wednesday, March 28, 2018 9:25 AM
To: ONAP Meetings and Events; MULLER, ANDREW; NAIK, SOUMYA; FORSYTH, JAMES; 
MAHARAJH, ROBBY; onap-discuss@lists.onap.org; REEHIL, WILLIAM E
Subject: FW: [onap-discuss] Invitation: [aai] Historical Data Tracking @ Weekly 
from 7am to 8am on Wednesday from Wed Mar 28 to Wed Mar 6, 2019 (PDT) 
(onap-discuss@lists.onap.org)
When: Wednesday, May 09, 2018 10:00 AM-11:00 AM America/New_York.
Where: https://zoom.us/j/851671845


Just in case you are not subscribed to the onap-discuss calendar.

Manisha

-Original Appointment-
From: ONAP Meetings and Events 
[mailto:linuxfoundation.org_1rmtb5tpr3uc8f76fmflplo...@group.calendar.google.com]
Sent: Thursday, March 22, 2018 8:27 PM
To: ONAP Meetings and Events; FORSYTH, JAMES; 
onap-discuss@lists.onap.org
Subject: [onap-discuss] Invitation: [aai] Historical Data Tracking @ Weekly 
from 7am to 8am on Wednesday from Wed Mar 28 to Wed Mar 6, 2019 (PDT) 
(onap-discuss@lists.onap.org)
When: Occurs every Wednesday effective 3/28/2018 until 3/6/2019 from 10:00 AM 
to 11:00 AM America/New_York.
Where: https://zoom.us/j/851671845


more details 
>

[aai] Historical Data Tracking
When
Weekly from 7am to 8am on Wednesday from Wed Mar 28 to Wed Mar 6, 2019 
Pacific Time

Where

https://zoom.us/j/851671845
 
(map)

Calendar
onap-discuss@lists.onap.org

Who
*
kp...@linuxfoundation.org - creator

*
jf2...@att.com

*
onap-discuss@lists.onap.org



Hi there,

ONAP Meeting 10 is inviting you to a scheduled Zoom meeting.
Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/851671845
Or iPhone one-tap :
US: +16699006833,,851671845# or +16465588656,,851671845#
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: 851 671 845
International numbers available: 
https://zoom.us/zoomconference?m=6DMT8ODjPDZ_tABdAn2HCi0b1KnSta53




Going?   All events in this series:   

Re: [onap-discuss] ONAP Deployment fails with insufficient pods

2018-05-08 Thread Mohan L
I disabled some of the component and this is configuration file which I
used for the deployment: http://paste.openstack.org/show/720622/

This time I am not getting insufficient pods error. The deployment went
well, however it through lots of connection error at the time of health
check. Here is the health check output:
http://paste.openstack.org/show/720621/

Does the health check due to disabled component? I enabled SDC component
but most of the SDC component fails. How to troubleshoot those failed?



--
Thanks & Regards
Mobile: 9444955058
E-Mail: l.mohan...@gmail.com | thefossg...@gmail.com
IRC: neophy
Blog : http://lmohanphy.livejournal.com/

On Tue, May 8, 2018 at 10:54 PM, Mohan L  wrote:

> Hi Rogar,
>
> Oh. That make sense. Thank you for pointing out max limit of 110. I have
> more nodes(VM's) but I don't know how to add new node in Rancher cluster
> and make it HA.
>
> My goal is to show demo of vFW control loop demo to one of competition. Is
> there any working values.yml file with minimal ONAP component. I am going
> through the link you pointed as well. If you give some pointer about
> working conf with minimal component that will be great help.
>
>
> --
> Thanks & Regards
> Mobile: 9444955058
> E-Mail: l.mohan...@gmail.com | thefossg...@gmail.com
> IRC: neophy
> Blog : http://lmohanphy.livejournal.com/
>
> On Tue, May 8, 2018 at 9:27 PM, Roger Maitland 
> wrote:
>
>> Hi Mohan,
>>
>>
>>
>> If you’re deploying all of ONAP you’ll exceed the maximum number of pods
>> on a single node (VM) – the maximum is 110.  To fix this you’ll need to add
>> more nodes (VMs) to your K8s cluster or reduce the number of ONAP
>> components in your deployment as described in the documentation:
>> http://onap.readthedocs.io/en/latest/submodules/oom.git/docs
>> /oom_user_guide.html#configure
>>
>>
>>
>> Cheers,
>> Roger
>>
>>
>>
>> *From: * on behalf of Mohan L <
>> l.mohan...@gmail.com>
>> *Date: *Tuesday, May 8, 2018 at 9:31 AM
>> *To: *"onap-discuss@lists.onap.org" ,
>> Michael O'Brien 
>> *Subject: *[onap-discuss] ONAP Deployment fails with insufficient pods
>>
>>
>>
>>
>>
>> I am trying to deploy ONAP on single VM (r4.4xlarge). There are many pod
>> fails error 'No nodes are available that match all of the predicates: In
>> sufficient pods'. Here is the health check output.
>>
>>
>>
>> http://paste.openstack.org/show/720567/
>>
>>
>>
>> http://paste.openstack.org/show/720565/
>>
>>
>>
>> I am following as much as possible in this page: https://wiki.onap.org/di
>> splay/DW/Cloud+Native+Deployment#CloudNativeDeployment-AmazonAWS
>>
>>
>>
>> Any help to troubleshoot the deployment will be really helpful.
>>
>>
>>
>> --
>>
>> Thanks & Regards
>>
>> Mobile: 9444955058
>>
>> E-Mail: l.mohan...@gmail.com | thefossg...@gmail.com
>>
>> IRC: neophy
>>
>> Blog : http://lmohanphy.livejournal.com/
>> 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] MSB onboarded to Portal for Beijing Release

2018-05-08 Thread SHI, LEIMENG
Hi Huabing,

I am from Portal team, we have onboarded your MSB as link-only application in 
WindRiver LAB env.   
http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm


1.  Do you have thumbnail image that Portal can put in MSB tile on home? 
Portal takes jpg/png.

2.  Please provide a working URL 
(http://msb-discovery:8080/iui/microservices/default.html is not reachable from 
WindRiver)

3.  MSB app is on application category for user to pick, we can make it as 
default selected app for "demo" user.

Thanks,
Leimeng Shi
ONAP Portal team
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [app-c] Ansible Server details in appc.properties file

2018-05-08 Thread Anumaneni, Venkataramana (Nokia - US/Irving)
Hello Takamune,

Thanks for your support.

We have tried changes suggested by you. I sent LCM action configure command 
through APPC LCM API. Action was accepted but it has failed in service logic at 
below step.

At this moment, LCM API to sent Service Logic and it has queried A 
successfully. But, Service Logic is not able find any further step.

Is there anything I am mssing?


2018-05-08 15:29:53,286 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome (Other) not 
found, keys are { (not-found) (failure)}
2018-05-08 15:29:53,289 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome (not-found) 
not found, keys are { (failure)}
2018-05-08 15:29:53,289 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome (Other) not 
found, keys are { (failure)}
2018-05-08 15:29:53,290 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome ("") not 
found, keys are { (YES) (Other)}
2018-05-08 15:29:53,343 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome (success) 
not found, keys are { (failure)}
2018-05-08 15:29:53,344 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome (Other) not 
found, keys are { (failure)}
2018-05-08 15:29:53,344 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome (vnf) not 
found, keys are { (vm) (Other)}
2018-05-08 15:29:53,345 | INFO  | ppc-dispatcher-3 | ConfigResourceNode 
  | 360 - appc-common - 1.2.0 | Received getCapability call with params : 
{caplevel=vnf, checkCapability=Configure, vnf-type=MRF/MRF 0}
2018-05-08 15:29:53,346 | INFO  | ppc-dispatcher-3 | DGGeneralDBService 
  | 360 - appc-common - 1.2.0 | getCapability Query String : select 
max(internal_version) as maxInternalVersion, artifact_name as artifactName from 
ASDC_ARTIFACTS  where artifact_name in (select artifact_name from 
ASDC_REFERENCE  where vnf_type= $vnf-type  and file_category = 'capability' )
2018-05-08 15:29:53,352 | INFO  | ppc-dispatcher-3 | ConfigResourceNode 
  | 360 - appc-common - 1.2.0 | getCapability::returned from DB::+cap
2018-05-08 15:29:53,353 | INFO  | ppc-dispatcher-3 | ConfigResourceNode 
  | 360 - appc-common - 1.2.0 | getCapability Successful - No capability 
blocks found
2018-05-08 15:29:53,353 | INFO  | ppc-dispatcher-3 | SvcLogicExprListener   
  | 294 - org.onap.ccsdk.sli.core.sli-common - 0.1.2 | Outcome ("") not 
found, keys are { (Not-Supported) (Supported) (Other)}
2018-05-08 15:29:53,422 | ERROR | ppc-dispatcher-3 | ExecuteNodeExecutor
  | 295 - org.onap.ccsdk.sli.core.sli-provider - 0.1.2 | Could not execute 
plugin. SvcLogic status will be set to failure.
org.onap.ccsdk.sli.core.sli.SvcLogicException: Don't know how to execute 
transaction ID 1
at 
org.openecomp.appc.flow.controller.node.FlowControlNode.processFlow(FlowControlNode.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)[:1.8.0_151]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[:1.8.0_151]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_151]
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:182)
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:182)
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:182)
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:182)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.execute(SvcLogicServiceImpl.java:159)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.execute(SvcLogicServiceImpl.java:248)
at 
org.onap.ccsdk.sli.core.sli.provider.SvcLogicServiceImpl.execute(SvcLogicServiceImpl.java:221)
at Proxycfa15bb4_f80e_4ec0_a4a5_05840b27df19.execute(Unknown Source)
at 

Re: [onap-discuss] ONAP Deployment fails with insufficient pods

2018-05-08 Thread Mohan L
Hi Rogar,

Oh. That make sense. Thank you for pointing out max limit of 110. I have
more nodes(VM's) but I don't know how to add new node in Rancher cluster
and make it HA.

My goal is to show demo of vFW control loop demo to one of competition. Is
there any working values.yml file with minimal ONAP component. I am going
through the link you pointed as well. If you give some pointer about
working conf with minimal component that will be great help.


--
Thanks & Regards
Mobile: 9444955058
E-Mail: l.mohan...@gmail.com | thefossg...@gmail.com
IRC: neophy
Blog : http://lmohanphy.livejournal.com/

On Tue, May 8, 2018 at 9:27 PM, Roger Maitland 
wrote:

> Hi Mohan,
>
>
>
> If you’re deploying all of ONAP you’ll exceed the maximum number of pods
> on a single node (VM) – the maximum is 110.  To fix this you’ll need to add
> more nodes (VMs) to your K8s cluster or reduce the number of ONAP
> components in your deployment as described in the documentation:
> http://onap.readthedocs.io/en/latest/submodules/oom.git/
> docs/oom_user_guide.html#configure
>
>
>
> Cheers,
> Roger
>
>
>
> *From: * on behalf of Mohan L <
> l.mohan...@gmail.com>
> *Date: *Tuesday, May 8, 2018 at 9:31 AM
> *To: *"onap-discuss@lists.onap.org" ,
> Michael O'Brien 
> *Subject: *[onap-discuss] ONAP Deployment fails with insufficient pods
>
>
>
>
>
> I am trying to deploy ONAP on single VM (r4.4xlarge). There are many pod
> fails error 'No nodes are available that match all of the predicates: In
> sufficient pods'. Here is the health check output.
>
>
>
> http://paste.openstack.org/show/720567/
>
>
>
> http://paste.openstack.org/show/720565/
>
>
>
> I am following as much as possible in this page: https://wiki.onap.org/
> display/DW/Cloud+Native+Deployment#CloudNativeDeployment-AmazonAWS
>
>
>
> Any help to troubleshoot the deployment will be really helpful.
>
>
>
> --
>
> Thanks & Regards
>
> Mobile: 9444955058
>
> E-Mail: l.mohan...@gmail.com | thefossg...@gmail.com
>
> IRC: neophy
>
> Blog : http://lmohanphy.livejournal.com/
> 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] Issue pulling image

2018-05-08 Thread William Kurkian
I am trying to pull an image for the portal-app pod, but it is not working:
 Failed to pull image "
nexus3.onap.org:10001/onap/portal-app:2.1-STAGING-latest"

I can't find an image I can pull, is there something I can do to resolve
this?

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


Re: [onap-discuss] ONAP Deployment fails with insufficient pods

2018-05-08 Thread Roger Maitland
Hi Mohan,

If you’re deploying all of ONAP you’ll exceed the maximum number of pods on a 
single node (VM) – the maximum is 110.  To fix this you’ll need to add more 
nodes (VMs) to your K8s cluster or reduce the number of ONAP components in your 
deployment as described in the documentation: 
http://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_user_guide.html#configure

Cheers,
Roger

From:  on behalf of Mohan L 

Date: Tuesday, May 8, 2018 at 9:31 AM
To: "onap-discuss@lists.onap.org" , Michael 
O'Brien 
Subject: [onap-discuss] ONAP Deployment fails with insufficient pods


I am trying to deploy ONAP on single VM (r4.4xlarge). There are many pod fails 
error 'No nodes are available that match all of the predicates: In sufficient 
pods'. Here is the health check output.

http://paste.openstack.org/show/720567/

http://paste.openstack.org/show/720565/

I am following as much as possible in this page: 
https://wiki.onap.org/display/DW/Cloud+Native+Deployment#CloudNativeDeployment-AmazonAWS

Any help to troubleshoot the deployment will be really helpful.

--
Thanks & Regards
Mobile: 9444955058
E-Mail: l.mohan...@gmail.com | 
thefossg...@gmail.com
IRC: neophy
Blog : http://lmohanphy.livejournal.com/
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] [control-loop] Call for Agenda 5/9/2018 meeting

2018-05-08 Thread DRAGOSH, PAMELA L (PAM)
ONAP,

Please refer to schedule here:

https://wiki.onap.org/display/DW/05-09-2018+Control+Loop+Sub+Committee+Weekly+Meeting

thanks,

Pam Dragosh
ONAP Control Loop Sub Committee Chair

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


Re: [onap-discuss] [onap-duscuss] policy-pe image does not exist in nexus3

2018-05-08 Thread DRAGOSH, PAMELA L (PAM)
Santi,

STAGING images get flushed after 2 weeks. Please use either the released 1.2.0 
image or the 1.2-SNAPSHOT.

We will be releasing new images today/tomorrow for v1.2.1

Pam


From:  on behalf of Santi Rodríguez 

Date: Tuesday, May 8, 2018 at 10:49 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [onap-duscuss] policy-pe image does not exist in nexus3

Hi all,
I'm having problems deploying the onap policy module due to an ImagePullBackOff 
error:

policy-nexus-6bdf6658b-tzlxv 0/1   ImagePullBackOff
Manually pull fails too:

docker pull 
nexus3.onap.org:10001/onap/policy-pe:1.2-STAGING-latest
Pulling repository 
nexus3.onap.org:10001/onap/policy-pe
Tag 1.2-STAGING-latest not found in repository 
nexus3.onap.org:10001/onap/policy-pe
BR, Santiago

Santiago Rodríguez García | Senior Analyst
T/ + 34 986 410 091 (ext) 227
www.optaresolutions.com
[ptare
 
Solutions]
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [onap-duscuss] policy-pe image does not exist in nexus3

2018-05-08 Thread Santi Rodríguez
Hi all,

I'm having problems deploying the onap policy module due to an
ImagePullBackOff error:

policy-nexus-6bdf6658b-tzlxv 0/1   ImagePullBackOff

Manually pull fails too:

docker pull nexus3.onap.org:10001/onap/policy-pe:1.2-STAGING-latest

*Pulling repository nexus3.onap.org:10001/onap/policy-pe
Tag 1.2-STAGING-latest not
found in repository nexus3.onap.org:10001/onap/policy-pe
*

BR, Santiago

*Santiago Rodríguez García* | Senior Analyst
T/ + 34 986 410 091 (ext) 227
www.optaresolutions.com
[image: Optare Solutions] 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] aai-cassandra CrashLoopBackOff

2018-05-08 Thread Santi Rodríguez
It seems something related with openjdk used in the debian based image

Changing the cassandra image in
oom/kubernetes/aai/charts/aai-cassandra/values.yaml from cassandra:2.1 to
cassandra:3.11 (that uses onother debian image version) works for me.

BR, Santiago


*Santiago Rodríguez García* | Senior Analyst
T/ + 34 986 410 091 (ext) 227
www.optaresolutions.com
[image: Optare Solutions] 

2018-05-08 12:39 GMT+02:00 Santi Rodríguez :

> Hi all,
>
> During the aai deployment, the aai-cassandra chart fails with a
> CrashLoopBackOff error.
> Checking the logs, the entire error is:
>
>  buffer overflow detected ***: java terminated*
> === Backtrace: =
> /lib/x86_64-linux-gnu/libc.so.6(+0x731af)[0x7f97496f91af]
> /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f974977eaa7]
> /lib/x86_64-linux-gnu/libc.so.6(+0xf6cc0)[0x7f974977ccc0]
> /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(
> *Java_java_net_Inet4AddressImpl_getLocalHostName*+0x1a4)[0x7f973c8ae624]
> [0x7f973d014e98]
>
> Any idea about how can I fix it?
> I saw similar errors: https://github.com/travis-ci/travis-ci/issues/5227,
> https://github.com/travis-ci/travis-ci/issues/6424, ...
>
> Thanks, Santiago
>
> *Santiago Rodríguez García* | Senior Analyst
> T/ + 34 986 410 091 (ext) 227
> www.optaresolutions.com
> [image: Optare Solutions] 
>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] ONAP Deployment fails with insufficient pods

2018-05-08 Thread Mohan L
I am trying to deploy ONAP on single VM (r4.4xlarge). There are many pod
fails error 'No nodes are available that match all of the predicates: In
sufficient pods'. Here is the health check output.

http://paste.openstack.org/show/720567/

http://paste.openstack.org/show/720565/

I am following as much as possible in this page:
https://wiki.onap.org/display/DW/Cloud+Native+Deployment#CloudNativeDeployment-AmazonAWS

Any help to troubleshoot the deployment will be really helpful.

--
Thanks & Regards
Mobile: 9444955058
E-Mail: l.mohan...@gmail.com | thefossg...@gmail.com
IRC: neophy
Blog : http://lmohanphy.livejournal.com/
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] aai-cassandra CrashLoopBackOff

2018-05-08 Thread Santi Rodríguez
Hi all,

During the aai deployment, the aai-cassandra chart fails with a
CrashLoopBackOff error.
Checking the logs, the entire error is:

 buffer overflow detected ***: java terminated*
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x731af)[0x7f97496f91af]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f974977eaa7]
/lib/x86_64-linux-gnu/libc.so.6(+0xf6cc0)[0x7f974977ccc0]
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so(
*Java_java_net_Inet4AddressImpl_getLocalHostName*+0x1a4)[0x7f973c8ae624]
[0x7f973d014e98]

Any idea about how can I fix it?
I saw similar errors: https://github.com/travis-ci/travis-ci/issues/5227,
https://github.com/travis-ci/travis-ci/issues/6424, ...

Thanks, Santiago

*Santiago Rodríguez García* | Senior Analyst
T/ + 34 986 410 091 (ext) 227
www.optaresolutions.com
[image: Optare Solutions] 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss