Using DevOps Tools to Achieve Continuous Integration

Size: px
Start display at page:

Download "Using DevOps Tools to Achieve Continuous Integration"

Transcription

1 Using DevOps Tools to Achieve Continuous Integration

2 Speakers Kyle Kelley Developer Support Ryan Richard, RHCA DevOps Automation Team RACKSPACE HOSTING 2 2

3 First, a precursor RACKSPACE HOSTING 3

4 Why are we here? We are all building up similar systems Similar configurations, minor tweaks Want: More time for applications and business Less time doing SysOps RACKSPACE HOSTING 4

5 Keep Deploying! Let s keep that product going Let s keep delivering! RACKSPACE HOSTING 5

6 What can we do? Write tests Use Continuous Integration Use version control, particularly git RACKSPACE HOSTING 6

7 Let s Test! RACKSPACE HOSTING 7

8 RACKSPACE HOSTING 8

9 RACKSPACE HOSTING

10 Downtime Object Placeholder It s going to happen Assume failure Have a rollback strategy - for your application RACKSPACE HOSTING 10

11 Testing with Open Source Tools 11

12 RACKSPACE HOSTING 12

13 Minimal.travis.yml language: python python: # install dependencies install: pip install. # run tests script: nosetests RACKSPACE HOSTING 13

14 RACKSPACE HOSTING RACKSPACE HOSTING

15 Need more build power? 15

16

17 How the DevOps Automation Service tests our cookbooks RACKSPACE HOSTING 17

18 Practical examples with Chef Our pipeline for testing cookbooks Testing your chef powered infrastructure RACKSPACE HOSTING 18

19 Our CI pipeline for Chef cookbooks Jenkins CI server

20 Our CI pipeline for Chef cookbooks Jenkins Rake CI server Workflow

21 Our CI pipeline for Chef cookbooks Jenkins Rake CI server Workflow Ruby Syntax/lint

22 Our CI pipeline for Chef cookbooks Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chef Syntax/lint

23 Our CI pipeline for Chef cookbooks Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chefspec Chef Syntax/lint Unit test

24 Our CI pipeline for Chef cookbooks Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chefspec Test-kitchen + serverspec Chef Syntax/lint Unit test Functional tests

25 Our CI pipeline for Chef cookbooks Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chefspec Test-kitchen + serverspec Thor Human/automated Chef Syntax/lint Unit test Functional tests Post Steps Final

26 Two modes of application delivery Build an application cookbook that can deploy latest version of the application/artifact (chef specific) Webhook Cookbook Python Supervisord Mongo RACKSPACE HOSTING 26

27 Two modes of application delivery Build an application cookbook that can deploy latest version of the application/artifact (chef specific) Webhook Cookbook Python Supervisord Mongo External workflow for application delivery (Capistrano, fabric, etc). RACKSPACE HOSTING 27

28 Application Cookbook Workflow Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chefspec Chef Syntax/lint Unit test

29 Application Cookbook Workflow Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chefspec Test-kitchen + serverspec Do not destroy instance Chef Syntax/lint Unit test Functional tests

30 Application Cookbook Workflow Jenkins Rake CI server Workflow Ruby Syntax/lint Foodcritic Chefspec Test-kitchen + serverspec Do not destroy instance Jenkins steps or additional jobs: Integration tests, load tests, user tests, etc Human/automated Chef Syntax/lint Unit test Functional tests Post Steps Final

31 Deployment Workflow Model Jenkins Test-kitchen + serverspec Do not destroy instance CI server Chef Workflow

32 Deployment Workflow Model Jenkins Test-kitchen + serverspec Do not destroy instance Deployment workflow executed CI server Chef Workflow Additional Jobs

33 Deployment Workflow Model Jenkins Test-kitchen + serverspec Do not destroy instance Deployment workflow executed Integration tests, load tests, user tests, etc. CI server Chef Workflow Additional Jobs Additional Jobs

34 Deployment Workflow Model Jenkins Test-kitchen + serverspec Do not destroy instance Deployment workflow executed Integration tests, load tests, user tests, etc. Human/automated CI server Chef Workflow Additional Jobs Additional Jobs Final

35 THANK YOU RACKSPACE HOSTING 1 FANATICAL PLACE SAN ANTONIO, TX US SALES: US SUPPORT: RACKSPACE HOSTING RACKSPACE US, INC. RACKSPACE AND FANATICAL SUPPORT ARE SERVICE MARKS OF RACKSPACE US, INC. REGISTERED IN THE UNITED STATES AND OTHER COUNTRIES.

DevOps. Building a Continuous Delivery Pipeline

DevOps. Building a Continuous Delivery Pipeline DevOps Building a Continuous Delivery Pipeline Who Am I Bobby Warner Founder & President @bobbywarner What is the goal? Infrastructure as Code Write code to describe our infrastructure Never manually execute

More information

DevOps Course Content

