Training Template - eucalyptus/eucalyptus GitHub Wiki

Feature Overview

Component level responsibilities

  • Talk about what the involvement of each Eucalyptus component is wrt to the feature.
  • Are there any new components being added?
  • What is the flow of a user request?
  • What actions/processes are happening in the background at all times?

User level operation and tooling

  • How do end users interact with the feature?
  • Show a few typical use cases for the feature end-to-end

Administrative Tasks

  • How will the administrators configure the feature?
  • How will admins monitor/create/delete resources from other accounts?

Debugging through log messages

  • Show in one of the use cases from above the log messages that are expected to be seen across the various components and how one can understand where an issue is stemming from.

Gotchas

  • This section should show any caveats or known bugs that will trip up users in the field.

category.Training