ttu-capstone-podman / podman-installer-mac

"Turn-key" installer for Podman on MacOS. Tennessee Tech University Senior Capstone project.
2 stars 0 forks source link

CentOS VM using Xhyve on MacOS #4

Open RothAndrew opened 4 years ago

RothAndrew commented 4 years ago

Story:

As a user of podman-installer-mac, I want a CentOS VM to be provisioned when the turn-key installer is run, so that it can be used as the Podman host.

Acceptance Criteria:

  1. When the main ansible playbook is run, a CentOS VM starts running
  2. Xhyve is used to run the VM
  3. User is able to SSH into it
  4. User is able to target it as a valid remote host for more ansible configuration

Technical Notes:

  1. CentOS v8 is preferred, but if technical difficulties arise, any version of CentOS is acceptable.
  2. Use this article as a guide/starting off point
AaronOtto11 commented 4 years ago

https://medium.com/@fiercelysw/virtualization-on-mac-os-x-using-vagrant-part-2-3173efc754a8

This part has a lot of instructions that could be automated

RothAndrew commented 4 years ago

Awesome!