Bharat,

you can use both API version (at least on Ocata) at the same time. See on 
page 
https://wiki.onap.org/display/DW/ONAP+Installation+in+Vanilla+OpenStack 
under the headline "How to use both v2 and v3 Openstack Keystone API".

Mit freundlichen Grüßen / Kind regards 
Josef Reisinger 



From:   bharath thiruveedula <[email protected]>
To:     Josef Reisinger <[email protected]>
Date:   22.08.2017 10:18
Subject:        Re: [onap-discuss] [DCAE] DCAE 1.1 issues



Hi Josef,

The openstack I am using supports only keystone v3 API. DCAE startup.sh 
doesn't work v3? And can you let me know how we invoking the openstack 
APIs in dcae container?

Regards
Bharath T

From: Josef Reisinger <[email protected]>
Sent: Tuesday, August 22, 2017 1:23 PM
To: [email protected]
Cc: bharath thiruveedula; Gaurav Gupta (c)
Subject: Re: [onap-discuss] [DCAE] DCAE 1.1 issues 
 
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)" <[email protected]>
To:        bharath thiruveedula <[email protected]>, 
"[email protected]" <[email protected]>
Date:        22.08.2017 05:42
Subject:        Re: [onap-discuss] [DCAE] DCAE 1.1 issues
Sent by:        [email protected]



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: [email protected] 
<[email protected]> on behalf of bharath thiruveedula 
<[email protected]>
Sent: 22 August 2017 01:13
To: [email protected]
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-1code: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
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss






_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to