Re: [onap-discuss] [git clone issue] [dcaegen2] ONAP kohn installation issue

2023-04-28 Thread Fiachra Corcoran
All are in the dcaegen2-services dir


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24426): https://lists.onap.org/g/onap-discuss/message/24426
Mute This Topic: https://lists.onap.org/mt/98535841/21656
Mute #dcaegen2:https://lists.onap.org/g/onap-discuss/mutehashtag/dcaegen2
Mute #kohn:https://lists.onap.org/g/onap-discuss/mutehashtag/kohn
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [Post Configuration Issue] ONAP Jakarta release - Netconf deployment issue #jakarta

2023-03-29 Thread Fiachra Corcoran
I have little or no knowledge of how sdnc is deployed.
To be honest, I would do a fresh install of Kohn release with sdnc (and the 
dependent apps) enabled.

>From my experience, un/reinstalling individual ONAP components has never gone 
>smoothly. Better to do a fresh install.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24356): https://lists.onap.org/g/onap-discuss/message/24356
Mute This Topic: https://lists.onap.org/mt/97822023/21656
Mute #jakarta:https://lists.onap.org/g/onap-discuss/mutehashtag/jakarta
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [Post Configuration Issue] ONAP Jakarta release - Netconf deployment issue #jakarta

2023-03-28 Thread Fiachra Corcoran
Step 5

Use "helm install"

helm install dev-sdnc local/sdnc --debug --namespace onap --create-namespace 
--set global.masterPassword=test --set global.aafEnabled=false


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24352): https://lists.onap.org/g/onap-discuss/message/24352
Mute This Topic: https://lists.onap.org/mt/97822023/21656
Mute #jakarta:https://lists.onap.org/g/onap-discuss/mutehashtag/jakarta
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [Post Configuration Issue] ONAP Jakarta release - Netconf deployment issue #jakarta

2023-03-28 Thread Fiachra Corcoran
Hi,

In your header you say Jakarta release but in the comment it refers to Istanbul.

I would recommend moving to Kohn anyways.
The helm deploy script requires some input from an overrides.yaml to determine 
which components to be deployed.

https://docs.onap.org/projects/onap-oom/en/latest/sections/guides/deployment_guides/oom_customize_overrides.html

If you want to deploy sdnc then edit the overrides file with your required 
components.
But even at that, the deploy script was supposed to be a temp workaround and 
may contain some bugs. This may be what you are seeing the with the databases 
being torn down.

If you prefer (I don't recommend it) to install individual components post 
deploy of the core system you should use helm install.

helm install onap-sdnc local/sdnc --debug --namespace onap --create-namespace 
--set global.masterPassword=test --set global.aafEnabled=false


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24349): https://lists.onap.org/g/onap-discuss/message/24349
Mute This Topic: https://lists.onap.org/mt/97822023/21656
Mute #jakarta:https://lists.onap.org/g/onap-discuss/mutehashtag/jakarta
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] K8s pods stuck at INIT

2023-02-16 Thread Fiachra Corcoran
**WARNING**: This README is no longer maintained and will be deprecated.
> Please refer to the official OOM guide here - [OOM 
> Guide](https://docs.onap.org/projects/onap-oom/en/latest/sections/oom_project_description.html)


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24314): https://lists.onap.org/g/onap-discuss/message/24314
Mute This Topic: https://lists.onap.org/mt/97004877/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] Kafka vs DMAAP #dmaap #kafka

2023-01-09 Thread Fiachra Corcoran
Hi,

No they are not the same.

DMaaP Message Router provides a REST interface to clients for messaging over 
kafka topics.
*NOTE: This component is being deprecated and should no longer be used.*

The future and preferred option for messaging in ONAP is to use the provided 
(Strimzi) kafka cluster directly.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24293): https://lists.onap.org/g/onap-discuss/message/24293
Mute This Topic: https://lists.onap.org/mt/96111986/21656
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Mute #kafka:https://lists.onap.org/g/onap-discuss/mutehashtag/kafka
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [deployment] [error] dev-strimzi-entity-operator not found. Retry 1/60 #oom #retry

2022-11-29 Thread Fiachra Corcoran
helm undeploy onap

Run the following script updating your namespace accordingly (ie.  -n onap):

#!/bin/bash
kubectl delete jobs -n onap --all
sleep 10
kubectl delete poddisruptionbudget -n onap --all
kubectl delete pods -n onap --all --force --grace-period 0
kubectl delete services -n onap --all
kubectl delete persistentvolumeclaims -n onap --all
kubectl delete persistentvolumes -n onap --all
kubectl delete configmaps -n onap
kubectl delete ingress -n onap --all
kubectl delete kb -n onap --all
kubectl delete kt -n onap --all
kubectl delete namespace onap
sudo rm -fr /dockerdata-nfs/* /tmp/dockerdata-nfs
sleep 5
helm undeploy onap

Kafka version should be 3.2.3

make clean SKIP_LINT=TRUE all

redeploy:

helm deploy onap local/onap --verbose --namespace onap --create-namespace --set 
global.masterPassword=test -f your-overrides-file.yaml


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24270): https://lists.onap.org/g/onap-discuss/message/24270
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [deployment] [error] dev-strimzi-entity-operator not found. Retry 1/60 #oom #retry

2022-11-29 Thread Fiachra Corcoran
Ok. So we had to upgrade the srimzi version on older releases. This will cause 
the supported version error due to old CRDs in the k8s resources.
Please uninstall strimzi, delete the old strimzi CRDs and reinstall.

helm uninstall strimzi-kafka-operator -n strimzi-system

kubectl get crd | grep strimzi

kubectl delete crd kafkas.kafka.strimzi.io kafkaconnects.kafka.strimzi.io ...

helm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace 
strimzi-system --version 0.32.0 --set watchAnyNamespace=true --create-namespace

When deploying ensure strimzi is enabled in your overrides.yaml

strimzi:
enabled: true

If there are problems with the deploy, please also check the pods as they try 
to come up.

kubectl describe pod -n onap 

Also, check the cluster operator logs.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24268): https://lists.onap.org/g/onap-discuss/message/24268
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [deployment] [error] dev-strimzi-entity-operator not found. Retry 1/60 #oom #retry

2022-11-22 Thread Fiachra Corcoran
helm undeploy onap

delete all old kubernetes resources
delete dockerdata-nfs dir
redeploy

Looks like there is a prob elm with the zookeeper pods.
kubectl describe pod -n onap 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24263): https://lists.onap.org/g/onap-discuss/message/24263
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [deployment] [error] dev-strimzi-entity-operator not found. Retry 1/60 #oom #retry

2022-11-16 Thread Fiachra Corcoran
This looks lie a kubernetes version issue.

The recommended version for jakarta release can be found here - 
https://docs.onap.org/projects/onap-oom/en/jakarta/oom_cloud_setup_guide.html#id2

Please verify that you k8s cluster is aligned with these versions.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24257): https://lists.onap.org/g/onap-discuss/message/24257
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [deployment] [error] dev-strimzi-entity-operator not found. Retry 1/60 #oom #retry

2022-11-16 Thread Fiachra Corcoran
Can you retry a deploy and collect the strimzi-cluster-operator logs. Thanks.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24255): https://lists.onap.org/g/onap-discuss/message/24255
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] sdnc-ueb-listener pod keeps crashing #jakarta #dmaap

2022-07-28 Thread Fiachra Corcoran
MR stores the keys in zookeeper.
SDC stores it in cassandra I believe.

I think you may need to wipe any nfs storage alos as part of undeploy as it 
doesn't clear down properly if I remember correctly.

I use the following script to ensure all old data is removed.

#!/bin/bash
kubectl delete jobs -n onap --all
sleep 10
kubectl delete poddisruptionbudget -n onap --all
kubectl delete pods -n onap --all --force --grace-period 0
kubectl delete services -n onap --all
kubectl delete persistentvolumeclaims -n onap --all
kubectl delete persistentvolumes -n onap --all
kubectl delete configmaps -n onap
kubectl delete kb -n onap --all
kubectl delete namespaces onap
sudo rm -fr /dockerdata-nfs/*
sleep 5
helm undeploy onap


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24122): https://lists.onap.org/g/onap-discuss/message/24122
Mute This Topic: https://lists.onap.org/mt/92658204/21656
Mute #jakarta:https://lists.onap.org/g/onap-discuss/mutehashtag/jakarta
Mute #sdnc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdnc
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] Message Router api deprecation #dmaap

2022-07-28 Thread Fiachra Corcoran
Hey Vijay,

Yes, the api's will prob remain for as long as necessary.

I noticed today that CTC are coding towards the dcae sdk which maybe isn't the 
best strategy.
https://gerrit.onap.org/r/c/dcaegen2/services/+/130050

Although if all dcae clients utilise the sdk then I guess the transition would 
be smoother in future.
At present we (DMaaP team of 2) 🙂 are focused on the mess that is 
SDC/sdc-distro-clients.

I know yourself and Seshu have shown interest in the migration, which is much 
appreciated but I think it may take a few (if not more) releases to resolve.

[cid:58786a2d-7ee2-450c-a672-ab266e16e825]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44


From: VENKATESH KUMAR, VIJAY 
Sent: 28 July 2022 14:55
To: Fiachra Corcoran ; onap-discuss@lists.onap.org 

Cc: Chaker Al-Hakim 
Subject: RE: [onap-discuss] Message Router api deprecation #dmaap


Hi Fiachra,

Could you confirm if DMAAP MR API’s will still be available under OOM 
deployment for Kohn?



As you are aware, migration to Strimzi/Kafka impact almost all DCAE 
microservices and changes involved are beyond just helm charts updates. For 
Kohn, we have EPIC (DCAEGEN2-3030<https://jira.onap.org/browse/DCAEGEN2-3030>) 
to standardize dmaap-client 
library<https://github.com/onap/dcaegen2-services-sdk/tree/master/rest-services/dmaap-client>
 (under repo:dcaegen2/services/sdk) which will continue to leverage MR api’s. 
The plan eventually is to update this SDK lib to support Strimzi/kafka api’s 
based on deployment configuration (retaining backward compatibility to MR). 
However as we do not have resources, this SDK update cannot be committed for 
Kohn.



It would be helpful if someone from the community/DMAAP team can help to 
enhance the SDK api’s which will enable smoother transition for the DCAE 
services.



P.S - If there are other solution design identified to make this migration 
seamless for applications, would certainly be interested in them.



Thanks,

Vijay



From: onap-discuss@lists.onap.org  On Behalf Of 
Fiachra Corcoran via lists.onap.org
Sent: Thursday, July 28, 2022 5:26 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Message Router api deprecation #dmaap



Dear ONAP community,

As part of the Kohn release the DMaaP project is deprecating the Message Router 
apis.
With this, it is STRONGLY recommended that new and existing projects avoid 
developing towards these apis.

The evolution of messaging within ONAP is moving to use strimzi kafka. (Kafka 
native or REST over strimzi kafka bridge)
If more details are required please feel free to contact the dmaap team on our 
onap slack channel.




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24121): https://lists.onap.org/g/onap-discuss/message/24121
Mute This Topic: https://lists.onap.org/mt/92666891/21656
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] sdnc-ueb-listener pod keeps crashing #jakarta #dmaap

2022-07-28 Thread Fiachra Corcoran
Can you check the following:

Get topic details:
curl --location --request GET 
'https://:30226/topics/SDC-DISTR-NOTIF-TOPIC-AUTO' --header 
'Content-Type: application/json' --data-raw '' -k

Get apiKey details
curl --location --request GET 
'https://:30226/apiKeys/E2iucFtHRIHKTy52' --header 'Content-Type: 
application/json' --data-raw '{}' -k

Get apiKey details
curl --location --request GET 
'https://:30226/apiKeys/RropbE43MClfUsIQ' --header 'Content-Type: 
application/json' --data-raw '{}' -k

The sdc topics are managed by sdc exclusively using apiKeys/acls. The above 
error looks like there is an old/redundant key left in the db somewhere


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24117): https://lists.onap.org/g/onap-discuss/message/24117
Mute This Topic: https://lists.onap.org/mt/92658204/21656
Mute #jakarta:https://lists.onap.org/g/onap-discuss/mutehashtag/jakarta
Mute #sdnc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdnc
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] Message Router api deprecation #dmaap

2022-07-28 Thread Fiachra Corcoran
Dear ONAP community,

As part of the Kohn release the DMaaP project is deprecating the Message Router 
apis.
With this, it is STRONGLY recommended that new and existing projects avoid 
developing towards these apis.

The evolution of messaging within ONAP is moving to use strimzi kafka. (Kafka 
native or REST over strimzi kafka bridge)
If more details are required please feel free to contact the dmaap team on our 
onap slack channel.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24116): https://lists.onap.org/g/onap-discuss/message/24116
Mute This Topic: https://lists.onap.org/mt/92666891/21656
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] sdnc-ueb-listener pod keeps crashing #jakarta #dmaap

2022-07-28 Thread Fiachra Corcoran
Unfortunately, we don't fully support "upgrade" between versions.
You will need to do a fresh install, not forgetting to wipe any old/redundant 
data before hand.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24113): https://lists.onap.org/g/onap-discuss/message/24113
Mute This Topic: https://lists.onap.org/mt/92658204/21656
Mute #jakarta:https://lists.onap.org/g/onap-discuss/mutehashtag/jakarta
Mute #sdnc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdnc
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
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-EVENTs no longer generated into dmaap in Jakarta

2022-07-08 Thread Fiachra Corcoran
Hi,

I would agree with William.
Gating would fail if this was the case.
Message Router is still handling the AAI-EVENT topic so there should be no 
impact.
The triggering of how and when AAI sends the event(s) is outside of my 
knowledge. Bill?

[cid:832cebab-8aa7-4030-be82-d90af2b1f435]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44


From: REEHIL, WILLIAM E 
Sent: 08 July 2022 15:57
To: Rajewski Łukasz ; onap-discuss@lists.onap.org 
; 'hesam.rah...@huawei.com' 

Cc: Fiachra Corcoran 
Subject: RE: AAI-EVENTs no longer generated into dmaap in Jakarta


Hi Lukasz,



This is not an intended change and first I am hearing about it, if dmaap was 
not working I would think gating would have failed for the stuff the 
babel/model-loader flow does. A&AI team has not worked on any dmaap features in 
a while. It’s possible changes in the dmaap module caused this, but hard to 
speculate. I knew there was some changes coming in Kohn, but something was done 
in Jakarta around this? I see https://jira.onap.org/browse/REQ-1207 in Kohn, 
but not entirely sure what I have to do. I’d say create a ticket and then we 
can look into it.



Thanks,



William Reehil

Principal Member of Technical Staff | A&AI ONAP PTL

AT&T ECOMP PLATFORM AND SYSTEMS

(C) 732 865-5333 | (O) 732 420-7806



From: Rajewski Łukasz 
Sent: Friday, July 8, 2022 10:47 AM
To: onap-discuss@lists.onap.org; 'hesam.rah...@huawei.com' 
; REEHIL, WILLIAM E 
Subject: RE: AAI-EVENTs no longer generated into dmaap in Jakarta



Hi,



We have added Apache Strimzi Kafka. Perhaps this is related.  William, do you 
know anything about this potential change? Is it intended?



Regards,

Lukasz

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Hesam Rahimi via lists.onap.org
Sent: Thursday, July 7, 2022 10:20 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] AAI-EVENTs no longer generated into dmaap in Jakarta



Hello ONAP community,



I have recently installed ONAP’s Jakarta release in my environment using OOM, 
and pretty much all pods are in “running” status. However, I noticed that after 
this upgrade, when I insert something into the AAI, the AAI-EVENT no longer 
gets generated and no AAI-EVENT gets published into the dmaap. The data does 
get successfully inserted into the AAI, but no event gets triggered. This 
behavior change has impact on my use-case and it is now a blocking issue for me.



Does anyone have any idea of what exactly is missing in Jakarta release that 
prevents the AAI-EVENTs?



FYI, here is how I fetch the events:



curl -i -v -k -X GET 
'http://message-router.onap.svc.cluster.local:3904/events/AAI-EVENT/1/1<https://urldefense.com/v3/__http:/message-router.onap.svc.cluster.local:3904/events/AAI-EVENT/1/1__;!!BhdT!k9_vajlAHo3ofCqZiJBm2WbuYjEOJhvMhvvjjWB4Q0cWNMz-F-I_AD74PGtQ6CcU90giEbH0c7XVbNbS8iKXWEFq2ZKl$>'
 -u d...@dcae.onap.org:demo123456<mailto:d...@dcae.onap.org:demo123456>!'



(After sending the above GET command, I insert/delete something into/from AAI. 
Then I send another GET command to fetch the AAI-EVENT created after the 
insert/delete operation. I used to be able to fetch the events, but no longer 
after upgrading to J release).



Any help is appreciated.



Thanks and regards,



Hesam






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24066): https://lists.onap.org/g/onap-discuss/message/24066
Mute This Topic: https://lists.onap.org/mt/92237174/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] Jenkins nodes are offline

2022-05-13 Thread Fiachra Corcoran
Hi,

Seems the jenkins env is backed up again. All/most executor nodes are offline.

Queue is at 366

Can LFIT take a looks please.
Thanks


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24036): https://lists.onap.org/g/onap-discuss/message/24036
Mute This Topic: https://lists.onap.org/mt/91078963/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 patch submissions deadline #oom

2022-05-05 Thread Fiachra Corcoran
*PLEASE NOTE:

* All oom patches must be submitted before close of business Fri 6th of may.
Any patches submitted after this date will not be included in Jakarta release.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24026): https://lists.onap.org/g/onap-discuss/message/24026
Mute This Topic: https://lists.onap.org/mt/90908759/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] Lost FEED subscriptions after DMaaP Data Router reboot

2022-04-07 Thread Fiachra Corcoran
Hi,

Can you try to trigger a fetch of the prov data?
GET http://dr-node-ip/internal/fetchProv

The node should fetch the config periodically.
Do you see any  errors when you try to publish new files?


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24005): https://lists.onap.org/g/onap-discuss/message/24005
Mute This Topic: https://lists.onap.org/mt/90314198/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] #deployment #deploy #oom Strimzi introduction

2022-04-04 Thread Fiachra Corcoran
Hi ONAPers,

With the introduction of the Strimzi Kafka project into OOM J release, we have 
a new pre-requisite as part of the k8s cluster setup.
We now need to install the strimzi-kafka-operator before deploying the OOM helm 
charts.

https://github.com/onap/oom/blob/master/docs/oom_user_guide.rst#install-strimzi-apache-kafka-operator

There has also been some changes added to the custom helm deploy plugin used by 
OOM so this will need to be used/patched where necessary.

The official readthedocs will be updated in due course.
Any queries, please don't hesitate to contact me.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23989): https://lists.onap.org/g/onap-discuss/message/23989
Mute This Topic: https://lists.onap.org/mt/90239270/21656
Mute #deployment:https://lists.onap.org/g/onap-discuss/mutehashtag/deployment
Mute #deploy:https://lists.onap.org/g/onap-discuss/mutehashtag/deploy
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] undeploy and deploy particular components in the ONAP setup of Istanbul release.

2022-03-28 Thread Fiachra Corcoran
Just to note, I always had to clean down any related pv, pvcs etc.
Sometimes for certain components this will cause them to fail.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23956): https://lists.onap.org/g/onap-discuss/message/23956
Mute This Topic: https://lists.onap.org/mt/90080598/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] data-router - publish file from application outside the k8s cluster

2022-03-08 Thread Fiachra Corcoran
Hi,

Depends on how you are running your cluster (microk8s, minikube, etc) but could 
you try adding an entry to your /etc/hosts file for the ip of either the pod or 
the k8s node.

We do have an exposed port for dr-node (30494) but this will be disabled in the 
next release. If the above doesn't work you could try some port forwarding on 
your local machine to target this port also.

[cid:dde1b008-fd78-462e-9edd-8b091cabc581]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44


From: onap-discuss@lists.onap.org  on behalf of 
Calamita Agostino via lists.onap.org 

Sent: 08 March 2022 12:21
To: onap-discuss@lists.onap.org 
Subject: [onap-discuss] data-router - publish file from application outside the 
k8s cluster


Hi all,

I need to use dmaap data-router to test a publish/subscriber use case for 
transfer files.



So I created a Feed with Bus Controller with one pub test0001:test0001 on that 
Feed.



Now I publish to dmaap-dr-prov a sample file with curl command:



ubuntu@onap-control:~$ curl -k -X PUT --user "test0001:test0001" -H 
"Content-Type:application/octet-stream"  -H 
"X-DMAAP-DR-META:{\"filetype\":\"txt\"}" --data-binary @sampleFile.txt 
--post301 –location https://192.168.64.5:30269/publish/1/sampleFile.txt



But I get:



curl: (6) Could not resolve host: dmaap-dr-node



I see that dmaap-dr-prov sends a redirect to 'https://dmaap-dr-node:8443’, but 
this address and this porti is visible only inside kubernetes cluster.

Is there a way to send a file from an application outside the onap K8S ?



Thanks.





This is the output of curl -v command:

…

* upload completely sent off: 12 out of 12 bytes

< HTTP/1.1 301 Moved Permanently

< Location: https://dmaap-dr-node:8443/publish/1/sampleFile.txt

< Content-Length: 0

< Server: Jetty(9.4.41.v20210516)

<

* Connection #0 to host 192.168.64.5 left intact

* Issue another request to this URL: 
'https://dmaap-dr-node:8443/publish/1/sampleFile.txt'

* Could not resolve host: dmaap-dr-node

* Closing connection 1






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23905): https://lists.onap.org/g/onap-discuss/message/23905
Mute This Topic: https://lists.onap.org/mt/89635324/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 examples

2022-02-16 Thread Fiachra Corcoran
Hi,

Message Router depends on A LOT of unmaintained libs which have numerous 
security vulnerabilities.
The DMaaP team attempted to remove/upgrade/replace these but were unsuccessful 
due to lack of resources and also historical knowledge of those projects.

https://wiki.onap.org/display/DW/DMaaP+MR+Architecture+Evolution+Considerations

>From what I can tell, strimzi is being used in production by several 
>companies. How do you see it as an incubation project?

The plan is to co deploy MR and the strimzi bridge for a number of releases.
The recommendation from the DMaaP team is for existing and future MR clients to 
migrate to kafka native towards the strimzi kafka cluster.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23832): https://lists.onap.org/g/onap-discuss/message/23832
Mute This Topic: https://lists.onap.org/mt/89162149/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 examples

2022-02-15 Thread Fiachra Corcoran
Hi Lukasz,

Currently we are undergoing PoC to introduce the strimzi apache kafka ( 
https://strimzi.io/ ) project into ONAP/OOM.
This is intended to replace the existing custom (confluent) kafka images being 
used by DMaaP Message Router.

DMaaP Message Router will move temporarily to use the strimzi apache kafka 
cluster.
The time frame for deprecation and removal MR has not been explicitly defined 
yet but we would hope within the next 2 releases.

There will still be the option to use REST towards kafka through the strimzi 
kafka bridge - https://strimzi.io/docs/bridge/latest/ which will be deployed as 
part of the dmaap projects helm charts.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23823): https://lists.onap.org/g/onap-discuss/message/23823
Mute This Topic: https://lists.onap.org/mt/89162149/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 examples

2022-02-15 Thread Fiachra Corcoran
This is the plan for the DMaaP project going forward.

I would need to get some more context of what your "prototype" is trying to 
achieve.
If you would like to email me fiachra.corco...@est.tech directly and we can 
discuss further.

Alternatively, you can reach me on the onap slack channel.

[cid:d78f8808-6891-412b-86d9-0709d1294ffb]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44


From: onap-discuss@lists.onap.org  on behalf of 
Calamita Agostino via lists.onap.org 

Sent: 15 February 2022 15:18
To: 'onap-discuss@lists.onap.org' 
Subject: Re: [onap-discuss] Dmaap examples


I didn’t know that DMaaP Message Router will be deprecate.



So, I have to use DMaap Bus Controller o DMaap Data Router ?



The documentation is 
https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform
 ?



I’d like to see a Java example.



Thanks.



Da: Fiachra Corcoran [mailto:fiachra.corco...@est.tech]
Inviato: martedì 15 febbraio 2022 16:13
A: 'onap-discuss@lists.onap.org' ; Calamita 
Agostino 
Oggetto: Re: Dmaap examples



Hi Agostino,



Which dmaap services are you referring to exactly?

If you mean the DMaaP Message Router messaging bus, I would advise you that we 
plan to deprecate and remove this component over the next few releases.



Any further questions, don't hesitate to ask.



Regards,

Fiachra



[cid:image001.jpg@01D82287.9F954980]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech<mailto:fiachra.corco...@est.tech>

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44





From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> on behalf of 
Calamita Agostino via lists.onap.org 
mailto:agostino.calamita=italtel@lists.onap.org>>
Sent: 15 February 2022 14:54
To: 'onap-discuss@lists.onap.org' 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Dmaap examples



Hi all,

I have to develop a prototype for ONAP that use DMaap Services.



Where I can find examples in Java ( with Maven ) ? Is Maven the repository of 
last ONAP jars ?



Thanks.



Agostino.




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23813): https://lists.onap.org/g/onap-discuss/message/23813
Mute This Topic: https://lists.onap.org/mt/89162149/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 examples

2022-02-15 Thread Fiachra Corcoran
Hi Agostino,

Which dmaap services are you referring to exactly?
If you mean the DMaaP Message Router messaging bus, I would advise you that we 
plan to deprecate and remove this component over the next few releases.

Any further questions, don't hesitate to ask.

Regards,
Fiachra

[cid:a2fc661c-9376-483e-ad3b-29a04aae8c85]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44


From: onap-discuss@lists.onap.org  on behalf of 
Calamita Agostino via lists.onap.org 

Sent: 15 February 2022 14:54
To: 'onap-discuss@lists.onap.org' 
Subject: [onap-discuss] Dmaap examples


Hi all,

I have to develop a prototype for ONAP that use DMaap Services.



Where I can find examples in Java ( with Maven ) ? Is Maven the repository of 
last ONAP jars ?



Thanks.



Agostino.




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23811): https://lists.onap.org/g/onap-discuss/message/23811
Mute This Topic: https://lists.onap.org/mt/89162149/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] Mark repo as read only

2021-12-06 Thread Fiachra Corcoran
Request to mark the following as read only

https://gerrit.onap.org/r/admin/repos/dmaap/messagerouter/mirroragent

It hasn't been included for quite a few releases now and will no longer be 
maintained.

[cid:5b35180e-3e5b-4290-8524-c633837bca90]

Fiachra Corcoran

GFTL EST Ireland

fiachra.corco...@est.tech

Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23681): https://lists.onap.org/g/onap-discuss/message/23681
Mute This Topic: https://lists.onap.org/mt/87540851/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] Error in posting the Dmaap Message from the SDNC DG

2021-08-16 Thread Fiachra Corcoran
The format of the sample event and the actual data sent from sdnc don't 
correlate.
Can you increase the logging level to show more info.
The error looks like it's on the sdnc side when it formats the event to be sent.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23487): https://lists.onap.org/g/onap-discuss/message/23487
Mute This Topic: https://lists.onap.org/mt/84918356/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] Error in posting the Dmaap Message from the SDNC DG

2021-08-16 Thread Fiachra Corcoran
Hi,

The format of the event in the karaklog looks off. Can you post the sample 
event to the dmaap topic manually?


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23485): https://lists.onap.org/g/onap-discuss/message/23485
Mute This Topic: https://lists.onap.org/mt/84918356/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] [Honolulu] Cannot create any topics - 401 Unauthorized

2021-07-13 Thread Fiachra Corcoran
ps.

Alternatively, the recommended api to use is the DMaaP Bus Controller which is 
designed to provision topics etc.
https://docs.onap.org/projects/onap-dmaap-dbcapi/en/latest/api.html#post-topics


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23393): https://lists.onap.org/g/onap-discuss/message/23393
Mute This Topic: https://lists.onap.org/mt/84173712/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] [Honolulu] Cannot create any topics - 401 Unauthorized

2021-07-13 Thread Fiachra Corcoran
Hi Aniello,

For unauthenticated topic creation, we need to prefix the topic name with 
"unauthenticated."

{
"topicName" : "unauthenticated.org.onap.dmaap.mr.testtopic" ,
"description" : "This is a test Topic" ,
"partitionCount" : "1" ,
"replicationCount" : "3" ,
"transactionEnabled" : "true"
}

For authenticated topics the user must have the correct AAF permissions.
*NOTE* : To Create an authenticated topic, user must have the AAF permission 
org.onap.dmaap.mr.topicFactory|:org.onap.dmaap.mr.topic:org.onap.dmaap.mr|create

If a user posts an event to a non existing topic, MR will auto create it.
https://{{MR_HOST}}: {{MR_PORT}} /events/AAI_EVENT

Hope this clears things up.

Fiachra


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23392): https://lists.onap.org/g/onap-discuss/message/23392
Mute This Topic: https://lists.onap.org/mt/84173712/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] Active DMaaP clients

2021-05-25 Thread Fiachra Corcoran
Hi All,

As discussed at this week's PTL meeting, we (DMaaP) are trying to gather 
information on all active DMaaP clients in I release.
A wiki page has been started here - 
https://wiki.onap.org/display/DW/Active+DMaaP+clients+in+Istanbul+Release

Can projects/PTLs please update the relevant tables with their client 
information.
Obviously DMaaP Message Router is the most used, but any consumer of the 
dmaapClient artifact is also important.

Thanks,
Fiach


[cid:6047ec52-043a-4e23-8a56-fe5627eac98a]


Fiachra Corcoran


GFTL EST Ireland

fiachra.corco...@est.tech


Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23275): https://lists.onap.org/g/onap-discuss/message/23275
Mute This Topic: https://lists.onap.org/mt/83072193/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] [Guilin] policy-xacml-pdp pod in CrashLoopBackOff #guilin #policy dev-policy-xacml-pdp

2021-03-26 Thread Fiachra Corcoran
Possibly related to certificate expiry on DMaaP Message Router.
Working on a patch to address this asap.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23065): https://lists.onap.org/g/onap-discuss/message/23065
Mute This Topic: https://lists.onap.org/mt/81625589/21656
Mute #guilin:https://lists.onap.org/g/onap-discuss/mutehashtag/guilin
Mute #policy 
dev-policy-xacml-pdp:https://lists.onap.org/g/onap-discuss/mutehashtag/policy 
dev-policy-xacml-pdp
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 #dmaap #helm

2021-03-11 Thread Fiachra Corcoran
https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/common/common/templates/_storage.tpl;h=2114d677e62df2c6820475caf93cfe37d5e1834a;hb=3dabd570ce208b6fa4660de92061587e0fc129f8#l159

https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/dmaap/components/message-router/components/message-router-kafka/templates/pv.yaml;h=263caf1059073db560d1dc016b2f50645aa523ad;hb=3dabd570ce208b6fa4660de92061587e0fc129f8

Updated links for the above query


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22980): https://lists.onap.org/g/onap-discuss/message/22980
Mute This Topic: https://lists.onap.org/mt/81256948/21656
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #helm:https://lists.onap.org/g/onap-discuss/mutehashtag/helm
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] #oom #dmaap #helm

2021-03-11 Thread Fiachra Corcoran
Could someone please share an example of how to use the storage tpl for a 
stateful set

https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/common/common/templat[…]af93cfe37d5e1834a;hb=7f930c0bb1c09af2b9d1b412a9cbb501965158e7

Or how I can force this pv to use/honour the top level overrides.yaml value for 
the persistence.mountPath?
https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/dmaap/components/mess[…]16b2f50645aa523ad;hb=7f930c0bb1c09af2b9d1b412a9cbb501965158e7
 (edited)

Thanks


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22979): https://lists.onap.org/g/onap-discuss/message/22979
Mute This Topic: https://lists.onap.org/mt/81256948/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Mute #helm:https://lists.onap.org/g/onap-discuss/mutehashtag/helm
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [onap-discuss] [ONAP] [Testsuite] robot pod

2021-03-04 Thread Fiachra Corcoran
Ok. Thanks Morganne. Will take a look at using the k8s job method.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22949): https://lists.onap.org/g/onap-discuss/message/22949
Mute This Topic: https://lists.onap.org/mt/81004138/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] [ONAP] [Testsuite] robot pod

2021-03-04 Thread Fiachra Corcoran
Hi,

We are using the robot ete to verify the system is fit for use.
Primarily running the pnf_registrate and occasionally the 5g_bulkpm smoke tests.

If the robot pod is removed, will there still be an option to add it manually?

Thanks,
Fiachra


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22947): https://lists.onap.org/g/onap-discuss/message/22947
Mute This Topic: https://lists.onap.org/mt/81004138/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] Problem with cmpv2Certificate Helm charts

2021-02-24 Thread Fiachra Corcoran
Hi Guys,

Maybe I missed it but surely there should have been some notification to the 
community regarding the hard cut over to helm 3 on master.
Docs are still in "experimental" state so the assumption would be backwards 
compatibility would be supported for at least 1 release.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22900): https://lists.onap.org/g/onap-discuss/message/22900
Mute This Topic: https://lists.onap.org/mt/80852919/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] Problem with cmpv2Certificate Helm charts

2021-02-23 Thread Fiachra Corcoran
Hitting the same issue on 2.16.10. Pretty sure "mustFirst" isn't available in 
2.x.

Upgrade to 3.x necessary?


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22892): https://lists.onap.org/g/onap-discuss/message/22892
Mute This Topic: https://lists.onap.org/mt/80852919/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] [ONAP] [Windriver lab] Questions for the windriver lab users

2021-02-22 Thread Fiachra Corcoran
Hi Morgan,

For myself, I am currently not using the DMaaP resources as I have not renewed 
my access to the windriver lab.
Perhaps others are using the MR component for their testing. Not sure how 
identify the overall usage.

[cid:9ec04f1e-2d79-4a65-8b31-8e8a74db6ca5]


Fiachra Corcoran


GFTL EST Ireland

fiachra.corco...@est.tech


Ericsson Software Technology

Ericsson Software Campus

Athlone

Ireland

N37 PV44


From: onap-discuss@lists.onap.org  on behalf of 
Morgan Richomme via lists.onap.org 
Sent: 11 February 2021 13:55
To: dtimo...@att.com ; vv7...@att.com ; 
kanagaraj.manic...@huawei.com ; 
william.ree...@att.com ; ms5...@att.com 
; xin.m...@fujitsu.com ; 
adrian.osulli...@huawei.com ; Closset, Christophe 
; seshu.kuma...@huawei.com 
; krishna.moort...@wipro.com 
; yoonsoon.ja...@yoppworks.com 
; j...@att.com ; 
fu.guangr...@zte.com.cn ; dengyuanh...@chinamobile.com 
; Gooch, Stephen ; 
David McBride 
Cc: daniel.milaszkiew...@nokia.com ; 
onap-discuss@lists.onap.org ; LEFEVRE, CATHERINE 

Subject: [onap-discuss] [ONAP] [Windriver lab] Questions for the windriver lab 
users

Hi,

your projects  are currently using windriver resources.
In order to plan the migration to the new titanium system, we need to get your 
feedback on the use of these resources.
As explained last Monday, Titanium is now a k8s system on top of which we can 
deploy an openstack
This is a major change as it used to be an openstack solution on top of which 
we were deploying k8s.

Depending on your use you may still need VM resources or could prefer to jump 
into k8s namespaces for your activities.

the current use of the cluster can be described as follows:
+--+-+--+---+---+
| Project  | Servers | RAM MB-Hours | CPU Hours | Disk 
GB-Hours |
+--+-+--+---+---+
| CC-SDK   |  30 | 319495508.65 | 123747.64 |
2474952.83 |
| DCAE |  15 | 192304149.36 |  52638.57 | 
999011.27 |
| A & AI   |  12 |  99090508.34 |  48384.04 | 
967680.75 |
| VNF-SDK  |  13 | 118358107.18 |  57792.04 |
1155840.89 |
| DMaaP|  24 | 154140790.75 |  75264.06 |
1505281.16 |
| VIM  |   5 |  27525141.21 |  12096.01 | 
188160.14 |
| Integration-SB-00|  25 |  97272072.36 |  47496.13 | 
949922.58 |
| External-API-Framework   |   9 |  82575423.62 |  34944.03 | 
698880.54 |
| PFPP |  13 | 118358107.18 |  57792.04 |
1155840.89 |
| AAF  |   4 |  30277655.33 |  14784.01 | 
295680.23 |
| CLAMP|   2 | 176160903.71 |  16128.01 | 
215040.17 |
| OOF  |  13 | 118358107.18 |  57792.04 |
1155840.89 |
| Microservices|   1 |  22020112.96 |  10752.01 | 
107520.08 |
| SO   |   6 |  88080451.86 |  32256.02 |  
645120.5 |
| Integration-Terraform|   7 |  77070395.38 |  37632.03 | 
752640.58 |
| policy-k8s   |  14 | 129368163.67 |  63168.05 |
1263360.97 |
| Holmes   |   1 |   5505028.24 |2688.0 |  
53760.04 |
| VFC  |  16 | 151388276.63 |  73920.06 |
1478401.14 |
| CLI  |  19 | 184418446.08 |  90048.07 |
1800961.39 |

Could you indicate if you still need the resources (some of the resources seem 
to be running for a long time but not really active for some times)
Could you indicate if you still need VM resources, k8s resources, hybrid?
Any dimensioning info welcome.

For Integration, we will still need  some VM capabilities 
(tooling/gitlabrunner/..) but we could use to more k8s resources to host our 
new CI chains and a staging (to be discussed soon in Integration weekly meeting)

Thanks

/Morgan

_

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 

Re: [onap-discuss] DMAAP PTL self-nominations

2020-12-01 Thread Fiachra Corcoran
Dear All,

I would like to nominate myself as DMaaP PTL.

I have been involved as a contributor and committer in the DMaaP project since 
the Casablanca release.

Primarily focused on the introduction/onboarding of the DMaaP Data Router 
component into the ONAP project and maintaining a keen interest on the 
evolution of DMaaP as a whole.
Other ONAP activities include extensive work in DMaaP OOM and contributions to 
the CI/CD frameworks.

I am fully aware of the DMaaP's importance to the ONAP project as it serves as 
its main message bus and therefore will do my utmost to ensure its viability.

Regards,

Fiachra Corcoran
Ericsson Software Technologies

From: SAWANT, MANDAR 
Sent: 01 December 2020 04:02
To: onap-discuss@lists.onap.org 
Cc: ADKINS, DAVID W ; UNNAVA, SUNIL ; Fiachra 
Corcoran ; LUNANUOVA, DOMINIC 
; RAMESH, BHANU 
Subject: DMAAP PTL self-nominations


Dear DMAAP Committers,



This email is for self-nominating the ONAP DMAAP PTL position since I am 
stepping down as DMAAP PTL effective end of Guilin.



Per the nomination and election process documented at 
https://wiki.onap.org/display/DW/Annual+Community+Elections+-+Process#AnnualCommunityElectionsProcess-PTLElections
 please reply-all to this email to self-nominate for the DMAAP PTL position.



Nomination will be open through 11:59 PM CDT 12/2. Once nominations are 
received, election will be held and results will be communicated as soon as 
they are available.



Thanks,
Mandar

AT&T

DMAAP PTL


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22562): https://lists.onap.org/g/onap-discuss/message/22562
Mute This Topic: https://lists.onap.org/mt/78626193/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] [ONAP] CD chains and CSIT tests strongly impacted by dockerhub policy change

2020-11-24 Thread Fiachra Corcoran
Hi Krzysztof,

Would this require configuring the mirror on all k8s "worker" nodes?

Do you have any user guide for setting this up?

Thanks,
Fiachra


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22538): https://lists.onap.org/g/onap-discuss/message/22538
Mute This Topic: https://lists.onap.org/mt/78360010/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] [ONAP] CD chains and CSIT tests strongly impacted by dockerhub policy change

2020-11-23 Thread Fiachra Corcoran
Hi,

Appreciate the offer but we need to get it deployed in our local lab with 
connectivity to our PNF.

Would there be a possibility of setting up an ONAP docker account to overcome 
the rate limit on a temp basis?
Totally blocked on our testing without this..


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22526): https://lists.onap.org/g/onap-discuss/message/22526
Mute This Topic: https://lists.onap.org/mt/78360010/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] [ONAP] CD chains and CSIT tests strongly impacted by dockerhub policy change

2020-11-23 Thread Fiachra Corcoran
Hi Morgan,

Is there any possible work around to get a fresh OOM deployment up.
We are trying to deploy Guilin and are hitting the rate limit every time.

Thanks,
Fiachra


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22522): https://lists.onap.org/g/onap-discuss/message/22522
Mute This Topic: https://lists.onap.org/mt/78360010/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] Clamp backend cannot connect to MariaDB #clamp #oom

2020-10-06 Thread Fiachra Corcoran
Hi Morgan,

It seems on our cloud the liveness probe fails and pod gets killed/restarted.
Maybe this is causing some loss of config on the db as the error says the 
backed hostAddress cannot connect.

Caused by: java.sql.SQLNonTransientConnectionException: Could not connect to 
HostAddress{host='clampdb.onap', port=3306, type='master'}. Host '10.42.5.50' 
is not allowed to connect to this MariaDB server

Should we increase the liveness initialDelay in the mariaDB values to maybe 
120? I will test this and see if it helps.

//Fiach


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22240): https://lists.onap.org/g/onap-discuss/message/22240
Mute This Topic: https://lists.onap.org/mt/77322553/21656
Mute #clamp:https://lists.onap.org/g/onap-discuss/mutehashtag/clamp
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] Clamp backend cannot connect to MariaDB #clamp #oom

2020-10-05 Thread Fiachra Corcoran
Hi,

Clamp is failing to deploy in recent master deployments of OOM.

The backend is getting refused when trying to connect to it's mariadb pod due 
to permissions.
Has anyone seen this issue on OOM master?

Logs attached.

Thanks,
Fiachra


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22237): https://lists.onap.org/g/onap-discuss/message/22237
Mute This Topic: https://lists.onap.org/mt/77322553/21656
Mute #clamp:https://lists.onap.org/g/onap-discuss/mutehashtag/clamp
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


16:16:33,651 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELF] - Worker thread will flush remaining events before exiting. 
16:16:33,657 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELF] - Queue flush finished successfully within timeout.
16:16:33,657 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFSecurity] - Worker thread will flush remaining events before exiting. 
16:16:33,658 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFSecurity] - Queue flush finished successfully within timeout.
16:16:33,658 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFPerformance] - Worker thread will flush remaining events before exiting. 
16:16:33,660 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFPerformance] - Queue flush finished successfully within timeout.
16:16:33,660 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFServer] - Worker thread will flush remaining events before exiting. 
16:16:33,660 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFServer] - Queue flush finished successfully within timeout.
16:16:33,660 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFPolicy] - Worker thread will flush remaining events before exiting. 
16:16:33,661 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFPolicy] - Queue flush finished successfully within timeout.
16:16:33,661 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFAudit] - Worker thread will flush remaining events before exiting. 
16:16:33,661 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFAudit] - Queue flush finished successfully within timeout.
16:16:33,661 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFMetrics] - Worker thread will flush remaining events before exiting. 
16:16:33,662 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFMetrics] - Queue flush finished successfully within timeout.
16:16:33,662 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFError] - Worker thread will flush remaining events before exiting. 
16:16:33,663 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFError] - Queue flush finished successfully within timeout.
16:16:33,663 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFDebug] - Worker thread will flush remaining events before exiting. 
16:16:33,664 |-INFO in ch.qos.logback.classic.AsyncAppender[asyncEELFDebug] - Queue flush finished successfully within timeout.
16:16:33,670 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@10959ece - URL [jar:file:/opt/clamp/app.jar!/BOOT-INF/classes!/logback-spring.xml] is not of type file
16:16:33,684 |-WARN in Logger[org.springframework.core.env.PropertySourcesPropertyResolver] - No appenders present in context [default] for logger [org.springframework.core.env.PropertySourcesPropertyResolver].
16:16:33,829 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@5562c41e - Adding [jar:file:/opt/clamp/app.jar!/BOOT-INF/classes!/logback-default.xml] to configuration watch list.
16:16:33,829 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@10959ece - URL [jar:file:/opt/clamp/app.jar!/BOOT-INF/classes!/logback-default.xml] is not of type file
16:16:33,837 |-INFO in ch.qos.logback.classic.joran.action.JMXConfiguratorAction - begin
16:16:33,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
16:16:33,952 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
16:16:33,956 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
16:16:33,960 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
16:16:33,960 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERROR]
16:16:33,962 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
16:16:33,966 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@702025003 - setting totalSizeCap to 1 GB
16:16:33,9

Re: [onap-discuss] #oom #helm

2020-10-02 Thread Fiachra Corcoran
Ok. Thanks guys. Should have checked Jira first. :)


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9): https://lists.onap.org/g/onap-discuss/message/9
Mute This Topic: https://lists.onap.org/mt/77260059/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #helm:https://lists.onap.org/g/onap-discuss/mutehashtag/helm
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[onap-discuss] #oom #helm

2020-10-02 Thread Fiachra Corcoran
Hi OOM Team,

When deploying master branch, I am seeing odd behaviour from helm.

*The "deploy" cmd shows the relevant components get deplopyed:*
*helm deploy onap local/onap --namespace onap -f ~/onap-overrides.yaml 
--timeout 900*
fetching local/onap
release "onap" deployed
release "onap-a1policymanagement" deployed
release "onap-aaf" deployed
release "onap-aai" deployed
release "onap-cassandra" deployed
release "onap-cds" deployed
release "onap-clamp" deployed
release "onap-consul" deployed
release "onap-dcaegen2" deployed
release "onap-dcaemod" deployed
release "onap-dmaap" deployed
release "onap-esr" deployed
release "onap-mariadb-galera" deployed
release "onap-msb" deployed
release "onap-policy" deployed
release "onap-portal" deployed
release "onap-robot" deployed
release "onap-sdc" deployed
release "onap-sdnc" deployed
release "onap-so" deployed
release "onap-vid" deployed

*But when I do a "helm ls" it doesn't give me the full list of deployments:*
helm ls -a
NAME   REVISION    UPDATED     STATUS      
CHART       APP VERSION    NAMESPACE
onap   1       Fri Oct  2 11:46:48 2020    DEPLOYED    
onap-6.0.0      Frankfurt      onap
onap-a1policymanagement    1       Fri Oct  2 11:46:50 2020    DEPLOYED    
a1policymanagement-6.0.0    1.0.0      onap
onap-aai   1       Fri Oct  2 11:47:28 2020    DEPLOYED    
aai-6.0.0              onap
onap-cassandra     1       Fri Oct  2 11:47:39 2020    DEPLOYED    
cassandra-6.0.0            onap
onap-cds   1       Fri Oct  2 11:47:40 2020    DEPLOYED    
cds-6.0.0              onap
onap-consul    1       Fri Oct  2 11:48:16 2020    DEPLOYED    
consul-6.0.0               onap
onap-dcaegen2  1       Fri Oct  2 11:48:20 2020    DEPLOYED    
dcaegen2-6.0.0             onap
onap-dcaemod   1       Fri Oct  2 11:49:03 2020    DEPLOYED    
dcaemod-6.0.0              onap
onap-esr   1       Fri Oct  2 11:49:44 2020    DEPLOYED    
esr-6.0.0              onap
onap-mariadb-galera    1       Fri Oct  2 11:49:46 2020    DEPLOYED    
mariadb-galera-6.0.0               onap
onap-msb   1       Fri Oct  2 11:49:48 2020    DEPLOYED    
msb-6.0.0              onap
onap-robot     1       Fri Oct  2 11:51:31 2020    DEPLOYED    
robot-6.0.0            onap
onap-so    1       Fri Oct  2 11:55:28 2020    DEPLOYED    
so-6.0.0               onap
onap-vid   1       Fri Oct  2 11:57:03 2020    DEPLOYED    
vid-6.0.0              onap

This means I cannot update or delete through helm, those components that are 
missing.
Has this been observed by you guys? Is it a helm plugin issue?

*Versions:*
helm version
Client: &version.Version{SemVer:"v2.16.6", 
GitCommit:"dd2e5695da88625b190e6b22e9542550ab503a47", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.16.6", 
GitCommit:"dd2e5695da88625b190e6b22e9542550ab503a47", GitTreeState:"clean"}

kubectl version
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.11", 
GitCommit:"d94a81c724ea8e1ccc9002d89b7fe81d58f89ede", GitTreeState:"clean", 
BuildDate:"2020-03-12T21:08:59Z", GoVersion:"go1.12.17", Compiler:"gc", 
Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.11", 
GitCommit:"d94a81c724ea8e1ccc9002d89b7fe81d58f89ede", GitTreeState:"clean", 
BuildDate:"2020-03-12T21:00:06Z", GoVersion:"go1.12.17", Compiler:"gc", 
Platform:"linux/amd64"}

Any ideas?
Thanks,
Fiach


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6): https://lists.onap.org/g/onap-discuss/message/6
Mute This Topic: https://lists.onap.org/mt/77260059/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #helm:https://lists.onap.org/g/onap-discuss/mutehashtag/helm
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 1.7.2 certification path problem

2020-09-07 Thread Fiachra Corcoran
Bug created here - https://jira.onap.org/browse/SO-3196

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

View/Reply Online (#22072): https://lists.onap.org/g/onap-discuss/message/22072
Mute This Topic: https://lists.onap.org/mt/76627614/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] [onap-dmaap] Dmaap reployment failure in master branch

2020-08-25 Thread Fiachra Corcoran
Hi,

You may have to remove the poddisruptionbudgets also.

ubuntu@onap-master-1-k8s-controller-1:~/oom/kubernetes/so$ kubectl get 
poddisruptionbudget -n onap
+ kubectl get poddisruptionbudget -n onap
NAME    MIN AVAILABLE   MAX UNAVAILABLE   ALLOWED 
DISRUPTIONS   AGE
onap-message-router-kafka-pdb   N/A 1 1 
    3d19h
onap-message-router-zookeeper-pdb   N/A 1 1 
    3d19h

Also, you may have to remove any data in the 
/dockerdata-nfs/onap/message-router before redeploying

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

View/Reply Online (#21970): https://lists.onap.org/g/onap-discuss/message/21970
Mute This Topic: https://lists.onap.org/mt/76395586/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 #sdc AAI v20 API support

2020-08-17 Thread Fiachra Corcoran
Ok, thanks.


From: William Reehil via Lists.Onap.Org 
Sent: 17 August 2020 18:24
To: Fiachra Corcoran ; onap-discuss@lists.onap.org 

Subject: Re: [onap-discuss] #aai #sdc AAI v20 API support

Hi Fiachra,

Yes v20 is what will be supported in Guilin. We are in the process of updating 
the OOM charts to v20.

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

View/Reply Online (#21927): https://lists.onap.org/g/onap-discuss/message/21927
Mute This Topic: https://lists.onap.org/mt/76051034/21656
Mute #aai: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/aai
Mute #sdc: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/sdc
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 #sdc AAI v20 API support

2020-08-14 Thread Fiachra Corcoran
Hi,

Are there plans to update the AAI OOM charts to include v20 support?
Is this expected for this release?

Thanks,
Fiachra

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

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



Re: [onap-discuss] PM-MAPPER DMAAP Problem with add pm-mapper as publisher to topic org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS

2020-08-13 Thread Fiachra Corcoran
ps.

You will need to undeploy DFC and PM-MAPPER before running the testsuite.

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

View/Reply Online (#21898): https://lists.onap.org/g/onap-discuss/message/21898
Mute This Topic: https://lists.onap.org/mt/75742750/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] PM-MAPPER DMAAP Problem with add pm-mapper as publisher to topic org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS

2020-08-13 Thread Fiachra Corcoran
Hi,

Pm-mapper publishes to that topic, not subscribes.
There may be an issue with AAF regarding roles/permissions, but if all you want 
to do is check the events, just use the non secure port. 3904.

I would advise you to run the robot 5gbulkpm testsuite to verify the system is 
functioning correctly.
>From the robot dir in OOM, execute the following:

~/oom_master/kubernetes/robot$ ./ete-k8s.sh onap 5gbulkpm

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

View/Reply Online (#21897): https://lists.onap.org/g/onap-discuss/message/21897
Mute This Topic: https://lists.onap.org/mt/75742750/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 #sdc AAI v20 API support

2020-08-11 Thread Fiachra Corcoran
Hi Harish,

So to test the image, I built the 1.7.3 schema-service image and redeployed 
OOM, but there seems to be a config issue, maybe with the charts.

klogs onap-aai-schema-service-797fc89b9b-mznsz aai-schema-service
+ kubectl logs -n onap onap-aai-schema-service-797fc89b9b-mznsz 
aai-schema-service

Tue Aug 11 15:44:00 UTC 2020    Starting 
/opt/app/aai-schema-service/scripts/updatePem.sh
Can't open /opt/app/aai-schema-service/resources/etc/auth//aai-client-cert.p12 
for reading, No such file or directory
140001312840552:error:02001002:system library:fopen:No such file or 
directory:crypto/bio/bss_file.c:72:fopen('/opt/app/aai-schema-service/resources/etc/auth//aai-client-cert.p12','rb')
140001312840552:error:2006D080:BIO routines:BIO_new_file:no such 
file:crypto/bio/bss_file.c:79:

Can't open /opt/app/aai-schema-service/resources/etc/auth//aai-client-cert.p12 
for reading, No such file or directory
140266510420840:error:02001002:system library:fopen:No such file or 
directory:crypto/bio/bss_file.c:72:fopen('/opt/app/aai-schema-service/resources/etc/auth//aai-client-cert.p12','rb')
140266510420840:error:2006D080:BIO routines:BIO_new_file:no such 
file:crypto/bio/bss_file.c:79:
Tue Aug 11 15:44:01 UTC 2020    Done 
/opt/app/aai-schema-service/scripts/updatePem.sh
Exception in thread "main" java.lang.reflect.InvocationTargetException
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.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
at 
org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)
Caused by: java.lang.IllegalStateException: Logback configuration error 
detected:
ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not 
create component [encoder] of type [org.onap.aai.logging.EcompEncoder] 
java.lang.ClassNotFoundException: org.onap.aai.logging.EcompEncoder
ERROR in ch.qos.logback.core.joran.spi.Interpreter@51:16 - no applicable action 
for [pattern], current ElementPath  is 
[[configuration][appender][encoder][pattern]]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[METRIC] - No encoder 
set for the appender named "METRIC".
ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not 
create component [encoder] of type [org.onap.aai.logging.EcompEncoder] 
java.lang.ClassNotFoundException: org.onap.aai.logging.EcompEncoder
ERROR in ch.qos.logback.core.joran.spi.Interpreter@72:16 - no applicable action 
for [pattern], current ElementPath  is 
[[configuration][appender][encoder][pattern]]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG] - No encoder 
set for the appender named "DEBUG".
ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not 
create component [encoder] of type [org.onap.aai.logging.EcompEncoder] 
java.lang.ClassNotFoundException: org.onap.aai.logging.EcompEncoder
ERROR in ch.qos.logback.core.joran.spi.Interpreter@91:16 - no applicable action 
for [pattern], current ElementPath  is 
[[configuration][appender][encoder][pattern]]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[ERROR] - No encoder 
set for the appender named "ERROR".
ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not 
create component [encoder] of type [org.onap.aai.logging.EcompEncoder] 
java.lang.ClassNotFoundException: org.onap.aai.logging.EcompEncoder
ERROR in ch.qos.logback.core.joran.spi.Interpreter@107:16 - no applicable 
action for [pattern], current ElementPath  is 
[[configuration][appender][encoder][pattern]]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[AUDIT] - No encoder 
set for the appender named "AUDIT".
ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not 
create component [encoder] of type [org.onap.aai.logging.EcompEncoder] 
java.lang.ClassNotFoundException: org.onap.aai.logging.EcompEncoder
ERROR in ch.qos.logback.core.joran.spi.Interpreter@128:16 - no applicable 
action for [pattern], current ElementPath  is 
[[configuration][appender][encoder][pattern]]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[translog] - No encoder 
set for the appender named "translog".
ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not 
create component [encoder] of type [org.onap.aai.logging.EcompEncoder] 
java.lang.ClassNotFoundException: org.onap.aai.logging.EcompEncoder
ERROR in ch.qos.logback.core.joran.spi.Interpreter@147:16 - no applicable 
action for [pattern], current ElementPath  is 
[[configuration][appender][encoder][pattern]]
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[dmaap

Re: [onap-discuss] PM-MAPPER DMAAP Problem with add pm-mapper as publisher to topic org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS

2020-08-11 Thread Fiachra Corcoran
Hi Kai,

Again, the pm-mapper frankfurt codebase uses "filters" and the frankfurt 
blueprint (from the link posted earlier) for pm-mapper uses the same.

Blueprint:
inputs:
 filter:
   type: string
   description: PM Mapper filter on measInfo, measInfoId, measType, instanceId
   default: "{ \"filters\":[] }" Mapper code:
@Data
@EqualsAndHashCode
@NoArgsConstructor
public class MeasFilterConfig {

 @GSONRequired
 @SerializedName("filters")
 public List filters;

Please ensure you are using the correct blueprint when deploying the app in the 
relevant OOM release.

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

View/Reply Online (#21874): https://lists.onap.org/g/onap-discuss/message/21874
Mute This Topic: https://lists.onap.org/mt/75742750/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 #sdc AAI v20 API support

2020-08-10 Thread Fiachra Corcoran
Hi,

It looks like there are issues with the project pom for docker-staging.
https://jenkins.onap.org/view/aai-schema-service/job/aai-schema-service-maven-docker-stage-master/

We need the 1.7.3 image, not the maven artifact.
Do you guys have a README for building the docker images?

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

View/Reply Online (#21869): https://lists.onap.org/g/onap-discuss/message/21869
Mute This Topic: https://lists.onap.org/mt/76051034/21656
Mute #aai: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/aai
Mute #sdc: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/sdc
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 #sdc AAI v20 API support

2020-08-10 Thread Fiachra Corcoran
Hi @William,

I can't see the 1.7.3 image available in nexus.
Can you point me to where that image is available?

Thanks,
Fiachra

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

View/Reply Online (#21868): https://lists.onap.org/g/onap-discuss/message/21868
Mute This Topic: https://lists.onap.org/mt/76051034/21656
Mute #aai: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/aai
Mute #sdc: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/sdc
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 #sdc AAI v20 API support

2020-08-07 Thread Fiachra Corcoran
ps.

I have tried to use the more recent AAI images (1.7 etc) but then the SDC 
distribution fails towards aai-ml

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

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



[onap-discuss] #aai #sdc AAI v20 API support

2020-08-07 Thread Fiachra Corcoran
Hi AAI team,

We are trying to deploy the latest SO images (1.7.0) to have support for new 
entries in AAI.
For this we need v20 API support as SO have migrated to this version.

Could you please indicate how we can achieve this? ie. What are the AAI 
components to be upgraded and which image version should we use.
Thanks,

Fiachra

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

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



Re: [onap-discuss] PM-MAPPER DMAAP Problem with add pm-mapper as publisher to topic org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS

2020-08-07 Thread Fiachra Corcoran
Hi Kai,

For frankfurt release you need to use the frankfurt blueprint for pm-mapper.
https://gerrit.onap.org/r/gitweb?p=dcaegen2/platform/blueprints.git;a=blob_plain;f=blueprints/k8s-pm-mapper.yaml;h=0e477b493cf838f773a40eaf57b02e3cfd8b54eb;hb=1bdaa6f1e30cbbf4799898dee6fb1e143bb177b8

What is you overall objective here? Is it to test the Bulk PM usecase?

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

View/Reply Online (#21860): https://lists.onap.org/g/onap-discuss/message/21860
Mute This Topic: https://lists.onap.org/mt/75742750/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] PM-MAPPER DMAAP Problem with add pm-mapper as publisher to topic org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS

2020-07-24 Thread Fiachra Corcoran
Hi @Marcin,

Can you check the health of the deployment?
Are AAF and DMAAP pods running/healthy?

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

View/Reply Online (#21766): https://lists.onap.org/g/onap-discuss/message/21766
Mute This Topic: https://lists.onap.org/mt/75742750/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] Deploying ONAP FrankFurt #frankfurt #dcaegen2

2020-07-07 Thread Fiachra Corcoran
Hi,

I suspect this may be due to the expiry of certificates for the 
aaf-cert-service component.

kubectl describe po -n onap onap-aaf-cert-service-7dd84c67c8-vs7n7
...
Events:
Type Reason Age   From  Message
 --     ---
Warning  Unhealthy  25m (x2801 over 37h)  kubelet, 10.10.10.86  Readiness probe 
failed:   % Total    % Received % Xferd  Average Speed   Time    Time Time  
Current
Dload  Upload   Total   Spent    Left  Speed
0 0    0 0    0 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

The certs are loaded as secrets via OOM helm charts so may be able to patch 
them manually.

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

View/Reply Online (#21613): https://lists.onap.org/g/onap-discuss/message/21613
Mute This Topic: https://lists.onap.org/mt/75355991/21656
Mute #dcaegen2: https://lists.onap.org/g/onap+onap-discuss/mutehashtag/dcaegen2
Mute #frankfurt: 
https://lists.onap.org/g/onap+onap-discuss/mutehashtag/frankfurt
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 Frankfurt deployment problem #oom #dmaap

2020-06-06 Thread Fiachra Corcoran
Hi Nasu,

Occasionally helm will timeout when deploying the dmaap charts and report a 
failure but in reality it deployed successfully. This issue has been addressed 
in the latest OOM codebase.
If all the dmaap pods are up and running and the healthchecks are passing, you 
can ignore the above errors.

Thanks,
Fiachra

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

View/Reply Online (#21270): https://lists.onap.org/g/onap-discuss/message/21270
Mute This Topic: https://lists.onap.org/mt/74685598/21656
Mute #dmaap: https://lists.onap.org/mk?hashtag=dmaap&subid=2740164
Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=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]dmaap module, dmaap-bc-post-install

2020-04-08 Thread Fiachra Corcoran
@Gulsum Atici,

Apologies for my misunderstanding but the ElAlto image 2.2.0 shouldn't be used 
in Dublin branch.

If necessary, cherrypick the branch - 
https://gerrit.onap.org/r/c/dmaap/datarouter/+/105013 (minus the pom/version 
updated) and rebuild the images.

//Fiachra

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

View/Reply Online (#20558): https://lists.onap.org/g/onap-discuss/message/20558
Mute This Topic: https://lists.onap.org/mt/72846220/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]dmaap module, dmaap-bc-post-install

2020-04-07 Thread Fiachra Corcoran
@Gulsum
Actually no, sorry, that would give you ElAlto features on Dublin deployment.

If you have to (rather than just upgrading to El Alto), cherrypick this patch 
https://gerrit.onap.org/r/c/dmaap/datarouter/+/105013 and rebuild the dr images.

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

View/Reply Online (#20526): https://lists.onap.org/g/onap-discuss/message/20526
Mute This Topic: https://lists.onap.org/mt/72846220/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]dmaap module, dmaap-bc-post-install

2020-04-07 Thread Fiachra Corcoran
You need the 2.2.0 images from DMaaP DR

Try cherry picking this patch to Dublin branch and redeploy.
https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff;h=287a29429cf74b3f9bf87e10e4157a74d8c6568a

Haven't tested it but it should work.

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

View/Reply Online (#20523): https://lists.onap.org/g/onap-discuss/message/20523
Mute This Topic: https://lists.onap.org/mt/72846220/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]dmaap module, dmaap-bc-post-install

2020-04-07 Thread Fiachra Corcoran
Hi,

The post-install jobs provision DMaaP DR feeds and MR topics via Bus 
Controller. DMaaP MR topics are required for many use cases so ideally should 
run.
When deploying pass a timeout value to your helm cmd to allow the jobs to 
complete.
helm deploy   --timeout=900

For DR cert issue, the images and OOM ElAlto branch were patched. Pull latest 
and redeploy.

Thanks,
Fiachra

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

View/Reply Online (#20513): https://lists.onap.org/g/onap-discuss/message/20513
Mute This Topic: https://lists.onap.org/mt/72846220/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] Facing issue in deploying ONAP Master

2020-04-06 Thread Fiachra Corcoran
Hi Thiriloshini,

As long as you are not making any changes that require linting, Try passing "-e 
SKIP_LINT=TRUE" to the make all cmd.
make all -e SKIP_LINT=TRUE

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

View/Reply Online (#20505): https://lists.onap.org/g/onap-discuss/message/20505
Mute This Topic: https://lists.onap.org/mt/72807623/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 #dmmap-dr-ndoe

2020-04-05 Thread Fiachra Corcoran
Hi,

I have tested/deployed this again locally and both dr pods come up fine.

When you redeploy, are you redeploying all ONAP components? Also, you may have 
to delete any old data from /dockerdata-nfs before redeploying.

See the OOM gating results for the patch here - 
https://gerrit.onap.org/r/c/oom/+/105015
No failures for DR there so not sure what is up with your deployment.

Thanks,
Fiachra

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

View/Reply Online (#20487): https://lists.onap.org/g/onap-discuss/message/20487
Mute This Topic: https://lists.onap.org/mt/72720063/21656
Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=2740164
Mute #dmmap-dr-ndoe: 
https://lists.onap.org/mk?hashtag=dmmap-dr-ndoe&subid=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 #dmmap-dr-ndoe

2020-04-03 Thread Fiachra Corcoran
Hi all,

dmaap-dr certs have been updated and OOM El Alto branch patched with new 
images. Should be good to go now.

Thanks for your patience,

///Fiachra

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

View/Reply Online (#20478): https://lists.onap.org/g/onap-discuss/message/20478
Mute This Topic: https://lists.onap.org/mt/72720063/21656
Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=2740164
Mute #dmmap-dr-ndoe: 
https://lists.onap.org/mk?hashtag=dmmap-dr-ndoe&subid=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 #dmmap-dr-ndoe

2020-04-02 Thread Fiachra Corcoran
Hi,

Yes unfortunately they are part of the image. I am currently generating new 
ones and plan to release a new image.

No, there is no current process in the helm charts to load in new certs. I will 
discuss with OOM which is a better approach. Patch the DR image or patch OOM 
helm charts to allow cert loading.

//Fiachra

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

View/Reply Online (#20466): https://lists.onap.org/g/onap-discuss/message/20466
Mute This Topic: https://lists.onap.org/mt/72720063/21656
Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=2740164
Mute #dmmap-dr-ndoe: 
https://lists.onap.org/mk?hashtag=dmmap-dr-ndoe&subid=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 #dmmap-dr-ndoe

2020-04-02 Thread Fiachra Corcoran
On Thu, Apr 2, 2020 at 08:45 AM, 那須 亮 wrote:

> 
> PKIX path validation failed:
> java.security.cert.CertPathValidatorException: validity check failed - try
> again later

Looks like the AAF certificates have expired on Apr 1st. Nice April fools 
joke.. Will need to patch the images with new certs.

Regards,
Fiachra

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

View/Reply Online (#20461): https://lists.onap.org/g/onap-discuss/message/20461
Mute This Topic: https://lists.onap.org/mt/72720063/21656
Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=2740164
Mute #dmmap-dr-ndoe: 
https://lists.onap.org/mk?hashtag=dmmap-dr-ndoe&subid=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] DataFileCollector Unable to send file to DataRouter #elalto #dmaap

2020-03-27 Thread Fiachra Corcoran
DMaaP Buscontroller is down. BC is needed for this usecase.

There seems to be multiple topics created on discuss list for this issue.
If the creators of the these discuss list topics are working together can they 
please refine to 1 topic only.

Thanks,
Fiachra

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

View/Reply Online (#20402): https://lists.onap.org/g/onap-discuss/message/20402
Mute This Topic: https://lists.onap.org/mt/72473648/21656
Mute #dmaap: https://lists.onap.org/mk?hashtag=dmaap&subid=2740164
Mute #elalto: https://lists.onap.org/mk?hashtag=elalto&subid=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] DataFileCollector Unable to send file to DataRouter #elalto #dmaap

2020-03-24 Thread Fiachra Corcoran
It looks like you are using the Dublin DFC BluePrint as the dmaap-dr-prov port 
is hard coded to 8443.

This was changed to 443 in ElAlto and managed by the DMaaP plugin.
https://gerrit.onap.org/r/gitweb?p=dcaegen2/collectors/datafile.git;a=blob;f=datafile-app-server/dpo/blueprints/k8s-datafile.yaml;h=2de0a248e43f75444b16bc655e78786f08ec5fb0;hb=refs/heads/el-alto

Try deploying this BP and retry the use case.

Thanks,
Fiachra

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

View/Reply Online (#20365): https://lists.onap.org/g/onap-discuss/message/20365
Mute This Topic: https://lists.onap.org/mt/72473648/21656
Mute #dmaap: https://lists.onap.org/mk?hashtag=dmaap&subid=2740164
Mute #elalto: https://lists.onap.org/mk?hashtag=elalto&subid=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] DataFileCollector Unable to send file to DataRouter #elalto #dmaap

2020-03-24 Thread Fiachra Corcoran
Hi Sofi,

Can you post the status of the dmaap-dr pods and services?
kubectl get pod -n onap | grep dmaap-dr
kubectl get svc -n onap | grep dmaap-dr

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

View/Reply Online (#20357): https://lists.onap.org/g/onap-discuss/message/20357
Mute This Topic: https://lists.onap.org/mt/72473648/21656
Mute #dmaap: https://lists.onap.org/mk?hashtag=dmaap&subid=2740164
Mute #elalto: https://lists.onap.org/mk?hashtag=elalto&subid=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] master (Frankfurt) an issue with dmaap-dr-prov - pod is in CrashLoopBackOff state

2020-03-23 Thread Fiachra Corcoran
That's more likely. Good catch. Thanks Dom.
This should be documented somewhere in OOM docs soon!

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

View/Reply Online (#20347): https://lists.onap.org/g/onap-discuss/message/20347
Mute This Topic: https://lists.onap.org/mt/72492544/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] master (Frankfurt) an issue with dmaap-dr-prov - pod is in CrashLoopBackOff state

2020-03-23 Thread Fiachra Corcoran
This looks like dr-prov aaf-init didin't complete successfuly. Can you show the 
logs of the aaf-init container on dr-prov.

dr-node is dependant on dr-prov so waits for ready.

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

View/Reply Online (#20342): https://lists.onap.org/g/onap-discuss/message/20342
Mute This Topic: https://lists.onap.org/mt/72492544/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 Make helm charts hangs when deleting outdated charts

2020-02-27 Thread Fiachra Corcoran
Hi,

Thanks for the update.
Looks like the SKIP_LINT does the trick.

And just building the chart you are modifying also.

make dmaap;make onap -e SKIP_LINT=TRUE
takes ~2 mins

All good so,
Fiach

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

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



[onap-discuss] #oom Make helm charts hangs when deleting outdated charts

2020-02-26 Thread Fiachra Corcoran
Hi OOM team,

When 'makeing' the helm charts (make all;make onap), the process seems to hang 
for up to 10 mins when trying to delete outdated charts.

Downloading vnfsdk from repo http://127.0.0.1:8879
Downloading modeling from repo http://127.0.0.1:8879
Deleting outdated charts
==> Linting onap
Lint OK

Is there a way to speed this up? Is this a helm issue or make??

Regards,
Fiachra

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

View/Reply Online (#20132): https://lists.onap.org/g/onap-discuss/message/20132
Mute This Topic: https://lists.onap.org/mt/71571528/21656
Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=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] [dmaap] docker image dependency chart

2019-08-22 Thread Fiachra Corcoran
Hi Paul,

The following dependencies are related to Casablanca JJB's which are being 
removed, so can be ignored:  see -  
https://gerrit.onap.org/r/#/c/ci-management/+/94103/

220 java:8 --> onap/dmaap/datarouter-prov:1.0.9-SNAPSHOT
225 java:8 --> onap/dmaap/datarouter-node:1.0.9-SNAPSHOT
228 java:8 --> onap/dmaap/datarouter-subscriber:1.0.9-SNAPSHOT

The remaining datarouter dependencies are valid:

215 openjdk:8-jre-alpine --> onap/dmaap/datarouter-node:latest --> 
onap/dmaap/datarouter-node
216 openjdk:8-jre-alpine --> onap/dmaap/datarouter-subscriber:latest --> 
onap/dmaap/datarouter-subscriber
223 openjdk:8-jre-alpine --> onap/dmaap/datarouter-prov:latest
224 openjdk:8-jre-alpine --> onap/dmaap/datarouter-prov:latest --> 
onap/dmaap/datarouter-prov
226 openjdk:8-jre-alpine --> onap/dmaap/datarouter-node:latest
227 openjdk:8-jre-alpine --> onap/dmaap/datarouter-subscriber:latest

//Fiachra

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

View/Reply Online (#18662): https://lists.onap.org/g/onap-discuss/message/18662
Mute This Topic: https://lists.onap.org/mt/32527493/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][dmaap]

2019-08-14 Thread Fiachra Corcoran
Hi Lakshman,

This issue is to do with the common mariadb-galera chart replication. It seems 
to be related to maybe a race condition between master and slave db pods.
Was this a fresh OOM deployment or was there existing dmaap data in the 
/dockerdata-nfs mount?
It seems to be intermittent and difficult to debug also. I will raise this with 
OOM team to see if they have a fix/workaround.

A possible workaround may be to delete the dmaap-dr-db pods and let them 
recreate themselves.

Similar issue reported here 
https://lists.onap.org/g/onap-discuss/topic/32858722?p=,,,20,0,0,0::recentpostdate,,,20,2,0,0&allview=1
 with the galera charts.

//Fiachra

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

View/Reply Online (#18565): https://lists.onap.org/g/onap-discuss/message/18565
Mute This Topic: https://lists.onap.org/mt/32859680/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] problem with redeploy on latest branch and Mirror maker issue

2019-07-08 Thread Fiachra Corcoran
Hi Thamul,

Best to ensure all AAF pods are up and running.
If you are not using MirrorMaker then you can ignore the failing pod as DMaaP 
Message Router will function without it.

To disable AAF fro MR see 
https://wiki.onap.org/display/DW/Deploy+DMaaP+MR+without+AAF

//Fiachra

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

View/Reply Online (#17905): https://lists.onap.org/g/onap-discuss/message/17905
Mute This Topic: https://lists.onap.org/mt/32391195/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] problem with redeploy on latest branch

2019-07-05 Thread Fiachra Corcoran
Hi Thamlur,

The problem with undeploy plugin (or helm del for that matter) is that not all 
k8s resources are removed in the process.

The error above relates to k8s persistent volumes left behind, which causes the 
redeploy to fail.
The short answer is to use "kubectl" to get all persistentvolumeclaims and 
persistentvolumes for all 3 DMaaP components (dmaap-dr, dmaap-mr, dmaap-bc).

kubectl get persistentvolumeclaims -n onap | grep dmaap
kubectl get persistentvolumes -n onap | grep dmaap

Then "kubectl delete" them manually before redeploying.
There may also be some other dmaap resources that need to be deleted. (secrets, 
configmaps, storageclasses, jobs)

Also, it's probably best to delete all dmaap data from the dockerdata-nfs pre 
redploy.

The original post refers to Casablanca, but are you deploying with latest OOM 
branch?

Regards,
Fiachra

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

View/Reply Online (#17885): https://lists.onap.org/g/onap-discuss/message/17885
Mute This Topic: https://lists.onap.org/mt/28285118/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 bus-controller, dr-node, dr-prov is failing after OOM Casablanca installation.

2018-12-13 Thread Fiachra Corcoran
Hi Gulsam,

Yes dmaap-dr-node comes up last.

It looks like a problem with the dmaap-db. Will investigate and get back to 
you. Hard to debug if we cannot recreate it.

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

View/Reply Online (#14497): https://lists.onap.org/g/onap-discuss/message/14497
Mute This Topic: https://lists.onap.org/mt/27483391/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 bus-controller, dr-node, dr-prov is failing after OOM Casablanca installation.

2018-12-13 Thread Fiachra Corcoran
Hi Yang,

Yes we just noticed this also. Thanks. We will monitor the next run and debug 
it if the problem reoccurs.

It looks like potential timing issue and dmaap-db restart.

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

View/Reply Online (#14496): https://lists.onap.org/g/onap-discuss/message/14496
Mute This Topic: https://lists.onap.org/mt/27483391/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 bus-controller, dr-node, dr-prov is failing after OOM Casablanca installation.

2018-12-13 Thread Fiachra Corcoran
Hi,

We have tried to recreate the issue but cannot see the same result.

I notice from your dmaap output that message-router is failing to come up also.
Are you just deploying dmaap only? Are the other components coming up ok?

When you tear down / undeploy your ONAP, do you clear out the /dockerdata-nfs 
dir?
I would advise to remove this data before each redeploy of ONAP as there may be 
redundant data there causing issues.

Fiachra

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

View/Reply Online (#14485): https://lists.onap.org/g/onap-discuss/message/14485
Mute This Topic: https://lists.onap.org/mt/27483391/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 bus-controller, dr-node, dr-prov is failing after OOM Casablanca installation.

2018-12-12 Thread Fiachra Corcoran
Hi,

Have you tried to delete the pods and see if they restart successfully 
afterwards?

There may be a connection issue to the dmaap-dr-db container.
If possible can you try to check the log on dmaap-dr-prov during start up.

kubectl exec -it -n onap onap-dmaap-dmaap-dr-prov- -- cat 
/root/dr2/logs/provint.log

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

View/Reply Online (#14458): https://lists.onap.org/g/onap-discuss/message/14458
Mute This Topic: https://lists.onap.org/mt/27483391/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] [DMAAP] Kafka

2018-11-23 Thread Fiachra Corcoran
Hi Prakesh,


No partitioning involved in DMaaP DR.

Data is published to specific "feeds" which subscribers can consume from.


See arch diagram here 
https://onap.readthedocs.io/en/latest/submodules/dmaap/datarouter.git/docs/data-router/architecture.html


Have a quick read through the API also.


//Fiachra


From: onap-discuss@lists.onap.org  on behalf of 
Prakash via Lists.Onap.Org 
Sent: 23 November 2018 08:13:42
To: d...@research.att.com; onap-discuss@lists.onap.org
Subject: Re: [E] RE: [onap-discuss] [DMAAP] Kafka

Hi Team,

1.   Is kafka used in DR as well?
[dgl: No kafka in DR.  DR uses local file system to store client date until its 
delivered.  It also uses mariadb to store provisioning data]


Kindly assist me understand the below

If DR doesn't use kafka then how the partitioning of data and topics happens in 
DR? Kindly provide more info.

Can you explain the internal call flow that DR does for a single file.txt 
transfer between two applications?

On Tue, Nov 20, 2018 at 7:56 PM LUNANUOVA, DOMINIC (DOMINIC) 
mailto:d...@research.att.com>> wrote:

Some answers below.

Others will need to answer the rest.

-Dom



From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On 
Behalf Of Prakash via Lists.Onap.Org
Sent: Tuesday, November 20, 2018 4:49 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [DMAAP] Kafka



Hello Team,

 As i could see a demo video on MR but i just want to know how DR works 
internally and looking for more documentation. Let me know where i can find.

[dgl: see 
https://onap.readthedocs.io/en/latest/submodules/dmaap/datarouter.git/docs/index.html]

 Also kindly clarify me on the below

1.   Is kafka used in DR as well?

[dgl: No kafka in DR.  DR uses local file system to store client date until its 
delivered.  It also uses mariadb to store provisioning data]

2.   What is the exact use of DMD and Bus Controller? Need an example use case.

[dgl: example use cases for Bus Controller:

a)   Application X publishes to DR and creates Feed X via Bus Controller /feeds 
API.  Analytic Function AF can subscribe to Feed X via Bus Controller /dr_subs 
API.  Bus Controller provisions DR accordingly.

b)   Designer specifies authenticated topic T.  Topic is provisioned using Bus 
Controller /topics API.  Application P can add itself as a publisher to topic T 
using the Bus Controller /mr_clients API.  Application S can add itself as a 
subscriber to topic T using the same API.  Bus Controller will create the topic 
T on MR, and also create and grant the AAF perms associated with the client 
actions.

3.   Is it possible to replace other models instead of kafka in MR and use it?

[Sunil?]

4.   Which component of DMAAP does the Data translation and API translation?

[dgl: no DMaaP component does data translation at this time.  The DR team is 
considering a feature in Dublin that will offer some degree of provisioning 
coordination for a registered data translation service  (e.g. reformat a data 
file).  Please provide more info on a use case you have in mind.





--

Regards,
Prakas P,
Network and Technology IT,


--
Regards,
Prakas P,
Network and Technology IT,
VDSI - Olympia – Chennai
VoIP: 72184 | Direct: +91 44 4394 2184
Mailto  | prakas...@verizon.com

We Are VERIZON

INTEGRITY . RESPECT . PERFORMANCE EXCELLENCE . 
ACCOUNTABILITY



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

View/Reply Online (#14010): https://lists.onap.org/g/onap-discuss/message/14010
Mute This Topic: https://lists.onap.org/mt/28291595/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] DMD

2018-11-23 Thread Fiachra Corcoran
Hi Prakash,


DMaaP DR was added to OOM on 2018-08-29. (Cassablanca)

Use the latest OOM revision.


//Fiachra



From: onap-discuss@lists.onap.org  on behalf of 
Prakash via Lists.Onap.Org 
Sent: 23 November 2018 05:15:14
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [DMAAP] DMD

Hi Team,
Good Day!
  Kindly clarify me below.
  1. I could see DMD and DMC in the architecture but i don't see it in the 
GIT/onap or in the OOM running setup
  2. What is the DR pod name, i don't see DR pod running in my setup 
brought up using OOM Beijin

Is there any slack or whatsapp group where i can have these questions anyswered 
handy.

Thanks,
Prakash P

--
Regards,
Prakas P,
Network and Technology IT,
VDSI - Olympia – Chennai
VoIP: 72184 | Direct: +91 44 4394 2184
Mailto  | prakas...@verizon.com

We Are VERIZON

INTEGRITY . RESPECT . PERFORMANCE EXCELLENCE . 
ACCOUNTABILITY



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

View/Reply Online (#14009): https://lists.onap.org/g/onap-discuss/message/14009
Mute This Topic: https://lists.onap.org/mt/28291168/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] How to check file delivery to DMaaP Data Router?

2018-11-07 Thread Fiachra Corcoran
Hi Marcin,


You can check the dmaap-dr-node /opt/app/datartr/spool/s/0/1/ directory for the 
file.


This is the temp holding dir for the file if it hasn't been delivered to a 
subscriber successfully.


Regards,

Fiachra


From: onap-discuss@lists.onap.org  on behalf of 
Migdal, Marcin (Nokia - PL/Wroclaw) 
Sent: 07 November 2018 15:30:40
To: UNNAVA, SUNIL; KOYA, RAMPRASAD; onap-discuss; LUNANUOVA, DOMINIC
Subject: [onap-discuss] How to check file delivery to DMaaP Data Router?


Hello,


We can see in logs that file has been delivered to DMaaP-DR by 
data-file-collector:


2018-11-07 13:41:41.753 TRACE 1 --- [-client-epoll-8] 
.c.d.s.p.DmaapProducerReactiveHttpClient : Starting to publish to DR
2018-11-07 13:41:41.789 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : ===request 
begin
2018-11-07 13:41:41.789 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : URI : 
https://10.42.111.6:9443/publish/1/file.txt
2018-11-07 13:41:41.789 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : Method  : PUT
2018-11-07 13:41:41.796 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : Headers : {Accept=[text/plain, 
application/json, application/*+json, */*], 
Content-Type=[application/octet-stream], 
X-ATT-DR-META=[{"compression":"txt","fileFormatType":"org.3GPP.32.435#measCollec","fileFormatVersion":"V10"}],
 Authorization=[Basic ZHJhZG1pbjpkcmFkbWlu], Content-Length=[17]}
