Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 9f41ab1e

History | View | Annotate | Download (5.5 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.14.10:
9

    
10
v0.14.10
11
=======
12

    
13
Released: Tue Nov 26 11:03:37 EET 2013
14

    
15
* Support for Ganeti 2.8
16

    
17
.. _NEWS-0.14.9:
18

    
19
v0.14.9
20
=======
21

    
22
Released: Mon Nov 11 12:13:31 EET 2013
23

    
24
* Minor bug-fix release
25

    
26
.. _NEWS-0.14.8:
27

    
28
v0.14.8
29
=======
30

    
31
Released: Fri Nov  8 17:25:08 EET 2013
32

    
33
* Support for Debian Wheezy
34
* Bug fix version
35

    
36
.. _NEWS-0.14.7:
37

    
38
v0.14.7
39
=======
40

    
41
Released: Wed Sep 18 17:50:12 EEST 2013
42

    
43
* Bug fix version
44

    
45
.. _NEWS-0.14.6:
46

    
47
v0.14.6
48
=======
49

    
50
Released: Wed Sep 18 16:18:58 EEST 2013
51

    
52
* Bug fix version
53

    
54
.. _NEWS-0.14.5:
55

    
56
v0.14.5
57
=======
58

    
59
Released: Wed Aug  7 11:19:49 EEST 2013
60

    
61
Pithos
62
------
63
* Bug fix version
64

    
65
.. _NEWS-0.14.4:
66

    
67
v0.14.4
68
=======
69

    
70
Released: Mon Jul 29 12:24:22 EEST 2013
71

    
72
.. _NEWS-0.14.3:
73

    
74
v0.14.3
75
=======
76

    
77
Released: Thu Jul 25 12:22:47 EEST 2013
78

    
79
.. _NEWS-0.14.2:
80

    
81
v0.14.2
82
=======
83

    
84
Released: Fri Jul 12 13:13:32 EEST 2013
85

    
86
.. _NEWS-0.14:
87

    
88
v0.14
89
=====
90

    
91
Released: Tue Jun 25 14:01:19 EEST 2013
92

    
93
Synnefo-wide
94
------------
95
* Standardize URLs for Synnefo Components:
96

    
97
  * impose structure and naming conventions to all URL related settings. Make
98
    each component deployable under a user-configurable <COMPONENT>_BASE_URL.
99
    Each API (compute, image, etc.) is deployable under a
100
    developer-configurable prefix beneath BASE_URL.
101

    
102
* Branding customization support across synnefo frontend components:
103

    
104
  * ability to adapt the Astakos, Pithos and Cyclades Web UI to a company’s
105
    visual identity. This is possible using the snf-branding component, which
106
    is automatically installed on the nodes running the API servers for
107
    Astakos, Pithos and Cyclades.
108

    
109

    
110
* Create a JSON-exportable definition document for each Synnefo Components
111
  (Astakos, Cyclades, Pithos, etc.) that consolidates APIs (services),
112
  resources, and other standardized properties (e.g. default URL prefixes).
113
* Implement common client for communication with Astakos and proper error
114
  handling.
115

    
116
Astakos
117
-------
118
* Redesign of the accounting system (quotaholder) and integration into
119
  Astakos.
120
* Implemented the keystone API call POST /tokens
121

    
122
  * Specified the API call allong with a procedure to register a Synnefo
123
    component (e.g. cyclades) along with the services it provides (e.g.
124
    compute, plankton) and the resources it handles (e.g. vm, cpu).
125

    
126
* All API calls are moved under '/account/v1.0'.
127
* Support API calls for quotas, commissions and resources.
128
* Improved user activation process
129
* Improve limit of pending applications by making it a quotable resource.
130
* Added fine grain user auth provider's policies.
131
* Overhauling of Astakos management commands for usability and uniformity.
132

    
133
Cyclades
134
--------
135
* Speed up private network creation, by creating a network to a Ganeti backend
136
  only when a server connects to that network.
137
* Rename management commands for commissions and resources for uniformity with
138
  other services.
139
* Synchronize Cyclades API with Openstack Compute v2.0 API.
140

    
141

    
142
.. _NEWS-0.13:
143

    
144
v0.13
145
=====
146

    
147
Released: Wed Apr 10 18:52:50 EEST 2013
148

    
149
Synnefo-wide
150
------------
151

    
152
* Support for pooling throughout Synnefo
153

    
154
  * Pooled Django DB connections, Pithos backend connections, HTTP
155
    connections using single `objpool` package
156

    
157
* Improved management commands
158

    
159
  * Unified codebase for output of tables in JSON, CSV
160

    
161
* Bring most of Synnefo code inside a single, unified repository
162

    
163
  * support automatic Python and Debian package builds for individual commits
164
  * with automatic version generation
165

    
166
* Overhauling of Synnefo settings: renames and refactoring, for increased
167
  uniformity (in progress)
168
* Deployment: Standardize on gunicorn, with gevent-based workers
169
  and use of Green threads throughout Synnefo
170
* Documentation: New scale-out guide, with distinct node roles,
171
  for mass Synnefo deployments
172

    
173
Astakos
174
-------
175

    
176
* Support multiple authentication methods
177

    
178
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
179
    Google, Twitter, LinkedIn
180
  * Users can enable/disable auth methods, and switch between them
181

    
182
* Introduce a UUID as a global identifier for users, throughout Synnefo
183

    
184
  * The UUID remains constant as the user enables/disables login methods
185

    
186
* Allow users to modify their email address freely
187
* Per-user, per-resource accounting mechanism (quotaholder)
188
* Full quota support, with per-user, per-resource quotas, based on quotaholder
189
* Projects: Users can create and join Projects
190

    
191
  * Projects grant extra resources to their members
192

    
193
* UI Enhancements for quotas and projects
194

    
195
  * distinct Usage tab, showing usage of individual resources
196
  * Project management UI
197
  * New Overview page
198

    
199
Cyclades
200
--------
201

    
202
* Commission resources on quotaholder/Astakos
203
* Support mass creation of flavors
204
* Support for the ExtStorage disk template in Ganeti
205
* Query and report quotas in the UI
206
* Pass VM configuration parameters over a VM-side API (`vmapi`)
207

    
208
  * Do not pass sensitive data as Ganeti OS parameters
209
  * Keep sensitive data in memory caches (memcached) and
210
    never allow them to hit the disk
211

    
212
* Display additional backend information in helpdesk machines list
213
* Allow helpdesk users to search for an account using a known machine id
214
* Helpdesk actions are now logged using the synnefo's common login
215
  infrastructure
216

    
217
Pithos
218
------
219

    
220
* Support storage of blocks on a RADOS backend, for Archipelago
221
* Rewritten support for public URLs, with admin-selectable length
222

    
223
Tools
224
-----
225

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