DevOps Course Content DevOps Course Content INTRODUCTION TO DEVOPS What is DevOps? History of DevOps Dev and Ops DevOps definitions DevOps and Software Development Life Cycle DevOps main objectives Infrastructure As A Code

More information

Modern Web development and operations practices. Grig Gheorghiu VP Tech Operations Nasty Gal Inc. @griggheo

Modern Web development and operations practices. Grig Gheorghiu VP Tech Operations Nasty Gal Inc. @griggheo Modern Web development and operations practices Grig Gheorghiu VP Tech Operations Nasty Gal Inc. @griggheo Modern Web stack Aim for horizontal scalability! Ruby/Python front-end servers (Sinatra/Padrino,

More information

Virtualisation is a Technology, Cloud Computing is a Business Model

Virtualisation is a Technology, Cloud Computing is a Business Model Virtualisation is a Technology, Cloud Computing is a Business Model. Your Journey to the Cloud and Agile IT starts here Lindsay Cassidy Senior Technology Strategist About Me Lindsay Cassidy Racker since

More information

Practical continuous deployment

Practical continuous deployment Practical continuous deployment Who Am I? Steve Smith! An Atlassian for 8+ years! Original company sysadmin! Developer for last 5 years! Now working out of Amsterdam! Not a professional speaker Who Am

More information

Jenkins and Chef Infrastructure CI and Application Deployment

Jenkins and Chef Infrastructure CI and Application Deployment Jenkins and Chef Infrastructure CI and Application Deployment Dan Stine Copyright Clearance Center www.copyright.com June 18, 2014 #jenkinsconf About Me! Software Architect! Library & Framework Developer!

More information

You ll need to have: It d be great if you have:

You ll need to have: It d be great if you have: DevOps We re looking for a Development Operations Developer with a passion for experimentation. If you re interested in helping us build the future of mobile healthcare, this job is for you. A strong background

More information

Workflows and Patterns. #jenkinsconf / @fbrnc

Workflows and Patterns. #jenkinsconf / @fbrnc Workflows and Patterns 2 September 5, 2015 Leo Janine that s me San Francisco, CA Fiona (and that s ok ) type YESIKNOWWHATIMDOING + click automatically http://kirbiecravings.com/2014/08/blueberry-mug-cake-2.html

More information

Application Release Automation (ARA) Vs. Continuous Delivery

Application Release Automation (ARA) Vs. Continuous Delivery Application Release Automation (ARA) Vs. Continuous Delivery A whitepaper review of the feature and process differences between Continuous Delivery and Application Release Automation (ARA) By Tracy Ragan,

More information

Big Data Use Case. How Rackspace is using Private Cloud for Big Data. Bryan Thompson. May 8th, 2013

Big Data Use Case. How Rackspace is using Private Cloud for Big Data. Bryan Thompson. May 8th, 2013 Big Data Use Case How Rackspace is using Private Cloud for Big Data Bryan Thompson May 8th, 2013 Our Big Data Problem Consolidate all monitoring data for reporting and analytical purposes. Every device

More information

CI Pipeline with Docker 2015-02-27

CI Pipeline with Docker 2015-02-27 CI Pipeline with Docker 2015-02-27 Juho Mäkinen, Technical Operations, Unity Technologies Finland http://www.juhonkoti.net http://github.com/garo Overview 1. Scale on how we use Docker 2. Overview on the

More information

Massively! Continuous Integration! A case study for Jenkins at cloud-scale

Massively! Continuous Integration! A case study for Jenkins at cloud-scale Massively! Continuous Integration! A case study for Jenkins at cloud-scale Thank you to our sponsors Platinum Sponsor Gold Sponsors Silver Sponsors Bronze Sponsors Jesse Dowdle, Sr Manager of Development

More information

Performance Benchmark for Cloud Databases

Performance Benchmark for Cloud Databases Performance Benchmark for Cloud Databases J.R. Arredondo vjune2013 (updated pricing on 7/15/2013) Contents Summary of the performance benchmark tests Description of the tests Charts and Data! Results of

More information

Rackspace gets 'fanatical' for devops with new service

Rackspace gets 'fanatical' for devops with new service Rackspace gets 'fanatical' for devops with new service Analyst: Jay Lyman 7 Jan, 2014 Amid growing market demand and general lack of talent for the faster, more-effective application development and deployment

More information

November 12 th 13 th London: Mastering Continuous Integration with Jenkins

November 12 th 13 th London: Mastering Continuous Integration with Jenkins 1. Course Objectives Students will walk away with a solid understanding of how to implement a Continuous Integration (CI) environment, including: Setting up a production-grade instance of a Jenkins server,

More information

CloudBees Continuous Integration and Test with Appvance Enterprise 7.0.1. August 28, 2013 Frank Cohen, fcohen@appvance.com, (408) 364-5508

CloudBees Continuous Integration and Test with Appvance Enterprise 7.0.1. August 28, 2013 Frank Cohen, fcohen@appvance.com, (408) 364-5508 CloudBees Continuous Integration and Test with Appvance Enterprise 7.0.1 August 28, 2013 Frank Cohen, fcohen@appvance.com, (408) 364-5508 The Missing Agile CI Results Database Extends CloudBees Jenkins

More information

Continuous Delivery: Automating the Deployment Pipeline. Solution Brief

Continuous Delivery: Automating the Deployment Pipeline. Solution Brief Continuous Delivery: Automating the Deployment Pipeline Solution Brief The Value of Continuous Delivery Continuous Delivery is a software delivery practice that requires you to build and deploy software

More information

Continuous Delivery by example.net

Continuous Delivery by example.net Continuous Delivery by example.net Oktober 2012 Trifork in brief Trifork is a software development company Founded 1996, listed on NASDAQ OMX 270 employees in located in Aarhus, Copenhagen, Zürich, London,

More information

Building a Continuous Integration Pipeline with Docker

Building a Continuous Integration Pipeline with Docker Building a Continuous Integration Pipeline with Docker August 2015 Table of Contents Overview 3 Architectural Overview and Required Components 3 Architectural Components 3 Workflow 4 Environment Prerequisites

More information

Enabling Continuous Delivery for Java Projects with Oracle Cloud Services (Oracle PaaS) Siva Rama Krishna Oracle India

Enabling Continuous Delivery for Java Projects with Oracle Cloud Services (Oracle PaaS) Siva Rama Krishna Oracle India Enabling Continuous Delivery for Java Projects with Oracle Services (Oracle PaaS) Siva Rama Krishna Oracle India Agenda What is Continuous Delivery? What is Oracle PaaS? Enabling Continuous Delivery with

More information

DevOps with Containers. for Microservices

DevOps with Containers. for Microservices DevOps with Containers for Microservices DevOps is a Software Development Method Keywords Communication, collaboration, integration, automation, measurement Goals improved deployment frequency faster time

More information

Leveraging OpenStack Private Clouds

Leveraging OpenStack Private Clouds Leveraging OpenStack Private Clouds Robert Ronan Sr. Cloud Solutions Architect! Robert.Ronan@rackspace.com! LEVERAGING OPENSTACK - AGENDA OpenStack What is it? Benefits Leveraging OpenStack University

More information

OpenShift Enterprise PaaS by Red Hat. Andrey Markelov RHCA Red Hat, Presales Solution Architect andrey@redhat.com

OpenShift Enterprise PaaS by Red Hat. Andrey Markelov RHCA Red Hat, Presales Solution Architect andrey@redhat.com OpenShift Enterprise PaaS Red Hat Andrey Markelov RHCA Red Hat, Presales Solution Architect andrey@redhat.com 1 Cloud Service Models IaaS PaaS SaaS APPLICATION APPLICATION PLATFORM (JBOSS, PHP, RUBY, ETC)

More information

Jenkins, Bhyve, and Webdriver: Continuous Integration testing on FreeNAS. Craig Rodrigues rodrigc@ixsystems.com

Jenkins, Bhyve, and Webdriver: Continuous Integration testing on FreeNAS. Craig Rodrigues rodrigc@ixsystems.com Jenkins, Bhyve, and Webdriver: Continuous Integration testing on FreeNAS Craig Rodrigues rodrigc@ixsystems.com What is Jenkins? System which provides tools for Continuous Integration, Testing Open source

More information

Practicing Continuous Delivery using Hudson. Winston Prakash Oracle Corporation

Practicing Continuous Delivery using Hudson. Winston Prakash Oracle Corporation Practicing Continuous Delivery using Hudson Winston Prakash Oracle Corporation Development Lifecycle Dev Dev QA Ops DevOps QA Ops Typical turn around time is 6 months to 1 year Sprint cycle is typically

More information

Zero-Touch Drupal Deployment

Zero-Touch Drupal Deployment Zero-Touch Drupal Deployment Whitepaper Date 25th October 2011 Document Number MIG5-WP-D-004 Revision 01 1 Table of Contents Preamble The concept Version control Consistency breeds abstraction Automation

More information

A Pythonic Approach to Continuous Delivery

A Pythonic Approach to Continuous Delivery https://github.com/sebastianneubauer sebastian.neubauer@blue-yonder.com A Pythonic Approach to Continuous Delivery Sebastian Neubauer Europython 2015 Overview What is Continuous Delivery? definitions,

More information

DRUPAL CONTINUOUS INTEGRATION. Part I - Introduction

DRUPAL CONTINUOUS INTEGRATION. Part I - Introduction DRUPAL CONTINUOUS INTEGRATION Part I - Introduction Continuous Integration is a software development practice where members of a team integrate work frequently, usually each person integrates at least

More information

Automation & Open Source. How to tame the Cloud?

Automation & Open Source. How to tame the Cloud? Automation & Open Source How to tame the Cloud? Who are we? François Deppierraz Mathieu Bornoz System and Network engineer System and Software engineer Reluctant to type the same command twice Automation

More information

Why continuous delivery needs devops, and why devops needs infrastructure-as-code. Sriram Narayan @sriramnarayan 25-Oct-2012

Why continuous delivery needs devops, and why devops needs infrastructure-as-code. Sriram Narayan @sriramnarayan 25-Oct-2012 Why continuous delivery needs devops, and why devops needs infrastructure-as-code Sriram Narayan @sriramnarayan 25-Oct-2012 about me Part of ThoughtWorks Studios Go team Have consulted as Tech Principal,

More information

Database Build and Release will get started soon

Database Build and Release will get started soon #sqlinthecity Database Build and Release will get started soon Ernest Hwang Principal Software Engineer, Practice Fusion http://practicefusion.com/careers/ While you re waiting, check out SQL Prompt #sqlinthecity

More information

DR-to-the- Cloud Best Practices

DR-to-the- Cloud Best Practices DR-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE PROVIDER CONTENTS

More information

OpenMake Dynamic DevOps Suite 7.5 Road Map. Feature review for Mojo, Meister, CloudBuilder and Deploy+

OpenMake Dynamic DevOps Suite 7.5 Road Map. Feature review for Mojo, Meister, CloudBuilder and Deploy+ OpenMake Dynamic DevOps Suite 7.5 Road Map Feature review for Mojo, Meister, CloudBuilder and Deploy+ Release Date: August 2012 Dated: May 21, 2012 Table of Contents OpenMake Dynamic DevOps Suite 7.5 Road

More information

Mastering Continuous Integration with Jenkins

Mastering Continuous Integration with Jenkins 1. Course Objectives Students will walk away with a solid understanding of how to implement a Continuous Integration (CI) environment with Jenkins, including: Setting up a production-grade instance of

More information

Continuous Delivery for Alfresco Solutions. Satisfied customers and happy developers with!! Continuous Delivery!

Continuous Delivery for Alfresco Solutions. Satisfied customers and happy developers with!! Continuous Delivery! Continuous Delivery for Alfresco Solutions Satisfied customers and happy developers with!! Continuous Delivery! About me Roeland Hofkens #rhofkens roeland.hofkens@westernacher.com http://opensource.westernacher.com

More information

How To Manage Change In Jeepers

How To Manage Change In Jeepers Continuous Integration Continuous Integration What is Continuous Integration? In software engineering, continuous integration (CI) implements continuous processes of applying quality control small pieces

More information

Making Peace with the User Profile Service. Todd Klindt & Shane Young Rackspace

Making Peace with the User Profile Service. Todd Klindt & Shane Young Rackspace Making Peace with the User Profile Service Todd Klindt & Shane Young Rackspace Who is this Todd guy? WSS MVP since 2006 Speaker, writer, consultant, Aquarius, President of Shane Young fan club Personal

More information

MANAGE AND DEPLOY YOUR SITES WITH DRUSH

MANAGE AND DEPLOY YOUR SITES WITH DRUSH MANAGE AND DEPLOY YOUR SITES WITH DRUSH BASTIAN WIDMER @DASRECHT DEVOPS TRACK Who are you? Bastian Widmer @dasrecht Switzerland DevOps Track Chair Fuck it we do it live -Ops Agenda 1 Introduction 2 Where

More information

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift Cloud Hosting QCLUG presentation - Aaron Johnson Amazon AWS Heroku OpenShift What is Cloud Hosting? According to the Wikipedia - 2/13 Cloud computing, or in simpler shorthand just "the cloud", focuses

More information

Brakeman and Jenkins: The Duo Detects Defects in Ruby on Rails Code

Brakeman and Jenkins: The Duo Detects Defects in Ruby on Rails Code Brakeman and Jenkins: The Duo Detects Defects in Ruby on Rails Code Justin Collins Tin Zaw AppSec USA September 23, 2011 About Us Justin Collins - @presidentbeef Tin Zaw - @tzaw Our Philosophy: Light Touch

More information

Continuous Integration and Delivery at NSIDC

Continuous Integration and Delivery at NSIDC National Snow and Ice Data Center Supporting Cryospheric Research Since 1976 Continuous Integration and Delivery at NSIDC Julia Collins National Snow and Ice Data Center Cooperative Institute for Research

More information

StriderCD Book. Release 1.4. Niall O Higgins

StriderCD Book. Release 1.4. Niall O Higgins StriderCD Book Release 1.4 Niall O Higgins August 22, 2015 Contents 1 Introduction 3 1.1 What Is Strider.............................................. 3 1.2 What Is Continuous Integration.....................................

More information

Deploying a Service into the Cloud. Michael Eichenberger CEO stepping stone GmbH Open Cloud Day 16 th of June 2015

Deploying a Service into the Cloud. Michael Eichenberger CEO stepping stone GmbH Open Cloud Day 16 th of June 2015 Deploying a Service into the Cloud Michael Eichenberger CEO stepping stone GmbH Open Cloud Day 16 th of June 2015 Goal About us & me What are the Challenges? Identification of Needs Requirements Definition

More information

Getting Started with DevOps Automation

Getting Started with DevOps Automation Getting Started with DevOps Automation Cisco ebook by Scott Sanchez, Director of Strategy Table of Contents 1. 2. 3. 4. 5. 6. 7. Introduction... 3 Background... 4 Getting Started... 5 Selecting a Platform...

More information

Jenkins World Tour 2015 Santa Clara, CA, September 2-3

Jenkins World Tour 2015 Santa Clara, CA, September 2-3 1 Jenkins World Tour 2015 Santa Clara, CA, September 2-3 Continuous Delivery with Container Ecosystem CAD @ Platform Equinix - Overview CAD Current Industry - Opportunities Monolithic to Micro Service

More information

Security Automation in Agile SDLC Real World Cases

Security Automation in Agile SDLC Real World Cases Security Automation in Agile SDLC Real World Cases Ofer Maor Director of Security Strategy, Synopsys AppSec California, January 2016 Speaker Security Strategy at Synopsys Founder of Seeker / Pioneer of

More information

Azure Day Application Development

Azure Day Application Development Azure Day Application Development Randy Pagels Developer Technology Specialist Tim Adams Developer Solutions Specialist Azure App Service.NET, Java, Node.js, PHP, Python Auto patching Auto scale Integration

More information

DevOps. Jesse Pai Robert Monical 8/14/2015

DevOps. Jesse Pai Robert Monical 8/14/2015 DevOps Jesse Pai Robert Monical 8/14/2015 Agile Software Development 8/14/2015 2015 SGT Inc. 2 Agile Practices Adaptive planning Acceptance of changes in requirements and adapting to said changes Close

More information

Is This Your Pipe? Hijacking the Build Pipeline

Is This Your Pipe? Hijacking the Build Pipeline Is This Your Pipe? Hijacking the Build Pipeline $ whoami @rgbkrk OSS, Builds and Testing Protecting pipelines Need Want benefits of continuous delivery! Open source pathways to real, running infrastructure!

More information

Fundamentals of Continuous Integration

Fundamentals of Continuous Integration Zend Blueprint for Delivery Fundamentals of Jenkins with and server by Slavey Karadzhov Introduction Delivery is a methodology, a mindset change and a leadership practice that focuses on how to achieve

More information

White Paper. The Importance of Automating the End to End Pipeline for Continuous Delivery

White Paper. The Importance of Automating the End to End Pipeline for Continuous Delivery White Paper The Importance of Automating the End to End Pipeline for Continuous Delivery The Importance of Automating the End to End Pipeline for Continuous Delivery Executive Summary Continuous Delivery

More information

Open Source Multi-Cloud, Multi- Tenant Automation in the cloud with SlipStream PaaS

Open Source Multi-Cloud, Multi- Tenant Automation in the cloud with SlipStream PaaS Open Source Multi-Cloud, Multi- Tenant Automation in the cloud with SlipStream PaaS A professional open source solution Robert Branchat, SixSq 5 July 2014 Lyon, France Based in Geneva, Switzerland Founded

More information

Whitepaper. Continuous Integration Tools Applying Best Practices to the Toolchain

Whitepaper. Continuous Integration Tools Applying Best Practices to the Toolchain Whitepaper Continuous Integration Tools Applying Best Practices to the Toolchain Table of Contents Introduction... 3 Continuous Integration Tools... 3 Device Test Automation... 3 API / Web Test Automation...

More information

Continuous Integration and Delivery. manage development build deploy / release

Continuous Integration and Delivery. manage development build deploy / release Continuous Integration and Delivery manage development build deploy / release test About the new CI Tool Chain One of the biggest changes on the next releases of XDK, will be the adoption of the New CI

More information

Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason

Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason Workshop 2: Empowering a Self-Service Organization through Forms & Workflows Jennifer Ann Mason Rackspace Hosting Produced by: Supported by: What I ll Cover Getting Started! The Basics of Forms Automating

More information

How To Design A Private Cloud Powered By Openstack

How To Design A Private Cloud Powered By Openstack Rackspace Private Cloud Powered By OpenStack: The Customer Experience Author: Christian Foster Director, Rackspace Private Cloud Rackspace Private Cloud Powered By OpenStack : The Customer Experience Cover

More information

What new with Informix Software as a Service and Bluemix? Brian Hughes IBM

What new with Informix Software as a Service and Bluemix? Brian Hughes IBM What new with Informix Software as a Service and Bluemix? Brian Hughes IBM 1 Acknowledgements and Disclaimers Availability. References in this presentation to IBM products, programs, or services do not

More information

Why Engine Yard is better than Do it yourself

Why Engine Yard is better than Do it yourself Why Engine Yard is better than Do it yourself Comparisons between Platform as a Service and self-administered infrastructure Engine Yard www.engineyard.com sales@engineyard.com 1-866-518-9273 1-415-624-8380

More information

GETTING STARTED WITH CONTINUOUS DELIVERY. Lana Kalashnyk @lana_vk wcgp.co

GETTING STARTED WITH CONTINUOUS DELIVERY. Lana Kalashnyk @lana_vk wcgp.co GETTING STARTED WITH CONTINUOUS DELIVERY Lana Kalashnyk @lana_vk wcgp.co ABOUT ME Lana Kalashnyk BAAS Computer Science minor Business Administration AS in Computer Science emphasis on Networking Cisco

More information

MADFW IaaS Program Review

MADFW IaaS Program Review MADFW IaaS Program Review MADFW CONFIGURATION REPORTING CONTENT AUDITING INSTANCE MANAGEMENT LIFE-CYCLE Terry Seibel MSD SETA 703.808.5741 seibelte@nro.mil Shawn Wells Technical Director 443.534.0130 shawn@redhat.com

More information

Deploying Your Application On Public Cloud

Deploying Your Application On Public Cloud #GHC14 Deploying Your Application On Public Cloud Egle Sigler @eglute Iccha Sethi @IcchaSethi October 9, Egle Sigler Principal Architect at Rackspace Works with OpenStack POWER: Professional Organization

More information

MAY/JUNE 2016 SOFTWARE ENERGY CONSUMPTION // 83 REACTIVE PROGRAMMING // 109 WWW.COMPUTER.ORG/SOFTWARE IEEE SOFTWARE. May/June 2016

MAY/JUNE 2016 SOFTWARE ENERGY CONSUMPTION // 83 REACTIVE PROGRAMMING // 109 WWW.COMPUTER.ORG/SOFTWARE IEEE SOFTWARE. May/June 2016 MAY/JUNE 2016 IEEE SOFTWARE May/June 2016 SOFTWARE ENGINEERING FOR DEVOPS SOFTWARE ENERGY CONSUMPTION // 83 REACTIVE PROGRAMMING // 109 Volume 33 Number 3 WWW.COMPUTER.ORG/SOFTWARE SOFTWARE TECHNOLOGY

More information

DevOps Stack. Reid Holmes. Chris Parnin: https://github.com/csc-devops/course

DevOps Stack. Reid Holmes. Chris Parnin: https://github.com/csc-devops/course Chris Parnin: https://github.com/csc-devops/course DevOps Stack Reid Holmes https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/devops.svg/2000px-devops.svg.png Pro Ben Stil Waterfall model Agile

More information

Agile Software Factory: Bringing the reliability of a manufacturing line to software development

Agile Software Factory: Bringing the reliability of a manufacturing line to software development Agile Software Factory: Bringing the reliability of a manufacturing line to software development Today s businesses are complex organizations that must be agile across multiple channels in highly competitive

More information

Continuous Integration

Continuous Integration Continuous Integration Sébastien Besson Open Microscopy Environment Wellcome Trust Centre for Gene Regulation & Expression College of Life Sciences, University of Dundee Dundee, Scotland, UK 1 Plan 1.

More information

Modularity in the cloud. A case study

Modularity in the cloud. A case study Modularity in the cloud A case study Paul Bakker Architect at Luminis Technologies @pbakker The case Educational system focussed on personalized learning Used in high schools in The Netherlands Expand

More information

WHAT S NEW & COOL. Zenoss Service Dynamics 5 February 2015

WHAT S NEW & COOL. Zenoss Service Dynamics 5 February 2015 WHAT S NEW & COOL Zenoss Service Dynamics 5 February 2015 What s New and Cool Zenoss Service Dynamics 5 redefines monitoring for today s modern IT infrastructures. Most organizations still rely on either

More information

FAA San Diego Call Center

FAA San Diego Call Center FAA San Diego Call Center CVP Components Setup Documentation Prepared For: FAA San Diego Prepared By: AT&T Version 1.1 September 6, 2008 Table of Contents TABLE OF CONTENTS...I EXECUTIVE SUMMARY...2 REQUIREMENTS

More information

Simple and powerful site deployment with capistrano

Simple and powerful site deployment with capistrano Simple and powerful site deployment with capistrano Kim Pepper kim@previousnext.com.au @scorchio96 d.o: kim.pepper How are you deploying now? FTP, SFTP, SCP? SSH + GIT? Aegir? Drush? Debian packages? Don't

More information

Mobile Development with Git, Gerrit & Jenkins

Mobile Development with Git, Gerrit & Jenkins Mobile Development with Git, Gerrit & Jenkins Luca Milanesio luca@gerritforge.com June 2013 1 ENTERPRISE CLOUD DEVELOPMENT Copyright 2013 CollabNet, Inc. All Rights Reserved. About CollabNet Founded in

More information

Continuous Delivery and Test Automation in Agile SW projects with Robot Framework 7.6.2013 Antti Pohjonen

Continuous Delivery and Test Automation in Agile SW projects with Robot Framework 7.6.2013 Antti Pohjonen Continuous Delivery and Test Automation in Agile SW projects with Robot Framework 7.6.2013 Antti Pohjonen Copyright Knowit Oy 2013 Public Version 1.0 Group revenue (MEUR) Trusted Partner in Nordics Knowit

More information

Creating a dynamic software deployment solution using free/libre software

Creating a dynamic software deployment solution using free/libre software Creating a dynamic software deployment solution using free/libre software LinuxTag 2014 08.05.2014 Mattias Giese Solutions Architect for Systems Management and Monitoring giese@b1-systems.de - Linux/Open

More information

REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK

REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK African Development Bank Immeuble du Centre Commercial D'Abidjan, Avenue Jean Paul II, BP 1387 Abidjan 01, Cote d Ivoire Corporate IT Services

More information

DEPLOYING DRUPAL USING CAPISTRANO

DEPLOYING DRUPAL USING CAPISTRANO DEPLOYING DRUPAL USING CAPISTRANO Jochen Verdeyen @jochenverdeyen SITUATIONS PREREQUISITES SSH Ruby (local) Git (servers) INSTALLATION source 'https://rubygems.org' group :deploy do gem 'capistrano',

More information

Managed Metadata in Plain English

Managed Metadata in Plain English Managed Metadata in Plain English Understand, Manage, & Use March 31, 2014 About me! Joelle Farley Business Solution Consultant & SharePoint Developer Former Business Analyst & Instructional Designer Started

More information

TEST AUTOMATION FRAMEWORK

TEST AUTOMATION FRAMEWORK TEST AUTOMATION FRAMEWORK Twister Topics Quick introduction Use cases High Level Description Benefits Next steps Twister How to get Twister is an open source test automation framework. The code, user guide

More information

Service Orchestration

Service Orchestration June 2015 Service Orchestration Infos and Use Cases Falko Dautel Robert Thullner Agenda + Overview + Use Cases & Demos VM Provisioning with ServiceNow Employee Onboarding + Summary + Questions & Answers

More information

GOVERNMENT SERVICES. Open Source Software Development Web Content Management Mobile + Web Apps

GOVERNMENT SERVICES. Open Source Software Development Web Content Management Mobile + Web Apps GOVERNMENT SERVICES Open Source Software Development Web Content Management Mobile + Web Apps 2014 CORPORATE NAME: Promet Solutions Corporation (dba Promet Source) DUNS: 191251136 CAGE: 6QMZ2 FEDERAL EIN:

More information

Patterns to Introduce Continuous Integration to Organizations

Patterns to Introduce Continuous Integration to Organizations Patterns to Introduce Continuous Integration to Organizations Kenichiro Ota Shift inc. Tokyo Japan oota_ken@hotmail.com kenichiro.ota@shiftinc.jp Hiroko Tamagawa Shift inc. Tokyo Japan hiroko.tamagawa@shiftinc.jp

More information

Developing Plugins for Cloud Scale

Developing Plugins for Cloud Scale Developing Plugins for Cloud Scale Who I am? 2 Who I am? I am? Oscar Sanjuan Engineering Director Email: oscar@elasticbox.com Twitter: twitter.com/elasticbox Blog: elasticbox.com/blog What does Elasticbox?

More information

DevOps. Production Operations - The Last Mile of a DevOps Strategy

DevOps. Production Operations - The Last Mile of a DevOps Strategy DevOps Production Operations - The Last Mile of a DevOps Strategy Fran Connolly March 2014 Executive Summary The emergence of DevOps into the mainstream is well underway. There continues to be some confusion,

More information

Supercharge your MySQL application performance with Cloud Databases

Supercharge your MySQL application performance with Cloud Databases Supercharge your MySQL application performance with Cloud Databases J.R. Arredondo Director Product Marketing Kelly Goolsby Sales Engineering Manager Daniel Morris Senior Product Manager Dave Fowler Founder

More information

Continuous Delivery for Linux/Windows/Hadoop

Continuous Delivery for Linux/Windows/Hadoop Continuous Delivery for Linux/Windows/Hadoop Wisely Chen Agenda Background Problem Solution Demo Q & A Who I am Wisely Chen ( thegiive@gmail.com ) Enjoys promoting open source tech Release manager of Yahoo!

More information

DevOps and SUSE From check-in to deployment

DevOps and SUSE From check-in to deployment DevOps and SUSE From check-in to deployment Rodolfo Bejarano SUSE Systems Engineer rodolfo.bejarano@suse.com Rick Ashford SUSE Systems Engineer rick.ashford@suse.com 2 Agenda 3 Introductions Development

More information

Using Vagrant for Magento development. Alexander Turiak, @HexBrain

Using Vagrant for Magento development. Alexander Turiak, @HexBrain Using Vagrant for Magento development Alexander Turiak, @HexBrain $ whoami - Magento developer since 2011 - (Tries to be) Active in Magento community - Co-founded HexBrain in 2013 Key points - What is

More information

A Tale of Two Workloads

A Tale of Two Workloads A Tale of Two Workloads USING OPENSTACK AND VMWARE VSPHERE TO BUILD A HYBRID SOLUTION CONTENTS. Executive Summary. 2 Understanding the Challenges. 2 Development of a Two-Workload Strategy. 3 Understanding

More information

Evangelism Identifying key members of the user community and assist them in using clients' solutions

Evangelism Identifying key members of the user community and assist them in using clients' solutions Adam Goucher 510 Reynolds St, Whitby, Ontario, L1N 6H5 Cell: 905 995 5035 E-mail: adam@element34.ca Web: http://www.element34.ca Twitter: @adamgoucher I can help you create new test teams introduce new

More information

Gerrit and Jenkins for Big Data Continuous Delivery. Santa Clara, CA, September 2-3

Gerrit and Jenkins for Big Data Continuous Delivery. Santa Clara, CA, September 2-3 Gerrit and Jenkins for Big Data Continuous Delivery Santa Clara, CA, September 2-3 1 About GerritForge Founded in 2009 in London Committed to OpenSource 2 The Team Luca Milanesio Co-founder and Director

More information

Achieving Continuous Integration with Drupal

Achieving Continuous Integration with Drupal 23 Au gu Achieving Continuous Integration with Drupal st 20 12 Achieving Continuous Integration with Drupal Drupalcon Munich 2012 Barry Jaspan barry.jaspan@acquia.com The Evolution of a Drupal Developer

More information

Data Center Automation with YADT

Data Center Automation with YADT Data Center Automation with YADT Berlin 23.05.2013 Schlomo Schapiro Systems Architect, Open Source Evangelist License: http://creativecommons.org/licenses/by-nc-nd/3.0/ www.immobilienscout24.de >2 billion

More information

Cloud Security. in an Agile World. Written by: Jaret Chiles, Enterprise Cloud Solutions Architect and Matt Tesauro, Product Security Engineering Lead

Cloud Security. in an Agile World. Written by: Jaret Chiles, Enterprise Cloud Solutions Architect and Matt Tesauro, Product Security Engineering Lead Cloud Security in an Agile World Written by: Jaret Chiles, Enterprise Cloud Solutions Architect and Matt Tesauro, Product Security Engineering Lead Cloud Security in an Agile World Cover Table of Contents

More information

INCREASE YOUR WEBMETHODS ROI WITH AUTOMATED TESTING. Copyright 2015 CloudGen, LLC

INCREASE YOUR WEBMETHODS ROI WITH AUTOMATED TESTING. Copyright 2015 CloudGen, LLC INCREASE YOUR WEBMETHODS ROI WITH AUTOMATED TESTING Your Ultimate Partner for integration everywhere, ieverywhere TM CloudGen is an esteemed provider of information technology, business consulting, enterprise

More information

How to Meet the Growing Demands on IT:

How to Meet the Growing Demands on IT: How to Meet the Growing Demands on IT: FOUR STEPS ALONG THE PATH CONTENTS Executive Summary. 1 The Challenges. 2 A New Model. 3 Conclusions. 10 About. 10 Notes. 11 EXECUTIVE SUMMARY IT is always on a journey

More information

Version Control Your Jenkins Jobs with Jenkins Job Builder

Version Control Your Jenkins Jobs with Jenkins Job Builder Version Control Your Jenkins Jobs with Jenkins Job Builder Abstract Wayne Warren wayne@puppetlabs.com Puppet Labs uses Jenkins to automate building and testing software. While we do derive benefit from

More information

Bluebonnet Electric Cooperative Streamlines AP Process

Bluebonnet Electric Cooperative Streamlines AP Process Bluebonnet Electric Cooperative Streamlines AP Process 2009 Perceptive Software Rachel Ellis Manager Administrative Services 800.842.7708 rachel.ellis@bluebonnet.coop Shirley Patschke Records Management

More information

ACCELERATE DEVOPS USING OPENSHIFT PAAS

ACCELERATE DEVOPS USING OPENSHIFT PAAS ACCELERATE DEVOPS USING OPENSHIFT PAAS September 3, 2014 AGENDA World we live in today IT organization: Charter, goals, and challenges DevOps: Problem statement, what, and why How to enable DevOps Application

More information

depl Documentation Release 0.0.1 depl contributors

depl Documentation Release 0.0.1 depl contributors depl Documentation Release 0.0.1 depl contributors December 19, 2013 Contents 1 Why depl and not ansible, puppet, chef, docker or vagrant? 3 2 Blog Posts talking about depl 5 3 Docs 7 3.1 Installation

More information

Meeting IT's Growing Demands

Meeting IT's Growing Demands How to Meet the Growing Demands on IT: Four Steps Along the Path Contents Executive Summary. 2 The Challenges. 3 A New Model. 4 Conclusions. 10 About Rackspace. 11 Notes. 11 How to Meet the Growing Demands

More information

OpenShift. Marek Jelen, OpenShift, Red Hat

OpenShift. Marek Jelen, OpenShift, Red Hat OpenShift Marek Jelen, OpenShift, Red Hat The problem Ever growing pressure on IT IT becoming the most integral part of most organizations The budgets do not grow as the requirements do Engineers demanding

More information