[onap-discuss] [aai] Exception faced when setup aai inst1 through docker

2018-06-05 Thread Ying, Ruoyu
Hi all, I'm trying to setup AAI env through docker and I've already setup the aai-inst2. But when I try to bring up aai-inst1, I faced an error like this: Exception in thread "main" java.lang.reflect.InvocationTargetException at

Re: [onap-discuss] [aai] Exception faced when setup aai inst1 through docker

2018-06-05 Thread Ying, Ruoyu
From: KAJUR, HARISH V [mailto:vk2...@att.com] Sent: Tuesday, June 5, 2018 9:36 AM To: Ying, Ruoyu ; onap-discuss@lists.onap.org; FORSYTH, JAMES Subject: RE: [aai] Exception faced when setup aai inst1 through docker Hi Ruoyu, Can you please try to do a ping aai.hbase.simpledemo.onap.org from the aai

Re: [onap-discuss] [aai] Exception faced when setup aai inst1 through docker

2018-06-05 Thread Ying, Ruoyu
Hi Harish, Any other suggestions? Best Regards, Ruoyu From: Ying, Ruoyu Sent: Tuesday, June 5, 2018 9:46 AM To: 'KAJUR, HARISH V' Cc: onap-discuss@lists.onap.org; FORSYTH, JAMES Subject: RE: [aai] Exception faced when setup aai inst1 through docker Hi Harish, I'm able to ping the host from

[onap-discuss] [dmaap] Faced keystore error

2018-06-26 Thread Ying, Ruoyu
Hi all, When I try to setup dmaap(message-router) through HEAT deployment, I faced some error like this: 2018-06-25 08:47:06,680||main|||DCAE||ERROR|||Exception java.io.IOException: Keystore was tampered with, or password was incorrect 2018-06-25 08:47:06,680||main|||DCAE||ERROR|||possibly

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

2018-09-27 Thread Ying, Ruoyu
Hi AAI team, When I setup AAI using OOM, all the other pods are working normally except the pod named aai-aai-data-router. It kept getting status crashLoopBackOff I also check the log of it, it shows like this: vagrant@master:~$ kubectl logs -n onap demo-aai-aai-data-router-6989756cd8-zbp62

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
. Best Regards, Ruoyu From: FORSYTH, JAMES [mailto:jf2...@att.com] Sent: Tuesday, October 30, 2018 9:02 PM To: onap-discuss@lists.onap.org; Ying, Ruoyu Cc: Ranganathan, Dileep ; Huang, Haibin Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied First step – you should verify

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
: GATHMAN, JONATHAN C [mailto:jg1...@att.com] Sent: Tuesday, October 30, 2018 9:18 PM To: FORSYTH, JAMES ; Ying, Ruoyu ; onap-discuss@lists.onap.org Cc: Ranganathan, Dileep ; Huang, Haibin Subject: Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied Is this on SB04?, and what time

Re: [onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
Hi all, I am now able to access AAI after restarting the aaf-locate pod. Thanks for your help. But it still maybe a bug here. Best Regards, Ruoyu From: Ying, Ruoyu Sent: Tuesday, October 30, 2018 9:24 PM To: 'GATHMAN, JONATHAN C' ; FORSYTH, JAMES ; onap-discuss@lists.onap.org Cc: Ranganathan

[onap-discuss] [OOM][AAI]Request to AAI got access denied

2018-10-30 Thread Ying, Ruoyu
Hi AAI team, Got an issue while curling AAI in OOF tenant in the integration lab. With Basic auth enabled and ssl cert verification off, the response of all the requests from AAI looks like this: { "timestamp": 1540900280234, "status": 403, "error": "Forbidden", "message":

[onap-discuss] [OOM] Redeploy without affecting other components

2018-10-25 Thread Ying, Ruoyu
Hi all, Is there a way to redeploy a single component while not affecting others(including upgrade)? I know before we can first purge certain component with command 'kubectl delete - - purge ' then set 'true' in the integration-override.yaml file for only one component. So that it will

[onap-discuss] Unable to push patch to gerrit

2018-11-08 Thread Ying, Ruoyu
Hi all, I tried to push a patch to the gerrit repo, but it always shows error like this: ruoyu@ruoyu-dev-nuc:~/optf/osdf$ git review -R Problems encountered installing commit-msg hook The following command failed with exit code 104 "GET https://gerrit.onap.org/tools/hooks/commit-msg;

[onap-discuss][oom][multicloud] Image not found for pod demo-multicloud-multicloud-windriver

2018-09-28 Thread Ying, Ruoyu
Hi all, When I install multicloud through OOM, one pod named 'demo-multicloud-multicloud-windriver' always got status 'ImagePullBackOff'. And I check the events inside, found that it is pulling the image named "nexus3.onap.org:10001/onap/multicloud/openstack-windriver:1.2.0-STAGING". However,

[onap-discuss][oom][sdc] Problem in installing SDC with the latest oom code

2018-09-28 Thread Ying, Ruoyu
Hi all, I tried to install SDC through OOM. But after several tries, I found the status of several SDC ports kept shown as 'Init' after 10hrs' build. vagrant@master:~$ kubectl get pods -n onap | grep demo-sdc demo-sdc-sdc-be-7f58cf786f-zwtd5 0/2 Init:0/2

[onap-discuss][oom] Helm deploy got chart incompatible with Tiller v2.8.2

2018-09-25 Thread Ying, Ruoyu
Hi all, I tried to setup OOM through rancher. I followed the steps in https://onap.readthedocs.io/en/beijing/submodules/oom.git/docs/oom_setup_kubernetes_rancher.html Which installs helm v2.8.2. And then I checked some of the mails here and follow the steps on

Re: [onap-discuss][oom] Helm deploy got chart incompatible with Tiller v2.8.2

2018-09-25 Thread Ying, Ruoyu
Hi Dileep, Oh.. Yes. I forgot to change the version of the doc to latest. Thanks a lot. Dileep. Best Regards, Ruoyu From: Ranganathan, Dileep Sent: Wednesday, September 26, 2018 1:33 AM To: onap-discuss@lists.onap.org; Ying, Ruoyu Subject: RE: [onap-discuss][oom] Helm deploy got chart