SlideShare a Scribd company logo
1 of 36
Copyright © GigaSpaces 2015. All rights reserved.Copyright © GigaSpaces 2014. All rights reserved.Copyright © GigaSpaces 2015. All rights reserved.
Real World Application
Orchestration Made Easy
On VMware vCloud Air, vSphere and VMware Integrated
OpenStack using TOSCA
1
Copyright © GigaSpaces 2015. All rights reserved.
Agenda
2
• Introduction to Hybrid Cloud
• Introduction to VMware vCloud Air and VMware
Integrated OpenStack (VIO)
• Using TOSCA-based Orchestration to win them both
‒ Introduction to TOSCA
‒ Introduction to Cloudify – A TOSCA-based Orchestration
• Live Demos
‒ Simple Docker Example
‒ Real Life Example – Both OpenStack and vCloud Air
Copyright © GigaSpaces 2015. All rights reserved.
Speakers
3
Nati Shalom, Founder and CTO at GigaSpaces, is a
thought leader in Cloud Computing and Big Data
Technologies. Shalom was recently recognized as a Top
Cloud Computing Blogger for CIOs by The CIO Magazine
and his blog is listed as an excellent blog by
YCombinator. Shalom is the founder and also one of
leaders of OpenStack Israel group, and is a frequent
presenter at industry conferences.
Paco Gomez, Senior Solution Architect at VMware
vCloud Air. Paco evaluates and integrates strategic
solutions that help vCloud Air clients benefit from
VMware's hybrid cloud and application services. Paco is
a seasoned technologist, having extensive experience
in diverse fields including mainframes, distributed
systems, enterprise development, cloud computing,
mobile, assistive technology, electrical engineering and
embedded systems. Across his career, Paco has held
positions in consulting, sales engineering, product
development and entrepreneurship.
Copyright © GigaSpaces 2015. All rights reserved.
The New (Heterogeneous) Cloud
Stack
Orchestration
(Kubernetes, Heat, Docker, Cloudify…)
Microservices, Web Apps, Big
Data, Stream Processing,
Legacy,..
Application
Artifacts
Infrastructure
Simple Web
Apps
PaaS
Copyright © GigaSpaces 2015. All rights reserved.
Challenges
5
Moving Enterprise Applications to the Cloud
Managing Hybrid & Heterogeneous
Environments
 Varied tool sets: Chef, Puppet, Docker, etc.
 Different environments: VMware, OpenStack,
Amazon, etc.
Automating DevOps Processes
 Continuous Deployment
Automating Management Tasks
 Failover, Upgrades…
Copyright © GigaSpaces 2015. All rights reserved.
Orchestration
Micro-Services, Web Apps,
Big Data, Stream
Processing, Legacy,..
Application
Artifacts
Infrastructure
Simple Web
Apps
PaaS
What we’re here to discuss
VMware Hybrid Cloud
Solution based on vCloud
Air & Integrated
OpenStack (VIO)
Copyright © GigaSpaces 2015. All rights reserved.
True Hybrid Cloud
7
Data Center Options
VMware vCloud Air
CUSTOM
HOSTING
MANAGED
SERVICE
CO-LOCATION
SERVICE
CUSTOMER’S
DATA CENTER
vAPP
The “Hybrid” Public Cloud
Existing and New Apps
Seamless Networking
Common Management
Common Security & Support
Copyright © GigaSpaces 2015. All rights reserved.
Virtual Private Cloud OnDemand
Capabilities
VMware INTERNAL and CONFIDENTIAL 8
Pay-as-you-go charges
Self-service access with
just a credit card
Instantly resizable cloud
compute services
Seamless integration with your
existing network
Create and manage multiple virtual
data centers
No upfront resource or cost
commitments
Easy 2-Step provisioning of
standards-based resources
Bi-directional workload portability
with zero application changes
$
1
2
Copyright © GigaSpaces 2015. All rights reserved.
vCloud Air Service Offerings
9
Logically Isolated
Guaranteed Resource
Allocation
Virtual Private Cloud
Physically Isolated
Your Own Private Cloud
Instance
Dedicated Cloud
Logically Isolated
Business Continuity
Solution
Disaster Recovery
• Ideal for workloads that
require predictable
performance, compliance, or
organizational segmentation
• Ideal for burst workloads,
short-term projects,
campaigns, application
development, etc.
Compute DRaaS
Copyright © GigaSpaces 2015. All rights reserved.
Virtual Private Cloud OnDemand
Pricing & Packaging
No pre-define billable package sizes
IP
IP
Bandwidth
(MB)Bandwidth
(MB)Bandwidth
(MB)Bandwidth
(MB)
Storage
(GB)Storage
(GB)Storage
(GB)Storage
(GB)Storage
(GB)Storage
(GB)Storage
(GB)Storage
(GB)Storage
(GB)
vRAM
(GB)vRAM
(GB)vRAM
(GB)vRAM
(GB)vRAM
(GB)vRAM
(GB)
vCPU
(GHz)vCPU
(GHz)vCPU
(GHz)vCPU
(GHz)
Instead, metered individual service components are aggregated
monthly and charged by total service time per component
XL L
M S
Copyright © GigaSpaces 2015. All rights reserved.
Copyright © GigaSpaces 2015. All rights reserved.
Enterprise Grade OpenStack Cloud: Nova + vSphere
vSphere features such as DRS, HA and vMotion all preserved in OpenStack
• vSphere is Purpose Built Hypervisor
with proven performance, reliability
and security
• DRS & SDRS provide higher VM density
& avoid “noisy neighbor” problems
• DRS + vMotion automatically move
workloads upon host failure/upgrade
• vSphere HA protects valuable VMs
Features
• Lower cost from better utilization of
compute resources
• Saves time and effort in managing
physical servers
Benefit
Copyright © GigaSpaces 2015. All rights reserved.
Enterprise Grade OpenStack Cloud: Neutron + NSX
Deliver highly scalable, agile networking for your OpenStack cloud using NSX
• Leading network virtualization solution
that is production ready and performs
at cloud scale
• Highly Available & Scale-out
architecture of control plane
• Works with ESX, KVM, XenServer
• Integrations with many HW switches to
manage physical workloads
Features
• Performance and reliability reduce
risks and associated costs
• Built-in Crucial Operational tools help
monitor & diagnose the virtual
network environment
Benefit
Copyright © GigaSpaces 2015. All rights reserved.
Enterprise Grade OpenStack Cloud: Cinder + vSphere
14
Cinder block volumes can use vSphere datastores or VSAN
• Single driver works with any vSphere
validated storage (NFS, iSCSI, FC)
• Innovative storage solutions such as
VSAN and Policy Based Storage Mgmt
supported for OpenStack
• Leverage VSAN for consuming SDD &
Hard disks with granular control over
IOPs
Features
• Extensively Validated ESX+Storage
compatibility across multiple vendors
• VSAN delivers perfect balance of cost &
performance using SSD/Hard-disks
Benefit
vSphere
VSAN
Hard
disks
SSD
…………….
Hard
disks
SSD Hard
disks
SSD
Distributed Storage
Aggregated
Datastore
VMware vCenter Server
Copyright © GigaSpaces 2015. All rights reserved.
Enterprise Grade OpenStack Cloud: Glance
15
Glance images can be stored on vSphere datastores or VSAN
• Use the storage already previsioned for
VM disk use to store images.
• Efficient copy of images during boot +
snapshot operations.
• Supports VSAN and SPBM.
Features
• No need for separate storage (e.g.,
Swift).
• Faster VM boot and snapshots.
• Similar benefits for images created by
snapshotting a root disk or volume.
Benefit
glance
server
Swift
UploadBootSnapshot
Old Model: Many Transfers
New Model: Efficient Datastore Operations
Copyright © GigaSpaces 2015. All rights reserved.
What we’re here to discuss
Using TOSCA-based
orchestration as a common
application deployment and
management
Orchestration
Microservices, Web Apps, Big
Data, Stream Processing,
Legacy,..
Application
Artifacts
Infrastructure
Simple Web
Apps
PaaS
Copyright © GigaSpaces 2015. All rights reserved.
What is TOSCA?
TOSCA defines the
interoperable description
of applications; including
their components,
relationships,
dependencies,
requirements, and
capabilities….
Copyright © GigaSpaces 2015. All rights reserved.
A TOSCA Blueprint
Copyright © GigaSpaces 2015. All rights reserved.
Nodes & Relationships
Host
Middleware
Contained In
Connected To
Application
Module
Copyright © GigaSpaces 2015. All rights reserved.
A Simple TOSCA Blueprint
Infrastructure resource
matched by their
properties
Software
components are
defined just like any
other resource
Copyright © GigaSpaces 2015. All rights reserved.
TOSCA Orchestration for Docker
21
Reference: http://www.infoq.com/articles/tosca-docker-orchestration
Copyright © GigaSpaces 2015. All rights reserved.
Typical Deployment Cycle
22
• Step 1: Model Your Application
‒ Standards-based Blueprint (TOSCA)
‒ Provision VMs, Configure Network
• Step 2: Install Your Application
‒ Integrate with Chef, Puppet, Docker, SaltStack
• Step 3: Manage Your Application
‒ Add Monitoring, Logging, Alerts
‒ Execute Workflow for Updates, Patches, etc.
• Step 4: Add Auto-Healing, Auto-Scaling
‒ Continuously Detect and Correct Failure
‒ Add More Capacity through Auto-scaling
Copyright © GigaSpaces 2015. All rights reserved.
Orchestration Service
23
vCLOUD AIR
ELASTIC
INFRASTRUCTURE
APP1
APP1
APP
PLATFORM SERVICES
LOAD
BALANCING
MONITORING
DATA
PROTECTION
FAILOVERNETWORKING
RUNTIMES
DATABASES
MANAGEMENT
App
Blueprint
Orchestration
Service
TOSCA
Copyright © GigaSpaces 2015. All rights reserved.
Orchestration Service
24
VMware Integrated OpenStack (VIO)
ELASTIC
INFRASTRUCTURE
APP1
APP1
APP
PLATFORM SERVICES
COMPUTE
(NOVA/vSphere)
STORAGE
(Cinder/vSAN)
FAILOVER
(vMotion)
NETWORKING
(Neutron/NSX)
MANAGEMENT
(Horizon, vRealize)
TOSCA
App
Blueprint
Orchestration
Service
Copyright © GigaSpaces 2015. All rights reserved.
Live Demos
Simple
Orchestration of
NodeJS,
MongoDB on
Docker
containers
Orchestrate Simple Web App
Orchestrate a
complete
“Skype” on
demand
Orchestrate Full Blown App
Copyright © GigaSpaces 2015. All rights reserved.
vCloud Air & VIO – Live Demo
Copyright © GigaSpaces 2015. All rights reserved.
Orchestrate Simple Web App
1. Install
the Docker
Images
2. Configure
the network,
ports
3. Run the
App
Cloudify Management
& Monitoring
1- Create
vCloud Air
VMs on a
vApp
2 -Provision
Docker Images
on the VMs
3- Configure
The Network
4- Run the App
Local On vCloud Air
Copyright © GigaSpaces 2015. All rights reserved.
Orchestrate a Simple Web App –
Recorded Demo
Copyright © GigaSpaces 2015. All rights reserved.
Orchestrate Full Blown App
• 12 Microservices
‒ User Provisioning (Ellis)
‒ Edge Proxy (Bono)
‒ IP gateway (Sprout)
‒ DNS
‒ Cassandra (Homer, Homestead)
‒ Billing (Ralf)
• Chef as Configuration
Management
Copyright © GigaSpaces 2015. All rights reserved.
Orchestrate Full Blown App – “Skype on Demand”
1- Create the Compute
& Network services
2 -Provision The
Software
3- Add Logging &
Monitoring
4- Add Self Healing &
Scaling
Cloudify Management
& Monitoring
Copyright © GigaSpaces 2015. All rights reserved.
Full Blown App – Recorded Demo
Copyright © GigaSpaces 2015. All rights reserved.
Summary: Key Customer Benefits
32
• For VMware Customers
 Common Management Interface
 Enablement for hybrid deployment across
vCloud Air, vSphere & OpenStack
• For vCloud Air Customers
 TOSCA-Compliant Orchestration
 Simple Deployment of Micro-Services, Big
Data and NFV applications
Available on VMware Solution Exchange
• For OpenStack Customers
 Leverage vCLoud Air as an extension to the
private OpenStack environment
Copyright © GigaSpaces 2015. All rights reserved.
Availability & References
33
• Cloudify vCloud Integration Available on
VMware Solution Exchange (Beta Stage)
• Will be integrated as a Service within VCloudAir
(Q2)
• References:
‒ A Live Example for Orchestrating Docker, NodeJS, and
NFV on vCloud Air
Copyright © GigaSpaces 2015. All rights reserved.
Learn More
vmware.com
vCloud Air
vSphere
VMware Integrated OpenStack
getcloudify.org
Documentation
Architecture
Community Forum
Blog
Copyright © GigaSpaces 2015. All rights reserved.
Thanks!
35
Q&A
Copyright © GigaSpaces 2015. All rights reserved.
Check us out:
Email us:
Call us:
Follow us:
www.gigaspaces.com
www.getcloudify.org
info@gigaspaces.com
646-421-2830
@GigaSpaces, @CloudifySource
36

More Related Content

What's hot

Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...Motoki Kakinuma
 
Building hybrid cloud with cloudify (public)
Building hybrid cloud with cloudify (public)Building hybrid cloud with cloudify (public)
Building hybrid cloud with cloudify (public)Nati Shalom
 
Science logic cloudstack london meetup 2015 02-11
Science logic cloudstack london meetup 2015 02-11Science logic cloudstack london meetup 2015 02-11
Science logic cloudstack london meetup 2015 02-11ShapeBlue
 
Real world hybrid cloud session - OpenStack DACH 2015
Real world hybrid cloud session - OpenStack DACH 2015Real world hybrid cloud session - OpenStack DACH 2015
Real world hybrid cloud session - OpenStack DACH 2015assafleb
 
Application and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & ToscaApplication and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & ToscaNati Shalom
 
RHTE2015_CloudForms_OpenStack
RHTE2015_CloudForms_OpenStackRHTE2015_CloudForms_OpenStack
RHTE2015_CloudForms_OpenStackJerome Marc
 
