Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The tools in the below table are what are required to be installed on a laptop/c
| Sufficient resource to run three VMs | N/A | N/A |
| An Internet connetion | N/A | N/A |

For those unfamiliar with Vagrant, it is a product from HashhiCorp which allows for VMs or containers to be spun up and subsequently provisioned for the purposes of creating a lightweight and portable development environment. The reason for listing Virtualbox above is that Vagrant by default uses Vitualbox as its hypervisor for spinning up resources. Other tools can be used for this purpose but this repo was developed for Virtualbox on a Mac. Additional testing was done via KVM on an Ubuntu 20.04 system. This setup requires that the Vagrant libvirt provider be installed in order for VMs to be properly spun up. [The Vagrant documentation to install the libvirt plugin](https://www.vagrantup.com/docs/plugins/usage) did not work on this Ubuntu system. After scowering the internet, all that was needed was to install the plugin via apt. Your mileage may vary.
For those unfamiliar with Vagrant, it is a product from HashiCorp which allows for VMs or containers to be spun up and subsequently provisioned for the purposes of creating a lightweight and portable development environment. The reason for listing Virtualbox above is that Vagrant by default uses Vitualbox as its hypervisor for spinning up resources. Other tools can be used for this purpose but this repo was developed for Virtualbox on a Mac. Additional testing was done via KVM on an Ubuntu 20.04 system. This setup requires that the Vagrant libvirt provider be installed in order for VMs to be properly spun up. [The Vagrant documentation to install the libvirt plugin](https://www.vagrantup.com/docs/plugins/usage) did not work on this Ubuntu system. After scowering the internet, all that was needed was to install the plugin via apt. Your mileage may vary.


# Topology
Expand Down