Chef/Ohai との統合

Chef を使用して Parallels 仮想マシンまたは Parallels Desktop を実行しているホストシステムをプロビジョンしている場合、システム仮想化タイプとして Parallels からの仮想化が使用されていることをレシピから確認できます。これには、 node['virtualization'] 属性を使用します。この属性は、 Ohai によって Chef クライアント実行中に設定されます。

ホストシステムには以下のように表示されます。

ゲストシステムには以下のように表示されます。

Integration with Packer

Parallels Desktop 19 and newer features integration with HashiCorp Packer, where their Parallels Packer builder is now able to create Parallels Desktop virtual machines from ISO images, add and provision software of your choice, and export them in the PVM format. The resulting directory contains all the files required to run the virtual machine portably.

You can find more guides and examples on this page.

Was this topic helpful?