Deploy your Multi-tier Application in Cloud Foundry
Deploy your Multi-tier Application in Cloud FoundryDeploy your Multi-tier Application in Cloud Foundry
Deploy your Multi-tier Application in Cloud Foundrycornelia davis
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sFrederik Bijlsma
 
Introduction to OpenStack
Introduction to OpenStackIntroduction to OpenStack
Introduction to OpenStackEdureka!
 
ManageIQ Overview at Management and Orchestration Developer (MODM) Meet-up
ManageIQ Overview at Management and Orchestration Developer (MODM) Meet-upManageIQ Overview at Management and Orchestration Developer (MODM) Meet-up
ManageIQ Overview at Management and Orchestration Developer (MODM) Meet-upJerome Marc
 
Designing Telco Scaled OpenStack Architectures
Designing Telco Scaled OpenStack ArchitecturesDesigning Telco Scaled OpenStack Architectures
Designing Telco Scaled OpenStack ArchitecturesSriram Subramanian
 
Mesosphere & Magnetic: Take the pain out of running complex and critical serv...
Mesosphere & Magnetic: Take the pain out of running complex and critical serv...Mesosphere & Magnetic: Take the pain out of running complex and critical serv...
Mesosphere & Magnetic: Take the pain out of running complex and critical serv...Mesosphere Inc.
 
OpenStack and Application Delivery: Joy and Pain of an Intricate Relationship
OpenStack and Application Delivery: Joy and Pain of an Intricate RelationshipOpenStack and Application Delivery: Joy and Pain of an Intricate Relationship
OpenStack and Application Delivery: Joy and Pain of an Intricate RelationshipPLUMgrid
 
Protecting Yourself from the Container Shakeout
Protecting Yourself from the Container ShakeoutProtecting Yourself from the Container Shakeout
Protecting Yourself from the Container ShakeoutMirantis
 
OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)Randy Bias
 
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...VMware Tanzu
 

What's hot (20)

Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
 
Application Management in Openstack
Application Management in Openstack Application Management in Openstack
Application Management in Openstack
 
Building hybrid cloud with cloudify (public)
Building hybrid cloud with cloudify (public)Building hybrid cloud with cloudify (public)
Building hybrid cloud with cloudify (public)
 
Science logic cloudstack london meetup 2015 02-11
Science logic cloudstack london meetup 2015 02-11Science logic cloudstack london meetup 2015 02-11
Science logic cloudstack london meetup 2015 02-11
 
Real world hybrid cloud session - OpenStack DACH 2015
Real world hybrid cloud session - OpenStack DACH 2015Real world hybrid cloud session - OpenStack DACH 2015
Real world hybrid cloud session - OpenStack DACH 2015
 
Application and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & ToscaApplication and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & Tosca
 
RHTE2015_CloudForms_OpenStack
RHTE2015_CloudForms_OpenStackRHTE2015_CloudForms_OpenStack
RHTE2015_CloudForms_OpenStack
 
Deploy your Multi-tier Application in Cloud Foundry
Deploy your Multi-tier Application in Cloud FoundryDeploy your Multi-tier Application in Cloud Foundry
Deploy your Multi-tier Application in Cloud Foundry
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont's
 
Introduction to OpenStack
Introduction to OpenStackIntroduction to OpenStack
Introduction to OpenStack
 
ManageIQ Overview at Management and Orchestration Developer (MODM) Meet-up
ManageIQ Overview at Management and Orchestration Developer (MODM) Meet-upManageIQ Overview at Management and Orchestration Developer (MODM) Meet-up
ManageIQ Overview at Management and Orchestration Developer (MODM) Meet-up
 
Designing Telco Scaled OpenStack Architectures
Designing Telco Scaled OpenStack ArchitecturesDesigning Telco Scaled OpenStack Architectures
Designing Telco Scaled OpenStack Architectures
 
Pivotal CF on AWS
Pivotal CF on AWSPivotal CF on AWS
Pivotal CF on AWS
 
Mesosphere & Magnetic: Take the pain out of running complex and critical serv...
Mesosphere & Magnetic: Take the pain out of running complex and critical serv...Mesosphere & Magnetic: Take the pain out of running complex and critical serv...
Mesosphere & Magnetic: Take the pain out of running complex and critical serv...
 
OpenStack and Application Delivery: Joy and Pain of an Intricate Relationship
OpenStack and Application Delivery: Joy and Pain of an Intricate RelationshipOpenStack and Application Delivery: Joy and Pain of an Intricate Relationship
OpenStack and Application Delivery: Joy and Pain of an Intricate Relationship
 
Meetup
MeetupMeetup
Meetup
 
Avoiding cloud lock-in
Avoiding cloud lock-inAvoiding cloud lock-in
Avoiding cloud lock-in
 
Protecting Yourself from the Container Shakeout
Protecting Yourself from the Container ShakeoutProtecting Yourself from the Container Shakeout
Protecting Yourself from the Container Shakeout
 
OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)
 
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
Building a University Community PaaS Using Cloud Foundry (Cloud Foundry Summ...
 

Viewers also liked

Orchestrating Cloud Applications With TOSCA
Orchestrating Cloud Applications With TOSCAOrchestrating Cloud Applications With TOSCA
Orchestrating Cloud Applications With TOSCAArthur Berezin
 
TOSCA and Cloudify
TOSCA and CloudifyTOSCA and Cloudify
TOSCA and Cloudifydfilppi
 
Running OpenStack in Production
Running OpenStack in Production Running OpenStack in Production
Running OpenStack in Production Nati Shalom
 
Container Orchestration
Container OrchestrationContainer Orchestration
Container Orchestrationdfilppi
 
Deployment Automation on OpenStack with TOSCA and Cloudify
Deployment Automation on OpenStack with TOSCA and CloudifyDeployment Automation on OpenStack with TOSCA and Cloudify
Deployment Automation on OpenStack with TOSCA and CloudifyUri Cohen
 
The Rise of Microservices - Containers and Orchestration
The Rise of Microservices - Containers and OrchestrationThe Rise of Microservices - Containers and Orchestration
The Rise of Microservices - Containers and OrchestrationMongoDB
 
What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like Nati Shalom
 
1. beyond mission critical virtualizing big data and hadoop
1. beyond mission critical   virtualizing big data and hadoop1. beyond mission critical   virtualizing big data and hadoop
1. beyond mission critical virtualizing big data and hadoopChiou-Nan Chen
 
Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015
Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015
Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015Rajit Saha
 
WBDB 2014 Benchmarking Virtualized Hadoop Clusters
WBDB 2014 Benchmarking Virtualized Hadoop ClustersWBDB 2014 Benchmarking Virtualized Hadoop Clusters
WBDB 2014 Benchmarking Virtualized Hadoop Clusterst_ivanov
 
VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study
VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study
VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study VMworld
 
Open stack meetup 2014 11-13 - 101 + high availability
Open stack meetup 2014 11-13 - 101 + high availabilityOpen stack meetup 2014 11-13 - 101 + high availability
Open stack meetup 2014 11-13 - 101 + high availabilityRick Ashford
 
Soyez Big Data ready avec Isilon
Soyez Big Data ready avec IsilonSoyez Big Data ready avec Isilon
Soyez Big Data ready avec IsilonRSD
 
An approach for migrating enterprise apps into open stack
An approach for migrating enterprise apps into open stackAn approach for migrating enterprise apps into open stack
An approach for migrating enterprise apps into open stackArthur Berezin
 
7. emc isilon hdfs enterprise storage for hadoop
7. emc isilon hdfs   enterprise storage for hadoop7. emc isilon hdfs   enterprise storage for hadoop
7. emc isilon hdfs enterprise storage for hadoopTaldor Group
 
EMC Hadoop Starter Kit
EMC Hadoop Starter KitEMC Hadoop Starter Kit
EMC Hadoop Starter KitEMC
 
Emerging Big Data & Analytics Trends with Hadoop
Emerging Big Data & Analytics Trends with Hadoop Emerging Big Data & Analytics Trends with Hadoop
Emerging Big Data & Analytics Trends with Hadoop InnoTech
 
Enterprise Ready OpenStack, Wiekus Beukes, Oracle
Enterprise Ready OpenStack,  Wiekus Beukes, OracleEnterprise Ready OpenStack,  Wiekus Beukes, Oracle
Enterprise Ready OpenStack, Wiekus Beukes, OracleSriram Subramanian
 

Viewers also liked (20)

Orchestrating Cloud Applications With TOSCA
Orchestrating Cloud Applications With TOSCAOrchestrating Cloud Applications With TOSCA
Orchestrating Cloud Applications With TOSCA
 
TOSCA and Cloudify
TOSCA and CloudifyTOSCA and Cloudify
TOSCA and Cloudify
 
Running OpenStack in Production
Running OpenStack in Production Running OpenStack in Production
Running OpenStack in Production
 
Container Orchestration
Container OrchestrationContainer Orchestration
Container Orchestration
 
Deployment Automation on OpenStack with TOSCA and Cloudify
Deployment Automation on OpenStack with TOSCA and CloudifyDeployment Automation on OpenStack with TOSCA and Cloudify
Deployment Automation on OpenStack with TOSCA and Cloudify
 
The Rise of Microservices - Containers and Orchestration
The Rise of Microservices - Containers and OrchestrationThe Rise of Microservices - Containers and Orchestration
The Rise of Microservices - Containers and Orchestration
 
What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like
 
1. beyond mission critical virtualizing big data and hadoop
1. beyond mission critical   virtualizing big data and hadoop1. beyond mission critical   virtualizing big data and hadoop
1. beyond mission critical virtualizing big data and hadoop
 
Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015
Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015
Virtualized Big Data Platform at VMware Corp IT @ VMWorld 2015
 
WBDB 2014 Benchmarking Virtualized Hadoop Clusters
WBDB 2014 Benchmarking Virtualized Hadoop ClustersWBDB 2014 Benchmarking Virtualized Hadoop Clusters
WBDB 2014 Benchmarking Virtualized Hadoop Clusters
 
VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study
VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study
VMworld 2013: Big Data Extensions: Advanced Features and Customer Case Study
 
Open stack meetup 2014 11-13 - 101 + high availability
Open stack meetup 2014 11-13 - 101 + high availabilityOpen stack meetup 2014 11-13 - 101 + high availability
Open stack meetup 2014 11-13 - 101 + high availability
 
Orchestrated Assurance
Orchestrated Assurance Orchestrated Assurance
Orchestrated Assurance
 
Soyez Big Data ready avec Isilon
Soyez Big Data ready avec IsilonSoyez Big Data ready avec Isilon
Soyez Big Data ready avec Isilon
 
An approach for migrating enterprise apps into open stack
An approach for migrating enterprise apps into open stackAn approach for migrating enterprise apps into open stack
An approach for migrating enterprise apps into open stack
 
7. emc isilon hdfs enterprise storage for hadoop
7. emc isilon hdfs   enterprise storage for hadoop7. emc isilon hdfs   enterprise storage for hadoop
7. emc isilon hdfs enterprise storage for hadoop
 
EMC Hadoop Starter Kit
EMC Hadoop Starter KitEMC Hadoop Starter Kit
EMC Hadoop Starter Kit
 
Emerging Big Data & Analytics Trends with Hadoop
Emerging Big Data & Analytics Trends with Hadoop Emerging Big Data & Analytics Trends with Hadoop
Emerging Big Data & Analytics Trends with Hadoop
 
Enterprise Ready OpenStack, Wiekus Beukes, Oracle
Enterprise Ready OpenStack,  Wiekus Beukes, OracleEnterprise Ready OpenStack,  Wiekus Beukes, Oracle
Enterprise Ready OpenStack, Wiekus Beukes, Oracle
 
VMware Integrated OpenStack
VMware Integrated OpenStackVMware Integrated OpenStack
VMware Integrated OpenStack
 

Similar to Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere and VMware Integrated OpenStack using TOSCA

Virtualization Vs. Containers
Virtualization Vs. ContainersVirtualization Vs. Containers
Virtualization Vs. Containersactualtechmedia
 
Basics of Java Cloud
Basics of Java CloudBasics of Java Cloud
Basics of Java CloudAnkur Gupta
 
VMworld 2014 Announcements
VMworld 2014 AnnouncementsVMworld 2014 Announcements
VMworld 2014 AnnouncementsBrendan Rose
 
Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...
Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...
Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...OpenStack
 
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...jgiardina
 
VMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDCVMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDCVMworld
 
Cisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud PlatformCisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud PlatformShashi Kiran
 
VMworld 2016 Recap
VMworld 2016 RecapVMworld 2016 Recap
VMworld 2016 RecapKevin Groat
 
Executive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersExecutive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersNVISIA
 
Running Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud HostingRunning Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud HostingMagnolia
 
Magnolia CMS on Jelastic
Magnolia CMS on JelasticMagnolia CMS on Jelastic
Magnolia CMS on JelasticEdgar Vonk
 
Magnolia CMS - on Jelastic
Magnolia CMS - on JelasticMagnolia CMS - on Jelastic
Magnolia CMS - on JelasticInfo.nl
 
Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015
Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015
Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015Yakura Coffee
 
Presentation v mware virtualization & cloud vision 2010
Presentation   v mware virtualization & cloud vision 2010Presentation   v mware virtualization & cloud vision 2010
Presentation v mware virtualization & cloud vision 2010solarisyourep
 
The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)Simon Haslam
 
Hybrid cloud overview and VCF on VxRAIL
Hybrid cloud overview and VCF on VxRAILHybrid cloud overview and VCF on VxRAIL
Hybrid cloud overview and VCF on VxRAILDavid Pasek
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1makker_nl
 
Private cloud for_partners
Private cloud for_partnersPrivate cloud for_partners
Private cloud for_partnerssolarisyougood
 

Similar to Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere and VMware Integrated OpenStack using TOSCA (20)

Virtualization Vs. Containers
Virtualization Vs. ContainersVirtualization Vs. Containers
Virtualization Vs. Containers
 
Jelastic DevOps VPC and Hybrid Cloud
Jelastic DevOps VPC and Hybrid CloudJelastic DevOps VPC and Hybrid Cloud
Jelastic DevOps VPC and Hybrid Cloud
 
Basics of Java Cloud
Basics of Java CloudBasics of Java Cloud
Basics of Java Cloud
 
VMworld 2014 Announcements
VMworld 2014 AnnouncementsVMworld 2014 Announcements
VMworld 2014 Announcements
 
Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...
Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...
Making Openstack Really Easy - Why Build Open Source When You Can Buy? Danny ...
 
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
 
VMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDCVMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDC
 
Cisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud PlatformCisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud Platform
 
VMworld 2016 Recap
VMworld 2016 RecapVMworld 2016 Recap
VMworld 2016 Recap
 
Executive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersExecutive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of Containers
 
Running Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud HostingRunning Magnolia on Jelastic Cloud Hosting
Running Magnolia on Jelastic Cloud Hosting
 
Magnolia CMS on Jelastic
Magnolia CMS on JelasticMagnolia CMS on Jelastic
Magnolia CMS on Jelastic
 
Magnolia CMS - on Jelastic
Magnolia CMS - on JelasticMagnolia CMS - on Jelastic
Magnolia CMS - on Jelastic
 
Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015
Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015
Deploying IBM WebSphere Application Server to the Cloud_GWC_3-24-2015
 
Presentation v mware virtualization & cloud vision 2010
Presentation   v mware virtualization & cloud vision 2010Presentation   v mware virtualization & cloud vision 2010
Presentation v mware virtualization & cloud vision 2010
 
The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)The Kubernetes WebLogic revival (part 1)
The Kubernetes WebLogic revival (part 1)
 
Hybrid cloud overview and VCF on VxRAIL
Hybrid cloud overview and VCF on VxRAILHybrid cloud overview and VCF on VxRAIL
Hybrid cloud overview and VCF on VxRAIL
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Private cloud for_partners
Private cloud for_partnersPrivate cloud for_partners
Private cloud for_partners
 

More from Nati Shalom

Cloudify and terraform integration
Cloudify and terraform integrationCloudify and terraform integration
Cloudify and terraform integrationNati Shalom
 
Why NFV and Digital Transformation Projects Fail!
Why NFV and Digital Transformation Projects Fail! Why NFV and Digital Transformation Projects Fail!
Why NFV and Digital Transformation Projects Fail! Nati Shalom
 
Cloudify and terraform integration
Cloudify and terraform integrationCloudify and terraform integration
Cloudify and terraform integrationNati Shalom
 
1 cloud, 2 clouds, 3 clouds, tons...
1 cloud, 2 clouds, 3 clouds, tons...1 cloud, 2 clouds, 3 clouds, tons...
1 cloud, 2 clouds, 3 clouds, tons...Nati Shalom
 
Open Stack Days israel Keynote 2017
Open Stack Days israel Keynote 2017Open Stack Days israel Keynote 2017
Open Stack Days israel Keynote 2017Nati Shalom
 
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...Nati Shalom
 
Software Defined Operator
Software Defined OperatorSoftware Defined Operator
Software Defined OperatorNati Shalom
 
Complex Analytics with NoSQL Data Store in Real Time
Complex Analytics with NoSQL Data Store in Real TimeComplex Analytics with NoSQL Data Store in Real Time
Complex Analytics with NoSQL Data Store in Real TimeNati Shalom
 
When networks meets apps (open stack atlanta)
When networks meets apps (open stack atlanta)When networks meets apps (open stack atlanta)
When networks meets apps (open stack atlanta)Nati Shalom
 
Application Centric Approach to Devops
Application Centric Approach to DevopsApplication Centric Approach to Devops
Application Centric Approach to DevopsNati Shalom
 
Case Studies for moving apps to the cloud - DLD 2013
Case Studies for moving apps to the cloud - DLD 2013Case Studies for moving apps to the cloud - DLD 2013
Case Studies for moving apps to the cloud - DLD 2013Nati Shalom
 
Application Centric DevOps
Application Centric DevOpsApplication Centric DevOps
Application Centric DevOpsNati Shalom
 
Real-Time Big Data at In-Memory Speed, Using Storm
Real-Time Big Data at In-Memory Speed, Using StormReal-Time Big Data at In-Memory Speed, Using Storm
Real-Time Big Data at In-Memory Speed, Using StormNati Shalom
 
Disaster Recovery on Demand on the Cloud
Disaster Recovery on Demand on the CloudDisaster Recovery on Demand on the Cloud
Disaster Recovery on Demand on the CloudNati Shalom
 
Giga spaces cloudify road map-3 (citi)
Giga spaces cloudify road map-3 (citi)Giga spaces cloudify road map-3 (citi)
Giga spaces cloudify road map-3 (citi)Nati Shalom
 
Big Data on OpenStack
Big Data on OpenStackBig Data on OpenStack
Big Data on OpenStackNati Shalom
 
Avoiding Cloud Outage
Avoiding Cloud OutageAvoiding Cloud Outage
Avoiding Cloud OutageNati Shalom
 
Dont call me cache april 17
Dont call me cache april 17Dont call me cache april 17
Dont call me cache april 17Nati Shalom
 
Big data (reversim)
Big data (reversim)Big data (reversim)
Big data (reversim)Nati Shalom
 
Scaling and Managing Big Data Apps in the Cloud
Scaling and Managing Big Data Apps in the CloudScaling and Managing Big Data Apps in the Cloud
Scaling and Managing Big Data Apps in the CloudNati Shalom
 

More from Nati Shalom (20)

Cloudify and terraform integration
Cloudify and terraform integrationCloudify and terraform integration
Cloudify and terraform integration
 
Why NFV and Digital Transformation Projects Fail!
Why NFV and Digital Transformation Projects Fail! Why NFV and Digital Transformation Projects Fail!
Why NFV and Digital Transformation Projects Fail!
 
Cloudify and terraform integration
Cloudify and terraform integrationCloudify and terraform integration
Cloudify and terraform integration
 
1 cloud, 2 clouds, 3 clouds, tons...
1 cloud, 2 clouds, 3 clouds, tons...1 cloud, 2 clouds, 3 clouds, tons...
1 cloud, 2 clouds, 3 clouds, tons...
 
Open Stack Days israel Keynote 2017
Open Stack Days israel Keynote 2017Open Stack Days israel Keynote 2017
Open Stack Days israel Keynote 2017
 
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
 
Software Defined Operator
Software Defined OperatorSoftware Defined Operator
Software Defined Operator
 
Complex Analytics with NoSQL Data Store in Real Time
Complex Analytics with NoSQL Data Store in Real TimeComplex Analytics with NoSQL Data Store in Real Time
Complex Analytics with NoSQL Data Store in Real Time
 
When networks meets apps (open stack atlanta)
When networks meets apps (open stack atlanta)When networks meets apps (open stack atlanta)
When networks meets apps (open stack atlanta)
 
Application Centric Approach to Devops
Application Centric Approach to DevopsApplication Centric Approach to Devops
Application Centric Approach to Devops
 
Case Studies for moving apps to the cloud - DLD 2013
Case Studies for moving apps to the cloud - DLD 2013Case Studies for moving apps to the cloud - DLD 2013
Case Studies for moving apps to the cloud - DLD 2013
 
Application Centric DevOps
Application Centric DevOpsApplication Centric DevOps
Application Centric DevOps
 
Real-Time Big Data at In-Memory Speed, Using Storm
Real-Time Big Data at In-Memory Speed, Using StormReal-Time Big Data at In-Memory Speed, Using Storm
Real-Time Big Data at In-Memory Speed, Using Storm
 
Disaster Recovery on Demand on the Cloud
Disaster Recovery on Demand on the CloudDisaster Recovery on Demand on the Cloud
Disaster Recovery on Demand on the Cloud
 
