Re: [onap-discuss] [**EXTERNAL**] [Onap-usecasesub] MobileEdgeX open source announcement

2018-10-01 Thread ramki krishnan
Good point Raghu. ONAP's charter does cover LCM of applications just like VNFs.

Thanks,
Ramki

From: Ranganathan, Raghu 
Sent: Monday, October 1, 2018 2:39 AM
To: Arash Hekmat ; BEGWANI, VIMAL ; 
Ramki Krishnan ; Srini ; 
Margaret Chiosi (A) 
Cc: onap-usecase...@lists.onap.org; onap-discuss@lists.onap.org
Subject: Re: [**EXTERNAL**] [Onap-usecasesub] MobileEdgeX open source 
announcement

The mission text for "onap project" is quite broad.
https://www.onap.org/wp-content/uploads/sites/20/2017/03/project_charter_onap_030917.pdf
>From 1(a):
"The mission of the ONAP Project ("ONAP" or, alternatively, the "Project") is to
create a model and meta-data driven reference open platform for service 
providers
to support full lifecycle management of cloud-centric, software-controlled
networks (SDN / NFV). The Project platform includes: ONAP design-time
capabilities to enable service providers to define and on-board resources, 
define
infrastructures and services, and define analytics and policies to be used at 
run-
time; and an ONAP Execution Time framework to instantiate and manage,
networks, services and applications over their entire lifecycle. The platform 
will
also include reference interfaces and telemetry requirements on virtual 
functions
to quickly on-board new virtual functions without long development / design
cycles."
--RR


From: Margaret Chiosi (A)
Sent: Friday, September 28, 09:40
Subject: RE: [**EXTERNAL**] [Onap-usecasesub] MobileEdgeX open source 
announcement
To: Arash Hekmat, BEGWANI, VIMAL, Ramki Krishnan, Srini, Ranganathan, Raghu
Cc: onap-usecase...@lists.onap.org, 
onap-discuss@lists.onap.org

I think we need to define what we mean by application management (e.g. 
functions) to make sure we aren't having different understanding and therefore 
conflict in our discussions.

Thank You,
Margaret Chiosi
VP Open Ecosystem Team

Admin: Sophie Johnson
sophie.johns...@huawei.com
+1 (908) 541-3590

Futurewei Technologies, Inc.
Fixed Network Solution CC
400 Crossing Blvd
Bridgewater, NJ 08807
(cell) +1-732-216-5507



From: onap-usecase...@lists.onap.org 
[mailto:onap-usecase...@lists.onap.org] On Behalf Of Arash Hekmat
Sent: Tuesday, September 25, 2018 10:07 AM
To: BEGWANI, VIMAL mailto:vb1...@att.com>>; Margaret Chiosi (A) 
mailto:margaret.chio...@huawei.com>>; Ramki 
Krishnan mailto:ram...@vmware.com>>; Srini 
mailto:srinivasa.r.addepa...@intel.com>>; 
Ranganathan, Raghu mailto:rra...@ciena.com>>
Cc: onap-usecase...@lists.onap.org; 
onap-discuss@lists.onap.org
Subject: Re: [**EXTERNAL**] [Onap-usecasesub] MobileEdgeX open source 
announcement

To add to what Vimal said.

Even if an operator owns all the Edge clouds, the operator would have many 
tools operating on those Edge clouds at different levels. ONAP is one of those 
tools not the only one. ONAP operates at the Network level not at the user 
application level. The operator would have separate tool(s) operating at the 
user application level. The rule of the separation of concerns. To try to add 
user application management in ONAP is to mix two separate domains and to 
pollute ONAP with layer 7+ logic which overloads ONAP with complexity and 
reduces ONAP's focus and usability.

The application management framework(s) should run independent of ONAP but 
there needs to be horizontal interfaces defined between app. frameworks and 
ONAP so that the app. frameworks could request or discover Network services 
from ONAP.

Best Regards,
Arash

From: BEGWANI, VIMAL mailto:vb1...@att.com>>
Sent: Tuesday, September 25, 2018 9:21 AM
To: Margaret Chiosi 
mailto:margaret.chio...@huawei.com>>; Ramki 
Krishnan mailto:ram...@vmware.com>>; Srini 
mailto:srinivasa.r.addepa...@intel.com>>; 
Ranganathan, Raghu mailto:rra...@ciena.com>>
Cc: Arash Hekmat mailto:arash.hek...@amdocs.com>>; 
onap-usecase...@lists.onap.org; 
onap-discuss@lists.onap.org
Subject: RE: [**EXTERNAL**] [Onap-usecasesub] MobileEdgeX open source 
announcement

There are several reasons why we might want to keep Edge Cloud and ONAP 
separate.  Enterprise customer might want to deploy their applications / 
content at the right edge location and pay only for the cloud services instead 
of paying for 

Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread Brian
For SDNC you need something like this (from integration-override.yaml):
Remember the default is enabled: true so I think the issue is its not liking 
the mysql section vs the enableClustering: true/false

Brian

sdnc:
  replicaCount: 3
  config:
enableClustering: true

or

