From joseignacio.carreteroguarde at telefonica.com Tue Aug 5 13:02:34 2014 From: joseignacio.carreteroguarde at telefonica.com (JOSE IGNACIO CARRETERO GUARDE) Date: Tue, 5 Aug 2014 11:02:34 +0000 Subject: [Fiware-portals] dev-havana.fi-ware.org Message-ID: <53E0B9D8.6060905@telefonica.com> Hola, ?Estais haciendo modificaciones en el keystone-proxy en 130.206.80.57? (dev-havana) ---- No est? funcionando y constantemente est? abajo. Gracias, Un saludo. ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o From joseignacio.carreteroguarde at telefonica.com Wed Aug 6 13:08:34 2014 From: joseignacio.carreteroguarde at telefonica.com (JOSE IGNACIO CARRETERO GUARDE) Date: Wed, 6 Aug 2014 11:08:34 +0000 Subject: [Fiware-portals] Tema con keystone-proxy Message-ID: <53E20CC2.9040708@telefonica.com> Hola, He detectado algunas rarezas en la autenticaci?n del Keystone proxy viendo el porqu? falla el SDC ----- 1? Cada vez que ejecuto: curl -vvvvvv -X POST -H "Content-Type: application/json" -d '{"auth":{"tenantName":"0000000000000000000000000000017","passwordCredentials":{"username":"e.cloud10 at tid.es","password":"xxxx"}}}' http://cloud.testbed.fi-ware.org:4730/v2.0/tokens Obtengo un token-id diferente para cada petici?n. Eso deber?a ser siempre el mismo --- ?Es un ataque DoS obvio es hacer un bucle infinito que se dedique a pedir tokens hasta que se pete la BD? 2? Me funciona correctamente hacer curl -vvvvvv -X POST -H "Content-Type: application/json" -d '{"auth":{"tenantName":"000000000000000000000000000017","passwordCredentials":{"username":"e.cloud10 at tid.es","password":"xxxx"}}}' http://cloud.testbed.fi-ware.org:4730/v2.0/tokens Y me devuelve un token id diferente --- No, no est? repetido. En este ?ltimo caso le falta un "0" en el tenantName. Me devuelve otro token diferente si hago curl -vvvvvv -X POST -H "Content-Type: application/json" -d '{"auth":{"tenantName":"17","passwordCredentials":{"username":"e.cloud10 at tid.es","password":"xxxx"}}}' http://cloud.testbed.fi-ware.org:4730/v2.0/tokens 3? Cuando le hago esta petici?n al SDC con uno de los tokens v?lidos, pues funciona: curl -vvvvv -H"Content-Type: application/json" -H"X-Auth-Token: a72855e906996a270151a4e8e8f6ef5b" -H"Tenant-Id: 00000000000000000000000000000017" http://saggita.testbed.fi-ware.org:8080/sdc/rest/catalog/product Pero ya no funciona si hago la petici?n y tampoco cuando hago ninguna de las peticiones: curl -vvvvv -H"Content-Type: application/json" -H"X-Auth-Token: a72855e906996a270151a4e8e8f6ef5b" -H"Tenant-Id: 0000000000000000000000000000017" http://saggita.testbed.fi-ware.org:8080/sdc/rest/catalog/product curl -vvvvv -H"Content-Type: application/json" -H"X-Auth-Token: a72855e906996a270151a4e8e8f6ef5b" -H"Tenant-Id: 17" http://saggita.testbed.fi-ware.org:8080/sdc/rest/catalog/product Ni siquiera cuando pruebo a poner los tokens "v?lidos" obtenidos en los curls del paso 2. ---- Definitivamente, hay algo raro. Un saludo, Jos? Ignacio. ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o From jcague at gmail.com Wed Aug 6 13:21:40 2014 From: jcague at gmail.com (=?UTF-8?Q?Javier_Cervi=C3=B1o?=) Date: Wed, 6 Aug 2014 13:21:40 +0200 Subject: [Fiware-portals] Tema con keystone-proxy In-Reply-To: <53E20CC2.9040708@telefonica.com> References: <53E20CC2.9040708@telefonica.com> Message-ID: Hola, Buen trabajo. El problema principal es el de crear un token cada vez que lo pides, le echaremos un vistazo a esa parte. Por otro lado, el tema de meter en el Tenant-ID un n?mero sin 0's puede dar problemas como en este caso. Todo viene de que en Openstack s?lo se permiten string de 32 caracteres, as? que en algunos casos lo rellenamos y probablemente habr? casos que o bien no est?n contemplados o sea problem?ticos rellenarlos, as? que te recomiendo siempre rellenar los ceros. Es algo que hablamos ya en su d?a por tema de incompatibilidades en los IDs. A?n as? miraremos si ese caso tambi?n podemos rellenarlo nosotros. Saludos, Javier. 2014-08-06 13:08 GMT+02:00 JOSE IGNACIO CARRETERO GUARDE < joseignacio.carreteroguarde at telefonica.com>: > Hola, > > He detectado algunas rarezas en la autenticaci?n del Keystone proxy > viendo el porqu? falla el SDC ----- > > 1? Cada vez que ejecuto: > curl -vvvvvv -X POST -H "Content-Type: application/json" -d > > '{"auth":{"tenantName":"0000000000000000000000000000017","passwordCredentials":{"username":" > e.cloud10 at tid.es","password":"xxxx"}}}' > http://cloud.testbed.fi-ware.org:4730/v2.0/tokens > > Obtengo un token-id diferente para cada petici?n. Eso deber?a ser > siempre el mismo --- ?Es un ataque DoS obvio es hacer un bucle infinito > que se dedique a pedir tokens hasta que se pete la BD? > > > 2? Me funciona correctamente hacer > curl -vvvvvv -X POST -H "Content-Type: application/json" -d > > '{"auth":{"tenantName":"000000000000000000000000000017","passwordCredentials":{"username":" > e.cloud10 at tid.es","password":"xxxx"}}}' > http://cloud.testbed.fi-ware.org:4730/v2.0/tokens > > Y me devuelve un token id diferente --- No, no est? repetido. En este > ?ltimo caso le falta un "0" en el tenantName. Me devuelve otro token > diferente si hago > curl -vvvvvv -X POST -H "Content-Type: application/json" -d > '{"auth":{"tenantName":"17","passwordCredentials":{"username":" > e.cloud10 at tid.es","password":"xxxx"}}}' > http://cloud.testbed.fi-ware.org:4730/v2.0/tokens > > 3? Cuando le hago esta petici?n al SDC con uno de los tokens v?lidos, > pues funciona: > curl -vvvvv -H"Content-Type: application/json" -H"X-Auth-Token: > a72855e906996a270151a4e8e8f6ef5b" -H"Tenant-Id: > 00000000000000000000000000000017" > http://saggita.testbed.fi-ware.org:8080/sdc/rest/catalog/product > > Pero ya no funciona si hago la petici?n y tampoco cuando hago ninguna de > las peticiones: > curl -vvvvv -H"Content-Type: application/json" -H"X-Auth-Token: > a72855e906996a270151a4e8e8f6ef5b" -H"Tenant-Id: > 0000000000000000000000000000017" > http://saggita.testbed.fi-ware.org:8080/sdc/rest/catalog/product > curl -vvvvv -H"Content-Type: application/json" -H"X-Auth-Token: > a72855e906996a270151a4e8e8f6ef5b" -H"Tenant-Id: > 17" http://saggita.testbed.fi-ware.org:8080/sdc/rest/catalog/product > > Ni siquiera cuando pruebo a poner los tokens "v?lidos" obtenidos en los > curls del paso 2. > > > ---- Definitivamente, hay algo raro. > > Un saludo, > Jos? Ignacio. > > ________________________________ > > Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, > puede contener informaci?n privilegiada o confidencial y es para uso > exclusivo de la persona o entidad de destino. Si no es usted. el > destinatario indicado, queda notificado de que la lectura, utilizaci?n, > divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de > la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos > que nos lo comunique inmediatamente por esta misma v?a y proceda a su > destrucci?n. > > The information contained in this transmission is privileged and > confidential information intended only for the use of the individual or > entity named above. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this transmission in error, do not read it. Please immediately reply to the > sender that you have received this communication in error and then delete > it. > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, > pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo > da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio > indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou > c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. > Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique > imediatamente por esta mesma via e proceda a sua destrui??o > _______________________________________________ > Fiware-portals mailing list > Fiware-portals at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-portals > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joseignacio.carreteroguarde at telefonica.com Wed Aug 13 14:46:02 2014 From: joseignacio.carreteroguarde at telefonica.com (JOSE IGNACIO CARRETERO GUARDE) Date: Wed, 13 Aug 2014 12:46:02 +0000 Subject: [Fiware-portals] Fwd: Re: [Fiware-lab-help] Cannot download keypair In-Reply-To: References: Message-ID: <53EB5E09.2020600@telefonica.com> Parece que hay un problema con algunos navegadores -- Por si pod?is echarle un vistazo. Un saludo, Jos? Ignacio. -------- Mensaje reenviado -------- Asunto: Re: [Fiware-lab-help] Cannot download keypair Fecha: Wed, 13 Aug 2014 08:37:58 +0100 De: Christophe Meudec Para: JOSE IGNACIO CARRETERO GUARDE Well as mentioned, the cloud tab does not work with chrome : the loading animation displays briefly but the display area stay blank (the tab at the top remains). I cannot even pick a region. There are also problems with Internet Explorer 11: the link for the keypair does not work. I only got the cloud tab working with an old version of Firefox. The problems are browser based. regards, Chris On 13 August 2014 08:24, JOSE IGNACIO CARRETERO GUARDE > wrote: Hi, I've testested that over and over again and it is working - Can you pleas tell us in which region it is faliing? Best regards, Jos?? Ignacio. El 07/08/14 a las #4, Christophe Meudec escribi??: Hello, I am trying to download a keypair after creating it on FI-lab but the link 'Download Keypair' does not work. I have tried using Chrome v36 (but Fi-lab cloud does not display at all) so I am using Internet Explorer 11 on Windows 7 Is there a Forum for FI-Lab users? Many thanks Chris -- Chris Meudec "Do you know, my son, with what little understanding the world is ruled?" Pope Julius III (1487 - 1555). _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help at lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci??n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci??n, divulgaci??n y/o copia sin autorizaci??n puede estar prohibida en virtud de la legislaci??n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v??a y proceda a su destrucci??n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat??rio, pode conter informa????o privilegiada ou confidencial e ?? para uso exclusivo da pessoa ou entidade de destino. Se n??o ?? vossa senhoria o destinat??rio indicado, fica notificado de que a leitura, utiliza????o, divulga????o e/ou c??pia sem autoriza????o pode estar proibida em virtude da legisla????o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui????o -- Chris Meudec "Do you know, my son, with what little understanding the world is ruled?" Pope Julius III (1487 - 1555). ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcague at gmail.com Wed Aug 13 16:32:50 2014 From: jcague at gmail.com (=?UTF-8?Q?Javier_Cervi=C3=B1o?=) Date: Wed, 13 Aug 2014 16:32:50 +0200 Subject: [Fiware-portals] Fwd: Re: [Fiware-lab-help] Cannot download keypair In-Reply-To: <53EB5E09.2020600@telefonica.com> References: <53EB5E09.2020600@telefonica.com> Message-ID: Hola Jos? Ignacio, Nosotros siempre probamos sobretodo con Chrome y no veo ning?n problema. He probado tambi?n con Firefox y tampoco veo ning?n problema. Puede que si tiene alg?n problema con la cach? en Chrome no le funcione. Puede probar a cargar la siguiente URL: https://cloud.lab.fi-ware.org/#auth/logout Esa URL har? logout, borrando la cookie, e inmediatamente tratar? de hacer login de nuevo. Cuando pueda pruebo con Internet Explorer 11 y si hay un problema con los Keypair lo trato de resolver. Saludos, Javier. On 13 August 2014 14:46, JOSE IGNACIO CARRETERO GUARDE < joseignacio.carreteroguarde at telefonica.com> wrote: > Parece que hay un problema con algunos navegadores -- Por si pod?is > echarle un vistazo. > > Un saludo, > Jos? Ignacio. > > > -------- Mensaje reenviado -------- Asunto: Re: [Fiware-lab-help] Cannot > download keypair Fecha: Wed, 13 Aug 2014 08:37:58 +0100 De: Christophe > Meudec Para: JOSE IGNACIO > CARRETERO GUARDE > > > Well as mentioned, the cloud tab does not work with chrome : the loading > animation displays briefly but the display area stay blank (the tab at the > top remains). > > I cannot even pick a region. > > There are also problems with Internet Explorer 11: the link for the > keypair does not work. > > I only got the cloud tab working with an old version of Firefox. > > The problems are browser based. > > regards, > Chris > > > On 13 August 2014 08:24, JOSE IGNACIO CARRETERO GUARDE < > joseignacio.carreteroguarde at telefonica.com> wrote: > >> Hi, >> >> I've testested that over and over again and it is working - Can you >> pleas tell us in which region it is faliing? >> >> Best regards, >> Jos?? Ignacio. >> >> El 07/08/14 a las #4, Christophe Meudec escribi??: >> >> Hello, >> >> I am trying to download a keypair after creating it on FI-lab but the >> link 'Download Keypair' does not work. >> >> I have tried using Chrome v36 (but Fi-lab cloud does not display at >> all) so I am using Internet Explorer 11 on Windows 7 >> >> Is there a Forum for FI-Lab users? >> >> >> Many thanks >> Chris >> -- >> *Chris Meudec * >> >> "Do you know, my son, with what little understanding the world is >> ruled?" Pope Julius III (1487 - 1555). >> >> >> _______________________________________________ >> Fiware-lab-help mailing listFiware-lab-help at lists.fi-ware.orghttps://lists.fi-ware.org/listinfo/fiware-lab-help >> >> >> >> ------------------------------ >> >> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >> puede contener informaci??n privilegiada o confidencial y es para uso >> exclusivo de la persona o entidad de destino. Si no es usted. el >> destinatario indicado, queda notificado de que la lectura, utilizaci??n, >> divulgaci??n y/o copia sin autorizaci??n puede estar prohibida en virtud de >> la legislaci??n vigente. Si ha recibido este mensaje por error, le rogamos >> que nos lo comunique inmediatamente por esta misma v??a y proceda a su >> destrucci??n. >> >> >> The information contained in this transmission is privileged and >> confidential information intended only for the use of the individual or >> entity named above. If the reader of this message is not the intended >> recipient, you are hereby notified that any dissemination, distribution or >> copying of this communication is strictly prohibited. If you have received >> this transmission in error, do not read it. Please immediately reply to the >> sender that you have received this communication in error and then delete >> it. >> >> Esta mensagem e seus anexos se dirigem exclusivamente ao seu >> destinat??rio, pode conter informa????o privilegiada ou confidencial e ?? >> para uso exclusivo da pessoa ou entidade de destino. Se n??o ?? vossa >> senhoria o destinat??rio indicado, fica notificado de que a leitura, >> utiliza????o, divulga????o e/ou c??pia sem autoriza????o pode estar >> proibida em virtude da legisla????o vigente. Se recebeu esta mensagem por >> erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e >> proceda a sua destrui????o >> > > > > -- > *Chris Meudec * > > "Do you know, my son, with what little understanding the world is > ruled?" Pope Julius III (1487 - 1555). > > > > ------------------------------ > > Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, > puede contener informaci?n privilegiada o confidencial y es para uso > exclusivo de la persona o entidad de destino. Si no es usted. el > destinatario indicado, queda notificado de que la lectura, utilizaci?n, > divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de > la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos > que nos lo comunique inmediatamente por esta misma v?a y proceda a su > destrucci?n. > > The information contained in this transmission is privileged and > confidential information intended only for the use of the individual or > entity named above. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this transmission in error, do not read it. Please immediately reply to the > sender that you have received this communication in error and then delete > it. > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, > pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo > da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio > indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou > c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. > Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique > imediatamente por esta mesma via e proceda a sua destrui??o > > _______________________________________________ > Fiware-portals mailing list > Fiware-portals at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-portals > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcague at gmail.com Thu Aug 14 10:30:19 2014 From: jcague at gmail.com (=?UTF-8?Q?Javier_Cervi=C3=B1o?=) Date: Thu, 14 Aug 2014 10:30:19 +0200 Subject: [Fiware-portals] Fwd: Re: [Fiware-lab-help] Cannot download keypair In-Reply-To: References: <53EB5E09.2020600@telefonica.com> Message-ID: Ok, resuelto el problema con IE 11. S? que se mostraba el enlace de descarga, pero no funcionaba debido a un bug en Internet Explorer. He modificado el c?digo para evitar este bug. On 13 August 2014 16:32, Javier Cervi?o wrote: > Hola Jos? Ignacio, > > Nosotros siempre probamos sobretodo con Chrome y no veo ning?n problema. > He probado tambi?n con Firefox y tampoco veo ning?n problema. Puede que si > tiene alg?n problema con la cach? en Chrome no le funcione. > > Puede probar a cargar la siguiente URL: > https://cloud.lab.fi-ware.org/#auth/logout > > Esa URL har? logout, borrando la cookie, e inmediatamente tratar? de hacer > login de nuevo. > > Cuando pueda pruebo con Internet Explorer 11 y si hay un problema con los > Keypair lo trato de resolver. > > Saludos, > Javier. > > > On 13 August 2014 14:46, JOSE IGNACIO CARRETERO GUARDE < > joseignacio.carreteroguarde at telefonica.com> wrote: > >> Parece que hay un problema con algunos navegadores -- Por si pod?is >> echarle un vistazo. >> >> Un saludo, >> Jos? Ignacio. >> >> >> -------- Mensaje reenviado -------- Asunto: Re: [Fiware-lab-help] >> Cannot download keypair Fecha: Wed, 13 Aug 2014 08:37:58 +0100 De: Christophe >> Meudec Para: JOSE IGNACIO >> CARRETERO GUARDE >> >> >> Well as mentioned, the cloud tab does not work with chrome : the loading >> animation displays briefly but the display area stay blank (the tab at the >> top remains). >> >> I cannot even pick a region. >> >> There are also problems with Internet Explorer 11: the link for the >> keypair does not work. >> >> I only got the cloud tab working with an old version of Firefox. >> >> The problems are browser based. >> >> regards, >> Chris >> >> >> On 13 August 2014 08:24, JOSE IGNACIO CARRETERO GUARDE < >> joseignacio.carreteroguarde at telefonica.com> wrote: >> >>> Hi, >>> >>> I've testested that over and over again and it is working - Can you >>> pleas tell us in which region it is faliing? >>> >>> Best regards, >>> Jos?? Ignacio. >>> >>> El 07/08/14 a las #4, Christophe Meudec escribi??: >>> >>> Hello, >>> >>> I am trying to download a keypair after creating it on FI-lab but the >>> link 'Download Keypair' does not work. >>> >>> I have tried using Chrome v36 (but Fi-lab cloud does not display at >>> all) so I am using Internet Explorer 11 on Windows 7 >>> >>> Is there a Forum for FI-Lab users? >>> >>> >>> Many thanks >>> Chris >>> -- >>> *Chris Meudec * >>> >>> "Do you know, my son, with what little understanding the world is >>> ruled?" Pope Julius III (1487 - 1555). >>> >>> >>> _______________________________________________ >>> Fiware-lab-help mailing listFiware-lab-help at lists.fi-ware.orghttps://lists.fi-ware.org/listinfo/fiware-lab-help >>> >>> >>> >>> ------------------------------ >>> >>> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >>> puede contener informaci??n privilegiada o confidencial y es para uso >>> exclusivo de la persona o entidad de destino. Si no es usted. el >>> destinatario indicado, queda notificado de que la lectura, utilizaci??n, >>> divulgaci??n y/o copia sin autorizaci??n puede estar prohibida en virtud de >>> la legislaci??n vigente. Si ha recibido este mensaje por error, le rogamos >>> que nos lo comunique inmediatamente por esta misma v??a y proceda a su >>> destrucci??n. >>> >>> >>> The information contained in this transmission is privileged and >>> confidential information intended only for the use of the individual or >>> entity named above. If the reader of this message is not the intended >>> recipient, you are hereby notified that any dissemination, distribution or >>> copying of this communication is strictly prohibited. If you have received >>> this transmission in error, do not read it. Please immediately reply to the >>> sender that you have received this communication in error and then delete >>> it. >>> >>> Esta mensagem e seus anexos se dirigem exclusivamente ao seu >>> destinat??rio, pode conter informa????o privilegiada ou confidencial e ?? >>> para uso exclusivo da pessoa ou entidade de destino. Se n??o ?? vossa >>> senhoria o destinat??rio indicado, fica notificado de que a leitura, >>> utiliza????o, divulga????o e/ou c??pia sem autoriza????o pode estar >>> proibida em virtude da legisla????o vigente. Se recebeu esta mensagem por >>> erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e >>> proceda a sua destrui????o >>> >> >> >> >> -- >> *Chris Meudec * >> >> "Do you know, my son, with what little understanding the world is >> ruled?" Pope Julius III (1487 - 1555). >> >> >> >> ------------------------------ >> >> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >> puede contener informaci?n privilegiada o confidencial y es para uso >> exclusivo de la persona o entidad de destino. Si no es usted. el >> destinatario indicado, queda notificado de que la lectura, utilizaci?n, >> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de >> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos >> que nos lo comunique inmediatamente por esta misma v?a y proceda a su >> destrucci?n. >> >> The information contained in this transmission is privileged and >> confidential information intended only for the use of the individual or >> entity named above. If the reader of this message is not the intended >> recipient, you are hereby notified that any dissemination, distribution or >> copying of this communication is strictly prohibited. If you have received >> this transmission in error, do not read it. Please immediately reply to the >> sender that you have received this communication in error and then delete >> it. >> >> Esta mensagem e seus anexos se dirigem exclusivamente ao seu >> destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para >> uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o >> destinat?rio indicado, fica notificado de que a leitura, utiliza??o, >> divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da >> legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos >> o comunique imediatamente por esta mesma via e proceda a sua destrui??o >> >> _______________________________________________ >> Fiware-portals mailing list >> Fiware-portals at lists.fi-ware.org >> https://lists.fi-ware.org/listinfo/fiware-portals >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aarranz at conwet.com Tue Aug 19 12:43:24 2014 From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=) Date: Tue, 19 Aug 2014 12:43:24 +0200 Subject: [Fiware-portals] =?utf-8?q?Problemas_con_la_configuraci=C3=B3n_ht?= =?utf-8?q?tps_del_portal_cloud_de_fi-lab?= Message-ID: Hola, El portal de (cloud.lab.fi-ware.org) no proporciona la cadena de certificados, con lo que algunas aplicaciones/scripts no son capaces de validar el certificado del servidor. En concreto, el proxy de WireCloud (el portal Mashup) est? prohibiendo las conexiones con los servicios proporcionados a trav?s de https://cloud.lab.fi-ware.org. Adem?s recomendar?a revisar otros aspectos de la configuraci?n actual, pod?is echar un ojo al informe que genera ssllabs: https://www.ssllabs.com/ssltest/analyze.html?d=cloud.lab.fi-ware.org&hideResults=on Un saludo. ?lvaro -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcague at gmail.com Tue Aug 19 16:52:29 2014 From: jcague at gmail.com (=?UTF-8?Q?Javier_Cervi=C3=B1o?=) Date: Tue, 19 Aug 2014 16:52:29 +0200 Subject: [Fiware-portals] =?utf-8?q?Problemas_con_la_configuraci=C3=B3n_ht?= =?utf-8?q?tps_del_portal_cloud_de_fi-lab?= In-Reply-To: References: Message-ID: Hola ?lvaro, Ok, lo miraremos y os decimos. Ya que estamos, por favor, puedes recordarme qu? servicios son los que consulta WireCloud? Saludos, Javier. 2014-08-19 12:43 GMT+02:00 ?lvaro Arranz : > Hola, > > El portal de (cloud.lab.fi-ware.org) no proporciona la cadena de > certificados, con lo que algunas aplicaciones/scripts no son capaces de > validar el certificado del servidor. En concreto, el proxy de WireCloud (el > portal Mashup) est? prohibiendo las conexiones con los servicios > proporcionados a trav?s de https://cloud.lab.fi-ware.org. > > Adem?s recomendar?a revisar otros aspectos de la configuraci?n actual, > pod?is echar un ojo al informe que genera ssllabs: > > > https://www.ssllabs.com/ssltest/analyze.html?d=cloud.lab.fi-ware.org&hideResults=on > > > Un saludo. > ?lvaro > > _______________________________________________ > Fiware-portals mailing list > Fiware-portals at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-portals > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aarranz at conwet.com Tue Aug 19 17:20:26 2014 From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=) Date: Tue, 19 Aug 2014 17:20:26 +0200 Subject: [Fiware-portals] =?utf-8?q?Problemas_con_la_configuraci=C3=B3n_ht?= =?utf-8?q?tps_del_portal_cloud_de_fi-lab?= In-Reply-To: References: Message-ID: Hola Javier, gracias por mirarlo :). En principio WireCloud no consulta directamente ning?n servicio en cloud.lab.fi-ware.org, depende de los widgets que desarrolle la gente..., que yo sepa hay widgets haciendo peticiones al keystone y al object storage. Por ahora parece que usan urls alternativas (por ejemplo, para acceder al keystone est?n haciendo las peticiones a trav?s de http://cloud.lab.fi-ware.org:4730/v2.0 en vez de usar https://cloud.lab.fi-ware.org/keystone/v2.0). No s? cuales son las URLs oficiales (pero veo que el portal de Cloud hace las peticiones al servidor keystone usando https://cloud.lab.fi-ware.org/keystone/v2.0). Tampoco se de donde han sacado que el servidor Keystone est? en el puerto 4730. Un saludo. ?lvaro 2014-08-19 16:52 GMT+02:00 Javier Cervi?o : > Hola ?lvaro, > > Ok, lo miraremos y os decimos. Ya que estamos, por favor, puedes > recordarme qu? servicios son los que consulta WireCloud? > > Saludos, > Javier. > > > 2014-08-19 12:43 GMT+02:00 ?lvaro Arranz : > >> Hola, >> >> El portal de (cloud.lab.fi-ware.org) no proporciona la cadena de >> certificados, con lo que algunas aplicaciones/scripts no son capaces de >> validar el certificado del servidor. En concreto, el proxy de WireCloud (el >> portal Mashup) est? prohibiendo las conexiones con los servicios >> proporcionados a trav?s de https://cloud.lab.fi-ware.org. >> >> Adem?s recomendar?a revisar otros aspectos de la configuraci?n actual, >> pod?is echar un ojo al informe que genera ssllabs: >> >> >> https://www.ssllabs.com/ssltest/analyze.html?d=cloud.lab.fi-ware.org&hideResults=on >> >> >> Un saludo. >> ?lvaro >> >> _______________________________________________ >> Fiware-portals mailing list >> Fiware-portals at lists.fi-ware.org >> https://lists.fi-ware.org/listinfo/fiware-portals >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From henar.munozfrutos at telefonica.com Mon Aug 25 08:12:19 2014 From: henar.munozfrutos at telefonica.com (=?utf-8?B?SEVOQVIgTVXDkU9aIEZSVVRPUw==?=) Date: Mon, 25 Aug 2014 06:12:19 +0000 Subject: [Fiware-portals] RV: [Fiware-lab-help] Problem with oauth IDM In-Reply-To: References: Message-ID: <6a6e5050818044cab4f9a7b608f731f8@AMSPR06MB150.eurprd06.prod.outlook.com> Hola Pod?is echarlo un vistazo? Gracias, Henar De: fiware-lab-help-bounces at lists.fi-ware.org [mailto:fiware-lab-help-bounces at lists.fi-ware.org] En nombre de Nohelia Merino Enviado el: s?bado, 23 de agosto de 2014 7:13 Para: fiware-lab-help at lists.fi-ware.eu Asunto: [Fiware-lab-help] Problem with oauth IDM Dear Fiware Lab Help I have a problem trying to log in into local wirecloud server. When I try to enter to http://localhost:8180 where my wirecloud server is allocated, it's fine, but then I try to log in into the server using key rock oauth IDM, and I get this: [Im?genes integradas 1] I don't know what of the following options I should set as the callback url: [WIRECLOUD_SERVER_URL]/oauth2/default_redirect_uri OR http(s):///complete/fiware/ I'm defining FIWARE_IDM_SERVER = 'https://account.lab.fi-ware.org' in the settings.py I?m not sure what is the IDM server should I use since I create a test application in 'https://account.lab.fi-ware.org'. I really will appreciate your help. Best Regards Thanks. Nohelia Merino ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 21289 bytes Desc: image001.png URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ATT00001.txt URL: From jcervino at dit.upm.es Tue Aug 26 11:24:20 2014 From: jcervino at dit.upm.es (=?UTF-8?Q?javier_cervi=C3=B1o?=) Date: Tue, 26 Aug 2014 11:24:20 +0200 Subject: [Fiware-portals] Cambio de logos en los portales Message-ID: Hola a todos, A raiz de los correos de Juanjo y Miguel con el cambio de branding en FIWARE, hemos cambiado el logo de FIWARE Labs, pod?is encontrar la info aqu?: https://github.com/ging/fi-ware-idm/tree/master/extras/header_nav Cuando tengamos el cambio para el Testbed os lo decimos. Saludos, Javier. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcervino at dit.upm.es Mon Aug 25 15:09:45 2014 From: jcervino at dit.upm.es (=?UTF-8?Q?javier_cervi=C3=B1o?=) Date: Mon, 25 Aug 2014 15:09:45 +0200 Subject: [Fiware-portals] Cambio de logos en los portales Message-ID: Hola a todos, A raiz de los correos de Juanjo y Miguel con el cambio de branding en FIWARE, hemos cambiado el logo de FIWARE Labs, pod?is encontrar la info aqu?: https://github.com/ging/fi-ware-idm/tree/master/extras/header_nav Cuando tengamos el cambio para el Testbed os lo decimos. Saludos, Javier. -------------- next part -------------- An HTML attachment was scrubbed... URL: From aarranz at conwet.com Tue Aug 26 17:22:03 2014 From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=) Date: Tue, 26 Aug 2014 17:22:03 +0200 Subject: [Fiware-portals] Cambio de logos en los portales In-Reply-To: References: Message-ID: Hola, ya hemos actualizado los portales de Mashup y del Store en FIWARE Lab. Los del testbed los estamos actualizando ahora, pero nos ha surgido una duda. ?Van a tener el mismo texto los footers en el Lab que en el testbed? Un saludo. 2014-08-26 11:24 GMT+02:00 javier cervi?o : > Hola a todos, > > A raiz de los correos de Juanjo y Miguel con el cambio de branding en > FIWARE, hemos cambiado el logo de FIWARE Labs, pod?is encontrar la info > aqu?: > > https://github.com/ging/fi-ware-idm/tree/master/extras/header_nav > > Cuando tengamos el cambio para el Testbed os lo decimos. > > Saludos, > Javier. > > _______________________________________________ > Fiware-portals mailing list > Fiware-portals at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-portals > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From miguel.carrillopacheco at telefonica.com Wed Aug 27 08:32:54 2014 From: miguel.carrillopacheco at telefonica.com (MIGUEL CARRILLO PACHECO) Date: Wed, 27 Aug 2014 08:32:54 +0200 Subject: [Fiware-portals] Cambio de logos en los portales In-Reply-To: References: Message-ID: <53FD7B96.5060202@telefonica.com> Tienes raz?n. Donde dice " FIWARE Lab" debiera decir "FIWARE Testbed" y el link apuntar al mismo sitio que ahora. Para hacerlo bien de verdad, habria que crear unos T&C espec?ficos de Testbed pero dudo que esto vaya a pasar, salvo que alguien est? ocioso y tenga tiempo :) Cambiad cuando pod?is el texto literal del pie de p?gina en el Tesbed por : 2013 ? FIWARE. The use of FIWARE Testbed services is subject to the acceptance of the Terms and Conditions and Personal Data Protection Policy S?lo cambio una palabra :) El 26/08/2014 17:22, ?lvaro Arranz escribi?: Hola, ya hemos actualizado los portales de Mashup y del Store en FIWARE Lab. Los del testbed los estamos actualizando ahora, pero nos ha surgido una duda. ?Van a tener el mismo texto los footers en el Lab que en el testbed? Un saludo. 2014-08-26 11:24 GMT+02:00 javier cervi?o >: Hola a todos, A raiz de los correos de Juanjo y Miguel con el cambio de branding en FIWARE, hemos cambiado el logo de FIWARE Labs, pod?is encontrar la info aqu?: https://github.com/ging/fi-ware-idm/tree/master/extras/header_nav Cuando tengamos el cambio para el Testbed os lo decimos. Saludos, Javier. _______________________________________________ Fiware-portals mailing list Fiware-portals at lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-portals _______________________________________________ Fiware-portals mailing list Fiware-portals at lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-portals -- Please update your address book with my new e-mail address: miguel.carrillopacheco at telefonica.com ---------------------------------------------------------------------- _/ _/_/ Miguel Carrillo Pacheco _/ _/ _/ _/ Telef?nica Distrito Telef?nica _/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9 _/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N _/ _/_/ 28050 Madrid (Spain) Tel: (+34) 91 483 26 77 e-mail: miguel.carrillopacheco at telefonica.com Follow FI-WARE on the net Website: http://www.fi-ware.org Facebook: http://www.facebook.com/pages/FI-WARE/251366491587242 Twitter: http://twitter.com/Fiware LinkedIn: http://www.linkedin.com/groups/FIWARE-4239932 ---------------------------------------------------------------------- ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -------------- next part -------------- An HTML attachment was scrubbed... URL: From henar.munozfrutos at telefonica.com Wed Aug 27 12:05:29 2014 From: henar.munozfrutos at telefonica.com (=?utf-8?B?SEVOQVIgTVXDkU9aIEZSVVRPUw==?=) Date: Wed, 27 Aug 2014 10:05:29 +0000 Subject: [Fiware-portals] [Fiware-lab-help] Fwd: In-Reply-To: References: <012301cfc1dd$81baa620$852ff260$@org> Message-ID: Hi We are using the user_data funciontality plus cloud-init library to configure the VMs. For instance, if a VM is deployed on two networks, the VM needs to have two network interface. The way to do that is by the cloud-init configuration. We agree with UPM portal to show this script, so that, the user is aware we are configuring its VM. In addition, we are using this cloud-init configuration to install the chef and puppet for blueprint configuration. Regards, Henar De: fiware-lab-help-bounces at lists.fi-ware.org [mailto:fiware-lab-help-bounces at lists.fi-ware.org] En nombre de Federico Michele Facca Enviado el: mi?rcoles, 27 de agosto de 2014 12:01 Para: fiware-lab-help at lists.fi-ware.org Asunto: [Fiware-lab-help] Fwd: does anyone knows why this was introduced? ---------- Forwarded message ---------- From: Giuseppe Cossu > Date: Wed, Aug 27, 2014 at 11:57 AM Subject: To: Federico Michele Facca > Federico, I noticed that the Cloud Portal uses a default script configuration (look at the attached file and below) when a try to boot a VM. This script is the same for all XIFI nodes and for all the images. Is it useful? The images I?ve tried work fine without this script that seems designed only for CentOS images. Giuseppe ---------------------------------------------------------------------------------------- # This script automatically installs network interfaces in the instance. # You can modify it, but be careful not to change network configuration. write_files: - encoding: b64 content: | YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== path: /etc/network/interfaces - content: | DEVICE="eth0" NM_CONTROLLED="yes" ONBOOT="yes" BOOTPROTO="dhcp" TYPE="Ethernet" path: /etc/sysconfig/network-scripts/ifcfg-eth0 permissions: '460' bootcmd: - ifup eth0 -------------------------------------------------------- Giuseppe Cossu CREATE-NET Smart Infrastructures Research Engineer Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: giuseppe.cossu at create-net.org Tel: (+39) 0461 408400 - interno/extension [1316] Fax: (+39) 0461 421157 www.create-net.org -------------------------------------------------------- -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -------------- next part -------------- An HTML attachment was scrubbed... URL: From federico.facca at create-net.org Wed Aug 27 12:25:06 2014 From: federico.facca at create-net.org (Federico Michele Facca) Date: Wed, 27 Aug 2014 12:25:06 +0200 Subject: [Fiware-portals] [Fiware-lab-help] Fwd: In-Reply-To: References: <012301cfc1dd$81baa620$852ff260$@org> Message-ID: hi henar, i know for the chef/puppet part (i recall discussing this with fernando). the problem is that the script may not work on something different from centos, and that network configuration is largely depending also on the openstack set-up. for example spain does not use yet neutron. not sure if this was properly tested on all combinations. cheers, federico On Wed, Aug 27, 2014 at 12:05 PM, HENAR MU?OZ FRUTOS < henar.munozfrutos at telefonica.com> wrote: > Hi > > > > We are using the user_data funciontality plus cloud-init library to > configure the VMs. For instance, if a VM is deployed on two networks, the > VM needs to have two network interface. The way to do that is by the > cloud-init configuration. We agree with UPM portal to show this script, so > that, the user is aware we are configuring its VM. In addition, we are > using this cloud-init configuration to install the chef and puppet for > blueprint configuration. > > Regards, > > Henar > > > > *De:* fiware-lab-help-bounces at lists.fi-ware.org [mailto: > fiware-lab-help-bounces at lists.fi-ware.org] *En nombre de *Federico > Michele Facca > *Enviado el:* mi?rcoles, 27 de agosto de 2014 12:01 > *Para:* fiware-lab-help at lists.fi-ware.org > *Asunto:* [Fiware-lab-help] Fwd: > > > > does anyone knows why this was introduced? > > ---------- Forwarded message ---------- > From: *Giuseppe Cossu* > Date: Wed, Aug 27, 2014 at 11:57 AM > Subject: > To: Federico Michele Facca > > Federico, > > I noticed that the Cloud Portal uses a default script configuration (look > at the attached file and below) when a try to boot a VM. > > This script is the same for all XIFI nodes and for all the images. Is it > useful? > > The images I?ve tried work fine without this script that seems designed > only for CentOS images. > > > > Giuseppe > > > > > ---------------------------------------------------------------------------------------- > > > > # This script automatically installs network interfaces in the instance. > > # You can modify it, but be careful not to change network configuration. > > write_files: > > - encoding: b64 > > content: | > > > YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== > > path: /etc/network/interfaces > > > > - content: | > > DEVICE="eth0" > > NM_CONTROLLED="yes" > > ONBOOT="yes" > > BOOTPROTO="dhcp" > > TYPE="Ethernet" > > path: /etc/sysconfig/network-scripts/ifcfg-eth0 > > permissions: '460' > > > > bootcmd: > > - ifup eth0 > > > > -------------------------------------------------------- > > Giuseppe Cossu > > CREATE-NET > > Smart Infrastructures > > Research Engineer > > Via alla Cascata 56/D - 38123 Povo Trento (Italy) > > e-mail: giuseppe.cossu at create-net.org > > Tel: (+39) 0461 408400 - interno/extension [1316] > > Fax: (+39) 0461 421157 > > www.create-net.org > > -------------------------------------------------------- > > > > > > > > -- > Dr. Federico M. Facca > > CREATE-NET > Via alla Cascata 56/D > 38123 Povo Trento (Italy) > > T +39 0461 408400 (1669) > F +39 0461 421157 > > M +39 334 6049758 > E federico.facca at create-net.org > W www.create-net.org > > ------------------------------ > > Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, > puede contener informaci?n privilegiada o confidencial y es para uso > exclusivo de la persona o entidad de destino. Si no es usted. el > destinatario indicado, queda notificado de que la lectura, utilizaci?n, > divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de > la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos > que nos lo comunique inmediatamente por esta misma v?a y proceda a su > destrucci?n. > > The information contained in this transmission is privileged and > confidential information intended only for the use of the individual or > entity named above. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this transmission in error, do not read it. Please immediately reply to the > sender that you have received this communication in error and then delete > it. > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, > pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo > da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio > indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou > c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. > Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique > imediatamente por esta mesma via e proceda a sua destrui??o > -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From henar.munozfrutos at telefonica.com Wed Aug 27 12:27:04 2014 From: henar.munozfrutos at telefonica.com (=?utf-8?B?SEVOQVIgTVXDkU9aIEZSVVRPUw==?=) Date: Wed, 27 Aug 2014 10:27:04 +0000 Subject: [Fiware-portals] [Fiware-lab-help] Fwd: In-Reply-To: References: <012301cfc1dd$81baa620$852ff260$@org> Message-ID: <15935b82a05d4514b73d4fe66a77192d@AM3PR06MB148.eurprd06.prod.outlook.com> Hi This script is valid for Centos and Ubuntu and it has been testbed in a Havanna installation. Regards, Henar De: federico.facca at gmail.com [mailto:federico.facca at gmail.com] En nombre de Federico Michele Facca Enviado el: mi?rcoles, 27 de agosto de 2014 12:25 Para: HENAR MU?OZ FRUTOS CC: fiware-lab-help at lists.fi-ware.org; fiware-portals at lists.fi-ware.org; giuseppe.cossu at create-net.org Asunto: Re: [Fiware-lab-help] Fwd: hi henar, i know for the chef/puppet part (i recall discussing this with fernando). the problem is that the script may not work on something different from centos, and that network configuration is largely depending also on the openstack set-up. for example spain does not use yet neutron. not sure if this was properly tested on all combinations. cheers, federico On Wed, Aug 27, 2014 at 12:05 PM, HENAR MU?OZ FRUTOS > wrote: Hi We are using the user_data funciontality plus cloud-init library to configure the VMs. For instance, if a VM is deployed on two networks, the VM needs to have two network interface. The way to do that is by the cloud-init configuration. We agree with UPM portal to show this script, so that, the user is aware we are configuring its VM. In addition, we are using this cloud-init configuration to install the chef and puppet for blueprint configuration. Regards, Henar De: fiware-lab-help-bounces at lists.fi-ware.org [mailto:fiware-lab-help-bounces at lists.fi-ware.org] En nombre de Federico Michele Facca Enviado el: mi?rcoles, 27 de agosto de 2014 12:01 Para: fiware-lab-help at lists.fi-ware.org Asunto: [Fiware-lab-help] Fwd: does anyone knows why this was introduced? ---------- Forwarded message ---------- From: Giuseppe Cossu > Date: Wed, Aug 27, 2014 at 11:57 AM Subject: To: Federico Michele Facca > Federico, I noticed that the Cloud Portal uses a default script configuration (look at the attached file and below) when a try to boot a VM. This script is the same for all XIFI nodes and for all the images. Is it useful? The images I?ve tried work fine without this script that seems designed only for CentOS images. Giuseppe ---------------------------------------------------------------------------------------- # This script automatically installs network interfaces in the instance. # You can modify it, but be careful not to change network configuration. write_files: - encoding: b64 content: | YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== path: /etc/network/interfaces - content: | DEVICE="eth0" NM_CONTROLLED="yes" ONBOOT="yes" BOOTPROTO="dhcp" TYPE="Ethernet" path: /etc/sysconfig/network-scripts/ifcfg-eth0 permissions: '460' bootcmd: - ifup eth0 -------------------------------------------------------- Giuseppe Cossu CREATE-NET Smart Infrastructures Research Engineer Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: giuseppe.cossu at create-net.org Tel: (+39) 0461 408400 - interno/extension [1316] Fax: (+39) 0461 421157 www.create-net.org -------------------------------------------------------- -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcague at gmail.com Wed Aug 27 12:55:10 2014 From: jcague at gmail.com (=?UTF-8?Q?Javier_Cervi=C3=B1o?=) Date: Wed, 27 Aug 2014 12:55:10 +0200 Subject: [Fiware-portals] [Fiware-lab-help] Fwd: In-Reply-To: <15935b82a05d4514b73d4fe66a77192d@AM3PR06MB148.eurprd06.prod.outlook.com> References: <012301cfc1dd$81baa620$852ff260$@org> <15935b82a05d4514b73d4fe66a77192d@AM3PR06MB148.eurprd06.prod.outlook.com> Message-ID: Hi Federico, In regions that do not have neutron (like the one in Spain) you can see in the Cloud Portal that the script is not filled, so you it shouldn't be a problem at all. Cheers, Javier. On 27 August 2014 12:27, HENAR MU?OZ FRUTOS < henar.munozfrutos at telefonica.com> wrote: > Hi > > This script is valid for Centos and Ubuntu and it has been testbed in a > Havanna installation. > > Regards, > > Henar > > > > *De:* federico.facca at gmail.com [mailto:federico.facca at gmail.com] *En > nombre de *Federico Michele Facca > *Enviado el:* mi?rcoles, 27 de agosto de 2014 12:25 > *Para:* HENAR MU?OZ FRUTOS > *CC:* fiware-lab-help at lists.fi-ware.org; fiware-portals at lists.fi-ware.org; > giuseppe.cossu at create-net.org > *Asunto:* Re: [Fiware-lab-help] Fwd: > > > > hi henar, > > i know for the chef/puppet part (i recall discussing this with fernando). > the problem is that the script may not work on something different from > centos, and that network configuration is largely depending also on the > openstack set-up. for example spain does not use yet neutron. not sure if > this was properly tested on all combinations. > > > > cheers, > > federico > > > > On Wed, Aug 27, 2014 at 12:05 PM, HENAR MU?OZ FRUTOS < > henar.munozfrutos at telefonica.com> wrote: > > Hi > > > > We are using the user_data funciontality plus cloud-init library to > configure the VMs. For instance, if a VM is deployed on two networks, the > VM needs to have two network interface. The way to do that is by the > cloud-init configuration. We agree with UPM portal to show this script, so > that, the user is aware we are configuring its VM. In addition, we are > using this cloud-init configuration to install the chef and puppet for > blueprint configuration. > > Regards, > > Henar > > > > *De:* fiware-lab-help-bounces at lists.fi-ware.org [mailto: > fiware-lab-help-bounces at lists.fi-ware.org] *En nombre de *Federico > Michele Facca > *Enviado el:* mi?rcoles, 27 de agosto de 2014 12:01 > *Para:* fiware-lab-help at lists.fi-ware.org > *Asunto:* [Fiware-lab-help] Fwd: > > > > does anyone knows why this was introduced? > > ---------- Forwarded message ---------- > From: *Giuseppe Cossu* > Date: Wed, Aug 27, 2014 at 11:57 AM > Subject: > To: Federico Michele Facca > > Federico, > > I noticed that the Cloud Portal uses a default script configuration (look > at the attached file and below) when a try to boot a VM. > > This script is the same for all XIFI nodes and for all the images. Is it > useful? > > The images I?ve tried work fine without this script that seems designed > only for CentOS images. > > > > Giuseppe > > > > > ---------------------------------------------------------------------------------------- > > > > # This script automatically installs network interfaces in the instance. > > # You can modify it, but be careful not to change network configuration. > > write_files: > > - encoding: b64 > > content: | > > > YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== > > path: /etc/network/interfaces > > > > - content: | > > DEVICE="eth0" > > NM_CONTROLLED="yes" > > ONBOOT="yes" > > BOOTPROTO="dhcp" > > TYPE="Ethernet" > > path: /etc/sysconfig/network-scripts/ifcfg-eth0 > > permissions: '460' > > > > bootcmd: > > - ifup eth0 > > > > -------------------------------------------------------- > > Giuseppe Cossu > > CREATE-NET > > Smart Infrastructures > > Research Engineer > > Via alla Cascata 56/D - 38123 Povo Trento (Italy) > > e-mail: giuseppe.cossu at create-net.org > > Tel: (+39) 0461 408400 - interno/extension [1316] > > Fax: (+39) 0461 421157 > > www.create-net.org > > -------------------------------------------------------- > > > > > > > > -- > Dr. Federico M. Facca > > CREATE-NET > Via alla Cascata 56/D > 38123 Povo Trento (Italy) > > T +39 0461 408400 (1669) > F +39 0461 421157 > > M +39 334 6049758 > E federico.facca at create-net.org > W www.create-net.org > > > ------------------------------ > > > Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, > puede contener informaci?n privilegiada o confidencial y es para uso > exclusivo de la persona o entidad de destino. Si no es usted. el > destinatario indicado, queda notificado de que la lectura, utilizaci?n, > divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de > la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos > que nos lo comunique inmediatamente por esta misma v?a y proceda a su > destrucci?n. > > The information contained in this transmission is privileged and > confidential information intended only for the use of the individual or > entity named above. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this transmission in error, do not read it. Please immediately reply to the > sender that you have received this communication in error and then delete > it. > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, > pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo > da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio > indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou > c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. > Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique > imediatamente por esta mesma via e proceda a sua destrui??o > > > > > > -- > Dr. Federico M. Facca > > CREATE-NET > Via alla Cascata 56/D > 38123 Povo Trento (Italy) > > T +39 0461 408400 (1669) > F +39 0461 421157 > > M +39 334 6049758 > E federico.facca at create-net.org > W www.create-net.org > > ------------------------------ > > Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, > puede contener informaci?n privilegiada o confidencial y es para uso > exclusivo de la persona o entidad de destino. Si no es usted. el > destinatario indicado, queda notificado de que la lectura, utilizaci?n, > divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de > la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos > que nos lo comunique inmediatamente por esta misma v?a y proceda a su > destrucci?n. > > The information contained in this transmission is privileged and > confidential information intended only for the use of the individual or > entity named above. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this transmission in error, do not read it. Please immediately reply to the > sender that you have received this communication in error and then delete > it. > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, > pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo > da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio > indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou > c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. > Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique > imediatamente por esta mesma via e proceda a sua destrui??o > > _______________________________________________ > Fiware-portals mailing list > Fiware-portals at lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-portals > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From federico.facca at create-net.org Wed Aug 27 12:58:34 2014 From: federico.facca at create-net.org (Federico Michele Facca) Date: Wed, 27 Aug 2014 12:58:34 +0200 Subject: [Fiware-portals] [Fiware-lab-help] Fwd: In-Reply-To: References: <012301cfc1dd$81baa620$852ff260$@org> <15935b82a05d4514b73d4fe66a77192d@AM3PR06MB148.eurprd06.prod.outlook.com> Message-ID: Hi Javier, I see :) Just trying to understand if this makes sense or not also considering is not much documented in the portal. Thx, Federico On Wed, Aug 27, 2014 at 12:55 PM, Javier Cervi?o wrote: > Hi Federico, > > In regions that do not have neutron (like the one in Spain) you can see in > the Cloud Portal that the script is not filled, so you it shouldn't be a > problem at all. > > Cheers, > Javier. > > > On 27 August 2014 12:27, HENAR MU?OZ FRUTOS < > henar.munozfrutos at telefonica.com> wrote: > >> Hi >> >> This script is valid for Centos and Ubuntu and it has been testbed in a >> Havanna installation. >> >> Regards, >> >> Henar >> >> >> >> *De:* federico.facca at gmail.com [mailto:federico.facca at gmail.com] *En >> nombre de *Federico Michele Facca >> *Enviado el:* mi?rcoles, 27 de agosto de 2014 12:25 >> *Para:* HENAR MU?OZ FRUTOS >> *CC:* fiware-lab-help at lists.fi-ware.org; fiware-portals at lists.fi-ware.org; >> giuseppe.cossu at create-net.org >> *Asunto:* Re: [Fiware-lab-help] Fwd: >> >> >> >> hi henar, >> >> i know for the chef/puppet part (i recall discussing this with fernando). >> the problem is that the script may not work on something different from >> centos, and that network configuration is largely depending also on the >> openstack set-up. for example spain does not use yet neutron. not sure if >> this was properly tested on all combinations. >> >> >> >> cheers, >> >> federico >> >> >> >> On Wed, Aug 27, 2014 at 12:05 PM, HENAR MU?OZ FRUTOS < >> henar.munozfrutos at telefonica.com> wrote: >> >> Hi >> >> >> >> We are using the user_data funciontality plus cloud-init library to >> configure the VMs. For instance, if a VM is deployed on two networks, the >> VM needs to have two network interface. The way to do that is by the >> cloud-init configuration. We agree with UPM portal to show this script, so >> that, the user is aware we are configuring its VM. In addition, we are >> using this cloud-init configuration to install the chef and puppet for >> blueprint configuration. >> >> Regards, >> >> Henar >> >> >> >> *De:* fiware-lab-help-bounces at lists.fi-ware.org [mailto: >> fiware-lab-help-bounces at lists.fi-ware.org] *En nombre de *Federico >> Michele Facca >> *Enviado el:* mi?rcoles, 27 de agosto de 2014 12:01 >> *Para:* fiware-lab-help at lists.fi-ware.org >> *Asunto:* [Fiware-lab-help] Fwd: >> >> >> >> does anyone knows why this was introduced? >> >> ---------- Forwarded message ---------- >> From: *Giuseppe Cossu* >> Date: Wed, Aug 27, 2014 at 11:57 AM >> Subject: >> To: Federico Michele Facca >> >> Federico, >> >> I noticed that the Cloud Portal uses a default script configuration (look >> at the attached file and below) when a try to boot a VM. >> >> This script is the same for all XIFI nodes and for all the images. Is it >> useful? >> >> The images I?ve tried work fine without this script that seems designed >> only for CentOS images. >> >> >> >> Giuseppe >> >> >> >> >> ---------------------------------------------------------------------------------------- >> >> >> >> # This script automatically installs network interfaces in the instance. >> >> # You can modify it, but be careful not to change network configuration. >> >> write_files: >> >> - encoding: b64 >> >> content: | >> >> >> YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== >> >> path: /etc/network/interfaces >> >> >> >> - content: | >> >> DEVICE="eth0" >> >> NM_CONTROLLED="yes" >> >> ONBOOT="yes" >> >> BOOTPROTO="dhcp" >> >> TYPE="Ethernet" >> >> path: /etc/sysconfig/network-scripts/ifcfg-eth0 >> >> permissions: '460' >> >> >> >> bootcmd: >> >> - ifup eth0 >> >> >> >> -------------------------------------------------------- >> >> Giuseppe Cossu >> >> CREATE-NET >> >> Smart Infrastructures >> >> Research Engineer >> >> Via alla Cascata 56/D - 38123 Povo Trento (Italy) >> >> e-mail: giuseppe.cossu at create-net.org >> >> Tel: (+39) 0461 408400 - interno/extension [1316] >> >> Fax: (+39) 0461 421157 >> >> www.create-net.org >> >> -------------------------------------------------------- >> >> >> >> >> >> >> >> -- >> Dr. Federico M. Facca >> >> CREATE-NET >> Via alla Cascata 56/D >> 38123 Povo Trento (Italy) >> >> T +39 0461 408400 (1669) >> F +39 0461 421157 >> >> M +39 334 6049758 >> E federico.facca at create-net.org >> W www.create-net.org >> >> >> ------------------------------ >> >> >> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >> puede contener informaci?n privilegiada o confidencial y es para uso >> exclusivo de la persona o entidad de destino. Si no es usted. el >> destinatario indicado, queda notificado de que la lectura, utilizaci?n, >> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de >> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos >> que nos lo comunique inmediatamente por esta misma v?a y proceda a su >> destrucci?n. >> >> The information contained in this transmission is privileged and >> confidential information intended only for the use of the individual or >> entity named above. If the reader of this message is not the intended >> recipient, you are hereby notified that any dissemination, distribution or >> copying of this communication is strictly prohibited. If you have received >> this transmission in error, do not read it. Please immediately reply to the >> sender that you have received this communication in error and then delete >> it. >> >> Esta mensagem e seus anexos se dirigem exclusivamente ao seu >> destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para >> uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o >> destinat?rio indicado, fica notificado de que a leitura, utiliza??o, >> divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da >> legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos >> o comunique imediatamente por esta mesma via e proceda a sua destrui??o >> >> >> >> >> >> -- >> Dr. Federico M. Facca >> >> CREATE-NET >> Via alla Cascata 56/D >> 38123 Povo Trento (Italy) >> >> T +39 0461 408400 (1669) >> F +39 0461 421157 >> >> M +39 334 6049758 >> E federico.facca at create-net.org >> W www.create-net.org >> >> ------------------------------ >> >> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, >> puede contener informaci?n privilegiada o confidencial y es para uso >> exclusivo de la persona o entidad de destino. Si no es usted. el >> destinatario indicado, queda notificado de que la lectura, utilizaci?n, >> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de >> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos >> que nos lo comunique inmediatamente por esta misma v?a y proceda a su >> destrucci?n. >> >> The information contained in this transmission is privileged and >> confidential information intended only for the use of the individual or >> entity named above. If the reader of this message is not the intended >> recipient, you are hereby notified that any dissemination, distribution or >> copying of this communication is strictly prohibited. If you have received >> this transmission in error, do not read it. Please immediately reply to the >> sender that you have received this communication in error and then delete >> it. >> >> Esta mensagem e seus anexos se dirigem exclusivamente ao seu >> destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para >> uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o >> destinat?rio indicado, fica notificado de que a leitura, utiliza??o, >> divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da >> legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos >> o comunique imediatamente por esta mesma via e proceda a sua destrui??o >> >> _______________________________________________ >> Fiware-portals mailing list >> Fiware-portals at lists.fi-ware.org >> https://lists.fi-ware.org/listinfo/fiware-portals >> >> > -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From giuseppe.cossu at create-net.org Wed Aug 27 18:47:05 2014 From: giuseppe.cossu at create-net.org (Giuseppe Cossu) Date: Wed, 27 Aug 2014 18:47:05 +0200 (CEST) Subject: [Fiware-portals] [Fiware-lab-help] Fwd: In-Reply-To: References: <012301cfc1dd$81baa620$852ff260$@org> <15935b82a05d4514b73d4fe66a77192d@AM3PR06MB148.eurprd06.prod.outlook.com> Message-ID: <01ae01cfc216$bfaae1f0$3f00a5d0$@org> Hello, Javier, Henar, Now I see that the script could be useful to enable additional features. I tried to launch VMs with 2 network (as suggested by Henar) but the script seems not working in Trento Node (the network configuration it is not applied). I used ubuntu (Ubuntu 14.04 from cloud-images.ubuntu.com) and CentOS (CentOS-6.2-sdc) and both have cloud-inint installed (see attached log). Do you have any suggestion to solve this issue? This use case ? VM attached to two network ? it?s a very interesting scenario for multiple external networks. So I'll wait to hear back from you. Regards, Giuseppe From: federico.facca at gmail.com [mailto:federico.facca at gmail.com] On Behalf Of Federico Michele Facca Sent: 27 August 2014 12:59 To: Javier Cervi?o Cc: HENAR MU?OZ FRUTOS; fiware-portals at lists.fi-ware.org; giuseppe.cossu at create-net.org; fiware-lab-help at lists.fi-ware.org Subject: Re: [Fiware-portals] [Fiware-lab-help] Fwd: Hi Javier, I see :) Just trying to understand if this makes sense or not also considering is not much documented in the portal. Thx, Federico On Wed, Aug 27, 2014 at 12:55 PM, Javier Cervi?o wrote: Hi Federico, In regions that do not have neutron (like the one in Spain) you can see in the Cloud Portal that the script is not filled, so you it shouldn't be a problem at all. Cheers, Javier. On 27 August 2014 12:27, HENAR MU?OZ FRUTOS wrote: Hi This script is valid for Centos and Ubuntu and it has been testbed in a Havanna installation. Regards, Henar De: federico.facca at gmail.com [mailto:federico.facca at gmail.com] En nombre de Federico Michele Facca Enviado el: mi?rcoles, 27 de agosto de 2014 12:25 Para: HENAR MU?OZ FRUTOS CC: fiware-lab-help at lists.fi-ware.org; fiware-portals at lists.fi-ware.org; giuseppe.cossu at create-net.org Asunto: Re: [Fiware-lab-help] Fwd: hi henar, i know for the chef/puppet part (i recall discussing this with fernando). the problem is that the script may not work on something different from centos, and that network configuration is largely depending also on the openstack set-up. for example spain does not use yet neutron. not sure if this was properly tested on all combinations. cheers, federico On Wed, Aug 27, 2014 at 12:05 PM, HENAR MU?OZ FRUTOS wrote: Hi We are using the user_data funciontality plus cloud-init library to configure the VMs. For instance, if a VM is deployed on two networks, the VM needs to have two network interface. The way to do that is by the cloud-init configuration. We agree with UPM portal to show this script, so that, the user is aware we are configuring its VM. In addition, we are using this cloud-init configuration to install the chef and puppet for blueprint configuration. Regards, Henar De: fiware-lab-help-bounces at lists.fi-ware.org [mailto:fiware-lab-help-bounces at lists.fi-ware.org] En nombre de Federico Michele Facca Enviado el: mi?rcoles, 27 de agosto de 2014 12:01 Para: fiware-lab-help at lists.fi-ware.org Asunto: [Fiware-lab-help] Fwd: does anyone knows why this was introduced? ---------- Forwarded message ---------- From: Giuseppe Cossu Date: Wed, Aug 27, 2014 at 11:57 AM Subject: To: Federico Michele Facca Federico, I noticed that the Cloud Portal uses a default script configuration (look at the attached file and below) when a try to boot a VM. This script is the same for all XIFI nodes and for all the images. Is it useful? The images I?ve tried work fine without this script that seems designed only for CentOS images. Giuseppe ---------------------------------------------------------------------------------------- # This script automatically installs network interfaces in the instance. # You can modify it, but be careful not to change network configuration. write_files: - encoding: b64 content: | YXV0byBsbyAKaWZhY2UgbG8gaW5ldCBsb29wYmFjawogYXV0byBldGgwIAogaWZhY2UgZXRoMCAgaW5ldCBkaGNwCg== path: /etc/network/interfaces - content: | DEVICE="eth0" NM_CONTROLLED="yes" ONBOOT="yes" BOOTPROTO="dhcp" TYPE="Ethernet" path: /etc/sysconfig/network-scripts/ifcfg-eth0 permissions: '460' bootcmd: - ifup eth0 -------------------------------------------------------- Giuseppe Cossu CREATE-NET Smart Infrastructures Research Engineer Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: giuseppe.cossu at create-net.org Tel: (+39) 0461 408400 - interno/extension [1316] Fax: (+39) 0461 421157 www.create-net.org -------------------------------------------------------- -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org _____ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org _____ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o _______________________________________________ Fiware-portals mailing list Fiware-portals at lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-portals -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) T +39 0461 408400 (1669) F +39 0461 421157 M +39 334 6049758 E federico.facca at create-net.org W www.create-net.org -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: log_console_cloud_init.txt URL: