Category: News (page 2 of 6)

Report of Open Cloud Day 2014 in Netzwoche

ICCLab-OpenCloud-Day-Netzwoche

 

More about the event: Open Cloud Day 2014

 

 

ICCLab News-April 2014 Issue n.1

header

ZHAW Service Engineering ICCLab sporadically sends Newsletters with short information about latest activities of the lab and relevant events.

In this issue

  • Welcome message
  • FI-PPP at FIA 2014 in Athens
  • ICClab node on XiPi portal of Future Internet infrastructures
  • Major event: 1st European Conference on the Future Internet in Bruxelles
  • Next events: Open Cloud Day 2014, ICCLab workshop
  • Relevant call for papers
  • Project Corner
  • Tutorial: Cloud Native Applications

Welcome

The InIT Cloud Computing Lab (ICCLab) and the Service Engineering focus area of the ZHAW University welcome you to this first issue of the New Letter. We will provide you with all updates on relevant scientific and technological activities in Europe and Switzerland with main topics and initiatives carried out by our Lab. The News always includes progress on our projects and a technical tutorial at the end. ________________________________________

FI-PPP at FIA 2014 in Athens

fia

Athens hosted the annual Future Internet Assembly conference at Megaron Athens International Conference Centre on 18-20 March, where more than 400 European Internet scientific and economic actors, researchers, industrialists, SMEs, users, service and content provider representatives have  attended, delivered new ideas, and shared views, aiming at advancing activities for reshaping the Future Internet. The themes of this year event went along new Internet technologies based on network/cloud integration & virtualization and innovative software, services and cloud technologies to enable the innovation of the applications.  The presence of the Future Internet Public Partnership Programme,  Twitter ) at FIA 2014 has been assured by dedicated sessions and by FI PPP project  booths represented by relevant projects like XI-FI (ZHAW is partner), FI-WARE (ZHAW), FI-CONTENT2, FINESCE, FI-STAR and  FITMAN.

___________________________________________

ICCLab node on XI-PI portal.

xipi

Within the activities of the project FI–PPP Infinity, last year it was created a dedicated portal to improve and facilitate the registration, discovery and uptake of the Future Internet experimental infrastructures, and to make it easier for Future Internet developers and experimenters to use the XiPi portal in order to find relevant infrastructures for their testing requirements.  The datacentre of ZHAW ICClab, hosted at Equinix Zurich, is part of the XI-FI federation since 2014 and you can find all information on ICCLab node in this XI-PI portal.

__________________________________________

Major Event:

1st European Conference on the Future Internet

ecfi

On 2-3 April 2014, the Future Internet PPP organised the 1st European Conference on the Future Internet (ECFI) in Brussels. This ha brought together key stakeholders to discuss how Europe can achieve global leadership in ICT by 2020 through innovative Internet technologies. ZHAW ICCLab was part of the event organisation as partners of the CONCORD project.

_____________________________________________

Next events:

Open Cloud Day 2014

ocd

10. June 2014 – 09:00 – 17:00 –  University of Bern, Unis

Schanzeneckstrasse 1, Bern, A003

Motivation and Goal

Cloud Computing becomes more and more important. To get the full power of clouds in the view of /ch/open these clouds should be open according of the principles open cloud initiative. The goal is to foster open clouds and interoperability of clouds. Especially, taking into account the requirements of public administrations and SMEs. In this conference especially concrete stacks are discussed. In the afternoon are held specific workshops. The developments in Gov Clouds are also discussed.

The conference builds on the success of two previous Open Cloud Days in 2012 and 2013.

Possible Program

The event is planned as a full day event with a single track and 1-2 training session for specific cloud stacks. The themes will be: Clouds for Public Administration, Success Stories of implemented clouds, Details of Cloud Technology, Cloud interoperability, How to avoid/minimize lock-ins, Platform as a Service.

Next Event:

Workshop on Scientific Computing in the ICCLab Cloud

The ICCLab is pleased to invite you to the upcoming Workshop on Scientific Computing in the ICCLab Cloud. This workshop will focus on how to leverage the ICCLab Cloud infrastructures for executing scientific applications in a distributed, high performance environment.

