Skip to content

Commit

Permalink
Use Centos, not RedHat for os_type_id
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed Mar 29, 2013
1 parent 8fdee08 commit 65c1532
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion definitions/.centos/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
COMMON_SESSION.merge({ :boot_cmd_sequence =>
[ 'linux text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:kickstart_file => "ks.cfg",
:os_type_id => 'RedHat_64',
:os_type_id => 'Centos_64',
:postinstall_files => [ "chef-client.sh",
"vagrant.sh",
"cleanup.sh",
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-5.5-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
iso = "CentOS-5.5-i386-bin-DVD.iso"

session =
CENTOS_SESSION.merge({ :os_type_id => 'RedHat',
CENTOS_SESSION.merge({ :os_type_id => 'Centos',
:iso_file => iso,
:iso_md5 => "75c92246479df172de41b14c9b966344",
:iso_src => "http://mirror.teklinks.com/centos/5.5/isos/i386/#{iso}" })
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-5.8-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
iso = "CentOS-5.8-i386-bin-DVD-1of2.iso"

session =
CENTOS_SESSION.merge({ :os_type_id => 'RedHat',
CENTOS_SESSION.merge({ :os_type_id => 'Centos',
:iso_file => iso,
:iso_md5 => "0fdd45c43b5d8fb9e05f4255c5855f9c",
:iso_src => "http://mirror.stanford.edu/yum/pub/centos/5.8/isos/i386/#{iso}" })
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-5.8/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
iso = "CentOS-5.8-x86_64-bin-DVD-1of2.iso"

session =
CENTOS_SESSION.merge({ :os_type_id => 'RedHat',
CENTOS_SESSION.merge({ :os_type_id => 'Centos',
:iso_file => iso,
:iso_md5 => "8a3bf0030f192022943f83fe6b2cf373",
:iso_src => "http://mirror.stanford.edu/yum/pub/centos/5.8/isos/x86_64/#{iso}" })
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-6.2-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CENTOS_SESSION.merge( :boot_cmd_sequence =>
[ '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:memory_size=> '480',
:os_type_id => 'RedHat',
:os_type_id => 'Centos',
:iso_file => iso,
:iso_md5 => "8c976288ed53dc97439f7ab5854f2648",
:iso_src => "http://vault.centos.org/6.2/isos/i386/#{iso}" )
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-6.3-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CENTOS_SESSION.merge( :boot_cmd_sequence =>
[ '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:memory_size=> '480',
:os_type_id => 'RedHat',
:os_type_id => 'Centos',
:iso_file => iso,
:iso_md5 => "0285160d8ba3cfc720ea55e98e464eac",
:iso_src => "http://mirrors.kernel.org/centos/6.3/isos/i386/#{iso}" )
Expand Down

0 comments on commit 65c1532

Please sign in to comment.