Download and install VirtualBox
Download and install Vagrant
Clone devstack repository
git clone git://github.com/openstack-dev/devstack.git
Switch to devstack directory
| input { | |
| exec { | |
| type => "dstat" | |
| command => "dstat -cdngypms --nocolor 1 0" | |
| interval => 13 | |
| } | |
| exec { | |
| type => "apache-benchmark" |
| input { | |
| file { | |
| path => [ "/var/log/messages", "/var/log/kern.log" ] | |
| type => "linux-syslog" | |
| } | |
| file { | |
| path => "/var/log/apache2/access.log" | |
| type => "apache-access" | |
| } |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; | |
| default_type application/octet-stream; | |
| sendfile on; |
Download and install VirtualBox
Download and install Vagrant
Clone devstack repository
git clone git://github.com/openstack-dev/devstack.git
Switch to devstack directory
| user { "git": | |
| home => "/var/git", | |
| ensure => present | |
| } | |
| file { | |
| "/var/git": | |
| ensure => directory, | |
| owner => "git", | |
| group => "git", |