Orchestrating an OpenStack DevOps Cloud for R&D to Achieve Continuous Delivery. Ting Zou & Tanay Nagjee November 7, 2013

Size: px
Start display at page:

Download "Orchestrating an OpenStack DevOps Cloud for R&D to Achieve Continuous Delivery. Ting Zou & Tanay Nagjee November 7, 2013"

Transcription

1 Orchestrating an OpenStack DevOps Cloud for R&D to Achieve Continuous Delivery Ting Zou & Tanay Nagjee November 7, 2013

2 Introductions Ting Zou Director, Cloud Computing R&D Data Center Huawei USA Tanay Nagjee Solutions Electric Cloud Former ElectricCommander Engineer 2

3 This is Huawei A privately-owned Global Company An Innovative Industry Contributor An ICT Industry Leader

4 A Privately-owned Global Company A global company providing information and communications technology (ICT) solutions. Products and solutions have been deployed in 140+ countries, serving 1/3 of the world s population. A privately-owned company founded in 1987, Shenzhen

5 Sustainable Growth 2012 Revenue amounted to $35.4 billion, a YoY increase of 8%; net profit reached $2.47 billion 2012 USD 4.8 billion R&D investment 1H 2013, Revenue amounted to USD $18.5B, a YoY increase of 10.8%; Expected net profit margin of 7-8% in Enterprise 1.9 bn Consumer 7.8 bn By BG (2012) By Region (2012) 22% 5% 73% Americas 5.1 bn China 11.8 bn 35% 15% 33% 17% Currency: USD Carrier Network 25.7 bn Currency: USD EMEA 12.5bn Asia Pacific 6.0 bn 5

6 Continuous Innovation Investment 2012 R&D investment: USD 4.8 billion, 13% of 2012 revenues 70,000 R&D employees 16 R&D centers worldwide 28 joint innovation centers 41,948 patents in China, 12,453 international PCTs, 14,494 patents in outside of China. US$300 million in patent royalties each year standards organizations 30,000+ standards proposals Accumulated R&D investments: USD Bn 4.8Bn billion 1.5Bn 2Bn 2.7Bn

7 Problem overview

8 What are we solving? Large scale R&D environment with complicated tools requires multithousands of CPU cores available on demand Current Build Time Expected Build Time Actual Time Engineering Expectation 5 Million LOC Build (unit: minute) 10 Million LOC code coverage testing report (unit:minute) 8

9 What are we solving? Environment/tools provisioning is very time-consuming; lab asset utilization is low Current expected environment provision Current Provision time Expected Provision Time Compile/Build environment Provision (unit:minute) Software Testing environment provision (unit:hour) 9

10 What are we solving? R&D data grows rapidly; requires the flexibility of dynamically expanding PB storage capability G 500G 2011 年 2012 年 daily execution data generated by daily build Millions LoC build static analysis/ build coverage to generate PB data annually Data Generated by the Tools in Auto Testing/CI 10

11 What are we solving? Integration between development and operation; DevOps enabled continuous delivery required. Virtualization and cloud computing converged infrastructure Automatic provision and configuration management technology DevOps Cloud R & D requires multi-layer and multiplatform infrastructure Allow developers more control over the production environment Concise definition of R&D processes, automate as much as possible Bridging the gap between development and operations Globally distributed R&D teams 11

12 Solution overview

13 Virtualization/Cloud sounds like a good solution, but... To virtualize 3k 2-CPUs servers, commercial SW license + 1 year support is a big investment: Servers CPUs Standard Enterprise Enterprise Plus million US$ 20 million US$ 25 million US$ Shall we leverage low-cost(free) open source cloud OS to reduce R&D TCO? Source:

14 Choose OpenStack as the Provider of IAAS Cobbler Puppet Chef etc In-House Dev Module ilcm (Lab Configuration Manager) Swift Swift Swift-Proxy Swift-Proxy Controller Controller Controller Quantum(A) Quantum(A) Quantum(A) Storage Node Controller Controller Node Controller #1 Node Node #2 #3 Private Switch (Network) vswitch External Switch (Network) 8 Huawei RH2285(dual 6-cores CPUs, 96GB MEM, 8TB storage) servers used in PoC Openstack is provisioned and managed by Huawei ilcm(intelligent Lab Configuration Manager) with backend integration with cobbler/chef/puppet open source tools Leverage the OpenStack open source community as much as we can (Devstack, Mirantis, RPC, Dell crossbar etc) plus in house developed script modules, will contribute back to the community once it is ready.

15 Single Portal for Cloud Admin and Users Cloud Admin Portal for users with different level of privileges, integrated with LDAP at the backend Cloud resource usage monitoring (Roadmap) Cloud VM provision and software configuration management Cloud Network, Storage and Security configuration management (Roadmap)

16 Cloud is free now, what else can be free? Project Mgmt JIRA Redmine Trac Bugzilla Provision Monitor SCM Collaboratio n GIT Gerrit Subversion Reviewboard Mercurial OpenGrok Github SourceForge Chef Puppet CFEngine Nagios Design Development Testing Others Code analysis Hadoop Requirement Analysys Jenkins Cpplint PcLint CppCheck valgrind Func Testing Pef Testing Hive HBase Design modeling CI Travis-CI Unit Testing gunit,cppunit Automation Framework gmock,jmock Selenium IOMeter Jmeter Page Speed Mobitest memcached RabbitMQ ActiveMQ Cloud Platform OpenStack CloudStack

17 HUDOS (Huawei Unified DevOps System) Technologies

18 Single Portal for R&D engineering SaaS (instant creation of an environment with complete portfolio of common R&D tools) Lab topology creation with compute, network, storage etc (Roadmap) Project R&D data statistics monitoring Single dashboard portal for engineering to access all the needed resource/tools in R&D process

19 IaaS and PaaS enable DevOps-Engineering link IaaS integrated with engineering desktop dashboard R&D tools PaaS integrated with engineering desktop dashboard

20 OpenStack integration

21 Platform Apps Electric Cloud s Software Delivery System Continuous Delivery Manager Release Trains Feature Boards Pipelines Gates Dashboards Build Test Deploy Build Automation CI Test Automation CT Deploy AutomationC D Build Acceleration Test Acceleration Infrastructure Provisioning Software Delivery Platform Automation & Acceleration Services Workflow Resource management I Tools integration API Security Reporting

22 Before and After Electric Cloud Issue Before Electric Cloud After Electric Cloud Business Impact Develop to Deploy 90 Days 10 Minutes 99.93% Build to Release/Deploy 10+ errors/cycle ~0 errors/cycle 99+% Audit application changes (who, what, how, why, when) Days Minutes 90+% Time to troubleshoot problems 20 Days Minutes 99+%

23 OpenStack integration 23

24 OpenStack integration 24

25 OpenStack integration 25

26 OpenStack integration 26

27 OpenStack integration 27

28 Solution walk-through

29 Development Scenario Developer Joe HUDOS Reviewer Mike Eclipse Modify code launch preflight Subversion Check out sources overlay deltas Redmine Mark issue as build & unit test Eclipse Build + test failed; notify developer Build + test success? Jenkins Launch build + test w/ preflight source Time Savings Redmine Mark issue as code review Review Board Create review request Review Board Review modified code Eclipse Code Success rejected; auto-commit notify developer code Redmine Mark issue as resolved Review success? 29

30 Redmine: select a bug to fix 30

31 Eclipse: modify code & launch a preflight 31

32 Commander: SVN preflight & Jenkins launch 32

33 Redmine: auto-updated issue status 33

34 Jenkins: auto-launched build 34

35 Commander: build succeeds; wait for review 35

36 Review Board: auto-submitted review request 36

37 Review Board: accept the changes 37

38 Commander: the workflow succeeds 38

39 Eclipse: auto-commit the changes 39

40 Test Scenario Test Engineer Jill HUDOS Commander Pick issue to verify and tests cases Redmine Mark issue as verifying OpenStack Provision specified virtual machines Notification Tests failed; VMs ready to inspect Testing success? Commander Launch automated tests Time Savings OpenStack Teardown virtual machines Redmine Mark issue as closed Notification Tests passed; issue closed 40

41 OpenStack: no dynamically deployed VMs 41

42 Commander: launch test workflow 42

43 Commander: provision VMs 43

44 OpenStack: VMs are dynamically deployed 44

45 Commander: successful tests; auto-teardown 45

46 Summary

47 What a DevOps Cloud brings to us Design Develop Product Validation Solution Validation Days-> Hours Architect Evaluation Hours-> Minutes Code Analysis Weeks-> Days Full Functional Testing Months->Weeks Solution Testing Hours-> Minutes Days-> Hours Compile & Build Full Regression Testing(System) Days-> Hours Days-> Minutes Hardware Emulation Regression Testing(software) R&D Cloud Data Center facility to provide the capability of acceleration More than 2000 releases per year More than compile & builds per day More than 1million test cases run per day More than 30million LoC, product is complicated More than 480K code review/analysis per year More than 170k system integration testing per year 成都 ECTC 西安 ECTC 武汉 ECTC 北京 ECTC 苏州 ECTC 上海 ECTC 印度 ECTC 武汉 杭州 ECTC 深圳 ECTC

48 Did we address the stated concerns? Large scale R&D environment with complicated tools requires multi-thousands of CPU cores available on demand. Environment/tools provisioning is very time-consuming; lab asset utilization is low. R&D data grows rapidly; requires the flexibility of dynamically expanding PB storage capability. Integration between development and operation; DevOps enabled continuous delivery required. Achievements: Reduced cost of delivering software Increased resource utilization and productivity Shorter time to market with higher quality 48

49 What s next? R&D DATA CENTER server, 15k + core, 10K + virtual machine memory 100TB, storage 2PB, reduce costs 2M US$ Beijing: server Size: 800 core, memory 5TB, Storage 200TB 北京 成都 西安 武汉 Hangzhou: Server Size: core, memory 10TB, Storage 500TB 南京 杭州 上海 深圳 Shenzhen HQ: Server Size: 10k+ core, memory 50TB, 1-2PB storage 49

50 Thank you!

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation Accelerate OpenStack* Together * OpenStack is a registered trademark of the OpenStack Foundation Considerations to Build a Production OpenStack Cloud Ruchi Bhargava, Intel IT Shuquan Huang, Intel IT Kai

More information

Converged Storage Makes Business Agile

Converged Storage Makes Business Agile Converged Storage Makes Business Agile About Huawei: Leverage worldwide top talents Global R&D Center US R&D Center Architecture team Open Stack R&D BD &PM Europe R&D Center Security capability center

More information

Accelerate your Software Delivery Lifecycle with IBM Development and Test Environment Services

Accelerate your Software Delivery Lifecycle with IBM Development and Test Environment Services Accelerate your Software Delivery Lifecycle with IBM Development and Test Environment Services DevOps Best Practices for High-Performing Enterprises Enterprise capability for continuous software delivery

More information

Automating the Software-Defined Data Center with vcloud Automation Center

Automating the Software-Defined Data Center with vcloud Automation Center Automating the Software-Defined Data Center with vcloud Automation Center 10 June 2014 Chris Alleaume Senior Systems Engineer 2014 VMware Inc. All rights reserved. The Impact of the Accelerating Pace of

More information

Automating the Software-Defined Data Center with vcloud Automation Center

Automating the Software-Defined Data Center with vcloud Automation Center Automating the Software-Defined Data Center with vcloud Automation Center Aviv Waiss, lead Cloud management Specialist 2014 VMware Inc. All rights reserved. The Impact of the Accelerating Pace of Business

More information

MICROSOFT AND SAUCE LABS FOR MODERN SOFTWARE DELIVERY

MICROSOFT AND SAUCE LABS FOR MODERN SOFTWARE DELIVERY SOLUTIONS BRIEF MICROSOFT AND SAUCE LABS FOR MODERN SOFTWARE DELIVERY AUTOMATE TESTING WITH VISUAL STUDIO TEAM SERVICES (VSTS) AND TEAM FOUNDATION SERVER (TFS) The key to efficient software delivery is

More information

Anything-as-a-Service. Name

Anything-as-a-Service. Name 1 Anything-as-a-Service Name 2 The Business Drivers RESPOND FASTER TO DRIVE NEW REVENUE REFOCUS RESOURCES TOWARD BUSINESS VALUE INCREASE AGILITY INCREASE VISIBILITY & CONTROL 3 Today s IT Service Delivery

More information

Automating the Software-Defined Data Center with vcloud Automation Center

Automating the Software-Defined Data Center with vcloud Automation Center Automating the Software-Defined Data Center with vcloud Automation Center Alex Tanner EM Specialist SE July 2014 2014 VMware Inc. All rights reserved. The Impact of the Accelerating Pace of Business The

More information

How customers are solving real business problems with Mirantis OpenStack

How customers are solving real business problems with Mirantis OpenStack How customers are solving real business problems with Mirantis OpenStack Every industry is experiencing digital disruption from fast-moving technology startups. A cloud can accelerate your software productivity

More information

Accelerate Your Cloud Journey

Accelerate Your Cloud Journey Dubai, UAE 20th March 2013 Accelerate Your Cloud Journey James Spearman Dimension Data - Solutions Architect Cloud 2012 2011 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Dimension

More information

New Approaches To Challenges Facing Enterprise ICT

New Approaches To Challenges Facing Enterprise ICT New Approaches To Challenges Facing Enterprise ICT April 7, 2015 Gideon Senderov Director, Advanced Storage NEC Corporation of America Contents Introduction to NEC Challenges faced by enterprises today

More information

DevOps and Continuous Delivery USE CASE

DevOps and Continuous Delivery USE CASE DevOps and Continuous Delivery USE CASE CliQr DevOps and Continuous Delivery Page 2 DevOps and Continuous Delivery In the digital economy, increasing application velocity is key to success. In order to

More information

ThinkPalm s BreakThrough DevOps Capabilities ThinkPalm

ThinkPalm s BreakThrough DevOps Capabilities ThinkPalm ThinkPalm s BreakThrough DevOps Capabilities ThinkPalm Dev Ops Business Planning Collaborative Development Customer Feedback & Optimization Testing Monitoring Release and Deployment STANDARDS OPERATE DEPLOY

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware REALIZE YOUR DIGITAL VISION with Digital Private Cloud from Atos and VMware Today s critical business challenges and their IT impact Business challenges Maximizing agility to accelerate time to market

More information

Customer Case Studies on Accelerating Their Path to Hybrid Cloud

Customer Case Studies on Accelerating Their Path to Hybrid Cloud Customer Case Studies on Accelerating Their Path to Hybrid Cloud Hitachi and VMware: Global Strategic Partners Committed to Success Sunny Sahajpal EMEA Strategic Alliances and OEM Mananger VMware Partner

More information

Atos Canopy Orchestrated Hybrid Cloud. Mark Nouris - Atos Head of Cloud Michael Kollar Head of Cloud engineering & TIC

Atos Canopy Orchestrated Hybrid Cloud. Mark Nouris - Atos Head of Cloud Michael Kollar Head of Cloud engineering & TIC Atos Canopy Orchestrated Hybrid Cloud Mark Nouris - Atos Head of Cloud Michael Kollar Head of Cloud engineering & TIC Cloud Animation Video 02-03-2017 Addressing Customer Challenges in all verticals With

More information

Connecting Business Opportunities in A Better Way

Connecting Business Opportunities in A Better Way Connecting Business Opportunities in A Better Way Sustainable Growth 250 200 150 100 CAGR: 13% 146.6 182.5 203.9 220 Sales revenue (billion CNY ) 239 13% America 16% Asia Pac 35% China H1: 135.8 Who is

More information