sdnc:
  replicaCount: 1
  config:
enableClustering: false

From: onap-discuss@lists.onap.org  On Behalf Of 
George Clapp
Sent: Monday, October 01, 2018 4:49 PM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [OOM] SDNC is not installing when installing a 
subset of ONAP in Rancher/Kubernetes

Thanks much!  Here it is.

# Copyright © 2017 Amdocs, Bell Canada
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#   
http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#
# Global configuration overrides.
#
# These overrides will affect all helm charts (ie. applications)
# that are listed below and are 'enabled'.
#
global:
  # Change to an unused port prefix range to prevent port conflicts
  # with other instances running within the same k8s cluster
  nodePortPrefix: 302
  nodePortPrefixExt: 304

  # ONAP Repository
  # Uncomment the following to enable the use of a single docker
  # repository but ONLY if your repository mirrors all ONAP
  # docker images. This includes all images from dockerhub and
  # any other repository that hosts images for ONAP components.
  #repository: nexus3.onap.org:10001
  repositoryCred:
user: docker
password: docker

  # readiness check - temporary repo until images migrated to nexus3
  readinessRepository: oomk8s
  # logging agent - temporary repo until images migrated to nexus3
  loggingRepository: docker.elastic.co

  # image pull policy
  pullPolicy: Always

  # default mount path root directory referenced
  # by persistent volumes and log files
  persistence:
mountPath: /dockerdata-nfs

  # flag to enable debugging - application support required
  debugEnabled: false

  # override default resource limit flavor for all charts
  flavor: unlimited

# Repository for creation of nexus3.onap.org secret
repository: nexus3.onap.org:10001


#
# Enable/disable and configure helm charts (ie. applications)
# to customize the ONAP deployment.
#
aaf:
  enabled: false
aai:
  enabled: true
appc:
  enabled: false
  config:
openStackType: OpenStackProvider
openStackName: OpenStack
openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
openStackServiceTenantName: default
openStackDomain: default
openStackUserName: admin
openStackEncryptedPassword: admin
clamp:
  enabled: false
cli:
  enabled: false
consul:
  enabled: false
contrib:
  enabled: false
dcaegen2:
  enabled: false
  pnda:
enabled: false
dmaap:
  enabled: true
esr:
  enabled: false
log:
  enabled: true
sniro-emulator:
  enabled: false
oof:
  enabled: true
msb:
  enabled: false
multicloud:
  enabled: false
nbi:
  enabled: false
  config:
# openstack configuration
openStackRegion: "Yolo"
openStackVNFTenantId: "1234"
policy:
  enabled: true
pomba:
  enabled: false
portal:
  enabled: false
robot:
  enabled: false
  config:
# openStackEncryptedPasswordHere should match the encrypted string used in SO 
and APPC and overridden per environment
openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
sdc:
  enabled: true
sdnc:
  enabled: true

  replicaCount: 1

  mysql:
replicaCount: 1
so:
  enabled: false

  replicaCount: 1

  liveness:
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true

  # so server configuration
  config:
# message router configuration
dmaapTopic: "AUTO"
# openstack configuration
openStackUserName: "vnf_user"
openStackRegion: "RegionOne"
openStackKeyStoneUrl: 
"http://1.2.3.4:5000"

[onap-discuss] PREFIX used in BPMN #so

2018-10-01 Thread Rahul Sharma
Wanted to understand why we have PREFIX in BPMNs (an example here ( 
https://git.onap.org/so/tree/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/VnfAdapterRestV1.groovy#n48
 ) )? What's the role of these Prefix'es when we generally edit and remove them 
before we enter the subprocess BPMN (from the main BPMN --> variables)?

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

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



Re: [onap-discuss] [OOM] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread George Clapp
Thanks much!  Here it is.

# Copyright © 2017 Amdocs, Bell Canada
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
 
#
# Global configuration overrides.
#
# These overrides will affect all helm charts (ie. applications)
# that are listed below and are 'enabled'.
#
global:
  # Change to an unused port prefix range to prevent port conflicts
  # with other instances running within the same k8s cluster
  nodePortPrefix: 302
  nodePortPrefixExt: 304
 
  # ONAP Repository
  # Uncomment the following to enable the use of a single docker
  # repository but ONLY if your repository mirrors all ONAP
  # docker images. This includes all images from dockerhub and
  # any other repository that hosts images for ONAP components.
  #repository: nexus3.onap.org:10001
  repositoryCred:
    user: docker
    password: docker
 
  # readiness check - temporary repo until images migrated to nexus3
  readinessRepository: oomk8s
  # logging agent - temporary repo until images migrated to nexus3
  loggingRepository: docker.elastic.co
 
  # image pull policy
  pullPolicy: Always
 
  # default mount path root directory referenced
  # by persistent volumes and log files
  persistence:
    mountPath: /dockerdata-nfs
 
  # flag to enable debugging - application support required
  debugEnabled: false
 
  # override default resource limit flavor for all charts
  flavor: unlimited
 
