diff --git a/definitions/centos-6.3-i386/chef-client.sh b/definitions/centos-6.3-i386/chef-client.sh new file mode 120000 index 000000000..635081810 --- /dev/null +++ b/definitions/centos-6.3-i386/chef-client.sh @@ -0,0 +1 @@ +../.common/chef-client.sh \ No newline at end of file diff --git a/definitions/centos-6.3-i386/cleanup.sh b/definitions/centos-6.3-i386/cleanup.sh new file mode 120000 index 000000000..4658a8585 --- /dev/null +++ b/definitions/centos-6.3-i386/cleanup.sh @@ -0,0 +1 @@ +../.centos/cleanup.sh \ No newline at end of file diff --git a/definitions/centos-6.3-i386/definition.rb b/definitions/centos-6.3-i386/definition.rb new file mode 100644 index 000000000..58648e7fd --- /dev/null +++ b/definitions/centos-6.3-i386/definition.rb @@ -0,0 +1,14 @@ +require File.dirname(__FILE__) + "/../.centos/session.rb" + +iso = "CentOS-6.3-i386-bin-DVD1.iso" + +session = + CENTOS_SESSION.merge( :boot_cmd_sequence => + [ ' text ks=http://%IP%:%PORT%/ks.cfg' ], + :memory_size=> '480', + :os_type_id => 'RedHat', + :iso_file => iso, + :iso_md5 => "0285160d8ba3cfc720ea55e98e464eac", + :iso_src => "http://mirrors.kernel.org/centos/6.3/isos/i386/#{iso}" ) + +Veewee::Session.declare session diff --git a/definitions/centos-6.3-i386/ks.cfg b/definitions/centos-6.3-i386/ks.cfg new file mode 120000 index 000000000..24af87031 --- /dev/null +++ b/definitions/centos-6.3-i386/ks.cfg @@ -0,0 +1 @@ +../.centos/ks.cfg \ No newline at end of file diff --git a/definitions/centos-6.3-i386/minimize.sh b/definitions/centos-6.3-i386/minimize.sh new file mode 120000 index 000000000..b3632ccbc --- /dev/null +++ b/definitions/centos-6.3-i386/minimize.sh @@ -0,0 +1 @@ +../.common/minimize.sh \ No newline at end of file diff --git a/definitions/centos-6.3-i386/vagrant.sh b/definitions/centos-6.3-i386/vagrant.sh new file mode 120000 index 000000000..702949639 --- /dev/null +++ b/definitions/centos-6.3-i386/vagrant.sh @@ -0,0 +1 @@ +../.common/vagrant.sh \ No newline at end of file diff --git a/definitions/centos-6.3/chef-client.sh b/definitions/centos-6.3/chef-client.sh new file mode 120000 index 000000000..635081810 --- /dev/null +++ b/definitions/centos-6.3/chef-client.sh @@ -0,0 +1 @@ +../.common/chef-client.sh \ No newline at end of file diff --git a/definitions/centos-6.3/cleanup.sh b/definitions/centos-6.3/cleanup.sh new file mode 120000 index 000000000..4658a8585 --- /dev/null +++ b/definitions/centos-6.3/cleanup.sh @@ -0,0 +1 @@ +../.centos/cleanup.sh \ No newline at end of file diff --git a/definitions/centos-6.3/definition.rb b/definitions/centos-6.3/definition.rb new file mode 100644 index 000000000..165711e87 --- /dev/null +++ b/definitions/centos-6.3/definition.rb @@ -0,0 +1,13 @@ +require File.dirname(__FILE__) + "/../.centos/session.rb" + +iso = "CentOS-6.3-x86_64-bin-DVD1.iso" + +session = + CENTOS_SESSION.merge( :boot_cmd_sequence => + [ ' text ks=http://%IP%:%PORT%/ks.cfg' ], + :memory_size=> '480', + :iso_file => iso, + :iso_md5 => "a991defc0a602d04f064c43290df0131", + :iso_src => "http://mirrors.kernel.org/centos/6.3/isos/x86_64/#{iso}" ) + +Veewee::Session.declare session diff --git a/definitions/centos-6.3/ks.cfg b/definitions/centos-6.3/ks.cfg new file mode 120000 index 000000000..24af87031 --- /dev/null +++ b/definitions/centos-6.3/ks.cfg @@ -0,0 +1 @@ +../.centos/ks.cfg \ No newline at end of file diff --git a/definitions/centos-6.3/minimize.sh b/definitions/centos-6.3/minimize.sh new file mode 120000 index 000000000..b3632ccbc --- /dev/null +++ b/definitions/centos-6.3/minimize.sh @@ -0,0 +1 @@ +../.common/minimize.sh \ No newline at end of file diff --git a/definitions/centos-6.3/vagrant.sh b/definitions/centos-6.3/vagrant.sh new file mode 120000 index 000000000..702949639 --- /dev/null +++ b/definitions/centos-6.3/vagrant.sh @@ -0,0 +1 @@ +../.common/vagrant.sh \ No newline at end of file