:Info: My install notes for Puppet (both agent and master) from source, OpenStack from source, and RVM on Ubuntu 12.04
:Author: Michael Joseph Walsh
Create a VirtualBox VM with 3072 MBytes of memory, a 20 GB Hard drive,
Veewee::Session.declare({ | |
:cpu_count => '1', :memory_size=> '384', | |
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :ioapic => 'on', :pae => 'on', | |
:os_type_id => 'RedHat_64', | |
:iso_file => "CentOS-5.7-x86_64-bin-DVD-1of2.iso", | |
:iso_src => "http://mirror.steadfast.net/centos/5.7/isos/x86_64/CentOS-5.7-x86_64-bin-DVD-1of2.iso", | |
:iso_md5 => "55eadec0a6e87c5f2883f734d43fdb58", | |
:iso_download_timeout => 1000, | |
:boot_wait => "10", :boot_cmd_sequence => [ 'linux text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ], | |
:kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg", |
Veewee::Session.declare({ | |
:cpu_count => '1', :memory_size=> '384', | |
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :ioapic => 'on', :pae => 'on', | |
:os_type_id => 'RedHat_64', | |
:iso_file => "CentOS-5.7-x86_64-bin-DVD-1of2.iso", | |
:iso_src => "http://mirror.steadfast.net/centos/5.7/isos/x86_64/CentOS-5.7-x86_64-bin-DVD-1of2.iso", | |
:iso_md5 => "55eadec0a6e87c5f2883f734d43fdb58", | |
:iso_download_timeout => 1000, | |
:boot_wait => "10", :boot_cmd_sequence => [ 'linux text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ], | |
:kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg", |
### | |
# A Python script to extract data out of a DISA STIG Viewer xccdf file to a CSV | |
# @author Michael Joseph Walsh <[email protected]> | |
## | |
import csv | |
import glob | |
import os | |
import sys | |
import xml.etree.ElementTree as ET |
I hereby claim:
To claim this, I am signing this object:
## install chromedriver while on OS X living in a fish | |
brew install chromedriver | |
## get around apple's prophylactic, so the executable can be executed | |
bash -c 'xattr -r -d com.apple.quarantine $(which chromedriver)' | |
A CA file has been bootstrapped using certificates from the system | |
keychain. To add additional certificates, place .pem files in |