Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 6ef1e2eb

History | View | Annotate | Download (16.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
v0.14next
10
=========
11

    
12
Released: UNRELEASED
13

    
14
Synnefo-wide
15
------------
16

    
17
* Integrate Pithos tests in continuous integration.
18

    
19
Astakos
20
-------
21

    
22
* Changes in project schema:
23

    
24
  * A Project entry is created when submitting an application for a new
25
    project, rather than on approval. Its state is dependent on the state
26
    of its `reference' application (current definition). Lock Project rather
27
    than Chain (the latter is semantically obsolete).
28

    
29
  * Improve recording of project, application, and membership actions.
30

    
31
* Implement API calls for projects.
32

    
33
* Store the base URL of a component. Deployer should provide it when adding
34
  a new component. Service endpoints originating from a component are
35
  expected to match its base URL; otherwise, a warning is issued.
36
  Re-registration with `snf-component-register' affects both the base and
37
  the ui URL.
38

    
39
* Management commands:
40
  * Introduced new commands:
41
     * component-show
42
  * Changed commands:
43
     * component-add got options --base-url and --ui-url
44

    
45
Cyclades
46
--------
47

    
48
* Implement Floating IP addresses, which are addresses that can be dynamically
49
  added and removed to a running server.
50

    
51
  * Implement the 'os-floating-ips' and 'os-floating-ip-pools' API extensions.
52
  * Implement 'snf-manage floating-ip-list' management command.
53
  * Add 'floating_ip_pool' attribute to networks. Such networks must exist to
54
    all Ganeti backends.
55

    
56
* Speed up server reconciliation, by performing parallel reconciliation for
57
  each backend.
58
* Implement IPv6 only networks.
59
* Implement 'resize' server action.
60

    
61
  * Implement the 'resize' server action, to change the flavor of a server.
62
  Only 'cpu' and 'memory' resizing is supported.
63

    
64
* Compute quotas for CPU and memory of running vms.
65
* Obsolete PUBLIC_USE_POOL setting, since Cyclades manages IP pool for all
66
  type of networks.
67
* Extend servers info API response with 'SNF:fqdn' attribute, and introduce
68
  CYCLADES_SERVERS_FQDN to set the template for servers FDQN.
69
* Extend servers info API response with 'SNF:port_forwarding' attribute,
70
  describing port fowarding rules (DNAT) that are applied to vms. The
71
  description of such rules is done via the new CYCLADES_PORT_FORWARDING
72
  setting.
73
* Change --dhcp option of network management commands from a flag to a boolean
74
  value, e.g. --dhcp=True
75
* Remove 'ARCHIPELAGO_BACKENDS' setting used to distinquish between backends
76
  that hosted only archipelago backends. Instead allocation is based on which
77
  disk-templates are enabled in each backend.
78

    
79
Pithos
80
------
81

    
82
* Refactor metadata schema (table attributes) in Pithos DB to speedup current
83
objects by domain attribute. This is used by Plankton for listing VM images.
84

    
85
* Enforce container-level atomicity in (most) Pithos API calls.
86

    
87

    
88
.. _Changelog-0.14.7:
89

    
90
v0.14.7
91
=======
92

    
93
Released: Wed Sep 18 17:50:12 EEST 2013
94

    
95
Cyclades
96
--------
97

    
98
* Fix bug in helpdesk view
99

    
100
.. _Changelog-0.14.6:
101

    
102
v0.14.6
103
=======
104

    
105
Released: Wed Sep 18 16:18:58 EEST 2013
106

    
107
Pithos
108
------
109

    
110
* Substitute the PITHOS_BACKEND_QUOTA setting with two
111
  distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
112
  PITHOS_BACKEND_CONTAINER_QUOTA
113
* Set PITHOS_BACKEND_CONTAINER_QUOTA default value to 0 (unlimited)
114
* Fix bug that resulted in DB deadlocks.
115

    
116
Cyclades
117
--------
118

    
119
* Fix bug in snf-dispatcher that resulted in servers to be deleted from the
120
  DB even if the corresponding Ganeti job failed.
121

    
122
Branding
123
--------
124

    
125
* Add new BRANDING_FOOTER_EXTRA_MESSAGE setting.
126

    
127

    
128
.. _Changelog-0.14.5:
129

    
130
v0.14.5
131
=======
132

    
133
Released: Wed Aug  7 11:19:49 EEST 2013
134

    
135
Pithos
136
------
137

    
138
* Fix security issue with handling Pithos versions.
139

    
140

    
141
.. _Changelog-0.14.4:
142

    
143
v0.14.4
144
=======
145

    
146
Released: Mon Jul 29 12:24:22 EEST 2013
147

    
148
Pithos
149
------
150

    
151
* Fix bug in reconcile resources management command.
152

    
153

    
154
.. _Changelog-0.14.3:
155

    
156
v0.14.3
157
=======
158

    
159
Released: Thu Jul 25 12:22:47 EEST 2013
160

    
161
Synnefo-wide
162
------------
163

    
164
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
165
  tracing code will get loaded or not.
166
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
167
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
168
  exceptions.
169

    
170

    
171
.. _Changelog-0.14.2:
172

    
173
Released: Fri Jul 12 13:13:32 EEST 2013
174

    
175
v0.14.2
176
=======
177

    
178
Cyclades
179
--------
180

    
181
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
182
  of the pool of Pithos backends that are used by plankton.
183

    
184

    
185
.. _Changelog-0.14:
186

    
187
v0.14
188
=====
189

    
190
Released: Tue Jun 25 14:01:19 EEST 2013
191

    
192
Synnefo-wide
193
------------
194

    
195
* Create 'snf_django' Python package to hold common code for all Synnefo
196
  components.
197

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

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

    
207
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
208

    
209
* Common synnefo 404/500 templates (located in snf-webproject)
210

    
211
Astakos
212
-------
213

    
214
* Redesign of the accounting system (quotaholder) and integration into
215
  Astakos.
216

    
217
  * Simplified the quotaholder model; removed tables Entity and Policy; now
218
    table Holding contains limit and usage for every holding.
219
  * Extended table Holding, so that we can keep track of quota for every
220
    valid combination of holder (e.g. user), resource, and source (e.g. the
221
    default system or some specific project).
222
  * Refactored code for issuing and resolving commissions for robustness;
223
    added a 'force' option to bypass the upper limit check when issuing a
224
    commission.
225
  * Simplified syncing to the quotaholder; removed fields from models
226
    Project and ProjectMembership, previously needed for syncing; removed
227
    state PROJECT_DEACTIVATED from ProjectMembership.
228
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
229
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
230

    
231
* API-related changes:
232

    
233
  * Implemented API calls for quota, resources, and commissions.
234
  * Moved all API calls under '/account/v1.0'.
235
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
236

    
237
* Service and resource specification and handling:
238

    
239
  * Specified a format for defining services along with the API endpoints
240
    and the resources they expose. Migrated internal resource name by
241
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
242
    renamed registered service 'pithos+' to 'pithos'.
243
  * Specified a procedure to register a Synnefo component, its services and
244
    their resources in astakos and set the resources' default base quota
245
    limit. Removed resource definitions from settings.
246
  * Moved service and resource presentation data out of the respective db
247
    models into a separate file of UI constants.
248

    
249
* Converted the limit on pending applications from a setting to a quotable
250
  resource. Converted the related user setting to a user-specific base quota
251
  limit. Deprecated model UserSetting; removed setting
252
  ASTAKOS_PENDING_APPLICATION_LIMIT.
253

    
254
* Changes in locking strategy:
255

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

    
261
* Changes in views:
262

    
263
  * Replaced custom transaction context with a simple decorator for managing
264
    transactions and a context 'ExceptionHandler', which logs and suppresses
265
    exceptions
266

    
267
* Added fine grain user auth provider's policies.
268

    
269
  * Administrator can override default auth provider policies to a specific 
270
    user or group of users.
271
  * Optionally a user can be assigned to a list of groups, based on the
272
    authentication method he choosed to signup.
273

    
274
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
275
  are now propagated to base django exception handler.
276

    
277
* Email used in html/email tempaltes which prompt user to contact for service 
278
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
279
  snf-common settings.
280

    
281
* Improvements in user activation flow
282

    
283
  * User moderation now takes place after the user has verified his email
284
    address.
285
  * User model enriched with additional user state fields
286
  * Split activation email from moderation process. Administrator is required 
287
    to moderate user explicitly using the `user-modify --accept` or
288
    `user-modify --reject` commands.
289
  * Improved logging throught out user activation procedures.
290

    
291
* Remove deprecated AstakosUser model fields: `provider`,
292
  `third_party_identifier`
293

    
294
* Allow override of authentication provider messages using the following 
295
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
296

    
297
* Cloudbar automatically tries to identify the active service based on window 
298
  location.
299

    
300
* Removing authentication provider view is now CSRF protected.
301

    
302
* New `API access` view, containing useful information to users on how to 
303
  access available Synnefo services API's.
304

    
305
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now 
306
  defined in astakos.im.messages module. Overriding default values can be 
307
  achieved using custom gettext files or using astakos messages settings::
308
	
309
	#change of greeting email subject
310
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
311

    
312
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
313
  from astakos .conf file. Settings are dynamically computed based on 
314
  ``ASTAKOS_BASE_URL``.
315

    
316
* Management commands:
317

    
318
  * Introduced new commands:
319
     * authpolicy-{add, list, remove, set, show}
320
     * group-{add, list}
321
     * component-{add, list, modify, remove}
322
     * reconcile-resources-astakos
323
     * resource-{export-astakos, import, modify}
324
     * service-{export-astakos, import, show}
325
  * Renamed commands:
326
     * astakos-quota to quota
327
     * user-update to user-modify
328
     * full-cleanup to cleanup-full
329
  * Removed commands:
330
     * astakos-init
331
     * invitation-{details, list}
332
     * project-sync
333
     * resource-{add, remove}
334
     * service-{add, remove, token-renew, update}
335
     * user-invite
336
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
337
  * Added quota and project-related information in user-show command; added
338
    membership information in project-show.
339

    
340
Cyclades
341
--------
342

    
343
* Make 'type' attribute required for network create API request.
344
* Networks not created to all Ganeti backends upon creation, they are instead
345
  created to a backend only when a VM connects to the network.
346
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
347
  http connection pool to astakos.
348
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
349
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
350
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
351
* Rename 'cyclades-usage-verify' management command to
352
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
353
  which is equivalent to 'reconcile-resources-cyclades --fix'.
354
* Rename 'cyclades-reconcile-commissions' management command to
355
  'reconcile-commissions-cyclades'.
356
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
357
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
358
  is covered by Quotaholder.
359
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
360
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
361
  it is being covered by 'CYCLADES_BASE_URL'.
362
* Remove obsolete settings GANETI_DISK_TEMPLATES and
363
  DEFAULT_GANETI_DISK_TEMPLATE
364

    
365
Cyclades helpdesk
366
-----------------
367

    
368
* Additional start/stop vm action
369
* Display extend backend info in vm's view
370
* Fixed IP lookup
371

    
372
Pithos
373
------
374

    
375
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
376
  astakos users.
377
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
378
  'PITHOS_USER_LOGIN_URL' settings.
379
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
380
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
381

    
382
Tools
383
-----
384

    
385

    
386
.. _Changelog-0.13:
387

    
388
v0.13
389
=====
390

    
391
Released: Wed Apr 10 18:52:50 EEST 2013
392

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

    
399
Synnefo-wide
400
------------
401

    
402
* Support for pooling throughout Synnefo
403

    
404
  * Pooled Django DB connections, Pithos backend connections, HTTP
405
    connections using single `objpool` package
406

    
407
* Improved management commands
408

    
409
  * Unified codebase for output of tables in JSON, CSV
410

    
411
* Bring most of Synnefo code inside a single, unified repository
412

    
413
  * support automatic Python and Debian package builds for individual commits
414
  * with automatic version generation
415

    
416
* Overhauling of Synnefo settings: renames and refactoring, for increased
417
  uniformity (in progress)
418
* Deployment: Standardize on gunicorn, with gevent-based workers
419
  and use of Green threads throughout Synnefo
420
* Documentation: New scale-out guide, with distinct node roles,
421
  for mass Synnefo deployments
422

    
423
Astakos
424
-------
425

    
426
* Support multiple authentication methods
427

    
428
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
429
    Google, Twitter, LinkedIn
430
  * Users can enable/disable auth methods, and switch between them
431

    
432
* Introduce a UUID as a global identifier for users, throughout Synnefo
433

    
434
  * The UUID remains constant as the user enables/disables login methods
435

    
436
* Allow users to modify their email address freely
437
* Per-user, per-resource accounting mechanism (quotaholder)
438
* Full quota support, with per-user, per-resource quotas, based on quotaholder
439
* Projects: Users can create and join Projects
440

    
441
  * Projects grant extra resources to their members
442

    
443
* UI Enhancements for quotas and projects
444

    
445
  * distinct Usage tab, showing usage of individual resources
446
  * Project management UI
447
  * New Overview page
448

    
449
* refactored/improved /login endpoint used by desktop/mobile clients.
450
  * endpoint url is now exposed by `weblogin` service
451
  * clients should use unauthenticated identity/tokens api to resolve the 
452
    endpoint url
453
  * view only allows redirects to `pithos://` scheme urls
454
  * removed uuid from redirect parameters. Client should use authenticated 
455
    request to identity/tokens to retrieve user uuid.
456

    
457

    
458
Cyclades
459
--------
460

    
461
* Commission resources on quotaholder/Astakos
462
* Support mass creation of flavors
463
* Support for the ExtStorage disk template in Ganeti
464
* Query and report quotas in the UI
465
* Pass VM configuration parameters over a VM-side API (`vmapi`)
466

    
467
  * Do not pass sensitive data as Ganeti OS parameters
468
  * Keep sensitive data in memory caches (memcached) and
469
    never allow them to hit the disk
470

    
471
* Display additional backend information in helpdesk machines list
472
* Allow helpdesk users to search for an account using a known machine id
473
* Helpdesk actions are now logged using the synnefo's common login
474
  infrastructure
475

    
476
UI
477
^^
478
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
479
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, 
480
  and no longer used.
481
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer 
482
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
483
  and ``CYCLADES_BASE_URL`` settings.
484
* File group is no longer included in ssh keys personality metadata sent in 
485
  create vm calls.
486
  
487

    
488
Pithos
489
------
490

    
491
* Support storage of blocks on a RADOS backend, for Archipelago
492

    
493
  * new settings:
494
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
495

    
496
* X-Object-Public now contains full url (domain + proper component prefix + 
497
  file path)
498

    
499
* Rewritten support for public URLs, with admin-selectable length
500

    
501
  * new settings:
502
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
503

    
504
* Enable pithos backend to use external quotaholder component
505

    
506
  * new settings:
507
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
508
    PITHOS_QUOTAHOLDER_POOLSIZE
509

    
510
* Moderated version debiting mechanism
511

    
512
  * new setting:
513
    PITHOS_BACKEND_FREE_VERSIONING
514

    
515
* Proxy Astakos user-visible services
516

    
517
  * new settings:
518
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
519
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
520

    
521
Tools
522
-----
523

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