Dear Geoff, Sorry to hear you had some difficulties with the POI server. Regarding the floating IP, you have two options. 1) See first if the solution suggested here works for you: http://joseignaciocarretero.blogspot.com.es/ 2) If option 1 does not work, it is possible to request an additional floating IP. In order to do this, you need to use the community account request mechanism found on this page: https://account.lab.fiware.org/, click on the “request community account upgrade” button. When filling in the form displayed, please make sure to indicate: - FINISH as accelerator name - the user name and email address for your current community holder , i.e. h.yildirim instead of your own name and email address. - In the comments section, that you already have a community account, but just need additional resources, i.e. a floating IP. Then you can send me the ticket id you receive from JIRA, so I can expedite the process. Best regards, ilknur From: Geoff Taylor [mailto:g.taylor at chainpoint.com] Sent: Thursday, November 26, 2015 5:20 PM To: Chulani, Ilknur Cc: Geissler, Benjamin (Benjamin.Geissler at EuroPoolSystem.com); Marcel Verstappen Subject: RE: how to help SMEs migrate to another node? Hello Ilknur, Many thanks for the information about installing the POI. We tried to get things running at the Spanish node with the POI by downloading the image from Stockholm and installing it, but we kept running into issues where Ubuntu seemed to be hanging. [cid:image001.png at 01D12777.6065A280] Eventually, to save time, we have managed to install a new POI instance from scratch at the Spanish node and it seems to be running, which is good news. The only issue we now have is that the Spanish node does not offer us enough Floating IPs to be able to: a) Run the Context Broker at the Spanish node; and b) Also run the POI instance. Is this something the Spanish team can assist us with, do you think, so that we can also get a Floating IP available to connect to the POI instance we have running? [cid:image004.png at 01D1290B.5EBE3D80] Many thanks in advance for your help – it’s really appreciated. Best regards, Geoff Taylor [cid:image002.jpg at 01CFD260.005E09D0] [cid:image006.png at 01D1290B.5EBE3D80]<http://info.chainpoint.com/textile-supply-chain?=mailbanner> ChainPoint Kroonpark 10 6831 GV ARNHEM (NL) Bundeskanzlerplatz 2-10 53113 BONN (D) 29 rue Romain Rolland 44100 NANTES (F) Telephone: +31 (0) 26 845 3650 Support line: +31 (0) 26 845 3655 Mobile: +31 (0)610 53 45 40 E-mail: g.taylor at chainpoint.com<mailto:g.taylor at chainpoint.com> Skype: geoffneiltaylor Internet: www.chainpoint.com<http://www.chainpoint.com/> From: Chulani, Ilknur [mailto:ilknur.chulani at atos.net] Sent: 17 November 2015 16:48 To: Geoff Taylor Subject: FW: how to help SMEs migrate to another node? Dear Geoff, Please follow the instructions from Jose Ignacio below. (can also see the clarification in his last email if you also need it like me ☺ ) Do let us know if you still have issues. Best, ilknur From: José Ignacio Carretero [mailto:joseignacio.carreteroguarde at telefonica.com] Sent: Tuesday, November 17, 2015 5:42 PM To: Chulani, Ilknur; Roland Elverljung; henar.munozfrutos at telefonica.com<mailto:henar.munozfrutos at telefonica.com> Cc: Jonas Lindqvist; Federico Michele Facca Subject: Re: how to help SMEs migrate to another node? The steps I've outlined should be done by the owner of the image. In your case, use the username "h.yildirim at chainpoint.com"<mailto:h.yildirim at chainpoint.com> with tenant ID 00000000000000000000000000012735 About your other question, let's say that if you create an image or snapshot "i1" in Spain2, and then you instanciate one VM from that Image or snapshot, you'll have a new VM ("vm1"). If you deleted the Snapshot "i1" while you are still using your VM, you might run into trouble. This doesn't mean that you'll need your Snapshot in Stockholm2 while running the Virtual machine in Spain2. Regards, José Ignacio. El 17/11/15 a las 16:10, Chulani, Ilknur escribió: Dear Jose Ignacio, Thanks very much for the instructions. So I guess is it the SME that needs to follow these steps? Also your last sentence “Please Don't delete your image from Spain2 before deleting all your VMs instanciated from the image.” I am a bit unclear, do you mean the users need to keep the image around until they don’t need the instance anymore? Also do you mean the image from Stockholm? Please excuse my ignorance if my doubts sound silly. Best regards, ilknur From: José Ignacio Carretero [mailto:joseignacio.carreteroguarde at telefonica.com] Sent: Tuesday, November 17, 2015 4:57 PM To: Roland Elverljung; henar.munozfrutos at telefonica.com<mailto:henar.munozfrutos at telefonica.com> Cc: Chulani, Ilknur; Jonas Lindqvist; Federico Michele Facca Subject: Re: how to help SMEs migrate to another node? Dear Roland, This is something any user can do by themselves. The procedure is quite easy, let me explain: You could use an Ubuntu 14.04 in order to do this (An small or medium instance in the Spain2 node will do the trick) 1# Install the packages we'll need: sudo apt-get update && sudo apt-get -y upgrade sudo apt-get install -y libguestfs-tools python-glanceclient The installation of libguestfs-tools asks for 2 things. Both should be answered "yes" 2# Create you environment variables: export OS_USERNAME="youremail at example.com"<mailto:youremail at example.com> export OS_TENANT_ID="000000000000000000000000000xxxxx" export OS_REGION_NAME=Stockholm2 export OS_AUTH_URL=http://130.206.84.8:4730/v2.0 export OS_PASSWORD=whateveryoupasswordis 3# Download your image... glance image-list .... <image-list so, select your ID> glance image-download --file <my_file_image_in_my_host> --progress <the_image_id> 4# Prepare the image to work properly in the cloud: virt-sysprep -a <my_file_image_in_my_host> 5# Change the region and upload the image: export OS_REGION_NAME=Spain2 glance image-create --is-public false --disk-format qcow2 --container-format bare \ --name <the_name_of_the_image> --file <my_file_image_in_my_host> --progress If you want to, you can safely delete your Ubuntu 14.04 VM. Now, you'll be able to create an instance from your new_image --- Please Don't delete your image from Spain2 before deleting all your VMs instanciated from the image. Regards, José Ignacio. El 16/11/15 a las 18:01, Roland Elverljung escribió: Hi, I have created a snapshot of the “POI” image belonging to Chainpoint. You can scp it from “scp spain at 194.28.123.20:chainpoint-poi-snapshot-20151116.qcow2<mailto:spain at 194.28.123.20:chainpoint-poi-snapshot-20151116.qcow2> ./” Please reply to this E-mail me and I give you the password. sha256sum chainpoint-poi-snapshot-20151116.qcow2 “360f08c6215250abbd05acf54acefb11cdc46898e08235dd4e5b77ce4827b9f6 chainpoint-poi-snapshot-20151116.qcow2” (About 5GB in size) B.R. Roland Elverljung, Stockholm Node From: Federico Michele Facca [mailto:federico.facca at create-net.org] Sent: Monday, 16 November, 2015 16:28 To: Roland Elverljung Cc: Chulani, Ilknur; Jonas Lindqvist Subject: Re: how to help SMEs migrate to another node? I would say either: - joseignacio.carreteroguarde at telefonica.com<mailto:joseignacio.carreteroguarde at telefonica.com> - henar.munozfrutos at telefonica.com<mailto:henar.munozfrutos at telefonica.com> Br, Federico -- Future Internet is closer than you think! http://www.fiware.org Official Mirantis partner for OpenStack Training https://www.create-net.org/community/openstack-training -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) P +39 0461 312471 M +39 334 6049758 E federico.facca at create-net.org<mailto:federico.facca at create-net.org> T @chicco785 W www.create-net.org<http://www.create-net.org> On Mon, Nov 16, 2015 at 4:22 PM, Roland Elverljung <Roland.Elverljung at acreo.se<mailto:Roland.Elverljung at acreo.se>> wrote: Hi All, I can create a snapshot, no problem. Who is the contact on the Spanish side that will download the snapshot? Or can I upload it somewhere? B.R. Roland From: Chulani, Ilknur [mailto:ilknur.chulani at atos.net<mailto:ilknur.chulani at atos.net>] Sent: Monday, 16 November, 2015 16:15 To: Federico Michele Facca; Jonas Lindqvist; Roland Elverljung Subject: RE: how to help SMEs migrate to another node? Dear Jonas and Roland, In case it helps, here are the details for the user and the instance: Community account: h.yildirim at chainpoint.com<mailto:h.yildirim at chainpoint.com> The tenant id on Stockholm2: 00000000000000000000000000012735 Image labeled as "MiWi-POI server (33ad276c-486c-41be-a0b5-4056ec0df1e9)". Thanks in advance for your help, ilknur From: Federico Michele Facca [mailto:federico.facca at create-net.org] Sent: Monday, November 16, 2015 5:12 PM To: Jonas; Roland Elverljung Cc: Chulani, Ilknur Subject: Re: how to help SMEs migrate to another node? Hi Jonas, Roland, it seems there is a user on your node that didn't pay attention to our notifications. would it be possible to snapshot his image and pass it to the spanish node? Br, Federico -- Future Internet is closer than you think! http://www.fiware.org Official Mirantis partner for OpenStack Training https://www.create-net.org/community/openstack-training -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) P +39 0461 312471<tel:%2B39%200461%20312471> M +39 334 6049758<tel:%2B39%20334%206049758> E federico.facca at create-net.org<mailto:federico.facca at create-net.org> T @chicco785 W www.create-net.org<http://www.create-net.org> On Mon, Nov 16, 2015 at 4:09 PM, Chulani, Ilknur <ilknur.chulani at atos.net<mailto:ilknur.chulani at atos.net>> wrote: I was worried about that as well - but it seems the VM is still available on the old node, i.e. they can still access it. But since the Stockholm node will not be available after some time, they need to migrate it to the Spanish node. Thanks again, ilknur From: Federico Michele Facca [mailto:federico.facca at create-net.org<mailto:federico.facca at create-net.org>] Sent: Monday, November 16, 2015 5:06 PM To: Chulani, Ilknur Subject: Re: how to help SMEs migrate to another node? Hi Ilknur, the problem may be in the case the old node already canceled their vm. In which case, there is not much to be done :( federico Br, Federico -- Future Internet is closer than you think! http://www.fiware.org Official Mirantis partner for OpenStack Training https://www.create-net.org/community/openstack-training -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) P +39 0461 312471<tel:%2B39%200461%20312471> M +39 334 6049758<tel:%2B39%20334%206049758> E federico.facca at create-net.org<mailto:federico.facca at create-net.org> T @chicco785 W www.create-net.org<http://www.create-net.org> On Mon, Nov 16, 2015 at 3:53 PM, Chulani, Ilknur <ilknur.chulani at atos.net<mailto:ilknur.chulani at atos.net>> wrote: Dear Federico, To be more specific, one such example is this ticket for instance: https://jira.fiware.org/browse/HELP-4720 It’s quite a long ticket with lots of different issues, but currently we are at a stage where the SME needs to migrate a POI instance from Stockholm to Spain node. If the node teams could migrate it (this would be the easiest for the SME) , or point the SME on instructions on how to do it, it would be great. Thanks again for your help. Best regards, ilknur From: Federico Michele Facca [mailto:federico.facca at create-net.org<mailto:federico.facca at create-net.org>] Sent: Monday, November 16, 2015 4:31 PM To: Chulani, Ilknur Cc: fiware-coaches at lists.fi-ware.org<mailto:fiware-coaches at lists.fi-ware.org>; MIGUEL CARRILLO PACHECO; Pietropaolo Alfonso Subject: Re: how to help SMEs migrate to another node? Hi Ilknur, the guidelines to affected SMEs were to communicate the need to the old node, so that the old node would coordinate with a new node for migrating the vm. Probably they didn't reply to the survey on migration if they are in this situation... Officially there is no a guide (beyond the above), but we can discuss this tomorrow in Lab Meeting. Br, Federico -- Future Internet is closer than you think! http://www.fiware.org Official Mirantis partner for OpenStack Training https://www.create-net.org/community/openstack-training -- Dr. Federico M. Facca CREATE-NET Via alla Cascata 56/D 38123 Povo Trento (Italy) P +39 0461 312471<tel:%2B39%200461%20312471> M +39 334 6049758<tel:%2B39%20334%206049758> E federico.facca at create-net.org<mailto:federico.facca at create-net.org> T @chicco785 W www.create-net.org<http://www.create-net.org> On Mon, Nov 16, 2015 at 3:28 PM, Chulani, Ilknur <ilknur.chulani at atos.net<mailto:ilknur.chulani at atos.net>> wrote: Dear coaches and Fiware Lab team, Do you know if there are any wiki pages, etc. that guides users how to migrate instances from one Fiware Lab node to another node? Due to various complex situations, a few SMEs got affected by the recent shutdown of some nodes, so now they need assistance to migrate their resources to another node. How can we assist them? Should the node teams help with this? Or are there any documentation, wiki pages etc. the SMEs can follow to do it themselves? Thanks in advance & kind regards, ilknur İlknur Chulani Technical Lead Research & Innovation ilknur.chulani at atos.net<mailto:%C4%B0lknur.chulani at atos.net> T +90 212 286 4666<tel:%2B90%20212%20286%204666> ITU ARI-2 Teknokent B Blok K4 34398 Maslak, Istanbul, Turkey www.atosresearch.eu<http://www.atosresearch.eu/> www.atos.net<http://www.atos.net/> [cid:part47.04070602.07040105 at telefonica.com] Bu mesaj ve ekleri gönderilen kiþiye özeldir ve gizli bilgiler içerebilir. Eðer mesajýn gönderilmek istendiði kiþi deðilseniz lütfen kopyalamayýnýz, baþkalarýna göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajlarýn güvenli ve hatasýz olduðunun garantisi olmadýðýndan Atos grubu mesajýn içeriðinden sorumlu tutulamaz. Göndericinin bilgisayarý anti-virüs sistemleri tarafýndan taranmaktadýr, ancak yine de mesajýn virüs içermediði garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ________________________________ 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 Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ________________________________ 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 Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. Bu mesaj ve ekleri gönderilen kişiye özeldir ve gizli bilgiler içerebilir. Eğer mesajın gönderilmek istendiği kişi değilseniz lütfen kopyalamayınız, başkalarına göndermeyiniz ve göndericiyi bilgilendiriniz. Internet üzerinden gönderilen mesajların güvenli ve hatasız olduğunun garantisi olmadığından Atos grubu mesajın içeriğinden sorumlu tutulamaz. Göndericinin bilgisayarı anti-virüs sistemleri tarafından taranmaktadır, ancak yine de mesajın virüs içermediği garanti edilemez ve gönderici, meydana gelebilecek zararlardan sorumlu tutulamaz. This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-finish-coaching/attachments/20151127/ed50cf80/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 139714 bytes Desc: image001.png URL: <https://lists.fiware.org/private/fiware-finish-coaching/attachments/20151127/ed50cf80/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 59627 bytes Desc: image004.png URL: <https://lists.fiware.org/private/fiware-finish-coaching/attachments/20151127/ed50cf80/attachment-0001.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.jpg Type: image/jpeg Size: 5612 bytes Desc: image005.jpg URL: <https://lists.fiware.org/private/fiware-finish-coaching/attachments/20151127/ed50cf80/attachment.jpg> -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 36763 bytes Desc: image006.png URL: <https://lists.fiware.org/private/fiware-finish-coaching/attachments/20151127/ed50cf80/attachment-0002.png>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy