From p.l.stepnicki at gmail.com Fri Apr 3 23:22:01 2015 From: p.l.stepnicki at gmail.com (=?UTF-8?Q?Piotr_St=C4=99pnicki?=) Date: Fri, 3 Apr 2015 23:22:01 +0200 Subject: [Fiware-fabulous-coaching] Object Storage GE authentication Message-ID: Dear Support Team, I am participant of *FABulous accelerator programme* (part of *FIWARE)* and I would like to use *Object Storage GE* in my project. I've managed to use this GE but I was little confused when reading documentation and I am not sure if I understand correctly authentication procedure (the other part of API for this GE is pretty straigthforward). My questions: 1. The docs say that authentication is not a part of *cdmi* specification but implementation feature - but which implementation? The underlying OpenSwift or the code that is build on top of Open Swift?). 1. How does the auth procedure is related to *IDM GE* by *FIWARE*? Does this GE use this IDM as *authorization server*? From what I've seen from docs the *url* it queries for tokens is different from the adress of Token Provider of *IDM GE authorization server *on* FI-LAB - *so no*.* 2. What is the relation between *FI-LAB* user (I*DM GE* stuff) and tenant/user concept of* Object Storage GE* 3. I am new to web security stuff(started reading 3 days ago), but I would like to ask for better understanding: Is the authentication procedure implementation of *OAuth2* paradigm? If so, for which authorization flow: Client Credentials/*Password based grant/other?* *By authorization server i understand the thing that issues tokens.* With Regards, Piotr St?pnicki, *3DModelComposer* -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvitale at eng.it Tue Apr 7 09:09:41 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Tue, 07 Apr 2015 09:09:41 +0200 Subject: [Fiware-fabulous-coaching] Object Storage GE authentication In-Reply-To: References: Message-ID: <552382B5.3020705@eng.it> Hi Piotr, if you want to use the Object Storage you have to follow this step (doc at link http://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_-_User_and_Programmers_Guide - but I suppose that you already login in the FI-Lab so you have username and password): 1. Initial Token (POST) header: content-type = aplication/json body: {"auth": {"passwordCredentials": {"username":"your_email", "password":"your_password"}}} url: https://cloud.lab.fiware.org/keystone/v2.0/tokens /retrieve the token id "//TOKEN_ID//" /(Ex: A1lEWgTJjyi_Gdafoc1L2oCsGYbCMGXi_-b0Vh6QOC0gLiIWWGkSrSKJ7V86dgJsqvWExy4QvK521QviTiQNyw) 2. Tenant (GET) header: x-auth-token = TOKEN_ID url: https://cloud.lab.fiware.org/keystone/v2.0/tenants /retrieve the token id "TENANT_ID"/(Ex: 00000000000000000000000000000460) 3. Token for Object Storage (POST) header: content-type = aplication/json body: {"auth": {"passwordCredentials": {"username":"your_email", "password":"your_password"},"tenantName":"TENANT_ID"}} url: https://cloud.lab.fiware.org/keystone/v2.0/tokens /retrieve the token for Object Storage "ID" /(Ex: 3a5cffde6dddec7691a22e182f4e28de) 4. Call (GET) - list of object storage header: X-Auth-Token = 3a5cffde6dddec7691a22e182f4e28de header: Accept = application/cdmi-object header: X-CDMI-Specification-Version= 1.0.1 url: https://cloud.lab.fiware.org/Spain/object-store/v1/AUTH_00000000000000000000000000000460/ /retrive the list//of object storage /Regards, Pasquale/ / Il 03/04/2015 23:22, Piotr St?pnicki ha scritto: > Dear Support Team, > > I am participant of /FABulous accelerator programme/ (part of > /FIWARE)/ and I would like to use /Object Storage GE/ in my project. > > I've managed to use this GE but I was little confused when reading > documentation and I am not sure if I understand correctly > authentication procedure (the other part of API for this GE is pretty > straigthforward). > My questions: > > 1. The docs say that authentication is not a part of > /cdmi/ specification but implementation feature - but which > implementation? The underlying OpenSwift or the code that is build > on top of Open Swift?). > > 1. How does the auth procedure is related to /IDM GE/ by /FIWARE/? > Does this GE use this IDM as /authorization server/? From what > I've seen from docs the /url/ it queries for tokens is different > from the adress of Token Provider of /IDM GE authorization server > /on/FI-LAB - /so no/./ > 2. What is the relation between /FI-LAB/ user (I/DM GE/ stuff) and > tenant/user concept of/ Object Storage GE/ > 3. I am new to web security stuff(started reading 3 days ago), but I > would like to ask for better understanding: Is the authentication > procedure implementation of /OAuth2/ paradigm? If so, for which > authorization flow: Client Credentials//Password based grant/other?/ > > > /By authorization server i understand the thing that issues tokens./ > > > With Regards, > Piotr St?pnicki, > /3DModelComposer/ > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvitale at eng.it Tue Apr 7 12:37:36 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Tue, 07 Apr 2015 12:37:36 +0200 Subject: [Fiware-fabulous-coaching] Collaborative 3D Web Viewer installation In-Reply-To: References: Message-ID: <5523B370.9070802@eng.it> Hi Yossi, please contact Jan Sutter at this mail: fitman-support at txtgroup.com Pasquale Il 31/03/2015 21:11, Noam Eshkol ha scritto: > > Hello, > > > I am developer at kazzata.com who were > accepted now to the Fabulous accelerator. > > I am trying to install the "Collaborative 3D Web Viewer" SE and > after following the instructions > I got a forbidden message in the browser (403 web error). > > Hope you can help with some support. > > Thanks, > Yossi > > -- > *Yossi Lalum **|** Sr. Software Engineer **| Kazzata.com*** > > *Mobile: +972 527203668 * > *Skype: yossefl* > > > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvitale at eng.it Tue Apr 7 15:45:54 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Tue, 07 Apr 2015 15:45:54 +0200 Subject: [Fiware-fabulous-coaching] newsletters & comms In-Reply-To: References: Message-ID: <5523DF92.5010801@eng.it> Hi Keyvan what do you mean to "add to newsletters"? In fabulous? Regards Pasquale Il 27/03/2015 12:59, Keyvan K ha scritto: > Hi > > We are from 3DPrinteo Ltd and part of the Phase I, Fabulous > accelerator program. > > Can you please add us to your relevant newsletters? > > alex.b at 3dprinteo.com > keyvan.k at 3dprinteo.com > > Best regards > Keyvan > > 3DPrinteo Ltd > > M: +44(0)7575531633 > > Address: 1 East Poultry Avenue, EC1A 9PT, London > 3DPrinteo Ltd is registered in England & Wales Company Number 8486322 > VAT Registration Number: 160393911 > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: From artur.oswald at revoprint.de Mon Apr 13 23:54:00 2015 From: artur.oswald at revoprint.de (Artur Oswald | REVOPRINT) Date: Mon, 13 Apr 2015 23:54:00 +0200 (CEST) Subject: [Fiware-fabulous-coaching] Initializing Fiware Specific Enablers - FITMAN Message-ID: <334469875.324255.1428962040153.JavaMail.zimbra@revoprint.de> Dear all, we are participating in the FABulous accelerator program. We have some basic questions about initializing the following specific enablers * Collaborative 3D Web Viewer * 3DScan * Collaborative Asset Management * Secure Event Management * SEMed Can you please name the contact person, that we can reach out to, to have a clearifiying phone call concerning our challenges. Thank you in advance and best regards Artur Oswald Artur Oswald | Gesch?ftsf?hrer REVO PRINT | ein Service der InSpoSer UG Altrottstr. 31, 69190 Walldorf E-Mail | 06227 73-49540 | 0171 3181677 revoprint.de | WE ? TO PRINT REVOLUTION LINKEDIN | XING | FACEBOOK | TWITTER -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: BestOf_Online_Marketing_2015_110px.png Type: image/png Size: 8298 bytes Desc: not available URL: From pvitale at eng.it Tue Apr 14 08:50:15 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Tue, 14 Apr 2015 08:50:15 +0200 Subject: [Fiware-fabulous-coaching] Initializing Fiware Specific Enablers - FITMAN In-Reply-To: <334469875.324255.1428962040153.JavaMail.zimbra@revoprint.de> References: <334469875.324255.1428962040153.JavaMail.zimbra@revoprint.de> Message-ID: <552CB8A7.9040903@eng.it> Hi Artur, you can try to use the fitman catalogue website (http://catalogue.fitman.atosresearch.eu/enablers) and for each SE you can find the "Contact Person". Please use this contact to make your request. Regards Pasquale Il 13/04/2015 23:54, Artur Oswald | REVOPRINT ha scritto: > Dear all, > > we are participating in the FABulous accelerator program. We have some > basic questions about initializing the following specific enablers > > * Collaborative 3D Web Viewer > * 3DScan > * Collaborative Asset Management > * Secure Event Management > * SEMed > > Can you please name the contact person, that we can reach out to, to > have a clearifiying phone call concerning our challenges. > > Thank you in advance and best regards > Artur Oswald > > > > ------------------------------------------------------------------------ > *Artur Oswald*| Gesch?ftsf?hrer > *REVO*PRINT | ein Service der InSpoSer UG > Altrottstr. 31, 69190 Walldorf > E-Mail | 06227 73-49540 | 0171 3181677 > revoprint.de | WE ? TO PRINT REVOLUTION > LINKEDIN | XING | > FACEBOOK | TWITTER > > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 8298 bytes Desc: not available URL: From nikolas at layeredprints.com Wed Apr 8 17:59:14 2015 From: nikolas at layeredprints.com (Nikolas Taillieu) Date: Wed, 8 Apr 2015 17:59:14 +0200 Subject: [Fiware-fabulous-coaching] Issues with FITMAN MoVA Message-ID: Dear, I'm running into an issue with the Fitman Advanced Management of Virtual Assets (MoVA) enabler. I followed the documentation on the following link upto section VIII: http://catalogue.fitman.atosresearch.eu/enablers/documentation-1 In section VIII it is however unclear how to get to the user interface on the provided pictures. I assume I have to log in to the repository created in section VI. The documentation does however not specify where to find the login details of this repository. Can you provide more information on how to log in to a freshly created repository, or how to get to the user interface of section VIII? Thanks in advance. *Nikolas Taillieu* *Founder* GSM: +32 496 04 51 08 _________________________ *Layered Prints Comm.V * [image: layeredprints-logo] iMinds Start-Up Garage, Gaston Crommenlaan 8 9050 Gent @LayeredPrints www.layeredprints.com www.makerbee.buzz -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2654 bytes Desc: not available URL: From tw at 3yd.de Wed Apr 15 16:45:41 2015 From: tw at 3yd.de (Tobias Wunner) Date: Wed, 15 Apr 2015 16:45:41 +0200 Subject: [Fiware-fabulous-coaching] Wirecloud and Wirecloud widget question Message-ID: Dear Fabulous Coaching Team, we are part of the Fabulous accelerator and would have some basic questions about initializing the Wirecloud Application Mashup using FIWARE lab cloud as well as some questions regarding widgets. Could you point us to a contact person with whom we could have a clarifying call with? Thanks from Berlin, Toby -- *Tobias Wunner* Technology www.3yd.de *3*YOURMIN*D* -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvitale at eng.it Wed Apr 15 17:02:53 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Wed, 15 Apr 2015 17:02:53 +0200 Subject: [Fiware-fabulous-coaching] Issues with FITMAN MoVA In-Reply-To: References: Message-ID: <552E7D9D.4040703@eng.it> Hi Nikolas, in the catalogue for any SE you can see the "Personal Contact". Try to contact Konrad Pfleiderer "fitman-support at txtgroup.com" for this. Regards, Pasquale Il 08/04/2015 17:59, Nikolas Taillieu ha scritto: > > Dear, > > I'm running into an issue with the Fitman Advanced Management of > Virtual Assets (MoVA) enabler. > > I followed the documentation on the following link upto section VIII: > http://catalogue.fitman.atosresearch.eu/enablers/documentation-1 > > In section VIII it is however unclear how to get to the user interface > on the provided pictures. > > I assume I have to log in to the repository created in section VI. The > documentation does however not specify where to find the login details > of this repository. > > Can you provide more information on how to log in to a freshly created > repository, or how to get to the user interface of section VIII? > > Thanks in advance. > > *Nikolas Taillieu* > /Founder/ > GSM: +32 496 04 51 08 > _________________________ > *Layered Prints Comm.V * > > > layeredprints-logo > > > iMinds Start-Up Garage, > Gaston Crommenlaan 8 > 9050 Gent > > @LayeredPrints > www.layeredprints.com > www.makerbee.buzz > > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 2654 bytes Desc: not available URL: From pvitale at eng.it Wed Apr 15 17:08:11 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Wed, 15 Apr 2015 17:08:11 +0200 Subject: [Fiware-fabulous-coaching] Wirecloud and Wirecloud widget question In-Reply-To: References: Message-ID: <552E7EDB.9030409@eng.it> Hi Tobias, in the catalogue at link http://catalogue.fiware.org/enablers/application-mashup-wirecloud you can see the personal contact (Javier Soriano - jsoriano at fi.upm.es) for Wirecloud. Please ask him Regards Pasquale Il 15/04/2015 16:45, Tobias Wunner ha scritto: > Dear Fabulous Coaching Team, > > we are part of the Fabulous accelerator and would have some basic > questions about initializing the Wirecloud Application Mashup using > FIWARE lab cloud as well as some questions regarding widgets. Could > you point us to a contact person with whom we could have a clarifying > call with? > > Thanks from Berlin, > > Toby > > > -- > *Tobias Wunner* > Technology > www.3yd.de > > *3*YOURMIN*D* > > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvitale at eng.it Wed Apr 29 12:03:21 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Wed, 29 Apr 2015 12:03:21 +0200 Subject: [Fiware-fabulous-coaching] Fiware In-Reply-To: <007201d08189$b4a4b460$1dee1d20$@3dprinthuset.dk> References: <91lp7cqaalucqurcrxb39m2b.1430149637126@email.android.com> <553F3BA8.2080509@eng.it> <007201d08189$b4a4b460$1dee1d20$@3dprinthuset.dk> Message-ID: <5540AC69.5040207@eng.it> Hi Jim, I 've sent the email to my "colleagues" (partners in the project) to get information about developers/users that can help you in the developing of prototype. At moment no response from their! The "coaching" consist of in support of fiware technology. So you have to know the fiware project (and fabulous accelerator) and all services that fiware contains (the generic enablers). After this, you have to propose an idea (your proposal, e.g. an app or service) that include the fiware usage (the enablers). I can support you after your proposal for fiware usage, so if you have a problems I can suggest the right way, ect... I hope that I help you Regards, Pasquale Il 28/04/2015 10:02, Jim ha scritto: > > Dear Pasquale, > > We need to discuss via phone. I am not an IT expert, hence > specifications are slightly difficult to put in e-mail, when I have to > explain from scratch. > > Besides, I am not aware of the scope of the services you provide as a > Fiware-coach, which I would also like to know? > > Regards, > > Jim > > *Fra:*Pasquale Vitale [mailto:pvitale at eng.it] > *Sendt:* 28. april 2015 09:50 > *Til:* Jim Larsen > *Emne:* Re: Fiware > > Hi Jim, > Please use this mailing list to make request > fiware-fabulous-coaching at lists.fi-ware.org > . > It's important for us to take trace in our system. > Do you have an idea how to be your proposal? > Explain your idea so we'll trying to help you for architecture > > Regards, > Pasquale > > Il 27/04/2015 18:06, Jim Larsen ha scritto: > > Dear Pasquale, > > I need someone to help us with: > > 1) drawing up the architecture an flows (spec. for the developer) > > 2) developing the prototype > > Regards, > > Jim > > > On Monday, April 27, 2015, pvitale > wrote: > > Hi Jim, > > I'm travelling a lot in this period. > > Please send me your request via email, I will respond you asap. > > Best regards, > > Pasquale > > Inviato da Samsung Mobile. > > -------- Messaggio originale -------- > > Da: Jim > > Data:27/04/2015 17:38 (GMT+01:00) > > A: pvitale at eng.it > > > Oggetto: Fiware > > Dear Pasquale Vitale, > > I have been endorsed to you from Mr. Francisco in Spain, who > told me that you are the official Fiware Coach in the Fabulous > Program. > > We were selected to the program to develop a learning portal > for schools. We do however have a tremendous problem in > finding people in Denmark who can assist us in making the > architecture of the software, so we can approach a developer > who can start the prototype. > > Would you be able to help us out, and if yes, perhaps I can > give you a call to explore how we can move forward? > > Look forward hearing from you. > > > Regards, > > *- - - - - - - - - - - -* > > *Jim Larsen* > > Director > > *3D Printhuset A/S* > > S?lvgade 85A > > 1307 Copenhagen K. > > Mobile: +45 28518070 > > Website: www.3dprinthuset.dk > > > > -- > > *- - - - - - - - - - - -* > > *Jim Larsen* > > Director > > *3D Printhuset A/S* > > S?lvgade 85A > > 1307 Copenhagen K. > > Mobile: +45 28518070 > > Website: www.3dprinthuset.dk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From miquel at carbonbyte.com Wed Apr 29 16:21:15 2015 From: miquel at carbonbyte.com (Miquel Ferrer) Date: Wed, 29 Apr 2015 16:21:15 +0200 Subject: [Fiware-fabulous-coaching] Object Storage GE files Message-ID: Hi there, I will also send this e-mail to the contact person responsible of the Object Storage GE, but just in case it is also interesting for Piotr Stepnicki , or he falls into the same pitfall. I have been able to authenticate and upload files to the Object Storage GE. The problem is that when I download them back they always have a higher size than when uploaded, and become somewhat corrupted. Images are unrenderable, zip files won't open, etc.... I already tried to upload changing the content-type from "application/stream-octet" to "image/png" or "application/zip" with no luck. How should I upload them and download them correctly? Thanks Edificio M3 ? Planta 1 Oficina 107 ? C/ Adaja 10 ? 37185 ? Villamayor ( Salamanca) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jl at 3dprinthuset.dk Wed Apr 29 12:14:54 2015 From: jl at 3dprinthuset.dk (Jim) Date: Wed, 29 Apr 2015 12:14:54 +0200 Subject: [Fiware-fabulous-coaching] Fiware In-Reply-To: <5540AC69.5040207@eng.it> References: <91lp7cqaalucqurcrxb39m2b.1430149637126@email.android.com> <553F3BA8.2080509@eng.it> <007201d08189$b4a4b460$1dee1d20$@3dprinthuset.dk> <5540AC69.5040207@eng.it> Message-ID: <000c01d08265$57925520$06b6ff60$@3dprinthuset.dk> Hi Pasquale, We do already have an idea (hence we got selected to stage one). We are developing a learning portal for schools, where they can find 3D-models, teaching plans, videos and test to support 3D print. Currently we have used all our energy to develop content for this learning portal, but now we have to focus our energy on the prototype. I wish the support for the following: 1) Since we do not have expertise knowledge in the various enablers, we need assistance in the architecture of the which enablers makes sense to put together. We have some business-specifications, but know nothing about the IT requirements. 2) As soon as we have the architecture, we can translate this blueprint to specific requests, which we can turn over to a developer, who will then start the prototype Since these issues are growing increasingly difficult, and we are not moving forward with this, I have cc. Francisco who in charge of the administrative parts in Fabulous. Regards, Jim Larsen Fra: Pasquale Vitale [mailto:pvitale at eng.it] Sendt: 29. april 2015 12:03 Til: Jim Cc: fiware-fabulous-coaching at lists.fi-ware.org Emne: Re: SV: Fiware Hi Jim, I 've sent the email to my "colleagues" (partners in the project) to get information about developers/users that can help you in the developing of prototype. At moment no response from their! The "coaching" consist of in support of fiware technology. So you have to know the fiware project (and fabulous accelerator) and all services that fiware contains (the generic enablers). After this, you have to propose an idea (your proposal, e.g. an app or service) that include the fiware usage (the enablers). I can support you after your proposal for fiware usage, so if you have a problems I can suggest the right way, ect... I hope that I help you Regards, Pasquale Il 28/04/2015 10:02, Jim ha scritto: Dear Pasquale, We need to discuss via phone. I am not an IT expert, hence specifications are slightly difficult to put in e-mail, when I have to explain from scratch. Besides, I am not aware of the scope of the services you provide as a Fiware-coach, which I would also like to know? Regards, Jim Fra: Pasquale Vitale [mailto:pvitale at eng.it] Sendt: 28. april 2015 09:50 Til: Jim Larsen Emne: Re: Fiware Hi Jim, Please use this mailing list to make request fiware-fabulous-coaching at lists.fi-ware.org . It's important for us to take trace in our system. Do you have an idea how to be your proposal? Explain your idea so we'll trying to help you for architecture Regards, Pasquale Il 27/04/2015 18:06, Jim Larsen ha scritto: Dear Pasquale, I need someone to help us with: 1) drawing up the architecture an flows (spec. for the developer) 2) developing the prototype Regards, Jim On Monday, April 27, 2015, pvitale > wrote: Hi Jim, I'm travelling a lot in this period. Please send me your request via email, I will respond you asap. Best regards, Pasquale Inviato da Samsung Mobile. -------- Messaggio originale -------- Da: Jim Data:27/04/2015 17:38 (GMT+01:00) A: pvitale at eng.it Oggetto: Fiware Dear Pasquale Vitale, I have been endorsed to you from Mr. Francisco in Spain, who told me that you are the official Fiware Coach in the Fabulous Program. We were selected to the program to develop a learning portal for schools. We do however have a tremendous problem in finding people in Denmark who can assist us in making the architecture of the software, so we can approach a developer who can start the prototype. Would you be able to help us out, and if yes, perhaps I can give you a call to explore how we can move forward? Look forward hearing from you. Regards, - - - - - - - - - - - - Jim Larsen Director 3D Printhuset A/S S?lvgade 85A 1307 Copenhagen K. Mobile: +45 28518070 Website: www.3dprinthuset.dk -- - - - - - - - - - - - - Jim Larsen Director 3D Printhuset A/S S?lvgade 85A 1307 Copenhagen K. Mobile: +45 28518070 Website: www.3dprinthuset.dk -------------- next part -------------- An HTML attachment was scrubbed... URL: From lazarohermoso at gmail.com Wed Apr 29 19:23:51 2015 From: lazarohermoso at gmail.com (=?UTF-8?B?TMOhemFybyBIZXJtb3NvIEJlbHRyw6Fu?=) Date: Wed, 29 Apr 2015 19:23:51 +0200 Subject: [Fiware-fabulous-coaching] ERROR 400 - Associating floating IPs Message-ID: Hi there, I'm having the following error: {"badRequest": {"message": "No fixed ips associated to instance", "code": 400}} I have followed the following tutorial: http://www.slideshare.net/flopezaguilar/setting-up-your-virtual-infrastructure-using-fi-lab-cloud-32388357 Can you please provide some help? Regards, L?zaro -- - *L?zaro M. Hermoso*+34 627 979 253 - es.linkedin.com/in/lazarohermoso - -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvitale at eng.it Thu Apr 30 12:48:53 2015 From: pvitale at eng.it (Pasquale Vitale) Date: Thu, 30 Apr 2015 12:48:53 +0200 Subject: [Fiware-fabulous-coaching] ERROR 400 - Associating floating IPs In-Reply-To: References: Message-ID: <55420895.60502@eng.it> Hi Lazaro, what is your Region? Anyway I don't know if you already have done the new request, you have to do a new request in the http://help.lab.fiware.org/ page (section Request Community Account upgrade) We are assigning new resources. Please let me know. Regards Pasquale Il 29/04/2015 19:23, L?zaro Hermoso Beltr?n ha scritto: > Hi there, > > I'm having the following error: > {"badRequest": {"message": "No fixed ips associated to instance", > "code": 400}} > > I have followed the following tutorial: > http://www.slideshare.net/flopezaguilar/setting-up-your-virtual-infrastructure-using-fi-lab-cloud-32388357 > > Can you please provide some help? > > Regards, > L?zaro > > -- > > * > > > > *L?zaro M. Hermoso* > > +34 627 979 253 > > o > > es.linkedin.com/in/lazarohermoso > > > * > > > > > _______________________________________________ > Fiware-fabulous-coaching mailing list > Fiware-fabulous-coaching at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-fabulous-coaching -------------- next part -------------- An HTML attachment was scrubbed... URL: