Re: [onap-discuss] Generic SO BPMN Flow for HEAT orchestration

2018-06-19 Thread rene.robert
Hi, To my knowledge, there is no "generic" BPMN that allow to orchestrate service/vnfs/vfmodules/networks for vFW, vCPE from a single northbound SO request. A specific BPMN exists for voLTE use-case but I did not experiment it. I expect that it is possible to create such "generic" BPMN. Any

[onap-discuss] ONAP SO : e2e service instance API

2018-05-30 Thread rene.robert
Hello, Does anyone already experiment the end2end service instance API from ONAP SO ? Does it allow to instantiate service/VNF/VF modules for any kind of onboarded service ? Is it possible to instantiate a vFW use-case with that API for example ? Best regards [Logo

Re: [onap-discuss] How-To declare and use a new Cloud Platform

2017-10-19 Thread rene.robert
Here is the place where to declare the credentials for the cloud platform where to deploy VNFs : /opt/test_lab/volumes/mso/chef-config Password is encrypted. Can someone explain how to obtain that encrypted password to be put in the file ? De : onap-discuss-boun...@lists.onap.org

[onap-discuss] How-To declare and use a new Cloud Platform

2017-10-12 Thread rene.robert
Hi, Is there a documentation that explain how to declare and use a new cloud platform/tenant in order to instantiate services on that new tenant on that new cloud platform ? [Logo Orange] René Robert Network to IT transformation ORANGE/IMT/OLN/CNC/NCA/SINA Fixe : +33

Re: [onap-discuss] [SDC] SDC Version / API Version ?

2017-09-06 Thread rene.robert
Using a second ONAP platform (up to date ?), we have the following : Request : http:// /sdc2/rest/healthCheck Response Body : { "sdcVersion": "1.1.0-SNAPSHOT", "siteMode": "unknown", "componentsInfo": [ { "healthCheckComponent": "BE", "healthCheckStatus": "UP",

Re: [onap-discuss] [SDC] SDC Version / API Version ?

2017-09-06 Thread rene.robert
Hi, In our current ONAP install, we have the following request/response : Request : http:// :8080/sdc2/rest/healthCheck Response body : { "sdcVersion": "1.0.0", "siteMode": "unknown", "componentsInfo": [ { "healthCheckComponent": "BE",

[onap-discuss] [SDC] SDC Version / API Version ?

2017-09-05 Thread rene.robert
Hi, Using the API (internal and/or external) : - how can we check SDC version ? - how can we check API version ? Best Regards [Logo Orange] René Robert Network to IT transformation Architect Fixe : +33 2 96 07 39 29

[onap-discuss] [SDC] External API / Onboarding

2017-09-04 Thread rene.robert
Hi, Reading the SDC external API documentation, I do not see anything about “onboarding-api” operations that deals with “license” management and “Vendor Software Products” (VSP)” management. Can we expect a documentation about “onboarding-api” ? Best Regards [Logo

Re: [onap-discuss]  Re: [SDC] Access sdc api failed.

2017-09-01 Thread rene.robert
Many Thanks. It works with that password I had also to change my URI to http://sdc:8080/asdc/v1/catalog/resources (I imagine it is a question of SDC version used in our docker installation…) About 'x-ecomp-instanceid’, a value is required but it is possible to put anything we want. curl -X

Re: [onap-discuss]  Re: [SDC] Access sdc api failed.

2017-08-31 Thread rene.robert
Hi Michael, Trying to test SDC “external” API, what’s wrong with that : curl -X GET \ http://{{server_ip}}:8080/sdc/v1/catalog/resources \ -H 'authorization: Basic QUFJOkFBSQ==' \ -H 'x-ecomp-instanceid: AAI' It doesn’t work. I am using existing default “aai” consumer. I have some doubt

Re: [onap-discuss] [SDC] Access sdc api failed.

2017-08-31 Thread rene.robert
For "internal" SDC API : curl -X GET http://{{your-server}}:8080/sdc2/rest/v1/catalog/services/serviceName/vepc/serviceVersion/1.0 -H 'user_id: cs0008' Rene Robert Orange -Message d'origine- De : Lando,Michael [mailto:ml6...@intl.att.com] Envoyé : mardi 29 août 2017 14:37 À :

Re: [onap-discuss] [SDC] Access sdc api failed.

2017-08-29 Thread rene.robert
Hi, Try that kind of uri to get a resource by its name : GET {{your SDC server IP}}/8080/sdc2/rest/v1/catalog/resources/resourceName/vEPC/resourceVersion/1.1 Or this uri to get a resource by its unique id : GET {{your SDC server