2018-11-07 13:41:41.797 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : Request body: sample message v2
2018-11-07 13:41:41.797 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : ==request 
end
2018-11-07 13:41:41.910 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : response 
begin==
2018-11-07 13:41:41.910 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : Status code  : 204 NO_CONTENT
2018-11-07 13:41:41.913 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : Status text  : No Content
2018-11-07 13:41:41.914 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : Headers  : {Date=[Wed, 07 Nov 
2018 13:41:41 GMT], Strict-Transport-Security=[max-age=2000; 
includeSubDomains], X-ATT-DR-PUBLISH-ID=[1541598101903.dmaap-dr-node], 
Server=[Jetty(9.3.8.RC0)]}
2018-11-07 13:41:41.914 DEBUG 1 --- [-client-epoll-8] 
.c.d.w.RequestResponseLoggingInterceptor : ===response 
end=
2018-11-07 13:41:41.924  INFO 1 --- [-client-epoll-8] 
o.o.d.c.datafile.tasks.ScheduledTasks: Datafile consumed tasks. HTTP 
Response code 204 NO_CONTENT

How to check in DMaaP-DR that file or it's content has been delivered to DMaaP 
Data Router?

Br,
Marcin Migal
Nokia








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

View/Reply Online (#13585): https://lists.onap.org/g/onap-discuss/message/13585
Mute This Topic: https://lists.onap.org/mt/28023588/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 bus-controller, dr-node, dr-prov is failing after OOM Casablanca installation.

2018-10-22 Thread Fiachra Corcoran
On Mon, Oct 22, 2018 at 02:01 AM, Krzysztof Kuźmicki wrote:

> 
> is not allowed to connect to this MariaDB server

Hi Krzysztof,

We have tried to recreate your issue with dmaap-dr on a (3 x 60GB) environment 
and all came up successfully.

We will continue to monitor this and maybe next time you see this could you 
check the dmaap-dr-db log for anything obvious.

//Fiachra

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

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