diff --git a/README.md b/README.md index e0b7ebe..ee6599f 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,19 @@ This repo helps quickly set up a vm development environment for cs club's mirrors using ansible. -There are three options for getting the mirror dev vm running: +There are two options for getting the mirror dev vm running: - qemu (automated install) - libvirt (manual install) -Follow the relevant instructions below. +Follow the relevant instructions below. Please leave an issue for any bugs you +find. ## VM Installation Option 1 (qmeu) -Follow instructions in the README.md of the qemu directory +Follow instructions in the [readme](qemu/README.md) of the qemu directory. ## VM Install Option 2 (libvirt) -Follow the instructions in `libvirt/README.md` +Follow the instructions in [readme](libvirt/README.md) of the libirt directory. + ## Issues/Remarks - cron config `/etc/cron.d/csc-mirror` is commented out for now - merlin.service is NOT started @@ -49,4 +51,4 @@ vde 252:64 0 10G 0 disk vdf 252:80 0 10G 0 disk ├─vdf1 252:81 0 10G 0 part └─vdf9 252:89 0 8M 0 part -``` \ No newline at end of file +``` diff --git a/qemu/README.md b/qemu/README.md index db8c0a8..3b12f3d 100644 --- a/qemu/README.md +++ b/qemu/README.md @@ -40,11 +40,15 @@ And then run the postinstall playbook: $ ansible-playbook qemu/postinstall.yml ``` -The mirror dev environment is now ready to use. +The mirror dev environment is now ready to use. All future vm startups can be +done with: +``` +$ ansible-playbook qemu/run.yml +``` The default login user has ``` -username: ubuntu -password: ubuntu +username: local +password: password ```