veewee 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/veewee/scancode.rb +39 -21
- data/lib/veewee/session.rb +15 -4
- data/lib/veewee/version.rb +1 -1
- data/templates/Archlinux-latest/definition.rb +10 -11
- data/templates/Archlinux-latest/postinstall.sh +12 -12
- data/templates/CentOS-4.8-i386/definition.rb +6 -7
- data/templates/CentOS-4.8-i386/postinstall.sh +7 -7
- data/templates/CentOS-5.5-i386-netboot/definition.rb +16 -17
- data/templates/CentOS-5.5-i386-netboot/postinstall.sh +6 -11
- data/templates/CentOS-5.5-i386/definition.rb +15 -16
- data/templates/CentOS-5.5-i386/postinstall.sh +6 -11
- data/templates/Debian-6.0-amd64-netboot/definition.rb +18 -19
- data/templates/Debian-6.0-amd64-netboot/postinstall.sh +4 -5
- data/templates/Debian-6.0-amd64-netboot/preseed.cfg +1 -1
- data/templates/Debian-6.0-i386-netboot/definition.rb +4 -5
- data/templates/Debian-6.0-i386-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-amd64-netboot/definition.rb +16 -0
- data/templates/Fedora-14-amd64-netboot/ks.cfg +40 -0
- data/templates/Fedora-14-amd64-netboot/postinstall.sh +52 -0
- data/templates/Fedora-14-amd64/definition.rb +16 -0
- data/templates/Fedora-14-amd64/ks.cfg +41 -0
- data/templates/Fedora-14-amd64/postinstall.sh +52 -0
- data/templates/Fedora-14-i386-netboot/definition.rb +16 -0
- data/templates/Fedora-14-i386-netboot/ks.cfg +40 -0
- data/templates/Fedora-14-i386-netboot/postinstall.sh +52 -0
- data/templates/Fedora-14-i386/definition.rb +16 -0
- data/templates/Fedora-14-i386/ks.cfg +41 -0
- data/templates/Fedora-14-i386/postinstall.sh +52 -0
- data/templates/Sysrescuecd-2.0.0-experimental/definition.rb +11 -12
- data/templates/freebsd-8.2-experimental/definition.rb +9 -10
- data/templates/freebsd-8.2-experimental/postinstall.sh +16 -16
- data/templates/freebsd-8.2-pcbsd-i386/definition.rb +16 -17
- data/templates/freebsd-8.2-pcbsd-i386/pcinstall.fbg.cfg +1 -1
- data/templates/freebsd-8.2-pcbsd-i386/postinstall.sh +2 -2
- data/templates/solaris-11-express-i386-experimental/auto_install/ai.dtd +58 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/ai_manifest.xml +241 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/configuration.dtd +44 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/default.xml +124 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/default.xml.orig +124 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/sc_profiles/static_network.xml +105 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/software.dtd +105 -0
- data/templates/solaris-11-express-i386-experimental/auto_install/target.dtd +196 -0
- data/templates/solaris-11-express-i386-experimental/default.xml +121 -0
- data/templates/solaris-11-express-i386-experimental/definition.rb +65 -0
- data/templates/solaris-11-express-i386-experimental/postinstall.sh +72 -0
- data/templates/ubuntu-10.04.2-server-amd64/definition.rb +24 -0
- data/templates/{ubuntu-10.04.1-server-amd64 → ubuntu-10.04.2-server-amd64}/postinstall.sh +3 -4
- data/templates/{ubuntu-10.04.1-server-amd64 → ubuntu-10.04.2-server-amd64}/preseed.cfg +3 -3
- data/templates/ubuntu-10.04.2-server-i386/definition.rb +24 -0
- data/templates/{ubuntu-10.04.1-server-i386 → ubuntu-10.04.2-server-i386}/postinstall.sh +2 -3
- data/templates/{ubuntu-10.04.1-server-i386 → ubuntu-10.04.2-server-i386}/postinstall2.sh +0 -0
- data/templates/{ubuntu-10.04.1-server-i386 → ubuntu-10.04.2-server-i386}/preseed.cfg +3 -3
- data/templates/ubuntu-10.10-server-amd64-netboot/definition.rb +16 -17
- data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +2 -3
- data/templates/ubuntu-10.10-server-amd64-netboot/preseed.cfg +2 -2
- data/templates/ubuntu-10.10-server-amd64/definition.rb +16 -17
- data/templates/ubuntu-10.10-server-amd64/postinstall.sh +2 -3
- data/templates/ubuntu-10.10-server-amd64/preseed.cfg +3 -3
- data/templates/ubuntu-10.10-server-i386-netboot/definition.rb +16 -17
- data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +3 -4
- data/templates/ubuntu-10.10-server-i386-netboot/preseed.cfg +2 -2
- data/templates/ubuntu-10.10-server-i386/definition.rb +16 -17
- data/templates/ubuntu-10.10-server-i386/postinstall.sh +3 -4
- data/templates/ubuntu-10.10-server-i386/preseed.cfg +4 -4
- metadata +34 -11
- data/templates/ubuntu-10.04.1-server-amd64/definition.rb +0 -25
- data/templates/ubuntu-10.04.1-server-i386/definition.rb +0 -25
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: veewee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 63
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 18
|
10
|
+
version: 0.1.18
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Patrick Debois
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-
|
19
|
+
date: 2011-05-02 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -210,6 +210,18 @@ files:
|
|
210
210
|
- templates/Debian-6.0-i386-netboot/definition.rb
|
211
211
|
- templates/Debian-6.0-i386-netboot/postinstall.sh
|
212
212
|
- templates/Debian-6.0-i386-netboot/preseed.cfg
|
213
|
+
- templates/Fedora-14-amd64-netboot/definition.rb
|
214
|
+
- templates/Fedora-14-amd64-netboot/ks.cfg
|
215
|
+
- templates/Fedora-14-amd64-netboot/postinstall.sh
|
216
|
+
- templates/Fedora-14-amd64/definition.rb
|
217
|
+
- templates/Fedora-14-amd64/ks.cfg
|
218
|
+
- templates/Fedora-14-amd64/postinstall.sh
|
219
|
+
- templates/Fedora-14-i386-netboot/definition.rb
|
220
|
+
- templates/Fedora-14-i386-netboot/ks.cfg
|
221
|
+
- templates/Fedora-14-i386-netboot/postinstall.sh
|
222
|
+
- templates/Fedora-14-i386/definition.rb
|
223
|
+
- templates/Fedora-14-i386/ks.cfg
|
224
|
+
- templates/Fedora-14-i386/postinstall.sh
|
213
225
|
- templates/Sysrescuecd-2.0.0-experimental/autorun0
|
214
226
|
- templates/Sysrescuecd-2.0.0-experimental/definition.rb
|
215
227
|
- templates/freebsd-8.2-experimental/definition.rb
|
@@ -220,13 +232,24 @@ files:
|
|
220
232
|
- templates/freebsd-8.2-pcbsd-i386/definition.rb
|
221
233
|
- templates/freebsd-8.2-pcbsd-i386/pcinstall.fbg.cfg
|
222
234
|
- templates/freebsd-8.2-pcbsd-i386/postinstall.sh
|
223
|
-
- templates/
|
224
|
-
- templates/
|
225
|
-
- templates/
|
226
|
-
- templates/
|
227
|
-
- templates/
|
228
|
-
- templates/
|
229
|
-
- templates/
|
235
|
+
- templates/solaris-11-express-i386-experimental/auto_install/ai.dtd
|
236
|
+
- templates/solaris-11-express-i386-experimental/auto_install/ai_manifest.xml
|
237
|
+
- templates/solaris-11-express-i386-experimental/auto_install/configuration.dtd
|
238
|
+
- templates/solaris-11-express-i386-experimental/auto_install/default.xml
|
239
|
+
- templates/solaris-11-express-i386-experimental/auto_install/default.xml.orig
|
240
|
+
- templates/solaris-11-express-i386-experimental/auto_install/sc_profiles/static_network.xml
|
241
|
+
- templates/solaris-11-express-i386-experimental/auto_install/software.dtd
|
242
|
+
- templates/solaris-11-express-i386-experimental/auto_install/target.dtd
|
243
|
+
- templates/solaris-11-express-i386-experimental/default.xml
|
244
|
+
- templates/solaris-11-express-i386-experimental/definition.rb
|
245
|
+
- templates/solaris-11-express-i386-experimental/postinstall.sh
|
246
|
+
- templates/ubuntu-10.04.2-server-amd64/definition.rb
|
247
|
+
- templates/ubuntu-10.04.2-server-amd64/postinstall.sh
|
248
|
+
- templates/ubuntu-10.04.2-server-amd64/preseed.cfg
|
249
|
+
- templates/ubuntu-10.04.2-server-i386/definition.rb
|
250
|
+
- templates/ubuntu-10.04.2-server-i386/postinstall.sh
|
251
|
+
- templates/ubuntu-10.04.2-server-i386/postinstall2.sh
|
252
|
+
- templates/ubuntu-10.04.2-server-i386/preseed.cfg
|
230
253
|
- templates/ubuntu-10.10-server-amd64-netboot/definition.rb
|
231
254
|
- templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh
|
232
255
|
- templates/ubuntu-10.10-server-amd64-netboot/postinstall2.sh
|
@@ -1,25 +0,0 @@
|
|
1
|
-
Veewee::Session.declare( {
|
2
|
-
:cpu_count => '1', :memory_size=> '384',
|
3
|
-
:disk_size => '10140', :disk_format => 'VDI',:hostiocache => 'off',
|
4
|
-
:os_type_id => 'Ubuntu_64',
|
5
|
-
:iso_file => "ubuntu-10.04.1-server-amd64.iso",
|
6
|
-
:iso_src => "http://releases.ubuntu.com/10.04.1/ubuntu-10.04.1-server-amd64.iso",
|
7
|
-
:iso_md5 => "142aaaa77e7da94ae62d7ee2f39d8b3b",
|
8
|
-
:iso_download_timeout => "1000",
|
9
|
-
:boot_wait => "10",:boot_cmd_sequence => [
|
10
|
-
'<Esc><Esc><Enter>',
|
11
|
-
'/install/vmlinuz noapic preseed/url=http://%IP%:%PORT%/preseed.cfg ',
|
12
|
-
'debian-installer=en_US auto locale=en_US kbd-chooser/method=us ',
|
13
|
-
'hostname=%NAME% ',
|
14
|
-
'fb=false debconf/frontend=noninteractive ',
|
15
|
-
'console-setup/ask_detect=false console-setup/modelcode=pc105 console-setup/layoutcode=us ',
|
16
|
-
'initrd=/install/initrd.gz -- <Enter>'
|
17
|
-
],
|
18
|
-
:kickstart_port => "7122", :kickstart_timeout => "10000",:kickstart_file => "preseed.cfg",
|
19
|
-
:ssh_login_timeout => "10000",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
|
20
|
-
:ssh_host_port => "7222", :ssh_guest_port => "22",
|
21
|
-
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
|
22
|
-
:shutdown_cmd => "shutdown -P now",
|
23
|
-
:postinstall_files => [ "postinstall.sh"],:postinstall_timeout => "10000"
|
24
|
-
}
|
25
|
-
)
|
@@ -1,25 +0,0 @@
|
|
1
|
-
Veewee::Session.declare( {
|
2
|
-
:cpu_count => '1', :memory_size=> '384',
|
3
|
-
:disk_size => '10140', :disk_format => 'VDI',:hostiocache => 'off',
|
4
|
-
:os_type_id => 'Ubuntu',
|
5
|
-
:iso_file => "ubuntu-10.04.1-server-i386.iso",
|
6
|
-
:iso_src => "http://releases.ubuntu.com/10.04.1/ubuntu-10.04.1-server-i386.iso",
|
7
|
-
:iso_md5 => "01f72c846845e4e19aec8a45912e5dda",
|
8
|
-
:iso_download_timeout => "1000",
|
9
|
-
:boot_wait => "10",:boot_cmd_sequence => [
|
10
|
-
'<Esc><Esc><Enter>',
|
11
|
-
'/install/vmlinuz noapic preseed/url=http://%IP%:%PORT%/preseed.cfg ',
|
12
|
-
'debian-installer=en_US auto locale=en_US kbd-chooser/method=us ',
|
13
|
-
'hostname=%NAME% ',
|
14
|
-
'fb=false debconf/frontend=noninteractive ',
|
15
|
-
'console-setup/ask_detect=false console-setup/modelcode=pc105 console-setup/layoutcode=us ',
|
16
|
-
'initrd=/install/initrd.gz -- <Enter>'
|
17
|
-
],
|
18
|
-
:kickstart_port => "7122", :kickstart_timeout => "10000",:kickstart_file => "preseed.cfg",
|
19
|
-
:ssh_login_timeout => "10000",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
|
20
|
-
:ssh_host_port => "7222", :ssh_guest_port => "22",
|
21
|
-
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
|
22
|
-
:shutdown_cmd => "shutdown -P now",
|
23
|
-
:postinstall_files => [ "postinstall.sh"],:postinstall_timeout => "10000"
|
24
|
-
}
|
25
|
-
)
|