# Repository for creation of nexus3.onap.org secret
repository: nexus3.onap.org:10001
 
 
#
# Enable/disable and configure helm charts (ie. applications)
# to customize the ONAP deployment.
#
aaf:
  enabled: false
aai:
  enabled: true
appc:
  enabled: false
  config:
    openStackType: OpenStackProvider
    openStackName: OpenStack
    openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
    openStackServiceTenantName: default
    openStackDomain: default
    openStackUserName: admin
    openStackEncryptedPassword: admin
clamp:
  enabled: false
cli:
  enabled: false
consul:
  enabled: false
contrib:
  enabled: false
dcaegen2:
  enabled: false
  pnda:
    enabled: false
dmaap:
  enabled: true
esr:
  enabled: false
log:
  enabled: true
sniro-emulator:
  enabled: false
oof:
  enabled: true
msb:
  enabled: false
multicloud:
  enabled: false
nbi:
  enabled: false
  config:
    # openstack configuration
    openStackRegion: "Yolo"
    openStackVNFTenantId: "1234"
policy:
  enabled: true
pomba:
  enabled: false
portal:
  enabled: false
robot:
  enabled: false
  config:
# openStackEncryptedPasswordHere should match the encrypted string used in SO 
and APPC and overridden per environment
    openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
sdc:
  enabled: true
sdnc:
  enabled: true
 
  replicaCount: 1
 
  mysql:
    replicaCount: 1
so:
  enabled: false
 
  replicaCount: 1
 
  liveness:
    # necessary to disable liveness probe when setting breakpoints
    # in debugger so K8s doesn't restart unresponsive container
    enabled: true
 
  # so server configuration
  config:
    # message router configuration
    dmaapTopic: "AUTO"
    # openstack configuration
    openStackUserName: "vnf_user"
    openStackRegion: "RegionOne"
    openStackKeyStoneUrl: "http://1.2.3.4:5000;
    openStackServiceTenantName: "service"
    openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
 
  # configure embedded mariadb
  mariadb:
    config:
      mariadbRootPassword: password
uui:
  enabled: false
vfc:
  enabled: false
vid:
  enabled: false
vnfsdk:
  enabled: false

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