Agile CI/CD with Jenkins and/at ZeroStack. Kiran Bondalapati CTO, Co-Founder & Jenkins Admin ZeroStack, Inc. (

Agile CI/CD with Jenkins and/at ZeroStack. Kiran Bondalapati CTO, Co-Founder & Jenkins Admin ZeroStack, Inc. ( Agile CI/CD with Jenkins and/at ZeroStack Kiran Bondalapati CTO, Co-Founder & Jenkins Admin ZeroStack, Inc. (www.zerostack.com) Outline ZeroStack Hybrid Cloud Platform Jenkins and ZeroStack Jenkins at

More information

OPENSTACK BEIJING CONFERENCE. by: Steven Hallett Head of Cloud Infrastructure Engineering and Operations

OPENSTACK BEIJING CONFERENCE. by: Steven Hallett Head of Cloud Infrastructure Engineering and Operations OPENSTACK BEIJING CONFERENCE by: Steven Hallett Head of Cloud Infrastructure Engineering and Operations August 10, 2012 Agenda X.commerce, an Introduction Platform Vision Current Status The Opportunity

More information

JBOSS MIDDLEWARE TO THE CLOUD. MICHAEL EPLEY Sr JBoss Solutions Architect, IC Specialist 2014 June

JBOSS MIDDLEWARE TO THE CLOUD. MICHAEL EPLEY Sr JBoss Solutions Architect, IC Specialist 2014 June JBOSS MIDDLEWARE TO THE CLOUD MICHAEL EPLEY Sr JBoss Solutions Architect, IC Specialist 2014 June DEMANDS ON IT TODAY MORE MORE MORE IMMEDIATE PERVASIVE AWARE INNOVATE FASTER, IN A SMARTER WAY ACCELERATE

More information

Roles. Ecosystem Flow of Information between Roles Accountability

Roles. Ecosystem Flow of Information between Roles Accountability Roles Ecosystem Flow of Information between Roles Accountability Role Definitions Role Silo Job Tasks Compute Admin The Compute Admin is responsible for setting up and maintaining the physical and virtual

More information

Horizont HPE Synergy. Matt Foley, EMEA Hybrid IT Presales. October Copyright 2015 Hewlett Packard Enterprise Development LP

Horizont HPE Synergy. Matt Foley, EMEA Hybrid IT Presales. October Copyright 2015 Hewlett Packard Enterprise Development LP Horizont 2016 HPE Synergy Matt Foley, EMEA Hybrid IT Presales Copyright 2015 Hewlett Packard Enterprise Development LP October 2016 Where we started Remember this? 2 Strategy, circa 2007 3 Change-ready

More information

UP! TO DOCKER PAAS. Ming

UP! TO DOCKER PAAS. Ming UP! TO DOCKER PAAS Ming Jin(mjin@thoughtworks.com) March 15, 2015 1 WHO AM I Ming Jin Head of Cloud Solutions of ThoughtWorks China Architect, Agile Consulting Solutions and Consulting on DevOps & Cloud

More information

Cloud without Compromise - Continuous Innovation for Growth

Cloud without Compromise - Continuous Innovation for Growth Cloud without Compromise - Continuous Innovation for Growth Michael Healy Vice President IBM Cloud Computing We are at an inflection point in the industry Technology is increasingly the most critical driver

More information

Building the Next Generation Internet in China CERNET2

Building the Next Generation Internet in China CERNET2 Building the Next Generation Internet in China CERNET2 Jiahai Yang, PhD CANS 2004 Miami, Florida, USA 30 November 2004 Outline Introduction CERNET2 Design Goals CERNET2 Backbone CERNET2 Characteristics

More information

Transform to Your Cloud

Transform to Your Cloud Transform to Your Cloud Presented by VMware 2012 VMware Inc. All rights reserved Agenda Corporate Overview Cloud Infrastructure & Management Cloud Application Platform End User Computing The Journey to

More information

Patching and Updating your VM SUSE Manager. Donald Vosburg, Sales Engineer, SUSE

Patching and Updating your VM SUSE Manager. Donald Vosburg, Sales Engineer, SUSE Patching and Updating your VM SUSE Manager Donald Vosburg, Sales Engineer, SUSE dvosburg@suse.com Why should I care? I just clone my base VM image, and after that it is not my problem... Understand the

More information

Cloud & CyberSecurity Services

Cloud & CyberSecurity Services Cloud & CyberSecurity Services Franck Greverie Cloud & CyberSecurity, Group Leader, EVP Sept 12th Cloud & CyberSecurity services A huge business opportunity for Capgemini Key enablers for the digital enterprise

More information

The Latest EMC s announcements

The Latest EMC s announcements The Latest EMC s announcements Copyright 2014 EMC Corporation. All rights reserved. 1 TODAY S BUSINESS CHALLENGES Cut Operational Costs & Legacy More Than Ever React Faster To Find New Growth Balance Risk

More information

What is Dell EMC Cloud for Microsoft Azure Stack?

What is Dell EMC Cloud for Microsoft Azure Stack? What is Dell EMC Cloud for Microsoft Azure Stack? Karsten Bott @azurestack_guy Advisory Cloud Platform Specialist AzureStack GLOBAL SPONSORS Why Hybrid Cloud? The New Digital Customer Rising and continuously

More information

Accelerate your Azure Hybrid Cloud Business with HPE. Ken Won, HPE Director, Cloud Product Marketing

Accelerate your Azure Hybrid Cloud Business with HPE. Ken Won, HPE Director, Cloud Product Marketing Accelerate your Azure Hybrid Cloud Business with HPE Ken Won, HPE Director, Cloud Product Marketing Mega trend: Customers are increasingly buying cloud services from external service providers Speed of

More information

VMware + OpenStack. Dan Wendlandt Director of Product Management VMware VMware Inc. All rights reserved.

VMware + OpenStack. Dan Wendlandt Director of Product Management VMware VMware Inc. All rights reserved. VMware + OpenStack Dan Wendlandt Director of Product Management OpenStack @ VMware VMware + OpenStack: A Fork in the Road? 2 VMware + OpenStack: Better Together An industry-wide APIs + tool ecosystem that

More information

Journey to the Private Cloud

Journey to the Private Cloud 1 Journey to the Private Sanjay Mirchandani Senior Vice President and Chief Information Officer, EMC Corporation IT & Global Centers of Excellence 2 EMC Corporation: At a Glance Revenues (2009): Net Income

More information

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014 Enabling Fast IT In the IoE era Alberto Degradi DCV Sales Leader November 2014 Agenda IT Challenges Today EMC + Cisco + Intel Cisco Unified Data Center Joint Data Center Solutions Cisco Confidential 2

More information

Orchestrating the Continuous Delivery Process

Orchestrating the Continuous Delivery Process Orchestrating the Continuous Delivery Process steven.g.harris@cloudbees.com @stevengharris SVP Products, CloudBees 1 Continuous Delivery Overview Feedback Loop App Lifecycle BUILD TEST STAGE Deploy Run

More information

Vertical Healthcare HUAWEI Europe overview

Vertical Healthcare HUAWEI Europe overview Security Level: Vertical Healthcare HUAWEI Europe overview Dr. P. Cristofini EVP Vertical Healthcare Europe www.huawei.com Huawei at a Glance 228 Ranking in the Fortune Global 500 ~170,000 Employees 170+

More information

Driving Business Outcomes: Cisco Data Center Innovation and Solutions

Driving Business Outcomes: Cisco Data Center Innovation and Solutions Driving Business Outcomes: Data Center Innovation and Solutions Connect 2014 Riyadh, Saudi Arabia Frank Palumbo Senior Vice President Global Data Center @fpalumbo Unified Computing System, UCS, Invicta,

More information

A Single Cloud for Business Applications

A Single Cloud for Business Applications A Single Cloud for Business Applications Treb Ryan, Chief Strategy Officer 18 December 2013 Cloud Business Unit, Dimension Data Dimension Data today 2012 global revenues of US$5.8 billion Client-centric,

More information

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer Agenda Background Technical Overview Demonstration Q&A 2 Looking Back Do You Remember What This Guy Did to IT? Linux 3 The Internet

More information

EMC FORUM Vic Bhagat. Executive Vice President & Chief Information Officer EMC Corporation

EMC FORUM Vic Bhagat. Executive Vice President & Chief Information Officer EMC Corporation Copyright 20132012 EMC Corporation. EMC Corporation. All rights reserved. All rights reserved. 1 EMC FORUM 2013 Vic Bhagat Executive Vice President & Chief Information Officer EMC Corporation 2 BILLIONS

More information

Continuous Integration and Delivery with Spinnaker

Continuous Integration and Delivery with Spinnaker White Paper Continuous Integration and Delivery with Spinnaker The field of software functional testing is undergoing a major transformation. What used to be an onerous manual process took a big step forward

More information

We re redefining Software Quality

We re redefining Software Quality We re redefining Software Quality Continuous Testing Web Services Agile Testing Mobile Device Farm Test Lifecycle Management Performance Test Quality Assurance Mobile Device Management Test Life Cycle

More information

Modelos de Negócio na Era das Clouds. André Rodrigues, Cloud Systems Engineer

Modelos de Negócio na Era das Clouds. André Rodrigues, Cloud Systems Engineer Modelos de Negócio na Era das Clouds André Rodrigues, Cloud Systems Engineer Agenda Software and Cloud Changed the World Cisco s Cloud Vision&Strategy 5 Phase Cloud Plan Before Now From idea to production:

More information

OpenStack Changing the shape of Open Source Cloud Computing. Tom Fifield Community Manager, OpenStack Foundation

OpenStack Changing the shape of Open Source Cloud Computing. Tom Fifield Community Manager, OpenStack Foundation 1 OpenStack Changing the shape of Open Source Cloud Computing Tom Fifield Community Manager, OpenStack Foundation tom@openstack.org 3 What is OpenStack? More than cloud infrastructure software a global

More information

Huawei Symantec Corporate Overview

Huawei Symantec Corporate Overview Huawei Symantec Corporate Overview Huawei Symantec Joint Venture Targeted Synergies Huawei Strengths Top 3 Comprehensive telecom solutions providers International reach to over 100 countries Partner with

More information

ZeroStack vs. AWS TCO Comparison ZeroStack s private cloud as-a-service offers significant cost advantages over public clouds.

ZeroStack vs. AWS TCO Comparison ZeroStack s private cloud as-a-service offers significant cost advantages over public clouds. @ZeroStackInc sales@zerostack.com www.zerostack.com ZeroStack vs. AWS TCO Comparison ZeroStack s private cloud as-a-service offers significant cost advantages over public clouds. White Paper Introduction

More information

Next Generation Data Center : Future Trends and Technologies

Next Generation Data Center : Future Trends and Technologies Next Generation Data Center : Future Trends and Technologies November 18 th 2016 Rajender Singh Bhandari Director Technology and Solutions Group NetApp India 1 Agenda 1)About NetApp 2)Next Generation Data

