Ensemble Welcome to Service Management Clint Byrum Ubuntu Server - - PowerPoint PPT Presentation

ensemble welcome to service management
SMART_READER_LITE
LIVE PREVIEW

Ensemble Welcome to Service Management Clint Byrum Ubuntu Server - - PowerPoint PPT Presentation

Ensemble Welcome to Service Management Clint Byrum Ubuntu Server Team Ubuntu Cloud Days 2011 What is Service Management? End User focused Models How Services Relate To One Another Higher Level than Configuration Management Contrast With


slide-1
SLIDE 1

Ensemble – Welcome to Service Management

Clint Byrum Ubuntu Server Team Ubuntu Cloud Days 2011

slide-2
SLIDE 2

What is Service Management?

End User focused Models How Services Relate To One Another Higher Level than Configuration Management

slide-3
SLIDE 3

Contrast With Configuration Management

Config Management

  • Machine Centric
  • De-coupled from provisioning
  • Knowledge Sharing Involves

Customization and assumptions.

  • Analog: ./configure && make &&

sudo make install Service Management

  • Service Centric
  • Coupled with provisioning
  • Designed for Knowledge Sharing
  • Complimentary to config

management

  • Analog: apt-get install
slide-4
SLIDE 4

Terms

  • “service unit” - One member of a service
  • “formula” - metadata and code that

models a service's relationships with

  • ther services.
  • “environment” - configuration of machine

provider and settings for deploying related services together

  • “bootstrap” - The initial step required to

start using an environment

slide-5
SLIDE 5

Basic Workflow

Bootstrap Environment (ensemble bootstrap) Deploy Services (ensemble deploy mysql wiki-db; ensemble deploy mediawiki demo-wiki) Relate Services (ensemble add-relation demo-wiki:db wiki-db:db) Scale up/down (ensemble add-unit demo-wiki)

slide-6
SLIDE 6

How does it work?