Giga spaces cloudify road map-3 (citi)
Giga spaces cloudify road map-3 (citi)Giga spaces cloudify road map-3 (citi)
Giga spaces cloudify road map-3 (citi)
 
Big Data on OpenStack
Big Data on OpenStackBig Data on OpenStack
Big Data on OpenStack
 
Avoiding Cloud Outage
Avoiding Cloud OutageAvoiding Cloud Outage
Avoiding Cloud Outage
 
Dont call me cache april 17
Dont call me cache april 17Dont call me cache april 17
Dont call me cache april 17
 
Big data (reversim)
Big data (reversim)Big data (reversim)
Big data (reversim)
 
Scaling and Managing Big Data Apps in the Cloud
Scaling and Managing Big Data Apps in the CloudScaling and Managing Big Data Apps in the Cloud
Scaling and Managing Big Data Apps in the Cloud
 

Recently uploaded

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere and VMware Integrated OpenStack using TOSCA

  • 1. Copyright © GigaSpaces 2015. All rights reserved.Copyright © GigaSpaces 2014. All rights reserved.Copyright © GigaSpaces 2015. All rights reserved. Real World Application Orchestration Made Easy On VMware vCloud Air, vSphere and VMware Integrated OpenStack using TOSCA 1
  • 2. Copyright © GigaSpaces 2015. All rights reserved. Agenda 2 • Introduction to Hybrid Cloud • Introduction to VMware vCloud Air and VMware Integrated OpenStack (VIO) • Using TOSCA-based Orchestration to win them both ‒ Introduction to TOSCA ‒ Introduction to Cloudify – A TOSCA-based Orchestration • Live Demos ‒ Simple Docker Example ‒ Real Life Example – Both OpenStack and vCloud Air
  • 3. Copyright © GigaSpaces 2015. All rights reserved. Speakers 3 Nati Shalom, Founder and CTO at GigaSpaces, is a thought leader in Cloud Computing and Big Data Technologies. Shalom was recently recognized as a Top Cloud Computing Blogger for CIOs by The CIO Magazine and his blog is listed as an excellent blog by YCombinator. Shalom is the founder and also one of leaders of OpenStack Israel group, and is a frequent presenter at industry conferences. Paco Gomez, Senior Solution Architect at VMware vCloud Air. Paco evaluates and integrates strategic solutions that help vCloud Air clients benefit from VMware's hybrid cloud and application services. Paco is a seasoned technologist, having extensive experience in diverse fields including mainframes, distributed systems, enterprise development, cloud computing, mobile, assistive technology, electrical engineering and embedded systems. Across his career, Paco has held positions in consulting, sales engineering, product development and entrepreneurship.
  • 4. Copyright © GigaSpaces 2015. All rights reserved. The New (Heterogeneous) Cloud Stack Orchestration (Kubernetes, Heat, Docker, Cloudify…) Microservices, Web Apps, Big Data, Stream Processing, Legacy,.. Application Artifacts Infrastructure Simple Web Apps PaaS
  • 5. Copyright © GigaSpaces 2015. All rights reserved. Challenges 5 Moving Enterprise Applications to the Cloud Managing Hybrid & Heterogeneous Environments  Varied tool sets: Chef, Puppet, Docker, etc.  Different environments: VMware, OpenStack, Amazon, etc. Automating DevOps Processes  Continuous Deployment Automating Management Tasks  Failover, Upgrades…
  • 6. Copyright © GigaSpaces 2015. All rights reserved. Orchestration Micro-Services, Web Apps, Big Data, Stream Processing, Legacy,.. Application Artifacts Infrastructure Simple Web Apps PaaS What we’re here to discuss VMware Hybrid Cloud Solution based on vCloud Air & Integrated OpenStack (VIO)
  • 7. Copyright © GigaSpaces 2015. All rights reserved. True Hybrid Cloud 7 Data Center Options VMware vCloud Air CUSTOM HOSTING MANAGED SERVICE CO-LOCATION SERVICE CUSTOMER’S DATA CENTER vAPP The “Hybrid” Public Cloud Existing and New Apps Seamless Networking Common Management Common Security & Support
  • 8. Copyright © GigaSpaces 2015. All rights reserved. Virtual Private Cloud OnDemand Capabilities VMware INTERNAL and CONFIDENTIAL 8 Pay-as-you-go charges Self-service access with just a credit card Instantly resizable cloud compute services Seamless integration with your existing network Create and manage multiple virtual data centers No upfront resource or cost commitments Easy 2-Step provisioning of standards-based resources Bi-directional workload portability with zero application changes $ 1 2
  • 9. Copyright © GigaSpaces 2015. All rights reserved. vCloud Air Service Offerings 9 Logically Isolated Guaranteed Resource Allocation Virtual Private Cloud Physically Isolated Your Own Private Cloud Instance Dedicated Cloud Logically Isolated Business Continuity Solution Disaster Recovery • Ideal for workloads that require predictable performance, compliance, or organizational segmentation • Ideal for burst workloads, short-term projects, campaigns, application development, etc. Compute DRaaS
  • 10. Copyright © GigaSpaces 2015. All rights reserved. Virtual Private Cloud OnDemand Pricing & Packaging No pre-define billable package sizes IP IP Bandwidth (MB)Bandwidth (MB)Bandwidth (MB)Bandwidth (MB) Storage (GB)Storage (GB)Storage (GB)Storage (GB)Storage (GB)Storage (GB)Storage (GB)Storage (GB)Storage (GB) vRAM (GB)vRAM (GB)vRAM (GB)vRAM (GB)vRAM (GB)vRAM (GB) vCPU (GHz)vCPU (GHz)vCPU (GHz)vCPU (GHz) Instead, metered individual service components are aggregated monthly and charged by total service time per component XL L M S
  • 11. Copyright © GigaSpaces 2015. All rights reserved.
  • 12. Copyright © GigaSpaces 2015. All rights reserved. Enterprise Grade OpenStack Cloud: Nova + vSphere vSphere features such as DRS, HA and vMotion all preserved in OpenStack • vSphere is Purpose Built Hypervisor with proven performance, reliability and security • DRS & SDRS provide higher VM density & avoid “noisy neighbor” problems • DRS + vMotion automatically move workloads upon host failure/upgrade • vSphere HA protects valuable VMs Features • Lower cost from better utilization of compute resources • Saves time and effort in managing physical servers Benefit
  • 13. Copyright © GigaSpaces 2015. All rights reserved. Enterprise Grade OpenStack Cloud: Neutron + NSX Deliver highly scalable, agile networking for your OpenStack cloud using NSX • Leading network virtualization solution that is production ready and performs at cloud scale • Highly Available & Scale-out architecture of control plane • Works with ESX, KVM, XenServer • Integrations with many HW switches to manage physical workloads Features • Performance and reliability reduce risks and associated costs • Built-in Crucial Operational tools help monitor & diagnose the virtual network environment Benefit
  • 14. Copyright © GigaSpaces 2015. All rights reserved. Enterprise Grade OpenStack Cloud: Cinder + vSphere 14 Cinder block volumes can use vSphere datastores or VSAN • Single driver works with any vSphere validated storage (NFS, iSCSI, FC) • Innovative storage solutions such as VSAN and Policy Based Storage Mgmt supported for OpenStack • Leverage VSAN for consuming SDD & Hard disks with granular control over IOPs Features • Extensively Validated ESX+Storage compatibility across multiple vendors • VSAN delivers perfect balance of cost & performance using SSD/Hard-disks Benefit vSphere VSAN Hard disks SSD ……………. Hard disks SSD Hard disks SSD Distributed Storage Aggregated Datastore VMware vCenter Server
  • 15. Copyright © GigaSpaces 2015. All rights reserved. Enterprise Grade OpenStack Cloud: Glance 15 Glance images can be stored on vSphere datastores or VSAN • Use the storage already previsioned for VM disk use to store images. • Efficient copy of images during boot + snapshot operations. • Supports VSAN and SPBM. Features • No need for separate storage (e.g., Swift). • Faster VM boot and snapshots. • Similar benefits for images created by snapshotting a root disk or volume. Benefit glance server Swift UploadBootSnapshot Old Model: Many Transfers New Model: Efficient Datastore Operations
  • 16. Copyright © GigaSpaces 2015. All rights reserved. What we’re here to discuss Using TOSCA-based orchestration as a common application deployment and management Orchestration Microservices, Web Apps, Big Data, Stream Processing, Legacy,.. Application Artifacts Infrastructure Simple Web Apps PaaS
  • 17. Copyright © GigaSpaces 2015. All rights reserved. What is TOSCA? TOSCA defines the interoperable description of applications; including their components, relationships, dependencies, requirements, and capabilities….
  • 18. Copyright © GigaSpaces 2015. All rights reserved. A TOSCA Blueprint
  • 19. Copyright © GigaSpaces 2015. All rights reserved. Nodes & Relationships Host Middleware Contained In Connected To Application Module
  • 20. Copyright © GigaSpaces 2015. All rights reserved. A Simple TOSCA Blueprint Infrastructure resource matched by their properties Software components are defined just like any other resource
  • 21. Copyright © GigaSpaces 2015. All rights reserved. TOSCA Orchestration for Docker 21 Reference: http://www.infoq.com/articles/tosca-docker-orchestration
  • 22. Copyright © GigaSpaces 2015. All rights reserved. Typical Deployment Cycle 22 • Step 1: Model Your Application ‒ Standards-based Blueprint (TOSCA) ‒ Provision VMs, Configure Network • Step 2: Install Your Application ‒ Integrate with Chef, Puppet, Docker, SaltStack • Step 3: Manage Your Application ‒ Add Monitoring, Logging, Alerts ‒ Execute Workflow for Updates, Patches, etc. • Step 4: Add Auto-Healing, Auto-Scaling ‒ Continuously Detect and Correct Failure ‒ Add More Capacity through Auto-scaling
  • 23. Copyright © GigaSpaces 2015. All rights reserved. Orchestration Service 23 vCLOUD AIR ELASTIC INFRASTRUCTURE APP1 APP1 APP PLATFORM SERVICES LOAD BALANCING MONITORING DATA PROTECTION FAILOVERNETWORKING RUNTIMES DATABASES MANAGEMENT App Blueprint Orchestration Service TOSCA
  • 24. Copyright © GigaSpaces 2015. All rights reserved. Orchestration Service 24 VMware Integrated OpenStack (VIO) ELASTIC INFRASTRUCTURE APP1 APP1 APP PLATFORM SERVICES COMPUTE (NOVA/vSphere) STORAGE (Cinder/vSAN) FAILOVER (vMotion) NETWORKING (Neutron/NSX) MANAGEMENT (Horizon, vRealize) TOSCA App Blueprint Orchestration Service
  • 25. Copyright © GigaSpaces 2015. All rights reserved. Live Demos Simple Orchestration of NodeJS, MongoDB on Docker containers Orchestrate Simple Web App Orchestrate a complete “Skype” on demand Orchestrate Full Blown App
  • 26. Copyright © GigaSpaces 2015. All rights reserved. vCloud Air & VIO – Live Demo
  • 27. Copyright © GigaSpaces 2015. All rights reserved. Orchestrate Simple Web App 1. Install the Docker Images 2. Configure the network, ports 3. Run the App Cloudify Management & Monitoring 1- Create vCloud Air VMs on a vApp 2 -Provision Docker Images on the VMs 3- Configure The Network 4- Run the App Local On vCloud Air
  • 28. Copyright © GigaSpaces 2015. All rights reserved. Orchestrate a Simple Web App – Recorded Demo
  • 29. Copyright © GigaSpaces 2015. All rights reserved. Orchestrate Full Blown App • 12 Microservices ‒ User Provisioning (Ellis) ‒ Edge Proxy (Bono) ‒ IP gateway (Sprout) ‒ DNS ‒ Cassandra (Homer, Homestead) ‒ Billing (Ralf) • Chef as Configuration Management
  • 30. Copyright © GigaSpaces 2015. All rights reserved. Orchestrate Full Blown App – “Skype on Demand” 1- Create the Compute & Network services 2 -Provision The Software 3- Add Logging & Monitoring 4- Add Self Healing & Scaling Cloudify Management & Monitoring
  • 31. Copyright © GigaSpaces 2015. All rights reserved. Full Blown App – Recorded Demo
  • 32. Copyright © GigaSpaces 2015. All rights reserved. Summary: Key Customer Benefits 32 • For VMware Customers  Common Management Interface  Enablement for hybrid deployment across vCloud Air, vSphere & OpenStack • For vCloud Air Customers  TOSCA-Compliant Orchestration  Simple Deployment of Micro-Services, Big Data and NFV applications Available on VMware Solution Exchange • For OpenStack Customers  Leverage vCLoud Air as an extension to the private OpenStack environment
  • 33. Copyright © GigaSpaces 2015. All rights reserved. Availability & References 33 • Cloudify vCloud Integration Available on VMware Solution Exchange (Beta Stage) • Will be integrated as a Service within VCloudAir (Q2) • References: ‒ A Live Example for Orchestrating Docker, NodeJS, and NFV on vCloud Air
  • 34. Copyright © GigaSpaces 2015. All rights reserved. Learn More vmware.com vCloud Air vSphere VMware Integrated OpenStack getcloudify.org Documentation Architecture Community Forum Blog
  • 35. Copyright © GigaSpaces 2015. All rights reserved. Thanks! 35 Q&A
  • 36. Copyright © GigaSpaces 2015. All rights reserved. Check us out: Email us: Call us: Follow us: www.gigaspaces.com www.getcloudify.org info@gigaspaces.com 646-421-2830 @GigaSpaces, @CloudifySource 36

