chef-training / chef_classroom

Chef-provisioning cookbook for managing a Chef Training Classroom
Other
5 stars 6 forks source link

Clean up the demo workflow #35

Closed gmiranda23 closed 9 years ago

gmiranda23 commented 9 years ago

The demo workflow doesn't lend itself to following the Chef Instructor experience just yet due to extended build times for the Chef Server and the Student Workstations. Demo workflow should be:

  1. Set up the base environment (sec groups, portal, chef server + workstations)
  2. Show the portal web UI
    • WebUI includes link to guacamole console
    • WebUI includes link to Chef server
    • WebUI includes mock buttons to drive functionality
  3. Destroy workstations & webUI updates
  4. Deploy first nodes & multi_nodes (for time). See that webUI updates
    • See updated guacamole console
  5. Destroy all nodes
gmiranda23 commented 9 years ago

Also update the README for new portal based workflow. Add IAM instance profile creation instructions.