veewee 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/Gemfile +5 -1
- data/Gemfile.lock +29 -26
- data/README.md +51 -26
- data/Rakefile +41 -36
- data/lib/veewee/scancode.rb +1 -1
- data/lib/veewee/session.rb +156 -159
- data/lib/veewee/version.rb +1 -1
- data/templates/CentOS-4.8-i386/postinstall.sh +1 -1
- data/templates/CentOS-5.5-x86_64-netboot/definition.rb +16 -0
- data/templates/CentOS-5.5-x86_64-netboot/ks.cfg +46 -0
- data/templates/CentOS-5.5-x86_64-netboot/postinstall.sh +60 -0
- data/templates/CentOS-5.6-i386-netboot/definition.rb +1 -1
- data/templates/CentOS-5.6-i386-netboot/ks.cfg +2 -2
- data/templates/CentOS-5.6-i386-netboot/postinstall.sh +1 -1
- data/templates/CentOS-5.6-i386/postinstall.sh +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/definition.rb +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/ks.cfg +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/postinstall.sh +3 -2
- data/templates/CentOS-5.7-i386-netboot/definition.rb +16 -0
- data/templates/CentOS-5.7-i386-netboot/ks.cfg +45 -0
- data/templates/CentOS-5.7-i386-netboot/postinstall.sh +53 -0
- data/templates/CentOS-5.7-x86_64-netboot/definition.rb +16 -0
- data/templates/CentOS-5.7-x86_64-netboot/ks.cfg +45 -0
- data/templates/CentOS-5.7-x86_64-netboot/postinstall.sh +60 -0
- data/templates/CentOS-6.0-i386-netboot/ks.cfg +1 -1
- data/templates/CentOS-6.0-i386-netboot/postinstall.sh +1 -1
- data/templates/CentOS-6.0-i386/postinstall.sh +2 -2
- data/templates/CentOS-6.0-x86_64-minimal/definition.rb +17 -0
- data/templates/CentOS-6.0-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.0-x86_64-minimal/postinstall.sh +50 -0
- data/templates/CentOS-6.0-x86_64-netboot/ks.cfg +1 -1
- data/templates/CentOS-6.0-x86_64-netboot/postinstall.sh +1 -1
- data/templates/CentOS-6.0-x86_64/postinstall.sh +2 -2
- data/templates/Debian-5.0.8-amd64-netboot/postinstall.sh +1 -1
- data/templates/Debian-5.0.8-i386-netboot/postinstall.sh +1 -1
- data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/definition.rb +3 -3
- data/templates/Debian-6.0.3-amd64-netboot/postinstall.sh +80 -0
- data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/preseed.cfg +0 -0
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/definition.rb +3 -3
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/postinstall.sh +2 -2
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/preseed.cfg +0 -0
- data/templates/Fedora-14-amd64-netboot/definition.rb +1 -1
- data/templates/Fedora-14-amd64-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-amd64/definition.rb +1 -1
- data/templates/Fedora-14-amd64/postinstall.sh +1 -1
- data/templates/Fedora-14-i386-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-i386/postinstall.sh +1 -1
- data/templates/Fedora-15-x86_64-netboot/definition.rb +29 -0
- data/templates/Fedora-15-x86_64-netboot/ks.cfg +64 -0
- data/templates/Fedora-15-x86_64-netboot/postinstall.sh +33 -0
- data/templates/Fedora-15-x86_64/definition.rb +17 -0
- data/templates/Fedora-15-x86_64/ks.cfg +64 -0
- data/templates/Fedora-15-x86_64/postinstall.sh +33 -0
- data/templates/archlinux-i386-netboot/aif.cfg +28 -0
- data/templates/archlinux-i386-netboot/definition.rb +26 -0
- data/templates/archlinux-i386-netboot/postinstall.sh +75 -0
- data/templates/archlinux-i386-netboot/postinstall2.sh +30 -0
- data/templates/archlinux-i386/postinstall.sh +12 -1
- data/templates/archlinux-x86_64-netboot/aif.cfg +28 -0
- data/templates/archlinux-x86_64-netboot/definition.rb +26 -0
- data/templates/archlinux-x86_64-netboot/postinstall.sh +75 -0
- data/templates/archlinux-x86_64-netboot/postinstall2.sh +30 -0
- data/templates/archlinux-x86_64/aif.cfg +1 -1
- data/templates/archlinux-x86_64/definition.rb +1 -1
- data/templates/archlinux-x86_64/postinstall.sh +16 -21
- data/templates/archlinux-x86_64/postinstall2.sh +38 -0
- data/templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb +2 -4
- data/templates/freebsd-8.2-pcbsd-i386-netboot/postinstall.sh +1 -1
- data/templates/freebsd-8.2-pcbsd-i386/definition.rb +3 -2
- data/templates/freebsd-8.2-pcbsd-i386/postinstall.sh +1 -1
- data/templates/gentoo-latest-i386-experimental/definition.rb +4 -4
- data/templates/gentoo-latest-i386-experimental/postinstall.sh +1 -1
- data/templates/openSUSE-11.4-DVD-i586/autoinst_de.xml +1284 -0
- data/templates/openSUSE-11.4-DVD-i586/autoinst_en.xml +1284 -0
- data/templates/openSUSE-11.4-DVD-i586/definition.rb +28 -0
- data/templates/openSUSE-11.4-DVD-i586/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml +1459 -0
- data/templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml +1459 -0
- data/templates/openSUSE-11.4-DVD-x86_64/definition.rb +28 -0
- data/templates/openSUSE-11.4-DVD-x86_64/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-NET-i586/autoinst_de.xml +1278 -0
- data/templates/openSUSE-11.4-NET-i586/autoinst_en.xml +1278 -0
- data/templates/openSUSE-11.4-NET-i586/definition.rb +28 -0
- data/templates/openSUSE-11.4-NET-i586/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml +1453 -0
- data/templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml +1453 -0
- data/templates/openSUSE-11.4-NET-x86_64/definition.rb +28 -0
- data/templates/openSUSE-11.4-NET-x86_64/postinstall.sh +43 -0
- data/templates/openindiana-148-ai-x86/postinstall.sh +1 -1
- data/templates/opensuse-11.4-i386-experimental/postinstall.sh +1 -1
- data/templates/scientificlinux-6.1-i386-netboot/definition.rb +16 -0
- data/templates/scientificlinux-6.1-i386-netboot/ks.cfg +53 -0
- data/templates/scientificlinux-6.1-i386-netboot/postinstall.sh +30 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/definition.rb +16 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/ks.cfg +53 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh +30 -0
- data/templates/solaris-11-express-i386/postinstall.sh +1 -1
- data/templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/definition.rb +4 -4
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/preseed.cfg +0 -0
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/definition.rb +3 -6
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/preseed.cfg +0 -0
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/definition.rb +4 -4
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/preseed.cfg +0 -0
- data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-amd64/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-i386/postinstall.sh +1 -1
- data/templates/ubuntu-11.04-server-amd64/postinstall.sh +7 -1
- data/templates/ubuntu-11.04-server-i386/definition.rb +1 -1
- data/templates/ubuntu-11.04-server-i386/postinstall.sh +1 -1
- data/templates/ubuntu-11.10-server-amd64-ishaya/definition.rb +24 -0
- data/templates/{Debian-6.0.2-amd64-netboot → ubuntu-11.10-server-amd64-ishaya}/postinstall.sh +42 -23
- data/templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/definition.rb +24 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh +90 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-amd64/definition.rb +35 -0
- data/templates/ubuntu-11.10-server-amd64/postinstall.sh +88 -0
- data/templates/ubuntu-11.10-server-amd64/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-i386/definition.rb +35 -0
- data/templates/ubuntu-11.10-server-i386/postinstall.sh +88 -0
- data/templates/ubuntu-11.10-server-i386/preseed.cfg +87 -0
- data/templates/ubuntu-8.04.4-server-amd64/definition.rb +1 -0
- data/templates/ubuntu-8.04.4-server-amd64/postinstall.sh +8 -7
- data/templates/ubuntu-8.04.4-server-amd64/preseed.cfg +0 -1
- data/templates/ubuntu-8.04.4-server-i386/postinstall.sh +25 -3
- data/templates/windows-2008R2-amd64/postinstall.sh +1 -1
- data/validation/features/steps/ssh_steps.rb +1 -1
- data/validation/vagrant.feature +35 -35
- data/veewee.gemspec +6 -6
- metadata +109 -103
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
#http://adrianbravo.tumblr.com/post/644860401
|
2
2
|
|
3
3
|
date > /etc/vagrant_box_build_time
|
4
4
|
|
@@ -28,7 +28,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
|
|
28
28
|
mkdir /home/vagrant/.ssh
|
29
29
|
chmod 700 /home/vagrant/.ssh
|
30
30
|
cd /home/vagrant/.ssh
|
31
|
-
wget --no-check-certificate '
|
31
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
32
32
|
chmod 600 /home/vagrant/.ssh/authorized_keys
|
33
33
|
chown -R vagrant /home/vagrant/.ssh
|
34
34
|
|
@@ -40,8 +40,30 @@ mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
|
|
40
40
|
sh /mnt/VBoxLinuxAdditions.run
|
41
41
|
umount /mnt
|
42
42
|
|
43
|
+
rm VBoxGuestAdditions_$VBOX_VERSION.iso
|
44
|
+
|
45
|
+
# Remove items used for building, since they aren't needed anymore
|
43
46
|
apt-get -y remove linux-headers-$(uname -r) build-essential
|
44
47
|
apt-get -y autoremove
|
45
48
|
|
46
|
-
|
49
|
+
# Not sure if this is needed for hardy too
|
50
|
+
# Removing leftover leases and persistent rules
|
51
|
+
echo "cleaning up dhcp leases"
|
52
|
+
rm /var/lib/dhcp3/*
|
53
|
+
|
54
|
+
# Make sure Udev doesn't block our network
|
55
|
+
# http://6.ptmc.org/?p=164
|
56
|
+
echo "cleaning up udev rules"
|
57
|
+
rm /etc/udev/rules.d/70-persistent-net.rules
|
58
|
+
mkdir /etc/udev/rules.d/70-persistent-net.rules
|
59
|
+
rm -rf /dev/.udev/
|
60
|
+
rm /lib/udev/rules.d/75-persistent-net-generator.rules
|
61
|
+
|
62
|
+
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
|
63
|
+
echo "pre-up sleep 2" >> /etc/network/interfaces
|
64
|
+
|
65
|
+
# Zero out the free space to save space in the final image:
|
66
|
+
dd if=/dev/zero of=/EMPTY bs=1M
|
67
|
+
rm -f /EMPTY
|
68
|
+
|
47
69
|
exit
|
@@ -7,7 +7,7 @@ cd /home/vagrant
|
|
7
7
|
mkdir /home/vagrant/.ssh
|
8
8
|
chmod 700 /home/vagrant/.ssh
|
9
9
|
cd /home/vagrant/.ssh
|
10
|
-
wget --no-check-certificate '
|
10
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
11
11
|
chown -R vagrant /home/vagrant/.ssh
|
12
12
|
cd ..
|
13
13
|
|
@@ -63,7 +63,7 @@ When /^I ssh to "([^\"]*)" with the following credentials:$/ do |hostname, table
|
|
63
63
|
session_keys << session["keyfile"]
|
64
64
|
session_auth_methods << "publickey"
|
65
65
|
end
|
66
|
-
session_port=
|
66
|
+
session_port = ENV['VEEWEE_SSH_PORT'] || 7222
|
67
67
|
if session["port"]
|
68
68
|
session_port=session["port"]
|
69
69
|
end
|
data/validation/vagrant.feature
CHANGED
@@ -3,50 +3,50 @@ Feature: vagrant box validation
|
|
3
3
|
I need to comply to a set of rules
|
4
4
|
|
5
5
|
Scenario: Checking login
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
6
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
7
|
+
| username| password |
|
8
|
+
| vagrant | vagrant |
|
9
|
+
And I run "whoami"
|
10
|
+
Then I should see "vagrant" in the output
|
11
11
|
|
12
12
|
Scenario: Checking sudo
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
13
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
14
|
+
| username| password |
|
15
|
+
| vagrant | vagrant |
|
16
|
+
And I run "sudo whoami"
|
17
|
+
Then I should see "root" in the output
|
18
18
|
|
19
19
|
Scenario: Checking ruby
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
20
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
21
|
+
| username| password |
|
22
|
+
| vagrant | vagrant |
|
23
|
+
And I run ". /etc/profile ;ruby --version 2> /dev/null 1> /dev/null; echo $?"
|
24
|
+
Then I should see "0" in the output
|
25
25
|
|
26
26
|
Scenario: Checking gem
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
27
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
28
|
+
| username| password |
|
29
|
+
| vagrant | vagrant |
|
30
|
+
And I run ". /etc/profile; gem --version 2> /dev/null 1> /dev/null ; echo $?"
|
31
|
+
Then I should see "0" in the output
|
32
32
|
|
33
33
|
Scenario: Checking chef
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
34
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
35
|
+
| username| password |
|
36
|
+
| vagrant | vagrant |
|
37
|
+
And I run ". /etc/profile ;chef-client --version 2> /dev/null 1>/dev/null; echo $?"
|
38
|
+
Then I should see "0" in the output
|
39
39
|
|
40
40
|
Scenario: Checking puppet
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
41
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
42
|
+
| username| password |
|
43
|
+
| vagrant | vagrant |
|
44
|
+
And I run ". /etc/profile ; puppet --version 2> /dev/null 1>/dev/null; echo $?"
|
45
|
+
Then I should see "0" in the output
|
46
46
|
|
47
47
|
Scenario: Checking shared folders
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
48
|
+
When I ssh to "127.0.0.1" with the following credentials:
|
49
|
+
| username| password |keyfile |
|
50
|
+
| vagrant | vagrant | vagrant-private.key |
|
51
|
+
And I run "mount|grep veewee-validation"
|
52
|
+
Then I should see "veewee-validation" in the output
|
data/veewee.gemspec
CHANGED
@@ -14,20 +14,20 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.required_rubygems_version = ">= 1.3.6"
|
15
15
|
s.rubyforge_project = "veewee"
|
16
16
|
|
17
|
-
s.add_dependency "vagrant",
|
18
|
-
s.add_dependency "net-ssh",
|
19
|
-
s.add_dependency "popen4",
|
20
|
-
s.add_dependency "thor",
|
17
|
+
s.add_dependency "vagrant", "~> 0.8.2"
|
18
|
+
s.add_dependency "net-ssh", "~> 2.1.0"
|
19
|
+
s.add_dependency "popen4", "~> 0.1.2"
|
20
|
+
s.add_dependency "thor", "~> 0.14.6"
|
21
21
|
s.add_dependency "highline", "~> 1.6.1"
|
22
22
|
s.add_dependency "progressbar"
|
23
23
|
s.add_dependency "cucumber", "~> 1.0.2"
|
24
|
-
s.add_dependency "rspec",
|
24
|
+
s.add_dependency "rspec", "~> 2.5"
|
25
25
|
#s.add_dependency "simon", "~> 0.1.1"
|
26
26
|
|
27
27
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
28
28
|
|
29
29
|
s.files = `git ls-files`.split("\n")
|
30
|
-
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
|
30
|
+
s.executables = `git ls-files`.split("\n").map{ |f| f =~ /^bin\/(.*)/ ? $1 : nil }.compact
|
31
31
|
s.require_path = 'lib'
|
32
32
|
end
|
33
33
|
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: veewee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 23
|
5
4
|
prerelease:
|
6
|
-
|
7
|
-
- 0
|
8
|
-
- 2
|
9
|
-
- 0
|
10
|
-
version: 0.2.0
|
5
|
+
version: 0.2.1
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Patrick Debois
|
@@ -16,151 +11,107 @@ autorequire:
|
|
16
11
|
bindir: bin
|
17
12
|
cert_chain: []
|
18
13
|
|
19
|
-
date: 2011-
|
20
|
-
default_executable:
|
14
|
+
date: 2011-11-25 00:00:00 Z
|
21
15
|
dependencies:
|
22
16
|
- !ruby/object:Gem::Dependency
|
23
|
-
|
17
|
+
name: vagrant
|
18
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
19
|
none: false
|
25
20
|
requirements:
|
26
21
|
- - ~>
|
27
22
|
- !ruby/object:Gem::Version
|
28
|
-
|
29
|
-
segments:
|
30
|
-
- 0
|
31
|
-
- 8
|
32
|
-
- 0
|
33
|
-
version: 0.8.0
|
23
|
+
version: 0.8.2
|
34
24
|
type: :runtime
|
35
|
-
requirement: *id001
|
36
|
-
name: vagrant
|
37
25
|
prerelease: false
|
26
|
+
version_requirements: *id001
|
38
27
|
- !ruby/object:Gem::Dependency
|
39
|
-
|
28
|
+
name: net-ssh
|
29
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
30
|
none: false
|
41
31
|
requirements:
|
42
32
|
- - ~>
|
43
33
|
- !ruby/object:Gem::Version
|
44
|
-
hash: 11
|
45
|
-
segments:
|
46
|
-
- 2
|
47
|
-
- 1
|
48
|
-
- 0
|
49
34
|
version: 2.1.0
|
50
35
|
type: :runtime
|
51
|
-
requirement: *id002
|
52
|
-
name: net-ssh
|
53
36
|
prerelease: false
|
37
|
+
version_requirements: *id002
|
54
38
|
- !ruby/object:Gem::Dependency
|
55
|
-
|
39
|
+
name: popen4
|
40
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
56
41
|
none: false
|
57
42
|
requirements:
|
58
43
|
- - ~>
|
59
44
|
- !ruby/object:Gem::Version
|
60
|
-
hash: 31
|
61
|
-
segments:
|
62
|
-
- 0
|
63
|
-
- 1
|
64
|
-
- 2
|
65
45
|
version: 0.1.2
|
66
46
|
type: :runtime
|
67
|
-
requirement: *id003
|
68
|
-
name: popen4
|
69
47
|
prerelease: false
|
48
|
+
version_requirements: *id003
|
70
49
|
- !ruby/object:Gem::Dependency
|
71
|
-
|
50
|
+
name: thor
|
51
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
72
52
|
none: false
|
73
53
|
requirements:
|
74
54
|
- - ~>
|
75
55
|
- !ruby/object:Gem::Version
|
76
|
-
hash: 43
|
77
|
-
segments:
|
78
|
-
- 0
|
79
|
-
- 14
|
80
|
-
- 6
|
81
56
|
version: 0.14.6
|
82
57
|
type: :runtime
|
83
|
-
requirement: *id004
|
84
|
-
name: thor
|
85
58
|
prerelease: false
|
59
|
+
version_requirements: *id004
|
86
60
|
- !ruby/object:Gem::Dependency
|
87
|
-
|
61
|
+
name: highline
|
62
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
88
63
|
none: false
|
89
64
|
requirements:
|
90
65
|
- - ~>
|
91
66
|
- !ruby/object:Gem::Version
|
92
|
-
hash: 13
|
93
|
-
segments:
|
94
|
-
- 1
|
95
|
-
- 6
|
96
|
-
- 1
|
97
67
|
version: 1.6.1
|
98
68
|
type: :runtime
|
99
|
-
requirement: *id005
|
100
|
-
name: highline
|
101
69
|
prerelease: false
|
70
|
+
version_requirements: *id005
|
102
71
|
- !ruby/object:Gem::Dependency
|
103
|
-
|
72
|
+
name: progressbar
|
73
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
104
74
|
none: false
|
105
75
|
requirements:
|
106
76
|
- - ">="
|
107
77
|
- !ruby/object:Gem::Version
|
108
|
-
hash: 3
|
109
|
-
segments:
|
110
|
-
- 0
|
111
78
|
version: "0"
|
112
79
|
type: :runtime
|
113
|
-
requirement: *id006
|
114
|
-
name: progressbar
|
115
80
|
prerelease: false
|
81
|
+
version_requirements: *id006
|
116
82
|
- !ruby/object:Gem::Dependency
|
117
|
-
|
83
|
+
name: cucumber
|
84
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
118
85
|
none: false
|
119
86
|
requirements:
|
120
87
|
- - ~>
|
121
88
|
- !ruby/object:Gem::Version
|
122
|
-
hash: 19
|
123
|
-
segments:
|
124
|
-
- 1
|
125
|
-
- 0
|
126
|
-
- 2
|
127
89
|
version: 1.0.2
|
128
90
|
type: :runtime
|
129
|
-
requirement: *id007
|
130
|
-
name: cucumber
|
131
91
|
prerelease: false
|
92
|
+
version_requirements: *id007
|
132
93
|
- !ruby/object:Gem::Dependency
|
133
|
-
|
94
|
+
name: rspec
|
95
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
134
96
|
none: false
|
135
97
|
requirements:
|
136
98
|
- - ~>
|
137
99
|
- !ruby/object:Gem::Version
|
138
|
-
|
139
|
-
segments:
|
140
|
-
- 2
|
141
|
-
- 5
|
142
|
-
- 0
|
143
|
-
version: 2.5.0
|
100
|
+
version: "2.5"
|
144
101
|
type: :runtime
|
145
|
-
requirement: *id008
|
146
|
-
name: rspec
|
147
102
|
prerelease: false
|
103
|
+
version_requirements: *id008
|
148
104
|
- !ruby/object:Gem::Dependency
|
149
|
-
|
105
|
+
name: bundler
|
106
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
150
107
|
none: false
|
151
108
|
requirements:
|
152
109
|
- - ">="
|
153
110
|
- !ruby/object:Gem::Version
|
154
|
-
hash: 23
|
155
|
-
segments:
|
156
|
-
- 1
|
157
|
-
- 0
|
158
|
-
- 0
|
159
111
|
version: 1.0.0
|
160
112
|
type: :development
|
161
|
-
requirement: *id009
|
162
|
-
name: bundler
|
163
113
|
prerelease: false
|
114
|
+
version_requirements: *id009
|
164
115
|
description: Expand the 'vagrant box' command to support the creation of base boxes from scratch
|
165
116
|
email:
|
166
117
|
- patrick.debois@jedi.be
|
@@ -198,6 +149,9 @@ files:
|
|
198
149
|
- templates/CentOS-4.8-i386/definition.rb
|
199
150
|
- templates/CentOS-4.8-i386/ks.cfg
|
200
151
|
- templates/CentOS-4.8-i386/postinstall.sh
|
152
|
+
- templates/CentOS-5.5-x86_64-netboot/definition.rb
|
153
|
+
- templates/CentOS-5.5-x86_64-netboot/ks.cfg
|
154
|
+
- templates/CentOS-5.5-x86_64-netboot/postinstall.sh
|
201
155
|
- templates/CentOS-5.6-i386-netboot/definition.rb
|
202
156
|
- templates/CentOS-5.6-i386-netboot/ks.cfg
|
203
157
|
- templates/CentOS-5.6-i386-netboot/postinstall.sh
|
@@ -207,12 +161,21 @@ files:
|
|
207
161
|
- templates/CentOS-5.6-x86_64-netboot/definition.rb
|
208
162
|
- templates/CentOS-5.6-x86_64-netboot/ks.cfg
|
209
163
|
- templates/CentOS-5.6-x86_64-netboot/postinstall.sh
|
164
|
+
- templates/CentOS-5.7-i386-netboot/definition.rb
|
165
|
+
- templates/CentOS-5.7-i386-netboot/ks.cfg
|
166
|
+
- templates/CentOS-5.7-i386-netboot/postinstall.sh
|
167
|
+
- templates/CentOS-5.7-x86_64-netboot/definition.rb
|
168
|
+
- templates/CentOS-5.7-x86_64-netboot/ks.cfg
|
169
|
+
- templates/CentOS-5.7-x86_64-netboot/postinstall.sh
|
210
170
|
- templates/CentOS-6.0-i386-netboot/definition.rb
|
211
171
|
- templates/CentOS-6.0-i386-netboot/ks.cfg
|
212
172
|
- templates/CentOS-6.0-i386-netboot/postinstall.sh
|
213
173
|
- templates/CentOS-6.0-i386/definition.rb
|
214
174
|
- templates/CentOS-6.0-i386/ks.cfg
|
215
175
|
- templates/CentOS-6.0-i386/postinstall.sh
|
176
|
+
- templates/CentOS-6.0-x86_64-minimal/definition.rb
|
177
|
+
- templates/CentOS-6.0-x86_64-minimal/ks.cfg
|
178
|
+
- templates/CentOS-6.0-x86_64-minimal/postinstall.sh
|
216
179
|
- templates/CentOS-6.0-x86_64-netboot/definition.rb
|
217
180
|
- templates/CentOS-6.0-x86_64-netboot/ks.cfg
|
218
181
|
- templates/CentOS-6.0-x86_64-netboot/postinstall.sh
|
@@ -225,12 +188,12 @@ files:
|
|
225
188
|
- templates/Debian-5.0.8-i386-netboot/definition.rb
|
226
189
|
- templates/Debian-5.0.8-i386-netboot/postinstall.sh
|
227
190
|
- templates/Debian-5.0.8-i386-netboot/preseed.cfg
|
228
|
-
- templates/Debian-6.0.
|
229
|
-
- templates/Debian-6.0.
|
230
|
-
- templates/Debian-6.0.
|
231
|
-
- templates/Debian-6.0.
|
232
|
-
- templates/Debian-6.0.
|
233
|
-
- templates/Debian-6.0.
|
191
|
+
- templates/Debian-6.0.3-amd64-netboot/definition.rb
|
192
|
+
- templates/Debian-6.0.3-amd64-netboot/postinstall.sh
|
193
|
+
- templates/Debian-6.0.3-amd64-netboot/preseed.cfg
|
194
|
+
- templates/Debian-6.0.3-i386-netboot/definition.rb
|
195
|
+
- templates/Debian-6.0.3-i386-netboot/postinstall.sh
|
196
|
+
- templates/Debian-6.0.3-i386-netboot/preseed.cfg
|
234
197
|
- templates/Fedora-14-amd64-netboot/definition.rb
|
235
198
|
- templates/Fedora-14-amd64-netboot/ks.cfg
|
236
199
|
- templates/Fedora-14-amd64-netboot/postinstall.sh
|
@@ -249,14 +212,29 @@ files:
|
|
249
212
|
- templates/Fedora-15-i386/definition.rb
|
250
213
|
- templates/Fedora-15-i386/ks.cfg
|
251
214
|
- templates/Fedora-15-i386/postinstall.sh
|
215
|
+
- templates/Fedora-15-x86_64-netboot/definition.rb
|
216
|
+
- templates/Fedora-15-x86_64-netboot/ks.cfg
|
217
|
+
- templates/Fedora-15-x86_64-netboot/postinstall.sh
|
218
|
+
- templates/Fedora-15-x86_64/definition.rb
|
219
|
+
- templates/Fedora-15-x86_64/ks.cfg
|
220
|
+
- templates/Fedora-15-x86_64/postinstall.sh
|
252
221
|
- templates/Sysrescuecd-2.0.0-experimental/autorun0
|
253
222
|
- templates/Sysrescuecd-2.0.0-experimental/definition.rb
|
223
|
+
- templates/archlinux-i386-netboot/aif.cfg
|
224
|
+
- templates/archlinux-i386-netboot/definition.rb
|
225
|
+
- templates/archlinux-i386-netboot/postinstall.sh
|
226
|
+
- templates/archlinux-i386-netboot/postinstall2.sh
|
254
227
|
- templates/archlinux-i386/aif.cfg
|
255
228
|
- templates/archlinux-i386/definition.rb
|
256
229
|
- templates/archlinux-i386/postinstall.sh
|
230
|
+
- templates/archlinux-x86_64-netboot/aif.cfg
|
231
|
+
- templates/archlinux-x86_64-netboot/definition.rb
|
232
|
+
- templates/archlinux-x86_64-netboot/postinstall.sh
|
233
|
+
- templates/archlinux-x86_64-netboot/postinstall2.sh
|
257
234
|
- templates/archlinux-x86_64/aif.cfg
|
258
235
|
- templates/archlinux-x86_64/definition.rb
|
259
236
|
- templates/archlinux-x86_64/postinstall.sh
|
237
|
+
- templates/archlinux-x86_64/postinstall2.sh
|
260
238
|
- templates/freebsd-8.2-experimental/definition.rb
|
261
239
|
- templates/freebsd-8.2-experimental/postinstall.sh
|
262
240
|
- templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb
|
@@ -267,6 +245,22 @@ files:
|
|
267
245
|
- templates/freebsd-8.2-pcbsd-i386/postinstall.sh
|
268
246
|
- templates/gentoo-latest-i386-experimental/definition.rb
|
269
247
|
- templates/gentoo-latest-i386-experimental/postinstall.sh
|
248
|
+
- templates/openSUSE-11.4-DVD-i586/autoinst_de.xml
|
249
|
+
- templates/openSUSE-11.4-DVD-i586/autoinst_en.xml
|
250
|
+
- templates/openSUSE-11.4-DVD-i586/definition.rb
|
251
|
+
- templates/openSUSE-11.4-DVD-i586/postinstall.sh
|
252
|
+
- templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml
|
253
|
+
- templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml
|
254
|
+
- templates/openSUSE-11.4-DVD-x86_64/definition.rb
|
255
|
+
- templates/openSUSE-11.4-DVD-x86_64/postinstall.sh
|
256
|
+
- templates/openSUSE-11.4-NET-i586/autoinst_de.xml
|
257
|
+
- templates/openSUSE-11.4-NET-i586/autoinst_en.xml
|
258
|
+
- templates/openSUSE-11.4-NET-i586/definition.rb
|
259
|
+
- templates/openSUSE-11.4-NET-i586/postinstall.sh
|
260
|
+
- templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml
|
261
|
+
- templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml
|
262
|
+
- templates/openSUSE-11.4-NET-x86_64/definition.rb
|
263
|
+
- templates/openSUSE-11.4-NET-x86_64/postinstall.sh
|
270
264
|
- templates/openindiana-148-ai-x86/auto_install/ai.dtd
|
271
265
|
- templates/openindiana-148-ai-x86/auto_install/ai_manifest.xml
|
272
266
|
- templates/openindiana-148-ai-x86/auto_install/configuration.dtd
|
@@ -284,6 +278,12 @@ files:
|
|
284
278
|
- templates/opensuse-11.4-i386-experimental/autoinst.xml.tweaked
|
285
279
|
- templates/opensuse-11.4-i386-experimental/definition.rb
|
286
280
|
- templates/opensuse-11.4-i386-experimental/postinstall.sh
|
281
|
+
- templates/scientificlinux-6.1-i386-netboot/definition.rb
|
282
|
+
- templates/scientificlinux-6.1-i386-netboot/ks.cfg
|
283
|
+
- templates/scientificlinux-6.1-i386-netboot/postinstall.sh
|
284
|
+
- templates/scientificlinux-6.1-x86_64-netboot/definition.rb
|
285
|
+
- templates/scientificlinux-6.1-x86_64-netboot/ks.cfg
|
286
|
+
- templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh
|
287
287
|
- templates/solaris-11-express-i386/auto_install/ai.dtd
|
288
288
|
- templates/solaris-11-express-i386/auto_install/ai_manifest.xml
|
289
289
|
- templates/solaris-11-express-i386/auto_install/configuration.dtd
|
@@ -298,18 +298,18 @@ files:
|
|
298
298
|
- templates/ubuntu-10.04.2-amd64-netboot/definition.rb
|
299
299
|
- templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh
|
300
300
|
- templates/ubuntu-10.04.2-amd64-netboot/preseed.cfg
|
301
|
-
- templates/ubuntu-10.04.2-server-amd64-alt/definition.rb
|
302
|
-
- templates/ubuntu-10.04.2-server-amd64-alt/postinstall.sh
|
303
|
-
- templates/ubuntu-10.04.2-server-amd64-alt/preseed.cfg
|
304
|
-
- templates/ubuntu-10.04.2-server-amd64/definition.rb
|
305
|
-
- templates/ubuntu-10.04.2-server-amd64/postinstall.sh
|
306
|
-
- templates/ubuntu-10.04.2-server-amd64/preseed.cfg
|
307
301
|
- templates/ubuntu-10.04.2-server-i386-netboot/definition.rb
|
308
302
|
- templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh
|
309
303
|
- templates/ubuntu-10.04.2-server-i386-netboot/preseed.cfg
|
310
|
-
- templates/ubuntu-10.04.
|
311
|
-
- templates/ubuntu-10.04.
|
312
|
-
- templates/ubuntu-10.04.
|
304
|
+
- templates/ubuntu-10.04.3-server-amd64-alt/definition.rb
|
305
|
+
- templates/ubuntu-10.04.3-server-amd64-alt/postinstall.sh
|
306
|
+
- templates/ubuntu-10.04.3-server-amd64-alt/preseed.cfg
|
307
|
+
- templates/ubuntu-10.04.3-server-amd64/definition.rb
|
308
|
+
- templates/ubuntu-10.04.3-server-amd64/postinstall.sh
|
309
|
+
- templates/ubuntu-10.04.3-server-amd64/preseed.cfg
|
310
|
+
- templates/ubuntu-10.04.3-server-i386/definition.rb
|
311
|
+
- templates/ubuntu-10.04.3-server-i386/postinstall.sh
|
312
|
+
- templates/ubuntu-10.04.3-server-i386/preseed.cfg
|
313
313
|
- templates/ubuntu-10.10-server-amd64-netboot/definition.rb
|
314
314
|
- templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh
|
315
315
|
- templates/ubuntu-10.10-server-amd64-netboot/preseed.cfg
|
@@ -328,6 +328,18 @@ files:
|
|
328
328
|
- templates/ubuntu-11.04-server-i386/definition.rb
|
329
329
|
- templates/ubuntu-11.04-server-i386/postinstall.sh
|
330
330
|
- templates/ubuntu-11.04-server-i386/preseed.cfg
|
331
|
+
- templates/ubuntu-11.10-server-amd64-ishaya/definition.rb
|
332
|
+
- templates/ubuntu-11.10-server-amd64-ishaya/postinstall.sh
|
333
|
+
- templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg
|
334
|
+
- templates/ubuntu-11.10-server-amd64-ruby192/definition.rb
|
335
|
+
- templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh
|
336
|
+
- templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg
|
337
|
+
- templates/ubuntu-11.10-server-amd64/definition.rb
|
338
|
+
- templates/ubuntu-11.10-server-amd64/postinstall.sh
|
339
|
+
- templates/ubuntu-11.10-server-amd64/preseed.cfg
|
340
|
+
- templates/ubuntu-11.10-server-i386/definition.rb
|
341
|
+
- templates/ubuntu-11.10-server-i386/postinstall.sh
|
342
|
+
- templates/ubuntu-11.10-server-i386/preseed.cfg
|
331
343
|
- templates/ubuntu-8.04.4-server-amd64/definition.rb
|
332
344
|
- templates/ubuntu-8.04.4-server-amd64/postinstall.sh
|
333
345
|
- templates/ubuntu-8.04.4-server-amd64/preseed.cfg
|
@@ -352,7 +364,6 @@ files:
|
|
352
364
|
- validation/vagrant.feature
|
353
365
|
- validation/vagrant.pub
|
354
366
|
- veewee.gemspec
|
355
|
-
has_rdoc: true
|
356
367
|
homepage: http://github.com/jedi4ever/veewee/
|
357
368
|
licenses: []
|
358
369
|
|
@@ -366,7 +377,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
366
377
|
requirements:
|
367
378
|
- - ">="
|
368
379
|
- !ruby/object:Gem::Version
|
369
|
-
hash:
|
380
|
+
hash: -304779177905094058
|
370
381
|
segments:
|
371
382
|
- 0
|
372
383
|
version: "0"
|
@@ -375,16 +386,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
375
386
|
requirements:
|
376
387
|
- - ">="
|
377
388
|
- !ruby/object:Gem::Version
|
378
|
-
hash: 23
|
379
|
-
segments:
|
380
|
-
- 1
|
381
|
-
- 3
|
382
|
-
- 6
|
383
389
|
version: 1.3.6
|
384
390
|
requirements: []
|
385
391
|
|
386
392
|
rubyforge_project: veewee
|
387
|
-
rubygems_version: 1.
|
393
|
+
rubygems_version: 1.8.7
|
388
394
|
signing_key:
|
389
395
|
specification_version: 3
|
390
396
|
summary: Vagrant box creation
|