Skip to content

Chef Solo cookbook for getting Ubuntu (Or any non-RHEL OS) to work on IBM SmartCloud Enterprise

Notifications You must be signed in to change notification settings

joshpasqualetto/ibm-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Chef Solo cookbook for converting an Ubuntu VM into an image that will import in IBM SmartCloud Enterprise

** Notes
  - Must be virtio enable (Ubuntu 10.04+) both networking and disk.
  - Must have ext3 (Have not tested ext4) partitions
  - vda1 must be /boot, vda2 must be /, No swap, use swap files.
  - Either use qemu-img to upload a qcow2 (If not already), OR 7zip raw file and then decompress when up. Either way it must be raw on the import
  - See http://www.ibm.com/developerworks/cloud/library/cl-importlinuxOSimage/index.html
  - This cookbook will lock you out of idcuser if you use password auth (ssh keys only)
  - if you have any modifications to /etc/default/grub, merge them in before running this


sudo chef-solo -c https://raw.github.com/sniperd/ibm-ubuntu/master/solo.rb

About

Chef Solo cookbook for getting Ubuntu (Or any non-RHEL OS) to work on IBM SmartCloud Enterprise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages