aeolus-incubator / tim

Web application for managing virtual images to be deployed in the cloud
www.aeolusproject.org
MIT License
3 stars 6 forks source link

Added State Machine to target/provider images #108

Closed mtaylor closed 11 years ago

mtaylor commented 11 years ago

You can generate a jpeg graph of the state machine defined in both the target_image and provider_image class (NOTE they both use the same state machine) from the test/dummy dir using the following rake command:

rake state_machine:draw FILE=../../app/models/tim/target_image.rb CLASS=Tim::TargetImage
rake state_machine:draw FILE=../../app/models/tim/provider_image.rb CLASS=Tim::ProviderImage
jguiditta commented 11 years ago

Minor note, could you add the new deps in the rpm spec as part of this path, s it doesn't get out of sync?

mtaylor commented 11 years ago

Will do thanks for the reminder.

jguiditta commented 11 years ago

Ok, as discussed, the minor changes that still need doing will happen in a subsequent patch.