GithubHelp home page GithubHelp logo

ulhpc / puppet-xen Goto Github PK

View Code? Open in Web Editor NEW
0.0 8.0 1.0 132 KB

Configure and manage Xen - DEPRECATED/UNMAINTAINED

License: Other

Ruby 18.85% Puppet 43.97% HTML 12.30% Shell 24.87%
puppet xen virtualisation

puppet-xen's Introduction

-- mode: markdown; mode: visual-line; --

Xen Puppet Module

Puppet Forge License Supported Platforms Documentation Status

Configure and manage Xen

  Copyright (c) 2017 UL HPC Team <[email protected]>

| Project Page | Sources | Documentation | Issues |

Synopsis

Configure and manage Xen.

This module implements the following elements:

  • Puppet classes:

    • xen
    • xen::common
    • xen::common::debian
    • xen::params
  • Puppet definitions:

    • xen::domu
    • xen::network::bridge

All these components are configured through a set of variables you will find in manifests/params.pp.

Note: the various operations that can be conducted from this repository are piloted from a Rakefile and assumes you have a running Ruby installation. See docs/contributing.md for more details on the steps you shall follow to have this Rakefile working properly.

Dependencies

See metadata.json. In particular, this module depends on

Overview and Usage

Class xen

This is the main class defined in this module. It accepts the following parameters:

  • $ensure: default to 'present', can be 'absent'

Use it as follows:

 include ' xen'

See also tests/init.pp

Definition xen::domu

The definition xen::domu provides ... This definition accepts the following parameters:

  • $ensure: default to 'present', can be 'absent'
  • $content: specify the contents of the directive as a string
  • $source: copy a file as the content of the directive.

Example:

    xen::domu { 'toto':
	      ensure => 'present',
    }

See also tests/domu.pp

Definition xen::network::bridge

The definition xen::network::bridge provides ... This definition accepts the following parameters:

  • $ensure: default to 'present', can be 'absent'
  • $content: specify the contents of the directive as a string
  • $source: copy a file as the content of the directive.

Example:

    xen::network::bridge { 'toto':
	      ensure => 'present',
    }

See also tests/network/bridge.pp

Librarian-Puppet / R10K Setup

You can of course configure the xen module in your Puppetfile to make it available with Librarian puppet or r10k by adding the following entry:

 # Modules from the Puppet Forge
 mod "ULHPC/xen"

or, if you prefer to work on the git version:

 mod "ULHPC/xen", 
     :git => 'https://github.com/ULHPC/puppet-xen',
     :ref => 'production' 

Issues / Feature request

You can submit bug / issues / feature request using the ULHPC/xen Puppet Module Tracker.

Developments / Contributing to the code

If you want to contribute to the code, you shall be aware of the way this module is organized. These elements are detailed on docs/contributing.md.

You are more than welcome to contribute to its development by sending a pull request.

Puppet modules tests within a Vagrant box

The best way to test this module in a non-intrusive way is to rely on Vagrant. The Vagrantfile at the root of the repository pilot the provisioning various vagrant boxes available on Vagrant cloud you can use to test this module.

See docs/vagrant.md for more details.

Online Documentation

Read the Docs aka RTFD hosts documentation for the open source community and the ULHPC/xen puppet module has its documentation (see the docs/ directly) hosted on readthedocs.

See docs/rtfd.md for more details.

Licence

This project and the sources proposed within this repository are released under the terms of the GPL-3.0 licence.

Licence

puppet-xen's People

Contributors

fgeorgatos avatar hcartiaux avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

maxwhite-ua

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.