Hi Josef

Cool! Thanks for the reference

Best Regards
Bharath T
________________________________
From: Josef Reisinger <josef.reisin...@de.ibm.com>
Sent: Tuesday, August 22, 2017 1:58:48 PM
To: bharath thiruveedula
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [DCAE] DCAE 1.1 issues

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+OpenStackunder 
the headline "How to use both v2 and v3 Openstack Keystone API".

Mit freundlichen Grüßen / Kind regards
Josef Reisinger



From:        bharath thiruveedula <bharath_...@hotmail.com>
To:        Josef Reisinger <josef.reisin...@de.ibm.com>
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 <josef.reisin...@de.ibm.com>
Sent: Tuesday, August 22, 2017 1:23 PM
To: onap-discuss@lists.onap.org
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<http://10.105.220.53:35357/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<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9998_resources_services_vm-2Ddocker-2Dhost-2D1&d=DwMFAw&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=nsuyhxXrEhokmQDj4cGjb48THCrim31j1vnCyeSYAmY&s=6N6o5kD6DQ7PcsIjbgqSFyFJkl4X18P7T1bKfhVKFEw&e=>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<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_gitweb-3Fp-3Ddcae_demo.git-3Ba-3Dblob-3Bf-3Ddcae-2Ddemo-2Dcontroller_src_main_docker-2Dbuild_controller-2Dstartup.sh-3Bh-3D9e284bb65df4aa81ec860f00631d19a2ba4e3ec0-3Bhb-3Drefs_heads_master-23l35&d=DwMFAw&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=nsuyhxXrEhokmQDj4cGjb48THCrim31j1vnCyeSYAmY&s=Zd5ACfnV4sbib8EoKxa8MKFlq1On5HHM8VdEbzTwxqA&e=>.
 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