Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 00e1dd01

History | View | Annotate | Download (2.2 kB)

1
.. _NEWS:
2

    
3
Unified NEWS file for Synnefo versions >= 0.13
4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5

    
6
Since v0.13 all Synnefo components have been merged into a single repository.
7

    
8
.. _NEWS-0.13:
9

    
10
v0.13
11
=====
12

    
13
Release Date: UNRELEASED
14

    
15
Synnefo-wide
16
-------------
17

    
18
* Support for pooling throughout Synnefo
19
  * Pooled Django DB connections, Pithos backend connections, HTTP
20
    connections using single `objpool` package
21
* Improved management commands
22
  * Unified codebase for output of tables in JSON, CSV
23
* Bring most of Synnefo code inside a single, unified repository
24
  * support automatic Python and Debian package builds for individual commits
25
  * with automatic version generation
26
* Overhauling of Synnefo settings: renames and refactoring, for increased
27
  uniformity (in progress)
28

    
29
Astakos
30
-------
31

    
32
* Support multiple authentication methods
33
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
34
    Google, Twitter, LinkedIn
35
  * Users can enable/disable auth methods, and switch between them
36
* Introduce a UUID as a global identifier for users, throughout Synnefo
37
  * The UUID remains constant as the user enables/disables login methods
38
* Allow users to modify their email address freely
39
* Per-user, per-resource accounting mechanism (quotaholder)
40
* Full quota support, with per-user, per-resource quotas, based on quotaholder
41
* Projects: Users can create and join Projects
42
  * Projects grant extra resources to their members
43
* UI Enhancements for quotas and projects
44
  * distinct Usage tab, showing usage of individual resources
45
  * Project management UI
46
  * New Overview page
47

    
48
Cyclades
49
--------
50

    
51
* Commission resources on quotaholder/Astakos
52
* Support mass creation of flavors
53
* Support for the ExtStorage disk template in Ganeti
54
* Query and report quotas in the UI
55
* Pass VM configuration parameters over a VM-side API (`vmapi`)
56
  * Do not pass sensitive data as Ganeti OS parameters
57
  * Keep sensitive data in memory caches (memcached) and
58
    never allow them to hit the disk
59

    
60
Pithos
61
------
62

    
63
* Support storage of blocks on a RADOS backend, for Archipelago
64
* Rewritten support for public URLs, with admin-selectable length
65

    
66
Tools
67
-----
68

    
69
* Extend snf-burnin to include testing of Pithos functionality