root / Changelog @ 29e8764b
History | View | Annotate | Download (14.8 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 |
.. _Changelog-0.14.8: |
10 |
|
11 |
v0.14.8 |
12 |
======= |
13 |
|
14 |
Released: Fri Nov 8 17:25:08 EET 2013 |
15 |
|
16 |
Synnefo-wide |
17 |
------------ |
18 |
|
19 |
* This is the first release to support Debian Wheezy along with Squeeze. You |
20 |
can mix and match nodes freely. |
21 |
* Update Django dependency to Django>=1.2,<1.5. Django 1.4.5 is available for |
22 |
Squeeze through squeeze-backports. |
23 |
* Since this version, Synnefo ships an example Gunicorn configuration file |
24 |
that is automatically installed at ``/etc/gunicorn.d/synnefo.example``. |
25 |
|
26 |
Cyclades |
27 |
-------- |
28 |
|
29 |
* On VM creation, pass the hashmap of the image (pithosmap://) instead of the |
30 |
image URL (pithos://). Access to the Pithos DB by Ganeti nodes is no longer |
31 |
required. |
32 |
* Workaround race between server creation and server deletion. This will be |
33 |
fixed properly by updating Ganeti to support the 'depends' attribute for |
34 |
OP_INSTANCE_REMOVE. |
35 |
|
36 |
Astakos |
37 |
------- |
38 |
|
39 |
* For Shibboleth logins, store all attributes along with the user in the DB. |
40 |
|
41 |
.. _Changelog-0.14.7: |
42 |
|
43 |
v0.14.7 |
44 |
======= |
45 |
|
46 |
Released: Wed Sep 18 17:50:12 EEST 2013 |
47 |
|
48 |
Cyclades |
49 |
-------- |
50 |
|
51 |
* Fix bug in helpdesk view |
52 |
|
53 |
|
54 |
.. _Changelog-0.14.6: |
55 |
|
56 |
v0.14.6 |
57 |
======= |
58 |
|
59 |
Released: Wed Sep 18 16:18:58 EEST 2013 |
60 |
|
61 |
Pithos |
62 |
------ |
63 |
|
64 |
* Substitute the PITHOS_BACKEND_QUOTA setting with two |
65 |
distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA & |
66 |
PITHOS_BACKEND_CONTAINER_QUOTA |
67 |
* Set PITHOS_BACKEND_CONTAINER_QUOTA default value to 0 (unlimited) |
68 |
* Fix bug that resulted in DB deadlocks. |
69 |
|
70 |
Cyclades |
71 |
-------- |
72 |
|
73 |
* Fix bug in snf-dispatcher that resulted in servers to be deleted from the |
74 |
DB even if the corresponding Ganeti job failed. |
75 |
|
76 |
Branding |
77 |
-------- |
78 |
|
79 |
* Add new BRANDING_FOOTER_EXTRA_MESSAGE setting. |
80 |
|
81 |
.. _Changelog-0.14.5: |
82 |
|
83 |
v0.14.5 |
84 |
======= |
85 |
|
86 |
Released: Wed Aug 7 11:19:49 EEST 2013 |
87 |
|
88 |
Pithos |
89 |
------ |
90 |
|
91 |
* Fix security issue with handling Pithos versions. |
92 |
|
93 |
.. _Changelog-0.14.4: |
94 |
|
95 |
v0.14.4 |
96 |
======= |
97 |
|
98 |
Released: Mon Jul 29 12:24:22 EEST 2013 |
99 |
|
100 |
Pithos |
101 |
------ |
102 |
|
103 |
* Fix bug in reconcile resources management command. |
104 |
|
105 |
|
106 |
.. _Changelog-0.14.3: |
107 |
|
108 |
v0.14.3 |
109 |
======= |
110 |
|
111 |
Released: Thu Jul 25 12:22:47 EEST 2013 |
112 |
|
113 |
Synnefo-wide |
114 |
------------ |
115 |
|
116 |
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet |
117 |
tracing code will get loaded or not. |
118 |
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and |
119 |
add the MAIL_MAX_LEN setting, to limit the mail size for unhandled |
120 |
exceptions. |
121 |
|
122 |
|
123 |
.. _Changelog-0.14.2: |
124 |
|
125 |
v0.14.2 |
126 |
======= |
127 |
|
128 |
Released: Fri Jul 12 13:13:32 EEST 2013 |
129 |
|
130 |
Cyclades |
131 |
-------- |
132 |
|
133 |
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size |
134 |
of the pool of Pithos backends that are used by plankton. |
135 |
|
136 |
.. _Changelog-0.14: |
137 |
|
138 |
v0.14 |
139 |
===== |
140 |
|
141 |
Released: Tue Jun 25 14:01:19 EEST 2013 |
142 |
|
143 |
Synnefo-wide |
144 |
------------ |
145 |
|
146 |
* Create 'snf_django' Python package to hold common code for all Synnefo |
147 |
components. |
148 |
|
149 |
* Create a JSON-exportable definition document for each Synnefo Components |
150 |
(Astakos, Cyclades, Pithos, etc.) that consolidates APIs (services), |
151 |
resources, and other standardized properties (e.g. default URL prefixes). |
152 |
|
153 |
* Standardize URLs for Synnefo Components, impose structure and naming |
154 |
conventions to related settings. Make each component deployable under |
155 |
a user-configurable <COMPONENT>_BASE_URL. Each API (compute, image, etc.) |
156 |
is deployable under a developer-configurable prefix beneath BASE_URL. |
157 |
|
158 |
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. |
159 |
|
160 |
* Common synnefo 404/500 templates (located in snf-webproject) |
161 |
|
162 |
Astakos |
163 |
------- |
164 |
|
165 |
* Redesign of the accounting system (quotaholder) and integration into |
166 |
Astakos. |
167 |
|
168 |
* Simplified the quotaholder model; removed tables Entity and Policy; now |
169 |
table Holding contains limit and usage for every holding. |
170 |
* Extended table Holding, so that we can keep track of quota for every |
171 |
valid combination of holder (e.g. user), resource, and source (e.g. the |
172 |
default system or some specific project). |
173 |
* Refactored code for issuing and resolving commissions for robustness; |
174 |
added a 'force' option to bypass the upper limit check when issuing a |
175 |
commission. |
176 |
* Simplified syncing to the quotaholder; removed fields from models |
177 |
Project and ProjectMembership, previously needed for syncing; removed |
178 |
state PROJECT_DEACTIVATED from ProjectMembership. |
179 |
* Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN, |
180 |
and ASTAKOS_QUOTAHOLDER_POOLSIZE. |
181 |
|
182 |
* API-related changes: |
183 |
|
184 |
* Implemented API calls for quota, resources, and commissions. |
185 |
* Moved all API calls under '/account/v1.0'. |
186 |
* Implemented the keystone API call POST /tokens under '/identity/v2.0'. |
187 |
|
188 |
* Service and resource specification and handling: |
189 |
|
190 |
* Specified a format for defining services along with the API endpoints |
191 |
and the resources they expose. Migrated internal resource name by |
192 |
prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm'); |
193 |
renamed registered service 'pithos+' to 'pithos'. |
194 |
* Specified a procedure to register a Synnefo component, its services and |
195 |
their resources in astakos and set the resources' default base quota |
196 |
limit. Removed resource definitions from settings. |
197 |
* Moved service and resource presentation data out of the respective db |
198 |
models into a separate file of UI constants. |
199 |
|
200 |
* Converted the limit on pending applications from a setting to a quotable |
201 |
resource. Converted the related user setting to a user-specific base quota |
202 |
limit. Deprecated model UserSetting; removed setting |
203 |
ASTAKOS_PENDING_APPLICATION_LIMIT. |
204 |
|
205 |
* Changes in locking strategy: |
206 |
|
207 |
* Lock only project's chain for all project operations; lock user before |
208 |
syncing to quotaholder. |
209 |
* When locking multiple rows (e.g. users or holdings) include an ORDER BY |
210 |
clause in the query to impose ordering on locking. |
211 |
|
212 |
* Changes in views: |
213 |
|
214 |
* Replaced custom transaction context with a simple decorator for managing |
215 |
transactions and a context 'ExceptionHandler', which logs and suppresses |
216 |
exceptions |
217 |
|
218 |
* Added fine grain user auth provider's policies. |
219 |
|
220 |
* Administrator can override default auth provider policies to a specific |
221 |
user or group of users. |
222 |
* Optionally a user can be assigned to a list of groups, based on the |
223 |
authentication method he choosed to signup. |
224 |
|
225 |
* Removed explicit handling of SMTP errors on each email delivery. Exceptions |
226 |
are now propagated to base django exception handler. |
227 |
|
228 |
* Email used in html/email tempaltes which prompt user to contact for service |
229 |
support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in |
230 |
snf-common settings. |
231 |
|
232 |
* Improvements in user activation flow |
233 |
|
234 |
* User moderation now takes place after the user has verified his email |
235 |
address. |
236 |
* User model enriched with additional user state fields |
237 |
* Split activation email from moderation process. Administrator is required |
238 |
to moderate user explicitly using the `user-modify --accept` or |
239 |
`user-modify --reject` commands. |
240 |
* Improved logging throught out user activation procedures. |
241 |
|
242 |
* Remove deprecated AstakosUser model fields: `provider`, |
243 |
`third_party_identifier` |
244 |
|
245 |
* Allow override of authentication provider messages using the following |
246 |
format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG`` |
247 |
|
248 |
* Cloudbar automatically tries to identify the active service based on window |
249 |
location. |
250 |
|
251 |
* Removing authentication provider view is now CSRF protected. |
252 |
|
253 |
* New `API access` view, containing useful information to users on how to |
254 |
access available Synnefo services API's. |
255 |
|
256 |
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now |
257 |
defined in astakos.im.messages module. Overriding default values can be |
258 |
achieved using custom gettext files or using astakos messages settings:: |
259 |
|
260 |
#change of greeting email subject |
261 |
ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud' |
262 |
|
263 |
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` |
264 |
from astakos .conf file. Settings are dynamically computed based on |
265 |
``ASTAKOS_BASE_URL``. |
266 |
|
267 |
* Management commands: |
268 |
|
269 |
* Introduced new commands: |
270 |
* authpolicy-{add, list, remove, set, show} |
271 |
* group-{add, list} |
272 |
* component-{add, list, modify, remove} |
273 |
* reconcile-resources-astakos |
274 |
* resource-{export-astakos, import, modify} |
275 |
* service-{export-astakos, import, show} |
276 |
* Renamed commands: |
277 |
* astakos-quota to quota |
278 |
* user-update to user-modify |
279 |
* full-cleanup to cleanup-full |
280 |
* Removed commands: |
281 |
* astakos-init |
282 |
* invitation-{details, list} |
283 |
* project-sync |
284 |
* resource-{add, remove} |
285 |
* service-{add, remove, token-renew, update} |
286 |
* user-invite |
287 |
* user-set-initial-quota (integrated its functionality in user-modify and quota) |
288 |
* Added quota and project-related information in user-show command; added |
289 |
membership information in project-show. |
290 |
|
291 |
Cyclades |
292 |
-------- |
293 |
|
294 |
* Make 'type' attribute required for network create API request. |
295 |
* Networks not created to all Ganeti backends upon creation, they are instead |
296 |
created to a backend only when a VM connects to the network. |
297 |
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the |
298 |
http connection pool to astakos. |
299 |
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings |
300 |
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN, |
301 |
CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings |
302 |
* Rename 'cyclades-usage-verify' management command to |
303 |
'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command, |
304 |
which is equivalent to 'reconcile-resources-cyclades --fix'. |
305 |
* Rename 'cyclades-reconcile-commissions' management command to |
306 |
'reconcile-commissions-cyclades'. |
307 |
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER', |
308 |
"VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage |
309 |
is covered by Quotaholder. |
310 |
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by |
311 |
the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since |
312 |
it is being covered by 'CYCLADES_BASE_URL'. |
313 |
* Remove obsolete settings GANETI_DISK_TEMPLATES and |
314 |
DEFAULT_GANETI_DISK_TEMPLATE |
315 |
|
316 |
Cyclades helpdesk |
317 |
----------------- |
318 |
|
319 |
* Additional start/stop vm action |
320 |
* Display extend backend info in vm's view |
321 |
* Fixed IP lookup |
322 |
|
323 |
Pithos |
324 |
------ |
325 |
|
326 |
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override |
327 |
astakos users. |
328 |
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and |
329 |
'PITHOS_USER_LOGIN_URL' settings. |
330 |
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, |
331 |
PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE |
332 |
|
333 |
Tools |
334 |
----- |
335 |
|
336 |
|
337 |
.. _Changelog-0.13: |
338 |
|
339 |
v0.13 |
340 |
===== |
341 |
|
342 |
Released: Wed Apr 10 18:52:50 EEST 2013 |
343 |
|
344 |
In v0.13 the code was very heavily refactored for increased uniformity since |
345 |
most of the Synnefo components have been merged into a single repository. Thus, |
346 |
**just for this version** we will not document a complete Changelog (features, |
347 |
fixes, improvements, issues, setting changes), but rather just copy from the |
348 |
`NEWS` file with minor additions wherever needed. |
349 |
|
350 |
Synnefo-wide |
351 |
------------ |
352 |
|
353 |
* Support for pooling throughout Synnefo |
354 |
|
355 |
* Pooled Django DB connections, Pithos backend connections, HTTP |
356 |
connections using single `objpool` package |
357 |
|
358 |
* Improved management commands |
359 |
|
360 |
* Unified codebase for output of tables in JSON, CSV |
361 |
|
362 |
* Bring most of Synnefo code inside a single, unified repository |
363 |
|
364 |
* support automatic Python and Debian package builds for individual commits |
365 |
* with automatic version generation |
366 |
|
367 |
* Overhauling of Synnefo settings: renames and refactoring, for increased |
368 |
uniformity (in progress) |
369 |
* Deployment: Standardize on gunicorn, with gevent-based workers |
370 |
and use of Green threads throughout Synnefo |
371 |
* Documentation: New scale-out guide, with distinct node roles, |
372 |
for mass Synnefo deployments |
373 |
|
374 |
Astakos |
375 |
------- |
376 |
|
377 |
* Support multiple authentication methods |
378 |
|
379 |
* Classic (username/password), Shibboleth, LDAP/Active Directory, |
380 |
Google, Twitter, LinkedIn |
381 |
* Users can enable/disable auth methods, and switch between them |
382 |
|
383 |
* Introduce a UUID as a global identifier for users, throughout Synnefo |
384 |
|
385 |
* The UUID remains constant as the user enables/disables login methods |
386 |
|
387 |
* Allow users to modify their email address freely |
388 |
* Per-user, per-resource accounting mechanism (quotaholder) |
389 |
* Full quota support, with per-user, per-resource quotas, based on quotaholder |
390 |
* Projects: Users can create and join Projects |
391 |
|
392 |
* Projects grant extra resources to their members |
393 |
|
394 |
* UI Enhancements for quotas and projects |
395 |
|
396 |
* distinct Usage tab, showing usage of individual resources |
397 |
* Project management UI |
398 |
* New Overview page |
399 |
|
400 |
* refactored/improved /login endpoint used by desktop/mobile clients. |
401 |
* endpoint url is now exposed by `weblogin` service |
402 |
* clients should use unauthenticated identity/tokens api to resolve the |
403 |
endpoint url |
404 |
* view only allows redirects to `pithos://` scheme urls |
405 |
* removed uuid from redirect parameters. Client should use authenticated |
406 |
request to identity/tokens to retrieve user uuid. |
407 |
|
408 |
|
409 |
Cyclades |
410 |
-------- |
411 |
|
412 |
* Commission resources on quotaholder/Astakos |
413 |
* Support mass creation of flavors |
414 |
* Support for the ExtStorage disk template in Ganeti |
415 |
* Query and report quotas in the UI |
416 |
* Pass VM configuration parameters over a VM-side API (`vmapi`) |
417 |
|
418 |
* Do not pass sensitive data as Ganeti OS parameters |
419 |
* Keep sensitive data in memory caches (memcached) and |
420 |
never allow them to hit the disk |
421 |
|
422 |
* Display additional backend information in helpdesk machines list |
423 |
* Allow helpdesk users to search for an account using a known machine id |
424 |
* Helpdesk actions are now logged using the synnefo's common login |
425 |
infrastructure |
426 |
|
427 |
UI |
428 |
^^ |
429 |
* Removed feedback endpoint. Feedback requests delegate to astakos feedback |
430 |
service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, |
431 |
and no longer used. |
432 |
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer |
433 |
required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL`` |
434 |
and ``CYCLADES_BASE_URL`` settings. |
435 |
* File group is no longer included in ssh keys personality metadata sent in |
436 |
create vm calls. |
437 |
|
438 |
|
439 |
Pithos |
440 |
------ |
441 |
|
442 |
* Support storage of blocks on a RADOS backend, for Archipelago |
443 |
|
444 |
* new settings: |
445 |
PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS |
446 |
|
447 |
* X-Object-Public now contains full url (domain + proper component prefix + |
448 |
file path) |
449 |
|
450 |
* Rewritten support for public URLs, with admin-selectable length |
451 |
|
452 |
* new settings: |
453 |
PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET |
454 |
|
455 |
* Enable pithos backend to use external quotaholder component |
456 |
|
457 |
* new settings: |
458 |
PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN, |
459 |
PITHOS_QUOTAHOLDER_POOLSIZE |
460 |
|
461 |
* Moderated version debiting mechanism |
462 |
|
463 |
* new setting: |
464 |
PITHOS_BACKEND_FREE_VERSIONING |
465 |
|
466 |
* Proxy Astakos user-visible services |
467 |
|
468 |
* new settings: |
469 |
PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL, |
470 |
PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL |
471 |
|
472 |
Tools |
473 |
----- |
474 |
|
475 |
* Extend snf-burnin to include testing of Pithos functionality |