Configuration Management

From Warwick Student Cinema
Revision as of 12:16, 20 October 2006 by 32.112.139.170 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How best to manage the configuration of the servers

  • It has become clear that a configuration managment system needs to be implemented for the servers

Virtualisation

  • Virtualisation of services would mean that they can be set up once and moved around the servers as hardware is upgraded
  • Access can be controlled on a per-service level

Revision Control System

  • /etc could be put into CVS
  • A possible structure would have different branches for each server and trunk holds common configuration
  • Update would be pushed in a similar way to the website ie. on each commit a script is run to push the updates

Configuration Management Software

  • Cfengine or puppy are the most popular candidates