The workshop’s agenda will include several talks describing applications from different areas of science (physics, mathematics, machine learning, etc.), highlighting their requirements from the ICT perspective. The workshop will also include a comprehensive overview of Hadoop and a tutorial on how to deploy, configure and use a Hadoop cluster on the ICCLab Cloud through the Savanna OpenStack project.

The workshop date and the full program are to be announced.

_____________________________________________

Relevant Calls for papers

  • The IEEE Transactions on Cloud Computing (TCC) is seeking original and innovative research papers in all areas related to Cloud computing.
  • From 2014, TCC will publish 4 issues per year. For details of the submission process, please consult the relevant Web pages

___________________________________________

Project Corner

tnova

After the Kick-off meeting held in Jab 2014, the project is progressing with the definition of the use cases and scenarios as part of the WP2 activities. All these requirements and specification will be used as input for the architecture of the project.

xifi

FP7 XI-FI

The project held its XIFI World Summit 2014 on 26-28 March in Zurich. One of the objective of the meeting was  to start the inclusion of new partners as result of the open calls. ZHAW ICCLab is one of the new partners joining the consortium. Technical aspects, needed to include new data centers in the XI-FI federation, have been introduced as well as the project status and relevant deliverables.

concord

The project is progressing fast with the re-organisation of the supporting actions and FI-PPP governance model, as result of the phase-3 of the programme which has a major objective the marketization of the solutions and numerous open calls that will be issued by the new accelerator projects.

fiware

FI-WARE

News: 14/03/2014

  • From 27 January to 31 March, participants have submitted their ideas for the Smart Society Challenge or prototypes for FI-WARE Excellence.20.  Selected teams for each challenge will receive a €2,800 prize and enter the final phase of the contest. During this phase a jury composed of FI-WARE platform developers and other experts will advise candidates on how to improve their prototypes before ultimately presenting their final versions.

geyser

ZHAW is actively engaged in the GEYSER project which is focused on making urban Data Centres more energy efficient. One of the key aspects of the project is the relationship between the Smart City and the Data Centre: Data Centres can generate energy as well as be flexible with respect to energy consumption. For this reason they are particularly interesting players in an urban grid. The project had a meeting in ZHAW in February and is working through the requirements definition of the GEYSER system.

_________________________________________

Tutorial:

Cloud Native Applications

A cloud-native application is drafted and designed to take full advantage of cloud platforms. The cloud-fication also identifies any application re-architecting or service to take advantage of cloud principles. The result of this process is a cloud-native target. Such targets have common behaviors and characteristics.    A cloud-native application is assumed to have as main properties to leverage cloud-platform services for reliable, scalable infrastructure and to scales horizontally, adding resources as demand increases and releasing resources as demand decreases. In particular, it upgrades without downtime and scales automatically using proactive and reactive actions.

Some key design principles include: the use of non-blocking asynchronous communication, in a loosely coupled architecture, and handles transient failures without user experience degradation with  node failures without downtime.  Since the under lied architecture is based on cloud resources, the cloud native applications optimize the costs to run efficiently and without wasting resources. However, they are designed to using geographical distribution to minimize network latency and include monitors and application logs even as nodes come and go.

Where did these characteristics come from?

There is evidence that companies with a large web presence have clouds with some similar capabilities.

As these characteristics show, an application does not need to support millions of users to benefit from cloud-native patterns.  The architecture of the application makes a solution cloud-native, not the choice of platform.  It is more cost-effective to architect new applications to be cloud-native from the start then transforming legacy applications. There is no need to for every application to be cloud- native. This is a business choice defined driven by technical insight.

___________________________________________

Imprint

Editor: Antonio Cimmino, ICCLab ZHAW

ZHAW ICCLab Contributors: Thomas Michael Bohnert, Andy Edmonds, Piyush Harsh, Cristof Marti, Sandro Brunner, Philipp Aeschlimann, Mathias Hablutzel, Sean Murphy, Vincenzo Pii, Diana-Maria Moise, Florian Dudouet.

Please send an e-mail to cimm@zhaw.ch for commenting articles or suggesting topics for upcoming issues.

next newsletter

Acknowledgement

FI-PPP Programme receives funding from the European Commission under the Seventh Framework Programme (FP7). The European Commission has no responsibility for the contents of this publication.

foot1

 

 

ICCLab hosts 2nd GEYSER project meeting…

The second project meeting of the GEYSER project was held in ZHAW on Feb 5-6.

IMG_20140205_140431

Marco cannot hide his Italian roots when being persuasive!

The project is getting up to speed now and the meeting provided an opportunity for all the project partners to report on their current activities and progress and also for all to progress the requirements and common understanding of the GEYSER platform. Key to this was a discussion of the set of scenarios that the GEYSER platform can be applied to: scenarios which mix networked Data Centres (of different types) and Smart Grids (of varying levels of capability). Over the coming months, the requirements will be documented as well as the high level system architecture and design.

From our selfish ICCLab point of view, we had productive discussions with our TUC colleagues and we are beginning to progress some of our initial work on inter-DC load migration, on which we will report more soon.

 

Seán Murphy joins ICCLab

We’re delighted to announce that Dr. Seán Murphy (twitter, linkedin) has just joined ICCLab. Seán has been a friend of the lab for many years – somehow before the lab actually existed! – and his ideas and energy are very much in line with the infamous ICCLab spirit.

Continue reading

Future Networks 12th FP7 Concertation – FI Cluster Meeting

Green and Energy-efficient Networking Workshop – 22 October 2013, Brussels

This workshop on “Green and Energy-efficient Networking” is jointly organized by the FP7 projects TREND and ECOnet, together with the GreenTouch Consortium.

It is organized in the context of the FI Cluster and is also open to the relevant experts and researchers of projects usually participating in the RAS and CaON Clusters.

The agenda foresees presentations, panels and interactive (live) discussions between the participants.

The fisrt session of the day is dedicated to the “Energy Efficiency Modelling and Metrics” with presentations and interaction with participants. The topics discussed are related to core networks, wireless access networks and wired network devices including green metering & wireless network modelling by GreenTouch.

The second session addresses “Project Perspectives and Research Challenges” where the projects, dealing with green technologies, have the possibility to briefly present their focus, key outcomes, next steps in green networking. Presentations planned from UniverSelf, FLAMINGO, CONCERTO, MobileCloud, Content, GEYSER, eBalance, and others.

The workshop ends with panel discussion and Closing by EC Officers and Future Internet Cluster Chairs.

IMG_20131022_152228 IMG_20131022_135749

IMG_20131022_162751

 

ICCLab joins the new COST Action Autonomous Control for a Reliable Internet of Services (ACROSS) – IC1304

We are happy to announce that ICCLab was invited to join the COST Action Autonomous Control for a Reliable Internet of Services (ACROSS) – IC1304 as Swiss representative in the Management Committee.

ICT COST Action IC1304 Autonomous Control for a Reliable Internet of Services (ACROSS)

Descriptions are provided by the Actions directly via e-COST.

Currently, we are witnessing a paradigm shift from the traditional information-oriented Internet into an Internet of Services (IoS). This transition opens up virtually unbounded possibilities for creating and deploying new services. Eventually, the ICT landscape will migrate into a global system where new services are essentially large-scale service chains, combining and integrating the functionality of (possibly huge) numbers of other services offered by third parties, including cloud services. At the same time, as our modern society is becoming more and more dependent on ICT, these developments raise the need for effective means to ensure quality and reliability of the services running in such a complex environment. Motivated by this, the aim of this Action is to create a European network of experts, from both academia and industry, aiming at the development of autonomous control methods and algorithms for a reliable and quality-aware IoS.

Information and Communication Technologies COST Action IC1304

Action Fact Sheet

Download AFS as .RTF

Memorandum of Understanding

Download MoU as PDF

Future Internet Assembly (FIA Athens 2014)

The 11th Future Internet Assembly  will take place from 18 to 20 March 2014 in Athens, Greece.

This year the focus will be on “Reshaping the Future Internet infrastructure for innovation”.

