veewee 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/veewee/scancode.rb +39 -21
  3. data/lib/veewee/session.rb +15 -4
  4. data/lib/veewee/version.rb +1 -1
  5. data/templates/Archlinux-latest/definition.rb +10 -11
  6. data/templates/Archlinux-latest/postinstall.sh +12 -12
  7. data/templates/CentOS-4.8-i386/definition.rb +6 -7
  8. data/templates/CentOS-4.8-i386/postinstall.sh +7 -7
  9. data/templates/CentOS-5.5-i386-netboot/definition.rb +16 -17
  10. data/templates/CentOS-5.5-i386-netboot/postinstall.sh +6 -11
  11. data/templates/CentOS-5.5-i386/definition.rb +15 -16
  12. data/templates/CentOS-5.5-i386/postinstall.sh +6 -11
  13. data/templates/Debian-6.0-amd64-netboot/definition.rb +18 -19
  14. data/templates/Debian-6.0-amd64-netboot/postinstall.sh +4 -5
  15. data/templates/Debian-6.0-amd64-netboot/preseed.cfg +1 -1
  16. data/templates/Debian-6.0-i386-netboot/definition.rb +4 -5
  17. data/templates/Debian-6.0-i386-netboot/postinstall.sh +1 -1
  18. data/templates/Fedora-14-amd64-netboot/definition.rb +16 -0
  19. data/templates/Fedora-14-amd64-netboot/ks.cfg +40 -0
  20. data/templates/Fedora-14-amd64-netboot/postinstall.sh +52 -0
  21. data/templates/Fedora-14-amd64/definition.rb +16 -0
  22. data/templates/Fedora-14-amd64/ks.cfg +41 -0
  23. data/templates/Fedora-14-amd64/postinstall.sh +52 -0
  24. data/templates/Fedora-14-i386-netboot/definition.rb +16 -0
  25. data/templates/Fedora-14-i386-netboot/ks.cfg +40 -0
  26. data/templates/Fedora-14-i386-netboot/postinstall.sh +52 -0
  27. data/templates/Fedora-14-i386/definition.rb +16 -0
  28. data/templates/Fedora-14-i386/ks.cfg +41 -0
  29. data/templates/Fedora-14-i386/postinstall.sh +52 -0
  30. data/templates/Sysrescuecd-2.0.0-experimental/definition.rb +11 -12
  31. data/templates/freebsd-8.2-experimental/definition.rb +9 -10
  32. data/templates/freebsd-8.2-experimental/postinstall.sh +16 -16
  33. data/templates/freebsd-8.2-pcbsd-i386/definition.rb +16 -17
  34. data/templates/freebsd-8.2-pcbsd-i386/pcinstall.fbg.cfg +1 -1
  35. data/templates/freebsd-8.2-pcbsd-i386/postinstall.sh +2 -2
  36. data/templates/solaris-11-express-i386-experimental/auto_install/ai.dtd +58 -0
  37. data/templates/solaris-11-express-i386-experimental/auto_install/ai_manifest.xml +241 -0
  38. data/templates/solaris-11-express-i386-experimental/auto_install/configuration.dtd +44 -0
  39. data/templates/solaris-11-express-i386-experimental/auto_install/default.xml +124 -0
  40. data/templates/solaris-11-express-i386-experimental/auto_install/default.xml.orig +124 -0
  41. data/templates/solaris-11-express-i386-experimental/auto_install/sc_profiles/static_network.xml +105 -0
  42. data/templates/solaris-11-express-i386-experimental/auto_install/software.dtd +105 -0
  43. data/templates/solaris-11-express-i386-experimental/auto_install/target.dtd +196 -0
  44. data/templates/solaris-11-express-i386-experimental/default.xml +121 -0
  45. data/templates/solaris-11-express-i386-experimental/definition.rb +65 -0
  46. data/templates/solaris-11-express-i386-experimental/postinstall.sh +72 -0
  47. data/templates/ubuntu-10.04.2-server-amd64/definition.rb +24 -0
  48. data/templates/{ubuntu-10.04.1-server-amd64 → ubuntu-10.04.2-server-amd64}/postinstall.sh +3 -4
  49. data/templates/{ubuntu-10.04.1-server-amd64 → ubuntu-10.04.2-server-amd64}/preseed.cfg +3 -3
  50. data/templates/ubuntu-10.04.2-server-i386/definition.rb +24 -0
  51. data/templates/{ubuntu-10.04.1-server-i386 → ubuntu-10.04.2-server-i386}/postinstall.sh +2 -3
  52. data/templates/{ubuntu-10.04.1-server-i386 → ubuntu-10.04.2-server-i386}/postinstall2.sh +0 -0
  53. data/templates/{ubuntu-10.04.1-server-i386 → ubuntu-10.04.2-server-i386}/preseed.cfg +3 -3
  54. data/templates/ubuntu-10.10-server-amd64-netboot/definition.rb +16 -17
  55. data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +2 -3
  56. data/templates/ubuntu-10.10-server-amd64-netboot/preseed.cfg +2 -2
  57. data/templates/ubuntu-10.10-server-amd64/definition.rb +16 -17
  58. data/templates/ubuntu-10.10-server-amd64/postinstall.sh +2 -3
  59. data/templates/ubuntu-10.10-server-amd64/preseed.cfg +3 -3
  60. data/templates/ubuntu-10.10-server-i386-netboot/definition.rb +16 -17
  61. data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +3 -4
  62. data/templates/ubuntu-10.10-server-i386-netboot/preseed.cfg +2 -2
  63. data/templates/ubuntu-10.10-server-i386/definition.rb +16 -17
  64. data/templates/ubuntu-10.10-server-i386/postinstall.sh +3 -4
  65. data/templates/ubuntu-10.10-server-i386/preseed.cfg +4 -4
  66. metadata +34 -11
  67. data/templates/ubuntu-10.04.1-server-amd64/definition.rb +0 -25
  68. 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: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 17
10
- version: 0.1.17
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-04-27 00:00:00 +02:00
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/ubuntu-10.04.1-server-amd64/definition.rb
224
- - templates/ubuntu-10.04.1-server-amd64/postinstall.sh
225
- - templates/ubuntu-10.04.1-server-amd64/preseed.cfg
226
- - templates/ubuntu-10.04.1-server-i386/definition.rb
227
- - templates/ubuntu-10.04.1-server-i386/postinstall.sh
228
- - templates/ubuntu-10.04.1-server-i386/postinstall2.sh
229
- - templates/ubuntu-10.04.1-server-i386/preseed.cfg
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
- )