Tuesday, August 27, 2013

Switch from okeanos.io to demo.synnefo.org

Hello Synnefo users,

You may have noticed that lately, we have been trying to separate the Synnefo software from the IaaS service it powers, ~okeanos. The latest step towards this direction is the rename of our demo deployment of Synnefo. The demo has been called okeanos.io for a while now and has now changed to demo.synnefo.org. Also, to ease the transition, the okeanos.io URLs now point to the synnefo.org page.

What does this change mean to you? Well, mainly two things have changed:

1) The NAT gateway of your VMs has now changed from gate.okeanos.io to gate.demo.synnefo.org. This change affects the hostname you SSH to.
2) The authorization URL that grants API access has changed to https://accounts.demo.synnefo.org/identity/v2.0/. This is especially important for all the users that have been using kamaki. These users will need to do the following:

1) Get the correct authentication URL and token from your API access page.
2) Create (or edit) an entry to your .kamakirc like the following:
[cloud "demo"]
url = https://accounts.demo.synnefo.org/identity/v2.0/
token = myT0k3n==
3) Check if you can authenticate with your credentials:
kamaki user authenticate --cloud demo
For any problems or questions, you can consult our support page.

Friday, August 23, 2013

Synnefo Live CD Released

Hello everybody,

We have some exciting news for all of you that want to try out our latest Synnefo software: οur team has managed to bundle it into something as small as a USB stick. That's right, there is now a Debian-based, Live CD edition of Synnefo which can be deployed from your server or even your home computer!

The key features of this Live CD are:
  1. It just works!
  2. The ability to create and run Virtual Machines depending either on Debian Wheezy (included), one of our pre-configured images or one of your own.
  3. Create private virtual networks and connect your Virtual Machines.
  4. Test Archipelago, our new ultra-fast volume layer.
  5. Use Pithos, our storage service based on the OpenStack Object Storage API.
Moreover, we have stayed true to the plug-and-play nature of Live CDs, meaning that you will be able to experience Synnefo straight from the Live CD, without installing it or doing any configurations to your machine.

So, grab a copy (1,3GB, .iso image) from the Synnefo page (or directly from here), boot it and experience all the latest features of Synnefo!

For those unfamiliar with the Live CD process, you can follow the instructions below:

1. Burn the image either to a DVD or USB medium. The image file is ready to be burnt in a DVD but, for those that want to write it in a USB stick, there are several ways, depending on your Operating System:

For Linux, you can use dd:
dd if=/path/to/Synnefo-LiveCD.iso of=/dev/sd* bs=4M && sync
where /path/to/ is probably your Downloads folder and /dev/sd* your unmounted USB device.

For Windows, you can use one of the programs in this list.

2. Plug your Live DVD or USB and change the boot sequence in BIOS/UEFI to primarily boot from DVD or USB.
3. Once the Live DVD or USB has booted, choose the "Default" option and in less than a minute, you will be greeted with a Firefox session that will give you a brief description of your live environment. From there on, you can freely experiment with Synnefo.

Caveats:

1. Only 64-bit CPUs that have virtual extensions are supported
2. Since this is a Live CD, the VMs' disk storage will also reside in RAM. This typically means that you can create only a small amount of VMs. VMs created with Archipelago however, are far less constricted by this.
3. The Debian image is Squeeze, so the latest Nvidia/AMD GPUs may not be supported.

Finally, note that the Live CD is still work in progress. If you find any bugs or want to leave some feedback, you can contact us at synnefo{at}googlegroups{dot}com.

Enjoy,
the Synnefo team

Tuesday, August 20, 2013

Synnefo @ CloudOpen Europe 2013

Hello everybody,

the schedule for LinuxCon/CloudOpen Europe 2013 has just been announced and we are more than pleased to be a part of it. Vangelis from our team will be giving a talk/demo about Synnefo on Tuesday.

So, join us at CloudOpen 2013, to learn more about Synnefo and see how it is used in large scale production environments.

See you all in Edinburgh,
Constantinos