More information

Redefine: Enterprise Hybrid Cloud

Redefine: Enterprise Hybrid Cloud Redefine: Enterprise Hybrid Cloud Enterprise Hybrid Cloud Wong Tran 2 Hybrid Clouds Will Be Pervasive Hybrid Private Cloud Cloud Public Cloud 3 Build Your Hybrid Cloud Strategy Economic Evaluation Trust

More information

A global technology leader approaching $42B in sales with 57,000 people, and customers in 160+ countries LENOVO. ALL RIGHTS RESERVED

A global technology leader approaching $42B in sales with 57,000 people, and customers in 160+ countries LENOVO. ALL RIGHTS RESERVED A global technology leader approaching $42B in sales with 57,000 people, and customers in 160+ countries. 2 Lenovo s Performance Lenovo WW PC Market Share 19.7% 2014 13.1% 2013 2012 9.6% 8.2% 2011 6.5%

More information

Open Hybrid Cloud & Red Hat Products Announcements

Open Hybrid Cloud & Red Hat Products Announcements Open Hybrid Cloud & Red Hat Products Announcements FREDERIK BIJLSMA Cloud BU EMEA Red Hat 14th December 2012 PERVASIVE NEW EXPECTATIONS AGILITY. EFFICIENCY. COST SAVINGS. PUBLIC CLOUDS 2 ENTERPRISE IT

More information

OpenStack Enabling DevOps Shannon McFarland CCIE #5245 Distinguished DEVNET-1104

OpenStack Enabling DevOps Shannon McFarland CCIE #5245 Distinguished DEVNET-1104 OpenStack Enabling DevOps Shannon McFarland CCIE #5245 Distinguished Engineer @eyepv6 DEVNET-1104 Agenda Introduction DevOps OpenStack Virtualization CI/CD Pipeline Orchestration Conclusion What is DevOps?

More information

PLEXXI CONNECT. Event-based Workflow Automation For 3rd Platform Data Center Networks

PLEXXI CONNECT. Event-based Workflow Automation For 3rd Platform Data Center Networks PLEXXI CONNECT DATA SHEET Event-based Workflow Automation For 3rd Platform Data Center Networks FEATURING Achieve full IT DevOps automation by extending event-based workflows into the network infrastructure

More information

How Verizon boosted product delivery with Dynatrace Software Intelligence

How Verizon boosted product delivery with Dynatrace Software Intelligence How Verizon boosted product delivery with Dynatrace Software Intelligence 3x faster build and test cycles 2x faster deployments 33 percent faster revenue realization 50 percent reduction in issues 2019

More information

Richard Curran :Security Officer EMEA. Mario Romao : Senior Manager Policy, Intel

Richard Curran :Security Officer EMEA. Mario Romao : Senior Manager Policy, Intel Richard Curran :Security Officer EMEA Mario Romao : Senior Manager Policy, Intel Digital Convergence Across All Industries Traditional Economy Digital Convergence Blending of Traditional and Digital Business

More information

Move Performance Testing to the Next Level with HP Performance Center September 11, Copyright 2013 Vivit Worldwide

Move Performance Testing to the Next Level with HP Performance Center September 11, Copyright 2013 Vivit Worldwide Move Performance Testing to the Next Level with HP Performance Center September 11, 2013 Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Hosted by Megan Shelton Vivit Performance

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

An Open Architecture for Hybrid Delivery

An Open Architecture for Hybrid Delivery An Open Architecture for Hybrid Delivery Rajmohan Rajagopalan #Interop #CCEvent April 2014 Hybrid Cloud What & Why? IaaS + PaaS AWS + Azure Private + Public + Managed Reasons for Hybrid Cloud Lower TCO

More information

Fast IT - Policy Driven Infrastructure for the Intercloud World

Fast IT - Policy Driven Infrastructure for the Intercloud World Fast IT - Policy Driven Infrastructure for the Intercloud World Paul Horrocks Technical Solution Architect Agenda What is Fast IT? What is Policy? How Cisco delivers Fast IT The foundation for Fast IT

More information

Management Product Overview and Glimpse into the Future

Management Product Overview and Glimpse into the Future MGT3210-S Management Product Overview and Glimpse into the Future Ramin Sayar, VMware, Inc Pete Cruz, VMware, Inc Sameer Abrol, Electronic Arts Luke Kaines, Puppet Labs Suzan Pickett, Columbia Sportswear

More information

CHARTING THE FUTURE OF SOFTWARE DEFINED NETWORKING

CHARTING THE FUTURE OF SOFTWARE DEFINED NETWORKING www.hcltech.com CHARTING THE FUTURE OF SOFTWARE DEFINED NETWORKING Why Next-Gen Networks? The rapid and large scale adoption of new age disruptive digital technologies has resulted in astronomical growth

More information

CONTINUOUS DELIVERY WITH DC/OS AND JENKINS

CONTINUOUS DELIVERY WITH DC/OS AND JENKINS SOFTWARE ARCHITECTURE NOVEMBER 15, 2016 CONTINUOUS DELIVERY WITH DC/OS AND JENKINS AGENDA Presentation Introduction to Apache Mesos and DC/OS Components that make up modern infrastructure Running Jenkins

More information

PaaS isn t Just for Developers

PaaS isn t Just for Developers PaaS isn t Just for Developers GORDON HAFF (@ghaff) CLOUD EVANGELIST 4 APRIL 2013 1 by Today s IT Challenge IT is under tremendous pressure from the Business to enable growth Constant demand for new services

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

ADABAS & NATURAL 2050+

