Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created November 3, 2010 21:15
Show Gist options
  • Save oldpatricka/661729 to your computer and use it in GitHub Desktop.
Save oldpatricka/661729 to your computer and use it in GitHub Desktop.

What Metadata should be editable by users/admins?

What metadata should be accessible via the API?

##Images Legend: u = user suppiled m = mandatory

  • uuid
  • owner (FK)
  • uploaded
  • modified
  • expires
  • version
  • size
  • checksum
  • pubkey
  • signature
  • name (um)
  • description (u)
  • os_variant (u)
  • os_type (u)
  • os_arch (u or automatic)
  • hypervisor
  • list_of_read_permissions (FK)
  • raw_file

##Groups

  • name
  • created
  • protected
  • members (FK)
  • permissions (FK)

User

  • user_name
  • full_name
  • email
  • sshpubkey
  • created
  • expires
  • suspended
  • deleted
  • certificate (FK)
  • quota
  • images
  • groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment