SlideShare a Scribd company logo
© OpenNebula Project. Creative Commons Attribution-NonCommercial-ShareAlike License
Constantino Vázquez Blanco
OpenNebula Project Engineer
OSDC 2013
Nüremberg, Germany
17-18 April, 2013
OpenNebula Cloud Platform
for Data Center Virtualization
@tinova79
The OpenNebula Project
Contents
•  What is the OpenNebula Project?
•  What is OpenNebula?
•  Introductory Demo
•  Key Features
•  OpenNebula Architecture
•  Who is using OpenNebula?
The OpenNebula Project
Delivering a proven product
2005
2008 2009 2010 201
1
2012
TP v1.0 v1.2 v1.4 v2.0 v2.2 v3.0
• Develop & innovate
• Support the community
• Collaborate
Third party scalability tests: 16,000 VMs
v3.2 v3.4 v3.6 v3.8
5,000 downloads/month
20142013
v4.0
Research
Project
What is the OpenNebula Project?
The OpenNebula Project
Downloads
Site Visits
Mails
•  Additional downloads from Linux
distributions (CentOS, Ubuntu, Debian,
SUSE …) and code repositories
•  18,000 visits and 194,000 page views in
the last week
•  > 1,200 registered users
110% Annual Growth
120% Annual Growth
104% Annual Growth
A Healthy and Vibrant Community
What is the OpenNebula Project?
The OpenNebula Project
What is OpenNebula?
Enterprise Cloud and Datacenter Virtualization
Definition
•  OpenNebula is a Cloud Management Platform
•  Builds a virtualization layer on top of your physical infrastructure
•  Helps to build private clouds virtualizing your datacenter
•  Also suited to build hybrid and public clouds
•  … enables services virtualization and management
The OpenNebula Project
What is OpenNebula?
Simple Web Interface
Infrastructure Resources
Elastic & “infinite”
Public Cloud
A Cloud behind a firewall
Internal consume
Improve Operations
Private Cloud
Hybrid Cloud / CloudBursting
Supplement Capacity
of the Private Cloud
Building clouds
The OpenNebula Project
What is OpenNebula?
Interfaces, Tools & API
• CLI & Sunstone (GUI)
•  API
•  Cloud (EC2,OCCI)
•  Service Management & Catalogs
Compute Hosts
• Grouped into logical clusters
• Multiple hypervisors
• Monitoring
Storage
• VM disks (file & block)
• Image Distribution
• Multiple Backends
Multi-tenancy
• AAA Services
• Scheduling
• Permissions & roles
Network
• VLAN
• Firewalling
• Multiple Technologies
Components
The OpenNebula Project
What is OpenNebula?
Openness
•  Open Architecture
•  Open Interfaces & Code
Interoperable
•  Use of standards
•  OCCI, AWS EC2
Adaptable
•  Modular architecture
Very Light
•  Highly efficient
Enterprise Ready
•  Single installing & update process
•  Support for various platforms
Proven
•  Tested & Mature
Powerful
•  Features for
DC virtualization
No Lock-In
•  Platform
independant
Design Principles
The OpenNebula Project
What’s new and shiny?
•  Complete facelift for Sunstone!
•  Snapshotting support
•  NIC hotplug for VMs
•  Hot disk save
•  Vertical scaling
•  Action Scheduling
•  CLI improvements
•  New storage drivers (Ceph)
What is OpenNebula?
The OpenNebula Project
What is OpenNebula?
Let's see what it looks like
Introductory Demo
The OpenNebula Project
Key Features – Storage Models
Multiple and Heterogeneous back-ends
The OpenNebula Project
Key Features – Multiple Zones
Scale by aggregation
Multiple oZones
● Physical resources might not be in the same
site
● Several OpenNebula instances managed
from a central service
● Accessible from graphical or text interface
● Also allows for an aggregated view of
resources, both physical and virtual.
The OpenNebula Project
Key Features – Virtual Data Centers
Virtual Private Cloud Computing
● Typical scenario in large organizations
and cloud providers
● On-demand provision of fully-
configurable and isolated VDC with full
control and capacity to administer its
users and resources
Divide and Conquer
The OpenNebula Project
Key Features – OpenNebulaApps
Tools for Users and Administrators
Automatic installation of
software stacks
Manage services Host your own
marketplace
{"name": "my_service",
"deployment":
"straight",
"roles": [
{
"name": "frontend",
"vm_template": 0
},
{
"name": "db_master",
"parents": [
"frontend"
],
"vm_template": 1
}]
}
{"name": "wordpress",
"run_list": [
"recipe[mysql::server]",
"recipe[wordpress]"
],
"wordpress": {
"db": {
"database": "${WP_DB_NAME}",
"user": "${WP_DB_USER}",
"password": "${WP_DB_PASSWORD}"
}
},
"mysql": {
"server_root_password": "${DB_PASSWORD}"
}
}
Service Example App Example
The OpenNebula Project
Key Features – Hybrid Cloud Computing
Hybrid
● Extension of the local private infrastructure with resources from remote clouds
● Cloudbursting to meet peak or fluctuating demands
Cloud Consumer
Cloud Administrator
Outsource to the cloud
The OpenNebula Project
OpenNebula Architecture
The Cloud Integrator Perspective
OpenNebula core
Virtualization Images
Storage Network
Auth
Monitoring
Scheduler
XML-RPC API
OCA (Ruby, Java)
CLI GUI Cloud Servers
DB
Languages
The OpenNebula Project
How to Develop Drivers
OpenNebula core
Virtualization Images
Storage Network
Auth
Monitoring
Scheduler
XML-RPC API
OCA (Ruby, Java)
CLI GUI
Cloud
Servers
DB
Drivers
•  Small scripts for each action
•  Any language (shell, Ruby, Python,...)
•  Different drivers can co-exist in
heterogeneous environments
Easy to
•  Adapt
•  Maintain
•  Create New ones
OpenNebula Architecture
The OpenNebula Project
How to Interact with OpenNebula
OCA Ruby Example:
Shutdown all my Virtual Machines
OpenNebula Architecture
The OpenNebula Project
Building and Operating Enterprise Private Clouds in Medium and Large Data Centers
Who is Using OpenNebula?
Reference Users
Survey Q2/Q3 2012 (2,500 users http://c12g.com/resources/survey/)
The OpenNebula Project
opennebula.org/cloud:tryout
Available Platforms
•  Amazon
•  VirtualBox
•  VMWare
•  KVM
Cloud Sandbox - Virtual Appliance
A real cloud in your laptop under 5 minutes by downloading a pre-
configured automated installation of OpenNebula.
You can! Try It Out
Who is Using OpenNebula?
The OpenNebula Project
Help us make OpenNebula even better by...
•  Use OpenNebula! give us feedback
•  Join our mailing list
•  Report bugs or features at development at
dev.opennebula.org
•  Translate OpenNebula
•  Share your Virtual Appliances
•  Use 'master'
•  Write howto's
•  Share your use cases
•  Submit patches
•  Maintain OpenNebula in your distro of choice
IRC Channel
•  #opennebula on irc.freenode.net
I like OpenNebula, what can I do? Join our growing community!
Community Activity
•  Contributions by users: RIM, Akamai, Logica,
FermiLab, SARA, Terradue…
•  > 100 in opennebula.org/about:contributors
•  ~ 500 in dev.opennebula.org
•  Sunstone in 17 languages
•  Components in the ecosystem by RIM, China
Mobile…
Who is Using OpenNebula?
The OpenNebula Project
Let us Help You to Cut Costs, Create Value and Innovate with Cloud Computing
Leading Technology
•  Most advanced technology for cloud
computing
Ready and Mature
•  Control over the roadmap
•  Fully open-source
•  Proven with many massive
deployments
•  No upfront investment
•  Per-host, per-zone and per-site
Extensive Expertise
•  6 years working in the field •  Comprehensive Services Program
•  Help our partners to create customized
cloud services and products
Support from the Developers Subscription Model
Services and Partner Programs
Why is C12G your Partner in Cloud Computing?
The OpenNebula Project
•  We are excited to team up with Netways!
•  C12G and Netways are the perfect team to offer services, consulting and
private and hybrid cloud services based on OpenNebula
A Warm Welcome to our First Premium Partner
The OpenNebula Project
We Will Be Happy to Answer any Question
@opennebula
TL; DR: OpenNebula is awesome, go check it out!
Questions & Answers

More Related Content

PDF
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
PDF
OpenNebulaConf 2013 - OpenNebula in a Multi-Customer-Environment by Bernd Erk
PDF
dodai_grizzly.pdf
PDF
EGI TF 2013 / Cloud Interoperability Week – Hands-On Tutorial
PDF
How DreamHost builds a Public Cloud with OpenStack
PPTX
Project RedDwarf - Database Services in the Cloud.pptx
PDF
OpenNebula TechDay Boston 2015 - introduction and architecture
PPTX
Open stack + Containers + Hyper-V
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
OpenNebulaConf 2013 - OpenNebula in a Multi-Customer-Environment by Bernd Erk
dodai_grizzly.pdf
EGI TF 2013 / Cloud Interoperability Week – Hands-On Tutorial
How DreamHost builds a Public Cloud with OpenStack
Project RedDwarf - Database Services in the Cloud.pptx
OpenNebula TechDay Boston 2015 - introduction and architecture
Open stack + Containers + Hyper-V

What's hot (20)

PDF
FOSDEM 2012 - OpenNebula Project
PDF
LinuxTag 2013
PPTX
Get acquainted with the new ASP.Net 5
PDF
CloudStack Hyderabad Meetup: How the Apache community works
KEY
Openstack In Real Life
PDF
OpenStack in Action 4! Alan Clark - The fundation for openstack Cloud
PDF
The Next Big Thing: Serverless
PPTX
Openstack portal-bestpractices-campbell mcneill
PPTX
DockerCon SF 2015: Docker Community in China
PDF
Advanced dev ops governance with terraform
PDF
Network Functions Virtualization and CloudStack
PDF
Matt Bruzek - Monitoring Your Public Cloud With Nagios
PDF
Opening of Cloud Native Taiwan User Group Meetup#2
PDF
Marcelo Perazolo, Lead Software Architect, IBM Corporation - Monitoring a Pow...
PPTX
DockerCon SF 2015: Networking Breakout
PPTX
Building clouds with apache cloudstack apache roadshow 2018
KEY
Build content centric apps with eclipse and nuxeo - ny java-sig november 2011
PDF
Customising the CloudStack UI - CloudStack European User Group Virtual, May 2...
PDF
Build your own private Cloud environment
PPTX
Networking in the cloud: An SDN primer
FOSDEM 2012 - OpenNebula Project
LinuxTag 2013
Get acquainted with the new ASP.Net 5
CloudStack Hyderabad Meetup: How the Apache community works
Openstack In Real Life
OpenStack in Action 4! Alan Clark - The fundation for openstack Cloud
The Next Big Thing: Serverless
Openstack portal-bestpractices-campbell mcneill
DockerCon SF 2015: Docker Community in China
Advanced dev ops governance with terraform
Network Functions Virtualization and CloudStack
Matt Bruzek - Monitoring Your Public Cloud With Nagios
Opening of Cloud Native Taiwan User Group Meetup#2
Marcelo Perazolo, Lead Software Architect, IBM Corporation - Monitoring a Pow...
DockerCon SF 2015: Networking Breakout
Building clouds with apache cloudstack apache roadshow 2018
Build content centric apps with eclipse and nuxeo - ny java-sig november 2011
Customising the CloudStack UI - CloudStack European User Group Virtual, May 2...
Build your own private Cloud environment
Networking in the cloud: An SDN primer
Ad

Similar to OSDC 2013 | The OpenNebula Cloud Platform for Datacenter Virtualization by Constantino Vázquez (20)

PDF
OpenNebulaConf2018 - Welcome and Project Update - Ignacio M. Llorente, Rubén ...
PDF
OpenNebulaConf 2013 - Hands-on Tutorial: 1. Introduction and Architecture
PDF
OpenNebula Conf 2014 | State and future of OpenNebula - Ignacio Llorente
PDF
OpenNebulaConf 2014 - State and Future of OpenNebula - Ignacio Llorente
PDF
ISC Cloud'13 - Hands-On Tutorial on “Building Your Cloud for HPC, Here & Now,...
PDF
An Introduction to OpenNebula, A Project Perspective - Ignacio M. Llorente
PPTX
TECNIRIS@: OpenNebula Tutorial
PDF
OpenNebula - Open-source Enterprise Cloud Simplified - CeBIT March 2014
PDF
OpenNebula - The Project
PDF
Serverless brewbox
PDF
OpenNebulaConf2019 - Welcome and Project Update - Ignacio M. Llorente, Rubén ...
PDF
CloudOpen 2012 OpenNebula talk
PDF
OpenNebula TechDay Boston 2015 - An introduction to OpenNebula
PDF
OpenNebula Project: Open Cloud in Essence
PDF
Replacing vCloud with OpenNebula
PDF
OpenNebula TechDay Waterloo 2015 - An Introduction to OpenNebula
PDF
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
PDF
OSDC 2012 | OpenNebula Open Source Toolkit for DataCenter Virtualization by C...
PDF
Containers, microservices and serverless for realists
PDF
Docker Birthday #5 Meetup Cluj - Presentation
OpenNebulaConf2018 - Welcome and Project Update - Ignacio M. Llorente, Rubén ...
OpenNebulaConf 2013 - Hands-on Tutorial: 1. Introduction and Architecture
OpenNebula Conf 2014 | State and future of OpenNebula - Ignacio Llorente
OpenNebulaConf 2014 - State and Future of OpenNebula - Ignacio Llorente
ISC Cloud'13 - Hands-On Tutorial on “Building Your Cloud for HPC, Here & Now,...
An Introduction to OpenNebula, A Project Perspective - Ignacio M. Llorente
TECNIRIS@: OpenNebula Tutorial
OpenNebula - Open-source Enterprise Cloud Simplified - CeBIT March 2014
OpenNebula - The Project
Serverless brewbox
OpenNebulaConf2019 - Welcome and Project Update - Ignacio M. Llorente, Rubén ...
CloudOpen 2012 OpenNebula talk
OpenNebula TechDay Boston 2015 - An introduction to OpenNebula
OpenNebula Project: Open Cloud in Essence
Replacing vCloud with OpenNebula
OpenNebula TechDay Waterloo 2015 - An Introduction to OpenNebula
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
OSDC 2012 | OpenNebula Open Source Toolkit for DataCenter Virtualization by C...
Containers, microservices and serverless for realists
Docker Birthday #5 Meetup Cluj - Presentation
Ad

Recently uploaded (20)

PPTX
L1 - Introduction to python Backend.pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
Introduction to Artificial Intelligence
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Transform Your Business with a Software ERP System
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
System and Network Administration Chapter 2
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
AI in Product Development-omnex systems
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
ai tools demonstartion for schools and inter college
L1 - Introduction to python Backend.pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Reimagine Home Health with the Power of Agentic AI​
How to Migrate SBCGlobal Email to Yahoo Easily
wealthsignaloriginal-com-DS-text-... (1).pdf
Introduction to Artificial Intelligence
Understanding Forklifts - TECH EHS Solution
Transform Your Business with a Software ERP System
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
System and Network Administration Chapter 2
Operating system designcfffgfgggggggvggggggggg
AI in Product Development-omnex systems
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Navsoft: AI-Powered Business Solutions & Custom Software Development
How to Choose the Right IT Partner for Your Business in Malaysia
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
ai tools demonstartion for schools and inter college

OSDC 2013 | The OpenNebula Cloud Platform for Datacenter Virtualization by Constantino Vázquez

  • 1. © OpenNebula Project. Creative Commons Attribution-NonCommercial-ShareAlike License Constantino Vázquez Blanco OpenNebula Project Engineer OSDC 2013 Nüremberg, Germany 17-18 April, 2013 OpenNebula Cloud Platform for Data Center Virtualization @tinova79
  • 2. The OpenNebula Project Contents •  What is the OpenNebula Project? •  What is OpenNebula? •  Introductory Demo •  Key Features •  OpenNebula Architecture •  Who is using OpenNebula?
  • 3. The OpenNebula Project Delivering a proven product 2005 2008 2009 2010 201 1 2012 TP v1.0 v1.2 v1.4 v2.0 v2.2 v3.0 • Develop & innovate • Support the community • Collaborate Third party scalability tests: 16,000 VMs v3.2 v3.4 v3.6 v3.8 5,000 downloads/month 20142013 v4.0 Research Project What is the OpenNebula Project?
  • 4. The OpenNebula Project Downloads Site Visits Mails •  Additional downloads from Linux distributions (CentOS, Ubuntu, Debian, SUSE …) and code repositories •  18,000 visits and 194,000 page views in the last week •  > 1,200 registered users 110% Annual Growth 120% Annual Growth 104% Annual Growth A Healthy and Vibrant Community What is the OpenNebula Project?
  • 5. The OpenNebula Project What is OpenNebula? Enterprise Cloud and Datacenter Virtualization Definition •  OpenNebula is a Cloud Management Platform •  Builds a virtualization layer on top of your physical infrastructure •  Helps to build private clouds virtualizing your datacenter •  Also suited to build hybrid and public clouds •  … enables services virtualization and management
  • 6. The OpenNebula Project What is OpenNebula? Simple Web Interface Infrastructure Resources Elastic & “infinite” Public Cloud A Cloud behind a firewall Internal consume Improve Operations Private Cloud Hybrid Cloud / CloudBursting Supplement Capacity of the Private Cloud Building clouds
  • 7. The OpenNebula Project What is OpenNebula? Interfaces, Tools & API • CLI & Sunstone (GUI) •  API •  Cloud (EC2,OCCI) •  Service Management & Catalogs Compute Hosts • Grouped into logical clusters • Multiple hypervisors • Monitoring Storage • VM disks (file & block) • Image Distribution • Multiple Backends Multi-tenancy • AAA Services • Scheduling • Permissions & roles Network • VLAN • Firewalling • Multiple Technologies Components
  • 8. The OpenNebula Project What is OpenNebula? Openness •  Open Architecture •  Open Interfaces & Code Interoperable •  Use of standards •  OCCI, AWS EC2 Adaptable •  Modular architecture Very Light •  Highly efficient Enterprise Ready •  Single installing & update process •  Support for various platforms Proven •  Tested & Mature Powerful •  Features for DC virtualization No Lock-In •  Platform independant Design Principles
  • 9. The OpenNebula Project What’s new and shiny? •  Complete facelift for Sunstone! •  Snapshotting support •  NIC hotplug for VMs •  Hot disk save •  Vertical scaling •  Action Scheduling •  CLI improvements •  New storage drivers (Ceph) What is OpenNebula?
  • 10. The OpenNebula Project What is OpenNebula? Let's see what it looks like Introductory Demo
  • 11. The OpenNebula Project Key Features – Storage Models Multiple and Heterogeneous back-ends
  • 12. The OpenNebula Project Key Features – Multiple Zones Scale by aggregation Multiple oZones ● Physical resources might not be in the same site ● Several OpenNebula instances managed from a central service ● Accessible from graphical or text interface ● Also allows for an aggregated view of resources, both physical and virtual.
  • 13. The OpenNebula Project Key Features – Virtual Data Centers Virtual Private Cloud Computing ● Typical scenario in large organizations and cloud providers ● On-demand provision of fully- configurable and isolated VDC with full control and capacity to administer its users and resources Divide and Conquer
  • 14. The OpenNebula Project Key Features – OpenNebulaApps Tools for Users and Administrators Automatic installation of software stacks Manage services Host your own marketplace {"name": "my_service", "deployment": "straight", "roles": [ { "name": "frontend", "vm_template": 0 }, { "name": "db_master", "parents": [ "frontend" ], "vm_template": 1 }] } {"name": "wordpress", "run_list": [ "recipe[mysql::server]", "recipe[wordpress]" ], "wordpress": { "db": { "database": "${WP_DB_NAME}", "user": "${WP_DB_USER}", "password": "${WP_DB_PASSWORD}" } }, "mysql": { "server_root_password": "${DB_PASSWORD}" } } Service Example App Example
  • 15. The OpenNebula Project Key Features – Hybrid Cloud Computing Hybrid ● Extension of the local private infrastructure with resources from remote clouds ● Cloudbursting to meet peak or fluctuating demands Cloud Consumer Cloud Administrator Outsource to the cloud
  • 16. The OpenNebula Project OpenNebula Architecture The Cloud Integrator Perspective OpenNebula core Virtualization Images Storage Network Auth Monitoring Scheduler XML-RPC API OCA (Ruby, Java) CLI GUI Cloud Servers DB Languages
  • 17. The OpenNebula Project How to Develop Drivers OpenNebula core Virtualization Images Storage Network Auth Monitoring Scheduler XML-RPC API OCA (Ruby, Java) CLI GUI Cloud Servers DB Drivers •  Small scripts for each action •  Any language (shell, Ruby, Python,...) •  Different drivers can co-exist in heterogeneous environments Easy to •  Adapt •  Maintain •  Create New ones OpenNebula Architecture
  • 18. The OpenNebula Project How to Interact with OpenNebula OCA Ruby Example: Shutdown all my Virtual Machines OpenNebula Architecture
  • 19. The OpenNebula Project Building and Operating Enterprise Private Clouds in Medium and Large Data Centers Who is Using OpenNebula? Reference Users Survey Q2/Q3 2012 (2,500 users http://c12g.com/resources/survey/)
  • 20. The OpenNebula Project opennebula.org/cloud:tryout Available Platforms •  Amazon •  VirtualBox •  VMWare •  KVM Cloud Sandbox - Virtual Appliance A real cloud in your laptop under 5 minutes by downloading a pre- configured automated installation of OpenNebula. You can! Try It Out Who is Using OpenNebula?
  • 21. The OpenNebula Project Help us make OpenNebula even better by... •  Use OpenNebula! give us feedback •  Join our mailing list •  Report bugs or features at development at dev.opennebula.org •  Translate OpenNebula •  Share your Virtual Appliances •  Use 'master' •  Write howto's •  Share your use cases •  Submit patches •  Maintain OpenNebula in your distro of choice IRC Channel •  #opennebula on irc.freenode.net I like OpenNebula, what can I do? Join our growing community! Community Activity •  Contributions by users: RIM, Akamai, Logica, FermiLab, SARA, Terradue… •  > 100 in opennebula.org/about:contributors •  ~ 500 in dev.opennebula.org •  Sunstone in 17 languages •  Components in the ecosystem by RIM, China Mobile… Who is Using OpenNebula?
  • 22. The OpenNebula Project Let us Help You to Cut Costs, Create Value and Innovate with Cloud Computing Leading Technology •  Most advanced technology for cloud computing Ready and Mature •  Control over the roadmap •  Fully open-source •  Proven with many massive deployments •  No upfront investment •  Per-host, per-zone and per-site Extensive Expertise •  6 years working in the field •  Comprehensive Services Program •  Help our partners to create customized cloud services and products Support from the Developers Subscription Model Services and Partner Programs Why is C12G your Partner in Cloud Computing?
  • 23. The OpenNebula Project •  We are excited to team up with Netways! •  C12G and Netways are the perfect team to offer services, consulting and private and hybrid cloud services based on OpenNebula A Warm Welcome to our First Premium Partner
  • 24. The OpenNebula Project We Will Be Happy to Answer any Question @opennebula TL; DR: OpenNebula is awesome, go check it out! Questions & Answers