ADABAS & NATURAL 2050+ ADABAS & NATURAL 2050+ Guido Falkenberg SVP Global Customer Innovation DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE 2017 Software AG. All rights reserved. ADABAS & NATURAL 2050+ GLOBAL INITIATIVE INNOVATION

More information

Using Crowbar to Deploy Your OpenStack Cloud. Adam Spiers Vincent Untz John H Terpstra

Using Crowbar to Deploy Your OpenStack Cloud. Adam Spiers Vincent Untz John H Terpstra Using Crowbar to Deploy Your OpenStack Cloud Adam Spiers Vincent Untz John H Terpstra Clouds don t come with an auto-pilot 2 IT Problem: Scale Explosion Mainframe 1980 3 Client / Server 1990 Datacenter

More information

The End of Storage. Craig Nunes. HP Storage Marketing Worldwide Hewlett-Packard

The End of Storage. Craig Nunes. HP Storage Marketing Worldwide Hewlett-Packard The End of Storage as you Know It Craig Nunes HP Storage Marketing Worldwide Hewlett-Packard CLOUD: NOT IF BUT WHEN MASSIVE POTENTIAL MARKET POTENTIALLY DISRUPTIVE Cloud Services Market Traditional infrastructure

More information

Amir Zipory Senior Solutions Architect, Redhat Israel, Greece & Cyprus

Amir Zipory Senior Solutions Architect, Redhat Israel, Greece & Cyprus Amir Zipory Senior Solutions Architect, Redhat Israel, Greece & Cyprus amirz@redhat.com TODAY'S IT CHALLENGES IT is under tremendous pressure from the organization to enable growth Need to accelerate,

More information

Cloud Computing 4/17/2016. Outline. Cloud Computing. Centralized versus Distributed Computing Some people argue that Cloud Computing. Cloud Computing.

Cloud Computing 4/17/2016. Outline. Cloud Computing. Centralized versus Distributed Computing Some people argue that Cloud Computing. Cloud Computing. Cloud Computing By: Muhammad Naseem Assistant Professor Department of Computer Engineering, Sir Syed University of Engineering & Technology, Web: http://sites.google.com/site/muhammadnaseem105 Email: mnaseem105@yahoo.com

More information

Put Security Into Your DevOps NOW. Or Prepare for the Flood Matthew Fisher Solution Architect, Fortify Federal 08MAR2018

Put Security Into Your DevOps NOW. Or Prepare for the Flood Matthew Fisher Solution Architect, Fortify Federal 08MAR2018 Put Security Into Your DevOps NOW Or Prepare for the Flood Matthew Fisher Solution Architect, Fortify Federal 08MAR2018 Defining Devops State of Devops Report (Puppet, Dora):..set of practices and cultural

More information

How Hybrid Cloud Accelerates IT Transformation

How Hybrid Cloud Accelerates IT Transformation 2014 VMware Inc. and Performance Methods Inc. All rights reserved How Hybrid Cloud Accelerates IT Transformation Wayne Pauley, Ph.D. Director of Strategic Alliances, EVP SDDC Solutions Today s Challenges

More information

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Lynn Anderson Senior Vice President, Communications Chief Communications Officer Chief of Staff Bill Veghte Chief Operating Officer, HP Lynn Anderson Senior Vice President, Communications Chief Communications

More information

Cloud Open Source Innovation on Software Defined Storage

Cloud Open Source Innovation on Software Defined Storage NorthEast ASIA OSS Promotion Forum Cloud Open Source Innovation on Software Defined Storage Hiroshi Miura Director of Japan OSS Promotion Forum OSS Cloud Evangelist, NTT DATA Corporation. Copyright 2014

More information

EMC Hybrid Cloud. Umair Riaz - vspecialist

EMC Hybrid Cloud. Umair Riaz - vspecialist EMC Hybrid Cloud Umair Riaz - vspecialist 1 The Business Drivers RESPOND FASTER TO DRIVE NEW REVENUE INCREASE AGILITY REFOCUS RESOURCES TOWARD BUSINESS VALUE INCREASE VISIBILITY & CONTROL 2 CLOUD TRANSFORMS

More information

Citrix Workspace Cloud

Citrix Workspace Cloud Citrix Workspace Cloud Roger Bösch Citrix Systems International GmbH Workspace Cloud is a NEW Citrix Management and Delivery Platform Customers Now Have a Spectrum of Workspace Delivery Options Done By

More information

Matrix IT work Copyright Do not remove source or Attribution from any graphic or portion of graphic

Matrix IT work Copyright Do not remove source or Attribution from any graphic or portion of graphic Cloud: your daily concerns Cost? Security? Compliance? People Process Product Virtualization to Cloud : Your challenging journey Hardware Software People 2,3M 1,6M Capex & opex costs for compute/nw/storage

More information

Transforming IT: From Silos To Services

Transforming IT: From Silos To Services Transforming IT: From Silos To Services Chuck Hollis Global Marketing CTO EMC Corporation http://chucksblog.emc.com @chuckhollis IT is being transformed. Our world is changing fast New Technologies New

More information

New Digital Business Models Driving the Softwarization of the Network

New Digital Business Models Driving the Softwarization of the Network New Digital Business Models Driving the Softwarization of the Network Marc Halbfinger January 2018 Here To Serve Headquartered in Hong Kong PCCW consolidated 2016 Revenue: US$4.9 billion HKT 2016 Revenue:

More information

Benefits of a SD-WAN Development Ecosystem

Benefits of a SD-WAN Development Ecosystem Benefits of a SD-WAN Development Ecosystem By: Lee Doyle, Principal Analyst at Doyle Research Sponsored by CloudGenix Executive Summary In an era of digital transformation with its reliance on cloud/saas

More information

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey Senior Director, Technical Marketing and Integrations Agenda Introduction Architecture

More information

Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack. Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa

Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack. Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa The next 15 years in IT Digital transformation 3 Digital transformation.the

More information

Hoping my knowledge, skills and experience could be used by you and your company I appreciate in advance your time and consideration.

Hoping my knowledge, skills and experience could be used by you and your company I appreciate in advance your time and consideration. To Whom It May Concern: My name is Juan Jose Luna Castillo, born in Mexico City where I achieved a Bachelor s Degree in Electronics from the Universidad del Valle de Mexico. With over fourteen-year experience

More information

Cisco Unified Computing System

Cisco Unified Computing System Cisco Unified Computing System Architected for Workload Diversity and Fast IT Todd Brannon, Director of Product Marketing, Unified Computing tobranno@cisco.com @tobranno Agenda Applications & Architecture

More information

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, 2016 John Burke Principal Research Analyst & CIO john@nemertes Agenda ± Introductions ± SDN Adoption ± Cloud Management Adoption

More information

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey - Sr. Director, Technical Marketing & Integrations BRKCLD-2008 Agenda Introduction Architecture

More information

DEVOPS TRAINING COURSE CONTENT

DEVOPS TRAINING COURSE CONTENT DEVOPS TRAINING COURSE CONTENT SECTION 1 Introduction to DevOps Certification What is DevOps? Why DevOps? Benefits of DevOps Overview of DevOps SECTION 2- Provisioning Vargant-What is vagrant-compare with

More information

Test Automation Strategies in Continuous Delivery. Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions

Test Automation Strategies in Continuous Delivery. Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions Test Automation Strategies in Continuous Delivery Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions The world of application is going through a monumental shift.. Evolving

More information

Changing the Voice of

Changing the Voice of Changing the Voice of Telecommunications Level 3 Solutions for Voice Service Providers Competitive: It is a word you know well. As a voice services provider, you face a unique set of challenges that originate

More information

Data Center and Cloud Automation

Data Center and Cloud Automation Data Center and Cloud Automation Tanja Hess Systems Engineer September, 2014 AGENDA Challenges and Opportunities Manual vs. Automated IT Operations What problem are we trying to solve and how do we solve

More information

Adobe Digital Marketing s IT Transformation with OpenStack

Adobe Digital Marketing s IT Transformation with OpenStack Adobe Digital Marketing s IT Transformation with OpenStack OPENSTACK CASE STUDY Contributors: Frans van Rooyen, Compute Platform Architect, Adobe Systems Timothy Gelter, Compute Platform Systems Engineer,

More information

OPEN-O DevOps Practice with Automation Toolchain

OPEN-O DevOps Practice with Automation Toolchain OPEN-O DevOps Practice with Automation Toolchain Helen Chen Principal Architect, Huawei USA PTL of OPEN-O Integration helen.chen@huawei.com Weidong Shao Principal Engineer, Huawei USA weidong.shao@huawei.com

More information

Hybrid Cloud Management: Transforming hybrid cloud delivery

Hybrid Cloud Management: Transforming hybrid cloud delivery Hybrid Cloud Management: Transforming hybrid cloud delivery Explore the benefits in customer case studies ebook Get Started ebook Table of contents Introduction Nationwide US financial and insurance services

More information

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack.

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack. [MS20537]: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom)

More information

How Can Testing Teams Play a Key Role in DevOps Adoption?

How Can Testing Teams Play a Key Role in DevOps Adoption? June 3, 2016 How Can Testing Teams Play a Key Role in DevOps Adoption? Sujay Honnamane QA Director @sujayh Rameshkumar Bar Sr. Automation Architect @rameshbar 2016 Cognizant Session take away DevOps Overview

More information

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems 2014 IBM Corporation Powerful Forces are Changing the Way Business Gets Done Data growing exponentially

More information

Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks

Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks Daniel Vaknin Cloud & Infrastructure Solutions Specialist TeraSky Date: November 16

More information

A DEVOPS STATE OF MIND. Chris Van Tuin Chief Technologist, West

A DEVOPS STATE OF MIND. Chris Van Tuin Chief Technologist, West A DEVOPS STATE OF MIND Chris Van Tuin Chief Technologist, West cvantuin@redhat.com THE NEED FOR SPEED THE ACCELERATION OF APPLICATION DELIVERY FOR THE BUSINESS In short, software is eating the world. -

More information

Data Center 3.0 Shift to IT as a Service with Your Own Private Cloud

Data Center 3.0 Shift to IT as a Service with Your Own Private Cloud Fujitsu Forum Munich 2013 Data Center 3.0 Shift to IT as a Service with Your Own Private Cloud Georg Houben, Head of Private Cloud Infrastructure Portfolio, Fujitsu International Business Harald Bernreuther,

More information

From data center OS to Cloud architectures The future is Open Syed M Shaaf

From data center OS to Cloud architectures The future is Open Syed M Shaaf From data center OS to Cloud architectures The future is Open Syed M Shaaf Solution Architect Red Hat Norway August 2013 1 COMPANY REVENUE FY 2003 FY 2014 400 350 300 the 1 DOLLAR OPEN SOURCE (in millions)

More information