OS template cache preparation

From OpenVZ Linux Containers Wiki
Jump to: navigation, search

This article describes the procedure of an OS template cache preparation. It assumes you already have OpenVZ installed and running. The steps needed to achieve it are documented in the Quick installation document.

Contents

  • 1 Precreated templates
  • 2 Next step
  • 3 Obsoleted: use template tools
    • 3.1 Terminology
    • 3.2 Creating an OS template cache
      • 3.2.1 Installing template utilities
        • 3.2.1.1 Using yum
        • 3.2.1.2 Using rpm
      • 3.2.2 Installing OS template metadata
        • 3.2.2.1 Using yum
        • 3.2.2.2 Using rpm
      • 3.2.3 Running vzpkgcache

Precreated templates

Use precreated templates taken from Downloads » Templates » Precreated, or directly from download.openvz.org/template/precreated, or from one of the mirrors.

Precreated templates can be easily updated using the following algorithm:

  1. create temporary container based on template
  2. update container using OS-specific tools (yum, apt or similar)
  3. pack container as a new template

Examples of this procedure are described in details at Updating Ubuntu template, Updating Debian template, Fedora template update

In order to use precreated template cache files, download files for chosen OS distributions and place them as-is (no unpacking needed) to the /vz/template/cache directory (for Debian/Ubuntu it might be /var/lib/vz/template/cache).

Next step

Follow on to the container creation article.

Obsoleted: use template tools

spacer Warning: The rest of this document is obsoleted and is kept here for historical purposes only. Template utilities (vzpkg/vzyum) are no longer supported. Use precreated templates.

Terminology

Please make sure you understand the following terms.

An OS template is basically a set of packages from some Linux distribution used to populate a container. With OpenVZ, different distributions can co-exist on the same hardware box, so multiple OS templates can be available.

An OS template consists of system programs, libraries, and scripts needed to boot up and run the system (container), as well as some very basic applications and utilities. Applications like a compiler and an SQL server are usually not included into an OS template.

spacer Warning: The rest of this document is obsoleted and is kept here for historical purposes only. Template utilities (vzpkg/vzyum) are no longer supported. Use precreated templates.

OS template metadata is a set of a few files containing the following information:

  • List of packages that form this OS template
  • Locations of package repositories
  • Scripts needed to be executed on various stages of template installation
  • Public GPG key(s) needed to check signatures of packages
  • Additional OpenVZ-specific packages

Using OS template metadata and vzpkg tools, an OS template cache can be created.


An OS template cache is an OS template installed into a container and then packed into a gzipped tarball. Using such a cache, a new container can be created in a matter of minutes, if not seconds.

OS template cache can either be created from OS template metadata using vzpkg tools, or by other means.


Creating an OS template cache

You can create an OS template cache using template utilities and OS template metadata right on your hardware node. The process is automated and will take from about 10 minutes to a few hours, depending on the network speed, and the result will be most up-to-date template cache.

Installing template utilities

You have to install a few packages in order to be able to create/update OS template cache(s).

Using yum

# yum install vzpkg vzyum vzrpm43-python vzrpm44-python vzctl-lib

Using rpm

Packages are available from Download » Templates » Utilities. You need both vzpkg and vzyum packages, as well as one or both vzrpm43/vzrpm44 (including their -python counterparts), depending on the OS templates being used.

Install these utilities using rpm:

# rpm -ihv vzpkg*.rpm vzyum*.rpm vzrpm44*.rpm

In Red Hat Enterprise Linux, to install vzyum you will need python-elementtree, python-sqlite, and python-urlgrabber. These packages might have dependencies of their own. For example, python-sqlite needs sqlite.

Installing OS template metadata

To create an OS template cache, you need to get the metadata for the chosen OS template(s).

Using yum

To see which templates are available, run

# yum search vztmpl

To install some of the templates, run

# yum install vztmpl-XXX [...]

Using rpm

Get the chosen vztmpl-* packages from Downloads » Templates » Metadata (or directly from download.openvz.org/template/metadata or one of the mirrors and install them:

# rpm -ihv vztmpl-*.rpm


Running vzpkgcache

Run the vzpkgcache utility; see the vzpkgcache(8) man page for details. It will create or update the caches of all the templates for which the corresponding metadata exist. Before cache creation be sure that you are set up all necessary locales for rpm (see Locales inside VE).

# vzpkgcache centos-4-i386-minimal
Retrieved from "wiki.openvz.org/w/index.php?title=OS_template_cache_preparation&oldid=11495"
Personal tools
Namespaces
  • Page
  • Discussion

Variants
Views
  • Read
  • View source
  • View history
Actions
Navigation
  • Main Page
  • FAQ
  • Installation
  • OS templates
  • Latest news
  • Recent changes
Other sites
  • Blog
  • Google+ page
  • Forum
  • Bugzilla
  • Downloads
  • GIT source repo
  • CRIU project
Toolbox
  • What links here
  • Related changes
  • Special pages
  • Printable version
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.