Skip to content

Instantly share code, notes, and snippets.

@ken1flan
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ken1flan/051e0b5a1b60a59b154b to your computer and use it in GitHub Desktop.
Save ken1flan/051e0b5a1b60a59b154b to your computer and use it in GitHub Desktop.
VagrantでWindows上のVMWareにCentOS7をインストール、KVMをセットアップする

vagrant にbox変換プラグインを追加

vagrant plugin install vagrant-mutate

vagrant に CentOS7のboxを登録

vagrant box add opscode_centos7_0 http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.0_chef-provisionerless.box

CentOS7のVirtualBox用イメージをVMWare用に変換

vagrant mutate opscode_centos7_0 --input_provider virtualbox vmware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment