SlideShare une entreprise Scribd logo
1  sur  26
Intel IT Cloud
Extending OpenStack* IaaS with Cloud Foundry* PaaS
Speaker: Sachin Ashtikar, Sr.Technical Member – Cloud Services Engineering
Acknowledgements: Catherine Spence, Aaron Huber, Jon Price
Copyright © 2014, Intel Corporation. All rights reserved.
Legal Notices
This presentation is for informational purposes only. INTEL MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.
Intel and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries.
* Other names and brands may be claimed as the property of others.
Copyright © 2014, Intel Corporation. All rights reserved.
Copyright © 2014, Intel Corporation. All rights reserved.
Agenda
• Intel IT Vital Statistics
• Cloud Direction, ODCA Cloud Adoption Roadmap
• Intel IT Cloud, PaaS Concept, Selection & Usage
• Cloud Foundry* Architecture
• Provisioning on OpenStack*
• Challenges
• Capability Roadmap, Future Hybrid Strategy
• Summary
Copyright © 2014, Intel Corporation. All rights reserved.
2014 Intel IT Vital Statistics
>6,300 IT employees
59 global IT sites
>98,000 Intel employees1
168 Intel sites in 65 Countries
64 Data Centers
(91 Data Centers in 2010)
80% of servers virtualized
(42% virtualized in 2010)
>147,000+ Devices
100% of laptops encrypted
100% of laptops with SSDs
>43,200 handheld devices
57 mobile applications developed
Source: Information provided by Intel IT as of Jan 2014
1Total employee count does not include wholly owned subsidiaries that Intel IT does not directly
support
4
Copyright © 2014, Intel Corporation. All rights reserved.
Copyright © 2014, Intel Corporation. All rights reserved.
Dynamic, Flexible and Scalable Service Delivery at Reduced
Cost
INTEL IT’S CLOUD JOURNEY
Start Today Future
• SaaS for large
scale, standard
processes
• On-premise hosting
• Server Virtualization
• Infrastructure as a
Service
• SaaS Playbook
• IaaS & PaaS,
emerging hybrid
• SDN rolled out
• Database as a Service
• Increased SaaS and
Cloud-Aware Apps
• Common IaaS Control
Plane
• Provision physical
servers same as virtual
• Smart orchestration
Copyright © 2014, Intel Corporation. All rights reserved.
Enterprise Adoption Roadmap
Stage 1 Stage 2 Stage 3 Stage 4 Stage 5
End
User
App
Dev
App
Owner
IT Ops
Federated,
Inter-
operable,
and Open
Cloud
Simple SaaS
Enterprise
Legacy Apps
Compute,
Storage, and
Network
Simple
Compute
IaaS
Simple SaaS
Enterprise
Legacy Apps
Cloud Aware
Apps
Complex
Compute
IaaS
Simple
Compute
IaaS
Compute,
Storage, and
Network
Complex
SaaS
Hybrid SaaS
Full Private
IaaS
Hybrid IaaS
Cloud Aware
Apps
Legacy Apps
Private PaaS Hybrid PaaS
Cloud Aware
Apps
Legacy Apps
Consumers
LegacyApplicationsondedicatedInfrastructureStart
Copyright © 2014, Intel Corporation. All rights reserved.
Private Cloud Approach
• Get benefit from cloud approach for internal only workloads
• Consume our own capacity before seeking external sourcing
• Provide agility & flexibility while managing costs
• Challenges with public clouds
• High switching costs due to interoperability among clouds
• Enterprise and business security concerns – on premise as a model for
public cloud scenarios
• Cloud-aware apps are a challenge for private & public cloud
7
Copyright © 2014, Intel Corporation. All rights reserved.
Intel IT Self-Service Cloud Hosting Options
PaaS = Platform as a Service
• On demand build and hosting for custom applications
• Pre-provisioned, multi-tenant, common platform
• Abstracted hardware & software infrastructure supported by IT
IaaS = Infrastructure as a Service
• For commercial off-the-shelf software
• For custom apps needing control over the entire application stack
• You support your entire stack or used managed hosting
Cloud Broker
• Contact us when you need help deciding the correct hosting
model
Copyright © 2014, Intel Corporation. All rights reserved.
From innovative idea to
production service in less than a day
From innovative Idea to production service in less than a
day
PaaS Concept
Custom Application Hosting:
• Rapid app hosting with no server provisioning
• Abstracted HW & SW Infrastructure
• Built to scale massively and be super efficient
Copyright © 2014, Intel Corporation. All rights reserved.
Product Selection
Strategy: standardize on open source PaaS Cloud Foundry*
One platform -> high app diversity
 Evaluated PaaS solutions in 2012
 Conducted technical and user evaluations
Vector Results
Agility Huge potential to improve app landing time;
Developers value in on demand, self-service
Elasticity Big improvement and even more with automated
elasticity
Design for Failure Benefit of high availability within platform; more work
to do on active/active and promoting cloud-aware app
design
Resource Utilization Confirmed we can expand on IaaS success
Copyright © 2014, Intel Corporation. All rights reserved.
Intel Developer Survey
Survey Goals
 Understand developer segmentation
 Identify technology trends
 Explore PaaS demand & offer pilot
Results & Insights
 Validated requirement to support high app diversity
 >80%: .NET*, Perl, SQL Server*
 >60%: Java & Python
 High interest: Databases (especially nosql), SOA, BI,
Mobile
 Identified 25 pilot volunteers through the survey
Total # 2212
Invites 693
Responses 208
installed base
Copyright © 2014, Intel Corporation. All rights reserved.
How it works
• Sign up & create
spaces
• Download tools
or use web portal
• Deploy apps in
“one push”
• Manage apps,
not infrastructure
Client Development Environment
CF Interfaces
Developer
API, CLI,
Portal
Cloud Foundry in Private Cloud
Cloud
Controllers
Apps
Databases
and other
services
Routers &
Other components
Collection of
VMs running
Windows or
Ubuntu
Project Files
Buildpacks
Copyright © 2014, Intel Corporation. All rights reserved.
May 2014 Usage Study
Context:
• 16 Owners interviewed
• 56 Apps deployed
Results:
• 40% @ > 10 years experience
• 57% develop on next gen platform
• 67% utilize IaaS
• 68% had a goal of production
landing
• 20% experienced deployment
issues ranging from lack of
education to need for additional
services
• 100% say it speeds deployment
Copyright © 2014, Intel Corporation. All rights reserved.
Cloud Foundry* Architecture
Build
Packs
Source: http://docs.cloudfoundry.org/concepts/architecture/
Copyright © 2014, Intel Corporation. All rights reserved.
BOSHw/OpenStack
Plug-in
Deployment Manifest
Provisioning on OpenStack*
• Create MicroBOSH instance to launch full BOSH install
• Use BOSH to install Cloud Foundry* -> Deployment Manifest
• Automated post-install additional Intel components using Puppet
Copyright © 2014, Intel Corporation. All rights reserved.
Sample Deployment Manifest Fragment
16
releases:
- name: cf
version: latest
resource_pools:
- cloud_properties:
instance_type: m1.small
name: small_z1
network: cf1
size: 3
stemcell:
name: bosh-openstack-kvm-ubuntu-lucid-go_agent
version: latest
- cloud_properties:
instance_type: m1.small
name: small_z2
network: cf2
size: 0
stemcell:
name: bosh-openstack-kvm-ubuntu-lucid-go_agent
version: latest
• Spiff tool: https://github.com/cloudfoundry-
incubator/spiff/
• Script: https://github.com/cloudfoundry/cf-
release/blob/master/generate_deployment_ma
nifest
• Sample Stub:
https://github.com/cloudfoundry/cf-
release/blob/master/spec/fixtures/openstack/cf-
stub.yml
Copyright © 2014, Intel Corporation. All rights reserved.
Intel IaaS Common Control Plane
Common Control Plane for
 Multiple hypervisors
 Multiple storage solutions
 Virtual network integration
Intel IT Primary Drivers
 Shift from IT managed to self-
service
 Reduce migration impact on
ROI
 Consistent User Experience
 IT flexibility for managing
infrastructure
 Efficient resource utilization
Open Standard/Source Control Plane
Private Cloud 1.0
Proprietary
Compute
Proprietary
Hypervisor
Proprietary Virtual
Network Switch
Proprietary Storage
Physical Network
Private Cloud 2.0
Open
Compute
Multiple
Hypervisors
Proprietary or Open
Virtual Network Switch
Multiple Storage
Solutions
Physical Network
PaaS
Automation
Policy or
Template Driven
Orchestration
Web GUI
Custom
Automation
API
Interactions
Back-end
Orchestration
Copyright © 2014, Intel Corporation. All rights reserved.
Challenges
• IaaS
• Drive specialized requirements – object storage
• Upgrade strategy to move to a dedicated set of hosts
• Open Source Maturity
• Becoming more mature over time – Cloud Foundry*
foundation formed
• Iron Foundry* .NET being pulled into core project
• Keeping up with frequent community updates – CI/CD
• More Cloud-Aware Apps
• IDAM Web Services created and being tested
Copyright © 2014, Intel Corporation. All rights reserved.
Cloud –Aware Applications
• Right design enables
business agility,
massive scaling,
ability to burst, and
high resiliency
• Resource efficiency
and can minimize
costs
• Lack of cloud-aware
apps hinders hybrid
All apps have multiplatform frontend and cloud
backend
Copyright © 2014, Intel Corporation. All rights reserved.
Capability Roadmap
Released
• Native
RabbitMQ/Redis
• Basic Web Portal
• Database –
lifecycle
management
• Platform update
In progress
• Enhanced Web Portal
• Governance Automation
• Service Management
automation
• Fully curated build packs
• Design for Failure
• Additional security
2015
• Advanced Web
Portal
• Throughput metrics
• Tested HA patterns
(Active
Passive/Active
Active)
• Auto scaling
Copyright © 2014, Intel Corporation. All rights reserved.
Future Hybrid Strategy
Developers &
App Owners
Enterprise Networks
Private Cloud
Intel Architecture
Public Cloud
Intel Architecture
Deploy
• Smart orchestration layer
• Move among clouds via policies
• Security, capacity and cost optimization
• Most apps exposed on the internet
• Expect app components to run across clouds
• Limited public cloud for special use cases
Burst
Orchestration
Copyright © 2014, Intel Corporation. All rights reserved.
Summary
Our direction is hybrid cloud
 Strong success with Intel’s Enterprise Private Cloud
 Open standard components & API with OpenStack* & Cloud Foundry*
From idea to production service in less than a day
 The value of enterprise private IaaS is extended through PaaS
 PaaS accelerates application deployment and promotes cloud
application design principles
Copyright © 2014, Intel Corporation. All rights reserved.
Q&A
Copyright © 2014, Intel Corporation. All rights reserved.
Copyright © 2014, Intel Corporation. All rights reserved.
Back up
25
Copyright © 2014, Intel Corporation. All rights reserved.
Cloud Service Delivery Models
26
Server
Storage
Network
Virtualization
OS
Middleware
Runtime
Data
Applications
Youmanage
Server
Storage
Network
Virtualization
OS
Middleware
Runtime
Data
Applications
Youmanage
Providermanages
Server
Storage
Network
Virtualization
OS
Middleware
Runtime
Data
Applications
Youmanage
Providermanages
Server
Storage
Network
Virtualization
OS
Middleware
Runtime
Data
Applications
Providermanages

Contenu connexe

Tendances

How to Architect and Develop Cloud Native Applications
How to Architect and Develop Cloud Native ApplicationsHow to Architect and Develop Cloud Native Applications
How to Architect and Develop Cloud Native ApplicationsSufyaan Kazi
 
James Watters - PCF Roadshow@Seoul
James Watters - PCF Roadshow@SeoulJames Watters - PCF Roadshow@Seoul
James Watters - PCF Roadshow@Seoulseungdon Choi
 
Pivotal Power Lunch - Why Cloud Native?
Pivotal Power Lunch - Why Cloud Native?Pivotal Power Lunch - Why Cloud Native?
Pivotal Power Lunch - Why Cloud Native?Sufyaan Kazi
 
The Cloud Foundry Story
The Cloud Foundry StoryThe Cloud Foundry Story
The Cloud Foundry StoryVMware Tanzu
 
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian FrankHP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian FrankBeMyApp
 
PCF Roadshow - Learn the past
PCF Roadshow - Learn the pastPCF Roadshow - Learn the past
PCF Roadshow - Learn the pastseungdon Choi
 
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons LearnedCloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons LearnedVMware Tanzu
 
Welcome to the Cloud Foundry Enterprise
Welcome to the Cloud Foundry EnterpriseWelcome to the Cloud Foundry Enterprise
Welcome to the Cloud Foundry EnterpriseVMware Tanzu
 
Domain-driven Design
Domain-driven DesignDomain-driven Design
Domain-driven DesignAltoros
 
Cloud Native Computing: What does it mean, and is your app Cloud Native?
Cloud Native Computing: What does it mean, and is your app Cloud Native?Cloud Native Computing: What does it mean, and is your app Cloud Native?
Cloud Native Computing: What does it mean, and is your app Cloud Native?Michael O'Sullivan
 
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)VMware Tanzu
 
Continuous Everything in a Multi-cloud and Multi-platform Environment
Continuous Everything in a Multi-cloud and Multi-platform EnvironmentContinuous Everything in a Multi-cloud and Multi-platform Environment
Continuous Everything in a Multi-cloud and Multi-platform EnvironmentVMware Tanzu
 
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...Ashnikbiz
 
Manchester geek night pcf 101
Manchester geek night   pcf 101Manchester geek night   pcf 101
Manchester geek night pcf 101Sufyaan Kazi
 
Cloud foundry architecture and deep dive
Cloud foundry architecture and deep diveCloud foundry architecture and deep dive
Cloud foundry architecture and deep diveAnimesh Singh
 
DevOps at scale: what we did, what we learned at Societe Generale
DevOps at scale: what we did, what we learned at Societe GeneraleDevOps at scale: what we did, what we learned at Societe Generale
DevOps at scale: what we did, what we learned at Societe GeneraleAdrien Blind
 
Pivotal microservices spring_pcf_skillsmatter.pptx
Pivotal microservices spring_pcf_skillsmatter.pptxPivotal microservices spring_pcf_skillsmatter.pptx
Pivotal microservices spring_pcf_skillsmatter.pptxSufyaan Kazi
 
Fully Orchestrating Applications, Microservices and Enterprise Services with ...
Fully Orchestrating Applications, Microservices and Enterprise Services with ...Fully Orchestrating Applications, Microservices and Enterprise Services with ...
Fully Orchestrating Applications, Microservices and Enterprise Services with ...Docker, Inc.
 
Connect Expo 2015 - Australia - Bringing OpenStack into the Enterprise
Connect Expo 2015 - Australia - Bringing OpenStack into the EnterpriseConnect Expo 2015 - Australia - Bringing OpenStack into the Enterprise
Connect Expo 2015 - Australia - Bringing OpenStack into the EnterpriseRandy Bias
 

Tendances (20)

How to Architect and Develop Cloud Native Applications
How to Architect and Develop Cloud Native ApplicationsHow to Architect and Develop Cloud Native Applications
How to Architect and Develop Cloud Native Applications
 
James Watters - PCF Roadshow@Seoul
James Watters - PCF Roadshow@SeoulJames Watters - PCF Roadshow@Seoul
James Watters - PCF Roadshow@Seoul
 
Pivotal Power Lunch - Why Cloud Native?
Pivotal Power Lunch - Why Cloud Native?Pivotal Power Lunch - Why Cloud Native?
Pivotal Power Lunch - Why Cloud Native?
 
The Cloud Foundry Story
The Cloud Foundry StoryThe Cloud Foundry Story
The Cloud Foundry Story
 
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian FrankHP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
HP Helion Webinar #1 - Introduction to HP Helion OpenStack w/Christian Frank
 
PCF Roadshow - Learn the past
PCF Roadshow - Learn the pastPCF Roadshow - Learn the past
PCF Roadshow - Learn the past
 
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons LearnedCloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
 
Welcome to the Cloud Foundry Enterprise
Welcome to the Cloud Foundry EnterpriseWelcome to the Cloud Foundry Enterprise
Welcome to the Cloud Foundry Enterprise
 
Domain-driven Design
Domain-driven DesignDomain-driven Design
Domain-driven Design
 
Cloud Native Computing: What does it mean, and is your app Cloud Native?
Cloud Native Computing: What does it mean, and is your app Cloud Native?Cloud Native Computing: What does it mean, and is your app Cloud Native?
Cloud Native Computing: What does it mean, and is your app Cloud Native?
 
Pivotal CF 소개
Pivotal CF 소개 Pivotal CF 소개
Pivotal CF 소개
 
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
Part 1: The Developer Experience (Pivotal Cloud Platform Roadshow)
 
Continuous Everything in a Multi-cloud and Multi-platform Environment
Continuous Everything in a Multi-cloud and Multi-platform EnvironmentContinuous Everything in a Multi-cloud and Multi-platform Environment
Continuous Everything in a Multi-cloud and Multi-platform Environment
 
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
 
Manchester geek night pcf 101
Manchester geek night   pcf 101Manchester geek night   pcf 101
Manchester geek night pcf 101
 
Cloud foundry architecture and deep dive
Cloud foundry architecture and deep diveCloud foundry architecture and deep dive
Cloud foundry architecture and deep dive
 
DevOps at scale: what we did, what we learned at Societe Generale
DevOps at scale: what we did, what we learned at Societe GeneraleDevOps at scale: what we did, what we learned at Societe Generale
DevOps at scale: what we did, what we learned at Societe Generale
 
Pivotal microservices spring_pcf_skillsmatter.pptx
Pivotal microservices spring_pcf_skillsmatter.pptxPivotal microservices spring_pcf_skillsmatter.pptx
Pivotal microservices spring_pcf_skillsmatter.pptx
 
Fully Orchestrating Applications, Microservices and Enterprise Services with ...
Fully Orchestrating Applications, Microservices and Enterprise Services with ...Fully Orchestrating Applications, Microservices and Enterprise Services with ...
Fully Orchestrating Applications, Microservices and Enterprise Services with ...
 
Connect Expo 2015 - Australia - Bringing OpenStack into the Enterprise
Connect Expo 2015 - Australia - Bringing OpenStack into the EnterpriseConnect Expo 2015 - Australia - Bringing OpenStack into the Enterprise
Connect Expo 2015 - Australia - Bringing OpenStack into the Enterprise
 

Similaire à Intel Cloud Foundry and OpenStack

Oracle - Continuous Delivery NYC meetup, June 07, 2018
Oracle - Continuous Delivery NYC meetup, June 07, 2018Oracle - Continuous Delivery NYC meetup, June 07, 2018
Oracle - Continuous Delivery NYC meetup, June 07, 2018Oracle Developers
 
Mirantis Brocade Sales presentation - Draft 4 - .pptx
Mirantis Brocade Sales presentation - Draft 4 - .pptxMirantis Brocade Sales presentation - Draft 4 - .pptx
Mirantis Brocade Sales presentation - Draft 4 - .pptxMarkPresti3
 
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...jeckels
 
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014cornelia davis
 
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)VMware Tanzu
 
3-Years-of-OpenStack-Intel-IT
3-Years-of-OpenStack-Intel-IT3-Years-of-OpenStack-Intel-IT
3-Years-of-OpenStack-Intel-ITTom Fieldhouse
 
Evolving Dev Ops: The Benefits of PaaS and Application Dial Tone
Evolving Dev Ops: The Benefits of PaaS and Application Dial ToneEvolving Dev Ops: The Benefits of PaaS and Application Dial Tone
Evolving Dev Ops: The Benefits of PaaS and Application Dial ToneVMware Tanzu
 
Evolving Devops: The Benefits of PaaS and Application Dial Tone
Evolving Devops: The Benefits of PaaS and Application Dial ToneEvolving Devops: The Benefits of PaaS and Application Dial Tone
Evolving Devops: The Benefits of PaaS and Application Dial Tonecornelia davis
 
IBM Cloud Manager with OpenStack Overview
IBM Cloud Manager with OpenStack OverviewIBM Cloud Manager with OpenStack Overview
IBM Cloud Manager with OpenStack OverviewPatrick Bouillaud
 
Simplify and Secure your Hadoop Environment with Hortonworks and Centrify
Simplify and Secure your Hadoop Environment with Hortonworks and CentrifySimplify and Secure your Hadoop Environment with Hortonworks and Centrify
Simplify and Secure your Hadoop Environment with Hortonworks and CentrifyHortonworks
 
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
 
Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11Adrian Treacy
 
Gregory Touretsky - Intel IT- Open Cloud Journey
Gregory Touretsky - Intel IT- Open Cloud JourneyGregory Touretsky - Intel IT- Open Cloud Journey
Gregory Touretsky - Intel IT- Open Cloud JourneyCloud Native Day Tel Aviv
 
Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry
Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry
Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry James Watters
 
Enterprise CI as-a-Service using Jenkins
Enterprise CI as-a-Service using JenkinsEnterprise CI as-a-Service using Jenkins
Enterprise CI as-a-Service using JenkinsCollabNet
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016Fran Navarro
 
Keynote from Cloud Expo West, November 2010
Keynote from Cloud Expo West, November 2010Keynote from Cloud Expo West, November 2010
Keynote from Cloud Expo West, November 2010Mohamad Afshar
 
Cloud for agile_sw_projects-final
Cloud for agile_sw_projects-finalCloud for agile_sw_projects-final
Cloud for agile_sw_projects-finalAlain Delafosse
 
Pivotal deep dive_on_pivotal_hd_world_class_hdfs_platform
Pivotal deep dive_on_pivotal_hd_world_class_hdfs_platformPivotal deep dive_on_pivotal_hd_world_class_hdfs_platform
Pivotal deep dive_on_pivotal_hd_world_class_hdfs_platformEMC
 
Oracle Cloud : Big Data Use Cases and Architecture
Oracle Cloud : Big Data Use Cases and ArchitectureOracle Cloud : Big Data Use Cases and Architecture
Oracle Cloud : Big Data Use Cases and ArchitectureRiccardo Romani
 

Similaire à Intel Cloud Foundry and OpenStack (20)

Oracle - Continuous Delivery NYC meetup, June 07, 2018
Oracle - Continuous Delivery NYC meetup, June 07, 2018Oracle - Continuous Delivery NYC meetup, June 07, 2018
Oracle - Continuous Delivery NYC meetup, June 07, 2018
 
Mirantis Brocade Sales presentation - Draft 4 - .pptx
Mirantis Brocade Sales presentation - Draft 4 - .pptxMirantis Brocade Sales presentation - Draft 4 - .pptx
Mirantis Brocade Sales presentation - Draft 4 - .pptx
 
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
 
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
Unlock Your VMW IaaS Investment with Pivotal CF - VMWorld 2014
 
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
Unlock your VMWare Investment with Pivotal Cloud Foundry (VMworld 2014)
 
3-Years-of-OpenStack-Intel-IT
3-Years-of-OpenStack-Intel-IT3-Years-of-OpenStack-Intel-IT
3-Years-of-OpenStack-Intel-IT
 
Evolving Dev Ops: The Benefits of PaaS and Application Dial Tone
Evolving Dev Ops: The Benefits of PaaS and Application Dial ToneEvolving Dev Ops: The Benefits of PaaS and Application Dial Tone
Evolving Dev Ops: The Benefits of PaaS and Application Dial Tone
 
Evolving Devops: The Benefits of PaaS and Application Dial Tone
Evolving Devops: The Benefits of PaaS and Application Dial ToneEvolving Devops: The Benefits of PaaS and Application Dial Tone
Evolving Devops: The Benefits of PaaS and Application Dial Tone
 
IBM Cloud Manager with OpenStack Overview
IBM Cloud Manager with OpenStack OverviewIBM Cloud Manager with OpenStack Overview
IBM Cloud Manager with OpenStack Overview
 
Simplify and Secure your Hadoop Environment with Hortonworks and Centrify
Simplify and Secure your Hadoop Environment with Hortonworks and CentrifySimplify and Secure your Hadoop Environment with Hortonworks and Centrify
Simplify and Secure your Hadoop Environment with Hortonworks and Centrify
 
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
 
Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11
 
Gregory Touretsky - Intel IT- Open Cloud Journey
Gregory Touretsky - Intel IT- Open Cloud JourneyGregory Touretsky - Intel IT- Open Cloud Journey
Gregory Touretsky - Intel IT- Open Cloud Journey
 
Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry
Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry
Apachecon 2014 Keynote: The Apache Way in the Cloud with Cloud Foundry
 
Enterprise CI as-a-Service using Jenkins
Enterprise CI as-a-Service using JenkinsEnterprise CI as-a-Service using Jenkins
Enterprise CI as-a-Service using Jenkins
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016
 
Keynote from Cloud Expo West, November 2010
Keynote from Cloud Expo West, November 2010Keynote from Cloud Expo West, November 2010
Keynote from Cloud Expo West, November 2010
 
Cloud for agile_sw_projects-final
Cloud for agile_sw_projects-finalCloud for agile_sw_projects-final
Cloud for agile_sw_projects-final
 
Pivotal deep dive_on_pivotal_hd_world_class_hdfs_platform
Pivotal deep dive_on_pivotal_hd_world_class_hdfs_platformPivotal deep dive_on_pivotal_hd_world_class_hdfs_platform
Pivotal deep dive_on_pivotal_hd_world_class_hdfs_platform
 
Oracle Cloud : Big Data Use Cases and Architecture
Oracle Cloud : Big Data Use Cases and ArchitectureOracle Cloud : Big Data Use Cases and Architecture
Oracle Cloud : Big Data Use Cases and Architecture
 

Dernier

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 

Dernier (20)

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 

Intel Cloud Foundry and OpenStack

  • 1. Intel IT Cloud Extending OpenStack* IaaS with Cloud Foundry* PaaS Speaker: Sachin Ashtikar, Sr.Technical Member – Cloud Services Engineering Acknowledgements: Catherine Spence, Aaron Huber, Jon Price
  • 2. Copyright © 2014, Intel Corporation. All rights reserved. Legal Notices This presentation is for informational purposes only. INTEL MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Intel and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries. * Other names and brands may be claimed as the property of others. Copyright © 2014, Intel Corporation. All rights reserved.
  • 3. Copyright © 2014, Intel Corporation. All rights reserved. Agenda • Intel IT Vital Statistics • Cloud Direction, ODCA Cloud Adoption Roadmap • Intel IT Cloud, PaaS Concept, Selection & Usage • Cloud Foundry* Architecture • Provisioning on OpenStack* • Challenges • Capability Roadmap, Future Hybrid Strategy • Summary
  • 4. Copyright © 2014, Intel Corporation. All rights reserved. 2014 Intel IT Vital Statistics >6,300 IT employees 59 global IT sites >98,000 Intel employees1 168 Intel sites in 65 Countries 64 Data Centers (91 Data Centers in 2010) 80% of servers virtualized (42% virtualized in 2010) >147,000+ Devices 100% of laptops encrypted 100% of laptops with SSDs >43,200 handheld devices 57 mobile applications developed Source: Information provided by Intel IT as of Jan 2014 1Total employee count does not include wholly owned subsidiaries that Intel IT does not directly support 4 Copyright © 2014, Intel Corporation. All rights reserved.
  • 5. Copyright © 2014, Intel Corporation. All rights reserved. Dynamic, Flexible and Scalable Service Delivery at Reduced Cost INTEL IT’S CLOUD JOURNEY Start Today Future • SaaS for large scale, standard processes • On-premise hosting • Server Virtualization • Infrastructure as a Service • SaaS Playbook • IaaS & PaaS, emerging hybrid • SDN rolled out • Database as a Service • Increased SaaS and Cloud-Aware Apps • Common IaaS Control Plane • Provision physical servers same as virtual • Smart orchestration
  • 6. Copyright © 2014, Intel Corporation. All rights reserved. Enterprise Adoption Roadmap Stage 1 Stage 2 Stage 3 Stage 4 Stage 5 End User App Dev App Owner IT Ops Federated, Inter- operable, and Open Cloud Simple SaaS Enterprise Legacy Apps Compute, Storage, and Network Simple Compute IaaS Simple SaaS Enterprise Legacy Apps Cloud Aware Apps Complex Compute IaaS Simple Compute IaaS Compute, Storage, and Network Complex SaaS Hybrid SaaS Full Private IaaS Hybrid IaaS Cloud Aware Apps Legacy Apps Private PaaS Hybrid PaaS Cloud Aware Apps Legacy Apps Consumers LegacyApplicationsondedicatedInfrastructureStart
  • 7. Copyright © 2014, Intel Corporation. All rights reserved. Private Cloud Approach • Get benefit from cloud approach for internal only workloads • Consume our own capacity before seeking external sourcing • Provide agility & flexibility while managing costs • Challenges with public clouds • High switching costs due to interoperability among clouds • Enterprise and business security concerns – on premise as a model for public cloud scenarios • Cloud-aware apps are a challenge for private & public cloud 7
  • 8. Copyright © 2014, Intel Corporation. All rights reserved. Intel IT Self-Service Cloud Hosting Options PaaS = Platform as a Service • On demand build and hosting for custom applications • Pre-provisioned, multi-tenant, common platform • Abstracted hardware & software infrastructure supported by IT IaaS = Infrastructure as a Service • For commercial off-the-shelf software • For custom apps needing control over the entire application stack • You support your entire stack or used managed hosting Cloud Broker • Contact us when you need help deciding the correct hosting model
  • 9. Copyright © 2014, Intel Corporation. All rights reserved. From innovative idea to production service in less than a day From innovative Idea to production service in less than a day PaaS Concept Custom Application Hosting: • Rapid app hosting with no server provisioning • Abstracted HW & SW Infrastructure • Built to scale massively and be super efficient
  • 10. Copyright © 2014, Intel Corporation. All rights reserved. Product Selection Strategy: standardize on open source PaaS Cloud Foundry* One platform -> high app diversity  Evaluated PaaS solutions in 2012  Conducted technical and user evaluations Vector Results Agility Huge potential to improve app landing time; Developers value in on demand, self-service Elasticity Big improvement and even more with automated elasticity Design for Failure Benefit of high availability within platform; more work to do on active/active and promoting cloud-aware app design Resource Utilization Confirmed we can expand on IaaS success
  • 11. Copyright © 2014, Intel Corporation. All rights reserved. Intel Developer Survey Survey Goals  Understand developer segmentation  Identify technology trends  Explore PaaS demand & offer pilot Results & Insights  Validated requirement to support high app diversity  >80%: .NET*, Perl, SQL Server*  >60%: Java & Python  High interest: Databases (especially nosql), SOA, BI, Mobile  Identified 25 pilot volunteers through the survey Total # 2212 Invites 693 Responses 208 installed base
  • 12. Copyright © 2014, Intel Corporation. All rights reserved. How it works • Sign up & create spaces • Download tools or use web portal • Deploy apps in “one push” • Manage apps, not infrastructure Client Development Environment CF Interfaces Developer API, CLI, Portal Cloud Foundry in Private Cloud Cloud Controllers Apps Databases and other services Routers & Other components Collection of VMs running Windows or Ubuntu Project Files Buildpacks
  • 13. Copyright © 2014, Intel Corporation. All rights reserved. May 2014 Usage Study Context: • 16 Owners interviewed • 56 Apps deployed Results: • 40% @ > 10 years experience • 57% develop on next gen platform • 67% utilize IaaS • 68% had a goal of production landing • 20% experienced deployment issues ranging from lack of education to need for additional services • 100% say it speeds deployment
  • 14. Copyright © 2014, Intel Corporation. All rights reserved. Cloud Foundry* Architecture Build Packs Source: http://docs.cloudfoundry.org/concepts/architecture/
  • 15. Copyright © 2014, Intel Corporation. All rights reserved. BOSHw/OpenStack Plug-in Deployment Manifest Provisioning on OpenStack* • Create MicroBOSH instance to launch full BOSH install • Use BOSH to install Cloud Foundry* -> Deployment Manifest • Automated post-install additional Intel components using Puppet
  • 16. Copyright © 2014, Intel Corporation. All rights reserved. Sample Deployment Manifest Fragment 16 releases: - name: cf version: latest resource_pools: - cloud_properties: instance_type: m1.small name: small_z1 network: cf1 size: 3 stemcell: name: bosh-openstack-kvm-ubuntu-lucid-go_agent version: latest - cloud_properties: instance_type: m1.small name: small_z2 network: cf2 size: 0 stemcell: name: bosh-openstack-kvm-ubuntu-lucid-go_agent version: latest • Spiff tool: https://github.com/cloudfoundry- incubator/spiff/ • Script: https://github.com/cloudfoundry/cf- release/blob/master/generate_deployment_ma nifest • Sample Stub: https://github.com/cloudfoundry/cf- release/blob/master/spec/fixtures/openstack/cf- stub.yml
  • 17. Copyright © 2014, Intel Corporation. All rights reserved. Intel IaaS Common Control Plane Common Control Plane for  Multiple hypervisors  Multiple storage solutions  Virtual network integration Intel IT Primary Drivers  Shift from IT managed to self- service  Reduce migration impact on ROI  Consistent User Experience  IT flexibility for managing infrastructure  Efficient resource utilization Open Standard/Source Control Plane Private Cloud 1.0 Proprietary Compute Proprietary Hypervisor Proprietary Virtual Network Switch Proprietary Storage Physical Network Private Cloud 2.0 Open Compute Multiple Hypervisors Proprietary or Open Virtual Network Switch Multiple Storage Solutions Physical Network PaaS Automation Policy or Template Driven Orchestration Web GUI Custom Automation API Interactions Back-end Orchestration
  • 18. Copyright © 2014, Intel Corporation. All rights reserved. Challenges • IaaS • Drive specialized requirements – object storage • Upgrade strategy to move to a dedicated set of hosts • Open Source Maturity • Becoming more mature over time – Cloud Foundry* foundation formed • Iron Foundry* .NET being pulled into core project • Keeping up with frequent community updates – CI/CD • More Cloud-Aware Apps • IDAM Web Services created and being tested
  • 19. Copyright © 2014, Intel Corporation. All rights reserved. Cloud –Aware Applications • Right design enables business agility, massive scaling, ability to burst, and high resiliency • Resource efficiency and can minimize costs • Lack of cloud-aware apps hinders hybrid All apps have multiplatform frontend and cloud backend
  • 20. Copyright © 2014, Intel Corporation. All rights reserved. Capability Roadmap Released • Native RabbitMQ/Redis • Basic Web Portal • Database – lifecycle management • Platform update In progress • Enhanced Web Portal • Governance Automation • Service Management automation • Fully curated build packs • Design for Failure • Additional security 2015 • Advanced Web Portal • Throughput metrics • Tested HA patterns (Active Passive/Active Active) • Auto scaling
  • 21. Copyright © 2014, Intel Corporation. All rights reserved. Future Hybrid Strategy Developers & App Owners Enterprise Networks Private Cloud Intel Architecture Public Cloud Intel Architecture Deploy • Smart orchestration layer • Move among clouds via policies • Security, capacity and cost optimization • Most apps exposed on the internet • Expect app components to run across clouds • Limited public cloud for special use cases Burst Orchestration
  • 22. Copyright © 2014, Intel Corporation. All rights reserved. Summary Our direction is hybrid cloud  Strong success with Intel’s Enterprise Private Cloud  Open standard components & API with OpenStack* & Cloud Foundry* From idea to production service in less than a day  The value of enterprise private IaaS is extended through PaaS  PaaS accelerates application deployment and promotes cloud application design principles
  • 23. Copyright © 2014, Intel Corporation. All rights reserved. Q&A
  • 24. Copyright © 2014, Intel Corporation. All rights reserved.
  • 25. Copyright © 2014, Intel Corporation. All rights reserved. Back up 25
  • 26. Copyright © 2014, Intel Corporation. All rights reserved. Cloud Service Delivery Models 26 Server Storage Network Virtualization OS Middleware Runtime Data Applications Youmanage Server Storage Network Virtualization OS Middleware Runtime Data Applications Youmanage Providermanages Server Storage Network Virtualization OS Middleware Runtime Data Applications Youmanage Providermanages Server Storage Network Virtualization OS Middleware Runtime Data Applications Providermanages

Notes de l'éditeur

  1. What if enterprise developers could have an idea for an app, code it and deploy it into production in less than a day? Intel IT is addressing that very challenge by establishing PaaS for the developers of custom applications that land in Intel’s enterprise private cloud. With OpenStack at its core, Cloud Foundry provides a higher level of abstraction through the application runtime which speeds deployment and reduces support burden. Intel IT has deployed Cloud Foundry on OpenStack for broad, self-service Intel use. This session will share Intel IT experience to date, examine the technical solution, integration methods & benefits of OpenStack, and discuss future direction.
  2. 2
  3. SLIDE PURPOSE: Who Are We … we are the IT organization at Intel (IT@Intel) .. Core background information on Intel IT and our mission/goals/capabilities Key Messages: We are the IT organization Inside Intel’s Business. Our organization is large, diverse multi-national enterprise with a wide variety of operational requirements and needs Our Vision is to accelerate Intel’s quest to connect and enrich the lives of every person on Earth by the end of the decade. Our Mission is to Grow Intel’s Business through Information Technology for Intel by facilitating IT Consumerization, delivering IT efficiency and continuity through Cloud Computing, increase employee productivity through seamless connectivity and Security, provide significant business value through Business Intelligence initiatives and drive increased collaboration through Social Computing. Review some of the Information/Key Stats shown here. Size and Location: 6,334 IT employees … Supporting over 98,000 employees. Note: Intel IT only reflects the number of employees we support directly (we exclude Intel employees who support wholly owned subsidiaries) Remote Support is Vital. Data Centers and Facilities: 64 Data Centers worldwide (down from 142 in 2007) Need to confirm this data[~55,000 servers (down from 100,000 in 2007) consuming a large electrical and power/cooling load (roughly 55MW total power) Our Data Centers have 45 petabytes of raw storage capacity Employee / Client Technology: Support over 147K devices (note >1 per employee ratio .. This ratio is growing with support of BYO and custom technology delivery to meet business needs) >We have been 80%+ mobile PCs (laptops) as our core employee technology standard since 1997 We have been actively evaluating, enabling and supporting many companion devices for improved productivity and flexibility Need to add what we are doing with tablets - Janet >43,200 Handhelds (variety of form factors (phones/tablets) vendors, software and solutions)  the majority of these devices are now EMPLOYEE OWNED Intel IT continues to embrace consumerization of IT and mobile applications are a major component of our strategy. We have delivered 57 mobile apps and counting to support new form factors. Our goal is to deliver a seamless, secure experience for our employees across a wide spectrum of devices by putting user experience first. Enabled Leadership Business Capabilities: Enable a top 25 supply chain (recognized by Gartner, previously AMR Research) . #25 in 2009, #18 in 2010, #16 in 2011, #7 in 2012 and #5 in 2013 key focus for IT innovation … delivered solid business results and competitive differentiation for Intel Additional fun facts … 100% Intel laptops support SSD and 100% are deployed with disk encryption
  4. 88% of respondents said they would use PaaS if offered by IT
  5. Installing BOSH is a multistep process where a MicroBOSH instance is created and used to launch the full BOSH installation. Within OpenStack, this involves creating an inception VM where Ruby and the BOSH CLI are installed. Next the MicroBOSH stemcell is downloaded, the BOSH release is built, and the BOSH agent and the stemcell are installed. Once MicroBOSH is deployed, it’s director is targeted and the BOSH stemcell is downloaded. Next the BOSH release is created, the deployment manifest is setup and deployed via a simple “bosh deploy” command. Once BOSH is deployed the next step is to install Cloud Foundry. Rolling updates instead of patching
  6. Check out release repository from https://github.com/cloudfoundry/cf-release/
  7. The value of IaaS based on OpenStack is extended through PaaS with Cloud Foundry PaaS accelerates application deployment and promotes cloud application design principles OpenStack and Cloud Foundry align with Intel IT’s vision of a federated, interoperable and open cloud