small readme amends

This commit is contained in:
Daniel Liu 2021-10-03 20:06:42 -04:00
parent a413e3c03d
commit 0204237618
2 changed files with 14 additions and 8 deletions

View File

@ -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
```
```

View File

@ -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
```