Open call has been launched to select the best  9 FIA working sessions for the conference, selecting the proposals that cover aspects related to:

  • The new Internet technological landscape based on network/cloud integration through Software Defined Networking (SDN),  Network Functions Virtualization (NFV), and innovative software and services that enable application innovation;
  • The contribution of  the EU National Research and Education Networks (NRENs) developments in the SDN/NFV domain;
  • The role of SDN/NFV in i) building Internet applications of major impact (e.g., social networks, open data, big data analysis, etc.) with virtual services capabilities; ii) enabling  the reduction in resources used (energy efficiency, reduction of raw-materials, etc….); iii) fostering the emergence of open platforms to create downstream markets for third party developers;
  • The EU Public-Private-Partnerships (PPPs) and how they are positioned relative to these developments and relevant requirements towards demonstration and test-beds in Europe/globally.

These sessions should:

  • Contain new and forward-looking ideas;
  • Feature a diverse array of presenters and experiences;
  • Introduce visionary ideas and practices which will inspire audience;
  • Promote cross cutting approaches and technologies to attract stakeholders and entrepreneurs;
  • Deliver best practices & creative approaches towards research and technological innovations;
  • Stimulate and provoke discussion.

The working session proposals can be submitted following the template available at https://osqa.eurescom.eu  by Tuesday, 15th October 2013.

 

Embedded Journalist with the ICCLab

Special thanks to Patricia, Editor in Chief of the ZHAW Impakt Magazine, who was with the ICCLab as “Embedeed Journalist” for two days in July. It was a great time and we are looking forward to reading the result.

20130724_143200

 

Patricia on the Free-Throw-Line. The ICCLab spirit is contagious 🙂

 

20130724_143509

Information day in Brussels on the upcoming Open Calls of FI PPP

On Wednesday afternoon, 25 September 2013, the Future Internet Public-Private Partnership programme, FI-PPP, will hold an information day in Brussels on the upcoming Open Calls organised by the six FI-PPP phase 2 projects.

All FI-PPP phase 2 projects will run Open Calls for new project partners to complement their work. This includes the five use case projects FI-CONTENT 2, FI-STAR, FIspace, FINESCE, and FITMAN as well as the capacity building and infrastructures project XIFI.

This Open Call Information Day aims to give potential proposers first-hand technical and organisational information on the Open Calls.

Representatives of all FI-PPP phase 2 projects will present their calls and answer questions at the Information Day. Anyone interested in submitting a proposal to any of the six Open Calls is invited to participate in the Information Day. Participation is free, but registration is required.

The registration deadline is Thursday, 12 September 2013. + + + The number of seats is limited to 130. Registrations are coming in fast, soplease register soon.

Further information and the registration form for the Open Call Information Day in Brussels on 25 September 2013

On behalf of CONCORD SA  of FI PPP Programme

 

CloudStack: Build a Cloud Day, 25th of Sept, Geneva, Switzerland.

CloudStack: Build a Cloud Day Geneva, Switzerland. Sept 25th

Come learn about Apache CloudStack, its features, its use cases and its community.

  • 8:30-9:00 Coffee
  • 9:00-9:30 Cloud Ecosystem at the Apache Software Foundation -Sebastien Goasguen, Citrix
  • 9:30-10:10 Deploying Clouds in the Enterprise -Pierre Vacherand, Apalia
  • 10:10-10:30 Break
  • 10:30-11:10 A Swiss Cloud Provider: Exoscale -Antoine Coetsier, Exoscale
  • 11:10-11:50 The Slipstream multi-cloud broker -Marc Elian Begin, Sixsq
  • 11:50-12:20 Swiss Academic Cloud-Sergio Maffioletti, University of Zurich

12:20-13:30 Lunch

  • 13:30-14:15 Operating a Cloud -Pierre Yves Ritschard, Exoscale
  • 14:15-15:00 Combining Grid and Cloud -Mohamed Ben Belgacem, hepia
  • 15:00-15:15 Break
  • 15:15-16:00 Usage and Cost Management for Enterprise Clouds, -Fabrice Brazier, Amysta
  • 16:00-16:45 TBD
  • 16:45 – 17:30 Lightning talks from the audience

17:30-18:00 “Apero”

Sponsor: The event is sponsored by hepia, http://hepia.hesge.ch/

More information http://bacdgeneve.eventbrite.com/

 

 

« Older posts Newer posts »