Statistics
| Branch: | Tag: | Revision:

root / Changelog @ fd63ffb3

History | View | Annotate | Download (15.6 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.10:
10

    
11
v0.14.10
12
=======
13

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

    
16
Cyclades
17
-------
18

    
19
* This is the first release to support Ganeti 2.8. Support for older versions
20
  of Ganeti is dropped.
21
* Use Ganeti opportunistic locking to achive parallelized instance creations
22
  in the same backend. Add setting 'GANETI_USE_OPPORTUNISTIC_LOCKING' to
23
  enable the use of this feature.
24
* Fix warning message while getting object permissions to appear only when
25
  path is None and the object has permissions
26
* Add name to newly created NICs and the corresponding firewall tags.
27

    
28
.. _Changelog-0.14.9:
29

    
30
v0.14.9
31
=======
32

    
33
Released: Mon Nov 11 12:13:31 EET 2013
34

    
35
Astakos
36
-------
37

    
38
* Astakos: Fix minor problems with logging in the Astakos module, which could
39
  lead to unexpected exceptions
40

    
41
.. _Changelog-0.14.8:
42

    
43
v0.14.8
44
=======
45

    
46
Released: Fri Nov  8 17:25:08 EET 2013
47

    
48
Synnefo-wide
49
------------
50

    
51
* This is the first release to support Debian Wheezy along with Squeeze. You
52
  can mix and match nodes freely.
53
* Update Django dependency to Django>=1.2,<1.5. Django 1.4.5 is available for
54
  Squeeze through squeeze-backports.
55
* Since this version, Synnefo ships an example Gunicorn configuration file
56
  that is automatically installed at ``/etc/gunicorn.d/synnefo.example``.
57

    
58
Cyclades
59
--------
60

    
61
* On VM creation, pass the hashmap of the image (pithosmap://) instead of the
62
  image URL (pithos://). Access to the Pithos DB by Ganeti nodes is no longer
63
  required.
64
* Workaround race between server creation and server deletion. This will be
65
  fixed properly by updating Ganeti to support the 'depends' attribute for
66
  OP_INSTANCE_REMOVE.
67

    
68
Astakos
69
-------
70

    
71
* For Shibboleth logins, store all attributes along with the user in the DB.
72

    
73
.. _Changelog-0.14.7:
74

    
75
v0.14.7
76
=======
77

    
78
Released: Wed Sep 18 17:50:12 EEST 2013
79

    
80
Cyclades
81
--------
82

    
83
* Fix bug in helpdesk view
84

    
85

    
86
.. _Changelog-0.14.6:
87

    
88
v0.14.6
89
=======
90

    
91
Released: Wed Sep 18 16:18:58 EEST 2013
92

    
93
Pithos
94
------
95

    
96
* Substitute the PITHOS_BACKEND_QUOTA setting with two
97
  distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
98
  PITHOS_BACKEND_CONTAINER_QUOTA
99
* Set PITHOS_BACKEND_CONTAINER_QUOTA default value to 0 (unlimited)
100
* Fix bug that resulted in DB deadlocks.
101

    
102
Cyclades
103
--------
104

    
105
* Fix bug in snf-dispatcher that resulted in servers to be deleted from the
106
  DB even if the corresponding Ganeti job failed.
107

    
108
Branding
109
--------
110

    
111
* Add new BRANDING_FOOTER_EXTRA_MESSAGE setting.
112

    
113
.. _Changelog-0.14.5:
114

    
115
v0.14.5
116
=======
117

    
118
Released: Wed Aug  7 11:19:49 EEST 2013
119

    
120
Pithos
121
------
122

    
123
* Fix security issue with handling Pithos versions.
124

    
125
.. _Changelog-0.14.4:
126

    
127
v0.14.4
128
=======
129

    
130
Released: Mon Jul 29 12:24:22 EEST 2013
131

    
132
Pithos
133
------
134

    
135
* Fix bug in reconcile resources management command.
136

    
137

    
138
.. _Changelog-0.14.3:
139

    
140
v0.14.3
141
=======
142

    
143
Released: Thu Jul 25 12:22:47 EEST 2013
144

    
145
Synnefo-wide
146
------------
147

    
148
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
149
  tracing code will get loaded or not.
150
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
151
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
152
  exceptions.
153

    
154

    
155
.. _Changelog-0.14.2:
156

    
157
v0.14.2
158
=======
159

    
160
Released: Fri Jul 12 13:13:32 EEST 2013
161

    
162
Cyclades
163
--------
164

    
165
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
166
  of the pool of Pithos backends that are used by plankton.
167

    
168
.. _Changelog-0.14:
169

    
170
v0.14
171
=====
172

    
173
Released: Tue Jun 25 14:01:19 EEST 2013
174

    
175
Synnefo-wide
176
------------
177

    
178
* Create 'snf_django' Python package to hold common code for all Synnefo
179
  components.
180

    
181
* Create a JSON-exportable definition document for each Synnefo Components
182
  (Astakos, Cyclades, Pithos, etc.) that consolidates APIs (services),
183
  resources, and other standardized properties (e.g. default URL prefixes).
184

    
185
* Standardize URLs for Synnefo Components, impose structure and naming
186
  conventions to related settings. Make each component deployable under
187
  a user-configurable <COMPONENT>_BASE_URL. Each API (compute, image, etc.)
188
  is deployable under a developer-configurable prefix beneath BASE_URL.
189

    
190
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
191

    
192
* Common synnefo 404/500 templates (located in snf-webproject)
193

    
194
Astakos
195
-------
196

    
197
* Redesign of the accounting system (quotaholder) and integration into
198
  Astakos.
199

    
200
  * Simplified the quotaholder model; removed tables Entity and Policy; now
201
    table Holding contains limit and usage for every holding.
202
  * Extended table Holding, so that we can keep track of quota for every
203
    valid combination of holder (e.g. user), resource, and source (e.g. the
204
    default system or some specific project).
205
  * Refactored code for issuing and resolving commissions for robustness;
206
    added a 'force' option to bypass the upper limit check when issuing a
207
    commission.
208
  * Simplified syncing to the quotaholder; removed fields from models
209
    Project and ProjectMembership, previously needed for syncing; removed
210
    state PROJECT_DEACTIVATED from ProjectMembership.
211
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
212
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
213

    
214
* API-related changes:
215

    
216
  * Implemented API calls for quota, resources, and commissions.
217
  * Moved all API calls under '/account/v1.0'.
218
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
219

    
220
* Service and resource specification and handling:
221

    
222
  * Specified a format for defining services along with the API endpoints
223
    and the resources they expose. Migrated internal resource name by
224
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
225
    renamed registered service 'pithos+' to 'pithos'.
226
  * Specified a procedure to register a Synnefo component, its services and
227
    their resources in astakos and set the resources' default base quota
228
    limit. Removed resource definitions from settings.
229
  * Moved service and resource presentation data out of the respective db
230
    models into a separate file of UI constants.
231

    
232
* Converted the limit on pending applications from a setting to a quotable
233
  resource. Converted the related user setting to a user-specific base quota
234
  limit. Deprecated model UserSetting; removed setting
235
  ASTAKOS_PENDING_APPLICATION_LIMIT.
236

    
237
* Changes in locking strategy:
238

    
239
  * Lock only project's chain for all project operations; lock user before
240
    syncing to quotaholder.
241
  * When locking multiple rows (e.g. users or holdings) include an ORDER BY
242
    clause in the query to impose ordering on locking.
243

    
244
* Changes in views:
245

    
246
  * Replaced custom transaction context with a simple decorator for managing
247
    transactions and a context 'ExceptionHandler', which logs and suppresses
248
    exceptions
249

    
250
* Added fine grain user auth provider's policies.
251

    
252
  * Administrator can override default auth provider policies to a specific 
253
    user or group of users.
254
  * Optionally a user can be assigned to a list of groups, based on the
255
    authentication method he choosed to signup.
256

    
257
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
258
  are now propagated to base django exception handler.
259

    
260
* Email used in html/email tempaltes which prompt user to contact for service 
261
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
262
  snf-common settings.
263

    
264
* Improvements in user activation flow
265

    
266
  * User moderation now takes place after the user has verified his email
267
    address.
268
  * User model enriched with additional user state fields
269
  * Split activation email from moderation process. Administrator is required 
270
    to moderate user explicitly using the `user-modify --accept` or
271
    `user-modify --reject` commands.
272
  * Improved logging throught out user activation procedures.
273

    
274
* Remove deprecated AstakosUser model fields: `provider`,
275
  `third_party_identifier`
276

    
277
* Allow override of authentication provider messages using the following 
278
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
279

    
280
* Cloudbar automatically tries to identify the active service based on window 
281
  location.
282

    
283
* Removing authentication provider view is now CSRF protected.
284

    
285
* New `API access` view, containing useful information to users on how to 
286
  access available Synnefo services API's.
287

    
288
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now 
289
  defined in astakos.im.messages module. Overriding default values can be 
290
  achieved using custom gettext files or using astakos messages settings::
291
	
292
	#change of greeting email subject
293
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
294

    
295
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
296
  from astakos .conf file. Settings are dynamically computed based on 
297
  ``ASTAKOS_BASE_URL``.
298

    
299
* Management commands:
300

    
301
  * Introduced new commands:
302
     * authpolicy-{add, list, remove, set, show}
303
     * group-{add, list}
304
     * component-{add, list, modify, remove}
305
     * reconcile-resources-astakos
306
     * resource-{export-astakos, import, modify}
307
     * service-{export-astakos, import, show}
308
  * Renamed commands:
309
     * astakos-quota to quota
310
     * user-update to user-modify
311
     * full-cleanup to cleanup-full
312
  * Removed commands:
313
     * astakos-init
314
     * invitation-{details, list}
315
     * project-sync
316
     * resource-{add, remove}
317
     * service-{add, remove, token-renew, update}
318
     * user-invite
319
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
320
  * Added quota and project-related information in user-show command; added
321
    membership information in project-show.
322

    
323
Cyclades
324
--------
325

    
326
* Make 'type' attribute required for network create API request.
327
* Networks not created to all Ganeti backends upon creation, they are instead
328
  created to a backend only when a VM connects to the network.
329
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
330
  http connection pool to astakos.
331
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
332
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
333
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
334
* Rename 'cyclades-usage-verify' management command to
335
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
336
  which is equivalent to 'reconcile-resources-cyclades --fix'.
337
* Rename 'cyclades-reconcile-commissions' management command to
338
  'reconcile-commissions-cyclades'.
339
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
340
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
341
  is covered by Quotaholder.
342
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
343
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
344
  it is being covered by 'CYCLADES_BASE_URL'.
345
* Remove obsolete settings GANETI_DISK_TEMPLATES and
346
  DEFAULT_GANETI_DISK_TEMPLATE
347

    
348
Cyclades helpdesk
349
-----------------
350

    
351
* Additional start/stop vm action
352
* Display extend backend info in vm's view
353
* Fixed IP lookup
354

    
355
Pithos
356
------
357

    
358
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
359
  astakos users.
360
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
361
  'PITHOS_USER_LOGIN_URL' settings.
362
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
363
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
364

    
365
Tools
366
-----
367

    
368

    
369
.. _Changelog-0.13:
370

    
371
v0.13
372
=====
373

    
374
Released: Wed Apr 10 18:52:50 EEST 2013
375

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

    
382
Synnefo-wide
383
------------
384

    
385
* Support for pooling throughout Synnefo
386

    
387
  * Pooled Django DB connections, Pithos backend connections, HTTP
388
    connections using single `objpool` package
389

    
390
* Improved management commands
391

    
392
  * Unified codebase for output of tables in JSON, CSV
393

    
394
* Bring most of Synnefo code inside a single, unified repository
395

    
396
  * support automatic Python and Debian package builds for individual commits
397
  * with automatic version generation
398

    
399
* Overhauling of Synnefo settings: renames and refactoring, for increased
400
  uniformity (in progress)
401
* Deployment: Standardize on gunicorn, with gevent-based workers
402
  and use of Green threads throughout Synnefo
403
* Documentation: New scale-out guide, with distinct node roles,
404
  for mass Synnefo deployments
405

    
406
Astakos
407
-------
408

    
409
* Support multiple authentication methods
410

    
411
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
412
    Google, Twitter, LinkedIn
413
  * Users can enable/disable auth methods, and switch between them
414

    
415
* Introduce a UUID as a global identifier for users, throughout Synnefo
416

    
417
  * The UUID remains constant as the user enables/disables login methods
418

    
419
* Allow users to modify their email address freely
420
* Per-user, per-resource accounting mechanism (quotaholder)
421
* Full quota support, with per-user, per-resource quotas, based on quotaholder
422
* Projects: Users can create and join Projects
423

    
424
  * Projects grant extra resources to their members
425

    
426
* UI Enhancements for quotas and projects
427

    
428
  * distinct Usage tab, showing usage of individual resources
429
  * Project management UI
430
  * New Overview page
431

    
432
* refactored/improved /login endpoint used by desktop/mobile clients.
433
  * endpoint url is now exposed by `weblogin` service
434
  * clients should use unauthenticated identity/tokens api to resolve the 
435
    endpoint url
436
  * view only allows redirects to `pithos://` scheme urls
437
  * removed uuid from redirect parameters. Client should use authenticated 
438
    request to identity/tokens to retrieve user uuid.
439

    
440

    
441
Cyclades
442
--------
443

    
444
* Commission resources on quotaholder/Astakos
445
* Support mass creation of flavors
446
* Support for the ExtStorage disk template in Ganeti
447
* Query and report quotas in the UI
448
* Pass VM configuration parameters over a VM-side API (`vmapi`)
449

    
450
  * Do not pass sensitive data as Ganeti OS parameters
451
  * Keep sensitive data in memory caches (memcached) and
452
    never allow them to hit the disk
453

    
454
* Display additional backend information in helpdesk machines list
455
* Allow helpdesk users to search for an account using a known machine id
456
* Helpdesk actions are now logged using the synnefo's common login
457
  infrastructure
458

    
459
UI
460
^^
461
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
462
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, 
463
  and no longer used.
464
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer 
465
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
466
  and ``CYCLADES_BASE_URL`` settings.
467
* File group is no longer included in ssh keys personality metadata sent in 
468
  create vm calls.
469
  
470

    
471
Pithos
472
------
473

    
474
* Support storage of blocks on a RADOS backend, for Archipelago
475

    
476
  * new settings:
477
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
478

    
479
* X-Object-Public now contains full url (domain + proper component prefix + 
480
  file path)
481

    
482
* Rewritten support for public URLs, with admin-selectable length
483

    
484
  * new settings:
485
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
486

    
487
* Enable pithos backend to use external quotaholder component
488

    
489
  * new settings:
490
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
491
    PITHOS_QUOTAHOLDER_POOLSIZE
492

    
493
* Moderated version debiting mechanism
494

    
495
  * new setting:
496
    PITHOS_BACKEND_FREE_VERSIONING
497

    
498
* Proxy Astakos user-visible services
499

    
500
  * new settings:
501
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
502
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
503

    
504
Tools
505
-----
506

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