Bhrat,
this usually points to a connectivity issue between the docker container 
on dcae-controller and openstackt controller. You might want to try this 
on dcae-controlle:
grep -i keystone  /opt/app/dcae-controller/config.yaml
you get an output like
KEYSTONE-URL: http://<some-ip-address->:<some-port>/v2.0
Important is the /v2.0 at the end, as ONAP uses the V2.0 API to keystone 
which differs quite a bit from V3.0
on a shell in dcae-controller, try 
curl <your-keystone-url>
You should see some JSON output
try this
docker exec -it dcaestartupvmcontroller_dcae-controller_1 curl 
<your-keystone-url>
you should see the same JSON output. If not, this indicates the reason for 
your issues starting up DCAE. I have a longer text about it, but ... 
well.. dunno where :-). I'll find & post it later. Please let us know 
about the outcome.


Mit freundlichen Grüßen / Kind regards 
Josef Reisinger 



From:   "Gaurav Gupta (c)" <guptagau...@vmware.com>
To:     bharath thiruveedula <bharath_...@hotmail.com>, 
"onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Date:   22.08.2017 05:42
Subject:        Re: [onap-discuss] [DCAE] DCAE 1.1 issues
Sent by:        onap-discuss-boun...@lists.onap.org



Bharath 

Can you check the following thread . 
https://lists.onap.org/pipermail/onap-discuss/2017-July/002414.html .

One more info needed - what is your setup like .(Which Openstack Version 
and other related details ) 

with best regards
gaurav 


From: onap-discuss-boun...@lists.onap.org 
<onap-discuss-boun...@lists.onap.org> on behalf of bharath thiruveedula 
<bharath_...@hotmail.com>
Sent: 22 August 2017 01:13
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [DCAE] DCAE 1.1 issues 
 
Hi, 

I am trying to setup closed loop using vFW demo with openstack as VIM. I 
am setting up DCAE 1.1 version and maintaining other components in 
release-1.0.0 version. But while setting DCAE 1.1 I am facing the 
following error.

"Caught: org.openecomp.ncomp.sirius.manager.Jetty8ClientException: HTTP 
Request False:  URL: 
http://localhost:9998/resources/services/vm-docker-host-1 code:400 
msg.REQUEST-FAILED-UNDEPLOY-4001W REQUEST-FAILED-DELETESERVER-40001W | 
Absolute URI:null/services"

Seems like the error raised from the line 
https://gerrit.onap.org/r/gitweb?p=dcae/demo.git;a=blob;f=dcae-demo-controller/src/main/docker-build/controller-startup.sh;h=9e284bb65df4aa81ec860f00631d19a2ba4e3ec0;hb=refs/heads/master#l35
. I couldn't understand what is happening in the groovy script. 
Finally DCAE-C-Container logs as below:
waiting: object does not exists 
/openstack/locations/ZONE/projects/OPEN-ECOMP/keypairs/onap1_key_cW8s_dcae: 
waited 480000 milliseconds

Anyone faced the above issue, any help would be much appreciated.

Best Regards
Bharath T _______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss




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

Reply via email to