Giter Club home page Giter Club logo

jeffmccune-mockbuild's Introduction

Puppet mockbuild Module

Jeff McCune [email protected] 2011-03-17

This module manages a basic RPM Build environment. I've tested this with the vagrant boxes for CentOS 5.5 64 bit and RHEL 6.0 64 Bit.

The Vagrant boxes should be posted to:

http://vagrantbox.es/

The overall idea is that a vagrant project directory will be used to build packages from a base box. This module should be used with the Puppet provisioner in Vagrant to provision the build box.

Example Vagrantfile

Vagrant::Config.run do |config|

  # Change this box name depending on the system you want.
  box = "rhel60_64"

  # Every Vagrant virtual environment requires a box to build off of.
  config.vm.box = "#{box}"
  config.vm.box_url = "http://faro.puppetlabs.lan/vagrant/#{box}.box"

  config.vm.customize do |vm|
    vm.memory_size = 768
    vm.cpu_count = 2
  end

  config.vm.provision :shell, :path => "setup_build_env.sh"

  # This will provision the box using puppet
  config.vm.provision :puppet do |puppet|
    puppet.options        = "-v --vardir=/var/lib/puppet --ssldir=/var/lib/puppet/ssl"
    puppet.module_path    = "modules"
    puppet.manifests_path = "manifests"
    puppet.manifest_file  = "site.pp"
  end

end

jeffmccune-mockbuild's People

Stargazers

 avatar

Watchers

 avatar

Forkers

hotschedules

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.