13
Automating Cloud Testing and Deployment with Deploy Monday 9/16/2013 5:10pm Room Strand 12A Kay Williams - Project Lead deploy

Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Embed Size (px)

Citation preview

Page 1: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Automating Cloud Testing and Deployment with Deploy

Monday – 9/16/2013 5:10pm – Room Strand 12A

Kay Williams - Project Lead

deploy

Page 2: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Background

• Software Deployment Platform

– System and Application

• Started in 2004

• Community project

– Contributors from Msft, Amazon, Ebay, EMC, HP

– Guidance from VMware, Citrix, Red Hat

• Currently supports CentOS/RHEL

www.deployproject.org Deploy Project 2

Page 3: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Deploy Overview

Package

Test

Deploy

Maintain

www.deployproject.org Deploy Project 3

Deployment Automation Supports: • Packaging software • Managing configuration • Testing install/update • Deploying/maintaining

production systems

Integrated process: • Seamless • Continuous • Reliable

Page 4: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Why Use Deploy?

• Complete – Installation and Update – Desktops and Servers – Applications, Configuration and Operating Systems – Physical, Virtual and Cloud – Automated Testing

• Standard – Integrates with Existing Deployment Infrastructure

• Open – Open Source, Nonprofit, Vendor-Neutral – Flexible Platform

www.deployproject.org Deploy Project 4

Page 5: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

How Does Deploy Work?

1. Write a definition – Everything needed to

build, test, deploy and maintain a system

– Start with templates for config, testing, and deployment

2. Run Deploy – Command line

www.deployproject.org Deploy Project 5

# deploy web-server.definition

web-server.definition

<main>…

<repos>…

<config-rpms>…

<test-install>…

<test-update>…

<publish>…

Page 6: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Deploy Process Overview

www.deployproject.org Deploy Project 6

Step 2: Tests System

Installation and Updates

Step 1: Creates a System

Repository

Step 3: Deploys

Production Systems

Step 4: Updates

Production Systems

Test Package Deploy Maintain

Page 7: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Step 1: Creates a System Repository

• Essentially a “mini OS distribution”

– Packages

– Installation images

• Everything needed to install and update a system reliably

www.deployproject.org Deploy Project 7

System Repository

install.img

Page 8: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Step 2: Tests Installation and Updates

• Creates test machines – Test Install – Test Update

• Uses deployment templates – Environment specific

(physical, virtual, cloud) – Install, delete, update, etc.

• Runs test scripts – Package installation,

updates and removal – User-provided scripts

www.deployproject.org Deploy Project 8

Test Install

Test Update

Page 9: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Step 3: Deploys to Production Systems

• Publishes system repository to a web server location

• Users can…

– Deploy as usual

• Network installation, DVD, Enterprise management system, etc.

Or

• Use Deploy to automate deployment

www.deployproject.org Deploy Project 9

Deploy

Publish

Page 10: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Step 4: Updates Production Systems

• As time goes on… – Rerun Deploy to update system

repository

• Users can… – Rely on YUM to pull updates on

scheduled basis Or

– Use Deploy to push updates

• Yum “sync” plugin – Replicates packages from

system repository to production machines

www.deployproject.org Deploy Project 10

Update

Page 11: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Demo Overview

www.deployproject.org Deploy Project 11

• Review Example Definition

– Drupal Server Configuration Template

– Libvirt Deployment Template

• Create Drupal Server

• Review Drupal Server Results

• Update Drupal Server

– Windows Azure Deployment Template

Page 12: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Demo

Drupal Server Example

www.deployproject.org Deploy Project 12

Page 13: Automating System Deployment with Deploy · PDF file–Guidance from VMware, Citrix, Red Hat ... –Windows Azure Deployment Template . Demo Drupal Server Example Deploy Project 12

Wrap-Up

• Visit our booth

• Visit www.deployproject.org

– Download

– Documentation

– Mailing Lists

• Questions?

www.deployproject.org Deploy Project 13