IT3110 - System Automation

IT3110 @ utahtech

Week 4 Assignment

Description:

I have started a script for you that you will have to modify. The script will create a vm for you on the vm farm. Your script could be run from wherever you choose. If you choose to run it on desdemona, you won’t have to ssh. Here is the script.

The script should be run like ./make_machine_student.sh <machine name>.

In the end, the script should ask the user for the requisite values to create a new vm. You should prompt the user for:

If they don’t provide a valid option above, you should continue to prompt them until it is valid. If everything seems valid, create the machine.

You MUST utilize the following functions:

Check off procedure:

Pass off in class. This should create a new vm for you when called.