Statistics
| Branch: | Tag: | Revision:

root / Changelog @ a5fbc00d

History | View | Annotate | Download (4.2 kB)

1
.. _Changelog:
2

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

    
6
Since v0.13 most of the Synnefo components have been merged into a single
7
repository and have aligned versions.
8

    
9

    
10
.. _Changelog-0.13next:
11

    
12
v0.13next
13
=========
14

    
15
Released: UNRELEASED
16

    
17
Synnefo-wide
18
------------
19
* Create 'snf_django' Python package to hold common code for all Synnefo
20
  components.
21

    
22
Astakos
23
-------
24

    
25
Cyclades
26
--------
27
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
28

    
29
Pithos
30
------
31
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
32
  astakos users.
33
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
34
  'PITHOS_USER_LOGIN_URL' settings.
35

    
36
Tools
37
-----
38

    
39

    
40
.. _Changelog-0.13:
41

    
42
v0.13
43
=====
44

    
45
Released: Wed Apr 10 18:52:50 EEST 2013
46

    
47
In v0.13 the code was very heavily refactored for increased uniformity since
48
most of the Synnefo components have been merged into a single repository. Thus,
49
**just for this version** we will not document a complete Changelog (features,
50
fixes, improvements, issues, setting changes), but rather just copy from the
51
`NEWS` file with minor additions wherever needed.
52

    
53
Synnefo-wide
54
------------
55

    
56
* Support for pooling throughout Synnefo
57

    
58
  * Pooled Django DB connections, Pithos backend connections, HTTP
59
    connections using single `objpool` package
60

    
61
* Improved management commands
62

    
63
  * Unified codebase for output of tables in JSON, CSV
64

    
65
* Bring most of Synnefo code inside a single, unified repository
66

    
67
  * support automatic Python and Debian package builds for individual commits
68
  * with automatic version generation
69

    
70
* Overhauling of Synnefo settings: renames and refactoring, for increased
71
  uniformity (in progress)
72
* Deployment: Standardize on gunicorn, with gevent-based workers
73
  and use of Green threads throughout Synnefo
74
* Documentation: New scale-out guide, with distinct node roles,
75
  for mass Synnefo deployments
76

    
77
Astakos
78
-------
79

    
80
* Support multiple authentication methods
81

    
82
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
83
    Google, Twitter, LinkedIn
84
  * Users can enable/disable auth methods, and switch between them
85

    
86
* Introduce a UUID as a global identifier for users, throughout Synnefo
87

    
88
  * The UUID remains constant as the user enables/disables login methods
89

    
90
* Allow users to modify their email address freely
91
* Per-user, per-resource accounting mechanism (quotaholder)
92
* Full quota support, with per-user, per-resource quotas, based on quotaholder
93
* Projects: Users can create and join Projects
94

    
95
  * Projects grant extra resources to their members
96

    
97
* UI Enhancements for quotas and projects
98

    
99
  * distinct Usage tab, showing usage of individual resources
100
  * Project management UI
101
  * New Overview page
102

    
103
Cyclades
104
--------
105

    
106
* Commission resources on quotaholder/Astakos
107
* Support mass creation of flavors
108
* Support for the ExtStorage disk template in Ganeti
109
* Query and report quotas in the UI
110
* Pass VM configuration parameters over a VM-side API (`vmapi`)
111

    
112
  * Do not pass sensitive data as Ganeti OS parameters
113
  * Keep sensitive data in memory caches (memcached) and
114
    never allow them to hit the disk
115

    
116
* Display additional backend information in helpdesk machines list
117
* Allow helpdesk users to search for an account using a known machine id
118
* Helpdesk actions are now logged using the synnefo's common login
119
  infrastructure
120

    
121
Pithos
122
------
123

    
124
* Support storage of blocks on a RADOS backend, for Archipelago
125

    
126
  * new settings:
127
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
128

    
129
* Rewritten support for public URLs, with admin-selectable length
130

    
131
  * new settings:
132
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
133

    
134
* Enable pithos backend to use external quotaholder component
135

    
136
  * new settings:
137
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
138
    PITHOS_QUOTAHOLDER_POOLSIZE
139

    
140
* Moderated version debiting mechanism
141

    
142
  * new setting:
143
    PITHOS_BACKEND_FREE_VERSIONING
144

    
145
* Proxy Astakos user-visible services
146

    
147
  * new settings:
148
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
149
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
150

    
151
Tools
152
-----
153

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