Editor's Notes

  1. Let’s Dive into the vCloud Air Hybrid Cloud Differentiators VMware is uniquely positioned to offer the best hybrid cloud because it is built on the same stack being used in the majority of data centers today. With almost half a million customers running vSphere and many of them with VMware-first policies, there are approximately 36 million virtual machines out there running on VMware technology. vCloud Air is a seamless extension of a customer’s data center – with seamless networking, common management, and ability to support both existing and new applications, using the same interface. I also want to highlight our exemplary technical support. This is a key differentiator for us – particularly when compared to Microsoft and AWS support and we should highlight it.
  2. Consumption-based Costs: charges incurred only for what is used, as it is used turning more static higher capital costs into variable operating expense Fast and Easy Access: self-service credit card-based options to acquire the right resources, as needed, for testing and deploying against highly elastic capacity demands. Multiple VDC’s: resources can be divided into more easily managed virtual data centers and allocated by department, region, development group, project group, business unit…etc… Resizable resources: you can easily add or expand CPU, memory or storage, in any ratio, at any time without powering down those VMs No upfront commitments: because OnDemand is pay as you go, there are no minimum configuration requirements or initial costs incurred Bi-directional Workload Portability: Ability to instantly relocate workloads back and forth between onsite data center and offsite public cloud infrastructures and easily across dev, test and production environments with no application changes and no required reconfiguration or recoding of apps or redesigning architectures to enable an application to run in a cloud environment. Easy Provisioning with Out-of-the-box Adherence to Standards: quickly replicate test environments and stand up new VMs that immediately meet production standards. This translates into Consistent Security and Compliance for easy extension of on premises security and compliance frameworks to more scalable public cloud environments. Seamless Integration: no requirements to migrate, change or reconfigure workloads that may need to operate across hybrid onsite and offsite infrastructure.
  3. vCloud Air is a subscription service with three service offerings that can be deployed individually or in combination with one another. Our core compute offerings include a Dedicated Cloud which is physically isolated, meaning this is their own private cloud instance and is ideal for workloads that require more predictable performance, compliance with 3rd party OS and app licenses, or organizational segmentation. A Virtual Private Cloud is logically isolated and ideal for burst workloads, short-term projects, campaigns or net new application development. Another offering is our cost-effective Disaster Recovery as a Service offering which is logically isolated and includes all the infrastructure a customer requires for a warm standby business continuity solution. That also means that a customer does not need to have vCloud Air first to take advantage of vCloud Air-DR. Each service can be deployed in monthly, yearly or ELA terms.
  4. Resource Pool-based – allowing deployment of VMs with customized configurations - versus instance-based models where customers have a finite selection of VM instance-types from which to choose and deploy. NOTE: VMware believes the resource-based approach provides greater benefits toward granular environment flexibility, higher economic efficiencies, and a more familiar and consistent VMware resource pool experience.
  5. Running OpenStack with VMware enables customers to leverage the proven performance, reliability and security of the vSphere platform. Key features such as DRS, HA and vMotion are preserved and can be used by the vCenter admin. Lower costs from better utilization of resources and operational savings.
  6. NSX is the leading Network Virtualization platform. With NSX a customer can leverage the full power of Neutron. It is highly-available, it can scale and it works across different hypervisors. The best and most advanced way to run Neutron networking, regardless of hypervisor choice, is with NSX as the underlying network virtualization platform.
  7. VMware added the Cinder driver in the OpenStack Havana release in the fall of 2013. With the VMware Cinder driver, a customer can leverage any vSphere supported storage technology for block storage. The VMware Cinder driver also supports VSAN and SPBM.
  8. VMware added the VMware Glance driver in the Spring 2014 Icehouse release. The VMware Glance driver enables customers to leverage any vSphere supported storage technology, including VSAN, for image storage. VM boot and snapshots are more efficient and faster because images are stored directly on datastores. This allows copy operations to be optimized.
  9. Source: http://www.slideshare.net/opendatacenter/forecast14-poc3-final100
  10. http://www.youtube.com/embed/8r91sv0jseg?enablejsapi=1&wmode=opaque
  11. Ellis - provisioning users Bono - edge proxy Sprout - IP gateway DNS – DNS Homer and Homestead – Cassandra Ralf - Billing
  12. http://www.youtube.com/embed/p0uLz30XKm8?enablejsapi=1&wmode=opaque
  13. VMware customers using Cloudify now will be able to use a common management interface across the entire VMware cloud offering, which includes vCloudAir, vCenter/vSphere and the recently announced VMware Integrated OpenStack. Cloudify integrated with vCloud Air via its API extension enables support for TOSCA (as a portable blueprint) and Docker (as a portable image), so that users can seamlessly migrate workloads across those environments or build a hybrid deployment that runs simultaneously on vCloud Air and OpenStack or vSphere.   “With the addition of Cloudify, vCloud Air customers now have a TOSCA-compliant orchestration alternative, one that is ideal for heterogeneous environments where standards-based solutions are needed, said Ajay Patel, vice president of Applications Services, vCloud Air, VMware.  “By integrating Cloudify via the vCloud Air API, we can now deliver a common management and orchestration experience across OpenStack as well as the portfolio of industry-leading VMware cloud solutions.”   Additionally, vCloud Air users will gain a TOSCA-standard means to deploy complex micro services, Big Data or NFV applications. The user experience is straightforward and consistent across all cloud platforms, from installation through a fully managed environment.   “Many Cloudify users – especially enterprises and telcos – may have experienced difficulties connecting their OpenStack and VMware environments, “ said xxx at GigaSpaces. “Support for vCloud Air gives these users a common management and orchestration capability across different cloud environments while adding the option of leveraging the vCloud Air public cloud offering.”   On Wednesday, February 4, 2015, VMware partners and customers can see a demo of Cloudify at the VMware Partner Exchange session on the vCloud Air ISV program, #ISV4753. VMware partners and System Integrators will learn how they can now address customer demand for further openness and simplicity. They will also learn how they can include these new TOSCA services as part of their added value services to customers, and to shorten and simplify their cloud enablement projects. Learn more about Cloudify on vCloud Air on the vCloud Air Marketplace [link to listing]
  14. VMware customers using Cloudify now will be able to use a common management interface across the entire VMware cloud offering, which includes vCloudAir, vCenter/vSphere and the recently announced VMware Integrated OpenStack. Cloudify integrated with vCloud Air via its API extension enables support for TOSCA (as a portable blueprint) and Docker (as a portable image), so that users can seamlessly migrate workloads across those environments or build a hybrid deployment that runs simultaneously on vCloud Air and OpenStack or vSphere.   “With the addition of Cloudify, vCloud Air customers now have a TOSCA-compliant orchestration alternative, one that is ideal for heterogeneous environments where standards-based solutions are needed, said Ajay Patel, vice president of Applications Services, vCloud Air, VMware.  “By integrating Cloudify via the vCloud Air API, we can now deliver a common management and orchestration experience across OpenStack as well as the portfolio of industry-leading VMware cloud solutions.”   Additionally, vCloud Air users will gain a TOSCA-standard means to deploy complex micro services, Big Data or NFV applications. The user experience is straightforward and consistent across all cloud platforms, from installation through a fully managed environment.   “Many Cloudify users – especially enterprises and telcos – may have experienced difficulties connecting their OpenStack and VMware environments, “ said xxx at GigaSpaces. “Support for vCloud Air gives these users a common management and orchestration capability across different cloud environments while adding the option of leveraging the vCloud Air public cloud offering.”   On Wednesday, February 4, 2015, VMware partners and customers can see a demo of Cloudify at the VMware Partner Exchange session on the vCloud Air ISV program, #ISV4753. VMware partners and System Integrators will learn how they can now address customer demand for further openness and simplicity. They will also learn how they can include these new TOSCA services as part of their added value services to customers, and to shorten and simplify their cloud enablement projects. Learn more about Cloudify on vCloud Air on the vCloud Air Marketplace [link to listing]