Skip to content

aruntheja-2/vagrant-cicd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-example

vagrant starter kit

Requirements

Virtualbox                  => https://www.virtualbox.org
Vagrant                     => http://www.vagrantup.com
vagrant-hostmanager         => vagrant plugin install vagrant-hostmanager
vagrant-puppet-install      => vagrant plugin install vagrant-puppet-install
vagrant-cachier  (optional) => vagrant plugin install vagrant-cachier

Preparation

git submodule update --init
bundle install

Setup

vagrant up

Inspec tests

bundle exec rake
bundle exec rake inspec[centos7] 

TLDR

(G)UI interfaces

jenkins: http://jenkins.cicd.vagrant
nexus: http://nexus.cicd.vagrant

About

reference implementation of qa systems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 71.1%
  • Puppet 28.9%