View/Reply Online (#12777): https://lists.onap.org/g/onap-discuss/message/12777
Mute This Topic: https://lists.onap.org/mt/26508343/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] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread Brian
Copy your override.yaml into the message so we can look at it.

Brian


From: onap-discuss@lists.onap.org  On Behalf Of 
George Clapp
Sent: Monday, October 01, 2018 3:08 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [OOM] SDNC is not installing when installing a subset 
of ONAP in Rancher/Kubernetes

I'm following the instructions at 
https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins
 to install a subset of the ONAP components in a Rancher/Kubernetes 
environment.  To install only a subset, I copied 
oom/kubernetes/onap/values.yaml to an "override.yaml" file and set "enabled: 
true" to "enabled: false" for those components I do not want to install. I then 
executed:

helm deploy demo local/onap --namespace onap -f ~/override.yaml

All the selected components were installed except for SDNC even though he 
parameters for SDNC in the yaml file were not touched.  Has anyone else 
experienced this or have an idea about what might be happening?

Thanks,
George


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

View/Reply Online (#12775): https://lists.onap.org/g/onap-discuss/message/12775
Mute This Topic: https://lists.onap.org/mt/26508343/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] SDNC is not installing when installing a subset of ONAP in Rancher/Kubernetes

2018-10-01 Thread George Clapp
I'm following the instructions at 
https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins to install a 
subset of the ONAP components in a Rancher/Kubernetes environment.  To install 
only a subset, I copied oom/kubernetes/onap/values.yaml to an "override.yaml" 
file and set "enabled: true" to "enabled: false" for those components I do not 
want to install. I then executed:

helm deploy demo local/onap --namespace onap -f ~/override.yaml

All the selected components were installed except for SDNC even though he 
parameters for SDNC in the yaml file were not touched.  Has anyone else 
experienced this or have an idea about what might be happening?

Thanks,
George

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

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



[onap-discuss] [AAF][OOM] AAF Locate pod in Error state

2018-10-01 Thread Dileep Ranganathan
Hi,

I am trying to bring up OOM locally and the aaf-locate pod is in Error state. 
The OOF pods are in pending state as it has dependency with aaf-service. Could 
you please help resolve the issue?

Thanks,
Dileep


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

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



[onap-discuss] [msb] Kong 1.0 released

2018-10-01 Thread Tal Liron
Hi MSB folk,

Kong  1.0 was just released. I see it as
having some overlap with MSB, and it's used quite a lot in the enterprise.
Perhaps it's worth looking into it as a supplement or replacement?

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

View/Reply Online (#12771): https://lists.onap.org/g/onap-discuss/message/12771
Mute This Topic: https://lists.onap.org/mt/26443378/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] Scheduling of Daily Jobs

2018-10-01 Thread Gary Wu
Hi Victor,

Gerrit was migrated to AWS on Friday.  I’m guessing that git.onap.org might not 
have been updated accordingly to reflect that change.  Please log a ticket with 
LF helpdesk.

Thanks,
Gary

From: Morales, Victor [mailto:victor.mora...@intel.com]
Sent: Monday, October 01, 2018 8:14 AM
To: onap-discuss@lists.onap.org; Gary Wu 
Subject: Re: [onap-discuss] Scheduling of Daily Jobs

Hey Gary,

I have some patchsets [1] that their changes are not merged into its 
repository.  They have merged status in Gerrit and Jenkins are not showing any 
building or merging error[2] but they’re not reflected in git.onap.org[3]. Do 
you know how can I fix this? Or retry again? I’ve tried with “please release” 
and “recheck” Gerrit comments but they’re in same status.

Thanks
Victor Morales

[1] 
https://gerrit.onap.org/r/#/q/owner:victor.morales%2540intel.com+status:merged+after:2018-09-28
[2] 
https://jenkins.onap.org/view/multicloud/job/multicloud-k8s-master-merge-golang/
[3] https://git.onap.org/multicloud/k8s/


From: mailto:onap-discuss@lists.onap.org>> on 
behalf of Gary Wu mailto:gary.i...@huawei.com>>
Reply-To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>, Gary Wu 
mailto:gary.i...@huawei.com>>
Date: Friday, September 28, 2018 at 10:29 AM
To: "onap-discuss@lists.onap.org" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Scheduling of Daily Jobs

Hi PTLs,

Currently all of the Daily Jenkins jobs (Java/Docker release jobs) are 
scheduled for around noon UTC (8 AM Eastern), which imposes severe resource 
contention on nexus and nexus3 for the next several hours and causing some of 
them to fail due to timeouts.

To fix this, I will be submitting a change to spread the load throughout the 
day instead of having them all run at the same time.  Please let me know if you 
have any concerns.

Thanks,
Gary




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

View/Reply Online (#12770): https://lists.onap.org/g/onap-discuss/message/12770
Mute This Topic: https://lists.onap.org/mt/26378993/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] DMaaP - local run via docker compose

2018-10-01 Thread UNNAVA, SUNIL
Hi Marcin,

I have tested the DMaaP MR deployment using docker compose and I don't see any 
issues and CSIT job which use the same docker compose file also working without 
any issue. So the issue may be due to your local environment setup . Do you 
updated the MsgRtrApi.properties with the Kafka and Zookeeper endpoints

https://jenkins.onap.org/view/dmaap/job/dmaap-master-csit-mrpubsub/

I would suggest clean up the docker environment and checkout the latest DMaaP 
message service, before you run the docker compose. Refer the following link 
for the DMaaP Message Router setup instructions and let me know if you have any 
issues.

https://onap.readthedocs.io/en/beijing/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.html


Thanks,
Sunil

From: Migdal, Marcin (Nokia - PL/Wroclaw) 
Sent: Monday, October 01, 2018 11:22 AM
To: onap-discuss@lists.onap.org
Cc: UNNAVA, SUNIL ; KOYA, RAMPRASAD ; 
LUNANUOVA, DOMINIC 
Subject: DMaaP - local run via docker compose


Hello,



I try to run locally newest DMaaP Message Router  via docker-compose located 
here:

dmaap/messagerouter/messageservice/src/main/resources/docker-compose



Zookeeeper and Kafka are up and running but DMaaP MR is failing:
/appl/dmaapMR1/lib/ajsc-runner-3.0.7-oss.jar

""2018-10-01 15:18:05,291 [ApplicationShutdownThread-1] INFO  
ajsc.RouteMgmtService -

 ->Current System Loader ClassPath<-*
/appl/dmaapMR1/lib/ajsc-runner-3.0.7-oss.jar

Exception in thread "ApplicationShutdownThread-1" 
java.lang.NoClassDefFoundError: 
ajsc/util/AJSCShutdownBean$_shutdownAJSC_closure1
at ajsc.util.AJSCShutdownBean.shutdownAJSC(AJSCShutdownBean.groovy:65)
at ajsc.util.AJSCShutdownBean.this$2$shutdownAJSC(AJSCShutdownBean.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:210)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:71)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at ajsc.util.AJSCShutdownBean$1.run(AJSCShutdownBean.groovy:48)
Caused by: java.lang.ClassNotFoundException: 
ajsc.util.AJSCShutdownBean$_shutdownAJSC_closure1
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at 
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:487)
at 
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:428)
... 12 more
Dose it mean that
nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.6
is missing something at classpath?

Br
Marcin




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

View/Reply Online (#12769): https://lists.onap.org/g/onap-discuss/message/12769
Mute This Topic: https://lists.onap.org/mt/26442490/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 latest deployment error

2018-10-01 Thread Michael O'Brien
Sdhakar,
  Hi depending on the size of your deployment and the helm version you are you 
are on you may need to clean up your deployment -run the following

https://wiki.onap.org/display/DW/Logging+Developer+Guide#LoggingDeveloperGuide-Deployingdemopod

# note if PV's are left over (a helm 2.9.1 issue after an upgrade from 
Kubernetes 1.8 to 1.10 via Rancher 1.6.18 - add a delete namespace
sudo helm delete --purge onap
kubectl delete namespace onap
kubectl delete pv --all
kubectl delete pvc --all
kubectl delete secrets --all
kubectl delete clusterrolebindings --all


From: Sudhakar Reddy
Sent: Monday, October 1, 2018 1:43 AM
To: onap-discuss@lists.onap.org; Michael O'Brien ; 
Borislav Glozman 
Subject: OOM latest deployment error

Hi All,

I'm trying to deploy ONAP using master branch of OOM. I followed the steps as 
mentioned in the README file. On installing using the helm command: "helm 
install local/onap --name dev --namespace onap" ,  I'm getting the below error:

Error: release dev failed: clusterrolebindings.rbac.authorization.k8s.io 
"onap-msb-binding" already exists

Does anyone happen to came across this issue? Please share if any workaround is 
there for successful installation.

Thanks & Regards
Sudhakar Reddy

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 


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

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



[onap-discuss] DMaaP - local run via docker compose

2018-10-01 Thread Migdal, Marcin (Nokia - PL/Wroclaw)
Hello,


I try to run locally newest DMaaP Message Router  via docker-compose located 
here:

dmaap/messagerouter/messageservice/src/main/resources/docker-compose


Zookeeeper and Kafka are up and running but DMaaP MR is failing:

/appl/dmaapMR1/lib/ajsc-runner-3.0.7-oss.jar

""2018-10-01 15:18:05,291 [ApplicationShutdownThread-1] INFO  
ajsc.RouteMgmtService -

 ->Current System Loader ClassPath<-*
/appl/dmaapMR1/lib/ajsc-runner-3.0.7-oss.jar

Exception in thread "ApplicationShutdownThread-1" 
java.lang.NoClassDefFoundError: 
ajsc/util/AJSCShutdownBean$_shutdownAJSC_closure1
at ajsc.util.AJSCShutdownBean.shutdownAJSC(AJSCShutdownBean.groovy:65)
at ajsc.util.AJSCShutdownBean.this$2$shutdownAJSC(AJSCShutdownBean.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:210)
at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:71)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at ajsc.util.AJSCShutdownBean$1.run(AJSCShutdownBean.groovy:48)
Caused by: java.lang.ClassNotFoundException: 
ajsc.util.AJSCShutdownBean$_shutdownAJSC_closure1
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at 
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:487)
at 
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:428)
... 12 more

Dose it mean that
nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.6
is missing something at classpath?

Br
Marcin





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

View/Reply Online (#12767): https://lists.onap.org/g/onap-discuss/message/12767
Mute This Topic: https://lists.onap.org/mt/26442490/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] Scheduling of Daily Jobs

2018-10-01 Thread Victor Morales
Hey Gary,

I have some patchsets [1] that their changes are not merged into its 
repository.  They have merged status in Gerrit and Jenkins are not showing any 
building or merging error[2] but they’re not reflected in git.onap.org[3]. Do 
you know how can I fix this? Or retry again? I’ve tried with “please release” 
and “recheck” Gerrit comments but they’re in same status.

Thanks
Victor Morales

[1] 
https://gerrit.onap.org/r/#/q/owner:victor.morales%2540intel.com+status:merged+after:2018-09-28
[2] 
https://jenkins.onap.org/view/multicloud/job/multicloud-k8s-master-merge-golang/
[3] https://git.onap.org/multicloud/k8s/


From:  on behalf of Gary Wu 
Reply-To: "onap-discuss@lists.onap.org" , Gary Wu 

Date: Friday, September 28, 2018 at 10:29 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] Scheduling of Daily Jobs

Hi PTLs,

Currently all of the Daily Jenkins jobs (Java/Docker release jobs) are 
scheduled for around noon UTC (8 AM Eastern), which imposes severe resource 
contention on nexus and nexus3 for the next several hours and causing some of 
them to fail due to timeouts.

To fix this, I will be submitting a change to spread the load throughout the 
day instead of having them all run at the same time.  Please let me know if you 
have any concerns.

Thanks,
Gary




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

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



Accepted: [onap-discuss] Invitation: [integration] Weekly (updated Sep. 30, 2018) @ Weekly from 7am to 9am on Tuesday (PDT) (onap-discuss@lists.onap.org)

2018-10-01 Thread Cas Majd
BEGIN:VCALENDAR
METHOD:REPLY
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ATTENDEE;PARTSTAT=ACCEPTED;CN=Casem Majd (Cas Majd):MAILTO:cas.majd@huawei.
 com
RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TU;WKST=MO
SUMMARY;LANGUAGE=en-US:Accepted: [onap-discuss] Invitation: [integration] W
 eekly (updated Sep. 30\, 2018) @ Weekly from 7am to 9am on Tuesday (PDT) (
 onap-discuss@lists.onap.org)
DTSTART;TZID=America/Los_Angeles:20180313T07
DTEND;TZID=America/Los_Angeles:20180313T09
UID:11rdap0j9gidh7cjis37hn3...@google.com
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20181001T142712Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:https://zoom.us/j/44
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:1
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
END:VCALENDAR


Re: [onap-discuss][AAI] Pod for data routing kept CrashLoopBackOff

2018-10-01 Thread Arul Nambi
Hi Rouyu,
Can you try deleting the pod? Kubernetes should recreate it for you. Also what 
do you see when you describe the pod?
Regards
Arul

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Ying, Ruoyu
Sent: Thursday, September 27, 2018 8:50 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss][AAI] Pod for data routing kept CrashLoopBackOff

Hi AAI team,

When I setup AAI using OOM, all the other pods are working normally except the 
pod named aai-aai-data-router. It kept getting status crashLoopBackOff
I also check the log of it, it shows like this:
vagrant@master:~$ kubectl logs -n onap demo-aai-aai-data-router-6989756cd8-zbp62
BOOT-INF/lib/* : no such file or directory

  .     ___ _ _
/\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  || .__|_| |_|_| |_\__, | / / / /
=|_|==|___/=/_/_/_/
:: Spring Boot ::   (v1.5.15.RELEASE)

Anyone know how to solve the problem? And does it affect the normal AAI service?
Thanks a lot.


Best Regards,
Ruoyu


“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

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

View/Reply Online (#12762): https://lists.onap.org/g/onap-discuss/message/12762
Mute This Topic: https://lists.onap.org/mt/26355501/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 latest deployment error

2018-10-01 Thread Mike Elliott
Hi Sudhakar,

The official documentation has not yet been updated but please look at the 
following wiki on the use of the new deploy plugin.
https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins

Thanks,
Mike.

From:  on behalf of Sudhakar Reddy 

Reply-To: "onap-discuss@lists.onap.org" , Sudhakar 
Reddy 
Date: Monday, October 1, 2018 at 1:43 AM
To: "onap-discuss@lists.onap.org" , Michael 
O'Brien , Borislav Glozman 

Subject: [onap-discuss] OOM latest deployment error

Hi All,

I’m trying to deploy ONAP using master branch of OOM. I followed the steps as 
mentioned in the README file. On installing using the helm command: “helm 
install local/onap --name dev --namespace onap” ,  I’m getting the below error:

Error: release dev failed: clusterrolebindings.rbac.authorization.k8s.io 
"onap-msb-binding" already exists

Does anyone happen to came across this issue? Please share if any workaround is 
there for successful installation.

Thanks & Regards
Sudhakar Reddy


“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

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 


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

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



Odp.: [onap-discuss] [SO][CreateInstance][PreProcess] Internal Error encountered in PreProcess method

2018-10-01 Thread Sliwka, Wojciech (Nokia - PL/Wroclaw)
Sure,


https://jira.onap.org/browse/SO-1097

https://jira.onap.org/browse/SO-1096



Od: SMOKOWSKI, STEVEN 
Wysłane: poniedziałek, 1 października 2018 14:23
Do: onap-discuss@lists.onap.org; Sliwka, Wojciech (Nokia - PL/Wroclaw)
DW: Darosz, Piotr (Nokia - PL/Wroclaw); Koblosz, Sandra (Nokia - PL/Wroclaw); 
Krysiak, Adam (Nokia - PL/Wroclaw); Krysiak, Piotr (Nokia - PL/Wroclaw); 
Golabek, Tomasz (Nokia - PL/Wroclaw)
Temat: Re: [onap-discuss] [SO][CreateInstance][PreProcess] Internal Error 
encountered in PreProcess method


Can you open a jira issue in SO and attach the logs please?



Thanks



-Steve





From:  on behalf of "Sliwka, Wojciech (Nokia - 
PL/Wroclaw)" 
Reply-To: "onap-discuss@lists.onap.org" , 
"wojciech.sli...@nokia.com" 
Date: Monday, October 1, 2018 at 8:10 AM
To: "onap-discuss@lists.onap.org" 
Cc: "Darosz, Piotr (Nokia - PL/Wroclaw)" , "Koblosz, 
Sandra (Nokia - PL/Wroclaw)" , "Krysiak, Adam (Nokia 
- PL/Wroclaw)" , "Krysiak, Piotr (Nokia - PL/Wroclaw)" 
, "Golabek, Tomasz (Nokia - PL/Wroclaw)" 

Subject: [onap-discuss] [SO][CreateInstance][PreProcess] Internal Error 
encountered in PreProcess method



Hi,

I'm trying to create VF  module instance in VID and I encountered several 
issues:



- Heat based installation has outdated Camunda credentials (can be fixed by 
changing config/override.yaml)

- Exception in PreProcess method - this is more important to me.



Following exception is visible in logs:



2018-10-01T11:40:37.245Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id: 
2a621b7a-4a47-44d4-a0da-00fe37ee05bf

2018-10-01T11:40:37.295Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_ErrorCode: 2000

2018-10-01T11:40:37.370Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id-OK --> false

2018-10-01T11:40:37.420Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - OUTOF --> Initialize Variables 
Fallout Handler #

2018-10-01T11:40:37.428Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - updateRequestInfraPayload:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:req="http://org.onap.so/requestsdb;>







2a621b7a-4a47-44d4-a0da-00fe37ee05bf

BPEL

Internal Error encountered in PreProcess method!

FAILED

100













Do you know what could be wrong here? Week ago I was able to create vfmodule 
instance without that problem. I'm working on Windriver lab (integration-sb-07)





FYI - currently there is also bug in VID, which makes service instantiation 
impossible - fix is on way: 
https://gerrit.onap.org/r/#/c/69295/







BR,

Wojtek



wojciech.sli...@nokia.com

Gerrit Code 
Review

gerrit.onap.org

© 2017 ONAP. Copyright © The Linux Foundation ®. All Rights Reserved. The Linux 
Foundation has registered trademarks and uses trademarks. For a list of 
trademarks ...






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

View/Reply Online (#12759): https://lists.onap.org/g/onap-discuss/message/12759
Mute This Topic: https://lists.onap.org/mt/26440988/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] [SO][CreateInstance][PreProcess] Internal Error encountered in PreProcess method

2018-10-01 Thread Anand Sankaran
Unfortunately the code seems to be suppressing exceptions from all points where 
this message is relayed. I'm not aware of another way out but to either debug 
the code or check if the camunda cockpit reveals any other detail.

From: onap-discuss@lists.onap.org  On Behalf Of 
Sliwka, Wojciech (Nokia - PL/Wroclaw)
Sent: Monday, October 1, 2018 5:40 PM
To: onap-discuss@lists.onap.org
Cc: Darosz, Piotr (Nokia - PL/Wroclaw) ; Koblosz, 
Sandra (Nokia - PL/Wroclaw) ; Krysiak, Adam (Nokia - 
PL/Wroclaw) ; Krysiak, Piotr (Nokia - PL/Wroclaw) 
; Golabek, Tomasz (Nokia - PL/Wroclaw) 

Subject: [onap-discuss] [SO][CreateInstance][PreProcess] Internal Error 
encountered in PreProcess method


Hi,

I'm trying to create VF  module instance in VID and I encountered several 
issues:



- Heat based installation has outdated Camunda credentials (can be fixed by 
changing config/override.yaml)

- Exception in PreProcess method - this is more important to me.



Following exception is visible in logs:

2018-10-01T11:40:37.245Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id: 
2a621b7a-4a47-44d4-a0da-00fe37ee05bf
2018-10-01T11:40:37.295Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_ErrorCode: 2000
2018-10-01T11:40:37.370Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id-OK --> false
2018-10-01T11:40:37.420Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - OUTOF --> Initialize Variables 
Fallout Handler #
2018-10-01T11:40:37.428Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - updateRequestInfraPayload:
http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:req="http://org.onap.so/requestsdb;>



2a621b7a-4a47-44d4-a0da-00fe37ee05bf
BPEL
Internal Error encountered in PreProcess method!
FAILED
100






Do you know what could be wrong here? Week ago I was able to create vfmodule 
instance without that problem. I'm working on Windriver lab (integration-sb-07)


FYI - currently there is also bug in VID, which makes service instantiation 
impossible - fix is on way: https://gerrit.onap.org/r/#/c/69295/



BR,
Wojtek

wojciech.sli...@nokia.com
Gerrit Code Review
gerrit.onap.org
(c) 2017 ONAP. Copyright (c) The Linux Foundation (r). All Rights Reserved. The 
Linux Foundation has registered trademarks and uses trademarks. For a list of 
trademarks ...



“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

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

View/Reply Online (#12758): https://lists.onap.org/g/onap-discuss/message/12758
Mute This Topic: https://lists.onap.org/mt/26440564/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] [SO][CreateInstance][PreProcess] Internal Error encountered in PreProcess method

2018-10-01 Thread Steve Smokowski
Can you open a jira issue in SO and attach the logs please?

Thanks

-Steve


From:  on behalf of "Sliwka, Wojciech (Nokia - 
PL/Wroclaw)" 
Reply-To: "onap-discuss@lists.onap.org" , 
"wojciech.sli...@nokia.com" 
Date: Monday, October 1, 2018 at 8:10 AM
To: "onap-discuss@lists.onap.org" 
Cc: "Darosz, Piotr (Nokia - PL/Wroclaw)" , "Koblosz, 
Sandra (Nokia - PL/Wroclaw)" , "Krysiak, Adam (Nokia 
- PL/Wroclaw)" , "Krysiak, Piotr (Nokia - PL/Wroclaw)" 
, "Golabek, Tomasz (Nokia - PL/Wroclaw)" 

Subject: [onap-discuss] [SO][CreateInstance][PreProcess] Internal Error 
encountered in PreProcess method


Hi,

I'm trying to create VF  module instance in VID and I encountered several 
issues:



- Heat based installation has outdated Camunda credentials (can be fixed by 
changing config/override.yaml)

- Exception in PreProcess method - this is more important to me.



Following exception is visible in logs:

2018-10-01T11:40:37.245Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id: 
2a621b7a-4a47-44d4-a0da-00fe37ee05bf
2018-10-01T11:40:37.295Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_ErrorCode: 2000
2018-10-01T11:40:37.370Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id-OK --> false
2018-10-01T11:40:37.420Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - OUTOF --> Initialize Variables 
Fallout Handler #
2018-10-01T11:40:37.428Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - updateRequestInfraPayload:
http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:req="http://org.onap.so/requestsdb;>



2a621b7a-4a47-44d4-a0da-00fe37ee05bf
BPEL
Internal Error encountered in PreProcess method!
FAILED
100






Do you know what could be wrong here? Week ago I was able to create vfmodule 
instance without that problem. I'm working on Windriver lab (integration-sb-07)


FYI - currently there is also bug in VID, which makes service instantiation 
impossible - fix is on way: 
https://gerrit.onap.org/r/#/c/69295/



BR,
Wojtek

wojciech.sli...@nokia.com
Gerrit Code 
Review
gerrit.onap.org
© 2017 ONAP. Copyright © The Linux Foundation ®. All Rights Reserved. The Linux 
Foundation has registered trademarks and uses trademarks. For a list of 
trademarks ...




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

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



[onap-discuss] [SO][CreateInstance][PreProcess] Internal Error encountered in PreProcess method

2018-10-01 Thread Sliwka, Wojciech (Nokia - PL/Wroclaw)
Hi,

I'm trying to create VF  module instance in VID and I encountered several 
issues:


- Heat based installation has outdated Camunda credentials (can be fixed by 
changing config/override.yaml)

- Exception in PreProcess method - this is more important to me.


Following exception is visible in logs:

2018-10-01T11:40:37.245Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id: 
2a621b7a-4a47-44d4-a0da-00fe37ee05bf
2018-10-01T11:40:37.295Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_ErrorCode: 2000
2018-10-01T11:40:37.370Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - FH_request_id-OK --> false
2018-10-01T11:40:37.420Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - OUTOF --> Initialize Variables 
Fallout Handler #
2018-10-01T11:40:37.428Z|2a621b7a-4a47-44d4-a0da-00fe37ee05bf| 
org.onap.so.bpmn.common.scripts.FalloutHandler - updateRequestInfraPayload:
http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:req="http://org.onap.so/requestsdb;>



2a621b7a-4a47-44d4-a0da-00fe37ee05bf
BPEL
Internal Error encountered in PreProcess method!
FAILED
100






Do you know what could be wrong here? Week ago I was able to create vfmodule 
instance without that problem. I'm working on Windriver lab (integration-sb-07)


FYI - currently there is also bug in VID, which makes service instantiation 
impossible - fix is on way: https://gerrit.onap.org/r/#/c/69295/



BR,
Wojtek

wojciech.sli...@nokia.com
Gerrit Code Review
gerrit.onap.org
© 2017 ONAP. Copyright © The Linux Foundation ®. All Rights Reserved. The Linux 
Foundation has registered trademarks and uses trademarks. For a list of 
trademarks ...




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

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



[onap-discuss] Orchestration using VF-C

2018-10-01 Thread Jothi, Shobana via Lists.Onap.Org
Hi Team,

I am trying to orchestrate using VF-C (with the help of UUI), where UUI
directly interacts with VFC. I am successful in Creating an VNF instance in
VFC but during Service instantiation using GVNFM I am getting 403 response
(Authentication credentials were not provided )  from multicloud. Kindly
let me know if I am missing some configuration.

These are the steps which I am following.
1. First distributed the vnf package in Vfc Catalog using
/api/catalog/v1/vnfpackages

2. Then distributed the ns package using /api/catalog/v1/nspackages

3. Then created the instance through nslcm API.
4. Later when I tried to instantiate the instance. Getting 403 response
here.

Regards,
Shobana Jothi

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

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



[onap-discuss] [onap-release] [docs] Agenda for tomorrow's docs meeting

2018-10-01 Thread Sofia Wallin
Hello everyone,

During tomorrow’s meeting I would like us to look at the current structure for 
the docs projects.


  *   The time and day
  *   Current status and backlog
  *   Prioritizations for upcoming release
  *   Docs toolchain

I want to encourage docs committers and contributors to join but also others 
who might be interested in joining and contribute to the docs project.

Meeting logistics can be found 
here.

Welcome,
Sofia

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

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



[onap-discuss] [MULTICLOUD] - Cancellation of MultiCloud weekly meeting on Oct. 3rd

2018-10-01 Thread Yang Bin
Dear team,

Just a reminder that the weekly meeting will be cancelled for this week due to 
National holiday this week.  However the zoom bridge  will be still open for 
anyone who want to discuss anything
Thanks

Bin

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

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



[onap-discuss] Register a VIM/Cloud Instance (based on Openstack queens - Keystone v3) to ONAP Beijing

2018-10-01 Thread Mohamed Waly
Hello

We are trying to use ONAP with our local Openstack queens instance to complete 
the vFW closed loop demo, So we tried to use the robot scripts to register our 
Openstack to ONAP but it seems that current robot scripts still don't support 
keystone v3.

After some search it looks that the only way for now is to use MultiVIM to 
proxy the keystone.

My question is : has anybody managed to figure out another ways to successfully 
register Cloud Instance (based on Openstack queens - Keystone v3) ?

Thanks

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

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